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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

hr {
  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 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  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;
}/*
* Skel v0.5
* Copyright (c) Tomas Pollak
* Based on Skeleton CSS by Dave Gamache
*/

/* Base Styles
-------------------------------------------------- */

/*
html, body {
  height: 100%;
}
*/

/*  html is set to 62.5% so that all the REM measurements throughout Skeleton
    are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  color: #222;
}

body, label, input, textarea, select, button {
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-family: Inter, "Inter var", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Open Sans', 'Helvetica Neue', Arial, Noto Sans, sans-serif;
}

th, label, legend {
  font-weight: 500;
}

b, strong {
  font-weight: 600;
}

abbr[title] {
  text-decoration: none;
  border-bottom: dotted 1px;
}

pre, code, .monospace {
  font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

pre, code {
  color: #a93fa9;
}

.serif {
  font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
}


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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased }

h1  { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2  { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem }
h3  { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem }
h4  { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem }
h5  { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem }
h6  { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0 }

p   { margin-top: 0 }
img { max-width: 100% }


div, p, label, input, optgroup, select, textarea {
  font-size: 13px;
}


/* Grid
-------------------------------------------------- */

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .columns > * {
    flex-grow: 1;
    flex-basis: 0;
  }

  .grid {
    margin-left: -25px;
  }

  .grid > * {
    float: left;
    padding-left: 25px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
  }

  /* allow using the .grid class directly on .width-* elements */
  .grid[class*='width-'] {
    padding-left: 0;
    margin-left: 0;
  }

  /* allow containers to acts a grid parents */
  .container.grid {
    margin-left: auto;
    padding-left: 0;
  }

/*
  .full.columns,
  .full.grid {
    margin-left: 0;
  }

  .full.columns > *,
  .full.grid > * {
    padding-left: 0;
  }
*/

  /* widths */
  .width-5, .w-5      { width: 5% }
  .width-10, .w-10    { width: 10% }
  .width-15, .w-15    { width: 15% }
  .width-one-fifth, .width-1-5, .w-1-5, .w-1\/5,
  .width-20, .w-20    { width: 20% }
  .width-one-fourth, .width-1-4, .w-1-4, .w-1\/4,
  .width-25, .w-25    { width: 25% }
  .width-30, .w-30    { width: 30% }
  .width-one-third, .width-1-3, .w-1-3, .w-1\/3 { width: 33.333% }
  .width-35, .w-35    { width: 35% }
  .width-40, .w-40    { width: 40% }
  .width-45, .w-45    { width: 45% }
  .width-one-half, .width-1-2, .w-1-2, .w-1\/2,
  .width-50, .w-50    { width: 50% }
  .width-55, .w-55    { width: 55% }
  .width-60, .w-60    { width: 60% }
  .width-65, .w-65    { width: 65% }
  .width-two-thirds   { width: 66.666% }
  .width-70, .w-70    { width: 70% }
  .width-75, .w-75    { width: 75% }
  .width-80, .w-80    { width: 80% }
  .width-85, .w-85    { width: 85% }
  .width-90, .w-90    { width: 90% }
  .width-95, .w-95    { width: 95% }
}

/* flex helpers
-------------------------------------------------- */

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

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

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

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

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

.g-0,
.gap-0 {
  gap: unset;
}

.g-5,
.gap-5 {
  gap: 5px;
}

.g-10,
.gap-10 {
  gap: 10px;
}

.g-15,
.gap-15 {
  gap: 15px;
}

.g-20,
.gap-20 {
  gap: 20px;
}

.g-25,
.gap-25 {
  gap: 25px;
}

/* Buttons
-------------------------------------------------- */

a,
button {
/*  font: inherit;*/
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  box-sizing: border-box;
  width: min-content;
  display: inline-flex;  /* so align-items: center works */
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
/*  appearance: button;*/
  appearance: none;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;

  border-radius: 0.2em;
  /* box-shadow: 0 1px 4px rgb(9 66 179 / 25%); */

  transition: color 0.2s, border-color 0.2s;
  height: 40px;
/*  line-height: 40px;*/
  padding: 0 1.5em;

  color: #777;
/*  font-size: 13px; /* same as input */

  background-color: transparent;
/*  border: 1px solid transparent;*/
  border: 1px solid #aaa;
  cursor: pointer;
}

/*
  from unbreakable

.button:not(:last-child) {
  margin: 0 1rem 0 0;
}

.button:active,
.button:hover {
  opacity: 0.7;
}
.button:focus-visible {
  box-shadow: 0 0 0 0.3em hsl(0, 0%, 100%), 0 0 0 0.5em rgba(13, 109, 253, 0.7);
}
.button:focus {
  outline: none;
}

@media screen and (max-width: 48em) {
  .button {
    width: 100%;
  }
  .button:not(:last-child) {
    margin: 0 0 1rem 0;
  }
}
*/

input[type=submit].ghost,
button.ghost,
.button.ghost {
/*  color: rgb(9, 9, 11);*/
  background-color: transparent;
  border-color: transparent;
}

input[type=submit].primary,
button.primary,
.button.primary {
  color: rgb(0, 120, 231);
  border: 1px solid rgb(0, 120, 231);
}

input[type=submit].selected,
button.selected,
.button.selected {
  color: #345fcb;
  border: 1px solid #345fcb;
}

input[type=submit].secondary,
button.secondary,
.button.secondary {
  color: rgb(88, 136, 162);
  border: 1px solid rgb(126, 159, 177);
}

input[type=submit].danger,
button.danger,
.button.danger {
  color: rgb(214, 86, 75);
  border: 1px solid rgb(214, 86, 75);
}

input[type=submit].success,
button.success,
.button.success {
  color: rgb(64, 189, 79);
  border: 1px solid rgb(64, 189, 79);
}

input[type=submit].warning,
button.warning,
.button.warning {
  color: rgb(255, 163, 0);
  border: 1px solid rgb(255, 163, 0);
}

input[type=submit]:disabled,
button:disabled,
.button:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border: 1px solid #666 }

.button.small,
button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small {
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}

.dark .button {
  color: #ddd;
  border-color: #ddd;
}

.dark .button:hover {
  color: #fff;
  border-color: #fff;
}


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

input[type="email"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea, select {
  width: 100%;
  transition: .2s border-color;
  height: 40px; /* same as buttons */
  /* line-height: 40px; */
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  border-radius: 0.2em;
  background-color: #fff;
  border: 0;
  outline: none;
  border: 1px solid #D1D1D1;
  box-sizing: border-box }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none }

textarea {
  min-height: 65px;
  line-height: 1.6; 
  height: auto; 
}

