@charset "UTF-8";
*, *::after, *::before {
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  box-sizing: border-box; }

body {
  background-color: hsl(0, 0%, 100%); }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, form legend {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

button, input, textarea, select {
  margin: 0; }

.btn, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input::-ms-clear {
  display: none; }

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

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

[data-theme] {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 35%); }

.container {
  width: calc(100% - 2.5em);
  margin-left: auto;
  margin-right: auto; }

.max-width-xxxxs {
  max-width: 20rem; }

.max-width-xxxs {
  max-width: 26rem; }

.max-width-xxs {
  max-width: 32rem; }

.max-width-xs {
  max-width: 38rem; }

.max-width-sm {
  max-width: 48rem; }

.max-width-md {
  max-width: 64rem; }

.max-width-lg {
  max-width: 80rem; }

.max-width-xl {
  max-width: 90rem; }

.max-width-xxl {
  max-width: 100rem; }

.max-width-xxxl {
  max-width: 120rem; }

.max-width-xxxxl {
  max-width: 150rem; }

.max-width-adaptive-sm,
.max-width-adaptive-md,
.max-width-adaptive,
.max-width-adaptive-lg,
.max-width-adaptive-xl {
  max-width: 38rem; }

@media (min-width: 64rem) {
  .max-width-adaptive-sm {
    max-width: 48rem; }
  .max-width-adaptive-md,
  .max-width-adaptive,
  .max-width-adaptive-lg,
  .max-width-adaptive-xl {
    max-width: 64rem; } }

@media (min-width: 90rem) {
  .max-width-adaptive,
  .max-width-adaptive-lg {
    max-width: 80rem; }
  .max-width-adaptive-xl {
    max-width: 90rem; } }

.grid {
  display: flex;
  flex-wrap: wrap; }
  .grid > * {
    flex-basis: 100%; }

[class*="grid-gap"] {
  margin-bottom: -1em;
  margin-left: -1em; }
  [class*="grid-gap"] > * {
    margin-bottom: 1em;
    margin-left: 1em; }

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-1 {
  flex-basis: calc(8.33% - 0.01px - 1em);
  max-width: calc(8.33% - 0.01px - 1em); }

.col-2 {
  flex-basis: calc(16.66% - 0.01px - 1em);
  max-width: calc(16.66% - 0.01px - 1em); }

.col-3 {
  flex-basis: calc(25% - 0.01px - 1em);
  max-width: calc(25% - 0.01px - 1em); }

.col-4 {
  flex-basis: calc(33.33% - 0.01px - 1em);
  max-width: calc(33.33% - 0.01px - 1em); }

.col-5 {
  flex-basis: calc(41.66% - 0.01px - 1em);
  max-width: calc(41.66% - 0.01px - 1em); }

.col-6 {
  flex-basis: calc(50% - 0.01px - 1em);
  max-width: calc(50% - 0.01px - 1em); }

.col-7 {
  flex-basis: calc(58.33% - 0.01px - 1em);
  max-width: calc(58.33% - 0.01px - 1em); }

.col-8 {
  flex-basis: calc(66.66% - 0.01px - 1em);
  max-width: calc(66.66% - 0.01px - 1em); }

.col-9 {
  flex-basis: calc(75% - 0.01px - 1em);
  max-width: calc(75% - 0.01px - 1em); }

.col-10 {
  flex-basis: calc(83.33% - 0.01px - 1em);
  max-width: calc(83.33% - 0.01px - 1em); }

.col-11 {
  flex-basis: calc(91.66% - 0.01px - 1em);
  max-width: calc(91.66% - 0.01px - 1em); }

.col-12 {
  flex-basis: calc(100% - 0.01px - 1em);
  max-width: calc(100% - 0.01px - 1em); }

@media (min-width: 42rem) {
  .col\@xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@xs {
    flex-basis: calc(8.33% - 0.01px - 1em);
    max-width: calc(8.33% - 0.01px - 1em); }
  .col-2\@xs {
    flex-basis: calc(16.66% - 0.01px - 1em);
    max-width: calc(16.66% - 0.01px - 1em); }
  .col-3\@xs {
    flex-basis: calc(25% - 0.01px - 1em);
    max-width: calc(25% - 0.01px - 1em); }
  .col-4\@xs {
    flex-basis: calc(33.33% - 0.01px - 1em);
    max-width: calc(33.33% - 0.01px - 1em); }
  .col-5\@xs {
    flex-basis: calc(41.66% - 0.01px - 1em);
    max-width: calc(41.66% - 0.01px - 1em); }
  .col-6\@xs {
    flex-basis: calc(50% - 0.01px - 1em);
    max-width: calc(50% - 0.01px - 1em); }
  .col-7\@xs {
    flex-basis: calc(58.33% - 0.01px - 1em);
    max-width: calc(58.33% - 0.01px - 1em); }
  .col-8\@xs {
    flex-basis: calc(66.66% - 0.01px - 1em);
    max-width: calc(66.66% - 0.01px - 1em); }
  .col-9\@xs {
    flex-basis: calc(75% - 0.01px - 1em);
    max-width: calc(75% - 0.01px - 1em); }
  .col-10\@xs {
    flex-basis: calc(83.33% - 0.01px - 1em);
    max-width: calc(83.33% - 0.01px - 1em); }
  .col-11\@xs {
    flex-basis: calc(91.66% - 0.01px - 1em);
    max-width: calc(91.66% - 0.01px - 1em); }
  .col-12\@xs {
    flex-basis: calc(100% - 0.01px - 1em);
    max-width: calc(100% - 0.01px - 1em); } }

@media (min-width: 48rem) {
  .col\@sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@sm {
    flex-basis: calc(8.33% - 0.01px - 1em);
    max-width: calc(8.33% - 0.01px - 1em); }
  .col-2\@sm {
    flex-basis: calc(16.66% - 0.01px - 1em);
    max-width: calc(16.66% - 0.01px - 1em); }
  .col-3\@sm {
    flex-basis: calc(25% - 0.01px - 1em);
    max-width: calc(25% - 0.01px - 1em); }
  .col-4\@sm {
    flex-basis: calc(33.33% - 0.01px - 1em);
    max-width: calc(33.33% - 0.01px - 1em); }
  .col-5\@sm {
    flex-basis: calc(41.66% - 0.01px - 1em);
    max-width: calc(41.66% - 0.01px - 1em); }
  .col-6\@sm {
    flex-basis: calc(50% - 0.01px - 1em);
    max-width: calc(50% - 0.01px - 1em); }
  .col-7\@sm {
    flex-basis: calc(58.33% - 0.01px - 1em);
    max-width: calc(58.33% - 0.01px - 1em); }
  .col-8\@sm {
    flex-basis: calc(66.66% - 0.01px - 1em);
    max-width: calc(66.66% - 0.01px - 1em); }
  .col-9\@sm {
    flex-basis: calc(75% - 0.01px - 1em);
    max-width: calc(75% - 0.01px - 1em); }
  .col-10\@sm {
    flex-basis: calc(83.33% - 0.01px - 1em);
    max-width: calc(83.33% - 0.01px - 1em); }
  .col-11\@sm {
    flex-basis: calc(91.66% - 0.01px - 1em);
    max-width: calc(91.66% - 0.01px - 1em); }
  .col-12\@sm {
    flex-basis: calc(100% - 0.01px - 1em);
    max-width: calc(100% - 0.01px - 1em); } }

@media (min-width: 64rem) {
  .col\@md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@md {
    flex-basis: calc(8.33% - 0.01px - 1em);
    max-width: calc(8.33% - 0.01px - 1em); }
  .col-2\@md {
    flex-basis: calc(16.66% - 0.01px - 1em);
    max-width: calc(16.66% - 0.01px - 1em); }
  .col-3\@md {
    flex-basis: calc(25% - 0.01px - 1em);
    max-width: calc(25% - 0.01px - 1em); }
  .col-4\@md {
    flex-basis: calc(33.33% - 0.01px - 1em);
    max-width: calc(33.33% - 0.01px - 1em); }
  .col-5\@md {
    flex-basis: calc(41.66% - 0.01px - 1em);
    max-width: calc(41.66% - 0.01px - 1em); }
  .col-6\@md {
    flex-basis: calc(50% - 0.01px - 1em);
    max-width: calc(50% - 0.01px - 1em); }
  .col-7\@md {
    flex-basis: calc(58.33% - 0.01px - 1em);
    max-width: calc(58.33% - 0.01px - 1em); }
  .col-8\@md {
    flex-basis: calc(66.66% - 0.01px - 1em);
    max-width: calc(66.66% - 0.01px - 1em); }
  .col-9\@md {
    flex-basis: calc(75% - 0.01px - 1em);
    max-width: calc(75% - 0.01px - 1em); }
  .col-10\@md {
    flex-basis: calc(83.33% - 0.01px - 1em);
    max-width: calc(83.33% - 0.01px - 1em); }
  .col-11\@md {
    flex-basis: calc(91.66% - 0.01px - 1em);
    max-width: calc(91.66% - 0.01px - 1em); }
  .col-12\@md {
    flex-basis: calc(100% - 0.01px - 1em);
    max-width: calc(100% - 0.01px - 1em); } }

@media (min-width: 80rem) {
  .col\@lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@lg {
    flex-basis: calc(8.33% - 0.01px - 1em);
    max-width: calc(8.33% - 0.01px - 1em); }
  .col-2\@lg {
    flex-basis: calc(16.66% - 0.01px - 1em);
    max-width: calc(16.66% - 0.01px - 1em); }
  .col-3\@lg {
    flex-basis: calc(25% - 0.01px - 1em);
    max-width: calc(25% - 0.01px - 1em); }
  .col-4\@lg {
    flex-basis: calc(33.33% - 0.01px - 1em);
    max-width: calc(33.33% - 0.01px - 1em); }
  .col-5\@lg {
    flex-basis: calc(41.66% - 0.01px - 1em);
    max-width: calc(41.66% - 0.01px - 1em); }
  .col-6\@lg {
    flex-basis: calc(50% - 0.01px - 1em);
    max-width: calc(50% - 0.01px - 1em); }
  .col-7\@lg {
    flex-basis: calc(58.33% - 0.01px - 1em);
    max-width: calc(58.33% - 0.01px - 1em); }
  .col-8\@lg {
    flex-basis: calc(66.66% - 0.01px - 1em);
    max-width: calc(66.66% - 0.01px - 1em); }
  .col-9\@lg {
    flex-basis: calc(75% - 0.01px - 1em);
    max-width: calc(75% - 0.01px - 1em); }
  .col-10\@lg {
    flex-basis: calc(83.33% - 0.01px - 1em);
    max-width: calc(83.33% - 0.01px - 1em); }
  .col-11\@lg {
    flex-basis: calc(91.66% - 0.01px - 1em);
    max-width: calc(91.66% - 0.01px - 1em); }
  .col-12\@lg {
    flex-basis: calc(100% - 0.01px - 1em);
    max-width: calc(100% - 0.01px - 1em); } }

@media (min-width: 90rem) {
  .col\@xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-1\@xl {
    flex-basis: calc(8.33% - 0.01px - 1em);
    max-width: calc(8.33% - 0.01px - 1em); }
  .col-2\@xl {
    flex-basis: calc(16.66% - 0.01px - 1em);
    max-width: calc(16.66% - 0.01px - 1em); }
  .col-3\@xl {
    flex-basis: calc(25% - 0.01px - 1em);
    max-width: calc(25% - 0.01px - 1em); }
  .col-4\@xl {
    flex-basis: calc(33.33% - 0.01px - 1em);
    max-width: calc(33.33% - 0.01px - 1em); }
  .col-5\@xl {
    flex-basis: calc(41.66% - 0.01px - 1em);
    max-width: calc(41.66% - 0.01px - 1em); }
  .col-6\@xl {
    flex-basis: calc(50% - 0.01px - 1em);
    max-width: calc(50% - 0.01px - 1em); }
  .col-7\@xl {
    flex-basis: calc(58.33% - 0.01px - 1em);
    max-width: calc(58.33% - 0.01px - 1em); }
  .col-8\@xl {
    flex-basis: calc(66.66% - 0.01px - 1em);
    max-width: calc(66.66% - 0.01px - 1em); }
  .col-9\@xl {
    flex-basis: calc(75% - 0.01px - 1em);
    max-width: calc(75% - 0.01px - 1em); }
  .col-10\@xl {
    flex-basis: calc(83.33% - 0.01px - 1em);
    max-width: calc(83.33% - 0.01px - 1em); }
  .col-11\@xl {
    flex-basis: calc(91.66% - 0.01px - 1em);
    max-width: calc(91.66% - 0.01px - 1em); }
  .col-12\@xl {
    flex-basis: calc(100% - 0.01px - 1em);
    max-width: calc(100% - 0.01px - 1em); } }

