nmsmith22389
3/15/2017 - 2:50 AM

founderial

founderial

@charset "UTF-8";
/* $foundation-palette: (
    primary:   #65719F,
    info:      #2199e8,
    secondary: #777,
    success:   #3adb76,
    warning:   #ffae00,
    alert:     #ec5840,
);
 */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,700");
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
|--------------------------------------------------------------------------
| Card Shadows
|--------------------------------------------------------------------------
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* @mixin foundation-everything($flex: false) {
  @if $flex {
    $global-flexbox: true !global;
  }

  @include foundation-global-styles;
  @if not $flex {
    @include foundation-grid;
  }
  @else {
    @include foundation-flex-grid;
  }
  @include foundation-typography;
  @include foundation-forms;
  @include foundation-button;
  @include foundation-accordion;
  @include foundation-accordion-menu;
  @include foundation-badge;
  @include foundation-breadcrumbs;
  @include foundation-button-group;
  @include foundation-callout;
  @include foundation-card;
  @include foundation-close-button;
  @include foundation-menu;
  @include foundation-menu-icon;
  @include foundation-drilldown-menu;
  @include foundation-dropdown;
  @include foundation-dropdown-menu;
  @include foundation-responsive-embed;
  @include foundation-label;
  @include foundation-media-object;
  @include foundation-off-canvas;
  @include foundation-orbit;
  @include foundation-pagination;
  @include foundation-progress-bar;
  @include foundation-slider;
  @include foundation-sticky;
  @include foundation-reveal;
  @include foundation-switch;
  @include foundation-table;
  @include foundation-tabs;
  @include foundation-thumbnail;
  @include foundation-title-bar;
  @include foundation-tooltip;
  @include foundation-top-bar;
  @include foundation-visibility-classes;
  @include foundation-float-classes;

  @if $flex {
    @include foundation-flex-classes;
  }
} */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active, a[type='text']:focus, a[type='password']:focus, a[type='date']:focus, a[type='datetime']:focus, a[type='datetime-local']:focus, a[type='month']:focus, a[type='week']:focus, a[type='email']:focus, a[type='number']:focus, a[type='search']:focus, a[type='tel']:focus, a[type='time']:focus, a[type='url']:focus, a[type='color']:focus,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
textarea,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */
input, textarea {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  font-weight: 400;
  font-family: Muli, Roboto, Arial, sans-serif;
}

body.theme-alternate {
  background-color: #303030;
  color: white;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 2px;
}

select {
  width: 100%;
  border-radius: 2px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

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

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

.accordion {
  margin-left: 0;
  background: white;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 2px 2px 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 2px 2px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0 0 2px 2px;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: white;
}

.accordion-content {
  display: none;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #673ab7 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: black;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #ff3f80;
}

.breadcrumbs a {
  color: #673ab7;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #ff3f80;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.callout > :first-child {
  margin-top: 0;
}

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

.callout.primary {
  background-color: #e8e0f5;
  color: rgba(0, 0, 0, 0.87);
}

.callout.accent {
  background-color: #ffe0e9;
  color: rgba(0, 0, 0, 0.87);
}

.callout.info {
  background-color: #e6ebff;
  color: rgba(0, 0, 0, 0.87);
}

.callout.success {
  background-color: #d8f6d8;
  color: rgba(0, 0, 0, 0.87);
}

.callout.warning {
  background-color: #fff6da;
  color: rgba(0, 0, 0, 0.87);
}

.callout.alert {
  background-color: #fbddde;
  color: rgba(0, 0, 0, 0.87);
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #ff3f80;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: black;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input, .menu textarea,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li, .menu.horizontal > li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a, .menu .stepper .stepper-steps li.done > a, .stepper .stepper-steps .menu li.done > a {
  background: #673ab7;
  color: white;
}

.menu.menu-bordered li {
  border: 1px solid #ff3f80;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #ff3f80;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  box-shadow: 0 7px 0 white, 0 14px 0 white;
  content: '';
}

.menu-icon:hover::after {
  background: #ff3f80;
  box-shadow: 0 7px 0 #ff3f80, 0 14px 0 #ff3f80;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  box-shadow: 0 7px 0 black, 0 14px 0 black;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #ff3f80;
  box-shadow: 0 7px 0 #ff3f80, 0 14px 0 #ff3f80;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: white;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #673ab7;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #673ab7 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #ff3f80;
  border-radius: 2px;
  background-color: #fafafa;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #673ab7 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #673ab7 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #673ab7;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #673ab7 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #673ab7 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #673ab7;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #673ab7 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #673ab7 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #673ab7;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #ff3f80;
  background: white;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #673ab7 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #673ab7;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video, .flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #ff3f80;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #ff3f80;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: white;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-previous[type='text']:focus, .orbit-previous[type='password']:focus, .orbit-previous[type='date']:focus, .orbit-previous[type='datetime']:focus, .orbit-previous[type='datetime-local']:focus, .orbit-previous[type='month']:focus, .orbit-previous[type='week']:focus, .orbit-previous[type='email']:focus, .orbit-previous[type='number']:focus, .orbit-previous[type='search']:focus, .orbit-previous[type='tel']:focus, .orbit-previous[type='time']:focus, .orbit-previous[type='url']:focus, .orbit-previous[type='color']:focus, .orbit-next:active, .orbit-next[type='text']:focus, .orbit-next[type='password']:focus, .orbit-next[type='date']:focus, .orbit-next[type='datetime']:focus, .orbit-next[type='datetime-local']:focus, .orbit-next[type='month']:focus, .orbit-next[type='week']:focus, .orbit-next[type='email']:focus, .orbit-next[type='number']:focus, .orbit-next[type='search']:focus, .orbit-next[type='tel']:focus, .orbit-next[type='time']:focus, .orbit-next[type='url']:focus, .orbit-next[type='color']:focus, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #ff3f80;
}

.orbit-bullets button:hover {
  background-color: #ff3f80;
}

.orbit-bullets button.is-active {
  background-color: #ff3f80;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 2px;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 2px;
  color: black;
}

.pagination a:hover,
.pagination button:hover {
  background: #ff3f80;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #673ab7;
  color: white;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #ff3f80;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: black;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.progress {
  height: 0.25rem;
  margin-bottom: 1rem;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.12);
}

.progress.primary .progress-meter {
  background-color: #673ab7;
}

.progress.accent .progress-meter {
  background-color: #ff2d6f;
}

.progress.info .progress-meter {
  background-color: #5677fc;
}

.progress.success .progress-meter {
  background-color: #259b24;
}

.progress.warning .progress-meter {
  background-color: #ffc107;
}

.progress.alert .progress-meter {
  background-color: #e51c23;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #673ab7;
  border-radius: 2px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  border-radius: 2px;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #ff3f80;
  border-radius: 2px;
  background-color: white;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

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

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 2px;
  background: #ff3f80;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle, textarea + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 2px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle, textarea:checked ~ .switch-paddle {
  background: #673ab7;
}

input:checked ~ .switch-paddle::after, textarea:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle, [data-whatinput='mouse'] textarea:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active, textarea:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive, textarea:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after, .switch.tiny textarea:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after, .switch.small textarea:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after, .switch.large textarea:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px white;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(103, 58, 183, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: black;
  color: white;
}

.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #ff3f80;
}

.top-bar input, .top-bar textarea {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button, .top-bar textarea.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus[type='text']:focus, .show-on-focus[type='password']:focus, .show-on-focus[type='date']:focus, .show-on-focus[type='datetime']:focus, .show-on-focus[type='datetime-local']:focus, .show-on-focus[type='month']:focus, .show-on-focus[type='week']:focus, .show-on-focus[type='email']:focus, .show-on-focus[type='number']:focus, .show-on-focus[type='search']:focus, .show-on-focus[type='tel']:focus, .show-on-focus[type='time']:focus, .show-on-focus[type='url']:focus, .show-on-focus[type='color']:focus, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable[type='text']:focus, .sr-only-focusable[type='password']:focus, .sr-only-focusable[type='date']:focus, .sr-only-focusable[type='datetime']:focus, .sr-only-focusable[type='datetime-local']:focus, .sr-only-focusable[type='month']:focus, .sr-only-focusable[type='week']:focus, .sr-only-focusable[type='email']:focus, .sr-only-focusable[type='number']:focus, .sr-only-focusable[type='search']:focus, .sr-only-focusable[type='tel']:focus, .sr-only-focusable[type='time']:focus, .sr-only-focusable[type='url']:focus, .sr-only-focusable[type='color']:focus, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.accordion {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.accordion.arrows .accordion-item .accordion-title::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 1.5rem / 2);
  right: 0;
  margin-right: 1.5rem;
  color: rgba(0, 0, 0, 0.38);
  content: "";
  line-height: 1;
  font-size: 1.5rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.accordion.arrows .accordion-item.is-active .accordion-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .accordion-item .accordion-title:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}

.accordion .accordion-item .accordion-title:focus {
  color: rgba(0, 0, 0, 0.87);
}

.button-group {
  margin: 0.5rem 0;
}

.button-group.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group .button {
  margin: 0;
}

.progress {
  height: 0.25rem;
  margin-bottom: 1rem;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
  background-color: rgba(103, 58, 183, 0.26);
}

.progress.primary {
  background-color: rgba(103, 58, 183, 0.26);
}

.progress.primary .progress-meter {
  background-color: #673ab7;
}

.progress.accent {
  background-color: rgba(255, 45, 111, 0.26);
}

.progress.accent .progress-meter {
  background-color: #ff2d6f;
}

.progress.info {
  background-color: rgba(86, 119, 252, 0.26);
}

.progress.info .progress-meter {
  background-color: #5677fc;
}

.progress.success {
  background-color: rgba(37, 155, 36, 0.26);
}

.progress.success .progress-meter {
  background-color: #259b24;
}

.progress.warning {
  background-color: rgba(255, 193, 7, 0.26);
}

.progress.warning .progress-meter {
  background-color: #ffc107;
}

.progress.alert {
  background-color: rgba(229, 28, 35, 0.26);
}

.progress.alert .progress-meter {
  background-color: #e51c23;
}

.progress .progress-meter {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.progress .progress-meter.indeterminate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: indeterminate 2.1s linear infinite;
          animation: indeterminate 2.1s linear infinite;
  will-change: transform;
}

.progress .progress-meter-text {
  display: none;
}

@-webkit-keyframes indeterminate {
  0% {
    -webkit-transform: scaleX(0.75) translateX(-125%);
            transform: scaleX(0.75) translateX(-125%);
  }
  30% {
    -webkit-transform: scaleX(0.75) translateX(-125%);
            transform: scaleX(0.75) translateX(-125%);
  }
  90% {
    -webkit-transform: scaleX(0.75) translateX(150%);
            transform: scaleX(0.75) translateX(150%);
  }
  100% {
    -webkit-transform: scaleX(0.75) translateX(150%);
            transform: scaleX(0.75) translateX(150%);
  }
}

@keyframes indeterminate {
  0% {
    -webkit-transform: scaleX(0.75) translateX(-125%);
            transform: scaleX(0.75) translateX(-125%);
  }
  30% {
    -webkit-transform: scaleX(0.75) translateX(-125%);
            transform: scaleX(0.75) translateX(-125%);
  }
  90% {
    -webkit-transform: scaleX(0.75) translateX(150%);
            transform: scaleX(0.75) translateX(150%);
  }
  100% {
    -webkit-transform: scaleX(0.75) translateX(150%);
            transform: scaleX(0.75) translateX(150%);
  }
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0.5rem 0;
  padding: 0 1rem;
  min-width: 5.5rem;
  border: none;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.25s ease-out, color 0.25s ease-out, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  font-size: 0.875rem;
  font-family: Muli, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.button:focus {
  outline: none;
}

.button:hover, .button:focus {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.87);
}

.button:hover, .button:focus {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
}

.button:active, .button[type='text']:focus, .button[type='password']:focus, .button[type='date']:focus, .button[type='datetime']:focus, .button[type='datetime-local']:focus, .button[type='month']:focus, .button[type='week']:focus, .button[type='email']:focus, .button[type='number']:focus, .button[type='search']:focus, .button[type='tel']:focus, .button[type='time']:focus, .button[type='url']:focus, .button[type='color']:focus {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}

.button.primary {
  background-color: #673ab7;
  color: white;
}

.button.primary:hover, .button.primary:focus {
  background-color: #7952c0;
  color: white;
}

.button.accent {
  background-color: #ff2d6f;
  color: white;
}

.button.accent:hover, .button.accent:focus {
  background-color: #ff4680;
  color: white;
}

.button.info {
  background-color: #5677fc;
  color: white;
}

.button.info:hover, .button.info:focus {
  background-color: #6a87fc;
  color: white;
}

.button.success {
  background-color: #259b24;
  color: white;
}

.button.success:hover, .button.success:focus {
  background-color: #3fa73e;
  color: white;
}