select.buried {
  color: #666;
  border-color: transparent;
/*  background-color: transparent;*/
  background-color: rgb(246, 246, 247);
  box-shadow: none;
  padding-right: 30px;
  background-position: right 55%; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #33C3F0; }

label,
legend {
  display: block;
  margin-bottom: .5rem }

legend { color: #999 }

fieldset {
  padding: 0;
  margin: 0;
  border-width: 0 }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 5px;
  cursor: pointer;
}

/*
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal }
*/

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

input:disabled,
select:disabled,
textarea:disabled {
  color: #999;
  background-color: #f6f6f6;
}

select {
  line-height: 1.6;
  /*  border-radius: 0; */ /* for chrome osx */
  padding-right: 36px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='12'><path d='M14,4 L18,8 L22,4' stroke='%23aaaaaa' stroke-width='2' fill='none' /></svg>");
  background-repeat: no-repeat;
  background-position: right center;
}

select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='12'><path d='M14,4 L18,8 L22,4' stroke='%2333C3F0' stroke-width='2' fill='none' /></svg>");
}

select.loading {
  /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><path d='M18,8 a1,1 0 0,10 20,0' fill='none' stroke='%23444444' stroke-width='2'><animateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.6s' repeatCount='indefinite'/></path></svg>"); */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><path d='M14,8 a1,1 0 0,10 20,0' fill='none' stroke='%23444444' stroke-width='2'><animateTransform attributeName='transform' type='rotate' from='0 14 18' to='360 14 18' dur='0.6s' repeatCount='indefinite'/></path></svg>");
  padding-right: 44px;
}

@media (min-width: 900px) {
  .aligned input,
  .aligned textarea,
  .aligned select {
    display: inline-block;
    width: auto;
    margin-bottom: 2rem;
  }

  .aligned label {
    text-align: right;
    display: inline-block;
    width: 40%;
    margin: 0 1em 0 0;
  }
}


/* Lists
-------------------------------------------------- */
ul {
  list-style: disc inside }

ol {
  list-style: decimal inside }

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

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 2.5rem }

li {
  margin-bottom: 0.7rem }

dt { font-weight: 500; margin-bottom: 0.5rem }
dd { margin: 0 0 1.5rem 0 }


/* Code
-------------------------------------------------- */

code {
  padding: .3rem .6rem;
  font-size: 90%;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre {
  margin-top: 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre > code {
  display: block;
  white-space: pre;
  overflow-x: auto;
}


/* Tables
-------------------------------------------------- */

table {
  width: 100%;
  background-color: transparent;
  border-spacing: 0;
}

th,
td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #E1E1E1 }

/*
th:first-child,
td:first-child {
  padding-left: 0 }

th:last-child,
td:last-child {
  padding-right: 0 }
*/

/* Spacing
-------------------------------------------------- */

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem }

table input, table select, table textarea {
  margin-bottom: 0 }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem }


/* Misc
-------------------------------------------------- */

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1 }


/* Clearing
-------------------------------------------------- */

.container:after,
.columns:after,
.grid:after,
.clearfix:after,
.cf:after {
  content: "";
  display: table;
  clear: both }


/* Utilities
-------------------------------------------------- */

/* these two (visible and hidden) we declare after the media query scopes */
/*.visible       { display: inherit !important }*/
/*.hidden        { display: none !important }*/
.block         { display: block !important }
.inline        { display: inline-block !important; *display: inline; /*IE 6/7*/ }

.fixed         { position: fixed !important }
.absolute, .abs { position: absolute !important }
.relative, .rel { position: relative !important }
.sticky        { position: -webkit-sticky; position: sticky }
.bottom        { bottom: 0 }

.left          { float: left !important }
.right         { float: right !important }
.clear         { clear: both }
.center        { float: none; margin-left: auto; margin-right: auto }

.centered {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  /* transform: translateY(-50%); */
  /* right: 25px; */
  /* left: 25px; */
}

.v-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.full         { width: 100%; height: 100% }
.h-full, .h-100 { height: 100% }
.h-screen     { height: 100vh }
.max-h-full   { max-height: 100% }
.max-h-screen { max-height: 100vh }

.w-full, .w-100 { width: 100% }
.w-screen     { width: 100vw }
.max-w-full   { max-width: 100% }
.max-w-screen { max-width: 100vw }

.m-0, .m0, .nomargin { margin: 0 }
.m-5          { margin: 5px }
.m-10         { margin: 10px }
.m-15         { margin: 15px }
.m-20         { margin: 20px }
.m-25         { margin: 25px }
.m-50         { margin: 50px }
.m-100        { margin: 100px }
.mt-0         { margin-top: 0 }
.mt-5         { margin-top: 5px }
.mt-10        { margin-top: 10px }
.mt-15        { margin-top: 15px }
.mt-20        { margin-top: 20px }
.mt-25        { margin-top: 25px }
.mt-50        { margin-top: 50px }
.mt-100       { margin-top: 100px }
.mb-0         { margin-bottom: 0 }
.mb-5         { margin-bottom: 5px }
.mb-10        { margin-bottom: 10px }
.mb-15        { margin-bottom: 15px }
.mb-20        { margin-bottom: 20px }
.mb-25        { margin-bottom: 25px }
.mb-50        { margin-bottom: 50px }
.mb-100       { margin-bottom: 100px }
.ml-0         { margin-left: 0 }
.ml-5         { margin-left: 5px }
.ml-10        { margin-left: 10px }
.ml-15        { margin-left: 15px }
.ml-20        { margin-left: 20px }
.ml-25        { margin-left: 25px }
.ml-50        { margin-left: 50px }
.ml-100       { margin-left: 100px }
.mr-0         { margin-right: 0 }
.mr-5         { margin-right: 5px }
.mr-10        { margin-right: 10px }
.mr-15        { margin-right: 15px }
.mr-20        { margin-right: 20px }
.mr-25        { margin-right: 25px }
.mr-50        { margin-right: 50px }
.mr-100       { margin-right: 100px }

.p-0, .p0, .nopadding { padding: 0 }
.p-5          { padding: 5px }
.p-10         { padding: 10px }
.p-15         { padding: 15px }
.p-20         { padding: 20px }
.p-25         { padding: 25px }
.p-50         { padding: 50px }
.p-100        { padding: 100px }
.pt-0         { padding-top: 0 }
.pt-5         { padding-top: 5px }
.pt-10        { padding-top: 10px }
.pt-15        { padding-top: 15px }
.pt-20        { padding-top: 20px }
.pt-25        { padding-top: 25px }
.pt-50        { padding-top: 50px }
.pt-100       { padding-top: 100px }
.pb-0         { padding-bottom: 0 }
.pb-5         { padding-bottom: 5px }
.pb-10        { padding-bottom: 10px }
.pb-15        { padding-bottom: 15px }
.pb-20        { padding-bottom: 20px }
.pb-25        { padding-bottom: 25px }
.pb-50        { padding-bottom: 50px }
.pb-100       { padding-bottom: 100px }
.pl-0         { padding-left: 0 }
.pl-5         { padding-left: 5px }
.pl-10        { padding-left: 10px }
.pl-15        { padding-left: 15px }
.pl-20        { padding-left: 20px }
.pl-25        { padding-left: 25px }
.pl-50        { padding-left: 50px }
.pl-100       { padding-left: 100px }
.pr-0         { padding-right: 0 }
.pr-5         { padding-right: 5px }
.pr-10        { padding-right: 10px }
.pr-15        { padding-right: 15px }
.pr-20        { padding-right: 20px }
.pr-25        { padding-right: 25px }
.pr-50        { padding-right: 50px }
.pr-100       { padding-right: 100px }