body {
  font-size: 1em;
  font-family: "Sofia Pro", sans-serif;
  color: hsl(0, 0%, 35%);
  font-weight: 300; }

h1, h2, h3, h4 {
  color: hsl(0, 0%, 23%);
  line-height: 1.2; }

.text-xxxl {
  font-size: 2.48832em; }

h1, .text-xxl {
  font-size: 2.0736em;
  font-weight: normal; }

h2, .text-xl {
  font-size: 1.728em;
  font-weight: normal; }

h3, .text-lg {
  font-size: 1.44em;
  font-weight: bold; }

h4, .text-md {
  font-size: 1.2em;
  font-weight: normal; }

small, .text-sm {
  font-size: 0.83333em; }

.text-xs {
  font-size: 0.69444em; }

a {
  text-decoration: none; }

.link {
  color: hsl(198, 98%, 43%);
  text-decoration: underline; }

strong, .text-bold {
  font-weight: bold; }

strong, .text-medium {
  font-weight: normal; }

s {
  text-decoration: line-through; }

u, .text-underline {
  text-decoration: underline; }
  .text-component h1, .text-component h2, .text-component h3, .text-component h4 {
    line-height: 1.2;
    margin-bottom: 0.25rem; }
  .text-component h2, .text-component h3, .text-component h4 {
    margin-top: 0.75rem; }
  .text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
    line-height: 1.4; }
  .text-component ul, .text-component ol, .text-component p, .text-component blockquote, .text-component .text-component__block {
    margin-bottom: 0.75rem; }
  .text-component ul, .text-component ol {
    padding-left: 1em; }
  .text-component ul {
    list-style-type: disc; }
  .text-component ol {
    list-style-type: decimal; }
  .text-component img {
    display: block;
    margin: 0 auto; }
  .text-component figcaption {
    text-align: center;
    margin-top: 0.5rem; }
  .text-component em {
    font-style: italic; }
  .text-component hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto; }
  .text-component > *:first-child {
    margin-top: 0; }
  .text-component > *:last-child {
    margin-bottom: 0; }

.text-component__block--full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw); }

@media (min-width: 48rem) {
  .text-component__block--left,
  .text-component__block--right {
    width: 45%; }
    .text-component__block--left img,
    .text-component__block--right img {
      width: 100%; }
  .text-component__block--left {
    float: left;
    margin-right: 0.75rem; }
  .text-component__block--right {
    float: right;
    margin-left: 0.75rem; } }

@media (min-width: 90rem) {
  .text-component__block--outset {
    width: calc(100% + 10.5rem); }
    .text-component__block--outset img {
      width: 100%; }
  .text-component__block--outset:not(.text-component__block--right) {
    margin-left: -5.25rem; }
  .text-component__block--left, .text-component__block--right {
    width: 50%; }
  .text-component__block--right.text-component__block--outset {
    margin-right: -5.25rem; } }

.icon {
  display: inline-block;
  color: inherit;
  fill: currentColor;
  height: 1em;
  width: 1em;
  line-height: 1;
  flex-shrink: 0; }

.icon--xxs {
  font-size: 12px; }

.icon--xs {
  font-size: 16px; }

.icon--sm {
  font-size: 24px; }

.icon--md {
  font-size: 32px; }

.icon--lg {
  font-size: 48px; }

.icon--xl {
  font-size: 64px; }

.icon--xxl {
  font-size: 128px; }

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

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.icon use {
  color: inherit;
  fill: currentColor; }

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25em; }

.btn--primary {
  background-color: hsl(198, 98%, 43%);
  color: hsl(0, 0%, 100%); }

.btn--subtle {
  background-color: hsl(0, 0%, 82%);
  color: hsl(0, 0%, 23%); }

.btn--accent {
  background-color: hsl(6, 95%, 60%);
  color: hsl(0, 0%, 100%); }

.btn--sm {
  font-size: 0.8em; }

.btn--md {
  font-size: 1.2em; }

.btn--lg {
  font-size: 1.4em; }

.btn--icon {
  padding: 0.5rem; }

.form-control {
  background-color: hsl(0, 0%, 96%);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.25em; }
  .form-control::-webkit-input-placeholder {
    color: hsl(0, 0%, 54%); }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: hsl(0, 0%, 54%); }
  .form-control:-ms-input-placeholder {
    color: hsl(0, 0%, 54%); }
  .form-control:-moz-placeholder {
    color: hsl(0, 0%, 54%); }

.form-legend {
  color: hsl(0, 0%, 23%);
  line-height: 1.2;
  font-size: 1.2em;
  margin-bottom: 0.375rem; }

.form-label {
  display: inline-block;
  font-size: 0.83333em; }

@media not all and (min-width: 42rem) {
  .display\@xs {
    display: none !important; } }

@media (min-width: 42rem) {
  .hide\@xs {
    display: none !important; } }

@media not all and (min-width: 48rem) {
  .display\@sm {
    display: none !important; } }

@media (min-width: 48rem) {
  .hide\@sm {
    display: none !important; } }

@media not all and (min-width: 64rem) {
  .display\@md {
    display: none !important; } }

@media (min-width: 64rem) {
  .hide\@md {
    display: none !important; } }

@media not all and (min-width: 80rem) {
  .display\@lg {
    display: none !important; } }

@media (min-width: 80rem) {
  .hide\@lg {
    display: none !important; } }

@media not all and (min-width: 90rem) {
  .display\@xl {
    display: none !important; } }

@media (min-width: 90rem) {
  .hide\@xl {
    display: none !important; } }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

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

.flex {
  display: flex; }

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

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

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

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

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

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

.flex-center {
  justify-content: center;
  align-items: center; }

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

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

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

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

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

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

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

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

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

.flex-basis-0 {
  flex-basis: 0; }

.flex-gap-xxxs {
  margin-bottom: -0.25rem;
  margin-left: -0.25rem; }
  .flex-gap-xxxs > * {
    margin-bottom: 0.25rem;
    margin-left: 0.25rem; }

.flex-gap-xxs {
  margin-bottom: -0.375rem;
  margin-left: -0.375rem; }
  .flex-gap-xxs > * {
    margin-bottom: 0.375rem;
    margin-left: 0.375rem; }

.flex-gap-xs {
  margin-bottom: -0.5rem;
  margin-left: -0.5rem; }
  .flex-gap-xs > * {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem; }