.button.warning {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.button.warning:hover, .button.warning:focus {
  background-color: #ffc825;
  color: rgba(0, 0, 0, 0.87);
}

.button.alert {
  background-color: #e51c23;
  color: white;
}

.button.alert:hover, .button.alert:focus {
  background-color: #e8373d;
  color: white;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.disabled, .button[disabled] {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
  opacity: 1;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  box-shadow: none;
}

.button.disabled:active, .button.disabled[type='text']:focus, .button.disabled[type='password']:focus, .button.disabled[type='date']:focus, .button.disabled[type='datetime']:focus, .button.disabled[type='datetime-local']:focus, .button.disabled[type='month']:focus, .button.disabled[type='week']:focus, .button.disabled[type='email']:focus, .button.disabled[type='number']:focus, .button.disabled[type='search']:focus, .button.disabled[type='tel']:focus, .button.disabled[type='time']:focus, .button.disabled[type='url']:focus, .button.disabled[type='color']:focus, .button[disabled]:active, .button[disabled][type='text']:focus, .button[disabled][type='password']:focus, .button[disabled][type='date']:focus, .button[disabled][type='datetime']:focus, .button[disabled][type='datetime-local']:focus, .button[disabled][type='month']:focus, .button[disabled][type='week']:focus, .button[disabled][type='email']:focus, .button[disabled][type='number']:focus, .button[disabled][type='search']:focus, .button[disabled][type='tel']:focus, .button[disabled][type='time']:focus, .button[disabled][type='url']:focus, .button[disabled][type='color']:focus {
  box-shadow: none;
}

.button.disabled:hover, .button.disabled:active, .button.disabled[type='text']:focus, .button.disabled[type='password']:focus, .button.disabled[type='date']:focus, .button.disabled[type='datetime']:focus, .button.disabled[type='datetime-local']:focus, .button.disabled[type='month']:focus, .button.disabled[type='week']:focus, .button.disabled[type='email']:focus, .button.disabled[type='number']:focus, .button.disabled[type='search']:focus, .button.disabled[type='tel']:focus, .button.disabled[type='time']:focus, .button.disabled[type='url']:focus, .button.disabled[type='color']:focus, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:active, .button[disabled][type='text']:focus, .button[disabled][type='password']:focus, .button[disabled][type='date']:focus, .button[disabled][type='datetime']:focus, .button[disabled][type='datetime-local']:focus, .button[disabled][type='month']:focus, .button[disabled][type='week']:focus, .button[disabled][type='email']:focus, .button[disabled][type='number']:focus, .button[disabled][type='search']:focus, .button[disabled][type='tel']:focus, .button[disabled][type='time']:focus, .button[disabled][type='url']:focus, .button[disabled][type='color']:focus, .button[disabled]:focus {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.button.disabled .paper-ripple, .button[disabled] .paper-ripple {
  display: none;
}

.button.flat {
  box-shadow: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
}

.button.flat:hover, .button.flat:focus {
  box-shadow: none;
}

.button.flat:active, .button.flat[type='text']:focus, .button.flat[type='password']:focus, .button.flat[type='date']:focus, .button.flat[type='datetime']:focus, .button.flat[type='datetime-local']:focus, .button.flat[type='month']:focus, .button.flat[type='week']:focus, .button.flat[type='email']:focus, .button.flat[type='number']:focus, .button.flat[type='search']:focus, .button.flat[type='tel']:focus, .button.flat[type='time']:focus, .button.flat[type='url']:focus, .button.flat[type='color']:focus {
  box-shadow: none;
}

.button.flat.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.button.flat:hover, .button.flat:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.button.flat:active, .button.flat[type='text']:focus, .button.flat[type='password']:focus, .button.flat[type='date']:focus, .button.flat[type='datetime']:focus, .button.flat[type='datetime-local']:focus, .button.flat[type='month']:focus, .button.flat[type='week']:focus, .button.flat[type='email']:focus, .button.flat[type='number']:focus, .button.flat[type='search']:focus, .button.flat[type='tel']:focus, .button.flat[type='time']:focus, .button.flat[type='url']:focus, .button.flat[type='color']:focus {
  background-color: rgba(153, 153, 153, 0.4);
}

.button.flat.primary {
  color: #673ab7;
}

.button.flat.primary:hover, .button.flat.primary:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.button.flat.primary:active, .button.flat.primary[type='text']:focus, .button.flat.primary[type='password']:focus, .button.flat.primary[type='date']:focus, .button.flat.primary[type='datetime']:focus, .button.flat.primary[type='datetime-local']:focus, .button.flat.primary[type='month']:focus, .button.flat.primary[type='week']:focus, .button.flat.primary[type='email']:focus, .button.flat.primary[type='number']:focus, .button.flat.primary[type='search']:focus, .button.flat.primary[type='tel']:focus, .button.flat.primary[type='time']:focus, .button.flat.primary[type='url']:focus, .button.flat.primary[type='color']:focus {
  background-color: rgba(153, 153, 153, 0.4);
}

.button.flat.accent {
  color: #ff2d6f;
}

.button.flat.accent:hover, .button.flat.accent:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.button.flat.accent:active, .button.flat.accent[type='text']:focus, .button.flat.accent[type='password']:focus, .button.flat.accent[type='date']:focus, .button.flat.accent[type='datetime']:focus, .button.flat.accent[type='datetime-local']:focus, .button.flat.accent[type='month']:focus, .button.flat.accent[type='week']:focus, .button.flat.accent[type='email']:focus, .button.flat.accent[type='number']:focus, .button.flat.accent[type='search']:focus, .button.flat.accent[type='tel']:focus, .button.flat.accent[type='time']:focus, .button.flat.accent[type='url']:focus, .button.flat.accent[type='color']:focus {
  background-color: rgba(153, 153, 153, 0.4);
}

.button.flat.info {
  color: #5677fc;
}

.button.flat.info:hover, .button.flat.info:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.button.flat.info:active, .button.flat.info[type='text']:focus, .button.flat.info[type='password']:focus, .button.flat.info[type='date']:focus, .button.flat.info[type='datetime']:focus, .button.flat.info[type='datetime-local']:focus, .button.flat.info[type='month']:focus, .button.flat.info[type='week']:focus, .button.flat.info[type='email']:focus, .button.flat.info[type='number']:focus, .button.flat.info[type='search']:focus, .button.flat.info[type='tel']:focus, .button.flat.info[type='time']:focus, .button.flat.info[type='url']:focus, .button.flat.info[type='color']:focus {
  background-color: rgba(153, 153, 153, 0.4);
}

.button.flat.success {
  color: #259b24;
}

.button.flat.success:hover, .button.flat.success:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.button.flat.success:active, .button.flat.success[type='text']:focus, .button.flat.success[type='password']:focus, .button.flat.success[type='date']:focus, .button.flat.success[type='datetime']:focus, .button.flat.success[type='datetime-local']:focus, .button.flat.success[type='month']:focus, .button.flat.success[type='week']:focus, .button.flat.success[type='email']:focus, .button.flat.success[type='number']:focus, .button.flat.success[type='search']:focus, .button.flat.success[type='tel']:focus, .button.flat.success[type='time']:focus, .button.flat.success[type='url']:focus, .button.flat.success[type='color']:focus {
  background-color: rgba(153, 153, 153, 0.4);
}

.button.flat.warning {
  color: #ffc107;
}

.button.flat.warning:hover, .button.flat.warning:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.button.flat.warning:active, .button.flat.warning[type='text']:focus, .button.flat.warning[type='password']:focus, .button.flat.warning[type='date']:focus, .button.flat.warning[type='datetime']:focus, .button.flat.warning[type='datetime-local']:focus, .button.flat.warning[type='month']:focus, .button.flat.warning[type='week']:focus, .button.flat.warning[type='email']:focus, .button.flat.warning[type='number']:focus, .button.flat.warning[type='search']:focus, .button.flat.warning[type='tel']:focus, .button.flat.warning[type='time']:focus, .button.flat.warning[type='url']:focus, .button.flat.warning[type='color']:focus {
  background-color: rgba(153, 153, 153, 0.4);
}

.button.flat.alert {
  color: #e51c23;
}

.button.flat.alert:hover, .button.flat.alert:focus {
  background-color: rgba(0, 0, 0, 0.12);
}

.button.flat.alert:active, .button.flat.alert[type='text']:focus, .button.flat.alert[type='password']:focus, .button.flat.alert[type='date']:focus, .button.flat.alert[type='datetime']:focus, .button.flat.alert[type='datetime-local']:focus, .button.flat.alert[type='month']:focus, .button.flat.alert[type='week']:focus, .button.flat.alert[type='email']:focus, .button.flat.alert[type='number']:focus, .button.flat.alert[type='search']:focus, .button.flat.alert[type='tel']:focus, .button.flat.alert[type='time']:focus, .button.flat.alert[type='url']:focus, .button.flat.alert[type='color']:focus {
  background-color: rgba(153, 153, 153, 0.4);
}

.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 2;
  margin-bottom: 1rem;
  border: none;
  border-radius: 2px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.card > :first-child {
  margin-top: 0;
}

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

.card.alt,
.theme-alternate .card {
  background-color: #424242;
  color: white;
}

.card.contact {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 10;
  display: none;
  max-width: 18.5rem;
}

.card.contact.is-shown {
  display: block;
}

.card > .card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

.card > .card-section h1, .card > .card-section h2, .card > .card-section h3, .card > .card-section h4, .card > .card-section h5, .card > .card-section h6 {
  margin-bottom: 1rem;
}

.card > .card-section h1 small, .card > .card-section h2 small, .card > .card-section h3 small, .card > .card-section h4 small, .card > .card-section h5 small, .card > .card-section h6 small {
  display: block;
}

.card > .card-section > :first-child {
  margin-top: 0;
}

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

.card > .card-reveal {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  list-style-type: none;
}

.card > .card-reveal .card-reveal-title {
  position: relative;
  display: block;
  padding: 0 1rem;
  height: 3rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 3rem;
}

.card > .card-reveal .card-reveal-title[aria-expanded='true'] .reveal-button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.card > .card-reveal .card-reveal-title .reveal-button {
  position: absolute;
  top: calc(3rem / 2 - 1.3em / 2);
  right: 0;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50em;
  color: #673ab7;
  line-height: 1em;
  font-size: 1.5em;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  margin-right: 1.5rem;
  margin-left: 1rem;
}

.card > .card-reveal .card-reveal-title .reveal-button::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.3em;
  height: 1.3em;
  content: "";
  text-align: center;
  line-height: 1.3em;
}

.card > .card-reveal .card-reveal-content {
  display: none;
  padding: 1rem;
}

.card .card-divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background-color: #fafafa;
}

.card .card-divider > :first-child {
  margin-top: 0;
}

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

.card .card-divider.alt,
.theme-alternate .card .card-divider {
  background-color: rgba(255, 255, 255, 0.12);
}

.card hr {
  margin: 0 -1rem;
}

.card hr .inset {
  margin: 0;
}

.card.primary {
  background-color: #673ab7;
  color: white;
}

.card.primary hr {
  border-color: rgba(255, 255, 255, 0.12);
}

.card.primary .card-reveal .card-reveal-title {
  color: white;
}

.card.accent {
  background-color: #ff2d6f;
  color: rgba(0, 0, 0, 0.87);
}

.card.accent hr {
  border-color: rgba(0, 0, 0, 0.12);
}

.card.accent .card-reveal .card-reveal-title {
  color: rgba(0, 0, 0, 0.87);
}

.card.info {
  background-color: #5677fc;
  color: rgba(0, 0, 0, 0.87);
}

.card.info hr {
  border-color: rgba(0, 0, 0, 0.12);
}

.card.info .card-reveal .card-reveal-title {
  color: rgba(0, 0, 0, 0.87);
}

.card.success {
  background-color: #259b24;
  color: rgba(0, 0, 0, 0.87);
}

.card.success hr {
  border-color: rgba(0, 0, 0, 0.12);
}

.card.success .card-reveal .card-reveal-title {
  color: rgba(0, 0, 0, 0.87);
}

.card.warning {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.card.warning hr {
  border-color: rgba(0, 0, 0, 0.12);
}

.card.warning .card-reveal .card-reveal-title {
  color: rgba(0, 0, 0, 0.87);
}

.card.alert {
  background-color: #e51c23;
  color: rgba(0, 0, 0, 0.87);
}

.card.alert hr {
  border-color: rgba(0, 0, 0, 0.12);
}

.card.alert .card-reveal .card-reveal-title {
  color: rgba(0, 0, 0, 0.87);
}

label {
  display: block;
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1.5em;
  font-weight: 400;
  font-size: 1rem;
}

label.alt,
.theme-alternate label {
  color: rgba(255, 255, 255, 0.7);
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] {
  display: inline-block;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-weight: 400;
  padding: 0;
  padding-bottom: 0.4375rem;
  width: 100%;
  height: 1.5rem;
  outline: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  -webkit-transition: border-color ease 0.3s, border-width ease 0.1s;
  transition: border-color ease 0.3s, border-width ease 0.1s;
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-style: solid;
}

[type='text']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='color']::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text']::-moz-placeholder, [type='password']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='week']::-moz-placeholder, [type='email']::-moz-placeholder, [type='number']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='color']::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='color']:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text']::placeholder, [type='password']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='month']::placeholder, [type='week']::placeholder, [type='email']::placeholder, [type='number']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='color']::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text']:active::-webkit-input-placeholder, [type='text']:focus::-webkit-input-placeholder, [type='password']:active::-webkit-input-placeholder, [type='password']:focus::-webkit-input-placeholder, [type='date']:active::-webkit-input-placeholder, [type='date']:focus::-webkit-input-placeholder, [type='datetime']:active::-webkit-input-placeholder, [type='datetime']:focus::-webkit-input-placeholder, [type='datetime-local']:active::-webkit-input-placeholder, [type='datetime-local']:focus::-webkit-input-placeholder, [type='month']:active::-webkit-input-placeholder, [type='month']:focus::-webkit-input-placeholder, [type='week']:active::-webkit-input-placeholder, [type='week']:focus::-webkit-input-placeholder, [type='email']:active::-webkit-input-placeholder, [type='email']:focus::-webkit-input-placeholder, [type='number']:active::-webkit-input-placeholder, [type='number']:focus::-webkit-input-placeholder, [type='search']:active::-webkit-input-placeholder, [type='search']:focus::-webkit-input-placeholder, [type='tel']:active::-webkit-input-placeholder, [type='tel']:focus::-webkit-input-placeholder, [type='time']:active::-webkit-input-placeholder, [type='time']:focus::-webkit-input-placeholder, [type='url']:active::-webkit-input-placeholder, [type='url']:focus::-webkit-input-placeholder, [type='color']:active::-webkit-input-placeholder, [type='color']:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

[type='text']:active::-moz-placeholder, [type='text']:focus::-moz-placeholder, [type='password']:active::-moz-placeholder, [type='password']:focus::-moz-placeholder, [type='date']:active::-moz-placeholder, [type='date']:focus::-moz-placeholder, [type='datetime']:active::-moz-placeholder, [type='datetime']:focus::-moz-placeholder, [type='datetime-local']:active::-moz-placeholder, [type='datetime-local']:focus::-moz-placeholder, [type='month']:active::-moz-placeholder, [type='month']:focus::-moz-placeholder, [type='week']:active::-moz-placeholder, [type='week']:focus::-moz-placeholder, [type='email']:active::-moz-placeholder, [type='email']:focus::-moz-placeholder, [type='number']:active::-moz-placeholder, [type='number']:focus::-moz-placeholder, [type='search']:active::-moz-placeholder, [type='search']:focus::-moz-placeholder, [type='tel']:active::-moz-placeholder, [type='tel']:focus::-moz-placeholder, [type='time']:active::-moz-placeholder, [type='time']:focus::-moz-placeholder, [type='url']:active::-moz-placeholder, [type='url']:focus::-moz-placeholder, [type='color']:active::-moz-placeholder, [type='color']:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

[type='text']:active:-ms-input-placeholder, [type='text']:focus:-ms-input-placeholder, [type='password']:active:-ms-input-placeholder, [type='password']:focus:-ms-input-placeholder, [type='date']:active:-ms-input-placeholder, [type='date']:focus:-ms-input-placeholder, [type='datetime']:active:-ms-input-placeholder, [type='datetime']:focus:-ms-input-placeholder, [type='datetime-local']:active:-ms-input-placeholder, [type='datetime-local']:focus:-ms-input-placeholder, [type='month']:active:-ms-input-placeholder, [type='month']:focus:-ms-input-placeholder, [type='week']:active:-ms-input-placeholder, [type='week']:focus:-ms-input-placeholder, [type='email']:active:-ms-input-placeholder, [type='email']:focus:-ms-input-placeholder, [type='number']:active:-ms-input-placeholder, [type='number']:focus:-ms-input-placeholder, [type='search']:active:-ms-input-placeholder, [type='search']:focus:-ms-input-placeholder, [type='tel']:active:-ms-input-placeholder, [type='tel']:focus:-ms-input-placeholder, [type='time']:active:-ms-input-placeholder, [type='time']:focus:-ms-input-placeholder, [type='url']:active:-ms-input-placeholder, [type='url']:focus:-ms-input-placeholder, [type='color']:active:-ms-input-placeholder, [type='color']:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