.bg-black     { background-color: #000 }
.bg-333       { background-color: #333 }
.bg-666       { background-color: #666 }
.bg-999       { background-color: #999 }
.bg-ccc       { background-color: #ccc }
.bg-white     { background-color: #fff }

.text-black   { color: #000 }
.text-333     { color: #333 }
.text-666     { color: #666 }
.text-999     { color: #999 }
.text-ccc     { color: #ccc }
.text-white   { color: #fff }

.text-left    { text-align: left }
.text-center  { text-align: center }
.text-right   { text-align: right }
.text-lower   { text-transform: lowercase }
.text-upper   { text-transform: uppercase }
.text-under   { text-decoration: underline }

.hover\:text-under:hover { text-decoration: underline }
.focus\:text-under:focus { text-decoration: underline }

.text-tighter { letter-spacing: -.05em }
.text-tight   { letter-spacing: -.025em }
.text-wide    { letter-spacing: .025em }
.text-wider   { letter-spacing: .05em }

.text-smaller { font-size: 0.5em }
.text-small   { font-size: 0.75em }
.text-big     { font-size: 1.5em }
.text-bigger  { font-size: 2em }

.nowrap   { white-space: nowrap }
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width: 600px) {
  .sm\:hidden,
  .md\:visible,
  .lg\:visible,
  .xl\:visible {
    display: none !important;
  }

  .sm\:visible {
    display: inherit !important;
  }

  .sm\:block         { display: block !important }
  .sm\:inline        { display: inline-block !important; *display: inline; /*IE 6/7*/ }

  .sm\:fixed         { position: fixed !important }
  .sm\:absolute, .sm\:abs { position: absolute !important }
  .sm\:relative, .sm\:rel { position: relative !important }
  .sm\:sticky        { position: -webkit-sticky; position: sticky }
  .sm\:bottom        { bottom: 0 }

  .sm\:left          { float: left !important }
  .sm\:right         { float: right !important }
  .sm\:clear         { clear: both }
  .sm\:center       { float: none; margin-left: auto; margin-right: auto }

  .sm\:centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-50%); */
    /* right: 25px; */
    /* left: 25px; */
  }

  .sm\:v-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .sm\:full         { width: 100%; height: 100% }
  .sm\:h-full, .sm\:h-100 { height: 100% }
  .sm\:h-screen     { height: 100vh }
  .sm\:max-h-full   { max-height: 100% }
  .sm\:max-h-screen { max-height: 100vh }

  .sm\:w-full, .sm\:w-100 { width: 100% }
  .sm\:w-screen     { width: 100vw }
  .sm\:max-w-full   { max-width: 100% }
  .sm\:max-w-screen { max-width: 100vw }

  .sm\:m-0, .sm\:m0, .sm\:nomargin { margin: 0 }
  .sm\:m-5          { margin: 5px }
  .sm\:m-10         { margin: 10px }
  .sm\:m-15         { margin: 15px }
  .sm\:m-20         { margin: 20px }
  .sm\:m-25         { margin: 25px }
  .sm\:m-50         { margin: 50px }
  .sm\:m-100        { margin: 100px }
  .sm\:mt-0         { margin-top: 0 }
  .sm\:mt-5         { margin-top: 5px }
  .sm\:mt-10        { margin-top: 10px }
  .sm\:mt-15        { margin-top: 15px }
  .sm\:mt-20        { margin-top: 20px }
  .sm\:mt-25        { margin-top: 25px }
  .sm\:mt-50        { margin-top: 50px }
  .sm\:mt-100       { margin-top: 100px }
  .sm\:mb-0         { margin-bottom: 0 }
  .sm\:mb-5         { margin-bottom: 5px }
  .sm\:mb-10        { margin-bottom: 10px }
  .sm\:mb-15        { margin-bottom: 15px }
  .sm\:mb-20        { margin-bottom: 20px }
  .sm\:mb-25        { margin-bottom: 25px }
  .sm\:mb-50        { margin-bottom: 50px }
  .sm\:mb-100       { margin-bottom: 100px }
  .sm\:ml-0         { margin-left: 0 }
  .sm\:ml-5         { margin-left: 5px }
  .sm\:ml-10        { margin-left: 10px }
  .sm\:ml-15        { margin-left: 15px }
  .sm\:ml-20        { margin-left: 20px }
  .sm\:ml-25        { margin-left: 25px }
  .sm\:ml-50        { margin-left: 50px }
  .sm\:ml-100       { margin-left: 100px }
  .sm\:mr-0         { margin-right: 0 }
  .sm\:mr-5         { margin-right: 5px }
  .sm\:mr-10        { margin-right: 10px }
  .sm\:mr-15        { margin-right: 15px }
  .sm\:mr-20        { margin-right: 20px }
  .sm\:mr-25        { margin-right: 25px }
  .sm\:mr-50        { margin-right: 50px }
  .sm\:mr-100       { margin-right: 100px }

  .sm\:p-0, .sm\:p0, .sm\:nopadding { padding: 0 }
  .sm\:p-5          { padding: 5px }
  .sm\:p-10         { padding: 10px }
  .sm\:p-15         { padding: 15px }
  .sm\:p-20         { padding: 20px }
  .sm\:p-25         { padding: 25px }
  .sm\:p-50         { padding: 50px }
  .sm\:p-100        { padding: 100px }
  .sm\:pt-0         { padding-top: 0 }
  .sm\:pt-5         { padding-top: 5px }
  .sm\:pt-10        { padding-top: 10px }
  .sm\:pt-15        { padding-top: 15px }
  .sm\:pt-20        { padding-top: 20px }
  .sm\:pt-25        { padding-top: 25px }
  .sm\:pt-50        { padding-top: 50px }
  .sm\:pt-100       { padding-top: 100px }
  .sm\:pb-0         { padding-bottom: 0 }
  .sm\:pb-5         { padding-bottom: 5px }
  .sm\:pb-10        { padding-bottom: 10px }
  .sm\:pb-15        { padding-bottom: 15px }
  .sm\:pb-20        { padding-bottom: 20px }
  .sm\:pb-25        { padding-bottom: 25px }
  .sm\:pb-50        { padding-bottom: 50px }
  .sm\:pb-100       { padding-bottom: 100px }
  .sm\:pl-0         { padding-left: 0 }
  .sm\:pl-5         { padding-left: 5px }
  .sm\:pl-10        { padding-left: 10px }
  .sm\:pl-15        { padding-left: 15px }
  .sm\:pl-20        { padding-left: 20px }
  .sm\:pl-25        { padding-left: 25px }
  .sm\:pl-50        { padding-left: 50px }
  .sm\:pl-100       { padding-left: 100px }
  .sm\:pr-0         { padding-right: 0 }
  .sm\:pr-5         { padding-right: 5px }
  .sm\:pr-10        { padding-right: 10px }
  .sm\:pr-15        { padding-right: 15px }
  .sm\:pr-20        { padding-right: 20px }
  .sm\:pr-25        { padding-right: 25px }
  .sm\:pr-50        { padding-right: 50px }
  .sm\:pr-100       { padding-right: 100px }

  .sm\:bg-black   { background-color: #000 }
  .sm\:bg-333     { background-color: #333 }
  .sm\:bg-666     { background-color: #666 }
  .sm\:bg-999     { background-color: #999 }
  .sm\:bg-ccc     { background-color: #ccc }
  .sm\:bg-white   { background-color: #fff }

  .sm\:text-black   { color: #000 }
  .sm\:text-333     { color: #333 }
  .sm\:text-666     { color: #666 }
  .sm\:text-999     { color: #999 }
  .sm\:text-ccc     { color: #ccc }
  .sm\:text-white   { color: #fff }

  .sm\:text-left    { text-align: left }
  .sm\:text-center  { text-align: center }
  .sm\:text-right   { text-align: right }
  .sm\:text-lower   { text-transform: lowercase }
  .sm\:text-upper   { text-transform: uppercase }
  .sm\:text-under   { text-decoration: underline }

  .sm\:hover\:text-under:hover { text-decoration: underline }
  .sm\:focus\:text-under:focus { text-decoration: underline }

  .sm\:text-tighter { letter-spacing: -.05em }
  .sm\:text-tight   { letter-spacing: -.025em }
  .sm\:text-wide    { letter-spacing: .025em }
  .sm\:text-wider   { letter-spacing: .05em }

  .sm\:text-smaller { font-size: 0.5em }
  .sm\:text-small   { font-size: 0.75em }
  .sm\:text-big     { font-size: 1.5em }
  .sm\:text-bigger  { font-size: 2em }

  .sm\:nowrap       { white-space: nowrap }
  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .sm\:visible,
  .md\:hidden,
  .lg\:visible,
  .xl\:visible {
    display: none !important;
  }

  .md\:visible {
    display: inherit !important;
  }

  .md\:block         { display: block !important }
  .md\:inline        { display: inline-block !important; *display: inline; /*IE 6/7*/ }

  .md\:fixed         { position: fixed !important }
  .md\:absolute, .md\:abs { position: absolute !important }
  .md\:relative, .md\:rel { position: relative !important }
  .md\:sticky        { position: -webkit-sticky; position: sticky }
  .md\:bottom        { bottom: 0 }

  .md\:left          { float: left !important }
  .md\:right         { float: right !important }
  .md\:clear         { clear: both }
  .md\:center        { float: none; margin-left: auto; margin-right: auto }

  .md\:centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-50%); */
    /* right: 25px; */
    /* left: 25px; */
  }

  .md\:v-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .md\:full         { width: 100%; height: 100% }
  .md\:h-full, .md\:h-100 { height: 100% }
  .md\:h-screen     { height: 100vh }
  .md\:max-h-full   { max-height: 100% }
  .md\:max-h-screen { max-height: 100vh }

  .md\:w-full, .md\:w-100 { width: 100% }
  .md\:w-screen     { width: 100vw }
  .md\:max-w-full   { max-width: 100% }
  .md\:max-w-screen { max-width: 100vw }

  .md\:m-0, .md\:m0, .md\:nomargin { margin: 0 }
  .md\:m-5          { margin: 5px }
  .md\:m-10         { margin: 10px }
  .md\:m-15         { margin: 15px }
  .md\:m-20         { margin: 20px }
  .md\:m-25         { margin: 25px }
  .md\:m-50         { margin: 50px }
  .md\:m-100        { margin: 100px }
  .md\:mt-0         { margin-top: 0 }
  .md\:mt-5         { margin-top: 5px }
  .md\:mt-10        { margin-top: 10px }
  .md\:mt-15        { margin-top: 15px }
  .md\:mt-20        { margin-top: 20px }
  .md\:mt-25        { margin-top: 25px }
  .md\:mt-50        { margin-top: 50px }
  .md\:mt-100       { margin-top: 100px }
  .md\:mb-0         { margin-bottom: 0 }
  .md\:mb-5         { margin-bottom: 5px }
  .md\:mb-10        { margin-bottom: 10px }
  .md\:mb-15        { margin-bottom: 15px }
  .md\:mb-20        { margin-bottom: 20px }
  .md\:mb-25        { margin-bottom: 25px }
  .md\:mb-50        { margin-bottom: 50px }
  .md\:mb-100       { margin-bottom: 100px }
  .md\:ml-0         { margin-left: 0 }
  .md\:ml-5         { margin-left: 5px }
  .md\:ml-10        { margin-left: 10px }
  .md\:ml-15        { margin-left: 15px }
  .md\:ml-20        { margin-left: 20px }
  .md\:ml-25        { margin-left: 25px }
  .md\:ml-50        { margin-left: 50px }
  .md\:ml-100       { margin-left: 100px }
  .md\:mr-0         { margin-right: 0 }
  .md\:mr-5         { margin-right: 5px }
  .md\:mr-10        { margin-right: 10px }
  .md\:mr-15        { margin-right: 15px }
  .md\:mr-20        { margin-right: 20px }
  .md\:mr-25        { margin-right: 25px }
  .md\:mr-50        { margin-right: 50px }
  .md\:mr-100       { margin-right: 100px }

  .md\:p-0, .md\:p0, .md\:nopadding { padding: 0 }
  .md\:p-5          { padding: 5px }
  .md\:p-10         { padding: 10px }
  .md\:p-15         { padding: 15px }
  .md\:p-20         { padding: 20px }
  .md\:p-25         { padding: 25px }
  .md\:p-50         { padding: 50px }
  .md\:p-100        { padding: 100px }
  .md\:pt-0         { padding-top: 0 }
  .md\:pt-5         { padding-top: 5px }
  .md\:pt-10        { padding-top: 10px }
  .md\:pt-15        { padding-top: 15px }
  .md\:pt-20        { padding-top: 20px }
  .md\:pt-25        { padding-top: 25px }
  .md\:pt-50        { padding-top: 50px }
  .md\:pt-100       { padding-top: 100px }
  .md\:pb-0         { padding-bottom: 0 }
  .md\:pb-5         { padding-bottom: 5px }
  .md\:pb-10        { padding-bottom: 10px }
  .md\:pb-15        { padding-bottom: 15px }
  .md\:pb-20        { padding-bottom: 20px }
  .md\:pb-25        { padding-bottom: 25px }
  .md\:pb-50        { padding-bottom: 50px }
  .md\:pb-100       { padding-bottom: 100px }
  .md\:pl-0         { padding-left: 0 }
  .md\:pl-5         { padding-left: 5px }
  .md\:pl-10        { padding-left: 10px }
  .md\:pl-15        { padding-left: 15px }
  .md\:pl-20        { padding-left: 20px }
  .md\:pl-25        { padding-left: 25px }
  .md\:pl-50        { padding-left: 50px }
  .md\:pl-100       { padding-left: 100px }
  .md\:pr-0         { padding-right: 0 }
  .md\:pr-5         { padding-right: 5px }
  .md\:pr-10        { padding-right: 10px }
  .md\:pr-15        { padding-right: 15px }
  .md\:pr-20        { padding-right: 20px }
  .md\:pr-25        { padding-right: 25px }
  .md\:pr-50        { padding-right: 50px }
  .md\:pr-100       { padding-right: 100px }

  .md\:bg-black   { background-color: #000 }
  .md\:bg-333     { background-color: #333 }
  .md\:bg-666     { background-color: #666 }
  .md\:bg-999     { background-color: #999 }
  .md\:bg-ccc     { background-color: #ccc }
  .md\:bg-white   { background-color: #fff }

  .md\:text-black   { color: #000 }
  .md\:text-333     { color: #333 }
  .md\:text-666     { color: #666 }
  .md\:text-999     { color: #999 }
  .md\:text-ccc     { color: #ccc }
  .md\:text-white   { color: #fff }

  .md\:text-left    { text-align: left }
  .md\:text-center  { text-align: center }
  .md\:text-right   { text-align: right }
  .md\:text-lower   { text-transform: lowercase }
  .md\:text-upper   { text-transform: uppercase }
  .md\:text-under   { text-decoration: underline }

  .md\:hover\:text-under:hover { text-decoration: underline }
  .md\:focus\:text-under:focus { text-decoration: underline }

  .md\:text-tighter { letter-spacing: -.05em }
  .md\:text-tight   { letter-spacing: -.025em }
  .md\:text-wide    { letter-spacing: .025em }
  .md\:text-wider   { letter-spacing: .05em }

  .md\:text-smaller { font-size: 0.5em }
  .md\:text-small   { font-size: 0.75em }
  .md\:text-big     { font-size: 1.5em }
  .md\:text-bigger  { font-size: 2em }

  .md\:nowrap       { white-space: nowrap }
  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .sm\:visible,
  .md\:visible,
  .lg\:hidden,
  .xl\:visible {
    display: none !important;
  }

  .lg\:visible {
    display: inherit !important;
  }

  .lg\:block         { display: block !important }
  .lg\:inline        { display: inline-block !important; *display: inline; /*IE 6/7*/ }

  .lg\:fixed         { position: fixed !important }
  .lg\:absolute, .lg\:abs { position: absolute !important }
  .lg\:relative, .lg\:rel { position: relative !important }
  .lg\:sticky        { position: -webkit-sticky; position: sticky }
  .lg\:bottom        { bottom: 0 }

  .lg\:left          { float: left !important }
  .lg\:right         { float: right !important }
  .lg\:clear         { clear: both }
  .lg\:center        { float: none; margin-left: auto; margin-right: auto }

  .lg\:centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-50%); */
    /* right: 25px; */
    /* left: 25px; */
  }

  .lg\:v-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .lg\:full         { width: 100%; height: 100% }
  .lg\:h-full, .lg\:h-100 { height: 100% }
  .lg\:h-screen     { height: 100vh }
  .lg\:max-h-full   { max-height: 100% }
  .lg\:max-h-screen { max-height: 100vh }

  .lg\:w-full, .lg\:w-100 { width: 100% }
  .lg\:w-screen     { width: 100vw }
  .lg\:max-w-full   { max-width: 100% }
  .lg\:max-w-screen { max-width: 100vw }

  .lg\:m-0, .lg\:m0, .lg\:nomargin { margin: 0 }
  .lg\:m-5          { margin: 5px }
  .lg\:m-10         { margin: 10px }
  .lg\:m-15         { margin: 15px }
  .lg\:m-20         { margin: 20px }
  .lg\:m-25         { margin: 25px }
  .lg\:m-50         { margin: 50px }
  .lg\:m-100        { margin: 100px }
  .lg\:mt-0         { margin-top: 0 }
  .lg\:mt-5         { margin-top: 5px }
  .lg\:mt-10        { margin-top: 10px }
  .lg\:mt-15        { margin-top: 15px }
  .lg\:mt-20        { margin-top: 20px }
  .lg\:mt-25        { margin-top: 25px }
  .lg\:mt-50        { margin-top: 50px }
  .lg\:mt-100       { margin-top: 100px }
  .lg\:mb-0         { margin-bottom: 0 }
  .lg\:mb-5         { margin-bottom: 5px }
  .lg\:mb-10        { margin-bottom: 10px }
  .lg\:mb-15        { margin-bottom: 15px }
  .lg\:mb-20        { margin-bottom: 20px }
  .lg\:mb-25        { margin-bottom: 25px }
  .lg\:mb-50        { margin-bottom: 50px }
  .lg\:mb-100       { margin-bottom: 100px }
  .lg\:ml-0         { margin-left: 0 }
  .lg\:ml-5         { margin-left: 5px }
  .lg\:ml-10        { margin-left: 10px }
  .lg\:ml-15        { margin-left: 15px }
  .lg\:ml-20        { margin-left: 20px }
  .lg\:ml-25        { margin-left: 25px }
  .lg\:ml-50        { margin-left: 50px }
  .lg\:ml-100       { margin-left: 100px }
  .lg\:mr-0         { margin-right: 0 }
  .lg\:mr-5         { margin-right: 5px }
  .lg\:mr-10        { margin-right: 10px }
  .lg\:mr-15        { margin-right: 15px }
  .lg\:mr-20        { margin-right: 20px }
  .lg\:mr-25        { margin-right: 25px }
  .lg\:mr-50        { margin-right: 50px }
  .lg\:mr-100       { margin-right: 100px }

  .lg\:p-0, .lg\:p0, .lg\:nopadding { padding: 0 }
  .lg\:p-5          { padding: 5px }
  .lg\:p-10         { padding: 10px }
  .lg\:p-15         { padding: 15px }
  .lg\:p-20         { padding: 20px }
  .lg\:p-25         { padding: 25px }
  .lg\:p-50         { padding: 50px }
  .lg\:p-100        { padding: 100px }
  .lg\:pt-0         { padding-top: 0 }
  .lg\:pt-5         { padding-top: 5px }
  .lg\:pt-10        { padding-top: 10px }
  .lg\:pt-15        { padding-top: 15px }
  .lg\:pt-20        { padding-top: 20px }
  .lg\:pt-25        { padding-top: 25px }
  .lg\:pt-50        { padding-top: 50px }
  .lg\:pt-100       { padding-top: 100px }
  .lg\:pb-0         { padding-bottom: 0 }
  .lg\:pb-5         { padding-bottom: 5px }
  .lg\:pb-10        { padding-bottom: 10px }
  .lg\:pb-15        { padding-bottom: 15px }
  .lg\:pb-20        { padding-bottom: 20px }
  .lg\:pb-25        { padding-bottom: 25px }
  .lg\:pb-50        { padding-bottom: 50px }
  .lg\:pb-100       { padding-bottom: 100px }
  .lg\:pl-0         { padding-left: 0 }
  .lg\:pl-5         { padding-left: 5px }
  .lg\:pl-10        { padding-left: 10px }
  .lg\:pl-15        { padding-left: 15px }
  .lg\:pl-20        { padding-left: 20px }
  .lg\:pl-25        { padding-left: 25px }
  .lg\:pl-50        { padding-left: 50px }
  .lg\:pl-100       { padding-left: 100px }
  .lg\:pr-0         { padding-right: 0 }
  .lg\:pr-5         { padding-right: 5px }
  .lg\:pr-10        { padding-right: 10px }
  .lg\:pr-15        { padding-right: 15px }
  .lg\:pr-20        { padding-right: 20px }
  .lg\:pr-25        { padding-right: 25px }
  .lg\:pr-50        { padding-right: 50px }
  .lg\:pr-100       { padding-right: 100px }

  .lg\:bg-black   { background-color: #000 }
  .lg\:bg-333     { background-color: #333 }
  .lg\:bg-666     { background-color: #666 }
  .lg\:bg-999     { background-color: #999 }
  .lg\:bg-ccc     { background-color: #ccc }
  .lg\:bg-white   { background-color: #fff }

  .lg\:text-black   { color: #000 }
  .lg\:text-333     { color: #333 }
  .lg\:text-666     { color: #666 }
  .lg\:text-999     { color: #999 }
  .lg\:text-ccc     { color: #ccc }
  .lg\:text-white   { color: #fff }

  .lg\:text-left    { text-align: left }
  .lg\:text-center  { text-align: center }
  .lg\:text-right   { text-align: right }
  .lg\:text-lower   { text-transform: lowercase }
  .lg\:text-upper   { text-transform: uppercase }
  .lg\:text-under   { text-decoration: underline }

  .lg\:hover\:text-under:hover { text-decoration: underline }
  .lg\:focus\:text-under:focus { text-decoration: underline }

  .lg\:text-tighter { letter-spacing: -.05em }
  .lg\:text-tight   { letter-spacing: -.025em }
  .lg\:text-wide    { letter-spacing: .025em }
  .lg\:text-wider   { letter-spacing: .05em }

  .lg\:text-smaller { font-size: 0.5em }
  .lg\:text-small   { font-size: 0.75em }
  .lg\:text-big     { font-size: 1.5em }
  .lg\:text-bigger  { font-size: 2em }

  .lg\:nowrap       { white-space: nowrap }
  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

@media (min-width: 1200px) {
  .sm\:visible,
  .md\:visible,
  .lg\:visible,
  .xl\:hidden {
    display: none !important;
  }

  .xl\:visible {
    display: inherit !important;
  }

  .xl\:block         { display: block !important }
  .xl\:inline        { display: inline-block !important; *display: inline; /*IE 6/7*/ }

  .xl\:fixed         { position: fixed !important }
  .xl\:absolute, .xl\:abs { position: absolute !important }
  .xl\:relative, .xl\:rel { position: relative !important }
  .xl\:sticky        { position: -webkit-sticky; position: sticky }
  .xl\:bottom        { bottom: 0 }

  .xl\:left          { float: left !important }
  .xl\:right         { float: right !important }
  .xl\:clear         { clear: both }
  .xl\:center        { float: none; margin-left: auto; margin-right: auto }

  .xl\:centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-50%); */
    /* right: 25px; */
    /* left: 25px; */
  }

  .xl\:v-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .xl\:full         { width: 100%; height: 100% }
  .xl\:h-full, .xl\:h-100 { height: 100% }
  .xl\:h-screen     { height: 100vh }
  .xl\:max-h-full   { max-height: 100% }
  .xl\:max-h-screen { max-height: 100vh }

  .xl\:w-full, .xl\:w-100 { width: 100% }
  .xl\:w-screen     { width: 100vw }
  .xl\:max-w-full   { max-width: 100% }
  .xl\:max-w-screen { max-width: 100vw }

  .xl\:m-0, .xl\:m0, .xl\:nomargin { margin: 0 }
  .xl\:m-5          { margin: 5px }
  .xl\:m-10         { margin: 10px }
  .xl\:m-15         { margin: 15px }
  .xl\:m-20         { margin: 20px }
  .xl\:m-25         { margin: 25px }
  .xl\:m-50         { margin: 50px }
  .xl\:m-100        { margin: 100px }
  .xl\:mt-0         { margin-top: 0 }
  .xl\:mt-5         { margin-top: 5px }
  .xl\:mt-10        { margin-top: 10px }
  .xl\:mt-15        { margin-top: 15px }
  .xl\:mt-20        { margin-top: 20px }
  .xl\:mt-25        { margin-top: 25px }
  .xl\:mt-50        { margin-top: 50px }
  .xl\:mt-100       { margin-top: 100px }
  .xl\:mb-0         { margin-bottom: 0 }
  .xl\:mb-5         { margin-bottom: 5px }
  .xl\:mb-10        { margin-bottom: 10px }
  .xl\:mb-15        { margin-bottom: 15px }
  .xl\:mb-20        { margin-bottom: 20px }
  .xl\:mb-25        { margin-bottom: 25px }
  .xl\:mb-50        { margin-bottom: 50px }
  .xl\:mb-100       { margin-bottom: 100px }
  .xl\:ml-0         { margin-left: 0 }
  .xl\:ml-5         { margin-left: 5px }
  .xl\:ml-10        { margin-left: 10px }
  .xl\:ml-15        { margin-left: 15px }
  .xl\:ml-20        { margin-left: 20px }
  .xl\:ml-25        { margin-left: 25px }
  .xl\:ml-50        { margin-left: 50px }
  .xl\:ml-100       { margin-left: 100px }
  .xl\:mr-0         { margin-right: 0 }
  .xl\:mr-5         { margin-right: 5px }
  .xl\:mr-10        { margin-right: 10px }
  .xl\:mr-15        { margin-right: 15px }
  .xl\:mr-20        { margin-right: 20px }
  .xl\:mr-25        { margin-right: 25px }
  .xl\:mr-50        { margin-right: 50px }
  .xl\:mr-100       { margin-right: 100px }

  .xl\:p-0, .xl\:p0, .xl\:nopadding { padding: 0 }
  .xl\:p-5          { padding: 5px }
  .xl\:p-10         { padding: 10px }
  .xl\:p-15         { padding: 15px }
  .xl\:p-20         { padding: 20px }
  .xl\:p-25         { padding: 25px }
  .xl\:p-50         { padding: 50px }
  .xl\:p-100        { padding: 100px }
  .xl\:pt-0         { padding-top: 0 }
  .xl\:pt-5         { padding-top: 5px }
  .xl\:pt-10        { padding-top: 10px }
  .xl\:pt-15        { padding-top: 15px }
  .xl\:pt-20        { padding-top: 20px }
  .xl\:pt-25        { padding-top: 25px }
  .xl\:pt-50        { padding-top: 50px }
  .xl\:pt-100       { padding-top: 100px }
  .xl\:pb-0         { padding-bottom: 0 }
  .xl\:pb-5         { padding-bottom: 5px }
  .xl\:pb-10        { padding-bottom: 10px }
  .xl\:pb-15        { padding-bottom: 15px }
  .xl\:pb-20        { padding-bottom: 20px }
  .xl\:pb-25        { padding-bottom: 25px }
  .xl\:pb-50        { padding-bottom: 50px }
  .xl\:pb-100       { padding-bottom: 100px }
  .xl\:pl-0         { padding-left: 0 }
  .xl\:pl-5         { padding-left: 5px }
  .xl\:pl-10        { padding-left: 10px }
  .xl\:pl-15        { padding-left: 15px }
  .xl\:pl-20        { padding-left: 20px }
  .xl\:pl-25        { padding-left: 25px }
  .xl\:pl-50        { padding-left: 50px }
  .xl\:pl-100       { padding-left: 100px }
  .xl\:pr-0         { padding-right: 0 }
  .xl\:pr-5         { padding-right: 5px }
  .xl\:pr-10        { padding-right: 10px }
  .xl\:pr-15        { padding-right: 15px }
  .xl\:pr-20        { padding-right: 20px }
  .xl\:pr-25        { padding-right: 25px }
  .xl\:pr-50        { padding-right: 50px }
  .xl\:pr-100       { padding-right: 100px }

  .xl\:bg-black   { background-color: #000 }
  .xl\:bg-333     { background-color: #333 }
  .xl\:bg-666     { background-color: #666 }
  .xl\:bg-999     { background-color: #999 }
  .xl\:bg-ccc     { background-color: #ccc }
  .xl\:bg-white   { background-color: #fff }

  .xl\:text-black   { color: #000 }
  .xl\:text-333     { color: #333 }
  .xl\:text-666     { color: #666 }
  .xl\:text-999     { color: #999 }
  .xl\:text-ccc     { color: #ccc }
  .xl\:text-white   { color: #fff }

  .xl\:text-left    { text-align: left }
  .xl\:text-center  { text-align: center }
  .xl\:text-right   { text-align: right }
  .xl\:text-lower   { text-transform: lowercase }
  .xl\:text-upper   { text-transform: uppercase }
  .xl\:text-under   { text-decoration: underline }

  .xl\:hover\:text-under:hover { text-decoration: underline }
  .xl\:focus\:text-under:focus { text-decoration: underline }

  .xl\:text-tighter { letter-spacing: -.05em }
  .xl\:text-tight   { letter-spacing: -.025em }
  .xl\:text-wide    { letter-spacing: .025em }
  .xl\:text-wider   { letter-spacing: .05em }

  .xl\:text-smaller { font-size: 0.5em }
  .xl\:text-small   { font-size: 0.75em }
  .xl\:text-big     { font-size: 1.5em }
  .xl\:text-bigger  { font-size: 2em }

  .xl\:nowrap       { white-space: nowrap }
  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

.visible  { display: inherit !important }
.hidden   { display: none !important }

.print\:visible {
  display: none !important;
}

@media print {
  .print\:visible {
    display: inherit !important;
  }
  .print\:hidden {
    display: none !important;
  }
}
/* details/summary accordion */

details {
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #333;
}

/*
details + details {
  margin-top: 1rem;
}
*/

details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  list-style: none;
  user-select: none
}

details summary:hover {
  text-decoration: underline;
}

details summary ~ * {
  margin: 10px 0 0 0;
  animation: toggleSummary .2s ease-in-out;
  transition: transform 0.2s ease;
}

@keyframes toggleSummary {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

details .toggle-icon {
  height: 16px;
  width: 16px;
  background: center no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23111111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg>');
  transition: transform 0.2s ease;
  transform: rotate(-90deg);
}

details[open] .toggle-icon {
  transform: rotate(0deg);
}

/* alerts
--------------------------------------*/

.alert,
.alert-notice,
.alert-success,
.alert-warning,
.alert-danger,
.alert-error {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 2rem;
  box-shadow: 0 0 0 1px #eee;
}

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

.alert label {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  white-space: nowrap;
}

.alert,
.alert-notice {
  background: #ebf7fd;
  box-shadow: 0 0 0 1px rgba(45,112,145,0.3);
}

.alert,
.alert-notice,
.alert .close-button:after,
.alert-notice .close-button:after {
  color: #4684a3;
}

.alert-success {
  background: #f2fae3;
  box-shadow: 0 0 0 1px rgba(101,159,19,0.3);
}

.alert-success,
.alert-success .close-button:after {
  color: #659f13;
}

.alert-warning {
  background: #fffceb;
  box-shadow: 0 0 0 1px rgba(226,131,39,0.3);
}

.alert-warning,
.alert-warning .close-button:after {
  color: #e28327;
}

.alert-error,
.alert-danger {
  background: #fff1f0;
  box-shadow: 0 0 0 1px rgba(216,80,48,0.3);
}

.alert-danger,
.alert-error,
.alert-error .close-button:after,
.alert-danger .close-button:after {
  color: #CA6664;
}/* close button
-------------------------------------------------------------*/

.close-button {
  display: inline-block;
  width: 14px;
  line-height: 22px;
  text-align: center;
  color: inherit;
  -webkit-appearance: none;
  background: transparent;
  /* reset stuff if used as button */
  height: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  font-weight: 300;
}

a.close-button {
  text-decoration: none;
}

.close-button.left {
  margin-right: 10px;
}

.close-button.right {
  margin-left: 10px;
}

.close-button:focus {
  outline: none;
}

.close-button:hover {
  box-shadow: none;
}

.close-button:after {
  content: '\00d7';
  display: block;
  font-size: 21px;

  opacity: 0.6;
  color: #666;

  text-align: center;
  font-weight: bolder;
}

.close-button:hover:after {
  opacity: 1;
}

/* menu && navbar
-------------------------------------------------------------*/

.navbar {
  display: block;
  width: 100%;
  height: 55px; /* same as a element line-height */
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.menu li {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar .menu {
  margin-bottom: 0;
}

/* Initial menus should be inline-block so that they are horizontal */
.navbar .menu li,
.menu.horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* Submenus should still be display: block; */
.navbar .dropdown li,
.menu.horizontal .dropdown li {
  display: block;
}

.menu .item {
  display: block;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  padding: 0 15px;
  line-height: 55px;  /* same as a .navbar line-height */
  color: #222;
}

.menu > .item:first-child,
.menu > li:first-child > .item:first-child {
  padding-left: 0;
}

.menu > .item:last-child,
.menu > li:last-child > .item:last-child {
  padding-right: 0;
}

.dropdown .menu .item,
.menu.visible .item {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*
.menu .button,
.menu button {
  margin-right: 25px;
}
*/

.menu a:hover,
.menu a:focus {
  color: #1EAEDB;
}

.menu a:active,
.menu a.active,
.menu .active a {
  color: #33C3F0;
}

.menu .button:hover {
  color: inherit;
}


/* black navbar
----------------------------------------------- */

.dark.navbar {
  border-color: #333;
}

.dark.navbar,
.dark .dropdown li {
  background: #1b1b1b;
}

.dark .item {
  color: #999;
}

.dark.navbar a:hover,
.dark.navbar a:focus,
.dark .dropdown:hover {
  color: #1EAEDB;
}

.dark .button:hover {
  border-color: #1EAEDB;
}

.dark .menu-icon:before,
.dark .menu-icon:after {
  border-color: #ccc;
}

@media (max-width: 900px) {
  .menu.visible,
  .menu:target {
    position: absolute;
    top: 100%;
    float: none !important; /* without this it pushes below */
    /*right: 25px;*/
    z-index:1;
  }

  .menu.right.visible {
    right: 0;
    text-align: right;
  }

  .visible.menu li {
    min-width: 150px;
    background: #fff;
    display: block; /* or inherit */
  }

  .visible.menu .item {
    padding: 0 25px !important;
  }

  .dark.navbar .menu li {
    background: #1b1b1b;
  }
}

@media (max-width: 600px) {
  .menu.visible,
  .menu:target {
    display: inherit;
    /*width: 100%;*/
    top: 0;
    margin-left: -25px;
    margin-right: -25px;
    clear: both;
    position: relative;
    z-index: 1;
  }
}
/* dropdown
----------------------------------------------- */

.dropdown {
  position: relative;
}

.dropdown ul {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 3.5em;
  margin: 0em;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* ensure nested dropdowns use the full parent's width */
li.dropdown ul {
  min-width: 100%;
}

.dropdown li {
  z-index: 100;
  background-color: #fafafa;
  min-width: 150px;
  border: 1px solid #eee;
  border-bottom: none;
}

.dropdown ul .item {
  /*line-height: 40px;*/
}

.dropdown li:last-child {
  border-bottom: 1px solid #eee;
}

.dark .dropdown li {
  border-color: #111;
}

.right.dropdown ul {
  left: auto;
  right: 0;
}

.hover.dropdown:hover > .item {
  /* color: #1EAEDB; */
}

.dropdown.active ul,
.hover.dropdown:hover ul {
  display: block;
  visibility: visible;
}.transition_running.dropdown-menu-container {
  visibility: visible;
}

.dropdown-menu-container {
  transition: opacity .25s, transform .25s;
  opacity: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  transform: translate3d(0,-6px,0) scale3d(.95,.95,.95);
}

.dropdown-menu-container.right {
  right: 0;
}

/*
.fixed-dropdown .dropdown-menu-container {
  position: fixed;
  z-index: 11;
  margin-top: -21px;
  margin-left: 9px;
}
*/

.dropdown-menu-container.open {
  opacity: 1;
  transition: opacity .15s, transform .15s; /* appear */
  visibility: visible;
  transform: translate3d(0,0,0) scale3d(1,1,1);
}

.dropdown-menu {
  outline: none;
  pointer-events: auto;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  color: var(--button-color, rgb(9, 9, 11));
  padding: 4px;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 128px;
  width: 200px;
  z-index: 50;
  border-color: rgb(228, 228, 231);
  box-sizing: border-box;
  border: 1px solid rgb(228, 228, 231);
}

.dropdown-label {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
}

.dropdown-item,
.dropdown-item button {
  font-family: var(--button-font-family, Inter, Helvetica, Arial, sans-serif);
  font-weight: var(--button-font-weight, 400);
  font-size: 13px;
  line-height: 24px;
}

.dropdown-item {
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  outline: rgba(0, 0, 0, 0) solid 2px;
  outline-offset: 2px;

  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  align-items: center;
  user-select: none;
  cursor: default;
  display: flex;
  position: relative;
  cursor: pointer;
}

.dropdown-item form,
.dropdown-item button {
  margin: 0;
  width: 100%;
}

.dropdown-item button {
  color: var(--button-color, rgb(9, 9, 11));
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 0;
  cursor: pointer;
}

.dropdown-item a {
  text-decoration: none;
  color: currentColor;
  width: 100%;
}

.dropdown-item.disabled {
  color: #999;
  pointer-events: none;
}

.dropdown-radio-item,
.dropdown-checkbox-item {
  padding-right: 8px;
  padding-left: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-item:hover {
  color: hsl(240 5.9% 10%);
  background-color: hsl(240 4.8% 95.9%);
}

.dropdown-separator {
  background-color: rgb(244, 244, 245);
  height: 1px;
  margin-top: 4px -4px 4px -4px;
}

.dropdown-right-icon {
  width: 16px;
  height: 16px;
  margin-left: auto;
  border-color: rgb(228, 228, 231);
  display: block;
  vertical-align: middle;
}

/*
.dropdown-item-shortcut {
  opacity: 0.6;
  letter-spacing: 1.2px;
  font-size: 12px;
  line-height: 16px;
  margin-left: auto;
}

.dropdown-item-danger {
  color: rgb(220, 38, 38);
}

.dropdown-item-icon {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  left: 8px;
  position: absolute;
}

.dropdown-item-svg {
  width: 1rem;
  height: 16px;
  display: block;
  vertical-align: middle;
}

.dropdown-radio-item-svg {
  fill: rgb(9, 9, 11);
}
*//* menu icon, three dots & caret
----------------------------------------------- */

.menu-icon:before,
.menu-icon:after,
.three-dots:before,
.three-dots:after {
  display: inherit;
  position: relative;
  font-size: 18px;
  content: "";
  cursor: pointer;
  width: 20px;
  border-top: 2px solid #666;
}

.menu-icon:before {
  height: 4px;
  margin: 20px 25px 0;
  border-bottom: 2px solid #666;
}

.menu-icon:after {
  margin: 4px 25px 15px;
  height: 6px;
  border-top: 2px solid #666;
}

.right.menu-icon:before,
.right.menu-icon:after {
  margin-right: 0;
}

.left.menu-icon:before,
.left.menu-icon:after {
  margin-left: 0;
}

.three-dots {
  padding: 0 8px;
  line-height: 28px;
}

.three-dots:before,
.three-dots:after {
  width: 3px;
  border-top: 3px solid #666;
}

.three-dots:before {
  height: 3px;
  margin: 14px 0 0;
  border-bottom: 3px solid #666;
}

.three-dots:after {
  margin: 4px 0 8px -3px;
  border-top: 3px solid #666;
  height: 4px;
}

.three-dots:hover:before,
.three-dots:hover:after {
  border-color: #000;
}

.caret {
  display: inline-block;
  padding: 0;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin: 25px 8px 0;
}

.dark .caret {
  border-top-color: #666;
}

.dropdown:hover .caret {
  border-top-color: #000;
}

.dark .dropdown:hover .caret {
  border-top-color: #fff
}/* bg/cover
----------------------------------------------- */

/*

-- option 1: setting background via css:

  .wity-bg::after {
    background-image: url(some-image.png);
  }

  <div class="cover with-bg">
    <div class="centered">
      <h1>Hello!</h2>
      <p>This is some text.</p>
    </div>
  </div>

-- option 2: setting background via html:

  <div class="cover sm:bg-after dark">
    <div class="v-centered sm:centered">
      <h1>Hello!</h2>
      <p>This is some text.</p>
    </div>
    <div class="bg" style="background-image: url(some-image.png)"></div>
  </div>

*/

.cover,
.bg,
.bg-after::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: cover;
}

.bg, .bg-after::after {
  content: "";
  z-index: -1
}

.light.cover,
.light.bg,
.light.bg-after::after {
  background-color: rgba(255,255,255,0.75);
}

.dark.cover,
.dark.bg,
.dark.bg-after::after {
  color: #fff;
  background-color: rgba(0,0,0,0.75);
}