.flex-gap-sm {
  margin-bottom: -0.75rem;
  margin-left: -0.75rem; }
  .flex-gap-sm > * {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.flex-gap-md {
  margin-bottom: -1.25rem;
  margin-left: -1.25rem; }
  .flex-gap-md > * {
    margin-bottom: 1.25rem;
    margin-left: 1.25rem; }

.flex-gap-lg {
  margin-bottom: -2rem;
  margin-left: -2rem; }
  .flex-gap-lg > * {
    margin-bottom: 2rem;
    margin-left: 2rem; }

.flex-gap-xl {
  margin-bottom: -3.25rem;
  margin-left: -3.25rem; }
  .flex-gap-xl > * {
    margin-bottom: 3.25rem;
    margin-left: 3.25rem; }

.flex-gap-xxl {
  margin-bottom: -5.25rem;
  margin-left: -5.25rem; }
  .flex-gap-xxl > * {
    margin-bottom: 5.25rem;
    margin-left: 5.25rem; }

.flex-gap-xxxl {
  margin-bottom: -8.5rem;
  margin-left: -8.5rem; }
  .flex-gap-xxxl > * {
    margin-bottom: 8.5rem;
    margin-left: 8.5rem; }

.block {
  display: block; }

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

.inline {
  display: inline; }

.margin-xxxxs {
  margin: 0.125rem; }

.margin-xxxs {
  margin: 0.25rem; }

.margin-xxs {
  margin: 0.375rem; }

.margin-xs {
  margin: 0.5rem; }

.margin-sm {
  margin: 0.75rem; }

.margin-md {
  margin: 1.25rem; }

.margin-lg {
  margin: 2rem; }

.margin-xl {
  margin: 3.25rem; }

.margin-xxl {
  margin: 5.25rem; }

.margin-xxxl {
  margin: 8.5rem; }

.margin-xxxxl {
  margin: 13.75rem; }

.margin-auto {
  margin: auto; }

.margin-top-xxxxs {
  margin-top: 0.125rem; }

.margin-top-xxxs {
  margin-top: 0.25rem; }

.margin-top-xxs {
  margin-top: 0.375rem; }

.margin-top-xs {
  margin-top: 0.5rem; }

.margin-top-sm {
  margin-top: 0.75rem; }

.margin-top-md {
  margin-top: 1.25rem; }

.margin-top-lg {
  margin-top: 2rem; }

.margin-top-xl {
  margin-top: 3.25rem; }

.margin-top-xxl {
  margin-top: 5.25rem; }

.margin-top-xxxl {
  margin-top: 8.5rem; }

.margin-top-xxxxl {
  margin-top: 13.75rem; }

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

.margin-bottom-xxxxs {
  margin-bottom: 0.125rem; }

.margin-bottom-xxxs {
  margin-bottom: 0.25rem; }

.margin-bottom-xxs {
  margin-bottom: 0.375rem; }

.margin-bottom-xs {
  margin-bottom: 0.5rem; }

.margin-bottom-sm {
  margin-bottom: 0.75rem; }

.margin-bottom-md {
  margin-bottom: 1.25rem; }

.margin-bottom-lg {
  margin-bottom: 2rem; }

.margin-bottom-xl {
  margin-bottom: 3.25rem; }

.margin-bottom-xxl {
  margin-bottom: 5.25rem; }

.margin-bottom-xxxl {
  margin-bottom: 8.5rem; }

.margin-bottom-xxxxl {
  margin-bottom: 13.75rem; }

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

.margin-right-xxxxs {
  margin-right: 0.125rem; }

.margin-right-xxxs {
  margin-right: 0.25rem; }

.margin-right-xxs {
  margin-right: 0.375rem; }

.margin-right-xs {
  margin-right: 0.5rem; }

.margin-right-sm {
  margin-right: 0.75rem; }

.margin-right-md {
  margin-right: 1.25rem; }

.margin-right-lg {
  margin-right: 2rem; }

.margin-right-xl {
  margin-right: 3.25rem; }

.margin-right-xxl {
  margin-right: 5.25rem; }

.margin-right-xxxl {
  margin-right: 8.5rem; }

.margin-right-xxxxl {
  margin-right: 13.75rem; }

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

.margin-left-xxxxs {
  margin-left: 0.125rem; }

.margin-left-xxxs {
  margin-left: 0.25rem; }

.margin-left-xxs {
  margin-left: 0.375rem; }

.margin-left-xs {
  margin-left: 0.5rem; }

.margin-left-sm {
  margin-left: 0.75rem; }

.margin-left-md {
  margin-left: 1.25rem; }

.margin-left-lg {
  margin-left: 2rem; }

.margin-left-xl {
  margin-left: 3.25rem; }

.margin-left-xxl {
  margin-left: 5.25rem; }

.margin-left-xxxl {
  margin-left: 8.5rem; }

.margin-left-xxxxl {
  margin-left: 13.75rem; }

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

.margin-x-xxxxs {
  margin-left: 0.125rem;
  margin-right: 0.125rem; }

.margin-x-xxxs {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.margin-x-xxs {
  margin-left: 0.375rem;
  margin-right: 0.375rem; }

.margin-x-xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.margin-x-sm {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.margin-x-md {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }

.margin-x-lg {
  margin-left: 2rem;
  margin-right: 2rem; }

.margin-x-xl {
  margin-left: 3.25rem;
  margin-right: 3.25rem; }

.margin-x-xxl {
  margin-left: 5.25rem;
  margin-right: 5.25rem; }

.margin-x-xxxl {
  margin-left: 8.5rem;
  margin-right: 8.5rem; }

.margin-x-xxxxl {
  margin-left: 13.75rem;
  margin-right: 13.75rem; }

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

.margin-y-xxxxs {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem; }

.margin-y-xxxs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.margin-y-xxs {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem; }

.margin-y-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.margin-y-sm {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.margin-y-md {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.margin-y-lg {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.margin-y-xl {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem; }

.margin-y-xxl {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem; }

.margin-y-xxxl {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem; }

.margin-y-xxxxl {
  margin-top: 13.75rem;
  margin-bottom: 13.75rem; }

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

.padding-xxxxs {
  padding: 0.125rem; }

.padding-xxxs {
  padding: 0.25rem; }

.padding-xxs {
  padding: 0.375rem; }

.padding-xs {
  padding: 0.5rem; }

.padding-sm {
  padding: 0.75rem; }

.padding-md {
  padding: 1.25rem; }

.padding-lg {
  padding: 2rem; }

.padding-xl {
  padding: 3.25rem; }

.padding-xxl {
  padding: 5.25rem; }

.padding-xxxl {
  padding: 8.5rem; }

.padding-xxxxl {
  padding: 13.75rem; }

.padding-component {
  padding: 1.25em; }

.padding-top-xxxxs {
  padding-top: 0.125rem; }

.padding-top-xxxs {
  padding-top: 0.25rem; }

.padding-top-xxs {
  padding-top: 0.375rem; }

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

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

.padding-top-md {
  padding-top: 1.25rem; }

.padding-top-lg {
  padding-top: 2rem; }

.padding-top-xl {
  padding-top: 3.25rem; }

.padding-top-xxl {
  padding-top: 5.25rem; }

.padding-top-xxxl {
  padding-top: 8.5rem; }

.padding-top-xxxxl {
  padding-top: 13.75rem; }

.padding-top-component {
  padding-top: 1.25em; }

.padding-bottom-xxxxs {
  padding-bottom: 0.125rem; }

.padding-bottom-xxxs {
  padding-bottom: 0.25rem; }

.padding-bottom-xxs {
  padding-bottom: 0.375rem; }

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

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

.padding-bottom-md {
  padding-bottom: 1.25rem; }

.padding-bottom-lg {
  padding-bottom: 2rem; }

.padding-bottom-xl {
  padding-bottom: 3.25rem; }

.padding-bottom-xxl {
  padding-bottom: 5.25rem; }

.padding-bottom-xxxl {
  padding-bottom: 8.5rem; }

.padding-bottom-xxxxl {
  padding-bottom: 13.75rem; }

.padding-bottom-component {
  padding-bottom: 1.25em; }

.padding-right-xxxxs {
  padding-right: 0.125rem; }

.padding-right-xxxs {
  padding-right: 0.25rem; }

.padding-right-xxs {
  padding-right: 0.375rem; }

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

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

.padding-right-md {
  padding-right: 1.25rem; }

.padding-right-lg {
  padding-right: 2rem; }

.padding-right-xl {
  padding-right: 3.25rem; }

.padding-right-xxl {
  padding-right: 5.25rem; }

.padding-right-xxxl {
  padding-right: 8.5rem; }

.padding-right-xxxxl {
  padding-right: 13.75rem; }

.padding-right-component {
  padding-right: 1.25em; }

.padding-left-xxxxs {
  padding-left: 0.125rem; }

.padding-left-xxxs {
  padding-left: 0.25rem; }

.padding-left-xxs {
  padding-left: 0.375rem; }

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

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

.padding-left-md {
  padding-left: 1.25rem; }

.padding-left-lg {
  padding-left: 2rem; }

.padding-left-xl {
  padding-left: 3.25rem; }

.padding-left-xxl {
  padding-left: 5.25rem; }

.padding-left-xxxl {
  padding-left: 8.5rem; }

.padding-left-xxxxl {
  padding-left: 13.75rem; }

.padding-left-component {
  padding-left: 1.25em; }

.padding-x-xxxxs {
  padding-left: 0.125rem;
  padding-right: 0.125rem; }

.padding-x-xxxs {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.padding-x-xxs {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.padding-x-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.padding-x-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.padding-x-md {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.padding-x-lg {
  padding-left: 2rem;
  padding-right: 2rem; }

.padding-x-xl {
  padding-left: 3.25rem;
  padding-right: 3.25rem; }

.padding-x-xxl {
  padding-left: 5.25rem;
  padding-right: 5.25rem; }

.padding-x-xxxl {
  padding-left: 8.5rem;
  padding-right: 8.5rem; }

.padding-x-xxxxl {
  padding-left: 13.75rem;
  padding-right: 13.75rem; }

.padding-x-component {
  padding-left: 1.25em;
  padding-right: 1.25em; }

.padding-y-xxxxs {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

.padding-y-xxxs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.padding-y-xxs {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.padding-y-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.padding-y-sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.padding-y-md {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.padding-y-lg {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padding-y-xl {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem; }

.padding-y-xxl {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem; }

.padding-y-xxxl {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem; }

.padding-y-xxxxl {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem; }

.padding-y-component {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

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

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

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

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

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

.text-replace {
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap; }

.text-nowrap {
  white-space: nowrap; }

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

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

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

.color-inherit {
  color: inherit; }

.color-bg {
  color: hsl(0, 0%, 96%); }

.color-contrast-lower {
  color: hsl(0, 0%, 91%); }

.color-contrast-low {
  color: hsl(0, 0%, 82%); }

.color-contrast-medium {
  color: hsl(0, 0%, 54%); }

.color-contrast-high {
  color: hsl(0, 0%, 35%); }

.color-contrast-higher {
  color: hsl(0, 0%, 23%); }

.color-primary {
  color: hsl(198, 98%, 43%); }

.color-accent {
  color: hsl(6, 95%, 60%); }

.color-success {
  color: hsl(94, 48%, 56%); }

.color-warning {
  color: hsl(46, 100%, 61%); }

.color-error {
  color: hsl(6, 95%, 60%); }

.color-white {
  color: hsl(0, 0%, 100%); }

.color-black {
  color: hsl(0, 0%, 0%); }

.width-xxxxs {
  width: 0.25rem; }

.width-xxxs {
  width: 0.5rem; }

.width-xxs {
  width: 0.75rem; }

.width-xs {
  width: 1rem; }

.width-sm {
  width: 1.5rem; }

.width-md {
  width: 2rem; }

.width-lg {
  width: 3rem; }

.width-xl {
  width: 4rem; }

.width-xxl {
  width: 6rem; }

.width-xxxl {
  width: 8rem; }

.width-xxxxl {
  width: 16rem; }

.width-10\% {
  width: 10%; }

.width-20\% {
  width: 20%; }

.width-25\% {
  width: 25%; }

.width-30\% {
  width: 30%; }

.width-33\% {
  width: 33.33333%; }

.width-40\% {
  width: 40%; }

.width-50\% {
  width: 50%; }

.width-60\% {
  width: 60%; }

.width-66\% {
  width: 66.66667%; }

.width-70\% {
  width: 70%; }

.width-75\% {
  width: 75%; }

.width-80\% {
  width: 80%; }

.width-90\% {
  width: 90%; }

.width-100\% {
  width: 100%; }

.height-xxxxs {
  height: 0.25rem; }

.height-xxxs {
  height: 0.5rem; }

.height-xxs {
  height: 0.75rem; }

.height-xs {
  height: 1rem; }

.height-sm {
  height: 1.5rem; }

.height-md {
  height: 2rem; }

.height-lg {
  height: 3rem; }

.height-xl {
  height: 4rem; }

.height-xxl {
  height: 6rem; }

.height-xxxl {
  height: 8rem; }

.height-xxxxl {
  height: 16rem; }

.height-10\% {
  height: 10%; }

.height-20\% {
  height: 20%; }

.height-25\% {
  height: 25%; }

.height-30\% {
  height: 30%; }

.height-33\% {
  height: 33.33333%; }

.height-40\% {
  height: 40%; }

.height-50\% {
  height: 50%; }

.height-60\% {
  height: 60%; }

.height-66\% {
  height: 66.66667%; }

.height-70\% {
  height: 70%; }

.height-75\% {
  height: 75%; }

.height-80\% {
  height: 80%; }

.height-90\% {
  height: 90%; }

.height-100\% {
  height: 100%; }

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

.min-width-25\% {
  min-width: 25%; }

.min-width-33\% {
  min-width: 33.33333%; }

.min-width-50\% {
  min-width: 50%; }

.min-width-66\% {
  min-width: 66.66667%; }

.min-width-75\% {
  min-width: 75%; }

.min-width-100\% {
  min-width: 100%; }

.media-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .media-wrapper iframe, .media-wrapper video, .media-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .media-wrapper video, .media-wrapper img {
    -o-object-fit: cover;
       object-fit: cover; }

.media-wrapper--4\:3 {
  padding-bottom: 75%; }

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

.border {
  border: 1px solid hsl(0, 0%, 82%); }

.border-top {
  border-top: 1px solid hsl(0, 0%, 82%); }

.border-bottom {
  border-bottom: 1px solid hsl(0, 0%, 82%); }

.border-left {
  border-left: 1px solid hsl(0, 0%, 82%); }

.border-right {
  border-right: 1px solid hsl(0, 0%, 82%); }

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

.border-contrast-lower {
  border-color: hsl(0, 0%, 91%); }

.border-contrast-medium {
  border-color: hsl(0, 0%, 54%); }

.border-bg {
  border-color: hsl(0, 0%, 96%); }

.radius-sm {
  border-radius: 0.25em; }

.radius-md {
  border-radius: 0.25em; }

.radius-lg {
  border-radius: 0.25em; }

.shadow-xs {
  box-shadow: undefined; }

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

.shadow-md {
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15); }

.shadow-lg {
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1); }

.shadow-xl {
  box-shadow: undefined; }

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

.bg {
  background-color: hsl(0, 0%, 96%); }

.bg-contrast-lower {
  background-color: hsl(0, 0%, 91%); }

.bg-contrast-low {
  background-color: hsl(0, 0%, 82%); }

.bg-contrast-medium {
  background-color: hsl(0, 0%, 54%); }

.bg-contrast-high {
  background-color: hsl(0, 0%, 35%); }

.bg-contrast-higher {
  background-color: hsl(0, 0%, 23%); }

.bg-primary {
  background-color: hsl(198, 98%, 43%); }

.bg-accent {
  background-color: hsl(6, 95%, 60%); }

.bg-success {
  background-color: hsl(94, 48%, 56%); }

.bg-warning {
  background-color: hsl(46, 100%, 61%); }

.bg-error {
  background-color: hsl(6, 95%, 60%); }

.bg-white {
  background-color: hsl(0, 0%, 100%); }

.bg-black {
  background-color: hsl(0, 0%, 0%); }

@media (min-width: 42rem) {
  .flex\@xs {
    display: flex; }
  .inline-flex\@xs {
    display: inline-flex; }
  .flex-wrap\@xs {
    flex-wrap: wrap; }
  .flex-column\@xs {
    flex-direction: column; }
  .flex-column-reverse\@xs {
    flex-direction: column-reverse; }
  .flex-row\@xs {
    flex-direction: row; }
  .flex-row-reverse\@xs {
    flex-direction: row-reverse; }
  .flex-center\@xs {
    justify-content: center;
    align-items: center; }
  .justify-start\@xs {
    justify-content: flex-start; }
  .justify-end\@xs {
    justify-content: flex-end; }
  .justify-center\@xs {
    justify-content: center; }
  .justify-between\@xs {
    justify-content: space-between; }
  .items-center\@xs {
    align-items: center; }
  .items-start\@xs {
    align-items: flex-start; }
  .items-end\@xs {
    align-items: flex-end; }
  .block\@xs {
    display: block; }
  .inline-block\@xs {
    display: inline-block; }
  .inline\@xs {
    display: inline; }
  .text-center\@xs {
    text-align: center; }
  .text-left\@xs {
    text-align: left; }
  .text-right\@xs {
    text-align: right; }
  .hide\@xs {
    display: none !important; } }

@media (min-width: 48rem) {
  .flex\@sm {
    display: flex; }
  .inline-flex\@sm {
    display: inline-flex; }
  .flex-wrap\@sm {
    flex-wrap: wrap; }
  .flex-column\@sm {
    flex-direction: column; }
  .flex-column-reverse\@sm {
    flex-direction: column-reverse; }
  .flex-row\@sm {
    flex-direction: row; }
  .flex-row-reverse\@sm {
    flex-direction: row-reverse; }
  .flex-center\@sm {
    justify-content: center;
    align-items: center; }
  .justify-start\@sm {
    justify-content: flex-start; }
  .justify-end\@sm {
    justify-content: flex-end; }
  .justify-center\@sm {
    justify-content: center; }
  .justify-between\@sm {
    justify-content: space-between; }
  .items-center\@sm {
    align-items: center; }
  .items-start\@sm {
    align-items: flex-start; }
  .items-end\@sm {
    align-items: flex-end; }
  .block\@sm {
    display: block; }
  .inline-block\@sm {
    display: inline-block; }
  .inline\@sm {
    display: inline; }
  .text-center\@sm {
    text-align: center; }
  .text-left\@sm {
    text-align: left; }
  .text-right\@sm {
    text-align: right; }
  .hide\@sm {
    display: none !important; } }

@media (min-width: 64rem) {
  .flex\@md {
    display: flex; }
  .inline-flex\@md {
    display: inline-flex; }
  .flex-wrap\@md {
    flex-wrap: wrap; }
  .flex-column\@md {
    flex-direction: column; }
  .flex-column-reverse\@md {
    flex-direction: column-reverse; }
  .flex-row\@md {
    flex-direction: row; }
  .flex-row-reverse\@md {
    flex-direction: row-reverse; }
  .flex-center\@md {
    justify-content: center;
    align-items: center; }
  .justify-start\@md {
    justify-content: flex-start; }
  .justify-end\@md {
    justify-content: flex-end; }
  .justify-center\@md {
    justify-content: center; }
  .justify-between\@md {
    justify-content: space-between; }
  .items-center\@md {
    align-items: center; }
  .items-start\@md {
    align-items: flex-start; }
  .items-end\@md {
    align-items: flex-end; }
  .block\@md {
    display: block; }
  .inline-block\@md {
    display: inline-block; }
  .inline\@md {
    display: inline; }
  .text-center\@md {
    text-align: center; }
  .text-left\@md {
    text-align: left; }
  .text-right\@md {
    text-align: right; }
  .hide\@md {
    display: none !important; } }

@media (min-width: 80rem) {
  .flex\@lg {
    display: flex; }
  .inline-flex\@lg {
    display: inline-flex; }
  .flex-wrap\@lg {
    flex-wrap: wrap; }
  .flex-column\@lg {
    flex-direction: column; }
  .flex-column-reverse\@lg {
    flex-direction: column-reverse; }
  .flex-row\@lg {
    flex-direction: row; }
  .flex-row-reverse\@lg {
    flex-direction: row-reverse; }
  .flex-center\@lg {
    justify-content: center;
    align-items: center; }
  .justify-start\@lg {
    justify-content: flex-start; }
  .justify-end\@lg {
    justify-content: flex-end; }
  .justify-center\@lg {
    justify-content: center; }
  .justify-between\@lg {
    justify-content: space-between; }
  .items-center\@lg {
    align-items: center; }
  .items-start\@lg {
    align-items: flex-start; }
  .items-end\@lg {
    align-items: flex-end; }
  .block\@lg {
    display: block; }
  .inline-block\@lg {
    display: inline-block; }
  .inline\@lg {
    display: inline; }
  .text-center\@lg {
    text-align: center; }
  .text-left\@lg {
    text-align: left; }
  .text-right\@lg {
    text-align: right; }
  .hide\@lg {
    display: none !important; } }

@media (min-width: 90rem) {
  .flex\@xl {
    display: flex; }
  .inline-flex\@xl {
    display: inline-flex; }
  .flex-wrap\@xl {
    flex-wrap: wrap; }
  .flex-column\@xl {
    flex-direction: column; }
  .flex-column-reverse\@xl {
    flex-direction: column-reverse; }
  .flex-row\@xl {
    flex-direction: row; }
  .flex-row-reverse\@xl {
    flex-direction: row-reverse; }
  .flex-center\@xl {
    justify-content: center;
    align-items: center; }
  .justify-start\@xl {
    justify-content: flex-start; }
  .justify-end\@xl {
    justify-content: flex-end; }
  .justify-center\@xl {
    justify-content: center; }
  .justify-between\@xl {
    justify-content: space-between; }
  .items-center\@xl {
    align-items: center; }
  .items-start\@xl {
    align-items: flex-start; }
  .items-end\@xl {
    align-items: flex-end; }
  .block\@xl {
    display: block; }
  .inline-block\@xl {
    display: inline-block; }
  .inline\@xl {
    display: inline; }
  .text-center\@xl {
    text-align: center; }
  .text-left\@xl {
    text-align: left; }
  .text-right\@xl {
    text-align: right; }
  .hide\@xl {
    display: none !important; } }

@media not all and (min-width: 42rem) {
  .has-margin\@xs {
    margin: 0 !important; }
  .has-padding\@xs {
    padding: 0 !important; }
  .display\@xs {
    display: none !important; } }

@media not all and (min-width: 48rem) {
  .has-margin\@sm {
    margin: 0 !important; }
  .has-padding\@sm {
    padding: 0 !important; }
  .display\@sm {
    display: none !important; } }

@media not all and (min-width: 64rem) {
  .has-margin\@md {
    margin: 0 !important; }
  .has-padding\@md {
    padding: 0 !important; }
  .display\@md {
    display: none !important; } }

@media not all and (min-width: 80rem) {
  .has-margin\@lg {
    margin: 0 !important; }
  .has-padding\@lg {
    padding: 0 !important; }
  .display\@lg {
    display: none !important; } }

@media not all and (min-width: 90rem) {
  .has-margin\@xl {
    margin: 0 !important; }
  .has-padding\@xl {
    padding: 0 !important; }
  .display\@xl {
    display: none !important; } }

body, [data-theme="default"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --space-unit:  1.25em; } } }

/* -------------------------------- 

File#: N/A
Title: Diagonal Movement
Descr: A JavaScript plugin that detects the direction of the mouse movement (diagonal vs vertical).
Based on the jQuery-menu-aim plugin https://github.com/kamens/jQuery-menu-aim

⚠️ The style of this component is only for demo purpose. You don't need it to use the plugin.

-------------------------------- */
.d-movement {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.375rem; }

.d-movement__source {
  display: grid;
  grid-gap: 0.375rem; }

.d-movement__item {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.25em; }

.d-movement__item--one {
  background-color: hsl(198, 98%, 43%); }

.d-movement__item--two {
  background-color: hsl(0, 0%, 23%); }

.d-movement__item--three {
  background-color: hsl(6, 95%, 60%); }

.d-movement__sub-element {
  background-color: hsl(0, 0%, 91%);
  border-radius: 0.25em;
  transition: background 0.2s; }

.d-movement__arrow {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: white; }

/* -------------------------------- 

File#: N/A
Title: Swipe Content
Descr: A Vanilla JavaScript plugin to detect touch interactions.

-------------------------------- */
.swipe-content {
  height: 280px;
  width: 280px;
  background-color: hsl(0, 0%, 82%);
  border-radius: 0.25em;
  cursor: default;
  transition: background 0.2s; }
  .swipe-content:active {
    background-color: hsl(0, 0%, 54%); }

/* -------------------------------- 

File#: _1_auto-sized-grid
Title: Auto Sized Grid
Descr: A grid layout based on CSS Grid where the columns are automatically created according to a min-width value

-------------------------------- */
.auto-sized-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem 0 0 -1.25rem; }
  .auto-sized-grid > * {
    padding: 1.25rem 0 0 1.25rem;
    background-clip: content-box; }
  @supports (grid-area: auto) {
    .auto-sized-grid {
      margin: 0; }
      .auto-sized-grid > * {
        padding: 0;
        max-width: none !important; } }
  .auto-sized-grid::after {
    content: "";
    clear: both;
    display: table; }
  .auto-sized-grid > * {
    float: left;
    width: 33.33333%; }
  @supports (grid-area: auto) {
    .auto-sized-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      grid-gap: 1.25rem; }
      .auto-sized-grid > * {
        width: auto; } }
  .auto-sized-grid img {
    display: block;
    width: 100%; }

@font-face {
  font-family: 'Sofia Pro';
  font-weight: bold;
  font-style: normal;
  src: url("font/SofiaPro-Bold.woff2") format("woff2"), url("font/SofiaPro-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-style: normal;
  src: url("font/SofiaPro-Light.woff2") format("woff2"), url("font/SofiaPro-Light.woff") format("woff"); }

@font-face {
  font-family: 'Sofia Pro';
  font-weight: normal;
  font-style: normal;
  src: url("font/SofiaProRegular.woff2") format("woff2"), url("font/SofiaProRegular.woff") format("woff"); }

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --text-base-size: 1.25em;
      --text-scale-ratio: 1.25; } } }

mark {
  background-color: hsla(6, 95%, 60%, 0.2);
  color: inherit; }
  .text-component blockquote {
    padding-left: 1em;
    border-left: 4px solid hsl(0, 0%, 82%); }
  .text-component hr {
    background: hsl(0, 0%, 82%);
    height: 1px; }
  .text-component figcaption {
    font-size: 0.83333em;
    color: hsl(0, 0%, 54%); }

.btn {
  font-family: "Sofia Pro", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.8em; }

.btn--primary {
  background-color: hsl(198, 98%, 43%); }
  .btn--primary:hover {
    background-color: hsl(198, 98%, 23%); }

.btn--subtle {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 23%);
  border: 2px solid hsl(0, 0%, 82%); }
  .btn--subtle:hover {
    border: 2px solid hsl(198, 98%, 34%); }

.btn--accent {
  background-color: hsl(6, 95%, 60%);
  transition: all 0.3s ease; }
  .btn--accent:hover {
    background-color: hsl(6, 95%, 50%);
    color: hsl(0, 0%, 100%); }

.btn--contrast {
  background: hsl(0, 0%, 54%);
  color: hsl(0, 0%, 100%); }

.btn--simple {
  background-color: transparent;
  border: none;
  color: hsl(0, 0%, 54%);
  padding: 0; }

.btn--disabled {
  opacity: 0.6;
  cursor: not-allowed; }

.btn--success {
  background: hsl(94, 48%, 56%);
  color: hsl(0, 0%, 100%); }
  .btn--success:hover {
    background: hsl(94, 48%, 56%); }

.btn--error {
  background: hsl(6, 95%, 50%);
  color: hsl(0, 0%, 100%); }
  .btn--error:hover {
    background: hsl(6, 95%, 50%); }

.btn--icon {
  padding: 0.375rem; }

.btn .icon {
  color: inherit;
  flex-shrink: 0; }

/* -------------------------------- 

File#: _1_badge
Title: Badge
Descr: A small label containing a text string
Usage: codyhouse.co/license

-------------------------------- */
.badge {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  font-size: 0.83333em;
  background-color: hsl(0, 0%, 82%);
  padding: 0.125em 0.375em;
  border-radius: 0.25em;
  font-weight: normal; }

.badge--outlined {
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 82%); }

.badge--high-contrast {
  background-color: hsl(0, 0%, 23%);
  color: hsl(0, 0%, 96%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.badge--primary {
  background-color: hsl(198, 98%, 43%);
  color: hsl(0, 0%, 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.badge--error {
  background-color: hsl(6, 95%, 60%);
  color: hsl(0, 0%, 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.badge--success {
  background-color: hsl(94, 48%, 56%);
  color: hsl(0, 0%, 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.form-control {
  border: 1px solid hsl(0, 0%, 82%);
  font-size: 0.83333em;
  font-family: inherit;
  font-weight: 300; }
  .form-control:focus {
    outline: none;
    border-color: hsl(198, 98%, 43%);
    box-shadow: undefined; }
  .form-control:focus:focus{
    box-shadow: 0 0 0 3px hsla(198, 98%, 43%, 0.2); }

.form-control[aria-invalid="true"] {
  border-color: hsl(6, 95%, 60%); }
  .form-control[aria-invalid="true"]:focus {
    box-shadow: undefined; }
  .form-control[aria-invalid="true"]:focus:focus{
    box-shadow: 0 0 0 3px hsla(6, 95%, 60%, 0.2); }

.form__msg-error {
  background-color: hsl(6, 95%, 60%);
  color: hsl(0, 0%, 100%);
  font-size: 0.83333em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.25rem;
  border-radius: 0.25em;
  z-index: 2;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }
  .form__msg-error::before {
    content: '';
    position: absolute;
    left: 0.75rem;
    top: 0;
    transform: translateY(-100%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: hsl(6, 95%, 60%); }

.form__msg-error--is-visible {
  position: relative;
  clip: auto; }

.form-control[disabled], .form-control[readonly] {
  cursor: not-allowed; }

.form-label {
  font-size: 0.83333em; }

/* -------------------------------- 

File#: _1_slider
Title: Slider
Descr: Slider element for choosing numbers between a min and a max value

-------------------------------- */

.slider {
  position: relative;
  width: 200px; }

.slider__range {
  width: 100%; }

.slider__input {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  background: transparent; }

.slider__input:focus {
  outline: none; }

.slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
  cursor: -webkit-grab;
  cursor: grab;
  margin-top: -6px; }

.slider__input:active::-webkit-slider-thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.slider__input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
  cursor: grab; }

.slider__input:active::-moz-range-thumb {
  cursor: grabbing; }

.slider__input:active::-ms-thumb {
  cursor: grabbing; }

.slider__input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px undefined, 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15); }

.slider__input:focus::-webkit-slider-thumb:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 3px hsla(198, 98%, 43%, 0.2), 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15); }

.slider__input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px undefined, 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15); }

.slider__input:focus::-moz-range-thumb:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 3px hsla(198, 98%, 43%, 0.2), 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15); }

.slider__input::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 50em;
  background-image: undefined;
  margin-top: 6px; }

.slider__input::-moz-range-track {
  height: 8px;
  border-radius: 50em;
  background-image: undefined; }

.slider__input::-moz-focus-outer {
  border: 0; }

.js .slider__input::-ms-tooltip {
  display: none; }

.slider__input::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
  cursor: grab;
  transform: translateY(0);
  background-color: white !important;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  height: 20px;
  width: 20px; }

.slider__input:focus::-ms-thumb {
  box-shadow: inset 0 0 0 2px rgba(42, 109, 244, 0.2); }

.slider__input::-ms-track {
  height: 8px;
  border-radius: 50em;
  background-image: undefined;
  background-color: #98989a;
  color: transparent;
  height: 8px; }

.slider--floating-value .slider__value {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.83333em; }

.slider--input .form-control {
  font-size: 0.83333em;
  text-align: center;
  width: 4em; }

.slider--range-not-supported .slider__value,
html:not(.js) .slider__value {
  display: none; }

#range_max {
  position: relative; }

