/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@keyframes spinning {
  0% {
    transform: rotate3d(0, 0, 1, 0); }
  100% {
    transform: rotate3d(0, 0, 1, 720deg); } }

body {
  color: #374853;
  font-size: 16px; }

*::selection {
  background: #41B883;
  color: #fff; }

.typo__h1,
.typo__h2,
.typo__h3,
.typo__h4,
.typo__h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #374853;
  line-height: 1.2; }

.typo__h1 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 640px) {
    .typo__h1 {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1024px) {
    .typo__h1 {
      font-size: 2.5rem; } }

.typo__h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  padding-top: 3.75rem; }
  @media only screen and (min-width: 640px) {
    .typo__h2 {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1024px) {
    .typo__h2 {
      font-size: 1.8rem; } }

.typo__h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 1.375rem; }
  @media only screen and (min-width: 640px) {
    .typo__h3 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1024px) {
    .typo__h3 {
      font-size: 1.5rem; } }

.typo__h4 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.375rem; }
  @media only screen and (min-width: 640px) {
    .typo__h4 {
      font-size: 1.375rem; } }
  @media only screen and (min-width: 1024px) {
    .typo__h4 {
      font-size: 1.125rem; } }

.typo__p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1rem; }
  @media only screen and (min-width: 640px) {
    .typo__p {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1024px) {
    .typo__p {
      font-size: 1.125rem; } }

.typo__blockquote {
  font-family: "Dosis", sans-serif;
  font-size: 1rem;
  color: #939EA5;
  margin: 0px;
  border-left: 1px solid #E8E8E8;
  padding: 0.3125rem 1.25rem;
  line-height: 1.8;
  text-align: left; }
  .typo__blockquote cite {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-style: normal;
    margin-top: 6px;
    display: block;
    color: #374853; }
    .typo__blockquote cite:before {
      content: "\2014    "; }

.typo__hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  margin: 1.875rem 0;
  outline: none; }

.typo__link {
  color: #41B883;
  text-decoration: none;
  font-weight: 700; }

.typo__label {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #bbb;
  margin: 1.25rem 0 0.625rem;
  display: block; }

.typo__text {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  display: block;
  margin: 0;
  line-height: 1.4; }

.typo--bold, strong {
  font-weight: 700; }

kbd {
  color: #41B883;
  padding: 3px 5px;
  border-radius: 4px;
  background: #F3F3F3; }

html, body {
  font-size: 100%;
  height: 100%; }

html {
  overflow-y: auto;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.grid__column,
.grid__columns {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding: 0 20px; }

.grid__column--centered {
  display: block;
  margin: 0 auto; }

.grid__row--middle .grid__column,
.grid__row--middle .grid__columns {
  vertical-align: middle; }

.grid__row--bottom .grid__column,
.grid__row--bottom .grid__columns {
  vertical-align: bottom; }

.grid__row {
  display: block;
  font-size: 0;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  text-align: left;
  max-width: 1400px; }
  .grid__row:before, .grid__row:after {
    content: "";
    display: table; }
  .grid__row:after {
    clear: both; }
  .grid__row .grid__row {
    margin: 0 -20px; }
  .grid__row.grid__row--collapse > .grid__column {
    padding-left: 0;
    padding-right: 0; }

.grid__row--full {
  max-width: 100%; }

.grid__row--centered {
  text-align: center; }

.grid__push--small-reset {
  left: auto !important;
  right: auto !important; }

.blocks {
  margin: 0 -10px; }
  .blocks .blocks__element {
    position: relative;
    float: left;
    box-sizing: border-box;
    transition: background .2s ease;
    margin: 10px; }

.grid__unit--sm-1 {
  width: 8.33333%; }

.grid__push--sm-1 {
  left: 8.33333%;
  right: auto; }

.grid__pull--sm-1 {
  right: 8.33333%;
  left: auto; }

.grid__offset--sm-1 {
  margin-left: 8.33333%; }

.blocks--sm-1 .blocks__element {
  width: calc(100% - 20px); }

.grid__unit--sm-2 {
  width: 16.66667%; }

.grid__push--sm-2 {
  left: 16.66667%;
  right: auto; }

.grid__pull--sm-2 {
  right: 16.66667%;
  left: auto; }

.grid__offset--sm-2 {
  margin-left: 16.66667%; }

.blocks--sm-2 .blocks__element {
  width: calc(50% - 20px); }

.grid__unit--sm-3 {
  width: 25%; }

.grid__push--sm-3 {
  left: 25%;
  right: auto; }

.grid__pull--sm-3 {
  right: 25%;
  left: auto; }

.grid__offset--sm-3 {
  margin-left: 25%; }

.blocks--sm-3 .blocks__element {
  width: calc(33.33333% - 20px); }

.grid__unit--sm-4 {
  width: 33.33333%; }

.grid__push--sm-4 {
  left: 33.33333%;
  right: auto; }

.grid__pull--sm-4 {
  right: 33.33333%;
  left: auto; }

.grid__offset--sm-4 {
  margin-left: 33.33333%; }

.blocks--sm-4 .blocks__element {
  width: calc(25% - 20px); }

.grid__unit--sm-5 {
  width: 41.66667%; }

.grid__push--sm-5 {
  left: 41.66667%;
  right: auto; }

.grid__pull--sm-5 {
  right: 41.66667%;
  left: auto; }

.grid__offset--sm-5 {
  margin-left: 41.66667%; }

.blocks--sm-5 .blocks__element {
  width: calc(20% - 20px); }

.grid__unit--sm-6 {
  width: 50%; }

.grid__push--sm-6 {
  left: 50%;
  right: auto; }

.grid__pull--sm-6 {
  right: 50%;
  left: auto; }

.grid__offset--sm-6 {
  margin-left: 50%; }

.blocks--sm-6 .blocks__element {
  width: calc(16.66667% - 20px); }

.grid__unit--sm-7 {
  width: 58.33333%; }

.grid__push--sm-7 {
  left: 58.33333%;
  right: auto; }

.grid__pull--sm-7 {
  right: 58.33333%;
  left: auto; }

.grid__offset--sm-7 {
  margin-left: 58.33333%; }

.blocks--sm-7 .blocks__element {
  width: calc(14.28571% - 20px); }

.grid__unit--sm-8 {
  width: 66.66667%; }

.grid__push--sm-8 {
  left: 66.66667%;
  right: auto; }

.grid__pull--sm-8 {
  right: 66.66667%;
  left: auto; }

.grid__offset--sm-8 {
  margin-left: 66.66667%; }

.blocks--sm-8 .blocks__element {
  width: calc(12.5% - 20px); }

.grid__unit--sm-9 {
  width: 75%; }

.grid__push--sm-9 {
  left: 75%;
  right: auto; }

.grid__pull--sm-9 {
  right: 75%;
  left: auto; }

.grid__offset--sm-9 {
  margin-left: 75%; }

.blocks--sm-9 .blocks__element {
  width: calc(11.11111% - 20px); }

.grid__unit--sm-10 {
  width: 83.33333%; }

.grid__push--sm-10 {
  left: 83.33333%;
  right: auto; }

.grid__pull--sm-10 {
  right: 83.33333%;
  left: auto; }

.grid__offset--sm-10 {
  margin-left: 83.33333%; }

.blocks--sm-10 .blocks__element {
  width: calc(10% - 20px); }

.grid__unit--sm-11 {
  width: 91.66667%; }

.grid__push--sm-11 {
  left: 91.66667%;
  right: auto; }

.grid__pull--sm-11 {
  right: 91.66667%;
  left: auto; }

.grid__offset--sm-11 {
  margin-left: 91.66667%; }

.blocks--sm-11 .blocks__element {
  width: calc(9.09091% - 20px); }

.grid__unit--sm-12 {
  width: 100%; }

.grid__push--sm-12 {
  left: 100%;
  right: auto; }

.grid__pull--sm-12 {
  right: 100%;
  left: auto; }

.grid__offset--sm-12 {
  margin-left: 100%; }

.blocks--sm-12 .blocks__element {
  width: calc(8.33333% - 20px); }

@media only screen and (min-width: 640px) {
  html, body {
    overflow-x: initial; }
  .grid__push--md-reset {
    left: auto;
    right: auto; }
  .grid__unit--md-1 {
    width: 8.33333%; }
  .grid__push--md-1 {
    left: 8.33333%;
    right: auto; }
  .grid__pull--md-1 {
    right: 8.33333%;
    left: auto; }
  .grid__offset--md-1 {
    margin-left: 8.33333%; }
  .blocks--md-1 .blocks__element {
    width: calc(100% - 20px); }
  .grid__unit--md-2 {
    width: 16.66667%; }
  .grid__push--md-2 {
    left: 16.66667%;
    right: auto; }
  .grid__pull--md-2 {
    right: 16.66667%;
    left: auto; }
  .grid__offset--md-2 {
    margin-left: 16.66667%; }
  .blocks--md-2 .blocks__element {
    width: calc(50% - 20px); }
  .grid__unit--md-3 {
    width: 25%; }
  .grid__push--md-3 {
    left: 25%;
    right: auto; }
  .grid__pull--md-3 {
    right: 25%;
    left: auto; }
  .grid__offset--md-3 {
    margin-left: 25%; }
  .blocks--md-3 .blocks__element {
    width: calc(33.33333% - 20px); }
  .grid__unit--md-4 {
    width: 33.33333%; }
  .grid__push--md-4 {
    left: 33.33333%;
    right: auto; }
  .grid__pull--md-4 {
    right: 33.33333%;
    left: auto; }
  .grid__offset--md-4 {
    margin-left: 33.33333%; }
  .blocks--md-4 .blocks__element {
    width: calc(25% - 20px); }
  .grid__unit--md-5 {
    width: 41.66667%; }
  .grid__push--md-5 {
    left: 41.66667%;
    right: auto; }
  .grid__pull--md-5 {
    right: 41.66667%;
    left: auto; }
  .grid__offset--md-5 {
    margin-left: 41.66667%; }
  .blocks--md-5 .blocks__element {
    width: calc(20% - 20px); }
  .grid__unit--md-6 {
    width: 50%; }
  .grid__push--md-6 {
    left: 50%;
    right: auto; }
  .grid__pull--md-6 {
    right: 50%;
    left: auto; }
  .grid__offset--md-6 {
    margin-left: 50%; }
  .blocks--md-6 .blocks__element {
    width: calc(16.66667% - 20px); }
  .grid__unit--md-7 {
    width: 58.33333%; }
  .grid__push--md-7 {
    left: 58.33333%;
    right: auto; }
  .grid__pull--md-7 {
    right: 58.33333%;
    left: auto; }
  .grid__offset--md-7 {
    margin-left: 58.33333%; }
  .blocks--md-7 .blocks__element {
    width: calc(14.28571% - 20px); }
  .grid__unit--md-8 {
    width: 66.66667%; }
  .grid__push--md-8 {
    left: 66.66667%;
    right: auto; }
  .grid__pull--md-8 {
    right: 66.66667%;
    left: auto; }
  .grid__offset--md-8 {
    margin-left: 66.66667%; }
  .blocks--md-8 .blocks__element {
    width: calc(12.5% - 20px); }
  .grid__unit--md-9 {
    width: 75%; }
  .grid__push--md-9 {
    left: 75%;
    right: auto; }
  .grid__pull--md-9 {
    right: 75%;
    left: auto; }
  .grid__offset--md-9 {
    margin-left: 75%; }
  .blocks--md-9 .blocks__element {
    width: calc(11.11111% - 20px); }
  .grid__unit--md-10 {
    width: 83.33333%; }
  .grid__push--md-10 {
    left: 83.33333%;
    right: auto; }
  .grid__pull--md-10 {
    right: 83.33333%;
    left: auto; }
  .grid__offset--md-10 {
    margin-left: 83.33333%; }
  .blocks--md-10 .blocks__element {
    width: calc(10% - 20px); }
  .grid__unit--md-11 {
    width: 91.66667%; }
  .grid__push--md-11 {
    left: 91.66667%;
    right: auto; }
  .grid__pull--md-11 {
    right: 91.66667%;
    left: auto; }
  .grid__offset--md-11 {
    margin-left: 91.66667%; }
  .blocks--md-11 .blocks__element {
    width: calc(9.09091% - 20px); }
  .grid__unit--md-12 {
    width: 100%; }
  .grid__push--md-12 {
    left: 100%;
    right: auto; }
  .grid__pull--md-12 {
    right: 100%;
    left: auto; }
  .grid__offset--md-12 {
    margin-left: 100%; }
  .blocks--md-12 .blocks__element {
    width: calc(8.33333% - 20px); } }

@media only screen and (min-width: 1024px) {
  .grid__push--lg-reset {
    left: auto;
    right: auto; }
  .grid__unit--lg-1 {
    width: 8.33333%; }
  .grid__push--lg-1 {
    left: 8.33333%;
    right: auto; }
  .grid__pull--lg-1 {
    right: 8.33333%;
    left: auto; }
  .grid__offset--lg-1 {
    margin-left: 8.33333%; }
  .blocks--lg-1 .blocks__element {
    width: calc(100% - 20px); }
  .grid__unit--lg-2 {
    width: 16.66667%; }
  .grid__push--lg-2 {
    left: 16.66667%;
    right: auto; }
  .grid__pull--lg-2 {
    right: 16.66667%;
    left: auto; }
  .grid__offset--lg-2 {
    margin-left: 16.66667%; }
  .blocks--lg-2 .blocks__element {
    width: calc(50% - 20px); }
  .grid__unit--lg-3 {
    width: 25%; }
  .grid__push--lg-3 {
    left: 25%;
    right: auto; }
  .grid__pull--lg-3 {
    right: 25%;
    left: auto; }
  .grid__offset--lg-3 {
    margin-left: 25%; }
  .blocks--lg-3 .blocks__element {
    width: calc(33.33333% - 20px); }
  .grid__unit--lg-4 {
    width: 33.33333%; }
  .grid__push--lg-4 {
    left: 33.33333%;
    right: auto; }
  .grid__pull--lg-4 {
    right: 33.33333%;
    left: auto; }
  .grid__offset--lg-4 {
    margin-left: 33.33333%; }
  .blocks--lg-4 .blocks__element {
    width: calc(25% - 20px); }
  .grid__unit--lg-5 {
    width: 41.66667%; }
  .grid__push--lg-5 {
    left: 41.66667%;
    right: auto; }
  .grid__pull--lg-5 {
    right: 41.66667%;
    left: auto; }
  .grid__offset--lg-5 {
    margin-left: 41.66667%; }
  .blocks--lg-5 .blocks__element {
    width: calc(20% - 20px); }
  .grid__unit--lg-6 {
    width: 50%; }
  .grid__push--lg-6 {
    left: 50%;
    right: auto; }
  .grid__pull--lg-6 {
    right: 50%;
    left: auto; }
  .grid__offset--lg-6 {
    margin-left: 50%; }
  .blocks--lg-6 .blocks__element {
    width: calc(16.66667% - 20px); }
  .grid__unit--lg-7 {
    width: 58.33333%; }
  .grid__push--lg-7 {
    left: 58.33333%;
    right: auto; }
  .grid__pull--lg-7 {
    right: 58.33333%;
    left: auto; }
  .grid__offset--lg-7 {
    margin-left: 58.33333%; }
  .blocks--lg-7 .blocks__element {
    width: calc(14.28571% - 20px); }
  .grid__unit--lg-8 {
    width: 66.66667%; }
  .grid__push--lg-8 {
    left: 66.66667%;
    right: auto; }
  .grid__pull--lg-8 {
    right: 66.66667%;
    left: auto; }
  .grid__offset--lg-8 {
    margin-left: 66.66667%; }
  .blocks--lg-8 .blocks__element {
    width: calc(12.5% - 20px); }
  .grid__unit--lg-9 {
    width: 75%; }
  .grid__push--lg-9 {
    left: 75%;
    right: auto; }
  .grid__pull--lg-9 {
    right: 75%;
    left: auto; }
  .grid__offset--lg-9 {
    margin-left: 75%; }
  .blocks--lg-9 .blocks__element {
    width: calc(11.11111% - 20px); }
  .grid__unit--lg-10 {
    width: 83.33333%; }
  .grid__push--lg-10 {
    left: 83.33333%;
    right: auto; }
  .grid__pull--lg-10 {
    right: 83.33333%;
    left: auto; }
  .grid__offset--lg-10 {
    margin-left: 83.33333%; }
  .blocks--lg-10 .blocks__element {
    width: calc(10% - 20px); }
  .grid__unit--lg-11 {
    width: 91.66667%; }
  .grid__push--lg-11 {
    left: 91.66667%;
    right: auto; }
  .grid__pull--lg-11 {
    right: 91.66667%;
    left: auto; }
  .grid__offset--lg-11 {
    margin-left: 91.66667%; }
  .blocks--lg-11 .blocks__element {
    width: calc(9.09091% - 20px); }
  .grid__unit--lg-12 {
    width: 100%; }
  .grid__push--lg-12 {
    left: 100%;
    right: auto; }
  .grid__pull--lg-12 {
    right: 100%;
    left: auto; }
  .grid__offset--lg-12 {
    margin-left: 100%; }
  .blocks--lg-12 .blocks__element {
    width: calc(8.33333% - 20px); } }

.table {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  line-height: 1.4; }

.table__tr {
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-left: 0.25rem solid transparent; }
  .table__tr:nth-child(even) {
    background: #fafafa; }
  .table__tr:hover {
    background: #f4f4f4; }

.table__tr--primary {
  border-left: 0.25rem solid #41B883; }
  .table__tr--primary:hover {
    background: #f3fbf7; }

.table__td,
.table__th {
  padding: 0.875rem 1rem; }

.table__th {
  border-bottom: 1px solid #ccc; }

.table__container {
  overflow-x: auto; }

.table--full-size {
  width: 100%; }

.table--fixed {
  table-layout: fixed; }

.button {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  min-height: 2.5rem;
  line-height: 1.4;
  padding: 0.5rem 1.875rem 0.625rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background: #41B883;
  border: none;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  outline: none;
  vertical-align: middle;
  transition: 0.1s background ease, 0.1s border-color ease, 0.1s color ease;
  border-bottom: 3px solid #266d4d;
  text-decoration: none; }
  .button:hover, .button:focus {
    background: #349268;
    cursor: pointer; }
  .button:active {
    background: #266d4d; }
  .button:focus {
    outline: none; }
  .button--small {
    padding: 0.375rem 1.25rem 0.375rem;
    font-size: 0.75rem;
    min-height: 1.875rem; }
  .button--xlarge {
    padding: 0.875rem 3.125rem 0.9375rem;
    font-size: 1.125rem;
    min-height: 3.75rem; }
  .button--large {
    padding: 0.6875rem 2.5rem 0.8125rem;
    font-size: 1rem;
    min-height: 3.125rem; }
  .button--fake {
    background: none;
    color: #374853;
    border-color: transparent; }
    .button--fake:hover, .button--fake:focus {
      background: rgba(0, 0, 0, 0.05); }
  .button--hollow {
    background: none;
    color: #374853;
    border: 1px solid #a8a8a8; }
    .button--hollow:hover, .button--hollow:focus {
      background: rgba(0, 0, 0, 0.05);
      color: black;
      border: 1px solid #1c1c1c;
      cursor: pointer; }
  .button--expanded {
    width: 100%; }

.button--secondary {
  background: #374853;
  border-bottom: 3px solid #0e1316; }
  .button--secondary:hover, .button--secondary:focus {
    background: #232d34;
    cursor: pointer; }

.button--success {
  background: #43AC6A;
  border-bottom: 3px solid #26633d; }
  .button--success:hover, .button--success:focus {
    background: #358753;
    cursor: pointer; }

.button--error {
  background: #f08a24;
  border-bottom: 3px solid #a3570b; }
  .button--error:hover, .button--error:focus {
    background: #d3710e;
    cursor: pointer; }

.button--info {
  background: #5fadd6;
  border-bottom: 3px solid #2a7ba5; }
  .button--info:hover, .button--info:focus {
    background: #3698cc;
    cursor: pointer; }

.button__group {
  margin-bottom: 20px;
  width: 100%; }
  .button__group .button {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0; }
    .button__group .button:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .button__group .button:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.button__group--1 .button {
  width: 100%; }

.button__group--2 .button {
  width: 50%; }

.button__group--3 .button {
  width: 33.33333%; }

.form {
  position: relative; }

.form__input,
.form__textarea {
  position: relative;
  margin-bottom: 2rem; }

.form__input,
.form__textarea {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #374853;
  line-height: 2.375rem;
  min-height: 2.375rem;
  position: relative;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  background: #fff;
  padding: 0 0.8125rem;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box; }
  .form__input:hover,
  .form__textarea:hover {
    border-color: #cfcfcf; }
  .form__input:focus,
  .form__textarea:focus {
    border-color: #a8a8a8;
    outline: none; }
  .form__input--with-left-icon,
  .form__textarea--with-left-icon {
    padding-left: 2.8125rem; }
  .form__input--with-right-icon,
  .form__textarea--with-right-icon {
    padding-right: 2.8125rem; }

.form__icon {
  position: absolute;
  pointer-events: none;
  top: -1px;
  height: 2.5rem;
  line-height: 2.5rem; }
  .form__icon--right {
    right: 0.9375rem; }
  .form__icon--left {
    left: 0.8125rem; }

.form__textarea {
  max-width: 100%;
  min-height: 5.125rem;
  resize: none;
  line-height: 1.4;
  padding-top: 10px; }

.form__label, .form__label--inline {
  font-size: 0.8125rem;
  color: #4b6372;
  margin-bottom: 0.3125rem;
  margin-left: 0.875rem;
  display: block;
  font-family: "Lato", sans-serif; }

.form__label--inline {
  display: inline-block;
  margin-right: 1.25rem;
  margin-left: 0.5rem; }

.form-group {
  margin-bottom: 2rem; }
  .form-group .form__input,
  .form-group .form__textarea {
    margin-bottom: 0; }

.form-group--merged {
  font-size: 0;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-group--merged .form__label, .form-group--merged .form__label--inline {
    display: table-caption; }

.form-group__input,
.form-group__addon,
.form-group__button {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  white-space: nowrap; }

.form-group__addon:first-child,
.form-group__input:first-child,
.form-group__button:first-child .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px; }

.form-group__addon:last-child,
.form-group__input:last-child,
.form-group__button:last-child .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px; }

.form-group__input:not(:first-child):not(:last-child),
.form-group__addon:not(:first-child):not(:last-child),
.form-group__button:not(:first-child):not(:last-child) .button {
  border-radius: 0; }

.form-group__button:not(:first-child):not(:last-child) .button {
  margin-left: -1px;
  margin-right: -1px; }

.form-group__addon:first-child {
  border-right: none; }

.form-group__addon:last-child {
  border-left: none; }

.form-group__addon {
  background: #F3F3F3;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  height: 2.375rem;
  line-height: 2.375rem;
  width: 1%;
  padding: 0 13px;
  font-size: 14px;
  text-align: center; }

.form-group__button {
  width: 1%; }
  .form-group__button .button {
    margin: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

.form-group__message, .error {
  font-size: 0.75rem;
  line-height: 1;
  display: none;
  margin-left: 14px;
  margin-top: -1.6875rem;
  margin-bottom: 0.9375rem; }

.form-group--alert,
.form-group--error {
  animation-name: shakeError;
  animation-fill-mode: forward;
  animation-duration: .6s;
  animation-timing-function: ease-in-out; }

.form-group--loading .form__input {
  border-image-slice: 1;
  animation: loading-frame 1s infinite; }

@keyframes loading-frame {
  0% {
    border-color: #3acfd5; }
  50% {
    border-color: #3a4ed5; }
  100% {
    border-color: #3acfd5; } }

.form-group--success .form__label, .form-group--success .form__label--inline {
  color: #43AC6A; }

.form-group--success .form-group__addon {
  color: white;
  border-color: #85d0a1;
  background: #85d0a1; }

.form-group--success input,
.form-group--success textarea,
.form-group--success input:focus,
.form-group--success input:hover {
  border-color: #85d0a1; }

.form-group--success + .form-group__message, .form-group--success + .error {
  display: block;
  color: #73c893; }

.form-group--error .form__label, .form-group--error .form__label--inline {
  color: #f04124; }

.form-group--error .form-group__addon {
  color: white;
  border-color: #f79483;
  background: #f79483; }

.form-group--error input,
.form-group--error textarea,
.form-group--error input:focus,
.form-group--error input:hover {
  border-color: #f79483; }

.form-group--error + .form-group__message, .form-group--error + .error {
  display: block;
  color: #f57f6c; }

.form-group--alert .form__label, .form-group--alert .form__label--inline {
  color: #f08a24; }

.form-group--alert .form-group__addon {
  color: white;
  border-color: #f7bd83;
  background: #f7bd83; }

.form-group--alert input,
.form-group--alert textarea,
.form-group--alert input:focus,
.form-group--alert input:hover {
  border-color: #f7bd83; }

.form-group--alert + .form-group__message {
  display: block;
  color: #f5b06c; }

@keyframes shakeError {
  0% {
    transform: translateX(0); }
  15% {
    transform: translateX(0.375rem); }
  30% {
    transform: translateX(-0.375rem); }
  45% {
    transform: translateX(0.375rem); }
  60% {
    transform: translateX(-0.375rem); }
  75% {
    transform: translateX(0.375rem); }
  90% {
    transform: translateX(-0.375rem); }
  100% {
    transform: translateX(0); } }

.list {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #374853;
  letter-spacing: 0.4px;
  line-height: 32px;
  list-style: none; }

.list--sticky {
  position: fixed;
  top: 0; }

.list__heading {
  font-family: "Dosis", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #41B883;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 1.875rem 0 0.625rem; }

.list__link {
  color: #374853;
  text-decoration: none;
  display: block;
  padding: 0 0.625rem;
  margin-left: -0.625rem;
  border-radius: 5px; }
  .list__link--active {
    background: #F3F3F3; }
  .list__link--disabled {
    color: #939EA5;
    pointer-events: none; }

.list__dl {
  font-family: "Lato", sans-serif;
  font-weight: 300; }

.list__dt {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  color: #bbb; }

.list__dd {
  font-size: 1rem;
  margin-left: 0;
  margin-bottom: 1.25rem;
  line-height: 1.4; }

.list__ul,
.list__ol {
  margin: 0 0 0 1.875rem;
  padding: 0;
  line-height: 1.8;
  font-weight: 300; }

.list__ul {
  list-style: square; }

.tabs, .vertical-tabs {
  display: flex;
  align-items: stretch;
  min-height: 2.5rem; }

.tabs__link, .vertical-tabs__link {
  display: block;
  padding: 0 1.25rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  line-height: 2.5rem;
  color: #939EA5;
  transition: color .2s ease; }

.tabs__link--active, .vertical-tabs__link--active {
  font-weight: 700;
  color: #374853; }

.tabs {
  flex-direction: row;
  border-bottom: 3px solid #E8E8E8;
  margin-bottom: -3px; }

.tabs__link {
  border-bottom: 3px solid #E8E8E8;
  margin-bottom: -3px; }
  .tabs__link:hover, .tabs__link:focus {
    color: #374853; }

.tabs__link--active {
  border-color: #41B883; }

.vertical-tabs {
  flex-direction: column;
  border-right: 3px solid #E8E8E8;
  margin-right: -3px; }

.vertical-tabs__link {
  border-right: 3px solid #E8E8E8;
  margin-right: -3px; }
  .vertical-tabs__link:hover, .vertical-tabs__link:focus {
    color: #374853; }

.vertical-tabs__link--active {
  border-color: #41B883; }

.toggle {
  position: relative; }
  .toggle *, .toggle *:before, .toggle *:after {
    box-sizing: border-box; }
  .toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .toggle input[type="checkbox"][disabled] ~ label {
      pointer-events: none; }
      .toggle input[type="checkbox"][disabled] ~ label .toggle__switch {
        opacity: 0.4; }
  .toggle label {
    position: relative; }
    .toggle label .toggle__switch {
      position: relative;
      display: inline-block;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
      .toggle label .toggle__switch:after {
        content: "";
        position: absolute;
        display: inline-block;
        height: 2.125rem;
        width: 2.125rem;
        z-index: 5;
        background: white;
        transform: translate3d(0, 0, 0); }
  .toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(187, 187, 187, 0.5); }
  .toggle input[type="checkbox"]:focus ~ label .toggle__switch, .toggle input[type="checkbox"]:hover ~ label .toggle__switch {
    background-color: #bbb; }
  .toggle input[type="checkbox"]:checked ~ label .toggle__switch {
    background-color: #51c28f; }
  .toggle input[type="checkbox"]:checked:focus ~ label .toggle__switch, .toggle input[type="checkbox"]:checked:hover ~ label .toggle__switch {
    background-color: #41B883; }
  .toggle label .toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #c8c8c8; }
    .toggle label .toggle__switch:after {
      transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1); }
  .toggle input[type="checkbox"]:focus ~ label .toggle__switch:after, .toggle input[type="checkbox"]:hover ~ label .toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
  .toggle input[type="checkbox"]:checked ~ label .toggle__switch:after {
    transform: translate3d(36px, 0, 0); }
  .toggle__switch .toggle input[type="checkbox"]:checked:focus ~ label:after, .toggle__switch .toggle input[type="checkbox"]:checked:hover ~ label:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
  .toggle label {
    position: relative;
    margin-bottom: 1rem; }
    .toggle label .toggle__switch {
      height: 24px;
      width: 60px;
      border-radius: 100px; }
      .toggle label .toggle__switch:after {
        content: "";
        top: 3px;
        left: 3px;
        border-radius: 50px;
        width: 18px;
        height: 18px;
        z-index: 5; }
      .toggle label .toggle__switch:hover:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }

#main-nav {
  position: relative; }

.nav-list {
  max-height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  margin: 0;
  direction: rtl;
  padding-left: 16px;
  margin-left: -16px; }
  .nav-list > * {
    direction: ltr; }
  .nav-list .list__element {
    line-height: 1.1;
    padding: 5px 0; }
    .nav-list .list__element .link-active {
      color: #41B883; }
  .nav-list .list__heading .link-active {
    text-decoration: underline; }

.nav-list.list--sticky {
  max-width: 22.5%; }

@media only screen and (max-width: 640px) {
  .small--hidden {
    display: none !important; } }

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .medium--hidden {
    display: none !important; } }

@media only screen and (min-width: 640px) {
  .medium-up--hidden {
    display: none !important; } }

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .large--hidden {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .large-up--hidden {
    display: none !important; } }

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  .xlarge--hidden {
    display: none !important; } }

.utils--center {
  text-align: center; }

.utils--right {
  text-align: right; }

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+coffeescript+css-extras+git+jade+sass+scss&plugins=show-language+remove-initial-line-feed */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }

/* Code blocks */
pre[class*="language-"] {
  padding: 1.3em 1em;
  margin: 0 0 20px 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #F3F5F6; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

div.prism-show-language {
  position: relative; }

div.prism-show-language > div.prism-show-language-label[data-language] {
  color: black;
  background-color: #CFCFCF;
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  font-size: 0.9em;
  border-radius: 0 0 0 5px;
  padding: 0.1em 0.5em;
  text-shadow: none;
  z-index: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.invalid .typo__label {
  color: #f04124; }

.invalid .multiselect__tags {
  border-color: #f04124 !important; }

body {
  background: #fff;
  color: #35495E;
  font-family: 'Lato', Helvetica, sans-serif;
  text-decoration: none; }

.start {
  text-align: center;
  display: flex;
  background: linear-gradient(to left bottom, #8cc1f7 0%, #9cffd3 100%); }
  .start .typo__h1 {
    padding-top: 2.5rem;
    position: relative; }
  .start .typo__h3 {
    padding: 1.25rem 0; }
  @media only screen and (min-width: 640px) {
    .start {
      min-height: 100vh; } }
  .start .button {
    margin-bottom: 1.5rem; }

.start__list {
  padding-top: 1.875rem; }

.docs {
  text-align: left;
  padding-top: 3.75rem; }

.center-vertically {
  position: relative;
  align-self: center;
  width: 100%;
  min-height: 600px; }

.multiselect-example__container {
  margin: 0 auto 60px; }

.button {
  margin: 0 0.625rem; }

.logo {
  height: 4.375rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  display: inline-block; }

.monterail-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 1.875rem; }

.monterail-link {
  color: #EC1923; }

.button--github {
  padding-left: 3.75rem; }
  .button--github:before {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIzcHgiIGhlaWdodD0iMjNweCIgdmlld0JveD0iMCAwIDIzIDIzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkZpbGwgNTA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR2l0SHViLU1hcmsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDEuMDAwMDAwLCAtMzM2LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTUyLjYwODQ3MSwzMzYuNDQzODA3IEMxNDYuNDM4Njc0LDMzNi40NDM4MDcgMTQxLjQzNTA2LDM0MS40NDY3MzUgMTQxLjQzNTA2LDM0Ny42MTg1OSBDMTQxLjQzNTA2LDM1Mi41NTU2NjMgMTQ0LjYzNjU3NywzNTYuNzQzNjM0IDE0OS4wNzY5OTMsMzU4LjIyMTI1OCBDMTQ5LjYzNjA3NSwzNTguMzI0MTU2IDE0OS44Mzk4MTQsMzU3Ljk3OTEwMyAxNDkuODM5ODE0LDM1Ny42ODI3NTUgQzE0OS44Mzk4MTQsMzU3LjQxNzI3NyAxNDkuODMwMjEsMzU2LjcxNDgyMyAxNDkuODI0NzIyLDM1NS43ODI1NjIgQzE0Ni43MTY1LDM1Ni40NTc1NzYgMTQ2LjA2MDY5MywzNTQuMjg0MzU5IDE0Ni4wNjA2OTMsMzU0LjI4NDM1OSBDMTQ1LjU1MjM3NCwzNTIuOTkzMzI1IDE0NC44MTk3MzYsMzUyLjY0OTY0NCAxNDQuODE5NzM2LDM1Mi42NDk2NDQgQzE0My44MDUxNTYsMzUxLjk1Njc5MyAxNDQuODk2NTY3LDM1MS45NzA1MTMgMTQ0Ljg5NjU2NywzNTEuOTcwNTEzIEMxNDYuMDE4MTYxLDM1Mi4wNDk0MDIgMTQ2LjYwODExMywzNTMuMTIyMjkxIDE0Ni42MDgxMTMsMzUzLjEyMjI5MSBDMTQ3LjYwNDg1NywzNTQuODI5NzIxIDE0OS4yMjM3OTQsMzU0LjMzNjQ5NCAxNDkuODYwMzk0LDM1NC4wNTA0MzYgQzE0OS45NjE5MiwzNTMuMzI4Nzc0IDE1MC4yNTA3MjIsMzUyLjgzNjIzMyAxNTAuNTY5NzA4LDM1Mi41NTcwMzUgQzE0OC4wODg0OCwzNTIuMjc1MDkzIDE0NS40Nzk2NTksMzUxLjMxNjA3OCAxNDUuNDc5NjU5LDM0Ny4wMzQxMjYgQzE0NS40Nzk2NTksMzQ1LjgxNDQzNiAxNDUuOTE1MjYzLDM0NC44MTYzMiAxNDYuNjMwMDY1LDM0NC4wMzU2NjIgQzE0Ni41MTQ4MTgsMzQzLjc1MzAzNCAxNDYuMTMxMzUsMzQyLjYxNjM0OCAxNDYuNzM5ODIzLDM0MS4wNzgzNTggQzE0Ni43Mzk4MjMsMzQxLjA3ODM1OCAxNDcuNjc3NTcyLDM0MC43Nzc4OTQgMTQ5LjgxMjM3NCwzNDIuMjIzOTYyIEMxNTAuNzAzNDc2LDM0MS45NzU2MzMgMTUxLjY1OTc0NiwzNDEuODUyMTU1IDE1Mi42MDk4NDMsMzQxLjg0NzM1MyBDMTUzLjU1OTI1NCwzNDEuODUyMTU1IDE1NC41MTQ4MzgsMzQxLjk3NTYzMyAxNTUuNDA3MzEyLDM0Mi4yMjM5NjIgQzE1Ny41NDA3NDIsMzQwLjc3Nzg5NCAxNTguNDc3MTE5LDM0MS4wNzgzNTggMTU4LjQ3NzExOSwzNDEuMDc4MzU4IEMxNTkuMDg2OTY0LDM0Mi42MTYzNDggMTU4LjcwMzQ5NiwzNDMuNzUzMDM0IDE1OC41ODg5MzUsMzQ0LjAzNTY2MiBDMTU5LjMwNTEwOSwzNDQuODE2MzIgMTU5LjczNzI4MywzNDUuODE0NDM2IDE1OS43MzcyODMsMzQ3LjAzNDEyNiBDMTU5LjczNzI4MywzNTEuMzI3MDU0IDE1Ny4xMjQzNDYsMzUyLjI3MTY2MyAxNTQuNjM1NTczLDM1Mi41NDgxMTcgQzE1NS4wMzYxOTEsMzUyLjg5MzE3IDE1NS4zOTM1OTIsMzUzLjU3NTA0NSAxNTUuMzkzNTkyLDM1NC42MTcwNjQgQzE1NS4zOTM1OTIsMzU2LjExMTE1MSAxNTUuMzc5ODcyLDM1Ny4zMTY0MzYgMTU1LjM3OTg3MiwzNTcuNjgyNzU1IEMxNTUuMzc5ODcyLDM1Ny45ODE4NDcgMTU1LjU4MTU1MywzNTguMzI5NjQ0IDE1Ni4xNDgxODEsMzU4LjIyMDU3MiBDMTYwLjU4NTE2NywzNTYuNzM5NTE4IDE2My43ODM5NCwzNTIuNTU0MjkxIDE2My43ODM5NCwzNDcuNjE4NTkgQzE2My43ODM5NCwzNDEuNDQ2NzM1IDE1OC43ODAzMjYsMzM2LjQ0MzgwNyAxNTIuNjA4NDcxLDMzNi40NDM4MDciIGlkPSJGaWxsLTUwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    left: 1.5625rem;
    position: absolute; }

.blank__link {
  color: inherit;
  text-decoration: none; }

a.version {
  position: absolute;
  bottom: -0.4375rem;
  font-size: 1.25rem;
  transform: translateX(-100%);
  text-decoration: none; }
  a.version:link, a.version:visited {
    color: #41B883; }
  a.version:hover {
    color: #374853; }