[type='text']:active::placeholder, [type='text']:focus::placeholder, [type='password']:active::placeholder, [type='password']:focus::placeholder, [type='date']:active::placeholder, [type='date']:focus::placeholder, [type='datetime']:active::placeholder, [type='datetime']:focus::placeholder, [type='datetime-local']:active::placeholder, [type='datetime-local']:focus::placeholder, [type='month']:active::placeholder, [type='month']:focus::placeholder, [type='week']:active::placeholder, [type='week']:focus::placeholder, [type='email']:active::placeholder, [type='email']:focus::placeholder, [type='number']:active::placeholder, [type='number']:focus::placeholder, [type='search']:active::placeholder, [type='search']:focus::placeholder, [type='tel']:active::placeholder, [type='tel']:focus::placeholder, [type='time']:active::placeholder, [type='time']:focus::placeholder, [type='url']:active::placeholder, [type='url']:focus::placeholder, [type='color']:active::placeholder, [type='color']:focus::placeholder {
  color: rgba(0, 0, 0, 0.54);
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus {
  box-shadow: none;
  background: transparent;
  border-width: 2px;
  border-color: #673ab7;
}

[type='text']:disabled,
[type='text'] .disabled, [type='password']:disabled,
[type='password'] .disabled, [type='date']:disabled,
[type='date'] .disabled, [type='datetime']:disabled,
[type='datetime'] .disabled, [type='datetime-local']:disabled,
[type='datetime-local'] .disabled, [type='month']:disabled,
[type='month'] .disabled, [type='week']:disabled,
[type='week'] .disabled, [type='email']:disabled,
[type='email'] .disabled, [type='number']:disabled,
[type='number'] .disabled, [type='search']:disabled,
[type='search'] .disabled, [type='tel']:disabled,
[type='tel'] .disabled, [type='time']:disabled,
[type='time'] .disabled, [type='url']:disabled,
[type='url'] .disabled, [type='color']:disabled,
[type='color'] .disabled {
  border-bottom-style: dashed;
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
}

[type='text']:disabled:active::-webkit-input-placeholder, [type='text']:focus:disabled::-webkit-input-placeholder,
[type='text'] .disabled:active::-webkit-input-placeholder,
[type='text'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='text'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='password']:disabled:active::-webkit-input-placeholder, [type='password']:focus:disabled::-webkit-input-placeholder,
[type='password'] .disabled:active::-webkit-input-placeholder,
[type='password'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='password'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='date']:disabled:active::-webkit-input-placeholder, [type='date']:focus:disabled::-webkit-input-placeholder,
[type='date'] .disabled:active::-webkit-input-placeholder,
[type='date'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='date'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='datetime']:disabled:active::-webkit-input-placeholder, [type='datetime']:focus:disabled::-webkit-input-placeholder,
[type='datetime'] .disabled:active::-webkit-input-placeholder,
[type='datetime'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='datetime'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='datetime-local']:disabled:active::-webkit-input-placeholder, [type='datetime-local']:focus:disabled::-webkit-input-placeholder,
[type='datetime-local'] .disabled:active::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='datetime-local'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='month']:disabled:active::-webkit-input-placeholder, [type='month']:focus:disabled::-webkit-input-placeholder,
[type='month'] .disabled:active::-webkit-input-placeholder,
[type='month'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='month'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='week']:disabled:active::-webkit-input-placeholder, [type='week']:focus:disabled::-webkit-input-placeholder,
[type='week'] .disabled:active::-webkit-input-placeholder,
[type='week'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='week'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='email']:disabled:active::-webkit-input-placeholder, [type='email']:focus:disabled::-webkit-input-placeholder,
[type='email'] .disabled:active::-webkit-input-placeholder,
[type='email'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='email'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='number']:disabled:active::-webkit-input-placeholder, [type='number']:focus:disabled::-webkit-input-placeholder,
[type='number'] .disabled:active::-webkit-input-placeholder,
[type='number'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='number'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='search']:disabled:active::-webkit-input-placeholder, [type='search']:focus:disabled::-webkit-input-placeholder,
[type='search'] .disabled:active::-webkit-input-placeholder,
[type='search'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='search'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='tel']:disabled:active::-webkit-input-placeholder, [type='tel']:focus:disabled::-webkit-input-placeholder,
[type='tel'] .disabled:active::-webkit-input-placeholder,
[type='tel'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='tel'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='time']:disabled:active::-webkit-input-placeholder, [type='time']:focus:disabled::-webkit-input-placeholder,
[type='time'] .disabled:active::-webkit-input-placeholder,
[type='time'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='time'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='url']:disabled:active::-webkit-input-placeholder, [type='url']:focus:disabled::-webkit-input-placeholder,
[type='url'] .disabled:active::-webkit-input-placeholder,
[type='url'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='url'] .disabled[type='color']:focus::-webkit-input-placeholder, [type='color']:disabled:active::-webkit-input-placeholder, [type='color']:focus:disabled::-webkit-input-placeholder,
[type='color'] .disabled:active::-webkit-input-placeholder,
[type='color'] .disabled[type='text']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='password']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='date']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='datetime']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='datetime-local']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='month']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='week']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='email']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='number']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='search']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='tel']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='time']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='url']:focus::-webkit-input-placeholder,
[type='color'] .disabled[type='color']:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text']:disabled:active::-moz-placeholder, [type='text']:focus:disabled::-moz-placeholder,
[type='text'] .disabled:active::-moz-placeholder,
[type='text'] .disabled[type='text']:focus::-moz-placeholder,
[type='text'] .disabled[type='password']:focus::-moz-placeholder,
[type='text'] .disabled[type='date']:focus::-moz-placeholder,
[type='text'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='text'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='text'] .disabled[type='month']:focus::-moz-placeholder,
[type='text'] .disabled[type='week']:focus::-moz-placeholder,
[type='text'] .disabled[type='email']:focus::-moz-placeholder,
[type='text'] .disabled[type='number']:focus::-moz-placeholder,
[type='text'] .disabled[type='search']:focus::-moz-placeholder,
[type='text'] .disabled[type='tel']:focus::-moz-placeholder,
[type='text'] .disabled[type='time']:focus::-moz-placeholder,
[type='text'] .disabled[type='url']:focus::-moz-placeholder,
[type='text'] .disabled[type='color']:focus::-moz-placeholder, [type='password']:disabled:active::-moz-placeholder, [type='password']:focus:disabled::-moz-placeholder,
[type='password'] .disabled:active::-moz-placeholder,
[type='password'] .disabled[type='text']:focus::-moz-placeholder,
[type='password'] .disabled[type='password']:focus::-moz-placeholder,
[type='password'] .disabled[type='date']:focus::-moz-placeholder,
[type='password'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='password'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='password'] .disabled[type='month']:focus::-moz-placeholder,
[type='password'] .disabled[type='week']:focus::-moz-placeholder,
[type='password'] .disabled[type='email']:focus::-moz-placeholder,
[type='password'] .disabled[type='number']:focus::-moz-placeholder,
[type='password'] .disabled[type='search']:focus::-moz-placeholder,
[type='password'] .disabled[type='tel']:focus::-moz-placeholder,
[type='password'] .disabled[type='time']:focus::-moz-placeholder,
[type='password'] .disabled[type='url']:focus::-moz-placeholder,
[type='password'] .disabled[type='color']:focus::-moz-placeholder, [type='date']:disabled:active::-moz-placeholder, [type='date']:focus:disabled::-moz-placeholder,
[type='date'] .disabled:active::-moz-placeholder,
[type='date'] .disabled[type='text']:focus::-moz-placeholder,
[type='date'] .disabled[type='password']:focus::-moz-placeholder,
[type='date'] .disabled[type='date']:focus::-moz-placeholder,
[type='date'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='date'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='date'] .disabled[type='month']:focus::-moz-placeholder,
[type='date'] .disabled[type='week']:focus::-moz-placeholder,
[type='date'] .disabled[type='email']:focus::-moz-placeholder,
[type='date'] .disabled[type='number']:focus::-moz-placeholder,
[type='date'] .disabled[type='search']:focus::-moz-placeholder,
[type='date'] .disabled[type='tel']:focus::-moz-placeholder,
[type='date'] .disabled[type='time']:focus::-moz-placeholder,
[type='date'] .disabled[type='url']:focus::-moz-placeholder,
[type='date'] .disabled[type='color']:focus::-moz-placeholder, [type='datetime']:disabled:active::-moz-placeholder, [type='datetime']:focus:disabled::-moz-placeholder,
[type='datetime'] .disabled:active::-moz-placeholder,
[type='datetime'] .disabled[type='text']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='password']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='date']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='month']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='week']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='email']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='number']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='search']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='tel']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='time']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='url']:focus::-moz-placeholder,
[type='datetime'] .disabled[type='color']:focus::-moz-placeholder, [type='datetime-local']:disabled:active::-moz-placeholder, [type='datetime-local']:focus:disabled::-moz-placeholder,
[type='datetime-local'] .disabled:active::-moz-placeholder,
[type='datetime-local'] .disabled[type='text']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='password']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='date']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='month']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='week']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='email']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='number']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='search']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='tel']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='time']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='url']:focus::-moz-placeholder,
[type='datetime-local'] .disabled[type='color']:focus::-moz-placeholder, [type='month']:disabled:active::-moz-placeholder, [type='month']:focus:disabled::-moz-placeholder,
[type='month'] .disabled:active::-moz-placeholder,
[type='month'] .disabled[type='text']:focus::-moz-placeholder,
[type='month'] .disabled[type='password']:focus::-moz-placeholder,
[type='month'] .disabled[type='date']:focus::-moz-placeholder,
[type='month'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='month'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='month'] .disabled[type='month']:focus::-moz-placeholder,
[type='month'] .disabled[type='week']:focus::-moz-placeholder,
[type='month'] .disabled[type='email']:focus::-moz-placeholder,
[type='month'] .disabled[type='number']:focus::-moz-placeholder,
[type='month'] .disabled[type='search']:focus::-moz-placeholder,
[type='month'] .disabled[type='tel']:focus::-moz-placeholder,
[type='month'] .disabled[type='time']:focus::-moz-placeholder,
[type='month'] .disabled[type='url']:focus::-moz-placeholder,
[type='month'] .disabled[type='color']:focus::-moz-placeholder, [type='week']:disabled:active::-moz-placeholder, [type='week']:focus:disabled::-moz-placeholder,
[type='week'] .disabled:active::-moz-placeholder,
[type='week'] .disabled[type='text']:focus::-moz-placeholder,
[type='week'] .disabled[type='password']:focus::-moz-placeholder,
[type='week'] .disabled[type='date']:focus::-moz-placeholder,
[type='week'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='week'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='week'] .disabled[type='month']:focus::-moz-placeholder,
[type='week'] .disabled[type='week']:focus::-moz-placeholder,
[type='week'] .disabled[type='email']:focus::-moz-placeholder,
[type='week'] .disabled[type='number']:focus::-moz-placeholder,
[type='week'] .disabled[type='search']:focus::-moz-placeholder,
[type='week'] .disabled[type='tel']:focus::-moz-placeholder,
[type='week'] .disabled[type='time']:focus::-moz-placeholder,
[type='week'] .disabled[type='url']:focus::-moz-placeholder,
[type='week'] .disabled[type='color']:focus::-moz-placeholder, [type='email']:disabled:active::-moz-placeholder, [type='email']:focus:disabled::-moz-placeholder,
[type='email'] .disabled:active::-moz-placeholder,
[type='email'] .disabled[type='text']:focus::-moz-placeholder,
[type='email'] .disabled[type='password']:focus::-moz-placeholder,
[type='email'] .disabled[type='date']:focus::-moz-placeholder,
[type='email'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='email'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='email'] .disabled[type='month']:focus::-moz-placeholder,
[type='email'] .disabled[type='week']:focus::-moz-placeholder,
[type='email'] .disabled[type='email']:focus::-moz-placeholder,
[type='email'] .disabled[type='number']:focus::-moz-placeholder,
[type='email'] .disabled[type='search']:focus::-moz-placeholder,
[type='email'] .disabled[type='tel']:focus::-moz-placeholder,
[type='email'] .disabled[type='time']:focus::-moz-placeholder,
[type='email'] .disabled[type='url']:focus::-moz-placeholder,
[type='email'] .disabled[type='color']:focus::-moz-placeholder, [type='number']:disabled:active::-moz-placeholder, [type='number']:focus:disabled::-moz-placeholder,
[type='number'] .disabled:active::-moz-placeholder,
[type='number'] .disabled[type='text']:focus::-moz-placeholder,
[type='number'] .disabled[type='password']:focus::-moz-placeholder,
[type='number'] .disabled[type='date']:focus::-moz-placeholder,
[type='number'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='number'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='number'] .disabled[type='month']:focus::-moz-placeholder,
[type='number'] .disabled[type='week']:focus::-moz-placeholder,
[type='number'] .disabled[type='email']:focus::-moz-placeholder,
[type='number'] .disabled[type='number']:focus::-moz-placeholder,
[type='number'] .disabled[type='search']:focus::-moz-placeholder,
[type='number'] .disabled[type='tel']:focus::-moz-placeholder,
[type='number'] .disabled[type='time']:focus::-moz-placeholder,
[type='number'] .disabled[type='url']:focus::-moz-placeholder,
[type='number'] .disabled[type='color']:focus::-moz-placeholder, [type='search']:disabled:active::-moz-placeholder, [type='search']:focus:disabled::-moz-placeholder,
[type='search'] .disabled:active::-moz-placeholder,
[type='search'] .disabled[type='text']:focus::-moz-placeholder,
[type='search'] .disabled[type='password']:focus::-moz-placeholder,
[type='search'] .disabled[type='date']:focus::-moz-placeholder,
[type='search'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='search'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='search'] .disabled[type='month']:focus::-moz-placeholder,
[type='search'] .disabled[type='week']:focus::-moz-placeholder,
[type='search'] .disabled[type='email']:focus::-moz-placeholder,
[type='search'] .disabled[type='number']:focus::-moz-placeholder,
[type='search'] .disabled[type='search']:focus::-moz-placeholder,
[type='search'] .disabled[type='tel']:focus::-moz-placeholder,
[type='search'] .disabled[type='time']:focus::-moz-placeholder,
[type='search'] .disabled[type='url']:focus::-moz-placeholder,
[type='search'] .disabled[type='color']:focus::-moz-placeholder, [type='tel']:disabled:active::-moz-placeholder, [type='tel']:focus:disabled::-moz-placeholder,
[type='tel'] .disabled:active::-moz-placeholder,
[type='tel'] .disabled[type='text']:focus::-moz-placeholder,
[type='tel'] .disabled[type='password']:focus::-moz-placeholder,
[type='tel'] .disabled[type='date']:focus::-moz-placeholder,
[type='tel'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='tel'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='tel'] .disabled[type='month']:focus::-moz-placeholder,
[type='tel'] .disabled[type='week']:focus::-moz-placeholder,
[type='tel'] .disabled[type='email']:focus::-moz-placeholder,
[type='tel'] .disabled[type='number']:focus::-moz-placeholder,
[type='tel'] .disabled[type='search']:focus::-moz-placeholder,
[type='tel'] .disabled[type='tel']:focus::-moz-placeholder,
[type='tel'] .disabled[type='time']:focus::-moz-placeholder,
[type='tel'] .disabled[type='url']:focus::-moz-placeholder,
[type='tel'] .disabled[type='color']:focus::-moz-placeholder, [type='time']:disabled:active::-moz-placeholder, [type='time']:focus:disabled::-moz-placeholder,
[type='time'] .disabled:active::-moz-placeholder,
[type='time'] .disabled[type='text']:focus::-moz-placeholder,
[type='time'] .disabled[type='password']:focus::-moz-placeholder,
[type='time'] .disabled[type='date']:focus::-moz-placeholder,
[type='time'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='time'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='time'] .disabled[type='month']:focus::-moz-placeholder,
[type='time'] .disabled[type='week']:focus::-moz-placeholder,
[type='time'] .disabled[type='email']:focus::-moz-placeholder,
[type='time'] .disabled[type='number']:focus::-moz-placeholder,
[type='time'] .disabled[type='search']:focus::-moz-placeholder,
[type='time'] .disabled[type='tel']:focus::-moz-placeholder,
[type='time'] .disabled[type='time']:focus::-moz-placeholder,
[type='time'] .disabled[type='url']:focus::-moz-placeholder,
[type='time'] .disabled[type='color']:focus::-moz-placeholder, [type='url']:disabled:active::-moz-placeholder, [type='url']:focus:disabled::-moz-placeholder,
[type='url'] .disabled:active::-moz-placeholder,
[type='url'] .disabled[type='text']:focus::-moz-placeholder,
[type='url'] .disabled[type='password']:focus::-moz-placeholder,
[type='url'] .disabled[type='date']:focus::-moz-placeholder,
[type='url'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='url'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='url'] .disabled[type='month']:focus::-moz-placeholder,
[type='url'] .disabled[type='week']:focus::-moz-placeholder,
[type='url'] .disabled[type='email']:focus::-moz-placeholder,
[type='url'] .disabled[type='number']:focus::-moz-placeholder,
[type='url'] .disabled[type='search']:focus::-moz-placeholder,
[type='url'] .disabled[type='tel']:focus::-moz-placeholder,
[type='url'] .disabled[type='time']:focus::-moz-placeholder,
[type='url'] .disabled[type='url']:focus::-moz-placeholder,
[type='url'] .disabled[type='color']:focus::-moz-placeholder, [type='color']:disabled:active::-moz-placeholder, [type='color']:focus:disabled::-moz-placeholder,
[type='color'] .disabled:active::-moz-placeholder,
[type='color'] .disabled[type='text']:focus::-moz-placeholder,
[type='color'] .disabled[type='password']:focus::-moz-placeholder,
[type='color'] .disabled[type='date']:focus::-moz-placeholder,
[type='color'] .disabled[type='datetime']:focus::-moz-placeholder,
[type='color'] .disabled[type='datetime-local']:focus::-moz-placeholder,
[type='color'] .disabled[type='month']:focus::-moz-placeholder,
[type='color'] .disabled[type='week']:focus::-moz-placeholder,
[type='color'] .disabled[type='email']:focus::-moz-placeholder,
[type='color'] .disabled[type='number']:focus::-moz-placeholder,
[type='color'] .disabled[type='search']:focus::-moz-placeholder,
[type='color'] .disabled[type='tel']:focus::-moz-placeholder,
[type='color'] .disabled[type='time']:focus::-moz-placeholder,
[type='color'] .disabled[type='url']:focus::-moz-placeholder,
[type='color'] .disabled[type='color']:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text']:disabled:active:-ms-input-placeholder, [type='text']:focus:disabled:-ms-input-placeholder,
[type='text'] .disabled:active:-ms-input-placeholder,
[type='text'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='text'] .disabled[type='color']:focus:-ms-input-placeholder, [type='password']:disabled:active:-ms-input-placeholder, [type='password']:focus:disabled:-ms-input-placeholder,
[type='password'] .disabled:active:-ms-input-placeholder,
[type='password'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='password'] .disabled[type='color']:focus:-ms-input-placeholder, [type='date']:disabled:active:-ms-input-placeholder, [type='date']:focus:disabled:-ms-input-placeholder,
[type='date'] .disabled:active:-ms-input-placeholder,
[type='date'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='date'] .disabled[type='color']:focus:-ms-input-placeholder, [type='datetime']:disabled:active:-ms-input-placeholder, [type='datetime']:focus:disabled:-ms-input-placeholder,
[type='datetime'] .disabled:active:-ms-input-placeholder,
[type='datetime'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='datetime'] .disabled[type='color']:focus:-ms-input-placeholder, [type='datetime-local']:disabled:active:-ms-input-placeholder, [type='datetime-local']:focus:disabled:-ms-input-placeholder,
[type='datetime-local'] .disabled:active:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='datetime-local'] .disabled[type='color']:focus:-ms-input-placeholder, [type='month']:disabled:active:-ms-input-placeholder, [type='month']:focus:disabled:-ms-input-placeholder,
[type='month'] .disabled:active:-ms-input-placeholder,
[type='month'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='month'] .disabled[type='color']:focus:-ms-input-placeholder, [type='week']:disabled:active:-ms-input-placeholder, [type='week']:focus:disabled:-ms-input-placeholder,
[type='week'] .disabled:active:-ms-input-placeholder,
[type='week'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='week'] .disabled[type='color']:focus:-ms-input-placeholder, [type='email']:disabled:active:-ms-input-placeholder, [type='email']:focus:disabled:-ms-input-placeholder,
[type='email'] .disabled:active:-ms-input-placeholder,
[type='email'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='email'] .disabled[type='color']:focus:-ms-input-placeholder, [type='number']:disabled:active:-ms-input-placeholder, [type='number']:focus:disabled:-ms-input-placeholder,
[type='number'] .disabled:active:-ms-input-placeholder,
[type='number'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='number'] .disabled[type='color']:focus:-ms-input-placeholder, [type='search']:disabled:active:-ms-input-placeholder, [type='search']:focus:disabled:-ms-input-placeholder,
[type='search'] .disabled:active:-ms-input-placeholder,
[type='search'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='search'] .disabled[type='color']:focus:-ms-input-placeholder, [type='tel']:disabled:active:-ms-input-placeholder, [type='tel']:focus:disabled:-ms-input-placeholder,
[type='tel'] .disabled:active:-ms-input-placeholder,
[type='tel'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='tel'] .disabled[type='color']:focus:-ms-input-placeholder, [type='time']:disabled:active:-ms-input-placeholder, [type='time']:focus:disabled:-ms-input-placeholder,
[type='time'] .disabled:active:-ms-input-placeholder,
[type='time'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='time'] .disabled[type='color']:focus:-ms-input-placeholder, [type='url']:disabled:active:-ms-input-placeholder, [type='url']:focus:disabled:-ms-input-placeholder,
[type='url'] .disabled:active:-ms-input-placeholder,
[type='url'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='url'] .disabled[type='color']:focus:-ms-input-placeholder, [type='color']:disabled:active:-ms-input-placeholder, [type='color']:focus:disabled:-ms-input-placeholder,
[type='color'] .disabled:active:-ms-input-placeholder,
[type='color'] .disabled[type='text']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='password']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='date']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='datetime']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='datetime-local']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='month']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='week']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='email']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='number']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='search']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='tel']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='time']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='url']:focus:-ms-input-placeholder,
[type='color'] .disabled[type='color']:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text']:disabled:active::placeholder, [type='text']:focus:disabled::placeholder,
[type='text'] .disabled:active::placeholder,
[type='text'] .disabled[type='text']:focus::placeholder,
[type='text'] .disabled[type='password']:focus::placeholder,
[type='text'] .disabled[type='date']:focus::placeholder,
[type='text'] .disabled[type='datetime']:focus::placeholder,
[type='text'] .disabled[type='datetime-local']:focus::placeholder,
[type='text'] .disabled[type='month']:focus::placeholder,
[type='text'] .disabled[type='week']:focus::placeholder,
[type='text'] .disabled[type='email']:focus::placeholder,
[type='text'] .disabled[type='number']:focus::placeholder,
[type='text'] .disabled[type='search']:focus::placeholder,
[type='text'] .disabled[type='tel']:focus::placeholder,
[type='text'] .disabled[type='time']:focus::placeholder,
[type='text'] .disabled[type='url']:focus::placeholder,
[type='text'] .disabled[type='color']:focus::placeholder, [type='password']:disabled:active::placeholder, [type='password']:focus:disabled::placeholder,
[type='password'] .disabled:active::placeholder,
[type='password'] .disabled[type='text']:focus::placeholder,
[type='password'] .disabled[type='password']:focus::placeholder,
[type='password'] .disabled[type='date']:focus::placeholder,
[type='password'] .disabled[type='datetime']:focus::placeholder,
[type='password'] .disabled[type='datetime-local']:focus::placeholder,
[type='password'] .disabled[type='month']:focus::placeholder,
[type='password'] .disabled[type='week']:focus::placeholder,
[type='password'] .disabled[type='email']:focus::placeholder,
[type='password'] .disabled[type='number']:focus::placeholder,
[type='password'] .disabled[type='search']:focus::placeholder,
[type='password'] .disabled[type='tel']:focus::placeholder,
[type='password'] .disabled[type='time']:focus::placeholder,
[type='password'] .disabled[type='url']:focus::placeholder,
[type='password'] .disabled[type='color']:focus::placeholder, [type='date']:disabled:active::placeholder, [type='date']:focus:disabled::placeholder,
[type='date'] .disabled:active::placeholder,
[type='date'] .disabled[type='text']:focus::placeholder,
[type='date'] .disabled[type='password']:focus::placeholder,
[type='date'] .disabled[type='date']:focus::placeholder,
[type='date'] .disabled[type='datetime']:focus::placeholder,
[type='date'] .disabled[type='datetime-local']:focus::placeholder,
[type='date'] .disabled[type='month']:focus::placeholder,
[type='date'] .disabled[type='week']:focus::placeholder,
[type='date'] .disabled[type='email']:focus::placeholder,
[type='date'] .disabled[type='number']:focus::placeholder,
[type='date'] .disabled[type='search']:focus::placeholder,
[type='date'] .disabled[type='tel']:focus::placeholder,
[type='date'] .disabled[type='time']:focus::placeholder,
[type='date'] .disabled[type='url']:focus::placeholder,
[type='date'] .disabled[type='color']:focus::placeholder, [type='datetime']:disabled:active::placeholder, [type='datetime']:focus:disabled::placeholder,
[type='datetime'] .disabled:active::placeholder,
[type='datetime'] .disabled[type='text']:focus::placeholder,
[type='datetime'] .disabled[type='password']:focus::placeholder,
[type='datetime'] .disabled[type='date']:focus::placeholder,
[type='datetime'] .disabled[type='datetime']:focus::placeholder,
[type='datetime'] .disabled[type='datetime-local']:focus::placeholder,
[type='datetime'] .disabled[type='month']:focus::placeholder,
[type='datetime'] .disabled[type='week']:focus::placeholder,
[type='datetime'] .disabled[type='email']:focus::placeholder,
[type='datetime'] .disabled[type='number']:focus::placeholder,
[type='datetime'] .disabled[type='search']:focus::placeholder,
[type='datetime'] .disabled[type='tel']:focus::placeholder,
[type='datetime'] .disabled[type='time']:focus::placeholder,
[type='datetime'] .disabled[type='url']:focus::placeholder,
[type='datetime'] .disabled[type='color']:focus::placeholder, [type='datetime-local']:disabled:active::placeholder, [type='datetime-local']:focus:disabled::placeholder,
[type='datetime-local'] .disabled:active::placeholder,
[type='datetime-local'] .disabled[type='text']:focus::placeholder,
[type='datetime-local'] .disabled[type='password']:focus::placeholder,
[type='datetime-local'] .disabled[type='date']:focus::placeholder,
[type='datetime-local'] .disabled[type='datetime']:focus::placeholder,
[type='datetime-local'] .disabled[type='datetime-local']:focus::placeholder,
[type='datetime-local'] .disabled[type='month']:focus::placeholder,
[type='datetime-local'] .disabled[type='week']:focus::placeholder,
[type='datetime-local'] .disabled[type='email']:focus::placeholder,
[type='datetime-local'] .disabled[type='number']:focus::placeholder,
[type='datetime-local'] .disabled[type='search']:focus::placeholder,
[type='datetime-local'] .disabled[type='tel']:focus::placeholder,
[type='datetime-local'] .disabled[type='time']:focus::placeholder,
[type='datetime-local'] .disabled[type='url']:focus::placeholder,
[type='datetime-local'] .disabled[type='color']:focus::placeholder, [type='month']:disabled:active::placeholder, [type='month']:focus:disabled::placeholder,
[type='month'] .disabled:active::placeholder,
[type='month'] .disabled[type='text']:focus::placeholder,
[type='month'] .disabled[type='password']:focus::placeholder,
[type='month'] .disabled[type='date']:focus::placeholder,
[type='month'] .disabled[type='datetime']:focus::placeholder,
[type='month'] .disabled[type='datetime-local']:focus::placeholder,
[type='month'] .disabled[type='month']:focus::placeholder,
[type='month'] .disabled[type='week']:focus::placeholder,
[type='month'] .disabled[type='email']:focus::placeholder,
[type='month'] .disabled[type='number']:focus::placeholder,
[type='month'] .disabled[type='search']:focus::placeholder,
[type='month'] .disabled[type='tel']:focus::placeholder,
[type='month'] .disabled[type='time']:focus::placeholder,
[type='month'] .disabled[type='url']:focus::placeholder,
[type='month'] .disabled[type='color']:focus::placeholder, [type='week']:disabled:active::placeholder, [type='week']:focus:disabled::placeholder,
[type='week'] .disabled:active::placeholder,
[type='week'] .disabled[type='text']:focus::placeholder,
[type='week'] .disabled[type='password']:focus::placeholder,
[type='week'] .disabled[type='date']:focus::placeholder,
[type='week'] .disabled[type='datetime']:focus::placeholder,
[type='week'] .disabled[type='datetime-local']:focus::placeholder,
[type='week'] .disabled[type='month']:focus::placeholder,
[type='week'] .disabled[type='week']:focus::placeholder,
[type='week'] .disabled[type='email']:focus::placeholder,
[type='week'] .disabled[type='number']:focus::placeholder,
[type='week'] .disabled[type='search']:focus::placeholder,
[type='week'] .disabled[type='tel']:focus::placeholder,
[type='week'] .disabled[type='time']:focus::placeholder,
[type='week'] .disabled[type='url']:focus::placeholder,
[type='week'] .disabled[type='color']:focus::placeholder, [type='email']:disabled:active::placeholder, [type='email']:focus:disabled::placeholder,
[type='email'] .disabled:active::placeholder,
[type='email'] .disabled[type='text']:focus::placeholder,
[type='email'] .disabled[type='password']:focus::placeholder,
[type='email'] .disabled[type='date']:focus::placeholder,
[type='email'] .disabled[type='datetime']:focus::placeholder,
[type='email'] .disabled[type='datetime-local']:focus::placeholder,
[type='email'] .disabled[type='month']:focus::placeholder,
[type='email'] .disabled[type='week']:focus::placeholder,
[type='email'] .disabled[type='email']:focus::placeholder,
[type='email'] .disabled[type='number']:focus::placeholder,
[type='email'] .disabled[type='search']:focus::placeholder,
[type='email'] .disabled[type='tel']:focus::placeholder,
[type='email'] .disabled[type='time']:focus::placeholder,
[type='email'] .disabled[type='url']:focus::placeholder,
[type='email'] .disabled[type='color']:focus::placeholder, [type='number']:disabled:active::placeholder, [type='number']:focus:disabled::placeholder,
[type='number'] .disabled:active::placeholder,
[type='number'] .disabled[type='text']:focus::placeholder,
[type='number'] .disabled[type='password']:focus::placeholder,
[type='number'] .disabled[type='date']:focus::placeholder,
[type='number'] .disabled[type='datetime']:focus::placeholder,
[type='number'] .disabled[type='datetime-local']:focus::placeholder,
[type='number'] .disabled[type='month']:focus::placeholder,
[type='number'] .disabled[type='week']:focus::placeholder,
[type='number'] .disabled[type='email']:focus::placeholder,
[type='number'] .disabled[type='number']:focus::placeholder,
[type='number'] .disabled[type='search']:focus::placeholder,
[type='number'] .disabled[type='tel']:focus::placeholder,
[type='number'] .disabled[type='time']:focus::placeholder,
[type='number'] .disabled[type='url']:focus::placeholder,
[type='number'] .disabled[type='color']:focus::placeholder, [type='search']:disabled:active::placeholder, [type='search']:focus:disabled::placeholder,
[type='search'] .disabled:active::placeholder,
[type='search'] .disabled[type='text']:focus::placeholder,
[type='search'] .disabled[type='password']:focus::placeholder,
[type='search'] .disabled[type='date']:focus::placeholder,
[type='search'] .disabled[type='datetime']:focus::placeholder,
[type='search'] .disabled[type='datetime-local']:focus::placeholder,
[type='search'] .disabled[type='month']:focus::placeholder,
[type='search'] .disabled[type='week']:focus::placeholder,
[type='search'] .disabled[type='email']:focus::placeholder,
[type='search'] .disabled[type='number']:focus::placeholder,
[type='search'] .disabled[type='search']:focus::placeholder,
[type='search'] .disabled[type='tel']:focus::placeholder,
[type='search'] .disabled[type='time']:focus::placeholder,
[type='search'] .disabled[type='url']:focus::placeholder,
[type='search'] .disabled[type='color']:focus::placeholder, [type='tel']:disabled:active::placeholder, [type='tel']:focus:disabled::placeholder,
[type='tel'] .disabled:active::placeholder,
[type='tel'] .disabled[type='text']:focus::placeholder,
[type='tel'] .disabled[type='password']:focus::placeholder,
[type='tel'] .disabled[type='date']:focus::placeholder,
[type='tel'] .disabled[type='datetime']:focus::placeholder,
[type='tel'] .disabled[type='datetime-local']:focus::placeholder,
[type='tel'] .disabled[type='month']:focus::placeholder,
[type='tel'] .disabled[type='week']:focus::placeholder,
[type='tel'] .disabled[type='email']:focus::placeholder,
[type='tel'] .disabled[type='number']:focus::placeholder,
[type='tel'] .disabled[type='search']:focus::placeholder,
[type='tel'] .disabled[type='tel']:focus::placeholder,
[type='tel'] .disabled[type='time']:focus::placeholder,
[type='tel'] .disabled[type='url']:focus::placeholder,
[type='tel'] .disabled[type='color']:focus::placeholder, [type='time']:disabled:active::placeholder, [type='time']:focus:disabled::placeholder,
[type='time'] .disabled:active::placeholder,
[type='time'] .disabled[type='text']:focus::placeholder,
[type='time'] .disabled[type='password']:focus::placeholder,
[type='time'] .disabled[type='date']:focus::placeholder,
[type='time'] .disabled[type='datetime']:focus::placeholder,
[type='time'] .disabled[type='datetime-local']:focus::placeholder,
[type='time'] .disabled[type='month']:focus::placeholder,
[type='time'] .disabled[type='week']:focus::placeholder,
[type='time'] .disabled[type='email']:focus::placeholder,
[type='time'] .disabled[type='number']:focus::placeholder,
[type='time'] .disabled[type='search']:focus::placeholder,
[type='time'] .disabled[type='tel']:focus::placeholder,
[type='time'] .disabled[type='time']:focus::placeholder,
[type='time'] .disabled[type='url']:focus::placeholder,
[type='time'] .disabled[type='color']:focus::placeholder, [type='url']:disabled:active::placeholder, [type='url']:focus:disabled::placeholder,
[type='url'] .disabled:active::placeholder,
[type='url'] .disabled[type='text']:focus::placeholder,
[type='url'] .disabled[type='password']:focus::placeholder,
[type='url'] .disabled[type='date']:focus::placeholder,
[type='url'] .disabled[type='datetime']:focus::placeholder,
[type='url'] .disabled[type='datetime-local']:focus::placeholder,
[type='url'] .disabled[type='month']:focus::placeholder,
[type='url'] .disabled[type='week']:focus::placeholder,
[type='url'] .disabled[type='email']:focus::placeholder,
[type='url'] .disabled[type='number']:focus::placeholder,
[type='url'] .disabled[type='search']:focus::placeholder,
[type='url'] .disabled[type='tel']:focus::placeholder,
[type='url'] .disabled[type='time']:focus::placeholder,
[type='url'] .disabled[type='url']:focus::placeholder,
[type='url'] .disabled[type='color']:focus::placeholder, [type='color']:disabled:active::placeholder, [type='color']:focus:disabled::placeholder,
[type='color'] .disabled:active::placeholder,
[type='color'] .disabled[type='text']:focus::placeholder,
[type='color'] .disabled[type='password']:focus::placeholder,
[type='color'] .disabled[type='date']:focus::placeholder,
[type='color'] .disabled[type='datetime']:focus::placeholder,
[type='color'] .disabled[type='datetime-local']:focus::placeholder,
[type='color'] .disabled[type='month']:focus::placeholder,
[type='color'] .disabled[type='week']:focus::placeholder,
[type='color'] .disabled[type='email']:focus::placeholder,
[type='color'] .disabled[type='number']:focus::placeholder,
[type='color'] .disabled[type='search']:focus::placeholder,
[type='color'] .disabled[type='tel']:focus::placeholder,
[type='color'] .disabled[type='time']:focus::placeholder,
[type='color'] .disabled[type='url']:focus::placeholder,
[type='color'] .disabled[type='color']:focus::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