#range_min {
  position: absolute; }

#range_min::-moz-range-thumb {
  transform: scale(1);
  z-index: 1; }

/* -------------------------------- 

File#: _1_custom-select
Title: Custom Select
Descr: Custom Select Control
Usage: codyhouse.co/license

-------------------------------- */

.select {
  position: relative; }

.select__input {
  width: 100%;
  padding-right: calc(1em + 0.75rem) !important; }

.select__icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%); }

.table--expanded .table__body .table__cell .select__icon.icon {
  background: none; }

.select__button {
  width: 100%; }

.select__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-height: 1px;
  background-color: hsl(0, 0%, 96%);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
  padding: 0.375rem 0;
  border-radius: 0.25em;
  z-index: 5;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: auto;
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s; }

.select__dropdown--right {
  right: 0;
  left: auto; }

.select__dropdown--up {
  bottom: 100%;
  top: auto; }

.select__button[aria-expanded="true"] + .select__dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity .2s; }

.select__list {
  list-style: none !important; }

.select__list:not(:first-of-type) {
  padding-top: 0.375rem; }

.select__list:not(:last-of-type) {
  border-bottom: 1px solid hsl(0, 0%, 82%);
  padding-bottom: 0.375rem; }

.select__item {
  display: block;
  padding: 0.5em 2em 0.5em 1.25em;
  color: hsl(0, 0%, 35%);
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.select__item--optgroup {
  font-size: 0.83333em;
  color: hsl(0, 0%, 54%); }

.select__item--option {
  cursor: pointer; }
  .select__item--option:hover {
    background-color: hsl(0, 0%, 91%); }
  .select__item--option:focus {
    outline: none;
    background-color: hsla(198, 98%, 43%, 0.1); }
  .select__item--option[aria-selected=true] {
    background-color: hsl(198, 98%, 43%);
    color: hsl(0, 0%, 100%);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .select__item--option[aria-selected=true]::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 16px;
      width: 16px;
      right: 0.75rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

html:not(.js) .select .icon {
  display: none; }

/* -------------------------------- 

File#: _1_number-input
Title: Number input
Descr: Number input field with custom increment buttons

-------------------------------- */
.number-input__btn {
  display: none; }

.js .number-input .form-control::-webkit-inner-spin-button,
.js .number-input .form-control::-webkit-outer-spin-button {
  display: none; }

.js .number-input .form-control {
  -moz-appearance: textfield;
  display: block; }

.js .number-input__btn {
  display: inline-block;
  display: flex; }

.js .number-input--v1 {
  position: relative;
  width: 5em; }
  .js .number-input--v1 .form-control {
    padding-right: 40px;
    width: 100%; }
  .js .number-input--v1 .number-input__btns {
    position: absolute;
    height: calc(100% - 0.5rem);
    top: 0.25rem;
    right: 0;
    width: 40px;
    display: flex;
    flex-direction: column; }
  .js .number-input--v1 .number-input__btn {
    position: relative;
    height: 50%;
    width: calc(100% - 0.25rem);
    background: hsl(0, 0%, 91%);
    border-radius: 0.25em; }
    .js .number-input--v1 .number-input__btn .icon {
      display: block;
      font-size: 0.8em;
      width: 1em;
      height: 1em;
      position: absolute;
      left: calc(50% - 0.5em);
      top: calc(50% - 0.5em); }
    .js .number-input--v1 .number-input__btn:hover {
      background-color: hsl(0, 0%, 82%); }
    .js .number-input--v1 .number-input__btn:focus {
      outline: none;
      background-color: hsl(198, 98%, 43%); }
      .js .number-input--v1 .number-input__btn:focus .icon {
        color: hsl(0, 0%, 100%); }
    .js .number-input--v1 .number-input__btn:active {
      background-color: hsl(198, 98%, 38.7%); }
  .js .number-input--v1 .number-input__btn--plus {
    margin-bottom: 0.125rem; }

.js .number-input--v2 {
  display: flex;
  align-items: center;
  font-size: 0.875em; }
  .js .number-input--v2 .form-control {
    margin: 0 0.375rem;
    width: 4em;
    order: 1;
    text-align: center; }
  .js .number-input--v2 .number-input__btn {
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    background-color: hsl(0, 0%, 91%); }
    .js .number-input--v2 .number-input__btn:hover {
      background-color: hsl(0, 0%, 82%); }
    .js .number-input--v2 .number-input__btn:focus {
      outline: none;
      background-color: hsl(198, 98%, 43%); }
      .js .number-input--v2 .number-input__btn:focus .icon {
        color: hsl(0, 0%, 100%); }
    .js .number-input--v2 .number-input__btn:active {
      background-color: hsl(198, 98%, 38.7%); }
    .js .number-input--v2 .number-input__btn .icon {
      font-size: 12px;
      width: 1em;
      height: 1em; }
  .js .number-input--v2 .number-input__btn--plus {
    order: 2; }

.trumbowyg-box .trumbowyg-editor {
  font-size: 0.83333em; }

/* -------------------------------- 

File#: _1_radio-switch
Title: Radio Switch
Descr: Custom radio toggle
Usage: codyhouse.co/license

-------------------------------- */

.radio-switch {
  position: relative;
  display: inline-block;
  display: inline-flex;
  padding: 3px;
  border-radius: 70em;
  background-color: hsl(0, 0%, 96%); }
  .radio-switch:focus-within, .radio-switch:active {
    box-shadow: 0 0 0 2px hsl(0, 0%, 82%); }

.radio-switch__item {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 90px; }

.radio-switch__label {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 50em;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 0.83333em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: undefined; }
  .radio-switch__input:checked ~ .radio-switch__label {
    color: hsl(0, 0%, 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .radio-switch__input:focus ~ .radio-switch__label {
    background-color: hsl(198, 98%, 25.8%); }
  .radio-switch__label :not(*):focus-within,
  .radio-switch__input:focus ~ .radio-switch__label {
    background-color: transparent; }

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: 50em;
  background-color: hsl(198, 98%, 43%);
  height: 40px;
  width: 90px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .085), 0 1px 8px rgba(0, 0, 0, .1);
  transition: transform 0.3s; }
  .radio-switch__input:checked ~ .radio-switch__marker {
    transform: translateX(100%); }

/* -------------------------------- 

File#: _1_switch
Title: Switch
Descr: Custom ON/OFF checkbox toggle
Usage: codyhouse.co/license

-------------------------------- */

.switch {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: relative;
  width: 64px;
  height: 32px;
  border-radius: 50em;
  padding: 3px 0; }

.switch__input, .switch__label {
  position: absolute;
  left: 0;
  top: 0; }

.switch__input {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none; }
  .switch__input:checked + .switch__label {
    background-color: hsl(198, 98%, 43%); }
  .switch__input:checked + .switch__label + .switch__marker {
    left: calc(100% - 29px); }
  .switch__input:focus + .switch__label,
  .switch__input:active + .switch__label {
    box-shadow: 0 0 0 3px hsla(198, 98%, 43%, 0.2); }

.switch__label {
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: hsl(0, 0%, 82%);
  border-radius: inherit;
  z-index: 1;
  transition: background 0.2s; }

.switch__marker {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  left: 3px;
  transition: left 0.2s;
  will-change: left; }

/* -------------------------------- 

File#: _1_file-upload
Title: File Upload
Descr: Custom file input element used to select and upload a file
Usage: codyhouse.co/license

-------------------------------- */
html:not(.js) .file-upload__label {
  display: none; }

.file-upload {
  border: 1px solid hsl(0, 0%, 82%);
  border-radius: 0.25em;
  width: 10em;
  height: 10em;
  padding: 1.25rem;
  cursor: pointer;
  transition: .3s all; }
  .file-upload .file-upload__label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .file-upload .file-upload__label .icon {
      color: hsl(0, 0%, 54%);
      display: block;
      font-size: 32px;
      cursor: pointer; }
    .file-upload .file-upload__label span {
      font-size: 0.83333em;
      display: block;
      margin-top: 0.75rem; }
  .file-upload:hover {
    background: hsl(198, 98%, 43%); }
    .file-upload:hover .icon, .file-upload:hover span {
      color: hsl(0, 0%, 100%); }

.js .file-upload__input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px; }

.js .file-upload__text--has-max-width {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.form-img {
  width: 10em;
  height: 10em;
  padding: 0.75rem; }
  .form-img img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto; }

/* -------------------------------- 

File#: _1_radios-checkboxes
Title: Radios and Checkboxes
Descr: Custom radio and checkbox buttons
Usage: codyhouse.co/license

-------------------------------- */
:root {
  /* radios and checkboxes */
  /* radio buttons */
  /* checkboxes */ }

.radio,
.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none; }

