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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

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

legend {
  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;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

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

table {
  border-collapse: collapse;
}

.container {
  width: 100%;
}

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

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

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

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

.list-reset {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

.bg-black {
  background-color: #0a0a0a;
}

.bg-grey-dark {
  background-color: #515151;
}

.bg-grey {
  background-color: #989798;
}

.bg-grey-light {
  background-color: #dadada;
}

.bg-grey-lightest {
  background-color: #fafafa;
}

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

.bg-green-light {
  background-color: #a3dfaa;
}

.bg-green {
  background-color: #3dac49;
}

.bg-green-dark {
  background-color: #308639;
}

.bg-purple {
  background-color: #7231aa;
}

.bg-purple-dark {
  background-color: #572682;
}

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

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

.hover\:bg-grey-dark:hover {
  background-color: #515151;
}

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

.hover\:bg-grey-light:hover {
  background-color: #dadada;
}

.hover\:bg-grey-lightest:hover {
  background-color: #fafafa;
}

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

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

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

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

.hover\:bg-purple:hover {
  background-color: #7231aa;
}

.hover\:bg-purple-dark:hover {
  background-color: #572682;
}

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

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

.focus\:bg-grey-dark:focus {
  background-color: #515151;
}

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

.focus\:bg-grey-light:focus {
  background-color: #dadada;
}

.focus\:bg-grey-lightest:focus {
  background-color: #fafafa;
}

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

.focus\:bg-green-light:focus {
  background-color: #a3dfaa;
}

.focus\:bg-green:focus {
  background-color: #3dac49;
}

.focus\:bg-green-dark:focus {
  background-color: #308639;
}

.focus\:bg-purple:focus {
  background-color: #7231aa;
}

.focus\:bg-purple-dark:focus {
  background-color: #572682;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-black {
  border-color: #0a0a0a;
}

.border-grey-dark {
  border-color: #515151;
}

.border-grey {
  border-color: #989798;
}

.border-grey-light {
  border-color: #dadada;
}

.border-grey-lightest {
  border-color: #fafafa;
}

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

.border-green-light {
  border-color: #a3dfaa;
}

.border-green {
  border-color: #3dac49;
}

.border-green-dark {
  border-color: #308639;
}

.border-purple {
  border-color: #7231aa;
}

.border-purple-dark {
  border-color: #572682;
}

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

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

.hover\:border-grey-dark:hover {
  border-color: #515151;
}

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

.hover\:border-grey-light:hover {
  border-color: #dadada;
}

.hover\:border-grey-lightest:hover {
  border-color: #fafafa;
}

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

.hover\:border-green-light:hover {
  border-color: #a3dfaa;
}

.hover\:border-green:hover {
  border-color: #3dac49;
}

.hover\:border-green-dark:hover {
  border-color: #308639;
}

.hover\:border-purple:hover {
  border-color: #7231aa;
}

.hover\:border-purple-dark:hover {
  border-color: #572682;
}

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

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

.focus\:border-grey-dark:focus {
  border-color: #515151;
}

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

.focus\:border-grey-light:focus {
  border-color: #dadada;
}

.focus\:border-grey-lightest:focus {
  border-color: #fafafa;
}

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

.focus\:border-green-light:focus {
  border-color: #a3dfaa;
}

.focus\:border-green:focus {
  border-color: #3dac49;
}

.focus\:border-green-dark:focus {
  border-color: #308639;
}

.focus\:border-purple:focus {
  border-color: #7231aa;
}

.focus\:border-purple-dark:focus {
  border-color: #572682;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.table {
  display: table;
}

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

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

.hidden {
  display: none;
}

.flex {
  display: flex;
}

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

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

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

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

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

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

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

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.font-regular {
  font-family: proxima-nova, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
}

.font-headline {
  font-family: din-condensed, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .3125rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-128 {
  height: 8rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-speaker {
  height: 23.5rem;
}

.h-music {
  height: 30rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-5 {
  margin: .3125rem;
}

.m-10 {
  margin: .625rem;
}

.m-15 {
  margin: .9375rem;
}

.m-16 {
  margin: 1rem;
}

.m-20 {
  margin: 1.25rem;
}

.m-24 {
  margin: 1.5rem;
}

.m-30 {
  margin: 1.875rem;
}

.m-32 {
  margin: 2rem;
}

.m-36 {
  margin: 3rem;
}

.m-40 {
  margin: 2.5rem;
}

.m-48 {
  margin: 4rem;
}

.m-60 {
  margin: 3.75rem;
}

.m-80 {
  margin: 5rem;
}

.m-96 {
  margin: 6rem;
}

.m-128 {
  margin: 8rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

.my-5 {
  margin-top: .3125rem;
  margin-bottom: .3125rem;
}

.mx-5 {
  margin-left: .3125rem;
  margin-right: .3125rem;
}

.my-10 {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.mx-10 {
  margin-left: .625rem;
  margin-right: .625rem;
}

.my-15 {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
}

.mx-15 {
  margin-left: .9375rem;
  margin-right: .9375rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-36 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-36 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-48 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-48 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-96 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-96 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-128 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-128 {
  margin-left: 8rem;
  margin-right: 8rem;
}

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: .3125rem;
}

.mr-5 {
  margin-right: .3125rem;
}

.mb-5 {
  margin-bottom: .3125rem;
}

.ml-5 {
  margin-left: .3125rem;
}

.mt-10 {
  margin-top: .625rem;
}

.mr-10 {
  margin-right: .625rem;
}

.mb-10 {
  margin-bottom: .625rem;
}

.ml-10 {
  margin-left: .625rem;
}

.mt-15 {
  margin-top: .9375rem;
}

.mr-15 {
  margin-right: .9375rem;
}

.mb-15 {
  margin-bottom: .9375rem;
}

.ml-15 {
  margin-left: .9375rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.ml-32 {
  margin-left: 2rem;
}

.mt-36 {
  margin-top: 3rem;
}

.mr-36 {
  margin-right: 3rem;
}

.mb-36 {
  margin-bottom: 3rem;
}

.ml-36 {
  margin-left: 3rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.mt-48 {
  margin-top: 4rem;
}

.mr-48 {
  margin-right: 4rem;
}

.mb-48 {
  margin-bottom: 4rem;
}

.ml-48 {
  margin-left: 4rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mr-60 {
  margin-right: 3.75rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mr-80 {
  margin-right: 5rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.ml-80 {
  margin-left: 5rem;
}

.mt-96 {
  margin-top: 6rem;
}

.mr-96 {
  margin-right: 6rem;
}

.mb-96 {
  margin-bottom: 6rem;
}

.ml-96 {
  margin-left: 6rem;
}

.mt-128 {
  margin-top: 8rem;
}

.mr-128 {
  margin-right: 8rem;
}

.mb-128 {
  margin-bottom: 8rem;
}

.ml-128 {
  margin-left: 8rem;
}

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

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

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

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

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

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

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

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

.max-h-140px {
  max-height: 140px;
}

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

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

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 55rem;
}

.max-w-40px {
  max-width: 40px;
}

.max-w-60px {
  max-width: 60px;
}

.max-w-100px {
  max-width: 100px;
}

.max-w-150px {
  max-width: 150px;
}

.max-w-240px {
  max-width: 200px;
}

.max-w-1200px {
  max-width: 75rem;
}

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

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

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

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

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

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

.-m-0 {
  margin: 0;
}

.-m-5 {
  margin: -.3125rem;
}

.-m-10 {
  margin: -.625rem;
}

.-m-15 {
  margin: -.9375rem;
}

.-m-16 {
  margin: -1rem;
}

.-m-20 {
  margin: -1.25rem;
}

.-m-24 {
  margin: -1.5rem;
}

.-m-30 {
  margin: -1.875rem;
}

.-m-32 {
  margin: -2rem;
}

.-m-36 {
  margin: -3rem;
}

.-m-40 {
  margin: -2.5rem;
}

.-m-48 {
  margin: -4rem;
}

.-m-80 {
  margin: -5rem;
}

.-m-96 {
  margin: -6rem;
}

.-m-128 {
  margin: -8rem;
}

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

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

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

.-my-5 {
  margin-top: -.3125rem;
  margin-bottom: -.3125rem;
}

.-mx-5 {
  margin-left: -.3125rem;
  margin-right: -.3125rem;
}

.-my-10 {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

.-mx-10 {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.-my-15 {
  margin-top: -.9375rem;
  margin-bottom: -.9375rem;
}

.-mx-15 {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.-my-16 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-16 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-20 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-24 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-24 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-30 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-mx-30 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-my-32 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-32 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-36 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-36 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-40 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-40 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-48 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-48 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-80 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-80 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-96 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-96 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-128 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-128 {
  margin-left: -8rem;
  margin-right: -8rem;
}

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

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

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

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

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

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

.-mt-5 {
  margin-top: -.3125rem;
}

.-mr-5 {
  margin-right: -.3125rem;
}

.-mb-5 {
  margin-bottom: -.3125rem;
}

.-ml-5 {
  margin-left: -.3125rem;
}

.-mt-10 {
  margin-top: -.625rem;
}

.-mr-10 {
  margin-right: -.625rem;
}

.-mb-10 {
  margin-bottom: -.625rem;
}

.-ml-10 {
  margin-left: -.625rem;
}

.-mt-15 {
  margin-top: -.9375rem;
}

.-mr-15 {
  margin-right: -.9375rem;
}

.-mb-15 {
  margin-bottom: -.9375rem;
}

.-ml-15 {
  margin-left: -.9375rem;
}

.-mt-16 {
  margin-top: -1rem;
}

.-mr-16 {
  margin-right: -1rem;
}

.-mb-16 {
  margin-bottom: -1rem;
}

.-ml-16 {
  margin-left: -1rem;
}

.-mt-20 {
  margin-top: -1.25rem;
}

.-mr-20 {
  margin-right: -1.25rem;
}

.-mb-20 {
  margin-bottom: -1.25rem;
}

.-ml-20 {
  margin-left: -1.25rem;
}

.-mt-24 {
  margin-top: -1.5rem;
}

.-mr-24 {
  margin-right: -1.5rem;
}

.-mb-24 {
  margin-bottom: -1.5rem;
}

.-ml-24 {
  margin-left: -1.5rem;
}

.-mt-30 {
  margin-top: -1.875rem;
}

.-mr-30 {
  margin-right: -1.875rem;
}

.-mb-30 {
  margin-bottom: -1.875rem;
}

.-ml-30 {
  margin-left: -1.875rem;
}

.-mt-32 {
  margin-top: -2rem;
}

.-mr-32 {
  margin-right: -2rem;
}

.-mb-32 {
  margin-bottom: -2rem;
}

.-ml-32 {
  margin-left: -2rem;
}

.-mt-36 {
  margin-top: -3rem;
}

.-mr-36 {
  margin-right: -3rem;
}

.-mb-36 {
  margin-bottom: -3rem;
}

.-ml-36 {
  margin-left: -3rem;
}

.-mt-40 {
  margin-top: -2.5rem;
}

.-mr-40 {
  margin-right: -2.5rem;
}

.-mb-40 {
  margin-bottom: -2.5rem;
}

.-ml-40 {
  margin-left: -2.5rem;
}

.-mt-48 {
  margin-top: -4rem;
}

.-mr-48 {
  margin-right: -4rem;
}

.-mb-48 {
  margin-bottom: -4rem;
}

.-ml-48 {
  margin-left: -4rem;
}

.-mt-80 {
  margin-top: -5rem;
}

.-mr-80 {
  margin-right: -5rem;
}

.-mb-80 {
  margin-bottom: -5rem;
}

.-ml-80 {
  margin-left: -5rem;
}

.-mt-96 {
  margin-top: -6rem;
}

.-mr-96 {
  margin-right: -6rem;
}

.-mb-96 {
  margin-bottom: -6rem;
}

.-ml-96 {
  margin-left: -6rem;
}

.-mt-128 {
  margin-top: -8rem;
}

.-mr-128 {
  margin-right: -8rem;
}

.-mb-128 {
  margin-bottom: -8rem;
}

.-ml-128 {
  margin-left: -8rem;
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-6 {
  opacity: .6;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: .3125rem;
}

.p-10 {
  padding: .625rem;
}

.p-15 {
  padding: .9375rem;
}

.p-16 {
  padding: 1rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-32 {
  padding: 2rem;
}

.p-36 {
  padding: 3rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-48 {
  padding: 4rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-80 {
  padding: 5rem;
}

.p-96 {
  padding: 6rem;
}

.p-128 {
  padding: 8rem;
}

.p-160 {
  padding: 10rem;
}

.p-px {
  padding: 1px;
}

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

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

.py-5 {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

.px-5 {
  padding-left: .3125rem;
  padding-right: .3125rem;
}

.py-10 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.px-10 {
  padding-left: .625rem;
  padding-right: .625rem;
}

.py-15 {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.px-15 {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-36 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-36 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-48 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-48 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-96 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-128 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-128 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-160 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-160 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

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

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

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

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

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

.pt-5 {
  padding-top: .3125rem;
}

.pr-5 {
  padding-right: .3125rem;
}

.pb-5 {
  padding-bottom: .3125rem;
}

.pl-5 {
  padding-left: .3125rem;
}

.pt-10 {
  padding-top: .625rem;
}

.pr-10 {
  padding-right: .625rem;
}

.pb-10 {
  padding-bottom: .625rem;
}

.pl-10 {
  padding-left: .625rem;
}

.pt-15 {
  padding-top: .9375rem;
}

.pr-15 {
  padding-right: .9375rem;
}

.pb-15 {
  padding-bottom: .9375rem;
}

.pl-15 {
  padding-left: .9375rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pl-32 {
  padding-left: 2rem;
}

.pt-36 {
  padding-top: 3rem;
}

.pr-36 {
  padding-right: 3rem;
}

.pb-36 {
  padding-bottom: 3rem;
}

.pl-36 {
  padding-left: 3rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pt-48 {
  padding-top: 4rem;
}

.pr-48 {
  padding-right: 4rem;
}

.pb-48 {
  padding-bottom: 4rem;
}

.pl-48 {
  padding-left: 4rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pt-96 {
  padding-top: 6rem;
}

.pr-96 {
  padding-right: 6rem;
}

.pb-96 {
  padding-bottom: 6rem;
}

.pl-96 {
  padding-left: 6rem;
}

.pt-128 {
  padding-top: 8rem;
}

.pr-128 {
  padding-right: 8rem;
}

.pb-128 {
  padding-bottom: 8rem;
}

.pl-128 {
  padding-left: 8rem;
}

.pt-160 {
  padding-top: 10rem;
}

.pr-160 {
  padding-right: 10rem;
}

.pb-160 {
  padding-bottom: 10rem;
}

.pl-160 {
  padding-left: 10rem;
}

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

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

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

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

.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

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

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #0a0a0a;
}

.text-grey-dark {
  color: #515151;
}

.text-grey {
  color: #989798;
}

.text-grey-light {
  color: #dadada;
}

.text-grey-lightest {
  color: #fafafa;
}

.text-white {
  color: #fff;
}

.text-green-light {
  color: #a3dfaa;
}

.text-green {
  color: #3dac49;
}

.text-green-dark {
  color: #308639;
}

.text-purple {
  color: #7231aa;
}

.text-purple-dark {
  color: #572682;
}

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

.hover\:text-black:hover {
  color: #0a0a0a;
}

.hover\:text-grey-dark:hover {
  color: #515151;
}

.hover\:text-grey:hover {
  color: #989798;
}

.hover\:text-grey-light:hover {
  color: #dadada;
}

.hover\:text-grey-lightest:hover {
  color: #fafafa;
}

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

.hover\:text-green-light:hover {
  color: #a3dfaa;
}

.hover\:text-green:hover {
  color: #3dac49;
}

.hover\:text-green-dark:hover {
  color: #308639;
}

.hover\:text-purple:hover {
  color: #7231aa;
}

.hover\:text-purple-dark:hover {
  color: #572682;
}

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

.focus\:text-black:focus {
  color: #0a0a0a;
}

.focus\:text-grey-dark:focus {
  color: #515151;
}

.focus\:text-grey:focus {
  color: #989798;
}

.focus\:text-grey-light:focus {
  color: #dadada;
}

.focus\:text-grey-lightest:focus {
  color: #fafafa;
}

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

.focus\:text-green-light:focus {
  color: #a3dfaa;
}

.focus\:text-green:focus {
  color: #3dac49;
}

.focus\:text-green-dark:focus {
  color: #308639;
}

.focus\:text-purple:focus {
  color: #7231aa;
}

.focus\:text-purple-dark:focus {
  color: #572682;
}

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

.group:hover .group-hover\:text-black {
  color: #0a0a0a;
}

.group:hover .group-hover\:text-grey-dark {
  color: #515151;
}

.group:hover .group-hover\:text-grey {
  color: #989798;
}

.group:hover .group-hover\:text-grey-light {
  color: #dadada;
}

.group:hover .group-hover\:text-grey-lightest {
  color: #fafafa;
}

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

.group:hover .group-hover\:text-green-light {
  color: #a3dfaa;
}

.group:hover .group-hover\:text-green {
  color: #3dac49;
}

.group:hover .group-hover\:text-green-dark {
  color: #308639;
}

.group:hover .group-hover\:text-purple {
  color: #7231aa;
}

.group:hover .group-hover\:text-purple-dark {
  color: #572682;
}

.text-10 {
  font-size: .5rem;
}

.text-12 {
  font-size: .75rem;
}

.text-14 {
  font-size: .875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-30 {
  font-size: 1.875rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-40 {
  font-size: 2.5rem;
}

.text-48 {
  font-size: 3rem;
}

.text-54 {
  font-size: 3.375rem;
}

.text-60 {
  font-size: 3.75rem;
}

.text-84 {
  font-size: 5.25rem;
}

.text-96 {
  font-size: 6rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:roman:focus {
  font-style: normal;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.btn {
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 9999px;
  transition: background-color .15s linear;
  white-space: nowrap;
}

.btn-small {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 9999px;
  transition: background-color .15s linear;
  white-space: nowrap;
}

.btn-wide {
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 9999px;
  transition: background-color .15s linear;
  white-space: nowrap;
}

.btn-green {
  background-color: #3dac49;
  color: #fff;
}

.btn-green:hover {
  background-color: #308639;
}

.btn-green-dark {
  background-color: #308639;
  color: #fff;
  font-weight: 700;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.btn-white {
  background-color: #fff;
  color: #3dac49;
}

.mailing-list-form label,
.mailing-list-form .gform_footer {
  visibility: hidden;
  position: absolute;
}

.mailing-list-form .gform_body {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .mailing-list-form .gform_wrapper ul.gform_fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .mailing-list-form .gform_wrapper ul.gform_fields {
    text-align: center;
  }
}

.mailing-list-form .gform_wrapper li {
  margin: 0px !important;
}

.mailing-list-form .gform_wrapper li:first-child {
  width: 100%;
}

@media (min-width: 992px) {
  .mailing-list-form .gform_wrapper li input[type="text"] {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}

@media (min-width: 992px) {
  .mailing-list-form .gform_wrapper li .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
  }
}

@media (max-width: 992px) {
  .mailing-list-form .gform_wrapper li .btn {
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.gform_confirmation_message_1 {
  color: #fff;
}

:root {
  --schedule-rows-number: 17;
  --schedule-rows-height: 50px;
}

/* Grid */

.calendar-grid {
  padding-top: var(--schedule-rows-height);
}

.calendar-grid-row,
.calendar-column-header {
  height: var(--schedule-rows-height);
}

ul.calendar-events {
  height: calc(var(--schedule-rows-height)*var(--schedule-rows-number));
}

.calendar-event {
}

/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
http: //www.gravityforms.com
updated: January 12, 2017 04:02 PM (GMT-05:00) US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/

/* mobile styles first ​*/

.gform_wrapper {
  max-width: 100%;
}

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.gform_wrapper *,
.gform_wrapper *:before,
.gform_wrapper *:after {
  box-sizing: border-box !important;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
  font-weight: normal;
  border: none;
  background: none;
}

.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  font-size: inherit;
  font-family: inherit;
  padding: 10px 20px;
  letter-spacing: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0a0a0a;
}

.gform_wrapper select {
  color: #0a0a0a;
}

.gform_wrapper input:focus {
  outline: 0px;
}

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}

.gform_wrapper textarea {
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 6px 8px;
  resize: none;
}

.gform_wrapper select {
  line-height: 1.5;
}

.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid inherit;
  outline: none;
}

.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}

html>body .entry ul,
.gform_wrapper ul {
  text-indent: 0;
}

.gform_wrapper li,
.gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}

.gform_wrapper ul li.gfield {
  clear: both;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}

.gform_wrapper ul.gform_fields.right_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.left_label li.gfield {
  margin-bottom: 14px;
}

.gform_wrapper ul.right_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.gform_wrapper select {
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: inherit;
  height: 45px;
  letter-spacing: normal;
}

.gform_wrapper select option {
  padding: 2px;
  display: block;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}

.gform_wrapper .clear-multi {
  display: flex;
}

/* date ​fields */

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
  width: 33.333%;
  flex-direction: row;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day,
  .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }

  .gform_wrapper .gfield_date_year,
  .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem);
  }
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  margin-right: .5rem;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day {
  width: 4rem;
  margin-right: .5rem;
}

.gform_wrapper .gfield_date_month input[type="number"],
.gform_wrapper .gfield_date_day input[type="number"] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type="number"] {
  width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
  width: 5rem;
}

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
  width: 4rem;
}

.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}

/* time ​fields */

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm {
  width: 33.333%;
  flex-direction: row;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }

  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem);
  }

  .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + .5rem);
  }
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}

.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}

.gform_wrapper .gfield_time_minute {
  margin-right: .5rem;
}

.gform_wrapper .gfield_time_hour {
  margin-right: .25rem;
}

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type="number"],
.gform_wrapper .gfield_time_minute input[type="number"] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  width: 3rem;
  text-align: center;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175a9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #dfefff;
  border: 1px solid #c2d7ef;
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}

.gform_wrapper label.gfield_label {
  font-size: inherit;
}

.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  clear: both;
  color: #0a0a0a;
  font-weight: 700;
}

.gform_wrapper .ginput_complex input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
.gform_wrapper .ginput_complex .ginput_left input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
.gform_wrapper .ginput_complex .ginput_right input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']) {
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
  width: 100%;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
}

.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
  margin: 9px 0 1px 1px;
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin: 0px;
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container,
.gform_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*="gfield_time_"].ginput_container {
  margin-top: 0;
}

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  //gmargin-top: 16px;
  margin-bottom: 0;
}

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gfield.right_label,
.gfield.left_label {
  padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
  /* margin-top: 12px; */
}

/* .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
} */

.gform_wrapper label.screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_wrapper input.small,
.gform_wrapper select.small,
.gform_wrapper input.medium,
.gform_wrapper select.medium,
.gform_wrapper input.large,
.gform_wrapper select.large,
.gform_wrapper input.large,
.gform_wrapper select.large {
  width: 100%;
}

.gform_wrapper input.datepicker_with_icon.small,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.large {
  width: calc(100% - 24px);
}

.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.small,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large {
  width: 100%;
}

.gform_wrapper .gfield_error input.datepicker_with_icon.small,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.large {
  width: calc(100% - 32px);
}

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}

.gform_wrapper li.gfield.field_description_below+li.gsection {
  margin-top: 24px !important;
}

.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin: 28px 0 28px 0;
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  //font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}

.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}

.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}

.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}

.gform_wrapper .gfield_description {
  width: 100%;
  margin-bottom: 10px;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}

.gfield_date_year+.gfield_description {
  padding: 0;
}

.gform_wrapper .gfield_required {
  color: $brand-green;
  margin-left: 4px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 255, 255, .25);
  margin-bottom: 0px !important;
  padding: 0px;
  box-sizing: border-box;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, .25);
  width: calc(100% - 16px);
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: .875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}

li.gfield+li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 70%;
}