[type='text'].floating-height, [type='password'].floating-height, [type='date'].floating-height, [type='datetime'].floating-height, [type='datetime-local'].floating-height, [type='month'].floating-height, [type='week'].floating-height, [type='email'].floating-height, [type='number'].floating-height, [type='search'].floating-height, [type='tel'].floating-height, [type='time'].floating-height, [type='url'].floating-height, [type='color'].floating-height {
  margin-top: 2.5rem;
}

[type='text'].alt,
.theme-alternate [type='text'], [type='password'].alt,
.theme-alternate [type='password'], [type='date'].alt,
.theme-alternate [type='date'], [type='datetime'].alt,
.theme-alternate [type='datetime'], [type='datetime-local'].alt,
.theme-alternate [type='datetime-local'], [type='month'].alt,
.theme-alternate [type='month'], [type='week'].alt,
.theme-alternate [type='week'], [type='email'].alt,
.theme-alternate [type='email'], [type='number'].alt,
.theme-alternate [type='number'], [type='search'].alt,
.theme-alternate [type='search'], [type='tel'].alt,
.theme-alternate [type='tel'], [type='time'].alt,
.theme-alternate [type='time'], [type='url'].alt,
.theme-alternate [type='url'], [type='color'].alt,
.theme-alternate [type='color'] {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: white;
}

[type='text'].alt::-webkit-input-placeholder,
.theme-alternate [type='text']::-webkit-input-placeholder, [type='password'].alt::-webkit-input-placeholder,
.theme-alternate [type='password']::-webkit-input-placeholder, [type='date'].alt::-webkit-input-placeholder,
.theme-alternate [type='date']::-webkit-input-placeholder, [type='datetime'].alt::-webkit-input-placeholder,
.theme-alternate [type='datetime']::-webkit-input-placeholder, [type='datetime-local'].alt::-webkit-input-placeholder,
.theme-alternate [type='datetime-local']::-webkit-input-placeholder, [type='month'].alt::-webkit-input-placeholder,
.theme-alternate [type='month']::-webkit-input-placeholder, [type='week'].alt::-webkit-input-placeholder,
.theme-alternate [type='week']::-webkit-input-placeholder, [type='email'].alt::-webkit-input-placeholder,
.theme-alternate [type='email']::-webkit-input-placeholder, [type='number'].alt::-webkit-input-placeholder,
.theme-alternate [type='number']::-webkit-input-placeholder, [type='search'].alt::-webkit-input-placeholder,
.theme-alternate [type='search']::-webkit-input-placeholder, [type='tel'].alt::-webkit-input-placeholder,
.theme-alternate [type='tel']::-webkit-input-placeholder, [type='time'].alt::-webkit-input-placeholder,
.theme-alternate [type='time']::-webkit-input-placeholder, [type='url'].alt::-webkit-input-placeholder,
.theme-alternate [type='url']::-webkit-input-placeholder, [type='color'].alt::-webkit-input-placeholder,
.theme-alternate [type='color']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

[type='text'].alt::-moz-placeholder,
.theme-alternate [type='text']::-moz-placeholder, [type='password'].alt::-moz-placeholder,
.theme-alternate [type='password']::-moz-placeholder, [type='date'].alt::-moz-placeholder,
.theme-alternate [type='date']::-moz-placeholder, [type='datetime'].alt::-moz-placeholder,
.theme-alternate [type='datetime']::-moz-placeholder, [type='datetime-local'].alt::-moz-placeholder,
.theme-alternate [type='datetime-local']::-moz-placeholder, [type='month'].alt::-moz-placeholder,
.theme-alternate [type='month']::-moz-placeholder, [type='week'].alt::-moz-placeholder,
.theme-alternate [type='week']::-moz-placeholder, [type='email'].alt::-moz-placeholder,
.theme-alternate [type='email']::-moz-placeholder, [type='number'].alt::-moz-placeholder,
.theme-alternate [type='number']::-moz-placeholder, [type='search'].alt::-moz-placeholder,
.theme-alternate [type='search']::-moz-placeholder, [type='tel'].alt::-moz-placeholder,
.theme-alternate [type='tel']::-moz-placeholder, [type='time'].alt::-moz-placeholder,
.theme-alternate [type='time']::-moz-placeholder, [type='url'].alt::-moz-placeholder,
.theme-alternate [type='url']::-moz-placeholder, [type='color'].alt::-moz-placeholder,
.theme-alternate [type='color']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