.radio + label,
.checkbox + label {
  display: inline-block;
  display: inline-flex;
  align-items: baseline;
  line-height: 1.4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.radio + label::before,
.checkbox + label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: hsl(0, 0%, 96%);
  border: 2px solid hsl(0, 0%, 82%);
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s; }

@supports (grid-area: auto) {
  .radio + label::before,
  .checkbox + label::before {
    position: relative;
    top: 0.125em; } }

.radio + label::before {
  border-radius: 50%; }

.checkbox + label::before {
  border-radius: 0.125em; }

.radio:checked + label::before,
.checkbox:checked + label::before {
  background-color: hsl(198, 98%, 43%);
  box-shadow: none;
  border-color: hsl(198, 98%, 43%); }

.radio:active + label::before,
.checkbox:active + label::before {
  transform: scale(0.8); }

.radio:checked:active + label::before,
.checkbox:checked:active + label::before {
  transform: none;
  transition: none; }

.radio:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' fill='%23ffffff'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffffff'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px; }

.checkbox:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg class='nc-icon-wrapper' stroke-width='2' fill='%23ffffff' stroke='%23ffffff'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='1,9 5,13 15,3 ' data-cap='butt'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px; }

.radio:checked:active + label::before,
.checkbox:checked:active + label::before,
.radio:focus + label::before,
.checkbox:focus + label::before {
  border-color: hsl(198, 98%, 43%);
  box-shadow: 0 0 0 3px hsla(198, 98%, 43%, 0.2); }