.gform_wrapper .gfield_error .gfield_label {
  color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
  margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
  color: red;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}

.gform_wrapper div.validation_error {
  color: red;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
  color: #790000;
}

.gform_wrapper ol.validation_list:after {
  content: "";
}

.gform_wrapper div#error {
  margin-bottom: 25px;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}

.gform_wrapper li.gfield fieldset {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: 100%;
}

.gform_wrapper li.gfield fieldset>* {
  width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}

div.gf_page_steps+div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: #fff;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gform_wrapper .validation_message {
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
}

.gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
}

.gform_wrapper .gform_footer input.button {
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 9999px;
  transition: background-color .15s linear;
  white-space: nowrap;
  background-color: #3dac49;
  color: #fff;
}

.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important;
  margin: 0 auto 16px auto !important;
  display: block;
  max-width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
  min-height: 45px;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
  font-weight: 700;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input+input {
  margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}

.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 64px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}

.gform_wrapper .simple_captcha_large input {
  width: 128px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .math_small input {
  width: 70px;
}

.gform_wrapper .math_medium input {
  width: 510px;
}

.gform_wrapper .math_large input {
  width: 612px;
}

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
  margin-left: 32%;
}

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: 4px;
  color: #b7b7b7;
  width: 92% !important;
  white-space: nowrap !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #a1a1a1;
}

.gform_wrapper div.charleft.ginput_counter_error {
  color: red;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
    -moz-opacity: .7;
  -khtml-opacity: .7;
         opacity: .7;
  display: none;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}

.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 16px 0 0 0;
  clear: both;
}

.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
  background-color: lighten(#242b31, 5%);
  color: #fff;
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  //font-size: .813em;
  //line-height: 1 !important;
  //margin: 0 0 8px 12px !important;
  //padding: 0 !important;
  color: #0a0a0a;
  margin-top: 0px;
}

.gform_wrapper .gf_progressbar {
  position: relative;
  width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
  height: 12px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: .813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  z-index: 999;
  vertical-align: middle;
}

.gform_wrapper .gf_progressbar:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
  display: none;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}

.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
}

.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: .875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
    -moz-opacity: .2;
  -khtml-opacity: .2;
         opacity: .2;
  font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_number,
.gform_wrapper .gf_step span.gf_step_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
    -moz-opacity: 1;
  -khtml-opacity: 1;
         opacity: 1;
}

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

.gform_wrapper .gfield_password_strength {
  border: 1px solid #ddd;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0;
}

.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c;
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}

/* fix for twentyfifteen theme table layout issue */

.gform_wrapper table.gfield_list {
  table-layout: auto !important;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}

.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}

.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  padding: 4px 0 4px 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px 0;
}

.gform_wrapper table.gfield_list th+th,
.gform_wrapper table.gfield_list td+td {
  padding: 0 0 0 16px;
}

.gform_wrapper .gfield_list {
  width: 100%;
}

.gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
    -moz-opacity: .6;
  -khtml-opacity: .6;
         opacity: .6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

.gform_wrapper .chosen-container,
.gform_wrapper .chosen-container * {
  box-sizing: border-box;
}

.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important;
}

.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
  height: 24px;
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.gform_wrapper .chosen-container a {
  cursor: pointer;
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: #eee;
  /* background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -moz-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%); */
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, .1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  /* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); */
  color: #fff;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  /* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: linear-gradient(#EEE 1%, #FFF 15%); */
  cursor: text;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid darken($brand-green, 5%);
  border-radius: 3px;
  background-color: $brand-green;
  background-clip: padding-box;
  //box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, .05);
  color: #fff;
  line-height: 13px;
  cursor: default;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  /* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%); */
  color: #666;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

.gform_wrapper .chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.gform_wrapper .chosen-rtl {
  text-align: right;
}

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search,
.gform_wrapper .chosen-rtl .chosen-drop {
  left: 9999px;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

.gform_wrapper .gform_card_icon_container {
  margin: 0px 0 10px 0;
  height: 32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 10px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, .02);
  border-radius: 4px;
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}

.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}

.gform_wrapper .form_saved_message {
  font-size: 1rem;
  background-color: transparent;
  color: #fff;
  line-height: 1.8;
  margin: 16px 0 16px 0;
  text-align: center;
  width: 100%;
}

.gform_wrapper .form_saved_message form {
  text-align: center;
}

.gform_wrapper .form_saved_message span:first-child {
  display: block;
  padding: 28px 16px 28px 16px;
}

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
}

.form_saved_message a.resume_form_link:before,
.form_saved_message a.resume_form_link:after {
  content: "";
  display: block;
}

.form_saved_message a.resume_form_link:before {
  margin-top: 12px;
}

.form_saved_message a.resume_form_link:after {
  margin-bottom: 12px;
}

.form_saved_message br+br,
.form_saved_message a+br {
  display: none;
}

.form_saved_message .form_saved_message_emailform {
  margin: 16px 0 0 0;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25;
  height: 24px;
  margin-bottom: 4px;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin: 12px auto 0 auto;
  display: block;
}

.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
}

.form_saved_message_sent {
  margin: 16px 0 16px 0;
  width: 100%;
  font-size: 1em;
  border: 2px solid #cfe2c0;
  background-color: #e9ffd9;
  text-align: center;
  border-radius: 2px;
}

.form_saved_message_sent span:first-child {
  display: block;
  padding: 16px;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
  margin-top: 16px;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"]+input[type="text"] {
  width: 45.25%;
}

.gform_wrapper table.recaptchatable {
  table-layout: auto;
}

/* adjusting the captcha margin for left or right label settings */

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}

/* rich text editor */

.gfield .wp-editor-container {
  border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
  border-color: #ddd;
}

.gfield .tmce-active .switch-tmce,
.gfield .html-active .switch-html {
  border-bottom-color: #f5f5f5;
}

.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* do our best to restore styles for lists inside the HTML field */

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px 0;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}

.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}

@media only screen and (max-width: 641px) {
  /* make the inputs a little larger for mobile devices */

  .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    //line-height: 2;
    min-height: 2rem;
  }

  .gform_wrapper textarea {
    line-height: 1.5;
    border: 1px solid #ddd;
  }

  .gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }

  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }

  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }

  .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: calc(100% - 10px);
    line-height: 2;
    float: none;
  }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }

  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }

  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }

  .gform_wrapper ul.gfield_radio li label,
  .gform_wrapper ul.gfield_checkbox li label {
    width: 85%;
    cursor: pointer;
  }
}

@media only screen and (max-width: 761px),
       (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 32px;
  }/* force the list table to not behave like a table anymore */

  .gform_wrapper table.gfield_list {
    border: 0;
  }

  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 4px solid #ccc;
  }

  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }

  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: .875em;
    letter-spacing: .5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }

  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }

  .gform_wrapper table.gfield_list th+th,
  .gform_wrapper table.gfield_list td+td {
    padding: 4px 0 0 0;
  }

  .gform_wrapper table.gfield_list tr.gfield_list_row_odd,
  .gform_wrapper table.gfield_list tr.gfield_list_row_even {
    margin: 16px 0;
  }

  .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }

  .gform_wrapper table.gfield_list tr {
    padding-top: 12px;
  }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px 4px !important;
    background-color: #eee;
  }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }

  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }

  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* media queries - portrait mode tablet or desktop styles */

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%;
  }

  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    //max-width: calc(100% - 16px) !important;
  }

  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }

  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }

  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }

  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }

  .gform_wrapper ul.right_label li ul.gfield_radio li,
  .gform_wrapper form ul.right_label li ul.gfield_radio li,
  .gform_wrapper ul.left_label li ul.gfield_radio li,
  .gform_wrapper form ul.left_label li ul.gfield_radio li,
  .gform_wrapper ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper ul.left_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
  }

  .gform_wrapper .right_label .gfield_description,
  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .left_label .instruction,
  .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }

  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }

  .gform_wrapper .right_label div.ginput_complex,
  .gform_wrapper .left_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }

  .gform_wrapper .right_label input.small,
  .gform_wrapper .right_label select.small,
  .gform_wrapper .left_label input.small,
  .gform_wrapper .left_label select.small {
    width: 15%;
  }

  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium,
  .gform_wrapper .left_label input.medium,
  .gform_wrapper .left_label select.medium {
    width: calc(35% - 8px);
  }

  .gform_wrapper .right_label input.large,
  .gform_wrapper .right_label select.large,
  .gform_wrapper .left_label input.large,
  .gform_wrapper .left_label select.large {
    width: 70%;
  }

  .gform_wrapper .right_label textarea.small,
  .gform_wrapper .left_label textarea.small,
  .gform_wrapper .right_label textarea.medium,
  .gform_wrapper .left_label textarea.medium,
  .gform_wrapper .right_label textarea.large,
  .gform_wrapper .left_label textarea.large {
    width: 70%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }

  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }

  .gform_wrapper .left_label .gf_list_one_column,
  .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }

  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }

  .gform_wrapper .left_label li.hidden_label input,
  .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }

  .gform_wrapper .left_label li.gfield .gfield_password_strength,
  .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }

  .gform_wrapper .top_label input.small,
  .gform_wrapper .top_label select.small {
    width: 25%;
  }

  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    //width: calc(50% - 8px);
  }

  .gform_wrapper.gform_validation_error .top_label input.medium,
  .gform_wrapper.gform_validation_error .top_label select.medium {
    //width: 50%;
    max-width: 100%;
  }

  .gform_wrapper .top_label input.large,
  .gform_wrapper .top_label select.large,
  .gform_wrapper .hidden_label input.large,
  .gform_wrapper .hidden_label select.large {
    width: 100%;
  }

  .gform_wrapper .top_label input.small.datepicker,
  .gform_wrapper .top_label input.medium.datepicker,
  .gform_wrapper .top_label input.large.datepicker {
    //width: auto;
  }

  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }

  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }

  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }

  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }

  .gform_wrapper .gfield_error .ginput_complex .ginput_left,
  .gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left,
  .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }

  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }

  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }

  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_footer input[type=image] {
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }

  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input[type=submit] {
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }

  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }

  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
    margin-right: 8px;
  }

  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }

  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
  }

  .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px 0;
    margin-left: 29%;
    width: 70%;
  }/* adjusting the name field so it aligns properly */

  .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }

  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }

  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }/* a little better specificty to avoid problems with forms in widgets */

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }

  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }

  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }

  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }

  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }

  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }

  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }

  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }/* tweak the sizes for validation and left/right label layouts */

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }

  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }

  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }

  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }

  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }

  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }

  .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
  .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }/* adjusting the address field alignment for some scenarios */

  .gform_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left {
    padding-right: 0;
  }

  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }

  html:not[dir="rtl"] .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time),
  html:not[dir="rtl"] .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
  html:not[dir="rtl"] .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
    width: 70%;
    margin-left: 29% !important;
  }

  .gform_wrapper .gf_progressbar {
    background-color: #eaeaea;
    border-radius: 0px;
    width: calc(100% - 16px);
  }

  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }

  body .gform_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }/* force the CAPTCHA field over for right and left label layouts */

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }

  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }

  .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px;
  }
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
  padding: 0px 0px 8px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
  color: #0a0a0a;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  text-shadow: 0px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.partial_entry_warning {
  display: none;
}

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