[type='text'].alt:-ms-input-placeholder,
.theme-alternate [type='text']:-ms-input-placeholder, [type='password'].alt:-ms-input-placeholder,
.theme-alternate [type='password']:-ms-input-placeholder, [type='date'].alt:-ms-input-placeholder,
.theme-alternate [type='date']:-ms-input-placeholder, [type='datetime'].alt:-ms-input-placeholder,
.theme-alternate [type='datetime']:-ms-input-placeholder, [type='datetime-local'].alt:-ms-input-placeholder,
.theme-alternate [type='datetime-local']:-ms-input-placeholder, [type='month'].alt:-ms-input-placeholder,
.theme-alternate [type='month']:-ms-input-placeholder, [type='week'].alt:-ms-input-placeholder,
.theme-alternate [type='week']:-ms-input-placeholder, [type='email'].alt:-ms-input-placeholder,
.theme-alternate [type='email']:-ms-input-placeholder, [type='number'].alt:-ms-input-placeholder,
.theme-alternate [type='number']:-ms-input-placeholder, [type='search'].alt:-ms-input-placeholder,
.theme-alternate [type='search']:-ms-input-placeholder, [type='tel'].alt:-ms-input-placeholder,
.theme-alternate [type='tel']:-ms-input-placeholder, [type='time'].alt:-ms-input-placeholder,
.theme-alternate [type='time']:-ms-input-placeholder, [type='url'].alt:-ms-input-placeholder,
.theme-alternate [type='url']:-ms-input-placeholder, [type='color'].alt:-ms-input-placeholder,
.theme-alternate [type='color']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

[type='text'].alt::placeholder,
.theme-alternate [type='text']::placeholder, [type='password'].alt::placeholder,
.theme-alternate [type='password']::placeholder, [type='date'].alt::placeholder,
.theme-alternate [type='date']::placeholder, [type='datetime'].alt::placeholder,
.theme-alternate [type='datetime']::placeholder, [type='datetime-local'].alt::placeholder,
.theme-alternate [type='datetime-local']::placeholder, [type='month'].alt::placeholder,
.theme-alternate [type='month']::placeholder, [type='week'].alt::placeholder,
.theme-alternate [type='week']::placeholder, [type='email'].alt::placeholder,
.theme-alternate [type='email']::placeholder, [type='number'].alt::placeholder,
.theme-alternate [type='number']::placeholder, [type='search'].alt::placeholder,
.theme-alternate [type='search']::placeholder, [type='tel'].alt::placeholder,
.theme-alternate [type='tel']::placeholder, [type='time'].alt::placeholder,
.theme-alternate [type='time']::placeholder, [type='url'].alt::placeholder,
.theme-alternate [type='url']::placeholder, [type='color'].alt::placeholder,
.theme-alternate [type='color']::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

[type='text'].alt:active::-webkit-input-placeholder, [type='text'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='text']:active::-webkit-input-placeholder,
.theme-alternate [type='text']:focus::-webkit-input-placeholder, [type='password'].alt:active::-webkit-input-placeholder, [type='password'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='password']:active::-webkit-input-placeholder,
.theme-alternate [type='password']:focus::-webkit-input-placeholder, [type='date'].alt:active::-webkit-input-placeholder, [type='date'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='date']:active::-webkit-input-placeholder,
.theme-alternate [type='date']:focus::-webkit-input-placeholder, [type='datetime'].alt:active::-webkit-input-placeholder, [type='datetime'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='datetime']:active::-webkit-input-placeholder,
.theme-alternate [type='datetime']:focus::-webkit-input-placeholder, [type='datetime-local'].alt:active::-webkit-input-placeholder, [type='datetime-local'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='datetime-local']:active::-webkit-input-placeholder,
.theme-alternate [type='datetime-local']:focus::-webkit-input-placeholder, [type='month'].alt:active::-webkit-input-placeholder, [type='month'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='month']:active::-webkit-input-placeholder,
.theme-alternate [type='month']:focus::-webkit-input-placeholder, [type='week'].alt:active::-webkit-input-placeholder, [type='week'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='week']:active::-webkit-input-placeholder,
.theme-alternate [type='week']:focus::-webkit-input-placeholder, [type='email'].alt:active::-webkit-input-placeholder, [type='email'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='email']:active::-webkit-input-placeholder,
.theme-alternate [type='email']:focus::-webkit-input-placeholder, [type='number'].alt:active::-webkit-input-placeholder, [type='number'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='number']:active::-webkit-input-placeholder,
.theme-alternate [type='number']:focus::-webkit-input-placeholder, [type='search'].alt:active::-webkit-input-placeholder, [type='search'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='search']:active::-webkit-input-placeholder,
.theme-alternate [type='search']:focus::-webkit-input-placeholder, [type='tel'].alt:active::-webkit-input-placeholder, [type='tel'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='tel']:active::-webkit-input-placeholder,
.theme-alternate [type='tel']:focus::-webkit-input-placeholder, [type='time'].alt:active::-webkit-input-placeholder, [type='time'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='time']:active::-webkit-input-placeholder,
.theme-alternate [type='time']:focus::-webkit-input-placeholder, [type='url'].alt:active::-webkit-input-placeholder, [type='url'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='url']:active::-webkit-input-placeholder,
.theme-alternate [type='url']:focus::-webkit-input-placeholder, [type='color'].alt:active::-webkit-input-placeholder, [type='color'].alt:focus::-webkit-input-placeholder,
.theme-alternate [type='color']:active::-webkit-input-placeholder,
.theme-alternate [type='color']:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

[type='text'].alt:active::-moz-placeholder, [type='text'].alt:focus::-moz-placeholder,
.theme-alternate [type='text']:active::-moz-placeholder,
.theme-alternate [type='text']:focus::-moz-placeholder, [type='password'].alt:active::-moz-placeholder, [type='password'].alt:focus::-moz-placeholder,
.theme-alternate [type='password']:active::-moz-placeholder,
.theme-alternate [type='password']:focus::-moz-placeholder, [type='date'].alt:active::-moz-placeholder, [type='date'].alt:focus::-moz-placeholder,
.theme-alternate [type='date']:active::-moz-placeholder,
.theme-alternate [type='date']:focus::-moz-placeholder, [type='datetime'].alt:active::-moz-placeholder, [type='datetime'].alt:focus::-moz-placeholder,
.theme-alternate [type='datetime']:active::-moz-placeholder,
.theme-alternate [type='datetime']:focus::-moz-placeholder, [type='datetime-local'].alt:active::-moz-placeholder, [type='datetime-local'].alt:focus::-moz-placeholder,
.theme-alternate [type='datetime-local']:active::-moz-placeholder,
.theme-alternate [type='datetime-local']:focus::-moz-placeholder, [type='month'].alt:active::-moz-placeholder, [type='month'].alt:focus::-moz-placeholder,
.theme-alternate [type='month']:active::-moz-placeholder,
.theme-alternate [type='month']:focus::-moz-placeholder, [type='week'].alt:active::-moz-placeholder, [type='week'].alt:focus::-moz-placeholder,
.theme-alternate [type='week']:active::-moz-placeholder,
.theme-alternate [type='week']:focus::-moz-placeholder, [type='email'].alt:active::-moz-placeholder, [type='email'].alt:focus::-moz-placeholder,
.theme-alternate [type='email']:active::-moz-placeholder,
.theme-alternate [type='email']:focus::-moz-placeholder, [type='number'].alt:active::-moz-placeholder, [type='number'].alt:focus::-moz-placeholder,
.theme-alternate [type='number']:active::-moz-placeholder,
.theme-alternate [type='number']:focus::-moz-placeholder, [type='search'].alt:active::-moz-placeholder, [type='search'].alt:focus::-moz-placeholder,
.theme-alternate [type='search']:active::-moz-placeholder,
.theme-alternate [type='search']:focus::-moz-placeholder, [type='tel'].alt:active::-moz-placeholder, [type='tel'].alt:focus::-moz-placeholder,
.theme-alternate [type='tel']:active::-moz-placeholder,
.theme-alternate [type='tel']:focus::-moz-placeholder, [type='time'].alt:active::-moz-placeholder, [type='time'].alt:focus::-moz-placeholder,
.theme-alternate [type='time']:active::-moz-placeholder,
.theme-alternate [type='time']:focus::-moz-placeholder, [type='url'].alt:active::-moz-placeholder, [type='url'].alt:focus::-moz-placeholder,
.theme-alternate [type='url']:active::-moz-placeholder,
.theme-alternate [type='url']:focus::-moz-placeholder, [type='color'].alt:active::-moz-placeholder, [type='color'].alt:focus::-moz-placeholder,
.theme-alternate [type='color']:active::-moz-placeholder,
.theme-alternate [type='color']:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

[type='text'].alt:active:-ms-input-placeholder, [type='text'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='text']:active:-ms-input-placeholder,
.theme-alternate [type='text']:focus:-ms-input-placeholder, [type='password'].alt:active:-ms-input-placeholder, [type='password'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='password']:active:-ms-input-placeholder,
.theme-alternate [type='password']:focus:-ms-input-placeholder, [type='date'].alt:active:-ms-input-placeholder, [type='date'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='date']:active:-ms-input-placeholder,
.theme-alternate [type='date']:focus:-ms-input-placeholder, [type='datetime'].alt:active:-ms-input-placeholder, [type='datetime'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='datetime']:active:-ms-input-placeholder,
.theme-alternate [type='datetime']:focus:-ms-input-placeholder, [type='datetime-local'].alt:active:-ms-input-placeholder, [type='datetime-local'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='datetime-local']:active:-ms-input-placeholder,
.theme-alternate [type='datetime-local']:focus:-ms-input-placeholder, [type='month'].alt:active:-ms-input-placeholder, [type='month'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='month']:active:-ms-input-placeholder,
.theme-alternate [type='month']:focus:-ms-input-placeholder, [type='week'].alt:active:-ms-input-placeholder, [type='week'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='week']:active:-ms-input-placeholder,
.theme-alternate [type='week']:focus:-ms-input-placeholder, [type='email'].alt:active:-ms-input-placeholder, [type='email'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='email']:active:-ms-input-placeholder,
.theme-alternate [type='email']:focus:-ms-input-placeholder, [type='number'].alt:active:-ms-input-placeholder, [type='number'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='number']:active:-ms-input-placeholder,
.theme-alternate [type='number']:focus:-ms-input-placeholder, [type='search'].alt:active:-ms-input-placeholder, [type='search'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='search']:active:-ms-input-placeholder,
.theme-alternate [type='search']:focus:-ms-input-placeholder, [type='tel'].alt:active:-ms-input-placeholder, [type='tel'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='tel']:active:-ms-input-placeholder,
.theme-alternate [type='tel']:focus:-ms-input-placeholder, [type='time'].alt:active:-ms-input-placeholder, [type='time'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='time']:active:-ms-input-placeholder,
.theme-alternate [type='time']:focus:-ms-input-placeholder, [type='url'].alt:active:-ms-input-placeholder, [type='url'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='url']:active:-ms-input-placeholder,
.theme-alternate [type='url']:focus:-ms-input-placeholder, [type='color'].alt:active:-ms-input-placeholder, [type='color'].alt:focus:-ms-input-placeholder,
.theme-alternate [type='color']:active:-ms-input-placeholder,
.theme-alternate [type='color']:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

[type='text'].alt:active::placeholder, [type='text'].alt:focus::placeholder,
.theme-alternate [type='text']:active::placeholder,
.theme-alternate [type='text']:focus::placeholder, [type='password'].alt:active::placeholder, [type='password'].alt:focus::placeholder,
.theme-alternate [type='password']:active::placeholder,
.theme-alternate [type='password']:focus::placeholder, [type='date'].alt:active::placeholder, [type='date'].alt:focus::placeholder,
.theme-alternate [type='date']:active::placeholder,
.theme-alternate [type='date']:focus::placeholder, [type='datetime'].alt:active::placeholder, [type='datetime'].alt:focus::placeholder,
.theme-alternate [type='datetime']:active::placeholder,
.theme-alternate [type='datetime']:focus::placeholder, [type='datetime-local'].alt:active::placeholder, [type='datetime-local'].alt:focus::placeholder,
.theme-alternate [type='datetime-local']:active::placeholder,
.theme-alternate [type='datetime-local']:focus::placeholder, [type='month'].alt:active::placeholder, [type='month'].alt:focus::placeholder,
.theme-alternate [type='month']:active::placeholder,
.theme-alternate [type='month']:focus::placeholder, [type='week'].alt:active::placeholder, [type='week'].alt:focus::placeholder,
.theme-alternate [type='week']:active::placeholder,
.theme-alternate [type='week']:focus::placeholder, [type='email'].alt:active::placeholder, [type='email'].alt:focus::placeholder,
.theme-alternate [type='email']:active::placeholder,
.theme-alternate [type='email']:focus::placeholder, [type='number'].alt:active::placeholder, [type='number'].alt:focus::placeholder,
.theme-alternate [type='number']:active::placeholder,
.theme-alternate [type='number']:focus::placeholder, [type='search'].alt:active::placeholder, [type='search'].alt:focus::placeholder,
.theme-alternate [type='search']:active::placeholder,
.theme-alternate [type='search']:focus::placeholder, [type='tel'].alt:active::placeholder, [type='tel'].alt:focus::placeholder,
.theme-alternate [type='tel']:active::placeholder,
.theme-alternate [type='tel']:focus::placeholder, [type='time'].alt:active::placeholder, [type='time'].alt:focus::placeholder,
.theme-alternate [type='time']:active::placeholder,
.theme-alternate [type='time']:focus::placeholder, [type='url'].alt:active::placeholder, [type='url'].alt:focus::placeholder,
.theme-alternate [type='url']:active::placeholder,
.theme-alternate [type='url']:focus::placeholder, [type='color'].alt:active::placeholder, [type='color'].alt:focus::placeholder,
.theme-alternate [type='color']:active::placeholder,
.theme-alternate [type='color']:focus::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

[type='text'].primary:focus, [type='password'].primary:focus, [type='date'].primary:focus, [type='datetime'].primary:focus, [type='datetime-local'].primary:focus, [type='month'].primary:focus, [type='week'].primary:focus, [type='email'].primary:focus, [type='number'].primary:focus, [type='search'].primary:focus, [type='tel'].primary:focus, [type='time'].primary:focus, [type='url'].primary:focus, [type='color'].primary:focus {
  border-color: #673ab7;
}

[type='text'].accent:focus, [type='password'].accent:focus, [type='date'].accent:focus, [type='datetime'].accent:focus, [type='datetime-local'].accent:focus, [type='month'].accent:focus, [type='week'].accent:focus, [type='email'].accent:focus, [type='number'].accent:focus, [type='search'].accent:focus, [type='tel'].accent:focus, [type='time'].accent:focus, [type='url'].accent:focus, [type='color'].accent:focus {
  border-color: #ff2d6f;
}

[type='text'].info:focus, [type='password'].info:focus, [type='date'].info:focus, [type='datetime'].info:focus, [type='datetime-local'].info:focus, [type='month'].info:focus, [type='week'].info:focus, [type='email'].info:focus, [type='number'].info:focus, [type='search'].info:focus, [type='tel'].info:focus, [type='time'].info:focus, [type='url'].info:focus, [type='color'].info:focus {
  border-color: #5677fc;
}

[type='text'].success:focus, [type='password'].success:focus, [type='date'].success:focus, [type='datetime'].success:focus, [type='datetime-local'].success:focus, [type='month'].success:focus, [type='week'].success:focus, [type='email'].success:focus, [type='number'].success:focus, [type='search'].success:focus, [type='tel'].success:focus, [type='time'].success:focus, [type='url'].success:focus, [type='color'].success:focus {
  border-color: #259b24;
}

[type='text'].warning:focus, [type='password'].warning:focus, [type='date'].warning:focus, [type='datetime'].warning:focus, [type='datetime-local'].warning:focus, [type='month'].warning:focus, [type='week'].warning:focus, [type='email'].warning:focus, [type='number'].warning:focus, [type='search'].warning:focus, [type='tel'].warning:focus, [type='time'].warning:focus, [type='url'].warning:focus, [type='color'].warning:focus {
  border-color: #ffc107;
}

[type='text'].alert:focus, [type='password'].alert:focus, [type='date'].alert:focus, [type='datetime'].alert:focus, [type='datetime-local'].alert:focus, [type='month'].alert:focus, [type='week'].alert:focus, [type='email'].alert:focus, [type='number'].alert:focus, [type='search'].alert:focus, [type='tel'].alert:focus, [type='time'].alert:focus, [type='url'].alert:focus, [type='color'].alert:focus {
  border-color: #e51c23;
}