.search-container {
  position: relative; }

/* -------------------------------- 

File#: _1_choice-accordion
Title: Choice Accordion
Descr: A group of radio/checkbox buttons controlling expandable content
Usage: codyhouse.co/license

-------------------------------- */

.choice-accordion {
  border-width: 1px;
  border-color: hsl(0, 0%, 91%);
  border-style: solid;
  border-radius: 0.25em;
  overflow: hidden; }

.choice-accordion__btn {
  display: none; }
  .js .choice-accordion__btn {
    display: block;
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 0.375rem;
    align-items: center;
    cursor: pointer;
    background-color: hsl(0, 0%, 96%);
    border-top-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 82%); }

.js .choice-accordion__item:first-child .choice-accordion__btn {
  border-top: none; }

.choice-accordion__panel {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  overflow: hidden;
  will-change: height;
  transform: translateZ(0px); }
  .choice-accordion__panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(0, 0%, 91%);
    pointer-events: none; }

.choice-accordion__input {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 91%);
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: hsl(0, 0%, 82%); }
  .choice-accordion__input .icon {
    color: hsl(0, 0%, 100%);
    font-size: 16px; }
  .choice-accordion__btn:hover .choice-accordion__input {
    border-color: hsl(0, 0%, 54%); }
  .choice-accordion__btn--checked .choice-accordion__input,
  .choice-accordion__btn--focus .choice-accordion__input,
  .choice-accordion__btn--checked:hover .choice-accordion__input,
  .choice-accordion__btn--focus:hover .choice-accordion__input {
    border-color: hsl(198, 98%, 43%); }
  .choice-accordion__btn--checked .choice-accordion__input {
    background-color: hsl(198, 98%, 43%); }
  .choice-accordion__btn--focus .choice-accordion__input {
    box-shadow: 0 0 0 3px hsla(198, 98%, 43%, 0.2); }

.choice-accordion__input--checkbox {
  border-radius: 0.25em; }
  .choice-accordion__input--checkbox .icon > * {
    transition: stroke-dashoffset .3s;
    stroke-dashoffset: 16;
    stroke-dasharray: 17; }
  .choice-accordion__btn--checked .choice-accordion__input--checkbox .icon > * {
    stroke-dashoffset: 0;
    stroke-dasharray: 17; }

.choice-accordion__input--radio {
  border-radius: 50%; }
  .choice-accordion__input--radio .icon {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0); }
  .choice-accordion__btn--checked .choice-accordion__input--radio .icon {
    transform: scale(1); }

.js .choice-accordion__fallback {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

/* LOGIN */
.login {
  height: 100vh;
  background: linear-gradient(to right, hsl(198, 98%, 43%) 10%, hsl(198, 98%, 23%) 100%); }
  .login .login-form {
    background: hsl(0, 0%, 100%);
    padding: 1.25rem;
    border-radius: 0.25em; }

.avatar {
  position: relative; }
  .avatar .avatar__figure {
    border-radius: 50%;
    width: 7.5em;
    height: 3.5em; }
    .avatar .avatar__figure .avatar__initials {
      position: absolute;
      top: 0;
      left: 0;
      width: 3.5em;
      height: 3.5em;
      border-radius: inherit;
      background-color: hsl(0, 0%, 82%);
      color: hsl(0, 0%, 23%);
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: normal; }

/* -------------------------------- 

File#: _1_side-navigation
Title: Side Navigation
Descr: Vertical side navigation template

-------------------------------- */
:root {
  /*
  @include breakpoint(xs) {
    --sidebar-width:100px;
  }
*/ }

@media (min-width: 80rem) {
  .main-content {
    display: grid;
    grid-template-columns: 230px 1fr;
    min-height: 100vh; }
  @media (min-width: 80rem){
    .main-content{
    grid-template-columns: 230px 1fr; } } }

.content-wrapper {
  padding: 0.5em 1.25em 3.25em; }

.sidenav__wrapper {
  width: 100%;
  background: hsl(0, 0%, 96%);
  border: 1px solid hsl(0, 0%, 91%); }
  @media (min-width: 42rem) {
    .sidenav__wrapper {
      width: 100%; }
    @media (min-width: 80rem){
    .sidenav__wrapper{
      width: 230px; } } }

.sidenav__header {
  height: 3.5em;
  justify-content: space-between;
  padding: 0 0.5rem; }
  @media (min-width: 42rem) {
    .sidenav__header {
      justify-content: center;
      padding: 0; } }

.sidenav {
  font-size: 1rem;
  height: 100vh;
  position: absolute;
  z-index: 15;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.3s;
  /* never visible - used to check MQ in JS */ }
  .sidenav .sidenav__text {
    display: inline-flex; }
  .sidenav::before {
    display: none;
    content: 'mobile'; }
  @media (min-width: 80rem) {
    .sidenav {
      width: 230px;
      position: static;
      visibility: visible; }
    @media (min-width: 80rem){
    .sidenav{
      width: 230px; } }
      .sidenav::before {
        content: 'desktop'; } }
  .sidenav.sidenav--is-visible {
    position: fixed;
    left: 0;
    top: 3.6em;
    visibility: visible;
    background: hsl(0, 0%, 96%); }

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

.sidenav__list .sidenav__sublist {
  display: none; }
  .sidenav__list .sidenav__sublist .sidenav__text {
    display: inline-flex; }

.sidenav__item {
  position: relative; }

.sidenav__item:hover .sidenav__sublist, .sidenav__item--expanded .sidenav__sublist {
  display: block;
  position: static;
  background: hsl(0, 0%, 91%);
  top: 0;
  z-index: 10;
  padding-left: 2rem; }
  @media (min-width: 80rem) {
    .sidenav__item:hover .sidenav__sublist, .sidenav__item--expanded .sidenav__sublist {
      position: absolute;
      padding: 0;
      background: hsl(0, 0%, 96%);
      border: 1px solid hsl(0, 0%, 82%);
      left: 230px; }
    @media (min-width: 80rem){
    .sidenav__item:hover .sidenav__sublist, .sidenav__item--expanded .sidenav__sublist{
      left: 230px; } } }

.sidenav__item:hover > .sidenav__link, .sidenav__item--expanded > .sidenav__link {
  background-color: hsla(198, 98%, 43%, 0.1);
  color: hsl(198, 98%, 43%); }

.sidenav__item:hover .sidenav__sublist-control .icon, .sidenav__item--expanded .sidenav__sublist-control .icon {
  transform: rotate(90deg); }

.sidenav__link:hover {
  background-color: hsla(198, 98%, 43%, 0.1);
  color: hsl(198, 98%, 43%); }

/*
@include breakpoint-range(xs,md) { 
  .sidenav__item > .sidenav__link:hover > .sidenav__text, .sidenav__btn:hover .sidenav__text{ 
    display: inline-block; position: absolute; z-index: var(--zindex-popover); padding: var(--space-xxs); border-radius: var(--radius-sm); max-width: 200px; background-color: alpha(var(--color-contrast-higher), 0.98); color: var(--color-bg); font-size: var(--text-sm); line-height: 1.4; @include fontSmooth; left:var(--sidebar-width); transition: opacity 0.2s, visibility 0.2s;

    @supports (clip-path: inset(50%)) {
        &::before { content: ''; position: absolute; background-color: inherit; border: inherit; width: var(--tooltip-triangle-size); height: var(--tooltip-triangle-size); clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%); transform: rotate(45deg); top: calc(50% - var(--tooltip-triangle-size) / 2); left: calc(var(--tooltip-triangle-size) * -0.5); }
    }
  }
} // tooltip triangle 
*/
.sidenav__link {
  display: block;
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 12px 0 28px;
  text-decoration: none;
  color: hsl(0, 0%, 35%);
  font-weight: 300; }
  .sidenav__link:hover, .sidenav__link[aria-current="page"] {
    background-color: hsla(198, 98%, 43%, 0.1);
    color: hsl(198, 98%, 43%); }

.sidenav__icon {
  font-size: 24px;
  margin-right: 8px; }

.sidenav__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.375rem; }

.sidenav__counter {
  display: inline-block;
  background-color: hsla(0, 0%, 23%, 0.15);
  font-size: 0.69444em;
  padding: 0.125em 0.375em;
  border-radius: 50em;
  margin-left: auto; }

.sidenav__sublist-control {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 15px; }
  .sidenav__sublist-control .icon {
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    transition: transform .2s; }
  .sidenav__sublist-control:hover {
    background-color: hsla(0, 0%, 23%, 0.15); }

.sidenav__label {
  padding: 0.75em 12px 0.375em;
  padding-left: 28px;
  color: hsl(0, 0%, 54%);
  font-size: 0.83333em; }

.sidenav__divider {
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 91%);
  margin: 0.5rem 0; }

.sidenav--basic .sidenav__link, .sidenav--basic .sidenav__label {
  padding-left: 12px; }
  .sidenav--minified .sidenav__list .sidenav__sublist {
    display: none !important; }
  .sidenav--minified .sidenav__link, .sidenav--minified .sidenav__label {
    padding-left: 12px; }
  .sidenav--minified .sidenav__link {
    flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .sidenav--minified .sidenav__icon {
    margin: 0 0 8px; }
  .sidenav--minified .sidenav__text {
    padding: 0;
    font-size: 0.83333em; }
  .sidenav--minified .sidenav__counter {
    display: none; }
  .sidenav--minified .sidenav__sublist-control {
    display: none; }

/* -------------------------------- 

File#: _1_anim-menu-btn
Title: Animated Menu Button
Descr: A menu button w/ a morphing icon

-------------------------------- */

.anim-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: hsl(0, 0%, 35%); }

