@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Inria+Serif:300,300i,400,400i,700,700i|Montserrat:400,400i,700,700i&display=swap");
/*
 * Modulifier || Code released under the UNLICENSE
 * Code under other copyrights & licenses listed below.
 * https://modulifier.web-dev.tools/#responsive;images;list-group;embed;media-object;icons;hidden;positioning;nice-lists;forms;buttons;accessibility;print
 */
@-moz-viewport {
  width: device-width;
  scale: 1;
}

@-ms-viewport {
  width: device-width;
  scale: 1;
}

@-o-viewport {
  width: device-width;
  scale: 1;
}

@-webkit-viewport {
  width: device-width;
  scale: 1;
}

@viewport {
  width: device-width;
  scale: 1;
}

html {
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

details {
  cursor: pointer;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

img {
  border: 0;
}

.img-flex,
.img-flex img {
  display: block;
  width: 100%;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

svg.img-flex {
  width: 100%;
  height: 100%;
}

.image-replacement, .ir {
  overflow: hidden;
  direction: ltr;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
}

.list-group, .list-group-inline, .list-group--inline {
  padding-left: 0;
  list-style-type: none;
}

.list-group > dd {
  margin-left: 0;
}

.list-group-inline::before,
.list-group-inline::after,
.list-group--inline::before,
.list-group--inline::after {
  content: "";
  display: table;
}

.list-group-inline::after,
.list-group--inline::after {
  clear: both;
}

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

.list-group-inline > dt,
.list-group--inline > dt {
  clear: left;
  float: left;
  width: 11em;
}

.list-group-inline > dd,
.list-group--inline > dd {
  float: left;
  min-width: 12em;
}

.embed {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.embed-1by1, .embed--1by1 {
  padding-top: 100%;
  /* Square */
}

.embed-2by1, .embed--2by1 {
  padding-top: 50%;
  /* Square */
}

.embed-4by3, .embed--4by3 {
  padding-top: 75%;
  /* Traditional TV/computer screens */
}

.embed-iso216, .embed--iso216 {
  padding-top: 70.92%;
  /* A-standard paper sizes */
}

.embed-3by2, .embed--3by2 {
  padding-top: 66.6%;
  /* Classic 35 mm film & most digital photos, landscape */
}

.embed-2by3, .embed--2by3 {
  padding-top: 150%;
  /* Classic 35 mm film & most digital photos, portrait */
}

.embed-golden, .embed--golden {
  padding-top: 61.8%;
  /* The Golden Ratio */
}

.embed-16by9, .embed--16by9 {
  padding-top: 56.25%;
  /* HD TV */
}

.embed-185by100, .embed--185by100 {
  padding-top: 54.05%;
  /* Common widescreen cinema */
}

.embed-24by10, .embed--24by10 {
  padding-top: 41.667%;
  /* Widescreen cinema: 2.4:1 */
}

.embed-3by1, .embed--3by1 {
  padding-top: 33.3333%;
  /* Panorama photos */
}

.embed-4by1, .embed--4by1 {
  padding-top: 25%;
  /* Polyvision */
}

.embed-5by1, .embed--5by1 {
  padding-top: 20%;
  /* Really wide... */
}

.embed-item, .embed__item {
  min-height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media {
  overflow: hidden;
}

.media-img, .media__img {
  float: left;
}

.media-img-reversed, .media__img--reversed {
  float: right;
}

.media-img-stacked, .media__img--stacked {
  float: none;
}

.media-body, .media__body {
  overflow: hidden;
  min-width: 12em;
  /* Slightly less than 200px, responsiveness built in */
}

.icon {
  display: inline-block;
  position: relative;
  background: transparent none no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.i-16, .i--16 {
  height: 16px;
  width: 16px;
}

.i-18, .i--18 {
  height: 18px;
  width: 18px;
}

.i-20, .i--20 {
  height: 20px;
  width: 20px;
}

.i-24, .i--24 {
  height: 24px;
  width: 24px;
}

.i-32, .i--32 {
  height: 32px;
  width: 32px;
}

.i-48, .i--48 {
  height: 48px;
  width: 48px;
}

.i-64, .i--64 {
  height: 64px;
  width: 64px;
}

.i-96, .i--96 {
  height: 96px;
  width: 96px;
}

.i-128, .i--128 {
  height: 128px;
  width: 128px;
}

.i-192, .i--192 {
  height: 192px;
  width: 192px;
}

.i-256, .i--256 {
  height: 256px;
  width: 256px;
}

.icon img,
.icon svg {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  fill: currentColor;
}

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

.icon-link,
.icon-link:focus,
.icon-link:hover {
  text-decoration: none;
}

[hidden], .hidden {
  /* stylelint-disable declaration-no-important */
  display: none !important;
  visibility: hidden !important;
  /* stylelint-enable */
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  clip: auto;
  clip-path: none;
}

.invisible {
  visibility: hidden;
}

.chop,
.crop {
  overflow: hidden;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scrollable {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.flex-align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.no-auto-margins,
.not-centered {
  /* stylelint-disable declaration-no-important */
  margin-left: 0 !important;
  margin-right: 0 !important;
  /* stylelint-enable */
}

.center-content,
.center-content-vertical,
.center-contents,
.center-contents-vertical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column wrap;
  -ms-flex-direction: column wrap;
  flex-flow: column wrap;
}

.center-content-start,
.center-content-vertical-start,
.center-contents-start,
.center-contents-vertical-start {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column wrap;
  -ms-flex-direction: column wrap;
  flex-flow: column wrap;
}

.center-content-horizontal,
.center-contents-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: row wrap;
  -ms-flex-direction: row wrap;
  flex-flow: row wrap;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

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

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

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

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

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

[class*="pin-"],
.absolute {
  position: absolute;
}

.static {
  position: static;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-1000 {
  z-index: 1000;
}

.pin-top-left,
.pin-left-top,
.pin-tl,
.pin-lt {
  top: 0;
  left: 0;
}

.pin-top-right,
.pin-right-top,
.pin-tr,
.pin-rt {
  top: 0;
  right: 0;
}

.pin-bottom-left,
.pin-left-bottom,
.pin-bl,
.pin-lb {
  bottom: 0;
  left: 0;
}

.pin-bottom-right,
.pin-right-bottom,
.pin-br,
.pin-rb {
  bottom: 0;
  right: 0;
}

.pin-top-center,
.pin-center-top,
.pin-tc,
.pin-ct {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pin-bottom-center,
.pin-center-bottom,
.pin-bc,
.pin-cb {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pin-center-left,
.pin-left-center,
.pin-cl,
.pin-lc {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pin-center-right,
.pin-right-center,
.pin-cr,
.pin-rc {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pin-center, .pin-c {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.width-quarter, .w-1-4 {
  width: 25%;
}

.width-half, .w-1-2 {
  width: 50%;
}

.width-full, .w-1 {
  width: 100%;
}

.height-quarter, .h-1-4 {
  height: 25%;
}

.height-half, .h-1-2 {
  height: 50%;
}

.height-full, .h-1 {
  height: 100%;
}

.height-win-quarter, .h-w-1-4 {
  height: 25vh;
  max-height: 46em;
}

.height-win-half, .h-w-1-2 {
  height: 50vh;
  max-height: 46em;
}

.height-win-full, .h-w-1 {
  height: 100vh;
  max-height: 46em;
}

ul {
  list-style-type: none;
}

ul > li::before {
  content: "·";
  float: left;
  margin-left: -1.6em;
  width: 1.3em;
  text-align: right;
}

ol {
  counter-reset: ol-simple-numbers;
  list-style-type: none;
}

ol > li::before {
  float: left;
  margin-left: -1.6em;
  width: 1.3em;
  counter-increment: ol-simple-numbers;
  content: counter(ol-simple-numbers);
  text-align: right;
}

.list-group > li::before,
.list-group-inline > li::before,
.list-group--inline > li::before {
  content: none;
}

/* stylelint-disable no-descending-specificity */
/*
 * (c) Nicolas Gallagher and Jonathan Neal of Normalize.css || MIT License
 *     https://necolas.github.io/normalize.css/
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[type="checkbox"],
[type="radio"] {
  opacity: 0;
  position: absolute;
  height: 1px;
  width: 1px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-top: 2px solid #666;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0 .3em 0 0;
  white-space: normal;
  border: 0;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* End Normalize.css code */
label,
.label-block {
  display: block;
  cursor: pointer;
}

[type="checkbox"] + label,
[type="radio"] + label,
.label-inline {
  display: inline-block;
}

input:not([type]),
[type="text"],
[type="number"],
[type="search"],
[type="url"],
[type="email"],
[type="password"],
[type="tel"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="date"],
[type="time"],
[type="range"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}

label {
  vertical-align: middle;
}

textarea {
  max-width: 100%;
  min-height: 4em;
  overflow: auto;
}

[type="color"] {
  display: inline-block;
  width: 2em;
}

select {
  display: block;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='70' d='M36.3 82.1l91.9 91.8 91.5-91.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - .4em) center;
  background-size: 18px auto;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 0;
}

[type="checkbox"] + label::before {
  content: " ";
  display: inline-block;
  height: 1.5em;
  margin-right: .3em;
  position: relative;
  vertical-align: middle;
  top: -.1em;
  width: 1.5em;
  background-color: transparent;
  background-size: cover;
  border: 2px solid #fff;
  line-height: inherit;
}

[type="checkbox"]:checked + label::before {
  background-color: #fff;
}

[type="checkbox"]:focus + label::before {
  outline: 3px solid #000;
  z-index: 1000;
}

[type="radio"] + label::before {
  content: " ";
  display: inline-block;
  height: 1.5em;
  margin-right: .3em;
  position: relative;
  vertical-align: middle;
  top: -.1em;
  width: 1.5em;
  background-color: transparent;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: inherit;
}

[type="radio"]:checked + label::before {
  background-color: #fff;
}

[type="radio"]:focus + label::before,
[type="radio"] + label:focus::before {
  box-shadow: 0 0 0 3px #000;
  z-index: 1000;
}

@media only screen and (max-width: 37.999em) {
  [type="checkbox"] + label,
  [type="radio"] + label {
    display: block;
    margin-bottom: .65rem;
  }
}

[type="range"] {
  border: 0;
  background-color: #fff;
}

[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ccc;
  border: 0;
  border-radius: 3px;
}

[type="range"]:active::-webkit-slider-runnable-track {
  background-color: #ccc;
}

[type="range"]::-moz-range-track {
  height: 6px;
  -moz-appearance: none;
  appearance: none;
  background-color: #ccc;
  border: 0;
  border-radius: 3px;
}

[type="range"]:active::-moz-range-track {
  background-color: #ccc;
}

[type="range"]::-ms-track {
  height: 6px;
  -ms-appearance: none;
  appearance: none;
  background-color: #ccc;
  border: 0;
  border-radius: 3px;
}

[type="range"]:active::-ms-track {
  background-color: #ccc;
}

[type="range"]::-webkit-slider-thumb {
  margin-top: -4px;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border: none;
  border-radius: 50%;
}

[type="range"]:hover::-webkit-slider-thumb {
  background-color: #000;
}

[type="range"]:active::-webkit-slider-thumb {
  background-color: #000;
}

[type="range"]::-moz-range-thumb {
  margin-top: -4px;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border: none;
  border-radius: 50%;
}

[type="range"]:hover::-moz-range-thumb {
  background-color: #000;
}

[type="range"]:active::-moz-range-thumb {
  background-color: #000;
}

[type="range"]::-ms-thumb {
  margin-top: -4px;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border: none;
  border-radius: 50%;
}

[type="range"]:hover::-ms-thumb {
  background-color: #000;
}

[type="range"]:active::-ms-thumb {
  background-color: #000;
}

[type="checkbox"].hide-custom-input + label::before,
[type="checkbox"] + .hide-custom-input::before,
[type="radio"].hide-custom-input + label::before,
[type="radio"] + .hide-custom-input::before {
  content: none;
  display: none;
}

/* stylelint-enable */
.link-box {
  display: block;
  text-decoration: none;
}

/* stylelint-disable no-descending-specificity */
button:not(.line-highlight),
.btn {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  overflow: visible;
  padding: .375em .75em .42em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #333;
  border-radius: 4px;
  border: 3px solid #333;
  color: #fff;
  font: inherit;
  text-decoration: none;
  text-transform: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* stylelint-enable */
button:not(.line-highlight):focus,
button:not(.line-highlight):hover,
.btn:focus,
.btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

button[disabled] {
  cursor: default;
}

.btn-light, .btn--light {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #000;
}

.btn-light:focus,
.btn-light:hover,
.btn--light:focus,
.btn--light:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-ghost,
.btn--ghost {
  background-color: transparent;
  border-color: #333;
  color: #000;
}

.btn-ghost:focus,
.btn-ghost:hover,
.btn--ghost:focus,
.btn--ghost:hover {
  background-color: #e2e2e2;
  border-color: #000;
  color: #000;
}

.btn-link {
  display: inline;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: inherit;
}

.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
  color: inherit;
}

a:hover, a:active {
  outline: none;
}

a:focus,
[tabindex="0"]:focus,
details:focus,
summary:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 3px solid #fff;
  outline-offset: 0;
}

a:focus, [tabindex="0"]:focus {
  outline-offset: 3px;
}

.skip-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.skip-links > li::before {
  content: none;
  /* Remove the bullets if nice lists is selected */
}

.skip-links a,
.skip-links button {
  padding: .5em .75em;
  position: absolute;
  top: -10em;
  z-index: 10000;
  /* To make sure they're always on top */
  background-color: #000;
  border: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}

.skip-links a:focus,
.skip-links button:focus {
  outline-offset: 3px;
  top: 0;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.print-only {
  display: none;
  visibility: hidden;
}

.page-break-before {
  page-break-before: always;
}

.page-break-after {
  page-break-after: always;
}

.no-page-break-inside {
  page-break-inside: avoid;
}

@media print {
  /* stylelint-disable declaration-no-important */
  .no-print {
    display: none !important;
    visibility: hidden !important;
  }
  .print-only,
  .force-print {
    display: block !important;
    visibility: visible !important;
  }
  /* stylelint-enable */
  .visually-hidden.force-print {
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    border: 0;
    clip: initial;
    clip-path: none;
  }
  /*
   * (c) Fabien Sa || MIT License
   *     http://bafs.github.io/Gutenberg/
   */
  table,
  blockquote,
  pre,
  code,
  figure,
  li,
  hr,
  ul,
  ol,
  a,
  tr {
    page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6, p, a {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p,
  h5 + p,
  h6 + p {
    page-break-before: avoid;
  }
  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }
  /* stylelint-disable declaration-no-important */
  pre {
    white-space: pre-wrap !important;
    word-wrap: break-word;
  }
  /* stylelint-enable */
  /* End Gutenberg code */
  /*
   * (c) HTML5 Boilerplate || MIT License
   *     https://html5boilerplate.com/
   */
  /* stylelint-disable declaration-no-important */
  *, *::before, *::after, *::first-letter, *::first-line {
    background: none transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* stylelint-enable */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after,
  a.no-print-href::after,
  a.href-no-print::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  /* End HTML5 Boilerplate code */
}

/*
  Gridifier || Code released under the UNLICENSE
  https://gridifier.web-dev.tools/#xs,4,0,0,0;s,4,25,0,0;m,4,38,1,1;l,6,60,1,1
*/
.grid {
  margin: 0;
  padding: 0;
  letter-spacing: -.31em;
  text-rendering: optimizeSpeed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.grid-middle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.grid-stretch {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.opera-only :-o-prefocus,
.grid {
  word-spacing: -.43em;
}

.unit {
  letter-spacing: normal;
  text-rendering: auto;
  vertical-align: top;
  word-spacing: normal;
  display: inline-block;
  visibility: visible;
}

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

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

[class*="unit-push-"],
[class*="unit-pull-"] {
  position: relative;
}

.unit-content-distribute {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.unit-content-center,
.unit-content-center-vertical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column wrap;
  -ms-flex-direction: column wrap;
  flex-flow: column wrap;
}

.unit-content-center-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: row wrap;
  -ms-flex-direction: row wrap;
  flex-flow: row wrap;
}

.content-fill,
.content-stretch {
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  max-width: 100%;
  /* @bugfix: IE 10, 11 */
}

.content-shrink {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}

.unit-xs-hidden,
.xs-0 {
  display: none;
  visibility: hidden;
}

.unit-xs-centered {
  margin: 0 auto;
}

.unit-xs-1,
.xs-1 {
  display: block;
  visibility: visible;
  width: 100%;
}

.unit-xs-1-2,
.xs-1-2 {
  width: 50%;
}

.unit-xs-1-3,
.xs-1-3 {
  width: 33.3333%;
}

.unit-xs-2-3,
.xs-2-3 {
  width: 66.6667%;
}

.unit-xs-1-4,
.xs-1-4 {
  width: 25%;
}

.unit-xs-3-4,
.xs-3-4 {
  width: 75%;
}

.unit-xs-1-2,
.xs-1-2,
.unit-xs-1-3,
.xs-1-3,
.unit-xs-2-3,
.xs-2-3,
.unit-xs-1-4,
.xs-1-4,
.unit-xs-3-4,
.xs-3-4 {
  display: inline-block;
  visibility: visible;
}

.unit-xs-1-2[class*="-content-"],
.xs-1-2[class*="-content-"],
.unit-xs-1-3[class*="-content-"],
.xs-1-3[class*="-content-"],
.unit-xs-2-3[class*="-content-"],
.xs-2-3[class*="-content-"],
.unit-xs-1-4[class*="-content-"],
.xs-1-4[class*="-content-"],
.unit-xs-3-4[class*="-content-"],
.xs-3-4[class*="-content-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.unit-xs-content-distribute,
.xs-content-distribute {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.unit-xs-content-center,
.unit-xs-content-center-vertical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column wrap;
  -ms-flex-direction: column wrap;
  flex-flow: column wrap;
}

.unit-xs-content-center-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: row wrap;
  -ms-flex-direction: row wrap;
  flex-flow: row wrap;
}

.xs-content-fill,
.xs-content-stretch {
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  max-width: 100%;
  /* @bugfix: IE 10, 11 */
}

.xs-content-shrink {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}

@media only screen and (min-width: 25em) {
  .unit-s-hidden,
  .s-0 {
    display: none;
    visibility: hidden;
  }
  .unit-s-centered {
    margin: 0 auto;
  }
  .unit-s-1,
  .s-1 {
    display: block;
    visibility: visible;
    width: 100%;
  }
  .unit-s-1-2,
  .s-1-2 {
    width: 50%;
  }
  .unit-s-1-3,
  .s-1-3 {
    width: 33.3333%;
  }
  .unit-s-2-3,
  .s-2-3 {
    width: 66.6667%;
  }
  .unit-s-1-4,
  .s-1-4 {
    width: 25%;
  }
  .unit-s-3-4,
  .s-3-4 {
    width: 75%;
  }
  .unit-s-1-2,
  .s-1-2,
  .unit-s-1-3,
  .s-1-3,
  .unit-s-2-3,
  .s-2-3,
  .unit-s-1-4,
  .s-1-4,
  .unit-s-3-4,
  .s-3-4 {
    display: inline-block;
    visibility: visible;
  }
  .unit-s-1-2[class*="-content-"],
  .s-1-2[class*="-content-"],
  .unit-s-1-3[class*="-content-"],
  .s-1-3[class*="-content-"],
  .unit-s-2-3[class*="-content-"],
  .s-2-3[class*="-content-"],
  .unit-s-1-4[class*="-content-"],
  .s-1-4[class*="-content-"],
  .unit-s-3-4[class*="-content-"],
  .s-3-4[class*="-content-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .unit-s-content-distribute,
  .s-content-distribute {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .unit-s-content-center,
  .unit-s-content-center-vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column wrap;
    -ms-flex-direction: column wrap;
    flex-flow: column wrap;
  }
  .unit-s-content-center-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: row wrap;
    -ms-flex-direction: row wrap;
    flex-flow: row wrap;
  }
  .s-content-fill,
  .s-content-stretch {
    -ms-flex-grow: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    max-width: 100%;
    /* @bugfix: IE 10, 11 */
  }
  .s-content-shrink {
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
  }
}

@media only screen and (min-width: 38em) {
  .unit-m-hidden,
  .m-0 {
    display: none;
    visibility: hidden;
  }
  .unit-m-centered {
    margin: 0 auto;
  }
  .unit-m-1,
  .m-1 {
    display: block;
    visibility: visible;
    width: 100%;
  }
  .unit-offset-m-0 {
    margin-left: 0;
  }
  .unit-push-m-0,
  .unit-pull-m-0 {
    left: 0;
  }
  .unit-m-1-2,
  .m-1-2 {
    width: 50%;
  }
  .unit-offset-m-1-2 {
    margin-left: 50%;
  }
  .unit-push-m-1-2 {
    left: 50%;
  }
  .unit-pull-m-1-2 {
    left: -50%;
  }
  .unit-m-1-3,
  .m-1-3 {
    width: 33.3333%;
  }
  .unit-offset-m-1-3 {
    margin-left: 33.3333%;
  }
  .unit-push-m-1-3 {
    left: 33.3333%;
  }
  .unit-pull-m-1-3 {
    left: -33.3333%;
  }
  .unit-m-2-3,
  .m-2-3 {
    width: 66.6667%;
  }
  .unit-offset-m-2-3 {
    margin-left: 66.6667%;
  }
  .unit-push-m-2-3 {
    left: 66.6667%;
  }
  .unit-pull-m-2-3 {
    left: -66.6667%;
  }
  .unit-m-1-4,
  .m-1-4 {
    width: 25%;
  }
  .unit-offset-m-1-4 {
    margin-left: 25%;
  }
  .unit-push-m-1-4 {
    left: 25%;
  }
  .unit-pull-m-1-4 {
    left: -25%;
  }
  .unit-m-3-4,
  .m-3-4 {
    width: 75%;
  }
  .unit-offset-m-3-4 {
    margin-left: 75%;
  }
  .unit-push-m-3-4 {
    left: 75%;
  }
  .unit-pull-m-3-4 {
    left: -75%;
  }
  .unit-m-1-2,
  .m-1-2,
  .unit-m-1-3,
  .m-1-3,
  .unit-m-2-3,
  .m-2-3,
  .unit-m-1-4,
  .m-1-4,
  .unit-m-3-4,
  .m-3-4 {
    display: inline-block;
    visibility: visible;
  }
  .unit-m-1-2[class*="-content-"],
  .m-1-2[class*="-content-"],
  .unit-m-1-3[class*="-content-"],
  .m-1-3[class*="-content-"],
  .unit-m-2-3[class*="-content-"],
  .m-2-3[class*="-content-"],
  .unit-m-1-4[class*="-content-"],
  .m-1-4[class*="-content-"],
  .unit-m-3-4[class*="-content-"],
  .m-3-4[class*="-content-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .unit-m-content-distribute,
  .m-content-distribute {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .unit-m-content-center,
  .unit-m-content-center-vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column wrap;
    -ms-flex-direction: column wrap;
    flex-flow: column wrap;
  }
  .unit-m-content-center-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: row wrap;
    -ms-flex-direction: row wrap;
    flex-flow: row wrap;
  }
  .m-content-fill,
  .m-content-stretch {
    -ms-flex-grow: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    max-width: 100%;
    /* @bugfix: IE 10, 11 */
  }
  .m-content-shrink {
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
  }
}

@media only screen and (min-width: 60em) {
  .unit-l-hidden,
  .l-0 {
    display: none;
    visibility: hidden;
  }
  .unit-l-centered {
    margin: 0 auto;
  }
  .unit-l-1,
  .l-1 {
    display: block;
    visibility: visible;
    width: 100%;
  }
  .unit-offset-l-0 {
    margin-left: 0;
  }
  .unit-push-l-0,
  .unit-pull-l-0 {
    left: 0;
  }
  .unit-l-1-2,
  .l-1-2 {
    width: 50%;
  }
  .unit-offset-l-1-2 {
    margin-left: 50%;
  }
  .unit-push-l-1-2 {
    left: 50%;
  }
  .unit-pull-l-1-2 {
    left: -50%;
  }
  .unit-l-1-3,
  .l-1-3 {
    width: 33.3333%;
  }
  .unit-offset-l-1-3 {
    margin-left: 33.3333%;
  }
  .unit-push-l-1-3 {
    left: 33.3333%;
  }
  .unit-pull-l-1-3 {
    left: -33.3333%;
  }
  .unit-l-2-3,
  .l-2-3 {
    width: 66.6667%;
  }
  .unit-offset-l-2-3 {
    margin-left: 66.6667%;
  }
  .unit-push-l-2-3 {
    left: 66.6667%;
  }
  .unit-pull-l-2-3 {
    left: -66.6667%;
  }
  .unit-l-1-4,
  .l-1-4 {
    width: 25%;
  }
  .unit-offset-l-1-4 {
    margin-left: 25%;
  }
  .unit-push-l-1-4 {
    left: 25%;
  }
  .unit-pull-l-1-4 {
    left: -25%;
  }
  .unit-l-3-4,
  .l-3-4 {
    width: 75%;
  }
  .unit-offset-l-3-4 {
    margin-left: 75%;
  }
  .unit-push-l-3-4 {
    left: 75%;
  }
  .unit-pull-l-3-4 {
    left: -75%;
  }
  .unit-l-1-5,
  .l-1-5 {
    width: 20%;
  }
  .unit-offset-l-1-5 {
    margin-left: 20%;
  }
  .unit-push-l-1-5 {
    left: 20%;
  }
  .unit-pull-l-1-5 {
    left: -20%;
  }
  .unit-l-2-5,
  .l-2-5 {
    width: 40%;
  }
  .unit-offset-l-2-5 {
    margin-left: 40%;
  }
  .unit-push-l-2-5 {
    left: 40%;
  }
  .unit-pull-l-2-5 {
    left: -40%;
  }
  .unit-l-3-5,
  .l-3-5 {
    width: 60%;
  }
  .unit-offset-l-3-5 {
    margin-left: 60%;
  }
  .unit-push-l-3-5 {
    left: 60%;
  }
  .unit-pull-l-3-5 {
    left: -60%;
  }
  .unit-l-4-5,
  .l-4-5 {
    width: 80%;
  }
  .unit-offset-l-4-5 {
    margin-left: 80%;
  }
  .unit-push-l-4-5 {
    left: 80%;
  }
  .unit-pull-l-4-5 {
    left: -80%;
  }
  .unit-l-1-6,
  .l-1-6 {
    width: 16.6667%;
  }
  .unit-offset-l-1-6 {
    margin-left: 16.6667%;
  }
  .unit-push-l-1-6 {
    left: 16.6667%;
  }
  .unit-pull-l-1-6 {
    left: -16.6667%;
  }
  .unit-l-5-6,
  .l-5-6 {
    width: 83.3333%;
  }
  .unit-offset-l-5-6 {
    margin-left: 83.3333%;
  }
  .unit-push-l-5-6 {
    left: 83.3333%;
  }
  .unit-pull-l-5-6 {
    left: -83.3333%;
  }
  .unit-l-1-2,
  .l-1-2,
  .unit-l-1-3,
  .l-1-3,
  .unit-l-2-3,
  .l-2-3,
  .unit-l-1-4,
  .l-1-4,
  .unit-l-3-4,
  .l-3-4,
  .unit-l-1-5,
  .l-1-5,
  .unit-l-2-5,
  .l-2-5,
  .unit-l-3-5,
  .l-3-5,
  .unit-l-4-5,
  .l-4-5,
  .unit-l-1-6,
  .l-1-6,
  .unit-l-5-6,
  .l-5-6 {
    display: inline-block;
    visibility: visible;
  }
  .unit-l-1-2[class*="-content-"],
  .l-1-2[class*="-content-"],
  .unit-l-1-3[class*="-content-"],
  .l-1-3[class*="-content-"],
  .unit-l-2-3[class*="-content-"],
  .l-2-3[class*="-content-"],
  .unit-l-1-4[class*="-content-"],
  .l-1-4[class*="-content-"],
  .unit-l-3-4[class*="-content-"],
  .l-3-4[class*="-content-"],
  .unit-l-1-5[class*="-content-"],
  .l-1-5[class*="-content-"],
  .unit-l-2-5[class*="-content-"],
  .l-2-5[class*="-content-"],
  .unit-l-3-5[class*="-content-"],
  .l-3-5[class*="-content-"],
  .unit-l-4-5[class*="-content-"],
  .l-4-5[class*="-content-"],
  .unit-l-1-6[class*="-content-"],
  .l-1-6[class*="-content-"],
  .unit-l-5-6[class*="-content-"],
  .l-5-6[class*="-content-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .unit-l-content-distribute,
  .l-content-distribute {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .unit-l-content-center,
  .unit-l-content-center-vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column wrap;
    -ms-flex-direction: column wrap;
    flex-flow: column wrap;
  }
  .unit-l-content-center-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: row wrap;
    -ms-flex-direction: row wrap;
    flex-flow: row wrap;
  }
  .l-content-fill,
  .l-content-stretch {
    -ms-flex-grow: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    max-width: 100%;
    /* @bugfix: IE 10, 11 */
  }
  .l-content-shrink {
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
  }
}

/*
  Typografier || Code released under the UNLICENSE
  https://typografier.web-dev.tools/#0,100,1.3,1.067,0;38,110,1.4,1.125,1;60,120,1.5,1.125,1;90,130,1.5,1.125,1
*/
html {
  font-size: 100%;
  line-height: 1.3;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

sub,
sup {
  font-size: .75em;
  line-height: 1px;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

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

b,
strong {
  font-weight: bold;
}

dfn,
caption {
  font-style: italic;
}

hr {
  border: 0;
  border-top: 2px solid #000;
  height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

caption {
  text-align: left;
}

th,
td {
  border-bottom: 1px solid #000;
  text-align: left;
  vertical-align: top;
}

thead th {
  vertical-align: bottom;
  border-bottom-width: 2px;
}

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

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

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

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

.not-bold {
  font-weight: normal;
}

.not-italic {
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 65em;
  width: 100%;
}

.wrapper-no-center {
  max-width: 65em;
  width: 100%;
}

.max-length {
  margin-left: auto;
  margin-right: auto;
  max-width: 36em;
  width: 100%;
}

.max-length-no-center {
  max-width: 36em;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote,
details,
hr,
fieldset,
pre,
table,
caption,
menu {
  margin: 0 0 1.3rem;
}

.tenamega {
  font-size: 2.0408rem;
  line-height: 2.925rem;
}

.tenakilo {
  font-size: 1.9127rem;
  line-height: 2.6rem;
}

.tena {
  font-size: 1.7926rem;
  line-height: 2.6rem;
}

.nina {
  font-size: 1.68rem;
  line-height: 2.275rem;
}

.yotta {
  font-size: 1.5745rem;
  line-height: 2.275rem;
}

.zetta {
  font-size: 1.4757rem;
  line-height: 1.95rem;
}

h1,
.exa {
  font-size: 1.383rem;
  line-height: 1.95rem;
}

h2,
.peta {
  font-size: 1.2962rem;
  line-height: 1.95rem;
}

h3,
.tera {
  font-size: 1.2148rem;
  line-height: 1.625rem;
}

h4,
.giga {
  font-size: 1.1385rem;
  line-height: 1.625rem;
}

h5,
.mega {
  font-size: 1.067rem;
  line-height: 1.625rem;
}

h6,
.kilo,
input,
textarea {
  font-size: 1rem;
  line-height: 1.3rem;
}

small,
.milli {
  font-size: .9372rem;
  line-height: 1.3rem;
}

.micro {
  font-size: .8784rem;
  line-height: 1.3rem;
}

.nano {
  font-size: .8232rem;
  line-height: 1.3rem;
}

.pico {
  font-size: .7715rem;
  line-height: 1.3rem;
}

ul {
  padding-left: 1em;
}

ol {
  padding-left: 1.6em;
}

input,
option,
select {
  height: calc(1.3rem + .1625rem + .1625rem);
}

[type="color"] {
  width: calc(1.3rem + .1625rem + .1625rem);
}

[type="checkbox"],
[type="radio"] {
  display: inline-block;
  height: auto;
}

.push {
  margin-bottom: 1.3rem;
}

.push-none,
.push-0 {
  margin-bottom: 0;
}

.push-double,
.push-2 {
  margin-bottom: 2.6rem;
}

.push-three-quarters,
.push-3-4 {
  margin-bottom: .975rem;
}

.push-half,
.push-1-2 {
  margin-bottom: .65rem;
}

.push-quarter,
.push-1-4 {
  margin-bottom: .325rem;
}

.push-eighth,
.push-1-8 {
  margin-bottom: .1625rem;
}

.push-right-eighth,
.push-r-1-8 {
  margin-right: .1625rem;
}

.push-right-quarter,
.push-r-1-4 {
  margin-right: .325rem;
}

.push-right-half,
.push-r-1-2 {
  margin-right: .65rem;
}

.push-right-three-quarters,
.push-r-3-4 {
  margin-right: .975rem;
}

.push-right,
.push-r {
  margin-right: 1.3rem;
}

.pad-top,
.pad-t {
  padding-top: 1.3rem;
}

.pad-bottom,
.pad-b {
  padding-bottom: 1.3rem;
}

.pad-top-double,
.pad-t-2 {
  padding-top: 2.6rem;
}

.pad-bottom-double,
.pad-b-2 {
  padding-bottom: 2.6rem;
}

.pad-top-three-quarters,
.pad-t-3-4 {
  padding-top: .975rem;
}

.pad-bottom-three-quarters,
.pad-b-3-4 {
  padding-bottom: .975rem;
}

.pad-top-half,
.pad-t-1-2 {
  padding-top: .65rem;
}

.pad-bottom-half,
.pad-b-1-2 {
  padding-bottom: .65rem;
}

.pad-top-quarter,
.pad-t-1-4 {
  padding-top: .325rem;
}

.pad-bottom-quarter,
.pad-b-1-4 {
  padding-bottom: .325rem;
}

.pad-top-eighth,
.pad-t-1-8 {
  padding-top: .1625rem;
}

.pad-bottom-eighth,
.pad-b-1-8 {
  padding-bottom: .1625rem;
}

.island {
  padding: 1.3rem;
}

.island-double,
.island-2 {
  padding: 2.6rem;
}

.island-three-quarters,
.island-3-4 {
  padding: .975rem;
}

.island-half,
.island-1-2 {
  padding: .65rem;
}

.island-quarter,
.island-1-4,
td,
table th {
  padding: .325rem;
}

.island-eighth,
.island-1-8,
input:not([type="checkbox"]),
input:not([type="radio"]),
textarea {
  padding: .1625rem;
}

.gutter {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.gutter-double,
.gutter-2 {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.gutter-three-quarters,
.gutter-3-4 {
  padding-left: .975rem;
  padding-right: .975rem;
}

.gutter-half,
.gutter-1-2 {
  padding-left: .65rem;
  padding-right: .65rem;
}

.gutter-quarter,
.gutter-1-4,
caption {
  padding-left: .325rem;
  padding-right: .325rem;
}

.gutter-eighth,
.gutter-1-8 {
  padding-left: .1625rem;
  padding-right: .1625rem;
}

.i-1 {
  height: 1.3rem;
  width: 1.3rem;
}

.i-3-4 {
  height: .975rem;
  width: .975rem;
}

.i-1-2 {
  height: .65rem;
  width: .65rem;
}

.i-1-4 {
  height: .325rem;
  width: .325rem;
}

.i-1-8 {
  height: .1625rem;
  width: .1625rem;
}

.i-1-1-2,
.i-3-2 {
  height: 1.95rem;
  width: 1.95rem;
}

.i-1-1-4,
.i-5-4 {
  height: 1.625rem;
  width: 1.625rem;
}

.i-1-3-4,
.i-7-4 {
  height: 2.275rem;
  width: 2.275rem;
}

.i-2 {
  height: 2.6rem;
  width: 2.6rem;
}

select {
  padding: 0 .1625rem;
}

fieldset {
  padding: .325rem 0;
  border: 0;
  border-top: 2px solid #000;
}

legend {
  padding-right: .325rem;
}

@media only screen and (min-width: 38em) {
  html {
    font-size: 110%;
    line-height: 1.4;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  dd,
  figure,
  blockquote,
  details,
  hr,
  fieldset,
  pre,
  table,
  caption,
  menu {
    margin: 0 0 1.4rem;
  }
  .tenamega {
    font-size: 3.6532rem;
    line-height: 4.9rem;
  }
  .tenakilo {
    font-size: 3.2473rem;
    line-height: 4.55rem;
  }
  .tena {
    font-size: 2.8865rem;
    line-height: 3.85rem;
  }
  .nina {
    font-size: 2.5658rem;
    line-height: 3.5rem;
  }
  .yotta {
    font-size: 2.2807rem;
    line-height: 3.15rem;
  }
  .zetta {
    font-size: 2.0273rem;
    line-height: 2.8rem;
  }
  h1,
  .exa {
    font-size: 1.802rem;
    line-height: 2.45rem;
  }
  h2,
  .peta {
    font-size: 1.6018rem;
    line-height: 2.1rem;
  }
  h3,
  .tera {
    font-size: 1.4238rem;
    line-height: 2.1rem;
  }
  h4,
  .giga {
    font-size: 1.2656rem;
    line-height: 1.75rem;
  }
  h5,
  .mega {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h6,
  .kilo,
  input,
  textarea {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  small,
  .milli {
    font-size: .8889rem;
    line-height: 1.4rem;
  }
  .micro {
    font-size: .7901rem;
    line-height: 1.4rem;
  }
  .nano {
    font-size: .7023rem;
    line-height: 1.05rem;
  }
  .pico {
    font-size: .6243rem;
    line-height: 1.05rem;
  }
  ul,
  ol {
    padding-left: 0;
  }
  ul ul,
  ol ul {
    padding-left: 1em;
  }
  ol ol,
  ul ol {
    padding-left: 1.6em;
  }
  .hang-punc {
    float: left;
    margin-left: -1.4em;
    text-align: right;
    width: 1.3em;
  }
  table {
    margin-left: -.35rem;
    margin-right: -.35rem;
    width: calc(100% + .35rem + .35rem);
  }
  input,
  option,
  select {
    height: calc(1.4rem + .175rem + .175rem);
  }
  [type="color"] {
    width: calc(1.4rem + .175rem + .175rem);
  }
  [type="checkbox"],
  [type="radio"] {
    display: inline-block;
    height: auto;
  }
  .push {
    margin-bottom: 1.4rem;
  }
  .push-none,
  .push-0 {
    margin-bottom: 0;
  }
  .push-double,
  .push-2 {
    margin-bottom: 2.8rem;
  }
  .push-three-quarters,
  .push-3-4 {
    margin-bottom: 1.05rem;
  }
  .push-half,
  .push-1-2 {
    margin-bottom: .7rem;
  }
  .push-quarter,
  .push-1-4 {
    margin-bottom: .35rem;
  }
  .push-eighth,
  .push-1-8 {
    margin-bottom: .175rem;
  }
  .push-right-eighth,
  .push-r-1-8 {
    margin-right: .175rem;
  }
  .push-right-quarter,
  .push-r-1-4 {
    margin-right: .35rem;
  }
  .push-right-half,
  .push-r-1-2 {
    margin-right: .7rem;
  }
  .push-right-three-quarters,
  .push-r-3-4 {
    margin-right: 1.05rem;
  }
  .push-right,
  .push-r {
    margin-right: 1.4rem;
  }
  .pad-top,
  .pad-t {
    padding-top: 1.4rem;
  }
  .pad-bottom,
  .pad-b {
    padding-bottom: 1.4rem;
  }
  .pad-top-double,
  .pad-t-2 {
    padding-top: 2.8rem;
  }
  .pad-bottom-double,
  .pad-b-2 {
    padding-bottom: 2.8rem;
  }
  .pad-top-three-quarters,
  .pad-t-3-4 {
    padding-top: 1.05rem;
  }
  .pad-bottom-three-quarters,
  .pad-b-3-4 {
    padding-bottom: 1.05rem;
  }
  .pad-top-half,
  .pad-t-1-2 {
    padding-top: .7rem;
  }
  .pad-bottom-half,
  .pad-b-1-2 {
    padding-bottom: .7rem;
  }
  .pad-top-quarter,
  .pad-t-1-4 {
    padding-top: .35rem;
  }
  .pad-bottom-quarter,
  .pad-b-1-4 {
    padding-bottom: .35rem;
  }
  .pad-top-eighth,
  .pad-t-1-8 {
    padding-top: .175rem;
  }
  .pad-bottom-eighth,
  .pad-b-1-8 {
    padding-bottom: .175rem;
  }
  .island {
    padding: 1.4rem;
  }
  .island-double,
  .island-2 {
    padding: 2.8rem;
  }
  .island-three-quarters,
  .island-3-4 {
    padding: 1.05rem;
  }
  .island-half,
  .island-1-2 {
    padding: .7rem;
  }
  .island-quarter,
  .island-1-4,
  td,
  table th {
    padding: .35rem;
  }
  .island-eighth,
  .island-1-8,
  input:not([type="checkbox"]),
  input:not([type="radio"]),
  textarea {
    padding: .175rem;
  }
  .gutter {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  .gutter-double,
  .gutter-2 {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
  .gutter-three-quarters,
  .gutter-3-4 {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
  .gutter-half,
  .gutter-1-2 {
    padding-left: .7rem;
    padding-right: .7rem;
  }
  .gutter-quarter,
  .gutter-1-4,
  caption {
    padding-left: .35rem;
    padding-right: .35rem;
  }
  .gutter-eighth,
  .gutter-1-8 {
    padding-left: .175rem;
    padding-right: .175rem;
  }
  .i-1 {
    height: 1.4rem;
    width: 1.4rem;
  }
  .i-3-4 {
    height: 1.05rem;
    width: 1.05rem;
  }
  .i-1-2 {
    height: .7rem;
    width: .7rem;
  }
  .i-1-4 {
    height: .35rem;
    width: .35rem;
  }
  .i-1-8 {
    height: .175rem;
    width: .175rem;
  }
  .i-1-1-2,
  .i-3-2 {
    height: 2.1rem;
    width: 2.1rem;
  }
  .i-1-1-4,
  .i-5-4 {
    height: 1.75rem;
    width: 1.75rem;
  }
  .i-1-3-4,
  .i-7-4 {
    height: 2.45rem;
    width: 2.45rem;
  }
  .i-2 {
    height: 2.8rem;
    width: 2.8rem;
  }
  select {
    padding: 0 .175rem;
  }
  fieldset {
    padding: .35rem 0;
    border: 0;
    border-top: 2px solid #000;
  }
  legend {
    padding-right: .35rem;
  }
}

@media only screen and (min-width: 60em) {
  html {
    font-size: 120%;
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  dd,
  figure,
  blockquote,
  details,
  hr,
  fieldset,
  pre,
  table,
  caption,
  menu {
    margin: 0 0 1.5rem;
  }
  .tenamega {
    font-size: 3.6532rem;
    line-height: 4.875rem;
  }
  .tenakilo {
    font-size: 3.2473rem;
    line-height: 4.5rem;
  }
  .tena {
    font-size: 2.8865rem;
    line-height: 4.125rem;
  }
  .nina {
    font-size: 2.5658rem;
    line-height: 3.375rem;
  }
  .yotta {
    font-size: 2.2807rem;
    line-height: 3rem;
  }
  .zetta {
    font-size: 2.0273rem;
    line-height: 3rem;
  }
  h1,
  .exa {
    font-size: 1.802rem;
    line-height: 2.625rem;
  }
  h2,
  .peta {
    font-size: 1.6018rem;
    line-height: 2.25rem;
  }
  h3,
  .tera {
    font-size: 1.4238rem;
    line-height: 1.875rem;
  }
  h4,
  .giga {
    font-size: 1.2656rem;
    line-height: 1.875rem;
  }
  h5,
  .mega {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  h6,
  .kilo,
  input,
  textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  small,
  .milli {
    font-size: .8889rem;
    line-height: 1.5rem;
  }
  .micro {
    font-size: .7901rem;
    line-height: 1.5rem;
  }
  .nano {
    font-size: .7023rem;
    line-height: 1.125rem;
  }
  .pico {
    font-size: .6243rem;
    line-height: 1.125rem;
  }
  ul,
  ol {
    padding-left: 0;
  }
  ul ul,
  ol ul {
    padding-left: 1em;
  }
  ol ol,
  ul ol {
    padding-left: 1.6em;
  }
  .hang-punc {
    float: left;
    margin-left: -1.4em;
    text-align: right;
    width: 1.3em;
  }
  table {
    margin-left: -.375rem;
    margin-right: -.375rem;
    width: calc(100% + .375rem + .375rem);
  }
  input,
  option,
  select {
    height: calc(1.5rem + .1875rem + .1875rem);
  }
  [type="color"] {
    width: calc(1.5rem + .1875rem + .1875rem);
  }
  [type="checkbox"],
  [type="radio"] {
    display: inline-block;
    height: auto;
  }
  .push {
    margin-bottom: 1.5rem;
  }
  .push-none,
  .push-0 {
    margin-bottom: 0;
  }
  .push-double,
  .push-2 {
    margin-bottom: 3rem;
  }
  .push-three-quarters,
  .push-3-4 {
    margin-bottom: 1.125rem;
  }
  .push-half,
  .push-1-2 {
    margin-bottom: .75rem;
  }
  .push-quarter,
  .push-1-4 {
    margin-bottom: .375rem;
  }
  .push-eighth,
  .push-1-8 {
    margin-bottom: .1875rem;
  }
  .push-right-eighth,
  .push-r-1-8 {
    margin-right: .1875rem;
  }
  .push-right-quarter,
  .push-r-1-4 {
    margin-right: .375rem;
  }
  .push-right-half,
  .push-r-1-2 {
    margin-right: .75rem;
  }
  .push-right-three-quarters,
  .push-r-3-4 {
    margin-right: 1.125rem;
  }
  .push-right,
  .push-r {
    margin-right: 1.5rem;
  }
  .pad-top,
  .pad-t {
    padding-top: 1.5rem;
  }
  .pad-bottom,
  .pad-b {
    padding-bottom: 1.5rem;
  }
  .pad-top-double,
  .pad-t-2 {
    padding-top: 3rem;
  }
  .pad-bottom-double,
  .pad-b-2 {
    padding-bottom: 3rem;
  }
  .pad-top-three-quarters,
  .pad-t-3-4 {
    padding-top: 1.125rem;
  }
  .pad-bottom-three-quarters,
  .pad-b-3-4 {
    padding-bottom: 1.125rem;
  }
  .pad-top-half,
  .pad-t-1-2 {
    padding-top: .75rem;
  }
  .pad-bottom-half,
  .pad-b-1-2 {
    padding-bottom: .75rem;
  }
  .pad-top-quarter,
  .pad-t-1-4 {
    padding-top: .375rem;
  }
  .pad-bottom-quarter,
  .pad-b-1-4 {
    padding-bottom: .375rem;
  }
  .pad-top-eighth,
  .pad-t-1-8 {
    padding-top: .1875rem;
  }
  .pad-bottom-eighth,
  .pad-b-1-8 {
    padding-bottom: .1875rem;
  }
  .island {
    padding: 1.5rem;
  }
  .island-double,
  .island-2 {
    padding: 3rem;
  }
  .island-three-quarters,
  .island-3-4 {
    padding: 1.125rem;
  }
  .island-half,
  .island-1-2 {
    padding: .75rem;
  }
  .island-quarter,
  .island-1-4,
  td,
  table th {
    padding: .375rem;
  }
  .island-eighth,
  .island-1-8,
  input:not([type="checkbox"]),
  input:not([type="radio"]),
  textarea {
    padding: .1875rem;
  }
  .gutter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gutter-double,
  .gutter-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gutter-three-quarters,
  .gutter-3-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .gutter-half,
  .gutter-1-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .gutter-quarter,
  .gutter-1-4,
  caption {
    padding-left: .375rem;
    padding-right: .375rem;
  }
  .gutter-eighth,
  .gutter-1-8 {
    padding-left: .1875rem;
    padding-right: .1875rem;
  }
  .i-1 {
    height: 1.5rem;
    width: 1.5rem;
  }
  .i-3-4 {
    height: 1.125rem;
    width: 1.125rem;
  }
  .i-1-2 {
    height: .75rem;
    width: .75rem;
  }
  .i-1-4 {
    height: .375rem;
    width: .375rem;
  }
  .i-1-8 {
    height: .1875rem;
    width: .1875rem;
  }
  .i-1-1-2,
  .i-3-2 {
    height: 2.25rem;
    width: 2.25rem;
  }
  .i-1-1-4,
  .i-5-4 {
    height: 1.875rem;
    width: 1.875rem;
  }
  .i-1-3-4,
  .i-7-4 {
    height: 2.625rem;
    width: 2.625rem;
  }
  .i-2 {
    height: 3rem;
    width: 3rem;
  }
  select {
    padding: 0 .1875rem;
  }
  fieldset {
    padding: .375rem 0;
    border: 0;
    border-top: 2px solid #000;
  }
  legend {
    padding-right: .375rem;
  }
}

@media only screen and (min-width: 90em) {
  html {
    font-size: 130%;
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  dd,
  figure,
  blockquote,
  details,
  hr,
  fieldset,
  pre,
  table,
  caption,
  menu {
    margin: 0 0 1.5rem;
  }
  .tenamega {
    font-size: 3.6532rem;
    line-height: 4.875rem;
  }
  .tenakilo {
    font-size: 3.2473rem;
    line-height: 4.5rem;
  }
  .tena {
    font-size: 2.8865rem;
    line-height: 4.125rem;
  }
  .nina {
    font-size: 2.5658rem;
    line-height: 3.375rem;
  }
  .yotta {
    font-size: 2.2807rem;
    line-height: 3rem;
  }
  .zetta {
    font-size: 2.0273rem;
    line-height: 3rem;
  }
  h1,
  .exa {
    font-size: 1.802rem;
    line-height: 2.625rem;
  }
  h2,
  .peta {
    font-size: 1.6018rem;
    line-height: 2.25rem;
  }
  h3,
  .tera {
    font-size: 1.4238rem;
    line-height: 1.875rem;
  }
  h4,
  .giga {
    font-size: 1.2656rem;
    line-height: 1.875rem;
  }
  h5,
  .mega {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  h6,
  .kilo,
  input,
  textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  small,
  .milli {
    font-size: .8889rem;
    line-height: 1.5rem;
  }
  .micro {
    font-size: .7901rem;
    line-height: 1.5rem;
  }
  .nano {
    font-size: .7023rem;
    line-height: 1.125rem;
  }
  .pico {
    font-size: .6243rem;
    line-height: 1.125rem;
  }
  ul,
  ol {
    padding-left: 0;
  }
  ul ul,
  ol ul {
    padding-left: 1em;
  }
  ol ol,
  ul ol {
    padding-left: 1.6em;
  }
  .hang-punc {
    float: left;
    margin-left: -1.4em;
    text-align: right;
    width: 1.3em;
  }
  table {
    margin-left: -.375rem;
    margin-right: -.375rem;
    width: calc(100% + .375rem + .375rem);
  }
  input,
  option,
  select {
    height: calc(1.5rem + .1875rem + .1875rem);
  }
  [type="color"] {
    width: calc(1.5rem + .1875rem + .1875rem);
  }
  [type="checkbox"],
  [type="radio"] {
    display: inline-block;
    height: auto;
  }
  .push {
    margin-bottom: 1.5rem;
  }
  .push-none,
  .push-0 {
    margin-bottom: 0;
  }
  .push-double,
  .push-2 {
    margin-bottom: 3rem;
  }
  .push-three-quarters,
  .push-3-4 {
    margin-bottom: 1.125rem;
  }
  .push-half,
  .push-1-2 {
    margin-bottom: .75rem;
  }
  .push-quarter,
  .push-1-4 {
    margin-bottom: .375rem;
  }
  .push-eighth,
  .push-1-8 {
    margin-bottom: .1875rem;
  }
  .push-right-eighth,
  .push-r-1-8 {
    margin-right: .1875rem;
  }
  .push-right-quarter,
  .push-r-1-4 {
    margin-right: .375rem;
  }
  .push-right-half,
  .push-r-1-2 {
    margin-right: .75rem;
  }
  .push-right-three-quarters,
  .push-r-3-4 {
    margin-right: 1.125rem;
  }
  .push-right,
  .push-r {
    margin-right: 1.5rem;
  }
  .pad-top,
  .pad-t {
    padding-top: 1.5rem;
  }
  .pad-bottom,
  .pad-b {
    padding-bottom: 1.5rem;
  }
  .pad-top-double,
  .pad-t-2 {
    padding-top: 3rem;
  }
  .pad-bottom-double,
  .pad-b-2 {
    padding-bottom: 3rem;
  }
  .pad-top-three-quarters,
  .pad-t-3-4 {
    padding-top: 1.125rem;
  }
  .pad-bottom-three-quarters,
  .pad-b-3-4 {
    padding-bottom: 1.125rem;
  }
  .pad-top-half,
  .pad-t-1-2 {
    padding-top: .75rem;
  }
  .pad-bottom-half,
  .pad-b-1-2 {
    padding-bottom: .75rem;
  }
  .pad-top-quarter,
  .pad-t-1-4 {
    padding-top: .375rem;
  }
  .pad-bottom-quarter,
  .pad-b-1-4 {
    padding-bottom: .375rem;
  }
  .pad-top-eighth,
  .pad-t-1-8 {
    padding-top: .1875rem;
  }
  .pad-bottom-eighth,
  .pad-b-1-8 {
    padding-bottom: .1875rem;
  }
  .island {
    padding: 1.5rem;
  }
  .island-double,
  .island-2 {
    padding: 3rem;
  }
  .island-three-quarters,
  .island-3-4 {
    padding: 1.125rem;
  }
  .island-half,
  .island-1-2 {
    padding: .75rem;
  }
  .island-quarter,
  .island-1-4,
  td,
  table th {
    padding: .375rem;
  }
  .island-eighth,
  .island-1-8,
  input:not([type="checkbox"]),
  input:not([type="radio"]),
  textarea {
    padding: .1875rem;
  }
  .gutter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gutter-double,
  .gutter-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gutter-three-quarters,
  .gutter-3-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .gutter-half,
  .gutter-1-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .gutter-quarter,
  .gutter-1-4,
  caption {
    padding-left: .375rem;
    padding-right: .375rem;
  }
  .gutter-eighth,
  .gutter-1-8 {
    padding-left: .1875rem;
    padding-right: .1875rem;
  }
  .i-1 {
    height: 1.5rem;
    width: 1.5rem;
  }
  .i-3-4 {
    height: 1.125rem;
    width: 1.125rem;
  }
  .i-1-2 {
    height: .75rem;
    width: .75rem;
  }
  .i-1-4 {
    height: .375rem;
    width: .375rem;
  }
  .i-1-8 {
    height: .1875rem;
    width: .1875rem;
  }
  .i-1-1-2,
  .i-3-2 {
    height: 2.25rem;
    width: 2.25rem;
  }
  .i-1-1-4,
  .i-5-4 {
    height: 1.875rem;
    width: 1.875rem;
  }
  .i-1-3-4,
  .i-7-4 {
    height: 2.625rem;
    width: 2.625rem;
  }
  .i-2 {
    height: 3rem;
    width: 3rem;
  }
  select {
    padding: 0 .1875rem;
  }
  fieldset {
    padding: .375rem 0;
    border: 0;
    border-top: 2px solid #000;
  }
  legend {
    padding-right: .375rem;
  }
}

.text-primary {
  color: #17853D;
}

.text-primary-dark {
  color: #082e15;
}

.text-primary-light {
  color: #28da66;
}

.bg-primary {
  background-color: #17853D;
}

.bg-primary-dark {
  background-color: #082e15;
}

.bg-primary-light {
  background-color: #28da66;
}

.text-secondary {
  color: #0DB8A9;
}

.text-secondary-dark {
  color: #065951;
}

.text-secondary-light {
  color: #3af1e1;
}

.bg-secondary {
  background-color: #0DB8A9;
}

.bg-secondary-dark {
  background-color: #065951;
}

.bg-secondary-light {
  background-color: #3af1e1;
}

.text-tertiary {
  color: #f6e9dc;
}

.text-tertiary-dark {
  color: #e1b68b;
}

.text-tertiary-light {
  color: white;
}

.bg-tertiary {
  background-color: #f6e9dc;
}

.bg-tertiary-dark {
  background-color: #e1b68b;
}

.bg-tertiary-light {
  background-color: white;
}

.text-fff {
  color: #fff;
}

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

.text-000 {
  color: #000;
}

.bg-000 {
  background-color: #000;
}

.text-grey {
  color: #ccc;
}

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

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

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

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

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

html {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(37deg, #c79118, #781136);
  color: #fff;
}

h1, h2, h3, h4 {
  font-family: "Inria Serif", serif;
}

h1 {
  font-weight: 400;
}

.splash {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

/*# sourceMappingURL=main.css.map */