input [type='search'], textarea [type='search'] {
  box-sizing: border-box;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

.floating-input-group {
  position: relative;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 8px;
}

.floating-input-group::before {
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #673ab7;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.floating-input-group::before {
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
}

.floating-input-group.focused::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.floating-input-group.focused > label {
  color: #673ab7;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.floating-input-group.has-value > label {
  font-size: 0.75rem;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.floating-input-group > label {
  position: absolute;
  top: 50%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1rem;
  color: rgba(0, 0, 0, 0.38);
  text-overflow: ellipsis;
  line-height: 1rem;
  white-space: nowrap;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color ease 0.3s, font-size ease 0.3s, -webkit-transform ease 0.3s;
  transition: color ease 0.3s, font-size ease 0.3s, -webkit-transform ease 0.3s;
  transition: transform ease 0.3s, color ease 0.3s, font-size ease 0.3s;
  transition: transform ease 0.3s, color ease 0.3s, font-size ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.floating-input-group > label.alt,
.theme-alternate .floating-input-group > label {
  color: rgba(255, 255, 255, 0.5);
}

.floating-input-group > input, .floating-input-group > textarea {
  position: relative;
  bottom: 0;
  height: 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0.4375rem;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.floating-input-group > input:focus, .floating-input-group > textarea:focus {
  box-shadow: none;
  background: none;
}

.floating-input-group > input:disabled + label, .floating-input-group > textarea:disabled + label {
  cursor: not-allowed;
}

.floating-input-group > input::-webkit-input-placeholder, .floating-input-group > textarea::-webkit-input-placeholder {
  color: transparent !important;
}

.floating-input-group > input::-moz-placeholder, .floating-input-group > textarea::-moz-placeholder {
  color: transparent !important;
}

.floating-input-group > input:-ms-input-placeholder, .floating-input-group > textarea:-ms-input-placeholder {
  color: transparent !important;
}

.floating-input-group > input::placeholder, .floating-input-group > textarea::placeholder {
  color: transparent !important;
}

.floating-input-group.primary::before {
  background: #673ab7;
}

.floating-input-group.primary.focused > label {
  color: #673ab7;
}

.floating-input-group.accent::before {
  background: #ff2d6f;
}

.floating-input-group.accent.focused > label {
  color: #ff2d6f;
}

.floating-input-group.info::before {
  background: #5677fc;
}

.floating-input-group.info.focused > label {
  color: #5677fc;
}

.floating-input-group.success::before {
  background: #259b24;
}

.floating-input-group.success.focused > label {
  color: #259b24;
}

.floating-input-group.warning::before {
  background: #ffc107;
}

.floating-input-group.warning.focused > label {
  color: #ffc107;
}

.floating-input-group.alert::before {
  background: #e51c23;
}

.floating-input-group.alert.focused > label {
  color: #e51c23;
}

input.toggle + .password-toggle, textarea.toggle + .password-toggle {
  cursor: pointer;
}

input.toggle + .password-toggle::after, textarea.toggle + .password-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  z-index: 10;
  color: rgba(0, 0, 0, 0.38);
  content: "";
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

input.toggle + .password-toggle:hover::after, textarea.toggle + .password-toggle:hover::after {
  color: rgba(0, 0, 0, 0.87);
}

input.toggle + .password-toggle.shown::after, textarea.toggle + .password-toggle.shown::after {
  content: "";
}

input.toggle + .password-toggle.alt::after, textarea.toggle + .password-toggle.alt::after,
.theme-alternate input.toggle + .password-toggle::after,
.theme-alternate textarea.toggle + .password-toggle::after {
  color: rgba(255, 255, 255, 0.5);
}

input.toggle + .password-toggle.alt:hover::after, textarea.toggle + .password-toggle.alt:hover::after,
.theme-alternate input.toggle + .password-toggle:hover::after,
.theme-alternate textarea.toggle + .password-toggle:hover::after {
  color: white;
}

input.toggle:focus + .password-toggle::after, textarea.toggle:focus + .password-toggle::after {
  color: rgba(0, 0, 0, 0.54);
}

input.toggle:focus + .password-toggle:hover::after, textarea.toggle:focus + .password-toggle:hover::after {
  color: rgba(0, 0, 0, 0.87);
}

input.toggle:focus + .password-toggle.alt::after, textarea.toggle:focus + .password-toggle.alt::after,
.theme-alternate input.toggle:focus + .password-toggle::after,
.theme-alternate textarea.toggle:focus + .password-toggle::after {
  color: rgba(255, 255, 255, 0.7);
}

input.toggle:focus + .password-toggle.alt:hover::after, textarea.toggle:focus + .password-toggle.alt:hover::after,
.theme-alternate input.toggle:focus + .password-toggle:hover::after,
.theme-alternate textarea.toggle:focus + .password-toggle:hover::after {
  color: white;
}

@-webkit-keyframes checkbox-check-grow {
  0% {
    -webkit-transform: scale(0, 0) rotate(44deg);
            transform: scale(0, 0) rotate(44deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(44deg);
            transform: scale(1, 1) rotate(44deg);
  }
}

@keyframes checkbox-check-grow {
  0% {
    -webkit-transform: scale(0, 0) rotate(44deg);
            transform: scale(0, 0) rotate(44deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(44deg);
            transform: scale(1, 1) rotate(44deg);
  }
}

[type='checkbox'] {
  position: relative;
  top: -0.0625rem;
  margin: 0.125rem;
  outline: 0;
  border-radius: 50%;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}

[type='checkbox']::before {
  position: absolute;
  z-index: 1;
  box-shadow: inset 0 0 0 0.5625rem transparent;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  background-color: #fafafa;
  content: '';
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  margin-top: -0.125rem;
  margin-left: -0.125rem;
}

[type='checkbox'].alt::before,
.theme-alternate [type='checkbox']::before {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: #303030;
}

[type='checkbox'].primary::before {
  border-color: #673ab7;
}

[type='checkbox'].primary + label {
  color: #673ab7;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='checkbox'].primary:checked::before {
  border-color: #673ab7;
  background-color: #673ab7;
}

[type='checkbox'].primary:checked + label {
  opacity: 1;
}

[type='checkbox'].primary.focused, [type='checkbox'].primary:active:not(.no-ink):not(:disabled), [type='checkbox'].primary[type='text']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='password']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='date']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='datetime']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='month']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='week']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='email']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='number']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='search']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='tel']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='time']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='url']:not(.no-ink):not(:disabled):focus, [type='checkbox'].primary[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.75rem rgba(103, 58, 183, 0.26);
}

[type='checkbox'].primary.focused:not(:checked)::before, [type='checkbox'].primary:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].primary[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(103, 58, 183, 0.26);
}

[type='checkbox'].primary.focused:checked::after, [type='checkbox'].primary:active:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='text']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='password']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='date']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='month']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='week']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='email']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='number']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='search']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='tel']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='time']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='url']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].primary[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #d4c8e9;
}

[type='checkbox'].primary.focused.alt:checked::after,
.theme-alternate [type='checkbox'].primary.focused:checked::after, [type='checkbox'].primary:active:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='text']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='password']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='date']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='datetime']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='month']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='week']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='email']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='number']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='search']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='tel']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='time']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='url']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].primary[type='color']:focus:not(.no-ink):not(:disabled).alt:checked::after,
.theme-alternate [type='checkbox'].primary:active:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='text']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='password']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='date']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='month']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='week']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='email']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='number']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='search']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='tel']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='time']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='url']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].primary[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #3e3353;
}

[type='checkbox'].accent::before {
  border-color: #ff2d6f;
}

[type='checkbox'].accent + label {
  color: #ff2d6f;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='checkbox'].accent:checked::before {
  border-color: #ff2d6f;
  background-color: #ff2d6f;
}

[type='checkbox'].accent:checked + label {
  opacity: 1;
}

[type='checkbox'].accent.focused, [type='checkbox'].accent:active:not(.no-ink):not(:disabled), [type='checkbox'].accent[type='text']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='password']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='date']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='datetime']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='month']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='week']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='email']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='number']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='search']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='tel']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='time']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='url']:not(.no-ink):not(:disabled):focus, [type='checkbox'].accent[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.75rem rgba(255, 45, 111, 0.26);
}

[type='checkbox'].accent.focused:not(:checked)::before, [type='checkbox'].accent:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].accent[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(255, 45, 111, 0.26);
}

[type='checkbox'].accent.focused:checked::after, [type='checkbox'].accent:active:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='text']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='password']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='date']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='month']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='week']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='email']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='number']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='search']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='tel']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='time']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='url']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].accent[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #fbc5d6;
}

[type='checkbox'].accent.focused.alt:checked::after,
.theme-alternate [type='checkbox'].accent.focused:checked::after, [type='checkbox'].accent:active:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='text']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='password']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='date']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='datetime']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='month']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='week']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='email']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='number']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='search']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='tel']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='time']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='url']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].accent[type='color']:focus:not(.no-ink):not(:disabled).alt:checked::after,
.theme-alternate [type='checkbox'].accent:active:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='text']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='password']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='date']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='month']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='week']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='email']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='number']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='search']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='tel']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='time']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='url']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].accent[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #662f40;
}

[type='checkbox'].info::before {
  border-color: #5677fc;
}

[type='checkbox'].info + label {
  color: #5677fc;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='checkbox'].info:checked::before {
  border-color: #5677fc;
  background-color: #5677fc;
}

[type='checkbox'].info:checked + label {
  opacity: 1;
}

[type='checkbox'].info.focused, [type='checkbox'].info:active:not(.no-ink):not(:disabled), [type='checkbox'].info[type='text']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='password']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='date']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='datetime']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='month']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='week']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='email']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='number']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='search']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='tel']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='time']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='url']:not(.no-ink):not(:disabled):focus, [type='checkbox'].info[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.75rem rgba(86, 119, 252, 0.26);
}

[type='checkbox'].info.focused:not(:checked)::before, [type='checkbox'].info:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].info[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(86, 119, 252, 0.26);
}

[type='checkbox'].info.focused:checked::after, [type='checkbox'].info:active:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='text']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='password']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='date']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='month']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='week']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='email']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='number']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='search']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='tel']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='time']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='url']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].info[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #cfd8fb;
}

[type='checkbox'].info.focused.alt:checked::after,
.theme-alternate [type='checkbox'].info.focused:checked::after, [type='checkbox'].info:active:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='text']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='password']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='date']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='datetime']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='month']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='week']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='email']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='number']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='search']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='tel']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='time']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='url']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].info[type='color']:focus:not(.no-ink):not(:disabled).alt:checked::after,
.theme-alternate [type='checkbox'].info:active:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='text']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='password']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='date']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='month']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='week']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='email']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='number']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='search']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='tel']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='time']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='url']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].info[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #3a4265;
}

[type='checkbox'].success::before {
  border-color: #259b24;
}

[type='checkbox'].success + label {
  color: #259b24;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='checkbox'].success:checked::before {
  border-color: #259b24;
  background-color: #259b24;
}

[type='checkbox'].success:checked + label {
  opacity: 1;
}

[type='checkbox'].success.focused, [type='checkbox'].success:active:not(.no-ink):not(:disabled), [type='checkbox'].success[type='text']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='password']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='date']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='datetime']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='month']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='week']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='email']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='number']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='search']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='tel']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='time']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='url']:not(.no-ink):not(:disabled):focus, [type='checkbox'].success[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.75rem rgba(37, 155, 36, 0.26);
}

[type='checkbox'].success.focused:not(:checked)::before, [type='checkbox'].success:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].success[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(37, 155, 36, 0.26);
}

[type='checkbox'].success.focused:checked::after, [type='checkbox'].success:active:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='text']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='password']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='date']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='month']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='week']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='email']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='number']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='search']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='tel']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='time']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='url']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].success[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #c3e1c2;
}

[type='checkbox'].success.focused.alt:checked::after,
.theme-alternate [type='checkbox'].success.focused:checked::after, [type='checkbox'].success:active:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='text']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='password']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='date']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='datetime']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='month']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='week']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='email']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='number']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='search']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='tel']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='time']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='url']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].success[type='color']:focus:not(.no-ink):not(:disabled).alt:checked::after,
.theme-alternate [type='checkbox'].success:active:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='text']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='password']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='date']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='month']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='week']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='email']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='number']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='search']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='tel']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='time']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='url']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].success[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #2d4c2d;
}

[type='checkbox'].warning::before {
  border-color: #ffc107;
}

[type='checkbox'].warning + label {
  color: #ffc107;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='checkbox'].warning:checked::before {
  border-color: #ffc107;
  background-color: #ffc107;
}

[type='checkbox'].warning:checked + label {
  opacity: 1;
}

[type='checkbox'].warning.focused, [type='checkbox'].warning:active:not(.no-ink):not(:disabled), [type='checkbox'].warning[type='text']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='password']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='date']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='datetime']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='month']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='week']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='email']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='number']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='search']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='tel']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='time']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='url']:not(.no-ink):not(:disabled):focus, [type='checkbox'].warning[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.75rem rgba(255, 193, 7, 0.26);
}

[type='checkbox'].warning.focused:not(:checked)::before, [type='checkbox'].warning:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].warning[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(255, 193, 7, 0.26);
}

[type='checkbox'].warning.focused:checked::after, [type='checkbox'].warning:active:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='text']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='password']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='date']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='month']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='week']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='email']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='number']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='search']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='tel']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='time']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='url']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].warning[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #fbebbb;
}

[type='checkbox'].warning.focused.alt:checked::after,
.theme-alternate [type='checkbox'].warning.focused:checked::after, [type='checkbox'].warning:active:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='text']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='password']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='date']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='datetime']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='month']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='week']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='email']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='number']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='search']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='tel']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='time']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='url']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].warning[type='color']:focus:not(.no-ink):not(:disabled).alt:checked::after,
.theme-alternate [type='checkbox'].warning:active:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='text']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='password']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='date']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='month']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='week']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='email']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='number']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='search']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='tel']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='time']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='url']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].warning[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #665625;
}

[type='checkbox'].alert::before {
  border-color: #e51c23;
}

[type='checkbox'].alert + label {
  color: #e51c23;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='checkbox'].alert:checked::before {
  border-color: #e51c23;
  background-color: #e51c23;
}

[type='checkbox'].alert:checked + label {
  opacity: 1;
}

[type='checkbox'].alert.focused, [type='checkbox'].alert:active:not(.no-ink):not(:disabled), [type='checkbox'].alert[type='text']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='password']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='date']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='datetime']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='month']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='week']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='email']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='number']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='search']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='tel']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='time']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='url']:not(.no-ink):not(:disabled):focus, [type='checkbox'].alert[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.75rem rgba(229, 28, 35, 0.26);
}

[type='checkbox'].alert.focused:not(:checked)::before, [type='checkbox'].alert:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'].alert[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(229, 28, 35, 0.26);
}

[type='checkbox'].alert.focused:checked::after, [type='checkbox'].alert:active:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='text']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='password']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='date']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='month']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='week']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='email']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='number']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='search']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='tel']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='time']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='url']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'].alert[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #f5c0c2;
}

[type='checkbox'].alert.focused.alt:checked::after,
.theme-alternate [type='checkbox'].alert.focused:checked::after, [type='checkbox'].alert:active:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='text']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='password']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='date']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='datetime']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='month']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='week']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='email']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='number']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='search']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='tel']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='time']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='url']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'].alert[type='color']:focus:not(.no-ink):not(:disabled).alt:checked::after,
.theme-alternate [type='checkbox'].alert:active:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='text']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='password']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='date']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='datetime']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='month']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='week']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='email']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='number']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='search']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='tel']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='time']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='url']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'].alert[type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #5f2b2d;
}

[type='checkbox'].focused, [type='checkbox']:active:not(.no-ink):not(:disabled), [type='checkbox'][type='text']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='password']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='date']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='datetime']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='month']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='week']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='email']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='number']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='search']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='tel']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='time']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='url']:not(.no-ink):not(:disabled):focus, [type='checkbox'][type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.75rem rgba(103, 58, 183, 0.26);
}

[type='checkbox'].focused:not(:checked)::before, [type='checkbox']:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='checkbox'][type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(103, 58, 183, 0.26);
}

[type='checkbox'].focused:checked::after, [type='checkbox']:active:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='text']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='password']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='date']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='datetime']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='month']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='week']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='email']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='number']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='search']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='tel']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='time']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='url']:focus:not(.no-ink):not(:disabled):checked::after, [type='checkbox'][type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #d4c8e9;
}

[type='checkbox'].focused.alt:checked::after,
.theme-alternate [type='checkbox'].focused:checked::after, [type='checkbox']:active:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='text']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='password']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='date']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='datetime']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='month']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='week']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='email']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='number']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='search']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='tel']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='time']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='url']:focus:not(.no-ink):not(:disabled).alt:checked::after, [type='checkbox'][type='color']:focus:not(.no-ink):not(:disabled).alt:checked::after,
.theme-alternate [type='checkbox']:active:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='text']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='password']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='date']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='datetime']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='datetime-local']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='month']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='week']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='email']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='number']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='search']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='tel']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='time']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='url']:focus:not(.no-ink):not(:disabled):checked::after,
.theme-alternate [type='checkbox'][type='color']:focus:not(.no-ink):not(:disabled):checked::after {
  border-color: #3e3353;
}

[type='checkbox']:checked::before {
  z-index: 1;
  visibility: visible;
  border-color: #673ab7;
  background-color: #673ab7;
}

[type='checkbox']:checked::after {
  position: absolute;
  z-index: 1;
  width: 0.4375rem;
  height: 0.75rem;
  border: 0.125rem solid #fafafa;
  background-color: transparent;
  content: '';
  cursor: pointer;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  -webkit-animation: checkbox-check-grow 0.25s ease-out forwards;
          animation: checkbox-check-grow 0.25s ease-out forwards;
  margin-top: 0;
  margin-left: 0.25rem;
  border-top-width: 0;
  border-left-width: 0;
}

[type='checkbox']:checked.alt::after,
.theme-alternate [type='checkbox']:checked::after {
  border-color: #303030;
}

[type='checkbox'] + label {
  display: inline;
  vertical-align: baseline;
  line-height: 1em;
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
}

[type='checkbox'] + label[for] {
  cursor: pointer;
}

[type='checkbox'].disabled::before, [type='checkbox'][disabled]::before {
  border-color: #b9b9b9;
  cursor: not-allowed;
}

[type='checkbox'].disabled:checked::before, [type='checkbox'][disabled]:checked::before {
  border-color: #b9b9b9;
  background-color: #b9b9b9;
}

[type='checkbox'].disabled:checked::after, [type='checkbox'][disabled]:checked::after {
  cursor: not-allowed;
}