/*
 *  Owl Carousel - Core
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* No Js */

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

/*
 *  Owl Carousel - Animate Plugin
 */

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

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

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

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

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

/*
 * 	Owl Carousel - Video Plugin
 */

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

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

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

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

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

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. *//* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */

.featherlight:last-of-type {
  background: rgba(0, 0, 0, .8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */

.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, .3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box;
}

/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */

@media print {
  html.with-featherlight>*> :not(.featherlight) {
    display: none;
  }
}

/* @import "/components/forms";
@import "components/buttons"; */

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

p {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

li {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: .625rem;
}

a {
  text-decoration: none;
  transition: color .15s linear;
  color: #3dac49;
}

.transition-opacity {
  transition: .15s linear opacity;
}

/* Nav */

.logged-in .header {
  top: 32px !important;
}

.logo {
  width: 133px;
  height: 53px;
}

li.menu-item a {
  color: #fff;
}

li.menu-item.current_page_item a {
  color: #3dac49;
}

@media (min-width: 992px) {
  li.menu-item:not(.menu-item-type-custom) {
    padding-top: .625rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    position: relative;
    list-style: none;
  }

  li.menu-item.menu-item-type-custom {
    margin-left: .625rem;
    margin-top: .625rem;
    margin-top: .3125rem;
  }
}

@media (max-width: 992px) {
  li.menu-item {
    padding-top: .625rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    list-style: none;
  }
}

@media (min-width: 992px) {
  .sub-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-bottom: .3125rem;
    width: 200px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    z-index: 9;
  }

  .sub-menu li.menu-item {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .menu-item .sub-menu a {
    color: #0a0a0a;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 992px) {
  .sub-menu {
    padding: 0;
  }
}

li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-item a {
  color: #0a0a0a;
  font-size: .875rem;
}

.menu-item a:hover {
  color: #3dac49;
}

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

/* Posts */

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-content h2 {
  margin-bottom: .625rem;
  margin-top: 2.5rem;
  font-size: 1.5rem;
  text-align: left;
}

.post-content h3 {
  margin-bottom: .625rem;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  text-align: left;
}

.post-content .wp-post-image {
  float: left;
  margin-right: .9375rem;
  margin-bottom: .9375rem;
  padding: .3125rem;
  border-width: 1px;
  border-color: #989798;
}

.post-content p,
.post-content li {
  font-size: 1.125rem;
}

img.alignleft,
img.alignnone,
.attachment-medium {
  float: left;
  margin-right: .9375rem;
  margin-bottom: .9375rem;
}

img.alignright {
  float: right;
  margin-left: .9375rem;
  margin-bottom: .9375rem;
}

/* Gallery */

.post:last-of-type {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  border-style: none;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-item {
  margin-bottom: 1.25rem;
}

.gallery-caption {
  font-size: .75rem;
  color: #989798;
  text-align: center;
}

.gallery-item img {
  padding: .3125rem;
  border-width: 1px;
  border-color: #989798;
  border-radius: .25rem;
}

.gallery-item img:hover {
  border-color: #3dac49;
}

.content-gallery {
  transition: background-size .5s ease-in-out;
}

@media (min-width: 992px) {
  .content-gallery {
    background-size: 100%;
  }

  .content-gallery:hover {
    background-size: 105%;
  }

  .content-gallery-title,
  .content-gallery-title:hover {
    transition: all .15s linear;
  }
}

/* Misc */

.screen-reader-text {
  display: none;
}

.ascender-programs:nth-child(2n+1) {
  background-color: #989798;
}

/* Home */

.bg-black-5-opacity {
  background-color: rgba(0, 0, 0, .5);
}

.bg-black-8-opacity {
  background-color: rgba(0, 0, 0, .8);
}

.triangle {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  margin-left: 50%;
  left: -20px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.speaker-gradient {
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000a0a0a', endColorstr='#0a0a0a', GradientType=0);
}

.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer */

.footer-form .gform_wrapper .top_label .gfield_label {
  display: none;
}

.footer-form .gform_wrapper ul.gform_fields {
  display: flex;
  align-items: items-center;
}

.footer-form .gform_wrapper li {
  margin: 0px !important;
}

.footer-form .gform_wrapper li:first-of-type {
  flex: 2;
}

.footer-form .gform_wrapper li:last-of-type {
  flex: 1;
  margin-left: .625rem;
}

.footer-form .gform_footer {
  visibility: hidden;
  position: absolute;
}

.footer-form .btn {
  margin-left: .625rem;
}

.footer-form .gform_confirmation_message {
  color: #fff;
  font-size: 1.125rem;
}

footer li.menu-item {
  display: block;
  margin-bottom: .625rem;
  padding: 0;
}

footer li.menu-item a {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}

footer li.menu-item a:hover {
  color: #3dac49;
}

.two-column {
  -webkit-column-count: 2;
          column-count: 2;
}

/* Sponsors */

.sponsor-row:not(:last-child) {
  border-bottom-width: 1px;
  border-color: #dadada;
  margin-bottom: 3.75rem;
}

.event-row:not(:last-child) {
  border-bottom-width: 1px;
  border-color: #dadada;
  margin-bottom: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

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

  .sm\:bg-black {
    background-color: #0a0a0a;
  }

  .sm\:bg-grey-dark {
    background-color: #515151;
  }

  .sm\:bg-grey {
    background-color: #989798;
  }

  .sm\:bg-grey-light {
    background-color: #dadada;
  }

  .sm\:bg-grey-lightest {
    background-color: #fafafa;
  }

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

  .sm\:bg-green-light {
    background-color: #a3dfaa;
  }

  .sm\:bg-green {
    background-color: #3dac49;
  }

  .sm\:bg-green-dark {
    background-color: #308639;
  }

  .sm\:bg-purple {
    background-color: #7231aa;
  }

  .sm\:bg-purple-dark {
    background-color: #572682;
  }

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

  .sm\:hover\:bg-black:hover {
    background-color: #0a0a0a;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #515151;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #989798;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #dadada;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

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

  .sm\:hover\:bg-green-light:hover {
    background-color: #a3dfaa;
  }

  .sm\:hover\:bg-green:hover {
    background-color: #3dac49;
  }

  .sm\:hover\:bg-green-dark:hover {
    background-color: #308639;
  }

  .sm\:hover\:bg-purple:hover {
    background-color: #7231aa;
  }

  .sm\:hover\:bg-purple-dark:hover {
    background-color: #572682;
  }

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

  .sm\:focus\:bg-black:focus {
    background-color: #0a0a0a;
  }

  .sm\:focus\:bg-grey-dark:focus {
    background-color: #515151;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: #989798;
  }

  .sm\:focus\:bg-grey-light:focus {
    background-color: #dadada;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

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

  .sm\:focus\:bg-green-light:focus {
    background-color: #a3dfaa;
  }

  .sm\:focus\:bg-green:focus {
    background-color: #3dac49;
  }

  .sm\:focus\:bg-green-dark:focus {
    background-color: #308639;
  }

  .sm\:focus\:bg-purple:focus {
    background-color: #7231aa;
  }

  .sm\:focus\:bg-purple-dark:focus {
    background-color: #572682;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-black {
    border-color: #0a0a0a;
  }

  .sm\:border-grey-dark {
    border-color: #515151;
  }

  .sm\:border-grey {
    border-color: #989798;
  }

  .sm\:border-grey-light {
    border-color: #dadada;
  }

  .sm\:border-grey-lightest {
    border-color: #fafafa;
  }

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

  .sm\:border-green-light {
    border-color: #a3dfaa;
  }

  .sm\:border-green {
    border-color: #3dac49;
  }

  .sm\:border-green-dark {
    border-color: #308639;
  }

  .sm\:border-purple {
    border-color: #7231aa;
  }

  .sm\:border-purple-dark {
    border-color: #572682;
  }

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

  .sm\:hover\:border-black:hover {
    border-color: #0a0a0a;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #515151;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #989798;
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: #dadada;
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

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

  .sm\:hover\:border-green-light:hover {
    border-color: #a3dfaa;
  }

  .sm\:hover\:border-green:hover {
    border-color: #3dac49;
  }

  .sm\:hover\:border-green-dark:hover {
    border-color: #308639;
  }

  .sm\:hover\:border-purple:hover {
    border-color: #7231aa;
  }

  .sm\:hover\:border-purple-dark:hover {
    border-color: #572682;
  }

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

  .sm\:focus\:border-black:focus {
    border-color: #0a0a0a;
  }

  .sm\:focus\:border-grey-dark:focus {
    border-color: #515151;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #989798;
  }

  .sm\:focus\:border-grey-light:focus {
    border-color: #dadada;
  }

  .sm\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

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

  .sm\:focus\:border-green-light:focus {
    border-color: #a3dfaa;
  }

  .sm\:focus\:border-green:focus {
    border-color: #3dac49;
  }

  .sm\:focus\:border-green-dark:focus {
    border-color: #308639;
  }

  .sm\:focus\:border-purple:focus {
    border-color: #7231aa;
  }

  .sm\:focus\:border-purple-dark:focus {
    border-color: #572682;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

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

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

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

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

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

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

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

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

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

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

  .sm\:hidden {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

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

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

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

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

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

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-regular {
    font-family: proxima-nova, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .sm\:font-headline {
    font-family: din-condensed, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-1 {
    height: .25rem;
  }

  .sm\:h-2 {
    height: .3125rem;
  }

  .sm\:h-3 {
    height: .75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-128 {
    height: 8rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-speaker {
    height: 23.5rem;
  }

  .sm\:h-music {
    height: 30rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-5 {
    margin: .3125rem;
  }

  .sm\:m-10 {
    margin: .625rem;
  }

  .sm\:m-15 {
    margin: .9375rem;
  }

  .sm\:m-16 {
    margin: 1rem;
  }

  .sm\:m-20 {
    margin: 1.25rem;
  }

  .sm\:m-24 {
    margin: 1.5rem;
  }

  .sm\:m-30 {
    margin: 1.875rem;
  }

  .sm\:m-32 {
    margin: 2rem;
  }

  .sm\:m-36 {
    margin: 3rem;
  }

  .sm\:m-40 {
    margin: 2.5rem;
  }

  .sm\:m-48 {
    margin: 4rem;
  }

  .sm\:m-60 {
    margin: 3.75rem;
  }

  .sm\:m-80 {
    margin: 5rem;
  }

  .sm\:m-96 {
    margin: 6rem;
  }

  .sm\:m-128 {
    margin: 8rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

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

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

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

  .sm\:my-5 {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
  }

  .sm\:mx-5 {
    margin-left: .3125rem;
    margin-right: .3125rem;
  }

  .sm\:my-10 {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  .sm\:mx-10 {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .sm\:my-15 {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }

  .sm\:mx-15 {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .sm\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-36 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-36 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-48 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-48 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

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

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

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

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

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

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

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

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

  .sm\:mt-5 {
    margin-top: .3125rem;
  }

  .sm\:mr-5 {
    margin-right: .3125rem;
  }

  .sm\:mb-5 {
    margin-bottom: .3125rem;
  }

  .sm\:ml-5 {
    margin-left: .3125rem;
  }

  .sm\:mt-10 {
    margin-top: .625rem;
  }

  .sm\:mr-10 {
    margin-right: .625rem;
  }

  .sm\:mb-10 {
    margin-bottom: .625rem;
  }

  .sm\:ml-10 {
    margin-left: .625rem;
  }

  .sm\:mt-15 {
    margin-top: .9375rem;
  }

  .sm\:mr-15 {
    margin-right: .9375rem;
  }

  .sm\:mb-15 {
    margin-bottom: .9375rem;
  }

  .sm\:ml-15 {
    margin-left: .9375rem;
  }

  .sm\:mt-16 {
    margin-top: 1rem;
  }

  .sm\:mr-16 {
    margin-right: 1rem;
  }

  .sm\:mb-16 {
    margin-bottom: 1rem;
  }

  .sm\:ml-16 {
    margin-left: 1rem;
  }

  .sm\:mt-20 {
    margin-top: 1.25rem;
  }

  .sm\:mr-20 {
    margin-right: 1.25rem;
  }

  .sm\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-20 {
    margin-left: 1.25rem;
  }

  .sm\:mt-24 {
    margin-top: 1.5rem;
  }

  .sm\:mr-24 {
    margin-right: 1.5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-24 {
    margin-left: 1.5rem;
  }

  .sm\:mt-30 {
    margin-top: 1.875rem;
  }

  .sm\:mr-30 {
    margin-right: 1.875rem;
  }

  .sm\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .sm\:ml-30 {
    margin-left: 1.875rem;
  }

  .sm\:mt-32 {
    margin-top: 2rem;
  }

  .sm\:mr-32 {
    margin-right: 2rem;
  }

  .sm\:mb-32 {
    margin-bottom: 2rem;
  }

  .sm\:ml-32 {
    margin-left: 2rem;
  }

  .sm\:mt-36 {
    margin-top: 3rem;
  }

  .sm\:mr-36 {
    margin-right: 3rem;
  }

  .sm\:mb-36 {
    margin-bottom: 3rem;
  }

  .sm\:ml-36 {
    margin-left: 3rem;
  }

  .sm\:mt-40 {
    margin-top: 2.5rem;
  }

  .sm\:mr-40 {
    margin-right: 2.5rem;
  }

  .sm\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-40 {
    margin-left: 2.5rem;
  }

  .sm\:mt-48 {
    margin-top: 4rem;
  }

  .sm\:mr-48 {
    margin-right: 4rem;
  }

  .sm\:mb-48 {
    margin-bottom: 4rem;
  }

  .sm\:ml-48 {
    margin-left: 4rem;
  }

  .sm\:mt-60 {
    margin-top: 3.75rem;
  }

  .sm\:mr-60 {
    margin-right: 3.75rem;
  }

  .sm\:mb-60 {
    margin-bottom: 3.75rem;
  }

  .sm\:ml-60 {
    margin-left: 3.75rem;
  }

  .sm\:mt-80 {
    margin-top: 5rem;
  }

  .sm\:mr-80 {
    margin-right: 5rem;
  }

  .sm\:mb-80 {
    margin-bottom: 5rem;
  }

  .sm\:ml-80 {
    margin-left: 5rem;
  }

  .sm\:mt-96 {
    margin-top: 6rem;
  }

  .sm\:mr-96 {
    margin-right: 6rem;
  }

  .sm\:mb-96 {
    margin-bottom: 6rem;
  }

  .sm\:ml-96 {
    margin-left: 6rem;
  }

  .sm\:mt-128 {
    margin-top: 8rem;
  }

  .sm\:mr-128 {
    margin-right: 8rem;
  }

  .sm\:mb-128 {
    margin-bottom: 8rem;
  }

  .sm\:ml-128 {
    margin-left: 8rem;
  }

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

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

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

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

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

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

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

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

  .sm\:max-h-140px {
    max-height: 140px;
  }

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

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

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 30rem;
  }

  .sm\:max-w-md {
    max-width: 40rem;
  }

  .sm\:max-w-lg {
    max-width: 50rem;
  }

  .sm\:max-w-xl {
    max-width: 55rem;
  }

  .sm\:max-w-40px {
    max-width: 40px;
  }

  .sm\:max-w-60px {
    max-width: 60px;
  }

  .sm\:max-w-100px {
    max-width: 100px;
  }

  .sm\:max-w-150px {
    max-width: 150px;
  }

  .sm\:max-w-240px {
    max-width: 200px;
  }

  .sm\:max-w-1200px {
    max-width: 75rem;
  }

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

  .sm\:min-h-140px {
    min-height: 140px;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

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

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

  .sm\:-m-0 {
    margin: 0;
  }

  .sm\:-m-5 {
    margin: -.3125rem;
  }

  .sm\:-m-10 {
    margin: -.625rem;
  }

  .sm\:-m-15 {
    margin: -.9375rem;
  }

  .sm\:-m-16 {
    margin: -1rem;
  }

  .sm\:-m-20 {
    margin: -1.25rem;
  }

  .sm\:-m-24 {
    margin: -1.5rem;
  }

  .sm\:-m-30 {
    margin: -1.875rem;
  }

  .sm\:-m-32 {
    margin: -2rem;
  }

  .sm\:-m-36 {
    margin: -3rem;
  }

  .sm\:-m-40 {
    margin: -2.5rem;
  }

  .sm\:-m-48 {
    margin: -4rem;
  }

  .sm\:-m-80 {
    margin: -5rem;
  }

  .sm\:-m-96 {
    margin: -6rem;
  }

  .sm\:-m-128 {
    margin: -8rem;
  }

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

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

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

  .sm\:-my-5 {
    margin-top: -.3125rem;
    margin-bottom: -.3125rem;
  }

  .sm\:-mx-5 {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
  }

  .sm\:-my-10 {
    margin-top: -.625rem;
    margin-bottom: -.625rem;
  }

  .sm\:-mx-10 {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .sm\:-my-15 {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }

  .sm\:-mx-15 {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .sm\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-20 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-20 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-30 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-36 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-36 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-40 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-40 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-48 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-48 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-80 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-80 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-96 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-96 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-128 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-128 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

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

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

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

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

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

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

  .sm\:-mt-5 {
    margin-top: -.3125rem;
  }

  .sm\:-mr-5 {
    margin-right: -.3125rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -.3125rem;
  }

  .sm\:-ml-5 {
    margin-left: -.3125rem;
  }

  .sm\:-mt-10 {
    margin-top: -.625rem;
  }

  .sm\:-mr-10 {
    margin-right: -.625rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -.625rem;
  }

  .sm\:-ml-10 {
    margin-left: -.625rem;
  }

  .sm\:-mt-15 {
    margin-top: -.9375rem;
  }

  .sm\:-mr-15 {
    margin-right: -.9375rem;
  }

  .sm\:-mb-15 {
    margin-bottom: -.9375rem;
  }

  .sm\:-ml-15 {
    margin-left: -.9375rem;
  }

  .sm\:-mt-16 {
    margin-top: -1rem;
  }

  .sm\:-mr-16 {
    margin-right: -1rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-16 {
    margin-left: -1rem;
  }

  .sm\:-mt-20 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-20 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-20 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-24 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-24 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-24 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-30 {
    margin-top: -1.875rem;
  }

  .sm\:-mr-30 {
    margin-right: -1.875rem;
  }

  .sm\:-mb-30 {
    margin-bottom: -1.875rem;
  }

  .sm\:-ml-30 {
    margin-left: -1.875rem;
  }

  .sm\:-mt-32 {
    margin-top: -2rem;
  }

  .sm\:-mr-32 {
    margin-right: -2rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-32 {
    margin-left: -2rem;
  }

  .sm\:-mt-36 {
    margin-top: -3rem;
  }

  .sm\:-mr-36 {
    margin-right: -3rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-36 {
    margin-left: -3rem;
  }

  .sm\:-mt-40 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-40 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-40 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-48 {
    margin-top: -4rem;
  }

  .sm\:-mr-48 {
    margin-right: -4rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-48 {
    margin-left: -4rem;
  }

  .sm\:-mt-80 {
    margin-top: -5rem;
  }

  .sm\:-mr-80 {
    margin-right: -5rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-80 {
    margin-left: -5rem;
  }

  .sm\:-mt-96 {
    margin-top: -6rem;
  }

  .sm\:-mr-96 {
    margin-right: -6rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-96 {
    margin-left: -6rem;
  }

  .sm\:-mt-128 {
    margin-top: -8rem;
  }

  .sm\:-mr-128 {
    margin-right: -8rem;
  }

  .sm\:-mb-128 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-128 {
    margin-left: -8rem;
  }

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

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

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

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

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-6 {
    opacity: .6;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-5 {
    padding: .3125rem;
  }

  .sm\:p-10 {
    padding: .625rem;
  }

  .sm\:p-15 {
    padding: .9375rem;
  }

  .sm\:p-16 {
    padding: 1rem;
  }

  .sm\:p-20 {
    padding: 1.25rem;
  }

  .sm\:p-24 {
    padding: 1.5rem;
  }

  .sm\:p-30 {
    padding: 1.875rem;
  }

  .sm\:p-32 {
    padding: 2rem;
  }

  .sm\:p-36 {
    padding: 3rem;
  }

  .sm\:p-40 {
    padding: 2.5rem;
  }

  .sm\:p-48 {
    padding: 4rem;
  }

  .sm\:p-60 {
    padding: 3.75rem;
  }

  .sm\:p-80 {
    padding: 5rem;
  }

  .sm\:p-96 {
    padding: 6rem;
  }

  .sm\:p-128 {
    padding: 8rem;
  }

  .sm\:p-160 {
    padding: 10rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

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

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

  .sm\:py-5 {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }

  .sm\:px-5 {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .sm\:py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .sm\:px-10 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .sm\:py-15 {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .sm\:px-15 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .sm\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-36 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-36 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-48 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-48 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-160 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

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

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

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

  .sm\:pt-5 {
    padding-top: .3125rem;
  }

  .sm\:pr-5 {
    padding-right: .3125rem;
  }

  .sm\:pb-5 {
    padding-bottom: .3125rem;
  }

  .sm\:pl-5 {
    padding-left: .3125rem;
  }

  .sm\:pt-10 {
    padding-top: .625rem;
  }

  .sm\:pr-10 {
    padding-right: .625rem;
  }

  .sm\:pb-10 {
    padding-bottom: .625rem;
  }

  .sm\:pl-10 {
    padding-left: .625rem;
  }

  .sm\:pt-15 {
    padding-top: .9375rem;
  }

  .sm\:pr-15 {
    padding-right: .9375rem;
  }

  .sm\:pb-15 {
    padding-bottom: .9375rem;
  }

  .sm\:pl-15 {
    padding-left: .9375rem;
  }

  .sm\:pt-16 {
    padding-top: 1rem;
  }

  .sm\:pr-16 {
    padding-right: 1rem;
  }

  .sm\:pb-16 {
    padding-bottom: 1rem;
  }

  .sm\:pl-16 {
    padding-left: 1rem;
  }

  .sm\:pt-20 {
    padding-top: 1.25rem;
  }

  .sm\:pr-20 {
    padding-right: 1.25rem;
  }

  .sm\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-20 {
    padding-left: 1.25rem;
  }

  .sm\:pt-24 {
    padding-top: 1.5rem;
  }

  .sm\:pr-24 {
    padding-right: 1.5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-24 {
    padding-left: 1.5rem;
  }

  .sm\:pt-30 {
    padding-top: 1.875rem;
  }

  .sm\:pr-30 {
    padding-right: 1.875rem;
  }

  .sm\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .sm\:pl-30 {
    padding-left: 1.875rem;
  }

  .sm\:pt-32 {
    padding-top: 2rem;
  }

  .sm\:pr-32 {
    padding-right: 2rem;
  }

  .sm\:pb-32 {
    padding-bottom: 2rem;
  }

  .sm\:pl-32 {
    padding-left: 2rem;
  }

  .sm\:pt-36 {
    padding-top: 3rem;
  }

  .sm\:pr-36 {
    padding-right: 3rem;
  }

  .sm\:pb-36 {
    padding-bottom: 3rem;
  }

  .sm\:pl-36 {
    padding-left: 3rem;
  }

  .sm\:pt-40 {
    padding-top: 2.5rem;
  }

  .sm\:pr-40 {
    padding-right: 2.5rem;
  }

  .sm\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-40 {
    padding-left: 2.5rem;
  }

  .sm\:pt-48 {
    padding-top: 4rem;
  }

  .sm\:pr-48 {
    padding-right: 4rem;
  }

  .sm\:pb-48 {
    padding-bottom: 4rem;
  }

  .sm\:pl-48 {
    padding-left: 4rem;
  }

  .sm\:pt-60 {
    padding-top: 3.75rem;
  }

  .sm\:pr-60 {
    padding-right: 3.75rem;
  }

  .sm\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .sm\:pl-60 {
    padding-left: 3.75rem;
  }

  .sm\:pt-80 {
    padding-top: 5rem;
  }

  .sm\:pr-80 {
    padding-right: 5rem;
  }

  .sm\:pb-80 {
    padding-bottom: 5rem;
  }

  .sm\:pl-80 {
    padding-left: 5rem;
  }

  .sm\:pt-96 {
    padding-top: 6rem;
  }

  .sm\:pr-96 {
    padding-right: 6rem;
  }

  .sm\:pb-96 {
    padding-bottom: 6rem;
  }

  .sm\:pl-96 {
    padding-left: 6rem;
  }

  .sm\:pt-128 {
    padding-top: 8rem;
  }

  .sm\:pr-128 {
    padding-right: 8rem;
  }

  .sm\:pb-128 {
    padding-bottom: 8rem;
  }

  .sm\:pl-128 {
    padding-left: 8rem;
  }

  .sm\:pt-160 {
    padding-top: 10rem;
  }

  .sm\:pr-160 {
    padding-right: 10rem;
  }

  .sm\:pb-160 {
    padding-bottom: 10rem;
  }

  .sm\:pl-160 {
    padding-left: 10rem;
  }

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

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

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

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

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

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

  .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

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

  .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

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

  .sm\:text-black {
    color: #0a0a0a;
  }

  .sm\:text-grey-dark {
    color: #515151;
  }

  .sm\:text-grey {
    color: #989798;
  }

  .sm\:text-grey-light {
    color: #dadada;
  }

  .sm\:text-grey-lightest {
    color: #fafafa;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-green-light {
    color: #a3dfaa;
  }

  .sm\:text-green {
    color: #3dac49;
  }

  .sm\:text-green-dark {
    color: #308639;
  }

  .sm\:text-purple {
    color: #7231aa;
  }

  .sm\:text-purple-dark {
    color: #572682;
  }

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

  .sm\:hover\:text-black:hover {
    color: #0a0a0a;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #515151;
  }

  .sm\:hover\:text-grey:hover {
    color: #989798;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #dadada;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

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

  .sm\:hover\:text-green-light:hover {
    color: #a3dfaa;
  }

  .sm\:hover\:text-green:hover {
    color: #3dac49;
  }

  .sm\:hover\:text-green-dark:hover {
    color: #308639;
  }

  .sm\:hover\:text-purple:hover {
    color: #7231aa;
  }

  .sm\:hover\:text-purple-dark:hover {
    color: #572682;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #0a0a0a;
  }

  .sm\:focus\:text-grey-dark:focus {
    color: #515151;
  }

  .sm\:focus\:text-grey:focus {
    color: #989798;
  }

  .sm\:focus\:text-grey-light:focus {
    color: #dadada;
  }

  .sm\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

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

  .sm\:focus\:text-green-light:focus {
    color: #a3dfaa;
  }

  .sm\:focus\:text-green:focus {
    color: #3dac49;
  }

  .sm\:focus\:text-green-dark:focus {
    color: #308639;
  }

  .sm\:focus\:text-purple:focus {
    color: #7231aa;
  }

  .sm\:focus\:text-purple-dark:focus {
    color: #572682;
  }

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

  .group:hover .sm\:group-hover\:text-black {
    color: #0a0a0a;
  }

  .group:hover .sm\:group-hover\:text-grey-dark {
    color: #515151;
  }

  .group:hover .sm\:group-hover\:text-grey {
    color: #989798;
  }

  .group:hover .sm\:group-hover\:text-grey-light {
    color: #dadada;
  }

  .group:hover .sm\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .sm\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:text-green-light {
    color: #a3dfaa;
  }

  .group:hover .sm\:group-hover\:text-green {
    color: #3dac49;
  }

  .group:hover .sm\:group-hover\:text-green-dark {
    color: #308639;
  }

  .group:hover .sm\:group-hover\:text-purple {
    color: #7231aa;
  }

  .group:hover .sm\:group-hover\:text-purple-dark {
    color: #572682;
  }

  .sm\:text-10 {
    font-size: .5rem;
  }

  .sm\:text-12 {
    font-size: .75rem;
  }

  .sm\:text-14 {
    font-size: .875rem;
  }

  .sm\:text-16 {
    font-size: 1rem;
  }

  .sm\:text-18 {
    font-size: 1.125rem;
  }

  .sm\:text-20 {
    font-size: 1.25rem;
  }

  .sm\:text-22 {
    font-size: 1.375rem;
  }

  .sm\:text-24 {
    font-size: 1.5rem;
  }

  .sm\:text-28 {
    font-size: 1.75rem;
  }

  .sm\:text-30 {
    font-size: 1.875rem;
  }

  .sm\:text-36 {
    font-size: 2.25rem;
  }

  .sm\:text-40 {
    font-size: 2.5rem;
  }

  .sm\:text-48 {
    font-size: 3rem;
  }

  .sm\:text-54 {
    font-size: 3.375rem;
  }

  .sm\:text-60 {
    font-size: 3.75rem;
  }

  .sm\:text-84 {
    font-size: 5.25rem;
  }

  .sm\:text-96 {
    font-size: 6rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:italic:focus {
    font-style: italic;
  }

  .sm\:focus\:roman:focus {
    font-style: normal;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

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

  .md\:bg-black {
    background-color: #0a0a0a;
  }

  .md\:bg-grey-dark {
    background-color: #515151;
  }

  .md\:bg-grey {
    background-color: #989798;
  }

  .md\:bg-grey-light {
    background-color: #dadada;
  }

  .md\:bg-grey-lightest {
    background-color: #fafafa;
  }

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

  .md\:bg-green-light {
    background-color: #a3dfaa;
  }

  .md\:bg-green {
    background-color: #3dac49;
  }

  .md\:bg-green-dark {
    background-color: #308639;
  }

  .md\:bg-purple {
    background-color: #7231aa;
  }

  .md\:bg-purple-dark {
    background-color: #572682;
  }

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

  .md\:hover\:bg-black:hover {
    background-color: #0a0a0a;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #515151;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #989798;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #dadada;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

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

  .md\:hover\:bg-green-light:hover {
    background-color: #a3dfaa;
  }

  .md\:hover\:bg-green:hover {
    background-color: #3dac49;
  }

  .md\:hover\:bg-green-dark:hover {
    background-color: #308639;
  }

  .md\:hover\:bg-purple:hover {
    background-color: #7231aa;
  }

  .md\:hover\:bg-purple-dark:hover {
    background-color: #572682;
  }

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

  .md\:focus\:bg-black:focus {
    background-color: #0a0a0a;
  }

  .md\:focus\:bg-grey-dark:focus {
    background-color: #515151;
  }

  .md\:focus\:bg-grey:focus {
    background-color: #989798;
  }

  .md\:focus\:bg-grey-light:focus {
    background-color: #dadada;
  }

  .md\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

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

  .md\:focus\:bg-green-light:focus {
    background-color: #a3dfaa;
  }

  .md\:focus\:bg-green:focus {
    background-color: #3dac49;
  }

  .md\:focus\:bg-green-dark:focus {
    background-color: #308639;
  }

  .md\:focus\:bg-purple:focus {
    background-color: #7231aa;
  }

  .md\:focus\:bg-purple-dark:focus {
    background-color: #572682;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-black {
    border-color: #0a0a0a;
  }

  .md\:border-grey-dark {
    border-color: #515151;
  }

  .md\:border-grey {
    border-color: #989798;
  }

  .md\:border-grey-light {
    border-color: #dadada;
  }

  .md\:border-grey-lightest {
    border-color: #fafafa;
  }

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

  .md\:border-green-light {
    border-color: #a3dfaa;
  }

  .md\:border-green {
    border-color: #3dac49;
  }

  .md\:border-green-dark {
    border-color: #308639;
  }

  .md\:border-purple {
    border-color: #7231aa;
  }

  .md\:border-purple-dark {
    border-color: #572682;
  }

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

  .md\:hover\:border-black:hover {
    border-color: #0a0a0a;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #515151;
  }

  .md\:hover\:border-grey:hover {
    border-color: #989798;
  }

  .md\:hover\:border-grey-light:hover {
    border-color: #dadada;
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

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

  .md\:hover\:border-green-light:hover {
    border-color: #a3dfaa;
  }

  .md\:hover\:border-green:hover {
    border-color: #3dac49;
  }

  .md\:hover\:border-green-dark:hover {
    border-color: #308639;
  }

  .md\:hover\:border-purple:hover {
    border-color: #7231aa;
  }

  .md\:hover\:border-purple-dark:hover {
    border-color: #572682;
  }

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

  .md\:focus\:border-black:focus {
    border-color: #0a0a0a;
  }

  .md\:focus\:border-grey-dark:focus {
    border-color: #515151;
  }

  .md\:focus\:border-grey:focus {
    border-color: #989798;
  }

  .md\:focus\:border-grey-light:focus {
    border-color: #dadada;
  }

  .md\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

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

  .md\:focus\:border-green-light:focus {
    border-color: #a3dfaa;
  }

  .md\:focus\:border-green:focus {
    border-color: #3dac49;
  }

  .md\:focus\:border-green-dark:focus {
    border-color: #308639;
  }

  .md\:focus\:border-purple:focus {
    border-color: #7231aa;
  }

  .md\:focus\:border-purple-dark:focus {
    border-color: #572682;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-t-8 {
    border-top-width: 8px;
  }

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

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

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

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

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

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

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

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

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

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

  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

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

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

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-regular {
    font-family: proxima-nova, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .md\:font-headline {
    font-family: din-condensed, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .3125rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-128 {
    height: 8rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-speaker {
    height: 23.5rem;
  }

  .md\:h-music {
    height: 30rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-5 {
    margin: .3125rem;
  }

  .md\:m-10 {
    margin: .625rem;
  }

  .md\:m-15 {
    margin: .9375rem;
  }

  .md\:m-16 {
    margin: 1rem;
  }

  .md\:m-20 {
    margin: 1.25rem;
  }

  .md\:m-24 {
    margin: 1.5rem;
  }

  .md\:m-30 {
    margin: 1.875rem;
  }

  .md\:m-32 {
    margin: 2rem;
  }

  .md\:m-36 {
    margin: 3rem;
  }

  .md\:m-40 {
    margin: 2.5rem;
  }

  .md\:m-48 {
    margin: 4rem;
  }

  .md\:m-60 {
    margin: 3.75rem;
  }

  .md\:m-80 {
    margin: 5rem;
  }

  .md\:m-96 {
    margin: 6rem;
  }

  .md\:m-128 {
    margin: 8rem;
  }

  .md\:m-auto {
    margin: auto;
  }

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

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

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

  .md\:my-5 {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
  }

  .md\:mx-5 {
    margin-left: .3125rem;
    margin-right: .3125rem;
  }

  .md\:my-10 {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  .md\:mx-10 {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .md\:my-15 {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }

  .md\:mx-15 {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .md\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-36 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-36 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-48 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-48 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

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

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

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

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

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

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

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

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

  .md\:mt-5 {
    margin-top: .3125rem;
  }

  .md\:mr-5 {
    margin-right: .3125rem;
  }

  .md\:mb-5 {
    margin-bottom: .3125rem;
  }

  .md\:ml-5 {
    margin-left: .3125rem;
  }

  .md\:mt-10 {
    margin-top: .625rem;
  }

  .md\:mr-10 {
    margin-right: .625rem;
  }

  .md\:mb-10 {
    margin-bottom: .625rem;
  }

  .md\:ml-10 {
    margin-left: .625rem;
  }

  .md\:mt-15 {
    margin-top: .9375rem;
  }

  .md\:mr-15 {
    margin-right: .9375rem;
  }

  .md\:mb-15 {
    margin-bottom: .9375rem;
  }

  .md\:ml-15 {
    margin-left: .9375rem;
  }

  .md\:mt-16 {
    margin-top: 1rem;
  }

  .md\:mr-16 {
    margin-right: 1rem;
  }

  .md\:mb-16 {
    margin-bottom: 1rem;
  }

  .md\:ml-16 {
    margin-left: 1rem;
  }

  .md\:mt-20 {
    margin-top: 1.25rem;
  }

  .md\:mr-20 {
    margin-right: 1.25rem;
  }

  .md\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-20 {
    margin-left: 1.25rem;
  }

  .md\:mt-24 {
    margin-top: 1.5rem;
  }

  .md\:mr-24 {
    margin-right: 1.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-24 {
    margin-left: 1.5rem;
  }

  .md\:mt-30 {
    margin-top: 1.875rem;
  }

  .md\:mr-30 {
    margin-right: 1.875rem;
  }

  .md\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .md\:ml-30 {
    margin-left: 1.875rem;
  }

  .md\:mt-32 {
    margin-top: 2rem;
  }

  .md\:mr-32 {
    margin-right: 2rem;
  }

  .md\:mb-32 {
    margin-bottom: 2rem;
  }

  .md\:ml-32 {
    margin-left: 2rem;
  }

  .md\:mt-36 {
    margin-top: 3rem;
  }

  .md\:mr-36 {
    margin-right: 3rem;
  }

  .md\:mb-36 {
    margin-bottom: 3rem;
  }

  .md\:ml-36 {
    margin-left: 3rem;
  }

  .md\:mt-40 {
    margin-top: 2.5rem;
  }

  .md\:mr-40 {
    margin-right: 2.5rem;
  }

  .md\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-40 {
    margin-left: 2.5rem;
  }

  .md\:mt-48 {
    margin-top: 4rem;
  }

  .md\:mr-48 {
    margin-right: 4rem;
  }

  .md\:mb-48 {
    margin-bottom: 4rem;
  }

  .md\:ml-48 {
    margin-left: 4rem;
  }

  .md\:mt-60 {
    margin-top: 3.75rem;
  }

  .md\:mr-60 {
    margin-right: 3.75rem;
  }

  .md\:mb-60 {
    margin-bottom: 3.75rem;
  }

  .md\:ml-60 {
    margin-left: 3.75rem;
  }

  .md\:mt-80 {
    margin-top: 5rem;
  }

  .md\:mr-80 {
    margin-right: 5rem;
  }

  .md\:mb-80 {
    margin-bottom: 5rem;
  }

  .md\:ml-80 {
    margin-left: 5rem;
  }

  .md\:mt-96 {
    margin-top: 6rem;
  }

  .md\:mr-96 {
    margin-right: 6rem;
  }

  .md\:mb-96 {
    margin-bottom: 6rem;
  }

  .md\:ml-96 {
    margin-left: 6rem;
  }

  .md\:mt-128 {
    margin-top: 8rem;
  }

  .md\:mr-128 {
    margin-right: 8rem;
  }

  .md\:mb-128 {
    margin-bottom: 8rem;
  }

  .md\:ml-128 {
    margin-left: 8rem;
  }

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

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

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

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

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

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

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

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

  .md\:max-h-140px {
    max-height: 140px;
  }

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

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

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 55rem;
  }

  .md\:max-w-40px {
    max-width: 40px;
  }

  .md\:max-w-60px {
    max-width: 60px;
  }

  .md\:max-w-100px {
    max-width: 100px;
  }

  .md\:max-w-150px {
    max-width: 150px;
  }

  .md\:max-w-240px {
    max-width: 200px;
  }

  .md\:max-w-1200px {
    max-width: 75rem;
  }

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

  .md\:min-h-140px {
    min-height: 140px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

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

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

  .md\:-m-0 {
    margin: 0;
  }

  .md\:-m-5 {
    margin: -.3125rem;
  }

  .md\:-m-10 {
    margin: -.625rem;
  }

  .md\:-m-15 {
    margin: -.9375rem;
  }

  .md\:-m-16 {
    margin: -1rem;
  }

  .md\:-m-20 {
    margin: -1.25rem;
  }

  .md\:-m-24 {
    margin: -1.5rem;
  }

  .md\:-m-30 {
    margin: -1.875rem;
  }

  .md\:-m-32 {
    margin: -2rem;
  }

  .md\:-m-36 {
    margin: -3rem;
  }

  .md\:-m-40 {
    margin: -2.5rem;
  }

  .md\:-m-48 {
    margin: -4rem;
  }

  .md\:-m-80 {
    margin: -5rem;
  }

  .md\:-m-96 {
    margin: -6rem;
  }

  .md\:-m-128 {
    margin: -8rem;
  }

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

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

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

  .md\:-my-5 {
    margin-top: -.3125rem;
    margin-bottom: -.3125rem;
  }

  .md\:-mx-5 {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
  }

  .md\:-my-10 {
    margin-top: -.625rem;
    margin-bottom: -.625rem;
  }

  .md\:-mx-10 {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .md\:-my-15 {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }

  .md\:-mx-15 {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .md\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-20 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-20 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-30 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-36 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-36 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-40 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-40 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-48 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-48 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-80 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-80 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-96 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-96 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-128 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-128 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

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

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

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

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

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

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

  .md\:-mt-5 {
    margin-top: -.3125rem;
  }

  .md\:-mr-5 {
    margin-right: -.3125rem;
  }

  .md\:-mb-5 {
    margin-bottom: -.3125rem;
  }

  .md\:-ml-5 {
    margin-left: -.3125rem;
  }

  .md\:-mt-10 {
    margin-top: -.625rem;
  }

  .md\:-mr-10 {
    margin-right: -.625rem;
  }

  .md\:-mb-10 {
    margin-bottom: -.625rem;
  }

  .md\:-ml-10 {
    margin-left: -.625rem;
  }

  .md\:-mt-15 {
    margin-top: -.9375rem;
  }

  .md\:-mr-15 {
    margin-right: -.9375rem;
  }

  .md\:-mb-15 {
    margin-bottom: -.9375rem;
  }

  .md\:-ml-15 {
    margin-left: -.9375rem;
  }

  .md\:-mt-16 {
    margin-top: -1rem;
  }

  .md\:-mr-16 {
    margin-right: -1rem;
  }

  .md\:-mb-16 {
    margin-bottom: -1rem;
  }

  .md\:-ml-16 {
    margin-left: -1rem;
  }

  .md\:-mt-20 {
    margin-top: -1.25rem;
  }

  .md\:-mr-20 {
    margin-right: -1.25rem;
  }

  .md\:-mb-20 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-20 {
    margin-left: -1.25rem;
  }

  .md\:-mt-24 {
    margin-top: -1.5rem;
  }

  .md\:-mr-24 {
    margin-right: -1.5rem;
  }

  .md\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-24 {
    margin-left: -1.5rem;
  }

  .md\:-mt-30 {
    margin-top: -1.875rem;
  }

  .md\:-mr-30 {
    margin-right: -1.875rem;
  }

  .md\:-mb-30 {
    margin-bottom: -1.875rem;
  }

  .md\:-ml-30 {
    margin-left: -1.875rem;
  }

  .md\:-mt-32 {
    margin-top: -2rem;
  }

  .md\:-mr-32 {
    margin-right: -2rem;
  }

  .md\:-mb-32 {
    margin-bottom: -2rem;
  }

  .md\:-ml-32 {
    margin-left: -2rem;
  }

  .md\:-mt-36 {
    margin-top: -3rem;
  }

  .md\:-mr-36 {
    margin-right: -3rem;
  }

  .md\:-mb-36 {
    margin-bottom: -3rem;
  }

  .md\:-ml-36 {
    margin-left: -3rem;
  }

  .md\:-mt-40 {
    margin-top: -2.5rem;
  }

  .md\:-mr-40 {
    margin-right: -2.5rem;
  }

  .md\:-mb-40 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-40 {
    margin-left: -2.5rem;
  }

  .md\:-mt-48 {
    margin-top: -4rem;
  }

  .md\:-mr-48 {
    margin-right: -4rem;
  }

  .md\:-mb-48 {
    margin-bottom: -4rem;
  }

  .md\:-ml-48 {
    margin-left: -4rem;
  }

  .md\:-mt-80 {
    margin-top: -5rem;
  }

  .md\:-mr-80 {
    margin-right: -5rem;
  }

  .md\:-mb-80 {
    margin-bottom: -5rem;
  }

  .md\:-ml-80 {
    margin-left: -5rem;
  }

  .md\:-mt-96 {
    margin-top: -6rem;
  }

  .md\:-mr-96 {
    margin-right: -6rem;
  }

  .md\:-mb-96 {
    margin-bottom: -6rem;
  }

  .md\:-ml-96 {
    margin-left: -6rem;
  }

  .md\:-mt-128 {
    margin-top: -8rem;
  }

  .md\:-mr-128 {
    margin-right: -8rem;
  }

  .md\:-mb-128 {
    margin-bottom: -8rem;
  }

  .md\:-ml-128 {
    margin-left: -8rem;
  }

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

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

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

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

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-6 {
    opacity: .6;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-5 {
    padding: .3125rem;
  }

  .md\:p-10 {
    padding: .625rem;
  }

  .md\:p-15 {
    padding: .9375rem;
  }

  .md\:p-16 {
    padding: 1rem;
  }

  .md\:p-20 {
    padding: 1.25rem;
  }

  .md\:p-24 {
    padding: 1.5rem;
  }

  .md\:p-30 {
    padding: 1.875rem;
  }

  .md\:p-32 {
    padding: 2rem;
  }

  .md\:p-36 {
    padding: 3rem;
  }

  .md\:p-40 {
    padding: 2.5rem;
  }

  .md\:p-48 {
    padding: 4rem;
  }

  .md\:p-60 {
    padding: 3.75rem;
  }

  .md\:p-80 {
    padding: 5rem;
  }

  .md\:p-96 {
    padding: 6rem;
  }

  .md\:p-128 {
    padding: 8rem;
  }

  .md\:p-160 {
    padding: 10rem;
  }

  .md\:p-px {
    padding: 1px;
  }

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

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

  .md\:py-5 {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }

  .md\:px-5 {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .md\:py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .md\:px-10 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .md\:py-15 {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .md\:px-15 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .md\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-36 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-36 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-48 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-48 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-160 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

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

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

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

  .md\:pt-5 {
    padding-top: .3125rem;
  }

  .md\:pr-5 {
    padding-right: .3125rem;
  }

  .md\:pb-5 {
    padding-bottom: .3125rem;
  }

  .md\:pl-5 {
    padding-left: .3125rem;
  }

  .md\:pt-10 {
    padding-top: .625rem;
  }

  .md\:pr-10 {
    padding-right: .625rem;
  }

  .md\:pb-10 {
    padding-bottom: .625rem;
  }

  .md\:pl-10 {
    padding-left: .625rem;
  }

  .md\:pt-15 {
    padding-top: .9375rem;
  }

  .md\:pr-15 {
    padding-right: .9375rem;
  }

  .md\:pb-15 {
    padding-bottom: .9375rem;
  }

  .md\:pl-15 {
    padding-left: .9375rem;
  }

  .md\:pt-16 {
    padding-top: 1rem;
  }

  .md\:pr-16 {
    padding-right: 1rem;
  }

  .md\:pb-16 {
    padding-bottom: 1rem;
  }

  .md\:pl-16 {
    padding-left: 1rem;
  }

  .md\:pt-20 {
    padding-top: 1.25rem;
  }

  .md\:pr-20 {
    padding-right: 1.25rem;
  }

  .md\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-20 {
    padding-left: 1.25rem;
  }

  .md\:pt-24 {
    padding-top: 1.5rem;
  }

  .md\:pr-24 {
    padding-right: 1.5rem;
  }

  .md\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-24 {
    padding-left: 1.5rem;
  }

  .md\:pt-30 {
    padding-top: 1.875rem;
  }

  .md\:pr-30 {
    padding-right: 1.875rem;
  }

  .md\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .md\:pl-30 {
    padding-left: 1.875rem;
  }

  .md\:pt-32 {
    padding-top: 2rem;
  }

  .md\:pr-32 {
    padding-right: 2rem;
  }

  .md\:pb-32 {
    padding-bottom: 2rem;
  }

  .md\:pl-32 {
    padding-left: 2rem;
  }

  .md\:pt-36 {
    padding-top: 3rem;
  }

  .md\:pr-36 {
    padding-right: 3rem;
  }

  .md\:pb-36 {
    padding-bottom: 3rem;
  }

  .md\:pl-36 {
    padding-left: 3rem;
  }

  .md\:pt-40 {
    padding-top: 2.5rem;
  }

  .md\:pr-40 {
    padding-right: 2.5rem;
  }

  .md\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-40 {
    padding-left: 2.5rem;
  }

  .md\:pt-48 {
    padding-top: 4rem;
  }

  .md\:pr-48 {
    padding-right: 4rem;
  }

  .md\:pb-48 {
    padding-bottom: 4rem;
  }

  .md\:pl-48 {
    padding-left: 4rem;
  }

  .md\:pt-60 {
    padding-top: 3.75rem;
  }

  .md\:pr-60 {
    padding-right: 3.75rem;
  }

  .md\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .md\:pl-60 {
    padding-left: 3.75rem;
  }

  .md\:pt-80 {
    padding-top: 5rem;
  }

  .md\:pr-80 {
    padding-right: 5rem;
  }

  .md\:pb-80 {
    padding-bottom: 5rem;
  }

  .md\:pl-80 {
    padding-left: 5rem;
  }

  .md\:pt-96 {
    padding-top: 6rem;
  }

  .md\:pr-96 {
    padding-right: 6rem;
  }

  .md\:pb-96 {
    padding-bottom: 6rem;
  }

  .md\:pl-96 {
    padding-left: 6rem;
  }

  .md\:pt-128 {
    padding-top: 8rem;
  }

  .md\:pr-128 {
    padding-right: 8rem;
  }

  .md\:pb-128 {
    padding-bottom: 8rem;
  }

  .md\:pl-128 {
    padding-left: 8rem;
  }

  .md\:pt-160 {
    padding-top: 10rem;
  }

  .md\:pr-160 {
    padding-right: 10rem;
  }

  .md\:pb-160 {
    padding-bottom: 10rem;
  }

  .md\:pl-160 {
    padding-left: 10rem;
  }

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

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

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

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

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

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

  .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

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

  .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

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

  .md\:text-black {
    color: #0a0a0a;
  }

  .md\:text-grey-dark {
    color: #515151;
  }

  .md\:text-grey {
    color: #989798;
  }

  .md\:text-grey-light {
    color: #dadada;
  }

  .md\:text-grey-lightest {
    color: #fafafa;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-green-light {
    color: #a3dfaa;
  }

  .md\:text-green {
    color: #3dac49;
  }

  .md\:text-green-dark {
    color: #308639;
  }

  .md\:text-purple {
    color: #7231aa;
  }

  .md\:text-purple-dark {
    color: #572682;
  }

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

  .md\:hover\:text-black:hover {
    color: #0a0a0a;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #515151;
  }

  .md\:hover\:text-grey:hover {
    color: #989798;
  }

  .md\:hover\:text-grey-light:hover {
    color: #dadada;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

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

  .md\:hover\:text-green-light:hover {
    color: #a3dfaa;
  }

  .md\:hover\:text-green:hover {
    color: #3dac49;
  }

  .md\:hover\:text-green-dark:hover {
    color: #308639;
  }

  .md\:hover\:text-purple:hover {
    color: #7231aa;
  }

  .md\:hover\:text-purple-dark:hover {
    color: #572682;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #0a0a0a;
  }

  .md\:focus\:text-grey-dark:focus {
    color: #515151;
  }

  .md\:focus\:text-grey:focus {
    color: #989798;
  }

  .md\:focus\:text-grey-light:focus {
    color: #dadada;
  }

  .md\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

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

  .md\:focus\:text-green-light:focus {
    color: #a3dfaa;
  }

  .md\:focus\:text-green:focus {
    color: #3dac49;
  }

  .md\:focus\:text-green-dark:focus {
    color: #308639;
  }

  .md\:focus\:text-purple:focus {
    color: #7231aa;
  }

  .md\:focus\:text-purple-dark:focus {
    color: #572682;
  }

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

  .group:hover .md\:group-hover\:text-black {
    color: #0a0a0a;
  }

  .group:hover .md\:group-hover\:text-grey-dark {
    color: #515151;
  }

  .group:hover .md\:group-hover\:text-grey {
    color: #989798;
  }

  .group:hover .md\:group-hover\:text-grey-light {
    color: #dadada;
  }

  .group:hover .md\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .md\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .md\:group-hover\:text-green-light {
    color: #a3dfaa;
  }

  .group:hover .md\:group-hover\:text-green {
    color: #3dac49;
  }

  .group:hover .md\:group-hover\:text-green-dark {
    color: #308639;
  }

  .group:hover .md\:group-hover\:text-purple {
    color: #7231aa;
  }

  .group:hover .md\:group-hover\:text-purple-dark {
    color: #572682;
  }

  .md\:text-10 {
    font-size: .5rem;
  }

  .md\:text-12 {
    font-size: .75rem;
  }

  .md\:text-14 {
    font-size: .875rem;
  }

  .md\:text-16 {
    font-size: 1rem;
  }

  .md\:text-18 {
    font-size: 1.125rem;
  }

  .md\:text-20 {
    font-size: 1.25rem;
  }

  .md\:text-22 {
    font-size: 1.375rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:text-28 {
    font-size: 1.75rem;
  }

  .md\:text-30 {
    font-size: 1.875rem;
  }

  .md\:text-36 {
    font-size: 2.25rem;
  }

  .md\:text-40 {
    font-size: 2.5rem;
  }

  .md\:text-48 {
    font-size: 3rem;
  }

  .md\:text-54 {
    font-size: 3.375rem;
  }

  .md\:text-60 {
    font-size: 3.75rem;
  }

  .md\:text-84 {
    font-size: 5.25rem;
  }

  .md\:text-96 {
    font-size: 6rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:roman:focus {
    font-style: normal;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

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

  .lg\:bg-black {
    background-color: #0a0a0a;
  }

  .lg\:bg-grey-dark {
    background-color: #515151;
  }

  .lg\:bg-grey {
    background-color: #989798;
  }

  .lg\:bg-grey-light {
    background-color: #dadada;
  }

  .lg\:bg-grey-lightest {
    background-color: #fafafa;
  }

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

  .lg\:bg-green-light {
    background-color: #a3dfaa;
  }

  .lg\:bg-green {
    background-color: #3dac49;
  }

  .lg\:bg-green-dark {
    background-color: #308639;
  }

  .lg\:bg-purple {
    background-color: #7231aa;
  }

  .lg\:bg-purple-dark {
    background-color: #572682;
  }

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

  .lg\:hover\:bg-black:hover {
    background-color: #0a0a0a;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #515151;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #989798;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #dadada;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

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

  .lg\:hover\:bg-green-light:hover {
    background-color: #a3dfaa;
  }

  .lg\:hover\:bg-green:hover {
    background-color: #3dac49;
  }

  .lg\:hover\:bg-green-dark:hover {
    background-color: #308639;
  }

  .lg\:hover\:bg-purple:hover {
    background-color: #7231aa;
  }

  .lg\:hover\:bg-purple-dark:hover {
    background-color: #572682;
  }

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

  .lg\:focus\:bg-black:focus {
    background-color: #0a0a0a;
  }

  .lg\:focus\:bg-grey-dark:focus {
    background-color: #515151;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: #989798;
  }

  .lg\:focus\:bg-grey-light:focus {
    background-color: #dadada;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

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

  .lg\:focus\:bg-green-light:focus {
    background-color: #a3dfaa;
  }

  .lg\:focus\:bg-green:focus {
    background-color: #3dac49;
  }

  .lg\:focus\:bg-green-dark:focus {
    background-color: #308639;
  }

  .lg\:focus\:bg-purple:focus {
    background-color: #7231aa;
  }

  .lg\:focus\:bg-purple-dark:focus {
    background-color: #572682;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-black {
    border-color: #0a0a0a;
  }

  .lg\:border-grey-dark {
    border-color: #515151;
  }

  .lg\:border-grey {
    border-color: #989798;
  }

  .lg\:border-grey-light {
    border-color: #dadada;
  }

  .lg\:border-grey-lightest {
    border-color: #fafafa;
  }

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

  .lg\:border-green-light {
    border-color: #a3dfaa;
  }

  .lg\:border-green {
    border-color: #3dac49;
  }

  .lg\:border-green-dark {
    border-color: #308639;
  }

  .lg\:border-purple {
    border-color: #7231aa;
  }

  .lg\:border-purple-dark {
    border-color: #572682;
  }

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

  .lg\:hover\:border-black:hover {
    border-color: #0a0a0a;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #515151;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #989798;
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: #dadada;
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

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

  .lg\:hover\:border-green-light:hover {
    border-color: #a3dfaa;
  }

  .lg\:hover\:border-green:hover {
    border-color: #3dac49;
  }

  .lg\:hover\:border-green-dark:hover {
    border-color: #308639;
  }

  .lg\:hover\:border-purple:hover {
    border-color: #7231aa;
  }

  .lg\:hover\:border-purple-dark:hover {
    border-color: #572682;
  }

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

  .lg\:focus\:border-black:focus {
    border-color: #0a0a0a;
  }

  .lg\:focus\:border-grey-dark:focus {
    border-color: #515151;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #989798;
  }

  .lg\:focus\:border-grey-light:focus {
    border-color: #dadada;
  }

  .lg\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

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

  .lg\:focus\:border-green-light:focus {
    border-color: #a3dfaa;
  }

  .lg\:focus\:border-green:focus {
    border-color: #3dac49;
  }

  .lg\:focus\:border-green-dark:focus {
    border-color: #308639;
  }

  .lg\:focus\:border-purple:focus {
    border-color: #7231aa;
  }

  .lg\:focus\:border-purple-dark:focus {
    border-color: #572682;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

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

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

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

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

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

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

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

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

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

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

  .lg\:hidden {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

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

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

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-regular {
    font-family: proxima-nova, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .lg\:font-headline {
    font-family: din-condensed, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .3125rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-128 {
    height: 8rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-speaker {
    height: 23.5rem;
  }

  .lg\:h-music {
    height: 30rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-5 {
    margin: .3125rem;
  }

  .lg\:m-10 {
    margin: .625rem;
  }

  .lg\:m-15 {
    margin: .9375rem;
  }

  .lg\:m-16 {
    margin: 1rem;
  }

  .lg\:m-20 {
    margin: 1.25rem;
  }

  .lg\:m-24 {
    margin: 1.5rem;
  }

  .lg\:m-30 {
    margin: 1.875rem;
  }

  .lg\:m-32 {
    margin: 2rem;
  }

  .lg\:m-36 {
    margin: 3rem;
  }

  .lg\:m-40 {
    margin: 2.5rem;
  }

  .lg\:m-48 {
    margin: 4rem;
  }

  .lg\:m-60 {
    margin: 3.75rem;
  }

  .lg\:m-80 {
    margin: 5rem;
  }

  .lg\:m-96 {
    margin: 6rem;
  }

  .lg\:m-128 {
    margin: 8rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

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

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

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

  .lg\:my-5 {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
  }

  .lg\:mx-5 {
    margin-left: .3125rem;
    margin-right: .3125rem;
  }

  .lg\:my-10 {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  .lg\:mx-10 {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .lg\:my-15 {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }

  .lg\:mx-15 {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .lg\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-36 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-36 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-48 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-48 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-5 {
    margin-top: .3125rem;
  }

  .lg\:mr-5 {
    margin-right: .3125rem;
  }

  .lg\:mb-5 {
    margin-bottom: .3125rem;
  }

  .lg\:ml-5 {
    margin-left: .3125rem;
  }

  .lg\:mt-10 {
    margin-top: .625rem;
  }

  .lg\:mr-10 {
    margin-right: .625rem;
  }

  .lg\:mb-10 {
    margin-bottom: .625rem;
  }

  .lg\:ml-10 {
    margin-left: .625rem;
  }

  .lg\:mt-15 {
    margin-top: .9375rem;
  }

  .lg\:mr-15 {
    margin-right: .9375rem;
  }

  .lg\:mb-15 {
    margin-bottom: .9375rem;
  }

  .lg\:ml-15 {
    margin-left: .9375rem;
  }

  .lg\:mt-16 {
    margin-top: 1rem;
  }

  .lg\:mr-16 {
    margin-right: 1rem;
  }

  .lg\:mb-16 {
    margin-bottom: 1rem;
  }

  .lg\:ml-16 {
    margin-left: 1rem;
  }

  .lg\:mt-20 {
    margin-top: 1.25rem;
  }

  .lg\:mr-20 {
    margin-right: 1.25rem;
  }

  .lg\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-20 {
    margin-left: 1.25rem;
  }

  .lg\:mt-24 {
    margin-top: 1.5rem;
  }

  .lg\:mr-24 {
    margin-right: 1.5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-24 {
    margin-left: 1.5rem;
  }

  .lg\:mt-30 {
    margin-top: 1.875rem;
  }

  .lg\:mr-30 {
    margin-right: 1.875rem;
  }

  .lg\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .lg\:ml-30 {
    margin-left: 1.875rem;
  }

  .lg\:mt-32 {
    margin-top: 2rem;
  }

  .lg\:mr-32 {
    margin-right: 2rem;
  }

  .lg\:mb-32 {
    margin-bottom: 2rem;
  }

  .lg\:ml-32 {
    margin-left: 2rem;
  }

  .lg\:mt-36 {
    margin-top: 3rem;
  }

  .lg\:mr-36 {
    margin-right: 3rem;
  }

  .lg\:mb-36 {
    margin-bottom: 3rem;
  }

  .lg\:ml-36 {
    margin-left: 3rem;
  }

  .lg\:mt-40 {
    margin-top: 2.5rem;
  }

  .lg\:mr-40 {
    margin-right: 2.5rem;
  }

  .lg\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-40 {
    margin-left: 2.5rem;
  }

  .lg\:mt-48 {
    margin-top: 4rem;
  }

  .lg\:mr-48 {
    margin-right: 4rem;
  }

  .lg\:mb-48 {
    margin-bottom: 4rem;
  }

  .lg\:ml-48 {
    margin-left: 4rem;
  }

  .lg\:mt-60 {
    margin-top: 3.75rem;
  }

  .lg\:mr-60 {
    margin-right: 3.75rem;
  }

  .lg\:mb-60 {
    margin-bottom: 3.75rem;
  }

  .lg\:ml-60 {
    margin-left: 3.75rem;
  }

  .lg\:mt-80 {
    margin-top: 5rem;
  }

  .lg\:mr-80 {
    margin-right: 5rem;
  }

  .lg\:mb-80 {
    margin-bottom: 5rem;
  }

  .lg\:ml-80 {
    margin-left: 5rem;
  }

  .lg\:mt-96 {
    margin-top: 6rem;
  }

  .lg\:mr-96 {
    margin-right: 6rem;
  }

  .lg\:mb-96 {
    margin-bottom: 6rem;
  }

  .lg\:ml-96 {
    margin-left: 6rem;
  }

  .lg\:mt-128 {
    margin-top: 8rem;
  }

  .lg\:mr-128 {
    margin-right: 8rem;
  }

  .lg\:mb-128 {
    margin-bottom: 8rem;
  }

  .lg\:ml-128 {
    margin-left: 8rem;
  }

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

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

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

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

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

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

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

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

  .lg\:max-h-140px {
    max-height: 140px;
  }

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

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 55rem;
  }

  .lg\:max-w-40px {
    max-width: 40px;
  }

  .lg\:max-w-60px {
    max-width: 60px;
  }

  .lg\:max-w-100px {
    max-width: 100px;
  }

  .lg\:max-w-150px {
    max-width: 150px;
  }

  .lg\:max-w-240px {
    max-width: 200px;
  }

  .lg\:max-w-1200px {
    max-width: 75rem;
  }

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

  .lg\:min-h-140px {
    min-height: 140px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

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

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

  .lg\:-m-0 {
    margin: 0;
  }

  .lg\:-m-5 {
    margin: -.3125rem;
  }

  .lg\:-m-10 {
    margin: -.625rem;
  }

  .lg\:-m-15 {
    margin: -.9375rem;
  }

  .lg\:-m-16 {
    margin: -1rem;
  }

  .lg\:-m-20 {
    margin: -1.25rem;
  }

  .lg\:-m-24 {
    margin: -1.5rem;
  }

  .lg\:-m-30 {
    margin: -1.875rem;
  }

  .lg\:-m-32 {
    margin: -2rem;
  }

  .lg\:-m-36 {
    margin: -3rem;
  }

  .lg\:-m-40 {
    margin: -2.5rem;
  }

  .lg\:-m-48 {
    margin: -4rem;
  }

  .lg\:-m-80 {
    margin: -5rem;
  }

  .lg\:-m-96 {
    margin: -6rem;
  }

  .lg\:-m-128 {
    margin: -8rem;
  }

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

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

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

  .lg\:-my-5 {
    margin-top: -.3125rem;
    margin-bottom: -.3125rem;
  }

  .lg\:-mx-5 {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
  }

  .lg\:-my-10 {
    margin-top: -.625rem;
    margin-bottom: -.625rem;
  }

  .lg\:-mx-10 {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .lg\:-my-15 {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }

  .lg\:-mx-15 {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .lg\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-20 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-20 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-30 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-36 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-36 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-40 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-40 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-48 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-48 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-80 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-80 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-96 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-96 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-128 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-128 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

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

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

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

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

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

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

  .lg\:-mt-5 {
    margin-top: -.3125rem;
  }

  .lg\:-mr-5 {
    margin-right: -.3125rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -.3125rem;
  }

  .lg\:-ml-5 {
    margin-left: -.3125rem;
  }

  .lg\:-mt-10 {
    margin-top: -.625rem;
  }

  .lg\:-mr-10 {
    margin-right: -.625rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -.625rem;
  }

  .lg\:-ml-10 {
    margin-left: -.625rem;
  }

  .lg\:-mt-15 {
    margin-top: -.9375rem;
  }

  .lg\:-mr-15 {
    margin-right: -.9375rem;
  }

  .lg\:-mb-15 {
    margin-bottom: -.9375rem;
  }

  .lg\:-ml-15 {
    margin-left: -.9375rem;
  }

  .lg\:-mt-16 {
    margin-top: -1rem;
  }

  .lg\:-mr-16 {
    margin-right: -1rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-16 {
    margin-left: -1rem;
  }

  .lg\:-mt-20 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-20 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-20 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-24 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-24 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-24 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-30 {
    margin-top: -1.875rem;
  }

  .lg\:-mr-30 {
    margin-right: -1.875rem;
  }

  .lg\:-mb-30 {
    margin-bottom: -1.875rem;
  }

  .lg\:-ml-30 {
    margin-left: -1.875rem;
  }

  .lg\:-mt-32 {
    margin-top: -2rem;
  }

  .lg\:-mr-32 {
    margin-right: -2rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-32 {
    margin-left: -2rem;
  }

  .lg\:-mt-36 {
    margin-top: -3rem;
  }

  .lg\:-mr-36 {
    margin-right: -3rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-36 {
    margin-left: -3rem;
  }

  .lg\:-mt-40 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-40 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-40 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-48 {
    margin-top: -4rem;
  }

  .lg\:-mr-48 {
    margin-right: -4rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-48 {
    margin-left: -4rem;
  }

  .lg\:-mt-80 {
    margin-top: -5rem;
  }

  .lg\:-mr-80 {
    margin-right: -5rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-80 {
    margin-left: -5rem;
  }

  .lg\:-mt-96 {
    margin-top: -6rem;
  }

  .lg\:-mr-96 {
    margin-right: -6rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-96 {
    margin-left: -6rem;
  }

  .lg\:-mt-128 {
    margin-top: -8rem;
  }

  .lg\:-mr-128 {
    margin-right: -8rem;
  }

  .lg\:-mb-128 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-128 {
    margin-left: -8rem;
  }

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

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

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

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

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-6 {
    opacity: .6;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-5 {
    padding: .3125rem;
  }

  .lg\:p-10 {
    padding: .625rem;
  }

  .lg\:p-15 {
    padding: .9375rem;
  }

  .lg\:p-16 {
    padding: 1rem;
  }

  .lg\:p-20 {
    padding: 1.25rem;
  }

  .lg\:p-24 {
    padding: 1.5rem;
  }

  .lg\:p-30 {
    padding: 1.875rem;
  }

  .lg\:p-32 {
    padding: 2rem;
  }

  .lg\:p-36 {
    padding: 3rem;
  }

  .lg\:p-40 {
    padding: 2.5rem;
  }

  .lg\:p-48 {
    padding: 4rem;
  }

  .lg\:p-60 {
    padding: 3.75rem;
  }

  .lg\:p-80 {
    padding: 5rem;
  }

  .lg\:p-96 {
    padding: 6rem;
  }

  .lg\:p-128 {
    padding: 8rem;
  }

  .lg\:p-160 {
    padding: 10rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

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

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

  .lg\:py-5 {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }

  .lg\:px-5 {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .lg\:py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .lg\:px-10 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .lg\:py-15 {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .lg\:px-15 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .lg\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-36 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-36 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-48 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-48 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-160 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

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

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

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

  .lg\:pt-5 {
    padding-top: .3125rem;
  }

  .lg\:pr-5 {
    padding-right: .3125rem;
  }

  .lg\:pb-5 {
    padding-bottom: .3125rem;
  }

  .lg\:pl-5 {
    padding-left: .3125rem;
  }

  .lg\:pt-10 {
    padding-top: .625rem;
  }

  .lg\:pr-10 {
    padding-right: .625rem;
  }

  .lg\:pb-10 {
    padding-bottom: .625rem;
  }

  .lg\:pl-10 {
    padding-left: .625rem;
  }

  .lg\:pt-15 {
    padding-top: .9375rem;
  }

  .lg\:pr-15 {
    padding-right: .9375rem;
  }

  .lg\:pb-15 {
    padding-bottom: .9375rem;
  }

  .lg\:pl-15 {
    padding-left: .9375rem;
  }

  .lg\:pt-16 {
    padding-top: 1rem;
  }

  .lg\:pr-16 {
    padding-right: 1rem;
  }

  .lg\:pb-16 {
    padding-bottom: 1rem;
  }

  .lg\:pl-16 {
    padding-left: 1rem;
  }

  .lg\:pt-20 {
    padding-top: 1.25rem;
  }

  .lg\:pr-20 {
    padding-right: 1.25rem;
  }

  .lg\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-20 {
    padding-left: 1.25rem;
  }

  .lg\:pt-24 {
    padding-top: 1.5rem;
  }

  .lg\:pr-24 {
    padding-right: 1.5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-24 {
    padding-left: 1.5rem;
  }

  .lg\:pt-30 {
    padding-top: 1.875rem;
  }

  .lg\:pr-30 {
    padding-right: 1.875rem;
  }

  .lg\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .lg\:pl-30 {
    padding-left: 1.875rem;
  }

  .lg\:pt-32 {
    padding-top: 2rem;
  }

  .lg\:pr-32 {
    padding-right: 2rem;
  }

  .lg\:pb-32 {
    padding-bottom: 2rem;
  }

  .lg\:pl-32 {
    padding-left: 2rem;
  }

  .lg\:pt-36 {
    padding-top: 3rem;
  }

  .lg\:pr-36 {
    padding-right: 3rem;
  }

  .lg\:pb-36 {
    padding-bottom: 3rem;
  }

  .lg\:pl-36 {
    padding-left: 3rem;
  }

  .lg\:pt-40 {
    padding-top: 2.5rem;
  }

  .lg\:pr-40 {
    padding-right: 2.5rem;
  }

  .lg\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-40 {
    padding-left: 2.5rem;
  }

  .lg\:pt-48 {
    padding-top: 4rem;
  }

  .lg\:pr-48 {
    padding-right: 4rem;
  }

  .lg\:pb-48 {
    padding-bottom: 4rem;
  }

  .lg\:pl-48 {
    padding-left: 4rem;
  }

  .lg\:pt-60 {
    padding-top: 3.75rem;
  }

  .lg\:pr-60 {
    padding-right: 3.75rem;
  }

  .lg\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .lg\:pl-60 {
    padding-left: 3.75rem;
  }

  .lg\:pt-80 {
    padding-top: 5rem;
  }

  .lg\:pr-80 {
    padding-right: 5rem;
  }

  .lg\:pb-80 {
    padding-bottom: 5rem;
  }

  .lg\:pl-80 {
    padding-left: 5rem;
  }

  .lg\:pt-96 {
    padding-top: 6rem;
  }

  .lg\:pr-96 {
    padding-right: 6rem;
  }

  .lg\:pb-96 {
    padding-bottom: 6rem;
  }

  .lg\:pl-96 {
    padding-left: 6rem;
  }

  .lg\:pt-128 {
    padding-top: 8rem;
  }

  .lg\:pr-128 {
    padding-right: 8rem;
  }

  .lg\:pb-128 {
    padding-bottom: 8rem;
  }

  .lg\:pl-128 {
    padding-left: 8rem;
  }

  .lg\:pt-160 {
    padding-top: 10rem;
  }

  .lg\:pr-160 {
    padding-right: 10rem;
  }

  .lg\:pb-160 {
    padding-bottom: 10rem;
  }

  .lg\:pl-160 {
    padding-left: 10rem;
  }

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

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

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

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #0a0a0a;
  }

  .lg\:text-grey-dark {
    color: #515151;
  }

  .lg\:text-grey {
    color: #989798;
  }

  .lg\:text-grey-light {
    color: #dadada;
  }

  .lg\:text-grey-lightest {
    color: #fafafa;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-green-light {
    color: #a3dfaa;
  }

  .lg\:text-green {
    color: #3dac49;
  }

  .lg\:text-green-dark {
    color: #308639;
  }

  .lg\:text-purple {
    color: #7231aa;
  }

  .lg\:text-purple-dark {
    color: #572682;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #0a0a0a;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #515151;
  }

  .lg\:hover\:text-grey:hover {
    color: #989798;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #dadada;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-green-light:hover {
    color: #a3dfaa;
  }

  .lg\:hover\:text-green:hover {
    color: #3dac49;
  }

  .lg\:hover\:text-green-dark:hover {
    color: #308639;
  }

  .lg\:hover\:text-purple:hover {
    color: #7231aa;
  }

  .lg\:hover\:text-purple-dark:hover {
    color: #572682;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #0a0a0a;
  }

  .lg\:focus\:text-grey-dark:focus {
    color: #515151;
  }

  .lg\:focus\:text-grey:focus {
    color: #989798;
  }

  .lg\:focus\:text-grey-light:focus {
    color: #dadada;
  }

  .lg\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-green-light:focus {
    color: #a3dfaa;
  }

  .lg\:focus\:text-green:focus {
    color: #3dac49;
  }

  .lg\:focus\:text-green-dark:focus {
    color: #308639;
  }

  .lg\:focus\:text-purple:focus {
    color: #7231aa;
  }

  .lg\:focus\:text-purple-dark:focus {
    color: #572682;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-black {
    color: #0a0a0a;
  }

  .group:hover .lg\:group-hover\:text-grey-dark {
    color: #515151;
  }

  .group:hover .lg\:group-hover\:text-grey {
    color: #989798;
  }

  .group:hover .lg\:group-hover\:text-grey-light {
    color: #dadada;
  }

  .group:hover .lg\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .lg\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:text-green-light {
    color: #a3dfaa;
  }

  .group:hover .lg\:group-hover\:text-green {
    color: #3dac49;
  }

  .group:hover .lg\:group-hover\:text-green-dark {
    color: #308639;
  }

  .group:hover .lg\:group-hover\:text-purple {
    color: #7231aa;
  }

  .group:hover .lg\:group-hover\:text-purple-dark {
    color: #572682;
  }

  .lg\:text-10 {
    font-size: .5rem;
  }

  .lg\:text-12 {
    font-size: .75rem;
  }

  .lg\:text-14 {
    font-size: .875rem;
  }

  .lg\:text-16 {
    font-size: 1rem;
  }

  .lg\:text-18 {
    font-size: 1.125rem;
  }

  .lg\:text-20 {
    font-size: 1.25rem;
  }

  .lg\:text-22 {
    font-size: 1.375rem;
  }

  .lg\:text-24 {
    font-size: 1.5rem;
  }

  .lg\:text-28 {
    font-size: 1.75rem;
  }

  .lg\:text-30 {
    font-size: 1.875rem;
  }

  .lg\:text-36 {
    font-size: 2.25rem;
  }

  .lg\:text-40 {
    font-size: 2.5rem;
  }

  .lg\:text-48 {
    font-size: 3rem;
  }

  .lg\:text-54 {
    font-size: 3.375rem;
  }

  .lg\:text-60 {
    font-size: 3.75rem;
  }

  .lg\:text-84 {
    font-size: 5.25rem;
  }

  .lg\:text-96 {
    font-size: 6rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:roman:focus {
    font-style: normal;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #0a0a0a;
  }

  .xl\:bg-grey-dark {
    background-color: #515151;
  }

  .xl\:bg-grey {
    background-color: #989798;
  }

  .xl\:bg-grey-light {
    background-color: #dadada;
  }

  .xl\:bg-grey-lightest {
    background-color: #fafafa;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-green-light {
    background-color: #a3dfaa;
  }

  .xl\:bg-green {
    background-color: #3dac49;
  }

  .xl\:bg-green-dark {
    background-color: #308639;
  }

  .xl\:bg-purple {
    background-color: #7231aa;
  }

  .xl\:bg-purple-dark {
    background-color: #572682;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #0a0a0a;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #515151;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #989798;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #dadada;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #fafafa;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-green-light:hover {
    background-color: #a3dfaa;
  }

  .xl\:hover\:bg-green:hover {
    background-color: #3dac49;
  }

  .xl\:hover\:bg-green-dark:hover {
    background-color: #308639;
  }

  .xl\:hover\:bg-purple:hover {
    background-color: #7231aa;
  }

  .xl\:hover\:bg-purple-dark:hover {
    background-color: #572682;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #0a0a0a;
  }

  .xl\:focus\:bg-grey-dark:focus {
    background-color: #515151;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: #989798;
  }

  .xl\:focus\:bg-grey-light:focus {
    background-color: #dadada;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #fafafa;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-green-light:focus {
    background-color: #a3dfaa;
  }

  .xl\:focus\:bg-green:focus {
    background-color: #3dac49;
  }

  .xl\:focus\:bg-green-dark:focus {
    background-color: #308639;
  }

  .xl\:focus\:bg-purple:focus {
    background-color: #7231aa;
  }

  .xl\:focus\:bg-purple-dark:focus {
    background-color: #572682;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #0a0a0a;
  }

  .xl\:border-grey-dark {
    border-color: #515151;
  }

  .xl\:border-grey {
    border-color: #989798;
  }

  .xl\:border-grey-light {
    border-color: #dadada;
  }

  .xl\:border-grey-lightest {
    border-color: #fafafa;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-green-light {
    border-color: #a3dfaa;
  }

  .xl\:border-green {
    border-color: #3dac49;
  }

  .xl\:border-green-dark {
    border-color: #308639;
  }

  .xl\:border-purple {
    border-color: #7231aa;
  }

  .xl\:border-purple-dark {
    border-color: #572682;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #0a0a0a;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #515151;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #989798;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #dadada;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #fafafa;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-green-light:hover {
    border-color: #a3dfaa;
  }

  .xl\:hover\:border-green:hover {
    border-color: #3dac49;
  }

  .xl\:hover\:border-green-dark:hover {
    border-color: #308639;
  }

  .xl\:hover\:border-purple:hover {
    border-color: #7231aa;
  }

  .xl\:hover\:border-purple-dark:hover {
    border-color: #572682;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #0a0a0a;
  }

  .xl\:focus\:border-grey-dark:focus {
    border-color: #515151;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #989798;
  }

  .xl\:focus\:border-grey-light:focus {
    border-color: #dadada;
  }

  .xl\:focus\:border-grey-lightest:focus {
    border-color: #fafafa;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-green-light:focus {
    border-color: #a3dfaa;
  }

  .xl\:focus\:border-green:focus {
    border-color: #3dac49;
  }

  .xl\:focus\:border-green-dark:focus {
    border-color: #308639;
  }

  .xl\:focus\:border-purple:focus {
    border-color: #7231aa;
  }

  .xl\:focus\:border-purple-dark:focus {
    border-color: #572682;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-regular {
    font-family: proxima-nova, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .xl\:font-headline {
    font-family: din-condensed, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .3125rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-128 {
    height: 8rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:h-speaker {
    height: 23.5rem;
  }

  .xl\:h-music {
    height: 30rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-5 {
    margin: .3125rem;
  }

  .xl\:m-10 {
    margin: .625rem;
  }

  .xl\:m-15 {
    margin: .9375rem;
  }

  .xl\:m-16 {
    margin: 1rem;
  }

  .xl\:m-20 {
    margin: 1.25rem;
  }

  .xl\:m-24 {
    margin: 1.5rem;
  }

  .xl\:m-30 {
    margin: 1.875rem;
  }

  .xl\:m-32 {
    margin: 2rem;
  }

  .xl\:m-36 {
    margin: 3rem;
  }

  .xl\:m-40 {
    margin: 2.5rem;
  }

  .xl\:m-48 {
    margin: 4rem;
  }

  .xl\:m-60 {
    margin: 3.75rem;
  }

  .xl\:m-80 {
    margin: 5rem;
  }

  .xl\:m-96 {
    margin: 6rem;
  }

  .xl\:m-128 {
    margin: 8rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-5 {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
  }

  .xl\:mx-5 {
    margin-left: .3125rem;
    margin-right: .3125rem;
  }

  .xl\:my-10 {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  .xl\:mx-10 {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .xl\:my-15 {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }

  .xl\:mx-15 {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .xl\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-36 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-36 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-48 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-48 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-5 {
    margin-top: .3125rem;
  }

  .xl\:mr-5 {
    margin-right: .3125rem;
  }

  .xl\:mb-5 {
    margin-bottom: .3125rem;
  }

  .xl\:ml-5 {
    margin-left: .3125rem;
  }

  .xl\:mt-10 {
    margin-top: .625rem;
  }

  .xl\:mr-10 {
    margin-right: .625rem;
  }

  .xl\:mb-10 {
    margin-bottom: .625rem;
  }

  .xl\:ml-10 {
    margin-left: .625rem;
  }

  .xl\:mt-15 {
    margin-top: .9375rem;
  }

  .xl\:mr-15 {
    margin-right: .9375rem;
  }

  .xl\:mb-15 {
    margin-bottom: .9375rem;
  }

  .xl\:ml-15 {
    margin-left: .9375rem;
  }

  .xl\:mt-16 {
    margin-top: 1rem;
  }

  .xl\:mr-16 {
    margin-right: 1rem;
  }

  .xl\:mb-16 {
    margin-bottom: 1rem;
  }

  .xl\:ml-16 {
    margin-left: 1rem;
  }

  .xl\:mt-20 {
    margin-top: 1.25rem;
  }

  .xl\:mr-20 {
    margin-right: 1.25rem;
  }

  .xl\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-20 {
    margin-left: 1.25rem;
  }

  .xl\:mt-24 {
    margin-top: 1.5rem;
  }

  .xl\:mr-24 {
    margin-right: 1.5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-24 {
    margin-left: 1.5rem;
  }

  .xl\:mt-30 {
    margin-top: 1.875rem;
  }

  .xl\:mr-30 {
    margin-right: 1.875rem;
  }

  .xl\:mb-30 {
    margin-bottom: 1.875rem;
  }

  .xl\:ml-30 {
    margin-left: 1.875rem;
  }

  .xl\:mt-32 {
    margin-top: 2rem;
  }

  .xl\:mr-32 {
    margin-right: 2rem;
  }

  .xl\:mb-32 {
    margin-bottom: 2rem;
  }

  .xl\:ml-32 {
    margin-left: 2rem;
  }

  .xl\:mt-36 {
    margin-top: 3rem;
  }

  .xl\:mr-36 {
    margin-right: 3rem;
  }

  .xl\:mb-36 {
    margin-bottom: 3rem;
  }

  .xl\:ml-36 {
    margin-left: 3rem;
  }

  .xl\:mt-40 {
    margin-top: 2.5rem;
  }

  .xl\:mr-40 {
    margin-right: 2.5rem;
  }

  .xl\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-40 {
    margin-left: 2.5rem;
  }

  .xl\:mt-48 {
    margin-top: 4rem;
  }

  .xl\:mr-48 {
    margin-right: 4rem;
  }

  .xl\:mb-48 {
    margin-bottom: 4rem;
  }

  .xl\:ml-48 {
    margin-left: 4rem;
  }

  .xl\:mt-60 {
    margin-top: 3.75rem;
  }

  .xl\:mr-60 {
    margin-right: 3.75rem;
  }

  .xl\:mb-60 {
    margin-bottom: 3.75rem;
  }

  .xl\:ml-60 {
    margin-left: 3.75rem;
  }

  .xl\:mt-80 {
    margin-top: 5rem;
  }

  .xl\:mr-80 {
    margin-right: 5rem;
  }

  .xl\:mb-80 {
    margin-bottom: 5rem;
  }

  .xl\:ml-80 {
    margin-left: 5rem;
  }

  .xl\:mt-96 {
    margin-top: 6rem;
  }

  .xl\:mr-96 {
    margin-right: 6rem;
  }

  .xl\:mb-96 {
    margin-bottom: 6rem;
  }

  .xl\:ml-96 {
    margin-left: 6rem;
  }

  .xl\:mt-128 {
    margin-top: 8rem;
  }

  .xl\:mr-128 {
    margin-right: 8rem;
  }

  .xl\:mb-128 {
    margin-bottom: 8rem;
  }

  .xl\:ml-128 {
    margin-left: 8rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-140px {
    max-height: 140px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 55rem;
  }

  .xl\:max-w-40px {
    max-width: 40px;
  }

  .xl\:max-w-60px {
    max-width: 60px;
  }

  .xl\:max-w-100px {
    max-width: 100px;
  }

  .xl\:max-w-150px {
    max-width: 150px;
  }

  .xl\:max-w-240px {
    max-width: 200px;
  }

  .xl\:max-w-1200px {
    max-width: 75rem;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-140px {
    min-height: 140px;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-5 {
    margin: -.3125rem;
  }

  .xl\:-m-10 {
    margin: -.625rem;
  }

  .xl\:-m-15 {
    margin: -.9375rem;
  }

  .xl\:-m-16 {
    margin: -1rem;
  }

  .xl\:-m-20 {
    margin: -1.25rem;
  }

  .xl\:-m-24 {
    margin: -1.5rem;
  }

  .xl\:-m-30 {
    margin: -1.875rem;
  }

  .xl\:-m-32 {
    margin: -2rem;
  }

  .xl\:-m-36 {
    margin: -3rem;
  }

  .xl\:-m-40 {
    margin: -2.5rem;
  }

  .xl\:-m-48 {
    margin: -4rem;
  }

  .xl\:-m-80 {
    margin: -5rem;
  }

  .xl\:-m-96 {
    margin: -6rem;
  }

  .xl\:-m-128 {
    margin: -8rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-5 {
    margin-top: -.3125rem;
    margin-bottom: -.3125rem;
  }

  .xl\:-mx-5 {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
  }

  .xl\:-my-10 {
    margin-top: -.625rem;
    margin-bottom: -.625rem;
  }

  .xl\:-mx-10 {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .xl\:-my-15 {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }

  .xl\:-mx-15 {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .xl\:-my-16 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-16 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-20 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-20 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-30 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-mx-30 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:-my-32 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-32 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-36 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-36 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-40 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-40 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-48 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-48 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-80 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-80 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-96 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-96 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-128 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-128 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-5 {
    margin-top: -.3125rem;
  }

  .xl\:-mr-5 {
    margin-right: -.3125rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -.3125rem;
  }

  .xl\:-ml-5 {
    margin-left: -.3125rem;
  }

  .xl\:-mt-10 {
    margin-top: -.625rem;
  }

  .xl\:-mr-10 {
    margin-right: -.625rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -.625rem;
  }

  .xl\:-ml-10 {
    margin-left: -.625rem;
  }

  .xl\:-mt-15 {
    margin-top: -.9375rem;
  }

  .xl\:-mr-15 {
    margin-right: -.9375rem;
  }

  .xl\:-mb-15 {
    margin-bottom: -.9375rem;
  }

  .xl\:-ml-15 {
    margin-left: -.9375rem;
  }

  .xl\:-mt-16 {
    margin-top: -1rem;
  }

  .xl\:-mr-16 {
    margin-right: -1rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-16 {
    margin-left: -1rem;
  }

  .xl\:-mt-20 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-20 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-20 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-24 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-24 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-24 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-30 {
    margin-top: -1.875rem;
  }

  .xl\:-mr-30 {
    margin-right: -1.875rem;
  }

  .xl\:-mb-30 {
    margin-bottom: -1.875rem;
  }

  .xl\:-ml-30 {
    margin-left: -1.875rem;
  }

  .xl\:-mt-32 {
    margin-top: -2rem;
  }

  .xl\:-mr-32 {
    margin-right: -2rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-32 {
    margin-left: -2rem;
  }

  .xl\:-mt-36 {
    margin-top: -3rem;
  }

  .xl\:-mr-36 {
    margin-right: -3rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-36 {
    margin-left: -3rem;
  }

  .xl\:-mt-40 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-40 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-40 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-48 {
    margin-top: -4rem;
  }

  .xl\:-mr-48 {
    margin-right: -4rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-48 {
    margin-left: -4rem;
  }

  .xl\:-mt-80 {
    margin-top: -5rem;
  }

  .xl\:-mr-80 {
    margin-right: -5rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-80 {
    margin-left: -5rem;
  }

  .xl\:-mt-96 {
    margin-top: -6rem;
  }

  .xl\:-mr-96 {
    margin-right: -6rem;
  }

  .xl\:-mb-96 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-96 {
    margin-left: -6rem;
  }

  .xl\:-mt-128 {
    margin-top: -8rem;
  }

  .xl\:-mr-128 {
    margin-right: -8rem;
  }

  .xl\:-mb-128 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-128 {
    margin-left: -8rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-6 {
    opacity: .6;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-5 {
    padding: .3125rem;
  }

  .xl\:p-10 {
    padding: .625rem;
  }

  .xl\:p-15 {
    padding: .9375rem;
  }

  .xl\:p-16 {
    padding: 1rem;
  }

  .xl\:p-20 {
    padding: 1.25rem;
  }

  .xl\:p-24 {
    padding: 1.5rem;
  }

  .xl\:p-30 {
    padding: 1.875rem;
  }

  .xl\:p-32 {
    padding: 2rem;
  }

  .xl\:p-36 {
    padding: 3rem;
  }

  .xl\:p-40 {
    padding: 2.5rem;
  }

  .xl\:p-48 {
    padding: 4rem;
  }

  .xl\:p-60 {
    padding: 3.75rem;
  }

  .xl\:p-80 {
    padding: 5rem;
  }

  .xl\:p-96 {
    padding: 6rem;
  }

  .xl\:p-128 {
    padding: 8rem;
  }

  .xl\:p-160 {
    padding: 10rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-5 {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }

  .xl\:px-5 {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .xl\:py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .xl\:px-10 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .xl\:py-15 {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .xl\:px-15 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .xl\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-36 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-36 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-48 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-48 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-160 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-5 {
    padding-top: .3125rem;
  }

  .xl\:pr-5 {
    padding-right: .3125rem;
  }

  .xl\:pb-5 {
    padding-bottom: .3125rem;
  }

  .xl\:pl-5 {
    padding-left: .3125rem;
  }

  .xl\:pt-10 {
    padding-top: .625rem;
  }

  .xl\:pr-10 {
    padding-right: .625rem;
  }

  .xl\:pb-10 {
    padding-bottom: .625rem;
  }

  .xl\:pl-10 {
    padding-left: .625rem;
  }

  .xl\:pt-15 {
    padding-top: .9375rem;
  }

  .xl\:pr-15 {
    padding-right: .9375rem;
  }

  .xl\:pb-15 {
    padding-bottom: .9375rem;
  }

  .xl\:pl-15 {
    padding-left: .9375rem;
  }

  .xl\:pt-16 {
    padding-top: 1rem;
  }

  .xl\:pr-16 {
    padding-right: 1rem;
  }

  .xl\:pb-16 {
    padding-bottom: 1rem;
  }

  .xl\:pl-16 {
    padding-left: 1rem;
  }

  .xl\:pt-20 {
    padding-top: 1.25rem;
  }

  .xl\:pr-20 {
    padding-right: 1.25rem;
  }

  .xl\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-20 {
    padding-left: 1.25rem;
  }

  .xl\:pt-24 {
    padding-top: 1.5rem;
  }

  .xl\:pr-24 {
    padding-right: 1.5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-24 {
    padding-left: 1.5rem;
  }

  .xl\:pt-30 {
    padding-top: 1.875rem;
  }

  .xl\:pr-30 {
    padding-right: 1.875rem;
  }

  .xl\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .xl\:pl-30 {
    padding-left: 1.875rem;
  }

  .xl\:pt-32 {
    padding-top: 2rem;
  }

  .xl\:pr-32 {
    padding-right: 2rem;
  }

  .xl\:pb-32 {
    padding-bottom: 2rem;
  }

  .xl\:pl-32 {
    padding-left: 2rem;
  }

  .xl\:pt-36 {
    padding-top: 3rem;
  }

  .xl\:pr-36 {
    padding-right: 3rem;
  }

  .xl\:pb-36 {
    padding-bottom: 3rem;
  }

  .xl\:pl-36 {
    padding-left: 3rem;
  }

  .xl\:pt-40 {
    padding-top: 2.5rem;
  }

  .xl\:pr-40 {
    padding-right: 2.5rem;
  }

  .xl\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-40 {
    padding-left: 2.5rem;
  }

  .xl\:pt-48 {
    padding-top: 4rem;
  }

  .xl\:pr-48 {
    padding-right: 4rem;
  }

  .xl\:pb-48 {
    padding-bottom: 4rem;
  }

  .xl\:pl-48 {
    padding-left: 4rem;
  }

  .xl\:pt-60 {
    padding-top: 3.75rem;
  }

  .xl\:pr-60 {
    padding-right: 3.75rem;
  }

  .xl\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .xl\:pl-60 {
    padding-left: 3.75rem;
  }

  .xl\:pt-80 {
    padding-top: 5rem;
  }

  .xl\:pr-80 {
    padding-right: 5rem;
  }

  .xl\:pb-80 {
    padding-bottom: 5rem;
  }

  .xl\:pl-80 {
    padding-left: 5rem;
  }

  .xl\:pt-96 {
    padding-top: 6rem;
  }

  .xl\:pr-96 {
    padding-right: 6rem;
  }

  .xl\:pb-96 {
    padding-bottom: 6rem;
  }

  .xl\:pl-96 {
    padding-left: 6rem;
  }

  .xl\:pt-128 {
    padding-top: 8rem;
  }

  .xl\:pr-128 {
    padding-right: 8rem;
  }

  .xl\:pb-128 {
    padding-bottom: 8rem;
  }

  .xl\:pl-128 {
    padding-left: 8rem;
  }

  .xl\:pt-160 {
    padding-top: 10rem;
  }

  .xl\:pr-160 {
    padding-right: 10rem;
  }

  .xl\:pb-160 {
    padding-bottom: 10rem;
  }

  .xl\:pl-160 {
    padding-left: 10rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #0a0a0a;
  }

  .xl\:text-grey-dark {
    color: #515151;
  }

  .xl\:text-grey {
    color: #989798;
  }

  .xl\:text-grey-light {
    color: #dadada;
  }

  .xl\:text-grey-lightest {
    color: #fafafa;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-green-light {
    color: #a3dfaa;
  }

  .xl\:text-green {
    color: #3dac49;
  }

  .xl\:text-green-dark {
    color: #308639;
  }

  .xl\:text-purple {
    color: #7231aa;
  }

  .xl\:text-purple-dark {
    color: #572682;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #0a0a0a;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #515151;
  }

  .xl\:hover\:text-grey:hover {
    color: #989798;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #dadada;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #fafafa;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-green-light:hover {
    color: #a3dfaa;
  }

  .xl\:hover\:text-green:hover {
    color: #3dac49;
  }

  .xl\:hover\:text-green-dark:hover {
    color: #308639;
  }

  .xl\:hover\:text-purple:hover {
    color: #7231aa;
  }

  .xl\:hover\:text-purple-dark:hover {
    color: #572682;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #0a0a0a;
  }

  .xl\:focus\:text-grey-dark:focus {
    color: #515151;
  }

  .xl\:focus\:text-grey:focus {
    color: #989798;
  }

  .xl\:focus\:text-grey-light:focus {
    color: #dadada;
  }

  .xl\:focus\:text-grey-lightest:focus {
    color: #fafafa;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-green-light:focus {
    color: #a3dfaa;
  }

  .xl\:focus\:text-green:focus {
    color: #3dac49;
  }

  .xl\:focus\:text-green-dark:focus {
    color: #308639;
  }

  .xl\:focus\:text-purple:focus {
    color: #7231aa;
  }

  .xl\:focus\:text-purple-dark:focus {
    color: #572682;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-black {
    color: #0a0a0a;
  }

  .group:hover .xl\:group-hover\:text-grey-dark {
    color: #515151;
  }

  .group:hover .xl\:group-hover\:text-grey {
    color: #989798;
  }

  .group:hover .xl\:group-hover\:text-grey-light {
    color: #dadada;
  }

  .group:hover .xl\:group-hover\:text-grey-lightest {
    color: #fafafa;
  }

  .group:hover .xl\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:text-green-light {
    color: #a3dfaa;
  }

  .group:hover .xl\:group-hover\:text-green {
    color: #3dac49;
  }

  .group:hover .xl\:group-hover\:text-green-dark {
    color: #308639;
  }

  .group:hover .xl\:group-hover\:text-purple {
    color: #7231aa;
  }

  .group:hover .xl\:group-hover\:text-purple-dark {
    color: #572682;
  }

  .xl\:text-10 {
    font-size: .5rem;
  }

  .xl\:text-12 {
    font-size: .75rem;
  }

  .xl\:text-14 {
    font-size: .875rem;
  }

  .xl\:text-16 {
    font-size: 1rem;
  }

  .xl\:text-18 {
    font-size: 1.125rem;
  }

  .xl\:text-20 {
    font-size: 1.25rem;
  }

  .xl\:text-22 {
    font-size: 1.375rem;
  }

  .xl\:text-24 {
    font-size: 1.5rem;
  }

  .xl\:text-28 {
    font-size: 1.75rem;
  }

  .xl\:text-30 {
    font-size: 1.875rem;
  }

  .xl\:text-36 {
    font-size: 2.25rem;
  }

  .xl\:text-40 {
    font-size: 2.5rem;
  }

  .xl\:text-48 {
    font-size: 3rem;
  }

  .xl\:text-54 {
    font-size: 3.375rem;
  }

  .xl\:text-60 {
    font-size: 3.75rem;
  }

  .xl\:text-84 {
    font-size: 5.25rem;
  }

  .xl\:text-96 {
    font-size: 6rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:italic:focus {
    font-style: italic;
  }

  .xl\:focus\:roman:focus {
    font-style: normal;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }
}