.anim-menu-btn__icon {
  position: relative;
  display: block;
  font-size: 32px;
  width: 1em;
  height: 2px;
  color: inherit;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transform: scale(1); }
  .anim-menu-btn__icon::before, .anim-menu-btn__icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: inherit;
    border-radius: inherit; }

.anim-menu-btn__icon--close {
  background-size: 100% 100%;
  will-change: transform, background-size;
  transition: transform .2s, background-size .2s; }
  .anim-menu-btn:active .anim-menu-btn__icon--close {
    transform: scale(0.9); }
  .anim-menu-btn__icon--close::before, .anim-menu-btn__icon--close::after {
    will-change: inherit;
    transition: inherit; }
  .anim-menu-btn__icon--close::before {
    transform: translateY(-0.25em) rotate(0); }
  .anim-menu-btn__icon--close::after {
    transform: translateY(0.25em) rotate(0); }

.anim-menu-btn--state-b .anim-menu-btn__icon--close {
  background-size: 0% 100%; }
  .anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
    transform: translateY(0) rotate(45deg); }
  .anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
    transform: translateY(0) rotate(-45deg); }

.anim-menu-btn__icon--arrow-left,
.anim-menu-btn__icon--arrow-right,
.anim-menu-btn__icon--arrow-up,
.anim-menu-btn__icon--arrow-down {
  border-radius: 50em;
  will-change: transform;
  transition: transform .2s; }
  .anim-menu-btn:active .anim-menu-btn__icon--arrow-left, .anim-menu-btn:active
  .anim-menu-btn__icon--arrow-right, .anim-menu-btn:active
  .anim-menu-btn__icon--arrow-up, .anim-menu-btn:active
  .anim-menu-btn__icon--arrow-down {
    transform: scale(0.9); }
  .anim-menu-btn__icon--arrow-left::before, .anim-menu-btn__icon--arrow-left::after,
  .anim-menu-btn__icon--arrow-right::before,
  .anim-menu-btn__icon--arrow-right::after,
  .anim-menu-btn__icon--arrow-up::before,
  .anim-menu-btn__icon--arrow-up::after,
  .anim-menu-btn__icon--arrow-down::before,
  .anim-menu-btn__icon--arrow-down::after {
    transform-origin: 1px 50%;
    will-change: transform, width;
    transition: transform .2s, width .2s; }
  .anim-menu-btn__icon--arrow-left::before,
  .anim-menu-btn__icon--arrow-right::before,
  .anim-menu-btn__icon--arrow-up::before,
  .anim-menu-btn__icon--arrow-down::before {
    transform: translateY(-0.25em) rotate(0); }
  .anim-menu-btn__icon--arrow-left::after,
  .anim-menu-btn__icon--arrow-right::after,
  .anim-menu-btn__icon--arrow-up::after,
  .anim-menu-btn__icon--arrow-down::after {
    transform: translateY(0.25em) rotate(0); }

.anim-menu-btn__icon--arrow-right {
  transform: rotate(180deg); }
  .anim-menu-btn:active .anim-menu-btn__icon--arrow-right {
    transform: rotate(180deg) scale(0.9); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before, .anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  width: 50%; }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before {
  transform: translateY(0) rotate(-45deg); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  transform: translateY(0) rotate(45deg); }

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg) scale(0.9); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg); }

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg) scale(0.9); }

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg); }

/* -------------------------------- 

File#: _1_modal-window
Title: Modal Window
Descr: A modal dialog used to display critical information

-------------------------------- */

.modal {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 23%, 0.9);
  opacity: 0;
  visibility: hidden; }

.modal--is-visible {
  opacity: 1;
  visibility: visible; }

.modal__content {
  border-radius: 0.25em;
  overflow: auto;
  width: calc(100% - 2.5em);
  max-height: calc(100vh - 5em - 3rem); }

.modal__header {
  padding: 0.75em 1.25em;
  background-color: hsl(0, 0%, 91%);
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__body {
  height: 100%;
  padding: 0.75em 1.25em; }

.modal__footer {
  padding: 1.25em; }

.modal__close-btn {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  padding: 0.75rem;
  border-radius: 50%;
  background-color: hsla(0, 0%, 23%, 0.8); }
  .modal__close-btn:hover {
    background-color: hsl(0, 0%, 23%); }
  .modal__close-btn .icon {
    display: block;
    color: hsl(0, 0%, 96%);
    width: 1.25em;
    height: 1.25em; }

.modal__content .modal__close-btn {
  position: static;
  flex-shrink: 0;
  background-color: hsl(0, 0%, 96%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .085), 0 1px 8px rgba(0, 0, 0, .1);
  transition: .2s; }
  .modal__content .modal__close-btn .icon {
    color: inherit; }
  .modal__content .modal__close-btn:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15); }
    .modal__content .modal__close-btn:hover .icon {
      color: hsl(0, 0%, 23%); }

.modal__content .modal__close-btn--sticky {
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 0;
  right: 0; }

.modal--header-is-fixed .modal__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.modal--footer-is-fixed .modal__footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: hsl(0, 0%, 96%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .085), 0 1px 8px rgba(0, 0, 0, .1); }

.modal[data-animation="on"] {
  transition: opacity .3s, visibility .3s; }
  .modal[data-animation="on"] .modal__content {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(10%); }
  .modal[data-animation="on"].modal--is-visible .modal__content {
    transform: translateY(0); }

/* -------------------------------- 

File#: _1_table
Title: Table
Descr: Data tables used to organize and display information in rows and columns

-------------------------------- */
.table {
  position: relative;
  z-index: 1;
  border-collapse: separate;
  border-spacing: 0 1.25rem;
  margin-top: -2.5rem; }

.table__header {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.table__row {
  border-bottom: 1px solid hsl(0, 0%, 91%); }
  .table__row .table__cell:first-child {
    border-radius: 0.25em 0.25em 0 0; }
  .table__row .table__cell:last-child {
    border-radius: 0 0 0.25em 0.25em; }
    .table__row .table__cell:last-child::after {
      display: none; }

.table__cell {
  position: relative;
  display: block;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
  background-color: hsl(0, 0%, 91%); }
  .table__cell a {
    color: inherit; }
  .table__cell::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
    height: 1px;
    background-color: hsl(0, 0%, 82%); }

.table__label {
  font-weight: bold;
  color: hsl(0, 0%, 23%);
  margin-right: 1.25rem; }

.table:not(.table--expanded) .table__cell {
  width: 100%;
  text-align: right; }

.table:not(.table--expanded) .table__label {
  text-align: left; }

.js .table {
  opacity: 0; }

.js .table--loaded {
  opacity: 1; }

.table--expanded {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  border-bottom: 2px solid hsl(0, 0%, 82%); }
  .table--expanded .table__header {
    position: static;
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none; }
    .table--expanded .table__header .table__cell {
      position: relative;
      z-index: 10;
      box-shadow: 0 2px 0 hsl(0, 0%, 82%);
      font-weight: normal;
      color: hsl(0, 0%, 23%);
      background: hsl(0, 0%, 100%); }
  .table--expanded .table__body .table__cell {
    color: hsl(0, 0%, 54%); }
    .table--expanded .table__body .table__cell .img {
      height: 5em;
      width: auto; }
    .table--expanded .table__body .table__cell .icon {
      display: block;
      max-width: initial;
      font-size: 24px;
      color: hsl(0, 0%, 54%);
      background: hsl(0, 0%, 96%);
      padding: 0.25rem;
      border-radius: 0.25em;
      width: 1.5em;
      height: 1.5em; }
      .table--expanded .table__body .table__cell .icon:hover {
        color: hsl(198, 98%, 43%);
        background: hsla(198, 98%, 43%, 0.2); }
  .table--expanded .table__cell {
    border-radius: 0 !important;
    display: table-cell;
    padding: 0.5rem;
    background-color: transparent;
    font-size: 0.83333em; }
    .table--expanded .table__cell::after {
      display: none; }
  .table--expanded .table__label {
    display: none; }
  .table--expanded .table__header--sticky .table__cell {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }

[class*="table--expanded"]::before {
  display: none; }

.table--expanded\@xs::before {
  content: 'collapsed'; }
  @media (min-width: 42rem) {
    .table--expanded\@xs::before {
      content: 'expanded'; } }

.table--expanded\@sm::before {
  content: 'collapsed'; }
  @media (min-width: 48rem) {
    .table--expanded\@sm::before {
      content: 'expanded'; } }

.table--expanded\@md::before {
  content: 'collapsed'; }
  @media (min-width: 64rem) {
    .table--expanded\@md::before {
      content: 'expanded'; } }

.table--expanded\@lg::before {
  content: 'collapsed'; }
  @media (min-width: 80rem) {
    .table--expanded\@lg::before {
      content: 'expanded'; } }

.table--expanded\@xl::before {
  content: 'collapsed'; }
  @media (min-width: 90rem) {
    .table--expanded\@xl::before {
      content: 'expanded'; } }

/* Pagination */
.pagination .pagination__list li a {
  color: hsl(0, 0%, 35%); }

.pagination .pagination__list .selected {
  color: hsl(198, 98%, 43%); }

/* -------------------------------- 

File#: _1_search-input
Title: Search input
Descr: Search input field with custom button

-------------------------------- */

.search-input {
  position: relative; }
  .search-input .form-control {
    border: none;
    text-align: right;
    background: none;
    font-size: 0.83333em; }
    .search-input .form-control::-webkit-search-decoration {
      -webkit-appearance: none; }

.search-input--icon-right .form-control {
  padding-right: 2.8em; }

.search-input--icon-left .form-control {
  padding-left: 2.8em; }

.search-input__btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 2.8em; }
  .search-input__btn:active .icon {
    transform: scale(0.9); }
  .search-input__btn .icon {
    display: block;
    width: 2.5em;
    height: 2.5em;
    margin-left: auto;
    margin-right: auto;
    color: hsl(0, 0%, 54%);
    transition: transform 0.2s; }

.search-input--icon-left .search-input__btn {
  left: 0;
  right: auto;
  pointer-events: none; }

.search-input__btn:focus .icon,
.search-input .form-control:focus + .search-input__btn .icon {
  color: hsl(198, 98%, 43%); }

/* -------------------------------- 

File#: _1_tooltip
Title: Tooltip
Descr: A popup displaying additional text information

-------------------------------- */

.tooltip-trigger {
  white-space: nowrap; }

.tooltip {
  display: inline-block;
  position: absolute;
  z-index: 5;
  padding: 0.375rem;
  border-radius: 0.25em;
  max-width: 200px;
  background-color: hsla(0, 0%, 23%, 0.98);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
  color: hsl(0, 0%, 96%);
  font-size: 0.83333em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s, visibility 0.2s; }
  .tooltip a {
    color: inherit;
    text-decoration: underline; }
  @supports ((-webkit-clip-path: inset(50%)) or (clip-path: inset(50%))) {
    .tooltip::before {
      content: '';
      position: absolute;
      background-color: inherit;
      border: inherit;
      width: 12px;
      height: 12px;
      -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%); } }

.tootip:not(.tooltip--sticky) {
  pointer-events: none; }

.tooltip--lg {
  max-width: 350px;
  padding: 0.5rem; }

.tooltip--top::before, .tooltip--bottom::before {
  left: calc(50% - 6px); }

.tooltip--top::before {
  bottom: -6px;
  transform: rotate(-45deg); }

.tooltip--bottom::before {
  top: -6px;
  transform: rotate(135deg); }

.tooltip--left::before, .tooltip--right::before {
  top: calc(50% - 6px); }

.tooltip--left::before {
  right: -6px;
  transform: rotate(-135deg); }

.tooltip--right::before {
  left: -6px;
  transform: rotate(45deg); }

.tooltip--is-hidden {
  visibility: hidden;
  opacity: 0; }