[type='checkbox'].disabled + label, [type='checkbox'][disabled] + label {
  color: #b9b9b9;
  cursor: not-allowed;
}

[type='checkbox'].disabled.alt::before,
.theme-alternate [type='checkbox'].disabled::before, [type='checkbox'][disabled].alt::before,
.theme-alternate [type='checkbox'][disabled]::before {
  border-color: #6e6e6e;
}

[type='checkbox'].disabled.alt:checked::before,
.theme-alternate [type='checkbox'].disabled:checked::before, [type='checkbox'][disabled].alt:checked::before,
.theme-alternate [type='checkbox'][disabled]:checked::before {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
}

[type='checkbox'].disabled.alt + label,
.theme-alternate [type='checkbox'].disabled + label, [type='checkbox'][disabled].alt + label,
.theme-alternate [type='checkbox'][disabled] + label {
  color: #6e6e6e;
}

label > [type='checkbox'] {
  margin-right: 0.625rem;
  margin-bottom: 0 !important;
}

fieldset > [type='checkbox']:last-of-type {
  margin-bottom: 1.125rem;
}

[type='radio'] {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  outline: 0;
  border-radius: 50%;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}

[type='radio']::before {
  position: absolute;
  z-index: 1;
  box-shadow: inset 0 0 0 1.25rem transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 100%;
  background-color: #fafafa;
  content: '';
  cursor: pointer;
  -webkit-transition: all 0.25s ease, box-shadow 0.25s ease;
  transition: all 0.25s ease, box-shadow 0.25s ease;
}

[type='radio'].alt::before,
.theme-alternate [type='radio']::before {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: #303030;
}

[type='radio'].primary::before {
  border-color: #673ab7;
}

[type='radio'].primary + label {
  color: #673ab7;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='radio'].primary:checked::before {
  border-color: #673ab7;
  background-color: #673ab7;
}

[type='radio'].primary:checked + label {
  opacity: 1;
}

[type='radio'].primary.focused, [type='radio'].primary:active:not(.no-ink):not(:disabled), [type='radio'].primary[type='text']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='password']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='date']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='datetime']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='month']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='week']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='email']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='number']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='search']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='tel']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='time']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='url']:not(.no-ink):not(:disabled):focus, [type='radio'].primary[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.5625rem rgba(103, 58, 183, 0.26);
}

[type='radio'].primary.focused:not(:checked)::before, [type='radio'].primary:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].primary[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(103, 58, 183, 0.26);
}

[type='radio'].primary.focused:not(.filled):checked::before, [type='radio'].primary:active:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].primary[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #d4c8e9;
}

[type='radio'].primary.focused.alt:not(.filled):checked::before,
.theme-alternate [type='radio'].primary.focused:not(.filled):checked::before, [type='radio'].primary:active:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='text']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='password']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='date']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='datetime']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='month']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='week']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='email']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='number']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='search']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='tel']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='time']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='url']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].primary[type='color']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before,
.theme-alternate [type='radio'].primary:active:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].primary[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #3e3353;
}

[type='radio'].accent::before {
  border-color: #ff2d6f;
}

[type='radio'].accent + label {
  color: #ff2d6f;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='radio'].accent:checked::before {
  border-color: #ff2d6f;
  background-color: #ff2d6f;
}

[type='radio'].accent:checked + label {
  opacity: 1;
}

[type='radio'].accent.focused, [type='radio'].accent:active:not(.no-ink):not(:disabled), [type='radio'].accent[type='text']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='password']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='date']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='datetime']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='month']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='week']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='email']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='number']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='search']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='tel']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='time']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='url']:not(.no-ink):not(:disabled):focus, [type='radio'].accent[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.5625rem rgba(255, 45, 111, 0.26);
}

[type='radio'].accent.focused:not(:checked)::before, [type='radio'].accent:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].accent[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(255, 45, 111, 0.26);
}

[type='radio'].accent.focused:not(.filled):checked::before, [type='radio'].accent:active:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].accent[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #fbc5d6;
}

[type='radio'].accent.focused.alt:not(.filled):checked::before,
.theme-alternate [type='radio'].accent.focused:not(.filled):checked::before, [type='radio'].accent:active:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='text']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='password']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='date']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='datetime']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='month']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='week']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='email']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='number']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='search']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='tel']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='time']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='url']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].accent[type='color']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before,
.theme-alternate [type='radio'].accent:active:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].accent[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #662f40;
}

[type='radio'].info::before {
  border-color: #5677fc;
}

[type='radio'].info + label {
  color: #5677fc;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='radio'].info:checked::before {
  border-color: #5677fc;
  background-color: #5677fc;
}

[type='radio'].info:checked + label {
  opacity: 1;
}

[type='radio'].info.focused, [type='radio'].info:active:not(.no-ink):not(:disabled), [type='radio'].info[type='text']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='password']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='date']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='datetime']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='month']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='week']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='email']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='number']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='search']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='tel']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='time']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='url']:not(.no-ink):not(:disabled):focus, [type='radio'].info[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.5625rem rgba(86, 119, 252, 0.26);
}

[type='radio'].info.focused:not(:checked)::before, [type='radio'].info:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].info[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(86, 119, 252, 0.26);
}

[type='radio'].info.focused:not(.filled):checked::before, [type='radio'].info:active:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].info[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #cfd8fb;
}

[type='radio'].info.focused.alt:not(.filled):checked::before,
.theme-alternate [type='radio'].info.focused:not(.filled):checked::before, [type='radio'].info:active:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='text']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='password']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='date']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='datetime']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='month']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='week']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='email']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='number']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='search']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='tel']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='time']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='url']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].info[type='color']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before,
.theme-alternate [type='radio'].info:active:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].info[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #3a4265;
}

[type='radio'].success::before {
  border-color: #259b24;
}

[type='radio'].success + label {
  color: #259b24;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='radio'].success:checked::before {
  border-color: #259b24;
  background-color: #259b24;
}

[type='radio'].success:checked + label {
  opacity: 1;
}

[type='radio'].success.focused, [type='radio'].success:active:not(.no-ink):not(:disabled), [type='radio'].success[type='text']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='password']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='date']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='datetime']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='month']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='week']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='email']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='number']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='search']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='tel']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='time']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='url']:not(.no-ink):not(:disabled):focus, [type='radio'].success[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.5625rem rgba(37, 155, 36, 0.26);
}

[type='radio'].success.focused:not(:checked)::before, [type='radio'].success:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].success[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(37, 155, 36, 0.26);
}

[type='radio'].success.focused:not(.filled):checked::before, [type='radio'].success:active:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].success[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #c3e1c2;
}

[type='radio'].success.focused.alt:not(.filled):checked::before,
.theme-alternate [type='radio'].success.focused:not(.filled):checked::before, [type='radio'].success:active:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='text']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='password']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='date']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='datetime']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='month']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='week']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='email']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='number']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='search']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='tel']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='time']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='url']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].success[type='color']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before,
.theme-alternate [type='radio'].success:active:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].success[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #2d4c2d;
}

[type='radio'].warning::before {
  border-color: #ffc107;
}

[type='radio'].warning + label {
  color: #ffc107;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='radio'].warning:checked::before {
  border-color: #ffc107;
  background-color: #ffc107;
}

[type='radio'].warning:checked + label {
  opacity: 1;
}

[type='radio'].warning.focused, [type='radio'].warning:active:not(.no-ink):not(:disabled), [type='radio'].warning[type='text']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='password']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='date']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='datetime']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='month']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='week']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='email']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='number']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='search']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='tel']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='time']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='url']:not(.no-ink):not(:disabled):focus, [type='radio'].warning[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.5625rem rgba(255, 193, 7, 0.26);
}

[type='radio'].warning.focused:not(:checked)::before, [type='radio'].warning:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].warning[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(255, 193, 7, 0.26);
}

[type='radio'].warning.focused:not(.filled):checked::before, [type='radio'].warning:active:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].warning[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #fbebbb;
}

[type='radio'].warning.focused.alt:not(.filled):checked::before,
.theme-alternate [type='radio'].warning.focused:not(.filled):checked::before, [type='radio'].warning:active:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='text']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='password']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='date']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='datetime']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='month']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='week']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='email']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='number']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='search']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='tel']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='time']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='url']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].warning[type='color']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before,
.theme-alternate [type='radio'].warning:active:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].warning[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #665625;
}

[type='radio'].alert::before {
  border-color: #e51c23;
}

[type='radio'].alert + label {
  color: #e51c23;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

[type='radio'].alert:checked::before {
  border-color: #e51c23;
  background-color: #e51c23;
}

[type='radio'].alert:checked + label {
  opacity: 1;
}

[type='radio'].alert.focused, [type='radio'].alert:active:not(.no-ink):not(:disabled), [type='radio'].alert[type='text']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='password']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='date']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='datetime']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='month']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='week']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='email']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='number']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='search']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='tel']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='time']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='url']:not(.no-ink):not(:disabled):focus, [type='radio'].alert[type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.5625rem rgba(229, 28, 35, 0.26);
}

[type='radio'].alert.focused:not(:checked)::before, [type='radio'].alert:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'].alert[type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(229, 28, 35, 0.26);
}

[type='radio'].alert.focused:not(.filled):checked::before, [type='radio'].alert:active:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'].alert[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #f5c0c2;
}

[type='radio'].alert.focused.alt:not(.filled):checked::before,
.theme-alternate [type='radio'].alert.focused:not(.filled):checked::before, [type='radio'].alert:active:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='text']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='password']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='date']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='datetime']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='month']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='week']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='email']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='number']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='search']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='tel']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='time']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='url']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'].alert[type='color']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before,
.theme-alternate [type='radio'].alert:active:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'].alert[type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #5f2b2d;
}

[type='radio'] + label {
  display: inline;
  vertical-align: text-top;
  line-height: 1em;
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

[type='radio'] + label[for] {
  cursor: pointer;
}

[type='radio'].focused, [type='radio']:active:not(.no-ink):not(:disabled), [type='radio'][type='text']:not(.no-ink):not(:disabled):focus, [type='radio'][type='password']:not(.no-ink):not(:disabled):focus, [type='radio'][type='date']:not(.no-ink):not(:disabled):focus, [type='radio'][type='datetime']:not(.no-ink):not(:disabled):focus, [type='radio'][type='datetime-local']:not(.no-ink):not(:disabled):focus, [type='radio'][type='month']:not(.no-ink):not(:disabled):focus, [type='radio'][type='week']:not(.no-ink):not(:disabled):focus, [type='radio'][type='email']:not(.no-ink):not(:disabled):focus, [type='radio'][type='number']:not(.no-ink):not(:disabled):focus, [type='radio'][type='search']:not(.no-ink):not(:disabled):focus, [type='radio'][type='tel']:not(.no-ink):not(:disabled):focus, [type='radio'][type='time']:not(.no-ink):not(:disabled):focus, [type='radio'][type='url']:not(.no-ink):not(:disabled):focus, [type='radio'][type='color']:not(.no-ink):not(:disabled):focus {
  box-shadow: 0 0 0 0.5625rem rgba(103, 58, 183, 0.26);
}

[type='radio'].focused:not(:checked)::before, [type='radio']:active:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='text']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='password']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='date']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='datetime']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='datetime-local']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='month']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='week']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='email']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='number']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='search']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='tel']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='time']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='url']:focus:not(.no-ink):not(:disabled):not(:checked)::before, [type='radio'][type='color']:focus:not(.no-ink):not(:disabled):not(:checked)::before {
  box-shadow: inset 0 0 0 0.5625rem rgba(103, 58, 183, 0.26);
}

[type='radio'].focused:not(.filled):checked::before, [type='radio']:active:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before, [type='radio'][type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #d4c8e9;
}

[type='radio'].focused.alt:not(.filled):checked::before,
.theme-alternate [type='radio'].focused:not(.filled):checked::before, [type='radio']:active:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='text']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='password']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='date']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='datetime']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='datetime-local']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='month']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='week']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='email']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='number']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='search']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='tel']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='time']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='url']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before, [type='radio'][type='color']:focus:not(.no-ink):not(:disabled).alt:not(.filled):checked::before,
.theme-alternate [type='radio']:active:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='text']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='password']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='date']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='datetime']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='datetime-local']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='month']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='week']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='email']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='number']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='search']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='tel']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='time']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='url']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before,
.theme-alternate [type='radio'][type='color']:focus:not(.no-ink):not(:disabled):not(.filled):checked::before {
  box-shadow: inset 0 0 0 0.1875rem #3e3353;
}

[type='radio']:checked::before {
  box-shadow: inset 0 0 0 0.1875rem #fafafa;
  border-color: #673ab7;
  background-color: #673ab7;
}

[type='radio']:checked.alt::before,
.theme-alternate [type='radio']:checked::before {
  box-shadow: inset 0 0 0 0.1875rem #303030;
}

[type='radio'].disabled::before, [type='radio'][disabled]::before {
  border-color: #b9b9b9;
  cursor: not-allowed;
}

[type='radio'].disabled:checked::before, [type='radio'][disabled]:checked::before {
  border-color: #b9b9b9;
  background-color: #b9b9b9;
}

[type='radio'].disabled + label, [type='radio'][disabled] + label {
  color: #b9b9b9;
  cursor: not-allowed;
}

[type='radio'].disabled.alt::before,
.theme-alternate [type='radio'].disabled::before, [type='radio'][disabled].alt::before,
.theme-alternate [type='radio'][disabled]::before {
  border-color: #6e6e6e;
}

[type='radio'].disabled.alt:checked::before,
.theme-alternate [type='radio'].disabled:checked::before, [type='radio'][disabled].alt:checked::before,
.theme-alternate [type='radio'][disabled]:checked::before {
  border-color: #6e6e6e;
  background-color: #6e6e6e;
}

[type='radio'].disabled.alt + label,
.theme-alternate [type='radio'].disabled + label, [type='radio'][disabled].alt + label,
.theme-alternate [type='radio'][disabled] + label {
  color: #6e6e6e;
}

[type='radio'].filled:checked::before {
  box-shadow: inset 0 0 0 #fafafa;
}

[type='radio'].filled.alt:checked::before,
.theme-alternate [type='radio'].filled:checked::before {
  box-shadow: inset 0 0 0 #303030;
}

fieldset > [type='radio']:last-of-type {
  margin-bottom: 1rem;
}

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  margin: 0.5rem;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.fieldset legend {
  margin: 0;
  padding: 0 0.1875rem;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.38);
  margin-left: -0.1875rem;
}

.vertical > label::after {
  content: '\A';
  white-space: pre;
}

.select2-container--founderial {
  outline: 0;
}

.select2-container--founderial .select2-selection--single {
  margin-bottom: 0.4375rem;
  height: 1.5rem;
  outline: 0;
  border: 0;
  background-color: transparent;
  -webkit-transition: border-color ease 0.3s, border-width ease 0.1s;
  transition: border-color ease 0.3s, border-width ease 0.1s;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-style: solid;
}

.select2-container--founderial .select2-selection--single:focus {
  border-bottom-width: 2px;
  border-bottom-color: #673ab7;
}

.select2-container--founderial .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.87);
  line-height: 1;
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0.4375rem;
  margin-left: 0;
}

.select2-container--founderial .select2-selection--single .select2-selection__clear {
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--founderial .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.select2-container--founderial .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 100%;
}

.select2-container--founderial .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-width: 5px 4px 0;
  border-color: rgba(0, 0, 0, 0.54) transparent transparent;
  border-style: solid;
  margin-top: -2px;
  margin-left: -4px;
}

.select2-container--founderial .select2-selection--single .select2-selection__arrow:hover b {
  border-color: rgba(0, 0, 0, 0.87) transparent transparent;
}

.select2-container--founderial[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--founderial[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
}

.select2-container--founderial.select2-container--disabled .select2-selection--single {
  border-style: dashed;
  cursor: not-allowed;
}

.select2-container--founderial.select2-container--disabled .select2-selection--single:focus {
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.select2-container--founderial.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.38);
}

.select2-container--founderial.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 0, 0, 0.38) transparent transparent;
}

.select2-container--founderial.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--founderial.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.87);
}

.select2-container--founderial.select2-container--open .select2-dropdown {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 2px;
}

.select2-container--founderial.select2-container--open .select2-dropdown--above {
  top: 3.0625rem;
}

.select2-container--founderial.select2-container--open .select2-dropdown--above .select2-search--hide + .select2-results .select2-results__option[aria-selected='true'] {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0.75rem;
  padding-left: 0.5rem;
  width: 100%;
  pointer-events: none;
}

.select2-container--founderial.select2-container--open .select2-dropdown--above .select2-search--hide + .select2-results .select2-results__option[aria-selected='true'].select2-results__option--highlighted {
  background-color: transparent;
}

.select2-container--founderial.select2-container--open .select2-dropdown--above .select2-search--dropdown {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.select2-container--founderial.select2-container--open .select2-dropdown--above .select2-results::after {
  display: block;
  height: 49px;
  content: '';
}

.select2-container--founderial.select2-container--open .select2-dropdown--below {
  top: -3.0625rem;
}

.select2-container--founderial.select2-container--open .select2-dropdown--below .select2-search--hide + .select2-results .select2-results__option[aria-selected='true'] {
  position: absolute;
  top: 0;
  display: block;
  padding: 0.75rem;
  padding-left: 0.5rem;
  width: 100%;
  pointer-events: none;
}

.select2-container--founderial.select2-container--open .select2-dropdown--below .select2-search--hide + .select2-results .select2-results__option[aria-selected='true'].select2-results__option--highlighted {
  background-color: transparent;
}

.select2-container--founderial.select2-container--open .select2-dropdown--below .select2-search--hide + .select2-results::before {
  display: block;
  height: 49px;
  content: '';
}

.select2-container--founderial .select2-search--dropdown .select2-search__field {
  padding: 0;
  padding-bottom: 0.4375rem;
}

.select2-container--founderial .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
  border: none;
  background: transparent;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.select2-container--founderial .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}