/* -------------------------------- 

File#: _1_sub-navigation
Title: Sub Navigation
Descr: Secondary navigation template

-------------------------------- */
.subnav {
  font-size: 0.83333em;
  background-color: hsl(0, 0%, 96%); }

.subnav__container {
  position: relative; }
  .subnav__container::after {
    content: '';
    width: 1em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, hsla(0, 0%, 91%, 0), hsla(0, 0%, 91%, 1));
    pointer-events: none; }

.subnav__list {
  display: flex;
  overflow: auto; }

.subnav__item {
  display: inline-block;
  flex-shrink: 0; }

.subnav__link {
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: hsla(0, 0%, 35%, 0.65);
  border: 3px solid transparent;
  border-right-width: 0;
  border-left-width: 0; }
  .subnav__link:hover {
    color: hsl(0, 0%, 35%); }
  .subnav__link[aria-current="page"] {
    border-bottom-color: hsl(198, 98%, 43%);
    color: hsl(0, 0%, 35%); }

/* --------------------------------

Title:Month Calendar
Descr:Month Calendar with event

-------------------------------- */

.monthly-calendar {
  padding: 0.75rem 0;
  width: 100%; }
  .monthly-calendar::before {
    content: 'desktop';
    display: none; }
  @media (min-width: 80rem) {
    .monthly-calendar {
      width: calc(100% - 2.5em);
      margin-left: auto;
      margin-right: auto;
      max-width: 90rem; }
      .monthly-calendar::before {
        content: 'desktop'; } }

.calendar .calendar__days {
  display: none; }
  @media (min-width: 48rem) {
    .calendar .calendar__days {
      display: block; } }
  .calendar .calendar__days ul {
    width: 100%;
    height: 50px;
    padding: 0; }
  .calendar .calendar__days li {
    width: 14.28571%;
    margin-bottom: 0;
    padding: 0 0.75rem;
    text-align: center;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 0 0 1px hsl(0, 0%, 96%);
    text-transform: uppercase;
    font-size: 0.83333em;
    color: hsl(0, 0%, 54%);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }

.calendar .calendar__date {
  width: 100%; }
  .calendar .calendar__date > ul {
    display: flex;
    flex-wrap: wrap; }
  .calendar .calendar__date > ul > li {
    width: 100%;
    min-height: 150px;
    position: relative;
    background: hsl(0, 0%, 100%);
    font-size: 0.83333em;
    border: 1px solid hsl(0, 0%, 96%);
    margin: 1.25rem 0; }
    @media (min-width: 48rem) {
      .calendar .calendar__date > ul > li {
        width: 14.28571%;
        flex-grow: 1;
        margin: 0; }
        .calendar .calendar__date > ul > li:not(:first-of-type) {
          border-left-width: 0; } }
  .calendar .calendar__date > ul > li > .day {
    color: hsl(0, 0%, 35%);
    font-weight: normal;
    display: block;
    background: hsl(0, 0%, 100%);
    padding: 0.75rem; }
    @media (min-width: 48rem) {
      .calendar .calendar__date > ul > li > .day {
        position: absolute;
        right: 5px;
        top: 5px;
        color: hsl(0, 0%, 82%);
        padding: 0;
        background: none; } }
  .calendar .calendar__date > ul > li.inactive {
    background: hsl(0, 0%, 96%); }

.calendar .calendar__event {
  z-index: 1;
  margin-top: 25px;
  width: 100%; }
  @media (min-width: 64rem) {
    .calendar .calendar__event {
      overflow: visible;
      padding: 0; }
      .calendar .calendar__event::after {
        display: none; } }

.calendar .calendar__single-event {
  padding: .1em;
  align-items: center;
  margin-bottom: 2px; }

.calendar .calendar__event-name, .calendar .calendar__event-time {
  color: hsl(0, 0%, 100%);
  display: block; }

.calendar .calendar__event-name {
  margin-right: 0.75rem;
  font-weight: 500; }

.calendar .calendar__event-time {
  line-height: 1;
  opacity: .8;
  font-size: 0.83333em; }

.calendar__events .calendar__single-event {
  flex-shrink: 1;
  width: calc(100% + 2px);
  height: auto;
  margin-right: 0;
  max-width: none;
  transition: opacity .2s,background .2s;
  display: block; }
  .calendar__events .calendar__single-event:last-of-type {
    margin-right: 0; }
  .calendar__events .calendar__single-event a {
    display: block;
    height: 100%;
    padding: .3em 1em; }
  .calendar__events .calendar__single-event .calendar__selected-event {
    visibility: hidden; }
  .calendar__events .calendar__single-event .calendar__event-info {
    min-width: 65%; }

.calendar__loading .calendar__events .calendar__single-event {
  opacity: 0; }

.calendar__single-event, .calendar__header-bg {
  background: hsl(198, 98%, 43%); }

.calendar__single-event:hover {
  background: hsl(198, 98%, 34%); }

.calendar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.7);
  z-index: 15;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  transition: visibility .2s;
  visibility: hidden;
  pointer-events: none; }
  .calendar-modal .calendar-modal__container {
    position: absolute;
    width: calc(100% - 2.5em);
    max-width: undefined;
    background: hsl(0, 0%, 100%);
    cursor: auto;
    max-height: calc(100vh - 5em - 3rem); }
    .calendar-modal .calendar-modal__container > * {
      padding: 2em; }

.calendar-modal.calendar-modal--open {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  visibility: visible;
  pointer-events: inherit; }

.calendar-modal__header {
  width: 30%;
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  text-align: left; }
  .calendar-modal__header span {
    display: block;
    font-size: 0.83333em;
    opacity: .7;
    line-height: 1.2;
    margin-bottom: 1em; }

.calendar-modal__body {
  position: relative;
  width: auto;
  height: 100%;
  background: hsl(0, 0%, 100%);
  width: 70%;
  overflow: hidden; }

.calendar-modal__event-info {
  z-index: 2;
  position: relative;
  height: 100%;
  overflow: auto; }
  .calendar-modal__event-info p {
    margin-bottom: 0.25rem;
    font-size: 0.83333em; }
  .calendar-modal__event-info h4 {
    font-weight: 500; }

.calendar-modal__close {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  color: hsl(0, 0%, 100%); }

/* -------------------------------- 

File#: _1_date-picker
Title: Date Picker
Descr: Input element used to select a date
Usage: codyhouse.co/license

-------------------------------- */

.date-input, .date-input__wrapper {
  position: relative; }

.date-input__trigger {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5em;
  display: none; }
  .date-input__trigger .icon {
    width: 1.2em;
    height: 1.2em; }
  .date-input__trigger:focus {
    color: hsl(198, 98%, 43%); }

.js .date-input__trigger {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center; }

.js .date-input__text {
  padding-right: calc(2.5em + 0.25rem); }

.date-input--hide-calendar .date-input__trigger {
  display: none; }

.date-picker {
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(0.75rem + 100%);
  background-color: hsl(0, 0%, 96%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .085), 0 1px 8px rgba(0, 0, 0, .1);
  border-radius: 0.25em;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem;
  transform: translateY(-4px);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out; }

.date-picker--is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .2s, transform .2s ease-out; }

.date-picker__header {
  background-color: hsl(0, 0%, 91%);
  padding-top: 0.375rem; }

.date-picker__month {
  position: relative;
  padding: 0 0.375rem; }

.date-picker__month-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: hsl(0, 0%, 23%);
  font-size: 1.1em; }

.date-picker__month-nav,
.date-picker__week,
.date-picker__dates {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  min-width: 14em;
  display: grid;
  grid-template-columns: repeat(7, minmax(2em, 2.5em));
  grid-gap: 0.25rem; }
  .date-picker__month-nav > *,
  .date-picker__week > *,
  .date-picker__dates > * {
    padding: 0 0 0 0;
    background-clip: content-box; }
  @supports (grid-area: auto) {
    .date-picker__month-nav,
    .date-picker__week,
    .date-picker__dates {
      margin: 0; }
      .date-picker__month-nav > *,
      .date-picker__week > *,
      .date-picker__dates > * {
        padding: 0;
        max-width: none !important; } }
  .date-picker__month-nav li,
  .date-picker__week li,
  .date-picker__dates li {
    flex-basis: 14.28%;
    max-width: 14.28%; }

.date-picker__month-nav {
  justify-content: space-between; }
  .date-picker__month-nav li {
    position: relative; }
  .date-picker__month-nav li:last-child {
    grid-column: 7 / 8; }

.date-picker__month-nav-btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 32px;
  border-radius: 0.25em;
  transition: .2s;
  color: hsl(0, 0%, 54%); }
  .date-picker__month-nav-btn .icon {
    display: block;
    margin: auto; }
  .date-picker__month-nav-btn:hover {
    background-color: hsl(0, 0%, 82%);
    color: hsl(0, 0%, 35%); }
  .date-picker__month-nav-btn:focus {
    outline: none;
    background-color: hsl(0, 0%, 35%);
    color: hsl(0, 0%, 96%); }
  .date-picker__month-nav-btn:active {
    background-color: hsla(0, 0%, 35%, 0.9); }

.date-picker__week {
  padding: 0 0.375rem; }

.date-picker__day {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
  color: hsl(0, 0%, 54%); }

.date-picker__dates {
  padding: 0.375rem; }

.date-picker__date {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 32px;
  text-align: center;
  border-radius: 0.25em;
  transition: .2s; }
  .date-picker__date:hover {
    background-color: hsl(0, 0%, 91%); }
  .date-picker__date[tabindex="0"] {
    color: hsl(198, 98%, 43%); }
  .date-picker__date.date-picker__date--selected {
    background-color: hsl(198, 98%, 43%);
    color: hsl(0, 0%, 100%); }
  .date-picker__date:focus {
    outline: none;
    background-color: hsla(198, 98%, 43%, 0.2);
    color: hsl(0, 0%, 23%); }

@supports (grid-area: auto) {
  .date-picker__week li,
  .date-picker__dates li,
  .date-picker__month-nav li:last-child {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .date-picker__day,
  .date-picker__date,
  .date-picker__month-nav-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; } }

.date-picker__date::-moz-focus-inner {
  border: none; }

/* CANVAS */
.signature {
  overflow: hidden;
  height: 200px;
  margin-bottom: 1.25rem; }
  @media (min-width: 64rem) {
    .signature {
      margin-bottom: 0;
      margin-right: 0.75rem; } }
  .signature .canvas {
    width: 100%;
    height: 100%; }

/* -------------------------------- 

File#: _1_countdown
Title: CountDown
Descr: Widget to display a timer
Usage: codyhouse.co/license

-------------------------------- */
.countdown {
  display: flex;
  align-items: baseline; }

.countdown__timer {
  display: inline-block; }

.countdown__item {
  display: inline-block; }
  .countdown__item:nth-of-type(2)::after, .countdown__item:nth-of-type(3)::after {
    content: ':'; }

.countdown__value {
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums; }

.countdown--has-labels .countdown__item {
  margin-right: 0.5rem; }
  .countdown--has-labels .countdown__item:last-child {
    margin-right: 0; }

.countdown--has-labels .countdown__item::after {
  content: ''; }

.countdown--has-labels .countdown__label {
  font-size: 0.45em; }

.countdown--grid .countdown__timer {
  display: grid;
  grid-template-columns: repeat(4, 1.6em);
  grid-gap: 0.25rem; }

.countdown--grid .countdown__item {
  text-align: center;
  padding: 0.125rem 0;
  background-color: hsl(0, 0%, 96%); }

.countdown--grid .countdown__item::after {
  content: ''; }

.countdown--grid .countdown__label {
  display: block;
  text-transform: uppercase;
  font-size: 0.2em;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 54%); }

.js .countdown__fallback {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

html:not(.js) .countdown__info {
  display: none; }

.input--visible {
  outline: none;
  border-color: hsl(6, 95%, 60%);
  box-shadow: 0 0 0 3px hsla(6, 95%, 60%, 0.2); }