.select2-container--founderial .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--founderial .select2-results__option[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.38);
}

.select2-container--founderial .select2-results__option[aria-selected=true] {
  color: #ff2d6f;
}

.select2-container--founderial .select2-results__option .select2-results__option {
  padding-left: 1rem;
}

.select2-container--founderial .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--founderial .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1rem;
  padding-left: 2rem;
}

.select2-container--founderial .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2rem;
  padding-left: 3rem;
}

.select2-container--founderial .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3rem;
  padding-left: 4rem;
}

.select2-container--founderial .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4rem;
  padding-left: 5rem;
}

.select2-container--founderial .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5rem;
  padding-left: 6rem;
}

.select2-container--founderial .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(0, 0, 0, 0.06);
}

.select2-container--founderial .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}

.is-invalid-input:not(:focus) {
  border-width: 2px;
  border-color: #e51c23;
}

.is-invalid-input:not(:focus) + .password-toggle::after {
  color: #e51c23;
}

.is-invalid-input:not(:focus) + .password-toggle:hover::after {
  color: #ac151a;
}

.is-invalid-input:not(:focus) + .is-invalid-label {
  color: #e51c23 !important;
}

.form-error {
  display: block;
  color: #e51c23;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, margin-top 0.3s ease;
  transition: opacity 0.3s ease, margin-top 0.3s ease;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
}

.form-error.is-visible {
  margin-top: 0;
  opacity: 1;
}

.label {
  position: relative;
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0 0.75rem;
  height: 2rem;
  border-radius: 50em;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  line-height: 2rem;
  white-space: nowrap;
  font-size: 0.8125rem;
}

.label.primary {
  background: #673ab7;
  color: white;
}

.label.primary.link:active, .label.primary.link[type='text']:focus, .label.primary.link[type='password']:focus, .label.primary.link[type='date']:focus, .label.primary.link[type='datetime']:focus, .label.primary.link[type='datetime-local']:focus, .label.primary.link[type='month']:focus, .label.primary.link[type='week']:focus, .label.primary.link[type='email']:focus, .label.primary.link[type='number']:focus, .label.primary.link[type='search']:focus, .label.primary.link[type='tel']:focus, .label.primary.link[type='time']:focus, .label.primary.link[type='url']:focus, .label.primary.link[type='color']:focus {
  background-color: #5e35a8;
}

.label.accent {
  background: #ff2d6f;
  color: white;
}

.label.accent.link:active, .label.accent.link[type='text']:focus, .label.accent.link[type='password']:focus, .label.accent.link[type='date']:focus, .label.accent.link[type='datetime']:focus, .label.accent.link[type='datetime-local']:focus, .label.accent.link[type='month']:focus, .label.accent.link[type='week']:focus, .label.accent.link[type='email']:focus, .label.accent.link[type='number']:focus, .label.accent.link[type='search']:focus, .label.accent.link[type='tel']:focus, .label.accent.link[type='time']:focus, .label.accent.link[type='url']:focus, .label.accent.link[type='color']:focus {
  background-color: #ff1961;
}

.label.info {
  background: #5677fc;
  color: white;
}

.label.info.link:active, .label.info.link[type='text']:focus, .label.info.link[type='password']:focus, .label.info.link[type='date']:focus, .label.info.link[type='datetime']:focus, .label.info.link[type='datetime-local']:focus, .label.info.link[type='month']:focus, .label.info.link[type='week']:focus, .label.info.link[type='email']:focus, .label.info.link[type='number']:focus, .label.info.link[type='search']:focus, .label.info.link[type='tel']:focus, .label.info.link[type='time']:focus, .label.info.link[type='url']:focus, .label.info.link[type='color']:focus {
  background-color: #4267fc;
}

.label.success {
  background: #259b24;
  color: white;
}

.label.success.link:active, .label.success.link[type='text']:focus, .label.success.link[type='password']:focus, .label.success.link[type='date']:focus, .label.success.link[type='datetime']:focus, .label.success.link[type='datetime-local']:focus, .label.success.link[type='month']:focus, .label.success.link[type='week']:focus, .label.success.link[type='email']:focus, .label.success.link[type='number']:focus, .label.success.link[type='search']:focus, .label.success.link[type='tel']:focus, .label.success.link[type='time']:focus, .label.success.link[type='url']:focus, .label.success.link[type='color']:focus {
  background-color: #218a20;
}

.label.warning {
  background: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.label.warning.link:active, .label.warning.link[type='text']:focus, .label.warning.link[type='password']:focus, .label.warning.link[type='date']:focus, .label.warning.link[type='datetime']:focus, .label.warning.link[type='datetime-local']:focus, .label.warning.link[type='month']:focus, .label.warning.link[type='week']:focus, .label.warning.link[type='email']:focus, .label.warning.link[type='number']:focus, .label.warning.link[type='search']:focus, .label.warning.link[type='tel']:focus, .label.warning.link[type='time']:focus, .label.warning.link[type='url']:focus, .label.warning.link[type='color']:focus {
  background-color: #f2b500;
}

.label.alert {
  background: #e51c23;
  color: white;
}

.label.alert.link:active, .label.alert.link[type='text']:focus, .label.alert.link[type='password']:focus, .label.alert.link[type='date']:focus, .label.alert.link[type='datetime']:focus, .label.alert.link[type='datetime-local']:focus, .label.alert.link[type='month']:focus, .label.alert.link[type='week']:focus, .label.alert.link[type='email']:focus, .label.alert.link[type='number']:focus, .label.alert.link[type='search']:focus, .label.alert.link[type='tel']:focus, .label.alert.link[type='time']:focus, .label.alert.link[type='url']:focus, .label.alert.link[type='color']:focus {
  background-color: #d4181f;
}

.label img {
  float: left;
  display: inline-block;
  border-radius: 50em;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}

.label.link {
  cursor: pointer;
  -webkit-transition: box-shadow 0.25s ease-out, background-color 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, background-color 0.25s ease-out;
}

.label.link:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.label.link:active, .label.link[type='text']:focus, .label.link[type='password']:focus, .label.link[type='date']:focus, .label.link[type='datetime']:focus, .label.link[type='datetime-local']:focus, .label.link[type='month']:focus, .label.link[type='week']:focus, .label.link[type='email']:focus, .label.link[type='number']:focus, .label.link[type='search']:focus, .label.link[type='tel']:focus, .label.link[type='time']:focus, .label.link[type='url']:focus, .label.link[type='color']:focus {
  background-color: #d6d6d6;
}

.label .close-button {
  position: static;
  float: right;
  display: inline-block;
  outline: none;
  color: rgba(0, 0, 0, 0.26);
  line-height: 2rem;
  font-size: 1.2rem;
  margin-right: -0.25rem;
  margin-left: 0.5rem;
}

.list {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

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

.list.hover > li:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.list.hover.alt > li:hover,
.theme-alternate .list.hover > li:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.list.no-dividers > li:not(:last-child) {
  border: 0 !important;
}

.list.alt,
.theme-alternate .list {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #424242;
}

.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  min-height: 3rem;
  line-height: 1.875rem;
}

.list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.list li.alt:not(:last-child),
.theme-alternate .list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.list li > .list-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  min-width: 3.5rem;
  text-align: left;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-left: 0;
}

.list li > .list-action.right {
  text-align: right;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1rem;
}

.list li > .list-action > .icon,
.list li > .list-action .fa {
  margin: 0;
  vertical-align: bottom;
  line-height: inherit;
  font-size: 1.5rem;
}

.list li > .list-action > .avatar {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.list li > .list-action > [type='checkbox'],
.list li > .list-action > [type='radio'] {
  vertical-align: text-bottom;
}

.list li > .list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.6;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.list li > .list-content p {
  margin: 0;
}

.list li > .list-content > label {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}

.list li > .list-content > label.alt,
.theme-alternate .list li > .list-content > label {
  color: white;
}

.list li.subheader:hover {
  background-color: initial !important;
}

.stepper .stepper-steps {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding: 0 1.5rem;
  width: 100%;
  background-color: white;
  list-style-type: none;
  counter-reset: numbered;
}

.stepper .stepper-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.25rem;
  height: 72px;
  max-width: 14rem;
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.875rem;
  cursor: default;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stepper .stepper-steps li::before {
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 50em;
  background-color: rgba(0, 0, 0, 0.38);
  color: white;
  content: counter(numbered);
  counter-increment: numbered;
  text-align: center;
  line-height: 2em;
  font-size: 0.75rem;
}

.stepper .stepper-steps li::after {
  display: inline-block;
  margin-left: 0.5rem;
  height: 1px;
  background-color: #bdbdbd;
  content: ' ';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stepper .stepper-steps li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.stepper .stepper-steps li:last-child::after {
  display: none;
}

.stepper .stepper-steps li.non-linear, .stepper .stepper-steps li.done.can-edit {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.stepper .stepper-steps li.non-linear::before, .stepper .stepper-steps li.done.can-edit::before {
  cursor: pointer;
}

.stepper .stepper-steps li.non-linear:hover, .stepper .stepper-steps li.done.can-edit:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.stepper .stepper-steps li.non-linear:hover::before, .stepper .stepper-steps li.done.can-edit:hover::before {
  content: "";
  font-family: "FontAwesome";
}

.stepper .stepper-steps li.active, .stepper .stepper-steps li.done {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}

.stepper .stepper-steps li.active::before, .stepper .stepper-steps li.done::before {
  background-color: #5677fc;
  cursor: auto;
}

.stepper .stepper-steps li.done {
  color: rgba(0, 0, 0, 0.87);
}

.stepper .stepper-steps li.done::before {
  content: "";
  font-family: "FontAwesome";
}

.stepper .stepper-steps li.done.can-edit {
  color: rgba(0, 0, 0, 0.87);
}

.stepper .stepper-steps li.error {
  color: #e51c23;
  font-weight: 700;
}

.stepper .stepper-steps li.error::before {
  background-color: transparent;
  color: #e51c23;
  content: "";
  line-height: 1.5rem;
  font-size: 1.5rem;
  font-family: "FontAwesome";
}

.stepper .stepper-content {
  padding: 2rem;
}

.stepper .stepper-content .stepper-slide {
  display: none;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border-spacing: 0;
}

tbody tr {
  border-bottom: 0;
  background-color: transparent;
}

table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

caption {
  padding: 0.375rem 1.75rem;
  font-weight: 700;
}

thead {
  color: rgba(0, 0, 0, 0.54);
}

tfoot {
  color: rgba(0, 0, 0, 0.87);
}

thead tr, tfoot tr {
  background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
  padding: 0.375rem 1.75rem;
  height: 3rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.75rem;
}

thead th:first-child, thead td:first-child, tfoot th:first-child, tfoot td:first-child {
  padding-left: 1.5rem;
}

thead th:last-child, thead td:last-child, tfoot th:last-child, tfoot td:last-child {
  padding-right: 1.5rem;
}

tbody th, tbody td {
  padding: 0.375rem 1.75rem;
  height: 3rem;
  font-size: 0.8125rem;
}

tbody th:first-child, tbody td:first-child {
  padding-left: 1.5rem;
}

tbody th:last-child, tbody td:last-child {
  padding-right: 1.5rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  overflow-x: auto;
  width: 100%;
}

table.hover.striped tr:nth-of-type(even):hover {
  background-color: #e0e0e0;
}

table.hover tbody tr:hover {
  background-color: #eeeeee;
}

table.border {
  border: 1px solid rgba(0, 0, 0, 0.26);
}

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

.table-scroll table {
  width: auto;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  min-width: 4.5rem;
  background-color: #673ab7;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
}

@media print, screen and (min-width: 64em) {
  .tabs {
    min-width: 10rem;
  }
}

.tabs.fit > .tabs-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tabs-title {
  height: 3rem;
  text-align: center;
  cursor: pointer;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tabs-title > a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  line-height: 3rem;
  white-space: nowrap;
  font-weight: 700;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.tabs-title.is-active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.54);
}

.tabs-title.is-active > a {
  color: white;
}

.tabs-panel {
  display: none;
}

.tabs-panel[aria-hidden='false'] {
  display: block;
}

.tabs-content {
  padding: 1rem;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #616161;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 1.5rem);
  z-index: 1200;
  padding: 0.625rem 1rem;
  max-width: 12rem;
  min-height: 2rem;
  border-radius: 2px;
  background-color: rgba(97, 97, 97, 0.9);
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 75%;
}

.slider {
  position: relative;
  height: 0.125rem;
  background-color: rgba(0, 0, 0, 0.26);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  -ms-touch-action: none;
      touch-action: none;
}

.slider:hover {
  background-color: rgba(0, 0, 0, 0.38);
}

.slider:hover .slider-handle[aria-valuenow='0'] {
  border-color: rgba(0, 0, 0, 0.38);
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 0.125rem;
  max-width: 100%;
  background-color: #673ab7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 0.75rem;
  height: 0.75rem;
  outline: none;
  border-radius: 0.75rem;
  background-color: #673ab7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.slider-handle[aria-valuenow='0'] {
  border: 2px solid rgba(0, 0, 0, 0.26);
  background-color: #fafafa;
}

.slider-handle:hover[aria-valuenow='0'] {
  border: 2px solid rgba(0, 0, 0, 0.38);
}

.slider-handle.is-dragging {
  box-shadow: 0 0 0 0.25rem #673ab7;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle.is-dragging[aria-valuenow='0'] {
  box-shadow: none;
  width: 1.125rem;
  height: 1.125rem;
}

.slider.disabled,
.slider[disabled] {
  background-color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

.slider.disabled .slider-handle,
.slider[disabled] .slider-handle {
  border: 2px solid #fafafa;
  background-color: #797979;
}

.slider.disabled .slider-handle:hover[aria-valuenow='0'],
.slider[disabled] .slider-handle:hover[aria-valuenow='0'] {
  border: 2px solid #fafafa;
}

.slider.disabled .slider-fill,
.slider[disabled] .slider-fill {
  background-color: #797979;
}

.slider.vertical {
  display: inline-block;
  margin: 0 1.25rem;
  width: 0.125rem;
  height: 12.5rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.125rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider.vertical .slider-handle.is-dragging {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transition: width 0.25s linear, height 0.25s linear;
  transition: width 0.25s linear, height 0.25s linear;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: inherit;
  text-rendering: optimizeLegibility;
}

em,
i {
  line-height: inherit;
  font-style: italic;
}

strong,
b {
  line-height: inherit;
  font-weight: 700;
}

small {
  line-height: inherit;
  font-size: 75%;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 0;
}

blockquote,
blockquote p {
  color: #f5f5f5;
  line-height: 1.6;
}

cite {
  display: block;
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.8125rem;
}

cite::before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted black;
  color: rgba(0, 0, 0, 0.87);
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  white-space: normal;
  -moz-tab-size: 4;
       tab-size: 4;
  border: 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.87);
  color: #ffab40;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
}

code.alt,
.theme-alternate code {
  background-color: white;
  color: #ff9800;
}

kbd {
  border-radius: 2px;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Muli, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #673ab7;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #8b66ce;
}

a img {
  border: 0;
}

a.alt,
.theme-alternate a {
  color: #ff2d6f;
}

a.alt:hover, a.alt:focus,
.theme-alternate a:hover,
.theme-alternate a:focus {
  color: #e10047;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul, ul
ol,
ol
ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.subheader, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: rgba(0, 0, 0, 0.54);
  line-height: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.subheader.colored, h1 small.colored, h2 small.colored, h3 small.colored, h4 small.colored, h5 small.colored, h6 small.colored {
  color: #673ab7;
}

.subheader.alt, h1 small.alt, h2 small.alt, h3 small.alt, h4 small.alt, h5 small.alt, h6 small.alt,
.theme-alternate .subheader,
.theme-alternate h1 small, h1
.theme-alternate small,
.theme-alternate h2 small, h2
.theme-alternate small,
.theme-alternate h3 small, h3
.theme-alternate small,
.theme-alternate h4 small, h4
.theme-alternate small,
.theme-alternate h5 small, h5
.theme-alternate small,
.theme-alternate h6 small, h6
.theme-alternate small {
  color: rgba(255, 255, 255, 0.7);
}

.lead {
  line-height: 1.6;
  font-size: 125%;
}

.stat {
  line-height: 1;
  font-size: 2.5rem;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  list-style: none;
  margin-left: 0;
}

.secondary-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.8em;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media print {
  a[href]::after {
    content: " (" attr(href) ")";
  }
  @page {
    margin: 0.5cm;
  }
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #ff3f80;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.show-for-print {
  display: none !important;
}

.paper-ripple {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.paper-ripple .paper-ripple__background,
.paper-ripple .paper-ripple__waves,
.paper-ripple .paper-ripple__wave-container,
.paper-ripple .paper-ripple__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.paper-ripple .paper-ripple__background,
.paper-ripple .paper-ripple__wave {
  opacity: 0;
}

.paper-ripple .paper-ripple__waves,
.paper-ripple .paper-ripple__wave {
  overflow: hidden;
}

.paper-ripple .paper-ripple__wave-container,
.paper-ripple .paper-ripple__wave {
  border-radius: 50%;
}

.paper-ripple .paper-ripple__background {
  will-change: opacity, background-color;
}

.paper-ripple .paper-ripple__wave {
  will-change: opacity, transform;
}

.paper-ripple .paper-ripple__wave-container {
  will-change: transform;
}

.paper-ripple--round .paper-ripple__background,
.paper-ripple--round .paper-ripple__waves {
  border-radius: 50%;
}

.paper-ripple--round .paper-ripple__wave-container {
  overflow: hidden;
}