  <style type="text/css">
    .application {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .application a {
      cursor: pointer;
    }

    .application--is-rtl {
      direction: rtl;
    }

    .application--wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 100vh;
      max-width: 100%;
      position: relative;
    }

    .theme--light.application {
      background: #fafafa;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.application .text--primary {
      color: rgba(0, 0, 0, 0.87) !important;
    }

    .theme--light.application .text--secondary {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--light.application .text--disabled {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--dark.application {
      background: #303030;
      color: #fff;
    }

    .theme--dark.application .text--primary {
      color: #fff !important;
    }

    .theme--dark.application .text--secondary {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .theme--dark.application .text--disabled {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    @-moz-document url-prefix() {
      @media print {
        .application {
          display: block;
        }

        .application--wrap {
          display: block;
        }
      }
    }
  </style>
  <style type="text/css">
    .v-alert {
      border-radius: 0;
      border-width: 4px 0 0 0;
      border-style: solid;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      margin: 4px auto;
      padding: 16px;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-alert .v-alert__icon.v-icon,
    .v-alert__dismissible .v-icon {
      -ms-flex-item-align: center;
      align-self: center;
      color: rgba(0, 0, 0, 0.3);
      font-size: 24px;
    }

    .v-alert--outline .v-icon {
      color: inherit !important;
    }

    .v-alert__icon {
      margin-right: 16px;
    }

    .v-alert__dismissible {
      -ms-flex-item-align: start;
      align-self: flex-start;
      color: inherit;
      margin-left: 16px;
      margin-right: 0;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-alert__dismissible:hover {
      opacity: 0.8;
    }

    .v-alert--no-icon .v-alert__icon {
      display: none;
    }

    .v-alert>div {
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
    }

    @media screen and (max-width: 600px) {
      .v-alert__icon {
        display: none;
      }
    }

    .v-alert.v-alert {
      border-color: rgba(0, 0, 0, 0.12) !important;
    }

    .v-alert.v-alert--outline {
      border: 1px solid currentColor !important;
    }
  </style>
  <style type="text/css">
    /* Themes */
    .theme--light.v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-icon.v-icon--disabled {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--dark.v-icon {
      color: #fff;
    }

    .theme--dark.v-icon.v-icon--disabled {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .v-icon {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 24px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      vertical-align: text-bottom;
    }

    .v-icon--right {
      margin-left: 16px;
    }

    .v-icon--left {
      margin-right: 16px;
    }

    .v-icon.v-icon.v-icon--link {
      cursor: pointer;
    }

    .v-icon--disabled {
      pointer-events: none;
      opacity: 0.6;
    }

    .v-icon--is-component {
      height: 24px;
    }
  </style>
  <style type="text/css">
    .v-autocomplete.v-input>.v-input__control>.v-input__slot {
      cursor: text;
    }

    .v-autocomplete input {
      -ms-flex-item-align: center;
      align-self: center;
    }

    .v-autocomplete--is-selecting-index input {
      opacity: 0;
    }

    .v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line) .v-select__slot>input {
      margin-top: 24px;
    }

    .v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
      pointer-events: inherit;
    }

    .v-autocomplete__content.v-menu__content {
      border-radius: 0;
    }

    .v-autocomplete__content.v-menu__content .v-card {
      border-radius: 0;
    }
  </style>
  <style type="text/css">
    .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
      border-color: rgba(0, 0, 0, 0.42);
    }

    .theme--light.v-text-field:not(.v-input--has-state)>.v-input__control>.v-input__slot:hover:before {
      border-color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before {
      -o-border-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rgba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
      border-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rgba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
    }

    .theme--light.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__prefix,
    .theme--light.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__suffix {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-text-field__prefix,
    .theme--light.v-text-field__suffix {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
      border-radius: 2px;
      background: #fff;
    }

    .theme--light.v-text-field--solo-inverted.v-text-field--solo>.v-input__control>.v-input__slot {
      background: rgba(0, 0, 0, 0.16);
    }

    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot {
      background: #424242;
    }

    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot .v-label,
    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot input {
      color: #fff;
    }

    .theme--light.v-text-field--box>.v-input__control>.v-input__slot {
      background: rgba(0, 0, 0, 0.06);
    }

    .theme--light.v-text-field--box .v-text-field__prefix {
      max-height: 32px;
      margin-top: 22px;
    }

    .theme--light.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
    .theme--light.v-text-field--box.v-input--is-focused .v-text-field__prefix,
    .theme--light.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
      margin-top: 22px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .theme--light.v-text-field--box:not(.v-input--is-focused)>.v-input__control>.v-input__slot:hover {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-text-field--outline>.v-input__control>.v-input__slot {
      border: 2px solid rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover {
      border: 2px solid rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-text-field>.v-input__control>.v-input__slot:before {
      border-color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-text-field:not(.v-input--has-state)>.v-input__control>.v-input__slot:hover:before {
      border-color: #fff;
    }

    .theme--dark.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before {
      -o-border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
      border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
    }

    .theme--dark.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__prefix,
    .theme--dark.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__suffix {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-text-field__prefix,
    .theme--dark.v-text-field__suffix {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
      border-radius: 2px;
      background: #424242;
    }

    .theme--dark.v-text-field--solo-inverted.v-text-field--solo>.v-input__control>.v-input__slot {
      background: rgba(255, 255, 255, 0.16);
    }

    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot {
      background: #fff;
    }

    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot .v-label,
    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot input {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-text-field--box>.v-input__control>.v-input__slot {
      background: rgba(0, 0, 0, 0.1);
    }

    .theme--dark.v-text-field--box .v-text-field__prefix {
      max-height: 32px;
      margin-top: 22px;
    }

    .theme--dark.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
    .theme--dark.v-text-field--box.v-input--is-focused .v-text-field__prefix,
    .theme--dark.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
      margin-top: 22px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .theme--dark.v-text-field--box:not(.v-input--is-focused)>.v-input__control>.v-input__slot:hover {
      background: rgba(0, 0, 0, 0.2);
    }

    .theme--dark.v-text-field--outline>.v-input__control>.v-input__slot {
      border: 2px solid rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover {
      border: 2px solid #fff;
    }

    .application--is-rtl .v-text-field .v-label {
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }

    .application--is-rtl .v-text-field .v-counter {
      margin-left: 0;
      margin-right: 8px;
    }

    .application--is-rtl .v-text-field--enclosed .v-input__append-outer {
      margin-left: 0;
      margin-right: 16px;
    }

    .application--is-rtl .v-text-field--enclosed .v-input__prepend-outer {
      margin-left: 16px;
      margin-right: 0;
    }

    .application--is-rtl .v-text-field--reverse input {
      text-align: left;
    }

    .application--is-rtl .v-text-field--reverse .v-label {
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }

    .application--is-rtl .v-text-field__prefix {
      text-align: left;
      padding-right: 0;
      padding-left: 4px;
    }

    .application--is-rtl .v-text-field__suffix {
      padding-left: 0;
      padding-right: 4px;
    }

    .application--is-rtl .v-text-field--reverse .v-text-field__prefix {
      text-align: right;
      padding-left: 0;
      padding-right: 4px;
    }

    .application--is-rtl .v-text-field--reverse .v-text-field__suffix {
      padding-left: 0;
      padding-right: 4px;
    }

    .v-text-field {
      padding-top: 12px;
      margin-top: 4px;
    }

    .v-text-field input {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      line-height: 20px;
      padding: 8px 0 8px;
      max-width: 100%;
      min-width: 0px;
      width: 100%;
    }

    .v-text-field .v-input__prepend-inner,
    .v-text-field .v-input__append-inner {
      -ms-flex-item-align: start;
      align-self: flex-start;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 4px;
      line-height: 1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-text-field .v-input__prepend-inner {
      margin-right: auto;
      padding-right: 4px;
    }

    .v-text-field .v-input__append-inner {
      margin-left: auto;
      padding-left: 4px;
    }

    .v-text-field .v-counter {
      margin-left: 8px;
      white-space: nowrap;
    }

    .v-text-field .v-label {
      max-width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      top: 6px;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      white-space: nowrap;
      pointer-events: none;
    }

    .v-text-field .v-label--active {
      max-width: 133%;
      -webkit-transform: translateY(-18px) scale(0.75);
      transform: translateY(-18px) scale(0.75);
    }

    .v-text-field>.v-input__control>.v-input__slot {
      cursor: text;
      -webkit-transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field>.v-input__control>.v-input__slot:before,
    .v-text-field>.v-input__control>.v-input__slot:after {
      bottom: -1px;
      content: '';
      left: 0;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-text-field>.v-input__control>.v-input__slot:before {
      border-style: solid;
      border-width: thin 0 0 0;
    }

    .v-text-field>.v-input__control>.v-input__slot:after {
      border-color: currentColor;
      border-style: solid;
      border-width: thin 0 thin 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }

    .v-text-field__details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: 100%;
      overflow: hidden;
    }

    .v-text-field__prefix,
    .v-text-field__suffix {
      -ms-flex-item-align: center;
      align-self: center;
      cursor: default;
    }

    .v-text-field__prefix {
      text-align: right;
      padding-right: 4px;
    }

    .v-text-field__suffix {
      padding-left: 4px;
      white-space: nowrap;
    }

    .v-text-field--reverse .v-text-field__prefix {
      text-align: left;
      padding-right: 0;
      padding-left: 4px;
    }

    .v-text-field--reverse .v-text-field__suffix {
      padding-left: 0;
      padding-right: 4px;
    }

    .v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
    }

    .v-text-field--box,
    .v-text-field--full-width,
    .v-text-field--outline {
      position: relative;
    }

    .v-text-field--box>.v-input__control>.v-input__slot,
    .v-text-field--full-width>.v-input__control>.v-input__slot,
    .v-text-field--outline>.v-input__control>.v-input__slot {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      min-height: 56px;
    }

    .v-text-field--box input,
    .v-text-field--full-width input,
    .v-text-field--outline input {
      margin-top: 22px;
    }

    .v-text-field--box.v-text-field--single-line input,
    .v-text-field--full-width.v-text-field--single-line input,
    .v-text-field--outline.v-text-field--single-line input {
      margin-top: 12px;
    }

    .v-text-field--box .v-label,
    .v-text-field--full-width .v-label,
    .v-text-field--outline .v-label {
      top: 18px;
    }

    .v-text-field--box .v-label--active,
    .v-text-field--full-width .v-label--active,
    .v-text-field--outline .v-label--active {
      -webkit-transform: translateY(-6px) scale(0.75);
      transform: translateY(-6px) scale(0.75);
    }

    .v-text-field--box>.v-input__control>.v-input__slot {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }

    .v-text-field--box>.v-input__control>.v-input__slot:before {
      border-style: solid;
      border-width: thin 0 thin 0;
    }

    .v-text-field.v-text-field--enclosed {
      margin: 0;
      padding: 0;
    }

    .v-text-field.v-text-field--enclosed:not(.v-text-field--box) .v-progress-linear__background {
      display: none;
    }

    .v-text-field.v-text-field--enclosed .v-input__prepend-outer,
    .v-text-field.v-text-field--enclosed .v-input__prepend-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-outer {
      margin-top: 16px;
    }

    .v-text-field.v-text-field--enclosed .v-text-field__details,
    .v-text-field.v-text-field--enclosed>.v-input__control>.v-input__slot {
      padding: 0 12px;
    }

    .v-text-field.v-text-field--enclosed .v-text-field__details {
      margin-bottom: 8px;
    }

    .v-text-field--reverse input {
      text-align: right;
    }

    .v-text-field--reverse .v-label {
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }

    .v-text-field--reverse>.v-input__control>.v-input__slot,
    .v-text-field--reverse .v-text-field__slot {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-text-field--solo>.v-input__control>.v-input__slot:before,
    .v-text-field--outline>.v-input__control>.v-input__slot:before,
    .v-text-field--full-width>.v-input__control>.v-input__slot:before,
    .v-text-field--solo>.v-input__control>.v-input__slot:after,
    .v-text-field--outline>.v-input__control>.v-input__slot:after,
    .v-text-field--full-width>.v-input__control>.v-input__slot:after {
      display: none;
    }

    .v-text-field--outline {
      margin-bottom: 16px;
      -webkit-transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field--outline>.v-input__control>.v-input__slot {
      background: transparent !important;
      border-radius: 4px;
    }

    .v-text-field--outline .v-text-field__prefix {
      margin-top: 22px;
      max-height: 32px;
    }

    .v-text-field--outline .v-input__prepend-outer,
    .v-text-field--outline .v-input__append-outer {
      margin-top: 18px;
    }

    .v-text-field--outline.v-input--is-dirty .v-text-field__prefix,
    .v-text-field--outline.v-input--is-focused .v-text-field__prefix,
    .v-text-field--outline.v-text-field--placeholder .v-text-field__prefix {
      margin-top: 22px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field--outline.v-input--is-focused>.v-input__control>.v-input__slot,
    .v-text-field--outline.v-input--has-state>.v-input__control>.v-input__slot {
      border: 2px solid currentColor;
      -webkit-transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field.v-text-field--solo .v-label {
      top: calc(50% - 10px);
    }

    .v-text-field.v-text-field--solo .v-input__control {
      min-height: 48px;
      padding: 0;
    }

    .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-text-field.v-text-field--solo .v-text-field__slot {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-text-field.v-text-field--solo .v-input__append-inner,
    .v-text-field.v-text-field--solo .v-input__prepend-inner {
      -ms-flex-item-align: center;
      align-self: center;
      margin-top: 0;
    }

    .v-text-field.v-text-field--solo .v-input__prepend-outer,
    .v-text-field.v-text-field--solo .v-input__append-outer {
      margin-top: 12px;
    }

    .v-text-field.v-input--is-focused>.v-input__control>.v-input__slot:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }

    .v-text-field.v-input--has-state>.v-input__control>.v-input__slot:before {
      border-color: currentColor;
    }
  </style>
  <style type="text/css">
    .theme--light.v-select .v-select__selections {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-select.v-input--is-disabled .v-select__selections {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-select .v-chip--disabled,
    .theme--light.v-select .v-select__selection--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
      color: #fff;
    }

    .theme--dark.v-select .v-select__selections {
      color: #fff;
    }

    .theme--dark.v-select.v-input--is-disabled .v-select__selections {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-select .v-chip--disabled,
    .theme--dark.v-select .v-select__selection--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
      color: rgba(0, 0, 0, 0.87);
    }

    .v-select {
      position: relative;
    }

    .v-select>.v-input__control>.v-input__slot {
      cursor: pointer;
    }

    .v-select .v-chip {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
    }

    .v-select .fade-transition-leave-active {
      position: absolute;
      left: 0;
    }

    .v-select.v-input--is-dirty ::-webkit-input-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty ::-moz-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty :-ms-input-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty ::-ms-input-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty ::placeholder {
      color: transparent !important;
    }

    .v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix {
      line-height: 20px;
      position: absolute;
      top: 7px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-select.v-text-field--enclosed:not(.v-text-field--single-line) .v-select__selections {
      padding-top: 24px;
    }

    .v-select.v-text-field input {
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
      margin-top: 0;
      min-width: 0;
      pointer-events: none;
      position: relative;
    }

    .v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }

    .v-select.v-select--chips input {
      margin: 0;
    }

    .v-select.v-select--chips .v-select__selections {
      min-height: 42px;
    }

    .v-select.v-select--chips.v-select--chips--small .v-select__selections {
      min-height: 32px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections,
    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
      min-height: 68px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections,
    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections {
      min-height: 56px;
    }

    .v-select.v-text-field--reverse .v-select__slot,
    .v-select.v-text-field--reverse .v-select__selections {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-select__selections {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      line-height: 18px;
    }

    .v-select__selection {
      max-width: 90%;
    }

    .v-select__selection--comma {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 7px 4px 7px 0;
    }

    .v-select__slot {
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }

    .v-select:not(.v-text-field--single-line) .v-select__slot>input {
      -ms-flex-item-align: end;
      align-self: flex-end;
    }
  </style>
  <style type="text/css">
    .theme--light.v-chip {
      background: #e0e0e0;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-chip--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-chip {
      background: #555;
      color: #fff;
    }

    .theme--dark.v-chip--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .application--is-rtl .v-chip__close {
      margin: 0 8px 0 2px;
    }

    .application--is-rtl .v-chip--removable .v-chip__content {
      padding: 0 12px 0 4px;
    }

    .application--is-rtl .v-chip--select-multi {
      margin: 4px 0 4px 4px;
    }

    .application--is-rtl .v-chip .v-avatar {
      margin-right: -12px;
      margin-left: 8px;
    }

    .application--is-rtl .v-chip .v-icon--right {
      margin-right: 12px;
      margin-left: -8px;
    }

    .application--is-rtl .v-chip .v-icon--left {
      margin-right: -8px;
      margin-left: 12px;
    }

    .v-chip {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 28px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 13px;
      margin: 4px;
      outline: none;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      vertical-align: middle;
    }

    .v-chip .v-chip__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 28px;
      cursor: default;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 32px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 12px;
      vertical-align: middle;
      white-space: nowrap;
      z-index: 1;
    }

    .v-chip--removable .v-chip__content {
      padding: 0 4px 0 12px;
    }

    .v-chip .v-avatar {
      height: 32px !important;
      margin-left: -12px;
      margin-right: 8px;
      min-width: 32px;
      width: 32px !important;
    }

    .v-chip .v-avatar img {
      height: 100%;
      width: 100%;
    }

    .v-chip:focus:not(.v-chip--disabled),
    .v-chip--active,
    .v-chip--selected {
      border-color: rgba(0, 0, 0, 0.13);
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-chip:focus:not(.v-chip--disabled):after,
    .v-chip--active:after,
    .v-chip--selected:after {
      background: currentColor;
      border-radius: inherit;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: inherit;
      transition: inherit;
      width: 100%;
      pointer-events: none;
      opacity: 0.13;
    }

    .v-chip--label {
      border-radius: 2px;
    }

    .v-chip--label .v-chip__content {
      border-radius: 2px;
    }

    .v-chip.v-chip.v-chip--outline {
      background: transparent !important;
      border: 1px solid currentColor;
      color: #9e9e9e;
      height: 32px;
    }

    .v-chip.v-chip.v-chip--outline .v-avatar {
      margin-left: -13px;
    }

    .v-chip--small {
      height: 24px !important;
    }

    .v-chip--small .v-avatar {
      height: 24px !important;
      min-width: 24px;
      width: 24px !important;
    }

    .v-chip--small .v-icon {
      font-size: 20px;
    }

    .v-chip__close {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      margin: 0 2px 0 8px;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-chip__close>.v-icon {
      color: inherit !important;
      font-size: 20px;
      cursor: pointer;
      opacity: 0.5;
    }

    .v-chip__close>.v-icon:hover {
      opacity: 1;
    }

    .v-chip--disabled .v-chip__close {
      pointer-events: none;
    }

    .v-chip--select-multi {
      margin: 4px 4px 4px 0;
    }

    .v-chip .v-icon {
      color: inherit;
    }

    .v-chip .v-icon--right {
      margin-left: 12px;
      margin-right: -8px;
    }

    .v-chip .v-icon--left {
      margin-left: -8px;
      margin-right: 12px;
    }
  </style>
  <style type="text/css">
    .v-menu {
      display: block;
      vertical-align: middle;
    }

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

    .v-menu__activator {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-menu__activator * {
      cursor: pointer;
    }

    .v-menu__content {
      position: absolute;
      display: inline-block;
      border-radius: 2px;
      max-width: 80%;
      overflow-y: auto;
      overflow-x: hidden;
      contain: content;
      will-change: transform;
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .v-menu__content--active {
      pointer-events: none;
    }

    .v-menu__content--fixed {
      position: fixed;
    }

    .v-menu__content>.card {
      contain: content;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .v-menu>.v-menu__content {
      max-width: none;
    }

    .v-menu-transition-enter .v-list__tile {
      min-width: 0;
      pointer-events: none;
    }

    .v-menu-transition-enter-to .v-list__tile {
      pointer-events: auto;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
    }

    .v-menu-transition-leave-active,
    .v-menu-transition-leave-to {
      pointer-events: none;
    }

    .v-menu-transition-enter,
    .v-menu-transition-leave-to {
      opacity: 0;
    }

    .v-menu-transition-enter-active,
    .v-menu-transition-leave-active {
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-menu-transition-enter.v-menu__content--auto {
      -webkit-transition: none !important;
      transition: none !important;
    }

    .v-menu-transition-enter.v-menu__content--auto .v-list__tile {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .v-menu-transition-enter.v-menu__content--auto .v-list__tile--active {
      opacity: 1;
      -webkit-transform: none !important;
      transform: none !important;
      pointer-events: auto;
    }
  </style>
  <style type="text/css">
    /* Themes */
    .theme--light.v-card {
      background-color: #fff;
      border-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-card {
      background-color: #424242;
      border-color: #424242;
      color: #fff;
    }

    .v-card {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      text-decoration: none;
    }

    .v-card>*:first-child:not(.v-btn):not(.v-chip) {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
    }

    .v-card>*:last-child:not(.v-btn):not(.v-chip) {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
    }

    .v-card--flat {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-card--hover {
      cursor: pointer;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transition-property: -webkit-box-shadow;
      transition-property: -webkit-box-shadow;
      transition-property: box-shadow;
      transition-property: box-shadow, -webkit-box-shadow;
    }

    .v-card--hover:hover {
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .v-card__title {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 16px;
    }

    .v-card__title--primary {
      padding-top: 24px;
    }

    .v-card__text {
      padding: 16px;
      width: 100%;
    }

    .v-card__actions {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 8px;
    }

    .v-card__actions>*,
    .v-card__actions .v-btn {
      margin: 0;
    }

    .v-card__actions .v-btn+.v-btn {
      margin-left: 8px;
    }
  </style>
  <style type="text/css">
    /** Theme */
    .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--dark.v-input--selection-controls.v-input--is-disabled .v-icon {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .application--is-rtl .v-input--selection-controls .v-input--selection-controls__input {
      margin-right: 0;
      margin-left: 8px;
    }

    .v-input--selection-controls {
      margin-top: 16px;
      padding-top: 4px;
    }

    .v-input--selection-controls .v-input__append-outer,
    .v-input--selection-controls .v-input__prepend-outer {
      margin-top: 0;
      margin-bottom: 0;
    }

    .v-input--selection-controls .v-input__control {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      width: auto;
    }

    .v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
      margin-bottom: 12px;
    }

    .v-input--selection-controls__input {
      color: inherit;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      height: 24px;
      position: relative;
      margin-right: 8px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transition-property: color, -webkit-transform;
      transition-property: color, -webkit-transform;
      transition-property: color, transform;
      transition-property: color, transform, -webkit-transform;
      width: 24px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input--selection-controls__input input {
      position: absolute;
      opacity: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input--selection-controls__input+.v-label {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input--selection-controls__ripple {
      border-radius: 50%;
      cursor: pointer;
      height: 34px;
      position: absolute;
      -webkit-transition: inherit;
      transition: inherit;
      width: 34px;
      left: -12px;
      top: calc(50% - 24px);
      margin: 7px;
    }

    .v-input--selection-controls__ripple:before {
      border-radius: inherit;
      bottom: 0;
      content: '';
      position: absolute;
      opacity: 0.2;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-input--selection-controls__ripple .v-ripple__container {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
    }

    .v-input--selection-controls.v-input .v-label {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      top: 0;
      height: auto;
    }

    .v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
    .v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
      background: currentColor;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-input:not(.v-input--is-disabled) input,
    .theme--light.v-input:not(.v-input--is-disabled) textarea {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-input input::-webkit-input-placeholder,
    .theme--light.v-input textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input::-moz-placeholder,
    .theme--light.v-input textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input:-ms-input-placeholder,
    .theme--light.v-input textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input::-ms-input-placeholder,
    .theme--light.v-input textarea::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input::placeholder,
    .theme--light.v-input textarea::placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input--is-disabled .v-label,
    .theme--light.v-input--is-disabled input,
    .theme--light.v-input--is-disabled textarea {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-input:not(.v-input--is-disabled) input,
    .theme--dark.v-input:not(.v-input--is-disabled) textarea {
      color: #fff;
    }

    .theme--dark.v-input input::-webkit-input-placeholder,
    .theme--dark.v-input textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input::-moz-placeholder,
    .theme--dark.v-input textarea::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input:-ms-input-placeholder,
    .theme--dark.v-input textarea:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input::-ms-input-placeholder,
    .theme--dark.v-input textarea::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input::placeholder,
    .theme--dark.v-input textarea::placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input--is-disabled .v-label,
    .theme--dark.v-input--is-disabled input,
    .theme--dark.v-input--is-disabled textarea {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-input {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      font-size: 16px;
      text-align: left;
    }

    .v-input .v-progress-linear {
      top: calc(100% - 1px);
      left: 0;
      margin: 0;
      position: absolute;
    }

    .v-input input {
      max-height: 32px;
    }

    .v-input input:invalid,
    .v-input textarea:invalid {
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .v-input input:focus,
    .v-input textarea:focus,
    .v-input input:active,
    .v-input textarea:active {
      outline: none;
    }

    .v-input .v-label {
      height: 20px;
      line-height: 20px;
    }

    .v-input__append-outer,
    .v-input__prepend-outer {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 4px;
      margin-top: 4px;
      line-height: 1;
    }

    .v-input__append-outer .v-icon,
    .v-input__prepend-outer .v-icon {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input__append-outer {
      margin-left: 9px;
    }

    .v-input__prepend-outer {
      margin-right: 9px;
    }

    .v-input__control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
    }

    .v-input__icon {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 24px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 24px;
      width: 24px;
    }

    .v-input__icon--clear {
      border-radius: 50%;
    }

    .v-input__slot {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px;
      min-height: inherit;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-input--is-disabled:not(.v-input--is-readonly) {
      pointer-events: none;
    }

    .v-input--is-loading>.v-input__control>.v-input__slot:before,
    .v-input--is-loading>.v-input__control>.v-input__slot:after {
      display: none;
    }

    .v-input--hide-details>.v-input__control>.v-input__slot {
      margin-bottom: 0;
    }

    .v-input--has-state.error--text .v-label {
      -webkit-animation: shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
      animation: shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
    }
  </style>
  <style type="text/css">
    .theme--light.v-label {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-label--is-disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-label {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-label--is-disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-label {
      font-size: 16px;
      line-height: 1;
      min-height: 8px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-messages {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-messages {
      color: rgba(255, 255, 255, 0.7);
    }

    .application--is-rtl .v-messages {
      text-align: right;
    }

    .v-messages {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      font-size: 12px;
      min-height: 12px;
      min-width: 1px;
      position: relative;
    }

    .v-messages__message {
      line-height: normal;
      word-break: break-word;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  </style>
  <style type="text/css">
    .theme--light.v-divider {
      border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-divider {
      border-color: rgba(255, 255, 255, 0.12);
    }

    .v-divider {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      max-width: 100%;
      height: 0px;
      max-height: 0px;
      border: solid;
      border-width: thin 0 0 0;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-divider--inset:not(.v-divider--vertical) {
      margin-left: 72px;
      max-width: calc(100% - 72px);
    }

    .v-divider--vertical {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      border: solid;
      border-width: 0 thin 0 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: inherit;
      min-height: 100%;
      max-height: 100%;
      max-width: 0px;
      width: 0px;
      vertical-align: text-bottom;
    }

    .v-divider--vertical.v-divider--inset {
      margin-top: 8px;
      min-height: 0;
      max-height: calc(100% - 16px);
    }
  </style>
  <style type="text/css">
    .theme--light.v-subheader {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-subheader {
      color: rgba(255, 255, 255, 0.7);
    }

    .v-subheader {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px;
      font-size: 14px;
      font-weight: 500;
      padding: 0 16px 0 16px;
    }

    .v-subheader--inset {
      margin-left: 56px;
    }
  </style>
  <style type="text/css">
    /* Themes */
    .theme--light.v-list {
      background: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-list .v-list--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-list .v-list__tile__sub-title {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-list .v-list__tile__mask {
      color: rgba(0, 0, 0, 0.38);
      background: #eee;
    }

    .theme--light.v-list .v-list__tile--link:hover,
    .theme--light.v-list .v-list__tile--highlighted,
    .theme--light.v-list .v-list__group__header:hover {
      background: rgba(0, 0, 0, 0.04);
    }

    .theme--light.v-list .v-list__group--active:before,
    .theme--light.v-list .v-list__group--active:after {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-list .v-list__group--disabled .v-list__tile {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--light.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--dark.v-list {
      background: #424242;
      color: #fff;
    }

    .theme--dark.v-list .v-list--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-list .v-list__tile__sub-title {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-list .v-list__tile__mask {
      color: rgba(255, 255, 255, 0.5);
      background: #494949;
    }

    .theme--dark.v-list .v-list__tile--link:hover,
    .theme--dark.v-list .v-list__tile--highlighted,
    .theme--dark.v-list .v-list__group__header:hover {
      background: rgba(255, 255, 255, 0.08);
    }

    .theme--dark.v-list .v-list__group--active:before,
    .theme--dark.v-list .v-list__group--active:after {
      background: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-list .v-list__group--disabled .v-list__tile {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .theme--dark.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .application--is-rtl .v-list__tile__title {
      text-align: right;
    }

    .application--is-rtl .v-list__tile__content {
      text-align: right;
    }

    .v-list {
      list-style-type: none;
      padding: 8px 0 8px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-list>div {
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-list__tile {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      font-weight: 400;
      height: 48px;
      margin: 0;
      padding: 0 16px;
      position: relative;
      text-decoration: none;
      -webkit-transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-list__tile--link {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-list__tile__content,
    .v-list__tile__action {
      height: 100%;
    }

    .v-list__tile__title,
    .v-list__tile__sub-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-list__tile__title {
      height: 24px;
      line-height: 24px;
      position: relative;
      text-align: left;
    }

    .v-list__tile__sub-title {
      font-size: 14px;
    }

    .v-list__tile__avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-width: 56px;
    }

    .v-list__tile__action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-width: 56px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-list__tile__action .v-btn {
      padding: 0;
      margin: 0;
    }

    .v-list__tile__action .v-btn--icon {
      margin: -6px;
    }

    .v-list__tile__action .v-radio.v-radio {
      margin: 0;
    }

    .v-list__tile__action .v-input--selection-controls {
      padding: 0;
      margin: 0;
    }

    .v-list__tile__action .v-input--selection-controls .v-messages {
      display: none;
    }

    .v-list__tile__action .v-input--selection-controls .v-input__slot {
      margin: 0;
    }

    .v-list__tile__action-text {
      color: #9e9e9e;
      font-size: 12px;
    }

    .v-list__tile__action--stack {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 8px;
      padding-bottom: 8px;
      white-space: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-list__tile__content {
      text-align: left;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-list__tile__content~.v-list__tile__avatar {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }

    .v-list__tile__content~.v-list__tile__action:not(.v-list__tile__action--stack) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }

    .v-list__tile--active .v-list__tile__action:first-of-type .v-icon {
      color: inherit;
    }

    .v-list__tile--avatar {
      height: 56px;
    }

    .v-list--dense {
      padding-top: 4px;
      padding-bottom: 4px;
    }

    .v-list--dense .v-subheader {
      font-size: 13px;
      height: 40px;
    }

    .v-list--dense .v-list__group .v-subheader {
      height: 40px;
    }

    .v-list--dense .v-list__tile {
      font-size: 13px;
    }

    .v-list--dense .v-list__tile--avatar {
      height: 48px;
    }

    .v-list--dense .v-list__tile:not(.v-list__tile--avatar) {
      height: 40px;
    }

    .v-list--dense .v-list__tile .v-icon {
      font-size: 22px;
    }

    .v-list--dense .v-list__tile__sub-title {
      font-size: 13px;
    }

    .v-list--disabled {
      pointer-events: none;
    }

    .v-list--two-line .v-list__tile {
      height: 72px;
    }

    .v-list--two-line.v-list--dense .v-list__tile {
      height: 60px;
    }

    .v-list--three-line .v-list__tile {
      height: 88px;
    }

    .v-list--three-line .v-list__tile__avatar {
      margin-top: -18px;
    }

    .v-list--three-line .v-list__tile__sub-title {
      white-space: initial;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }

    .v-list--three-line.v-list--dense .v-list__tile {
      height: 76px;
    }

    .v-list>.v-list__group:before {
      top: 0;
    }

    .v-list>.v-list__group:before .v-list__tile__avatar {
      margin-top: -14px;
    }

    .v-list__group {
      padding: 0;
      position: relative;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-list__group:before,
    .v-list__group:after {
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-list__group--active~.v-list__group:before {
      display: none;
    }

    .v-list__group__header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
    }

    .v-list__group__header>div:not(.v-list__group__header__prepend-icon):not(.v-list__group__header__append-icon) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow: hidden;
    }

    .v-list__group__header .v-list__group__header__append-icon,
    .v-list__group__header .v-list__group__header__prepend-icon {
      padding: 0 16px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-list__group__header--sub-group {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-list__group__header--sub-group div .v-list__tile {
      padding-left: 0;
    }

    .v-list__group__header--sub-group .v-list__group__header__prepend-icon {
      padding: 0 0 0 40px;
      margin-right: 8px;
    }

    .v-list__group__header .v-list__group__header__prepend-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-width: 56px;
    }

    .v-list__group__header--active .v-list__group__header__append-icon .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .v-list__group__header--active .v-list__group__header__prepend-icon .v-icon {
      color: inherit;
    }

    .v-list__group__header--active.v-list__group__header--sub-group .v-list__group__header__prepend-icon .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .v-list__group__items {
      position: relative;
      padding: 0;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-list__group__items>div {
      display: block;
    }

    .v-list__group__items--no-action .v-list__tile {
      padding-left: 72px;
    }

    .v-list__group--disabled {
      pointer-events: none;
    }

    .v-list--subheader {
      padding-top: 0;
    }
  </style>
  <style type="text/css">
    .v-avatar {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      text-align: center;
      vertical-align: middle;
    }

    .v-avatar img,
    .v-avatar .v-icon,
    .v-avatar .v-image {
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: inherit;
      width: inherit;
    }

    .v-avatar--tile {
      border-radius: 0;
    }

    .v-avatar--tile img,
    .v-avatar--tile .v-icon,
    .v-avatar--tile .v-image {
      border-radius: 0;
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-counter {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-counter {
      color: rgba(255, 255, 255, 0.7);
    }

    .v-counter {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-size: 12px;
      min-height: 12px;
      line-height: 1;
    }
  </style>
  <style type="text/css">
    .v-progress-linear {
      background: transparent;
      margin: 1rem 0;
      overflow: hidden;
      width: 100%;
      position: relative;
    }

    .v-progress-linear__bar {
      width: 100%;
      height: inherit;
      position: relative;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      z-index: 1;
    }

    .v-progress-linear__bar__determinate {
      height: inherit;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
    }

    .v-progress-linear__bar__indeterminate .long,
    .v-progress-linear__bar__indeterminate .short {
      height: inherit;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      will-change: left, right;
      width: auto;
      background-color: inherit;
    }

    .v-progress-linear__bar__indeterminate--active .long {
      -webkit-animation: indeterminate;
      animation: indeterminate;
      -webkit-animation-duration: 2.2s;
      animation-duration: 2.2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    .v-progress-linear__bar__indeterminate--active .short {
      -webkit-animation: indeterminate-short;
      animation: indeterminate-short;
      -webkit-animation-duration: 2.2s;
      animation-duration: 2.2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    .v-progress-linear__background {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
    }

    .v-progress-linear__content {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
    }

    .v-progress-linear--query .v-progress-linear__bar__indeterminate--active .long {
      -webkit-animation: query;
      animation: query;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    .v-progress-linear--query .v-progress-linear__bar__indeterminate--active .short {
      -webkit-animation: query-short;
      animation: query-short;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    @-webkit-keyframes indeterminate {
      0% {
        left: -90%;
        right: 100%;
      }

      60% {
        left: -90%;
        right: 100%;
      }

      100% {
        left: 100%;
        right: -35%;
      }
    }

    @keyframes indeterminate {
      0% {
        left: -90%;
        right: 100%;
      }

      60% {
        left: -90%;
        right: 100%;
      }

      100% {
        left: 100%;
        right: -35%;
      }
    }

    @-webkit-keyframes indeterminate-short {
      0% {
        left: -200%;
        right: 100%;
      }

      60% {
        left: 107%;
        right: -8%;
      }

      100% {
        left: 107%;
        right: -8%;
      }
    }

    @keyframes indeterminate-short {
      0% {
        left: -200%;
        right: 100%;
      }

      60% {
        left: 107%;
        right: -8%;
      }

      100% {
        left: 107%;
        right: -8%;
      }
    }

    @-webkit-keyframes query {
      0% {
        right: -90%;
        left: 100%;
      }

      60% {
        right: -90%;
        left: 100%;
      }

      100% {
        right: 100%;
        left: -35%;
      }
    }

    @keyframes query {
      0% {
        right: -90%;
        left: 100%;
      }

      60% {
        right: -90%;
        left: 100%;
      }

      100% {
        right: 100%;
        left: -35%;
      }
    }

    @-webkit-keyframes query-short {
      0% {
        right: -200%;
        left: 100%;
      }

      60% {
        right: 107%;
        left: -8%;
      }

      100% {
        right: 107%;
        left: -8%;
      }
    }

    @keyframes query-short {
      0% {
        right: -200%;
        left: 100%;
      }

      60% {
        right: 107%;
        left: -8%;
      }

      100% {
        right: 107%;
        left: -8%;
      }
    }
  </style>
  <style type="text/css">
    .application--is-rtl .v-badge__badge {
      right: initial;
      left: -22px;
    }

    .application--is-rtl .v-badge--overlap .v-badge__badge {
      right: initial;
      left: -8px;
    }

    .application--is-rtl .v-badge--overlap.v-badge--left .v-badge__badge {
      right: -8px;
      left: initial;
    }

    .application--is-rtl .v-badge--left .v-badge__badge {
      right: -22px;
      left: initial;
    }

    .v-badge {
      display: inline-block;
      position: relative;
    }

    .v-badge__badge {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      font-size: 14px;
      top: -11px;
      right: -22px;
      border-radius: 50%;
      height: 22px;
      width: 22px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-badge__badge .v-icon {
      font-size: 14px;
    }

    .v-badge--overlap .v-badge__badge {
      top: -8px;
      right: -8px;
    }

    .v-badge--overlap.v-badge--left .v-badge__badge {
      left: -8px;
      right: initial;
    }

    .v-badge--overlap.v-badge--bottom .v-badge__badge {
      bottom: -8px;
      top: initial;
    }

    .v-badge--left .v-badge__badge {
      left: -22px;
    }

    .v-badge--bottom .v-badge__badge {
      bottom: -11px;
      top: initial;
    }
  </style>
  <style type="text/css">
    .theme--light.v-bottom-nav {
      background-color: #fff;
    }

    .theme--light.v-bottom-nav .v-btn:not(.v-btn--active) {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--dark.v-bottom-nav {
      background-color: #424242;
    }

    .theme--dark.v-bottom-nav .v-btn:not(.v-btn--active) {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .v-item-group.v-bottom-nav {
      bottom: 0;
      -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: translate(0, 60px);
      transform: translate(0, 60px);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-item-group.v-bottom-nav--absolute {
      position: absolute;
    }

    .v-item-group.v-bottom-nav--active {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    .v-item-group.v-bottom-nav--fixed {
      position: fixed;
      z-index: 4;
    }

    .v-item-group.v-bottom-nav .v-btn {
      background: transparent !important;
      border-radius: 0;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      font-weight: 400;
      height: 100%;
      margin: 0;
      max-width: 168px;
      min-width: 80px;
      padding: 8px 12px 10px;
      text-transform: none;
      width: 100%;
      -ms-flex-negative: 1;
      flex-shrink: 1;
    }

    .v-item-group.v-bottom-nav .v-btn .v-btn__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      font-size: 12px;
      white-space: nowrap;
      will-change: font-size;
    }

    .v-item-group.v-bottom-nav .v-btn .v-btn__content i.v-icon {
      color: inherit;
      margin-bottom: 4px;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-item-group.v-bottom-nav .v-btn .v-btn__content span {
      line-height: 1;
    }

    .v-item-group.v-bottom-nav .v-btn--active {
      padding-top: 6px;
    }

    .v-item-group.v-bottom-nav .v-btn--active:before {
      background-color: transparent;
    }

    .v-item-group.v-bottom-nav .v-btn--active .v-btn__content {
      font-size: 14px;
    }

    .v-item-group.v-bottom-nav .v-btn--active .v-btn__content .v-icon {
      -webkit-transform: none;
      transform: none;
    }

    .v-item-group.v-bottom-nav--shift .v-btn__content {
      font-size: 14px;
    }

    .v-item-group.v-bottom-nav--shift .v-btn {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      min-width: 56px;
      max-width: 96px;
    }

    .v-item-group.v-bottom-nav--shift .v-btn--active {
      min-width: 96px;
      max-width: 168px;
    }

    .v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content .v-icon {
      -webkit-transform: scale(1, 1) translate(0, 8px);
      transform: scale(1, 1) translate(0, 8px);
    }

    .v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content>span:not(.v-badge) {
      color: transparent;
    }
  </style>
  <style type="text/css">
    .v-item-group {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-item-group>* {
      cursor: pointer;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
  </style>
  <style type="text/css">
    .v-bottom-sheet.v-dialog {
      -ms-flex-item-align: end;
      align-self: flex-end;
      border-radius: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0;
      min-width: 100%;
      overflow: visible;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
      max-width: 70%;
      min-width: 0;
    }

    @media only screen and (max-width: 599px) {
      .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
        max-width: none;
      }
    }
  </style>
  <style type="text/css">
    .v-dialog {
      -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
      border-radius: 2px;
      margin: 24px;
      overflow-y: auto;
      pointer-events: auto;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      width: 100%;
      z-index: inherit;
    }

    .v-dialog__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      pointer-events: none;
      position: fixed;
      top: 0;
      -webkit-transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
      width: 100%;
      z-index: 6;
      outline: none;
    }

    .v-dialog:not(.v-dialog--fullscreen) {
      max-height: 90%;
    }

    .v-dialog__activator {
      cursor: pointer;
    }

    .v-dialog__activator * {
      cursor: pointer;
    }

    .v-dialog__container {
      display: inline-block;
      vertical-align: middle;
    }

    .v-dialog--animated {
      -webkit-animation-duration: 0.15s;
      animation-duration: 0.15s;
      -webkit-animation-name: animate-dialog;
      animation-name: animate-dialog;
      -webkit-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
      animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-dialog--fullscreen {
      border-radius: 0;
      margin: 0;
      height: 100%;
      position: fixed;
      overflow-y: auto;
      top: 0;
      left: 0;
    }

    .v-dialog--fullscreen>.v-card {
      min-height: 100%;
      min-width: 100%;
      margin: 0 !important;
      padding: 0 !important;
    }

    .v-dialog--scrollable,
    .v-dialog--scrollable>form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-dialog--scrollable>.v-card,
    .v-dialog--scrollable>form>.v-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-dialog--scrollable>.v-card>.v-card__title,
    .v-dialog--scrollable>form>.v-card>.v-card__title,
    .v-dialog--scrollable>.v-card>.v-card__actions,
    .v-dialog--scrollable>form>.v-card>.v-card__actions {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }

    .v-dialog--scrollable>.v-card>.v-card__text,
    .v-dialog--scrollable>form>.v-card>.v-card__text {
      overflow-y: auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    @-webkit-keyframes animate-dialog {
      0% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }

      50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
      }

      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }

    @keyframes animate-dialog {
      0% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }

      50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
      }

      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }
  </style>
  <style type="text/css">
    .v-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      z-index: 5;
    }

    .v-overlay--absolute {
      position: absolute;
    }

    .v-overlay:before {
      background-color: #212121;
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: inherit;
      transition: inherit;
      -webkit-transition-delay: 150ms;
      transition-delay: 150ms;
      width: 100%;
    }

    .v-overlay--active {
      pointer-events: auto;
      -ms-touch-action: none;
      touch-action: none;
    }

    .v-overlay--active:before {
      opacity: 0.46;
    }
  </style>
  <style type="text/css">
    .theme--light.v-breadcrumbs .v-breadcrumbs__divider,
    .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-breadcrumbs .v-breadcrumbs__divider,
    .theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-breadcrumbs {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      list-style-type: none;
      margin: 0;
      padding: 18px 12px;
    }

    .v-breadcrumbs li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
    }

    .v-breadcrumbs li .v-icon {
      font-size: 16px;
    }

    .v-breadcrumbs li:nth-child(even) {
      padding: 0 12px;
    }

    .v-breadcrumbs--large li {
      font-size: 16px;
    }

    .v-breadcrumbs--large li .v-icon {
      font-size: 16px;
    }

    .v-breadcrumbs__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-breadcrumbs__item--disabled {
      pointer-events: none;
    }
  </style>
  <style type="text/css">
    .v-ripple__container {
      color: inherit;
      border-radius: inherit;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
      z-index: 0;
      pointer-events: none;
      contain: strict;
    }

    .v-ripple__animation {
      color: inherit;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: currentColor;
      opacity: 0;
      pointer-events: none;
      overflow: hidden;
      will-change: transform, opacity;
    }

    .v-ripple__animation--enter {
      -webkit-transition: none;
      transition: none;
    }

    .v-ripple__animation--in {
      -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-ripple__animation--out {
      -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .theme--light.v-btn {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-btn.v-btn--disabled {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--light.v-btn.v-btn--disabled .v-icon,
    .theme--light.v-btn.v-btn--disabled .v-btn__loading {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
      background-color: rgba(0, 0, 0, 0.12) !important;
    }

    .theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
      background-color: #f5f5f5;
    }

    .theme--dark.v-btn {
      color: #fff;
    }

    .theme--dark.v-btn.v-btn--disabled {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .theme--dark.v-btn.v-btn--disabled .v-icon,
    .theme--dark.v-btn.v-btn--disabled .v-btn__loading {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .theme--dark.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
      background-color: rgba(255, 255, 255, 0.12) !important;
    }

    .theme--dark.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
      background-color: #212121;
    }

    /** Base Spec */
    .v-btn {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 2px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 36px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-size: 14px;
      font-weight: 500;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 6px 8px;
      min-width: 88px;
      outline: 0;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
      position: relative;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    /** Psuedo */
    .v-btn:before {
      border-radius: inherit;
      color: inherit;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      opacity: 0.12;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    /** Content */
    .v-btn {
      padding: 0 16px;
    }

    .v-btn--active,
    .v-btn:hover,
    .v-btn:focus {
      position: relative;
    }

    .v-btn--active:before,
    .v-btn:hover:before,
    .v-btn:focus:before {
      background-color: currentColor;
    }

    @media (hover: none) {
      .v-btn:hover::before {
        background-color: transparent;
      }
    }

    .v-btn__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: inherit;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      white-space: nowrap;
      width: inherit;
    }

    /** Sizes */
    .v-btn--small {
      font-size: 13px;
      height: 28px;
      padding: 0 8px;
    }

    .v-btn--large {
      font-size: 15px;
      height: 44px;
      padding: 0 32px;
    }

    /** Icons */
    .v-btn .v-btn__content .v-icon {
      color: inherit;
    }

    /** Types */
    .v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
      will-change: box-shadow;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-btn:not(.v-btn--depressed):not(.v-btn--flat):active {
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .v-btn--icon {
      background: transparent;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border-radius: 50%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 0;
      width: 36px;
    }

    .v-btn--icon.v-btn--small {
      width: 28px;
    }

    .v-btn--icon.v-btn--large {
      width: 44px;
    }

    .v-btn--icon:before {
      border-radius: 50%;
    }

    .v-btn--floating {
      border-radius: 50%;
      min-width: 0;
      height: 56px;
      width: 56px;
      padding: 0;
    }

    .v-btn--floating.v-btn--fixed,
    .v-btn--floating.v-btn--absolute {
      z-index: 4;
    }

    .v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat) {
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    }

    .v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat):active {
      -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    }

    .v-btn--floating .v-btn__content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0;
      height: 100%;
    }

    .v-btn--floating:after {
      border-radius: 50%;
    }

    .v-btn--floating .v-btn__content> :not(:only-child) {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-btn--floating .v-btn__content> :not(:only-child):first-child {
      opacity: 1;
    }

    .v-btn--floating .v-btn__content> :not(:only-child):last-child {
      opacity: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .v-btn--floating .v-btn__content> :not(:only-child):last-child,
    .v-btn--floating .v-btn__content> :not(:only-child):first-child {
      -webkit-backface-visibility: hidden;
      position: absolute;
      left: 0;
      top: 0;
    }

    .v-btn--floating.v-btn--active .v-btn__content> :not(:only-child):first-child {
      opacity: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .v-btn--floating.v-btn--active .v-btn__content> :not(:only-child):last-child {
      opacity: 1;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    .v-btn--floating .v-icon {
      height: inherit;
      width: inherit;
    }

    .v-btn--floating.v-btn--small {
      height: 40px;
      width: 40px;
    }

    .v-btn--floating.v-btn--small .v-icon {
      font-size: 18px;
    }

    .v-btn--floating.v-btn--large {
      height: 72px;
      width: 72px;
    }

    .v-btn--floating.v-btn--large .v-icon {
      font-size: 30px;
    }

    .v-btn--reverse .v-btn__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-btn--reverse.v-btn--column .v-btn__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }

    .v-btn--fixed,
    .v-btn--absolute {
      margin: 0;
    }

    .v-btn.v-btn--absolute {
      position: absolute;
    }

    .v-btn.v-btn--fixed {
      position: fixed;
    }

    .v-btn--top:not(.v-btn--absolute) {
      top: 16px;
    }

    .v-btn--top.v-btn--absolute {
      top: -28px;
    }

    .v-btn--top.v-btn--absolute.v-btn--small {
      top: -20px;
    }

    .v-btn--top.v-btn--absolute.v-btn--large {
      top: -36px;
    }

    .v-btn--bottom:not(.v-btn--absolute) {
      bottom: 16px;
    }

    .v-btn--bottom.v-btn--absolute {
      bottom: -28px;
    }

    .v-btn--bottom.v-btn--absolute.v-btn--small {
      bottom: -20px;
    }

    .v-btn--bottom.v-btn--absolute.v-btn--large {
      bottom: -36px;
    }

    .v-btn--left {
      left: 16px;
    }

    .v-btn--right {
      right: 16px;
    }

    /** Disabled */
    .v-btn.v-btn--disabled {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      pointer-events: none;
    }

    .v-btn:not(.v-btn--disabled):not(.v-btn--floating):not(.v-btn--icon) .v-btn__content .v-icon {
      -webkit-transition: none;
      transition: none;
    }

    .v-btn--icon {
      padding: 0;
    }

    /** Loader */
    .v-btn--loader {
      pointer-events: none;
    }

    .v-btn--loader .v-btn__content {
      opacity: 0;
    }

    .v-btn__loading {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

    .v-btn__loading .v-icon--left {
      margin-right: 1rem;
      line-height: inherit;
    }

    .v-btn__loading .v-icon--right {
      margin-left: 1rem;
      line-height: inherit;
    }

    /** Custom Buttons */
    .v-btn.v-btn--outline {
      border: 1px solid currentColor;
      background: transparent !important;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .v-btn.v-btn--outline:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .v-btn--block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 6px 0;
      width: 100%;
    }

    .v-btn--round {
      border-radius: 28px;
    }

    .v-btn--round:after {
      border-radius: 28px;
    }

    /** Themes */
    .v-btn:not(.v-btn--outline).primary,
    .v-btn:not(.v-btn--outline).secondary,
    .v-btn:not(.v-btn--outline).accent,
    .v-btn:not(.v-btn--outline).success,
    .v-btn:not(.v-btn--outline).error,
    .v-btn:not(.v-btn--outline).warning,
    .v-btn:not(.v-btn--outline).info {
      color: #fff;
    }
  </style>
  <style type="text/css">
    .v-progress-circular {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
    }

    .v-progress-circular svg {
      width: 100%;
      height: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
    }

    .v-progress-circular--indeterminate svg {
      -webkit-animation: progress-circular-rotate 1.4s linear infinite;
      animation: progress-circular-rotate 1.4s linear infinite;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }

    .v-progress-circular--indeterminate .v-progress-circular__overlay {
      -webkit-animation: progress-circular-dash 1.4s ease-in-out infinite;
      animation: progress-circular-dash 1.4s ease-in-out infinite;
      stroke-linecap: round;
      stroke-dasharray: 80, 200;
      stroke-dashoffset: 0px;
    }

    .v-progress-circular__underlay {
      stroke: rgba(0, 0, 0, 0.1);
      z-index: 1;
    }

    .v-progress-circular__overlay {
      stroke: currentColor;
      z-index: 2;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
    }

    .v-progress-circular__info {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    @-webkit-keyframes progress-circular-dash {
      0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px;
      }

      50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
      }

      100% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px;
      }
    }

    @keyframes progress-circular-dash {
      0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px;
      }

      50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
      }

      100% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px;
      }
    }

    @-webkit-keyframes progress-circular-rotate {
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    @keyframes progress-circular-rotate {
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
  </style>
  <style type="text/css">
    /** Themes */
    .theme--light.v-btn-toggle {
      background: #fff;
    }

    .theme--light.v-btn-toggle .v-btn {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
      border-right-color: rgba(0, 0, 0, 0.26);
    }

    .theme--dark.v-btn-toggle {
      background: #424242;
    }

    .theme--dark.v-btn-toggle .v-btn {
      color: #fff;
    }

    .theme--dark.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
      border-right-color: rgba(255, 255, 255, 0.3);
    }

    .v-btn-toggle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-radius: 2px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      will-change: background, box-shadow;
    }

    .v-btn-toggle .v-btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: auto;
      width: auto;
      padding: 0 8px;
      margin: 0;
      opacity: 0.4;
      border-radius: 0;
    }

    .v-btn-toggle .v-btn:not(:last-child) {
      border-right: 1px solid transparent;
    }

    .v-btn-toggle .v-btn:after {
      display: none;
    }

    .v-btn-toggle .v-btn.v-btn--active {
      opacity: 1;
    }

    .v-btn-toggle .v-btn span+.v-icon {
      font-size: initial;
      margin-left: 10px;
    }

    .v-btn-toggle .v-btn:first-child {
      border-radius: 2px 0 0 2px;
    }

    .v-btn-toggle .v-btn:last-child {
      border-radius: 0 2px 2px 0;
    }

    .v-btn-toggle--selected {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }
  </style>
  <style type="text/css">
    .theme--light.v-calendar-weekly {
      background-color: #fff;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday {
      border-right: #e0e0e0 1px solid;
      color: #000;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
      background-color: #f7f7f7;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__day {
      border-right: #e0e0e0 1px solid;
      border-bottom: #e0e0e0 1px solid;
      color: #000;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
      background-color: #f7f7f7;
    }

    .theme--dark.v-calendar-weekly {
      background-color: #303030;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday {
      border-right: #9e9e9e 1px solid;
      color: #fff;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
      background-color: #202020;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__day {
      border-right: #9e9e9e 1px solid;
      border-bottom: #9e9e9e 1px solid;
      color: #fff;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside {
      background-color: #202020;
    }

    .v-calendar-weekly {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-calendar-weekly__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-calendar-weekly__head-weekday {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
      flex: 1 0 20px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0px 4px 0px 4px;
      font-size: 14px;
    }

    .v-calendar-weekly__week {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }

    .v-calendar-weekly__day {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 0;
      overflow: hidden;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      padding: 32px 4px 4px 4px;
    }

    .v-calendar-weekly__day.v-present .v-calendar-weekly__day-label {
      border: 1px solid currentColor;
    }

    .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
      color: currentColor;
    }

    .v-calendar-weekly__day-label {
      position: absolute;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-align: center;
      left: 0;
      top: 0;
      border-radius: 16px;
      width: 32px;
      height: 32px;
      line-height: 32px;
    }

    .v-calendar-weekly__day-label:hover {
      text-decoration: underline;
    }

    .v-calendar-weekly__day-month {
      position: absolute;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      top: 0;
      left: 36px;
      height: 32px;
      line-height: 32px;
    }
  </style>
  <style type="text/css">
    .theme--light.v-calendar-daily {
      background-color: #fff;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-head {
      border-right: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily_head-day {
      border-right: #e0e0e0 1px solid;
      border-bottom: #e0e0e0 1px solid;
      color: #000;
    }

    .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
    .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-body {
      border-right: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
      color: #424242;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__day {
      border-right: #e0e0e0 1px solid;
      border-bottom: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__day-interval {
      border-top: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child {
      border-top: none !important;
    }

    .theme--dark.v-calendar-daily {
      background-color: #303030;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-head {
      border-right: #9e9e9e 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily_head-day {
      border-right: #9e9e9e 1px solid;
      border-bottom: #9e9e9e 1px solid;
      color: #fff;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
    .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body {
      border-right: #9e9e9e 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
      color: #eee;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__day {
      border-right: #616161 1px solid;
      border-bottom: #616161 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__day-interval {
      border-top: #616161 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child {
      border-top: none !important;
    }

    .v-calendar-daily {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden;
      height: 100%;
    }

    .v-calendar-daily__head {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-calendar-daily__intervals-head {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 44px;
    }

    .v-calendar-daily_head-day {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 0;
    }

    .v-calendar-daily_head-weekday {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 4px 4px 4px 8px;
      font-size: 14px;
    }

    .v-calendar-daily_head-day-label {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 40px;
      padding: 0px 4px 4px 8px;
      line-height: 40px;
      cursor: pointer;
    }

    .v-calendar-daily_head-day-label:hover {
      text-decoration: underline;
    }

    .v-calendar-daily__body {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-calendar-daily__scroll-area {
      overflow-y: scroll;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .v-calendar-daily__pane {
      width: 100%;
      overflow-y: hidden;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .v-calendar-daily__day-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      height: 100%;
    }

    .v-calendar-daily__intervals-body {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 44px;
    }

    .v-calendar-daily__interval {
      text-align: center;
      border-bottom: none;
    }

    .v-calendar-daily__interval-text {
      display: block;
      position: relative;
      top: -6px;
      font-size: 10px;
    }

    .v-calendar-daily__day {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 0;
      position: relative;
    }
  </style>
  <style type="text/css">
    /* Themes */
    .theme--light.v-sheet {
      background-color: #fff;
      border-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-sheet {
      background-color: #424242;
      border-color: #424242;
      color: #fff;
    }

    .v-sheet {
      display: block;
      border-radius: 2px;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-sheet--tile {
      border-radius: 0;
    }
  </style>
  <style type="text/css">
    .v-image {
      z-index: 0;
    }

    .v-image__image,
    .v-image__placeholder {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .v-image__image {
      background-repeat: no-repeat;
    }

    .v-image__image--preload {
      -webkit-filter: blur(2px);
      filter: blur(2px);
    }

    .v-image__image--contain {
      background-size: contain;
    }

    .v-image__image--cover {
      background-size: cover;
    }
  </style>
  <style type="text/css">
    .v-responsive {
      position: relative;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-responsive__content {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0px;
    }

    .v-responsive__sizer {
      -webkit-transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
      flex: 0 0 0px;
    }
  </style>
  <style type="text/css">
    .application--is-rtl .v-carousel__prev {
      left: auto;
      right: 5px;
    }

    .application--is-rtl .v-carousel__next {
      left: 5px;
      right: auto;
    }

    .v-carousel {
      width: 100%;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-carousel__prev,
    .v-carousel__next {
      position: absolute;
      top: 50%;
      z-index: 1;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .v-carousel__prev .v-btn,
    .v-carousel__next .v-btn {
      margin: 0;
      height: auto;
      width: auto;
    }

    .v-carousel__prev .v-btn i,
    .v-carousel__next .v-btn i {
      font-size: 48px;
    }

    .v-carousel__prev .v-btn:hover,
    .v-carousel__next .v-btn:hover {
      background: none;
    }

    .v-carousel__prev {
      left: 5px;
    }

    .v-carousel__next {
      right: 5px;
    }

    .v-carousel__controls {
      background: rgba(0, 0, 0, 0.5);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      position: absolute;
      height: 50px;
      list-style-type: none;
      width: 100%;
      z-index: 1;
    }

    .v-carousel__controls>.v-item-group {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
    }

    .v-carousel__controls__item {
      margin: 0 8px !important;
    }

    .v-carousel__controls__item .v-icon {
      opacity: 0.5;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-carousel__controls__item--active .v-icon {
      opacity: 1;
      vertical-align: middle;
    }

    .v-carousel__controls__item:hover {
      background: none;
    }

    .v-carousel__controls__item:hover .v-icon {
      opacity: 0.8;
    }
  </style>
  <style type="text/css">
    .v-window__container {
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-window__container--is-active {
      overflow: hidden;
    }

    .v-window-x-transition-enter-active,
    .v-window-x-reverse-transition-enter-active,
    .v-window-y-transition-enter-active,
    .v-window-y-reverse-transition-enter-active,
    .v-window-x-transition-leave-active,
    .v-window-x-reverse-transition-leave-active,
    .v-window-y-transition-leave-active,
    .v-window-y-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-window-x-transition-leave,
    .v-window-x-reverse-transition-leave,
    .v-window-y-transition-leave,
    .v-window-y-reverse-transition-leave,
    .v-window-x-transition-leave-to,
    .v-window-x-reverse-transition-leave-to,
    .v-window-y-transition-leave-to,
    .v-window-y-reverse-transition-leave-to {
      position: absolute !important;
      top: 0;
      width: 100%;
    }

    .v-window-x-transition-enter {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    .v-window-x-transition-leave-to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    .v-window-x-reverse-transition-enter {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    .v-window-x-reverse-transition-leave-to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    .v-window-y-transition-enter {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .v-window-y-transition-leave-to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    .v-window-y-reverse-transition-enter {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    .v-window-y-reverse-transition-leave-to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  </style>
  <style type="text/css">
    .theme--light.v-data-iterator .v-data-iterator__actions {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--dark.v-data-iterator .v-data-iterator__actions {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    /** Actions */
    .v-data-iterator__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }

    .v-data-iterator__actions .v-btn {
      color: inherit;
    }

    .v-data-iterator__actions .v-btn:last-of-type {
      margin-left: 14px;
    }

    .v-data-iterator__actions__range-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 48px;
    }

    .v-data-iterator__actions__pagination {
      display: block;
      text-align: center;
      margin: 0 32px 0 24px;
    }

    .v-data-iterator__actions__select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: 14px;
      white-space: nowrap;
    }

    .v-data-iterator__actions__select .v-select {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
      flex: 0 1 0;
      margin: 13px 0 13px 34px;
      padding: 0;
      position: initial;
    }

    .v-data-iterator__actions__select .v-select__selections {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .v-data-iterator__actions__select .v-select__selections .v-select__selection--comma {
      font-size: 12px;
    }
  </style>
  <style type="text/css">
    .theme--light.v-overflow-btn .v-input__control::before,
    .theme--light.v-overflow-btn .v-input__slot::before {
      background-color: rgba(0, 0, 0, 0.12) !important;
    }

    .theme--light.v-overflow-btn.v-text-field--outline .v-input__control::before,
    .theme--light.v-overflow-btn.v-text-field--outline .v-input__slot::before {
      background-color: transparent !important;
    }

    .theme--light.v-overflow-btn--segmented .v-input__append-inner,
    .theme--light.v-overflow-btn--editable:hover .v-input__append-inner,
    .theme--light.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner,
    .theme--light.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
      border-left: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-overflow-btn:hover .v-input__slot,
    .theme--light.v-overflow-btn.v-input--is-focused .v-input__slot,
    .theme--light.v-overflow-btn.v-select--is-menu-active .v-input__slot {
      background: #fff;
    }

    .theme--dark.v-overflow-btn .v-input__control::before,
    .theme--dark.v-overflow-btn .v-input__slot::before {
      background-color: rgba(255, 255, 255, 0.12) !important;
    }

    .theme--dark.v-overflow-btn.v-text-field--outline .v-input__control::before,
    .theme--dark.v-overflow-btn.v-text-field--outline .v-input__slot::before {
      background-color: transparent !important;
    }

    .theme--dark.v-overflow-btn--segmented .v-input__append-inner,
    .theme--dark.v-overflow-btn--editable:hover .v-input__append-inner,
    .theme--dark.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner,
    .theme--dark.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
      border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-overflow-btn:hover .v-input__slot,
    .theme--dark.v-overflow-btn.v-input--is-focused .v-input__slot,
    .theme--dark.v-overflow-btn.v-select--is-menu-active .v-input__slot {
      background: #424242;
    }

    .v-overflow-btn {
      margin-top: 12px;
      padding-top: 0;
    }

    .v-overflow-btn:not(.v-overflow-btn--editable)>.v-input__control>.v-input__slot {
      cursor: pointer;
    }

    .v-overflow-btn .v-select__slot {
      height: 48px;
    }

    .v-overflow-btn .v-select__slot input {
      margin-left: 16px;
      cursor: pointer;
    }

    .v-overflow-btn .v-select__selection--comma:first-child {
      margin-left: 16px;
    }

    .v-overflow-btn .v-input__slot {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-overflow-btn .v-input__slot::after {
      content: none;
    }

    .v-overflow-btn .v-label {
      margin-left: 16px;
      top: calc(50% - 10px);
    }

    .v-overflow-btn .v-input__append-inner {
      width: 48px;
      height: 48px;
      -ms-flex-item-align: auto;
      align-self: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0;
      padding: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }

    .v-overflow-btn .v-input__append-outer,
    .v-overflow-btn .v-input__prepend-outer {
      margin-top: 12px;
      margin-bottom: 12px;
    }

    .v-overflow-btn .v-input__control::before {
      height: 1px;
      top: -1px;
      content: '';
      left: 0;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-overflow-btn.v-input--is-focused .v-input__slot,
    .v-overflow-btn.v-select--is-menu-active .v-input__slot {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-overflow-btn .v-select__selections {
      width: 0px;
    }

    .v-overflow-btn--segmented .v-select__selections {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .v-overflow-btn--segmented .v-select__selections .v-btn {
      border-radius: 0;
      margin: 0;
      margin-right: -16px;
      height: 48px;
      width: 100%;
    }

    .v-overflow-btn--segmented .v-select__selections .v-btn__content {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
    }

    .v-overflow-btn--segmented .v-select__selections .v-btn__content::before {
      background-color: transparent;
    }

    .v-overflow-btn--editable .v-select__slot input {
      cursor: text;
    }

    .v-overflow-btn--editable .v-input__append-inner,
    .v-overflow-btn--editable .v-input__append-inner * {
      cursor: pointer;
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-table {
      background-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-table thead tr:first-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-table thead th {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-table tbody tr:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-table tbody tr[active] {
      background: #f5f5f5;
    }

    .theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
      background: #eee;
    }

    .theme--light.v-table tfoot tr {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-table {
      background-color: #424242;
      color: #fff;
    }

    .theme--dark.v-table thead tr:first-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-table thead th {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-table tbody tr:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-table tbody tr[active] {
      background: #505050;
    }

    .theme--dark.v-table tbody tr:hover:not(.v-datatable__expand-row) {
      background: #616161;
    }

    .theme--dark.v-table tfoot tr {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .v-table__overflow {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
    }

    table.v-table {
      border-radius: 2px;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      max-width: 100%;
    }

    table.v-table thead td:not(:nth-child(1)),
    table.v-table tbody td:not(:nth-child(1)),
    table.v-table thead th:not(:nth-child(1)),
    table.v-table tbody th:not(:nth-child(1)),
    table.v-table thead td:first-child,
    table.v-table tbody td:first-child,
    table.v-table thead th:first-child,
    table.v-table tbody th:first-child {
      padding: 0 24px;
    }

    table.v-table thead tr {
      height: 56px;
    }

    table.v-table thead th {
      font-weight: 500;
      font-size: 12px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    table.v-table thead th.sortable {
      pointer-events: auto;
    }

    table.v-table thead th>div {
      width: 100%;
    }

    table.v-table tbody tr {
      -webkit-transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      will-change: background;
    }

    table.v-table tbody td,
    table.v-table tbody th {
      height: 48px;
    }

    table.v-table tbody td {
      font-weight: 400;
      font-size: 13px;
    }

    table.v-table .input-group--selection-controls {
      padding: 0;
    }

    table.v-table .input-group--selection-controls .input-group__details {
      display: none;
    }

    table.v-table .input-group--selection-controls.checkbox .v-icon {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    table.v-table .input-group--selection-controls.checkbox .input-group--selection-controls__ripple {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    table.v-table tfoot tr {
      height: 48px;
    }

    table.v-table tfoot tr td {
      padding: 0 24px;
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-datatable thead th.column.sortable .v-icon {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-datatable thead th.column.sortable:hover {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-datatable thead th.column.sortable.active {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-datatable thead th.column.sortable.active .v-icon {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-datatable .v-datatable__actions {
      background-color: #fff;
      color: rgba(0, 0, 0, 0.54);
      border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-datatable thead th.column.sortable .v-icon {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-datatable thead th.column.sortable:hover {
      color: #fff;
    }

    .theme--dark.v-datatable thead th.column.sortable.active {
      color: #fff;
    }

    .theme--dark.v-datatable thead th.column.sortable.active .v-icon {
      color: #fff;
    }

    .theme--dark.v-datatable .v-datatable__actions {
      background-color: #424242;
      color: rgba(255, 255, 255, 0.7);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .v-datatable .v-input--selection-controls {
      margin: 0;
      padding: 0;
    }

    .v-datatable thead th.column.sortable {
      cursor: pointer;
      outline: 0;
    }

    .v-datatable thead th.column.sortable .v-icon {
      font-size: 16px;
      display: inline-block;
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-datatable thead th.column.sortable:focus .v-icon,
    .v-datatable thead th.column.sortable:hover .v-icon {
      opacity: 0.6;
    }

    .v-datatable thead th.column.sortable.active {
      -webkit-transform: none;
      transform: none;
    }

    .v-datatable thead th.column.sortable.active .v-icon {
      opacity: 1;
    }

    .v-datatable thead th.column.sortable.active.desc .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    /** Actions */
    .v-datatable__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }

    .v-datatable__actions .v-btn {
      color: inherit;
    }

    .v-datatable__actions .v-btn:last-of-type {
      margin-left: 14px;
    }

    .v-datatable__actions__range-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 48px;
    }

    .v-datatable__actions__pagination {
      display: block;
      text-align: center;
      margin: 0 32px 0 24px;
    }

    .v-datatable__actions__select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: 14px;
      white-space: nowrap;
    }

    .v-datatable__actions__select .v-select {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
      flex: 0 1 0;
      margin: 13px 0 13px 34px;
      padding: 0;
      position: initial;
    }

    .v-datatable__actions__select .v-select__selections {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .v-datatable__actions__select .v-select__selections .v-select__selection--comma {
      font-size: 12px;
    }

    .v-datatable__progress {
      height: auto !important;
    }

    .v-datatable__progress tr,
    .v-datatable__progress td,
    .v-datatable__progress th {
      height: auto !important;
    }

    .v-datatable__progress th {
      padding: 0 !important;
    }

    .v-datatable__progress th .v-progress-linear {
      margin: 0;
    }

    .v-datatable__expand-row {
      border: none !important;
    }

    .v-datatable__expand-col {
      padding: 0 !important;
      height: 0px !important;
    }

    .v-datatable__expand-col--expanded {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .v-datatable__expand-content {
      -webkit-transition: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-datatable__expand-content>.card {
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  </style>
  <style type="text/css">
    .theme--light.v-small-dialog a {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-small-dialog a {
      color: #fff;
    }

    .theme--light.v-small-dialog__content {
      background: #fff;
    }

    .theme--dark.v-small-dialog__content {
      background: #424242;
    }

    .theme--light.v-small-dialog__actions {
      background: #fff;
    }

    .theme--dark.v-small-dialog__actions {
      background: #424242;
    }

    .v-small-dialog {
      display: block;
      width: 100%;
      height: 100%;
    }

    .v-small-dialog__content {
      padding: 0 24px;
    }

    .v-small-dialog__actions {
      text-align: right;
      white-space: pre;
    }

    .v-small-dialog a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      text-decoration: none;
    }

    .v-small-dialog a>* {
      width: 100%;
    }

    .v-small-dialog .v-menu__activator {
      height: 100%;
    }
  </style>
  <style type="text/css">
    .application--is-rtl .v-date-picker-title .v-picker__title__btn {
      text-align: right;
    }

    .v-date-picker-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      line-height: 1;
    }

    .v-date-picker-title__year {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 8px;
    }

    .v-date-picker-title__date {
      font-size: 34px;
      text-align: left;
      font-weight: 500;
      position: relative;
      overflow: hidden;
      padding-bottom: 8px;
      margin-bottom: -8px;
    }

    .v-date-picker-title__date>div {
      position: relative;
    }

    .v-date-picker-title--disabled {
      pointer-events: none;
    }
  </style>
  <style type="text/css">
    .theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
      color: #fff;
    }

    .theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-date-picker-header {
      padding: 4px 16px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
    }

    .v-date-picker-header .v-btn {
      margin: 0;
      z-index: auto;
    }

    .v-date-picker-header .v-icon {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-date-picker-header__value {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .v-date-picker-header__value div {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-date-picker-header__value button {
      cursor: pointer;
      font-weight: bold;
      outline: none;
      padding: 0.5rem;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-date-picker-header--disabled {
      pointer-events: none;
    }
  </style>
  <style type="text/css">
    .theme--light.v-date-picker-table th,
    .theme--light.v-date-picker-table .v-date-picker-table--date__week {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-date-picker-table th,
    .theme--dark.v-date-picker-table .v-date-picker-table--date__week {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-date-picker-table {
      position: relative;
      padding: 0 12px;
      height: 242px;
    }

    .v-date-picker-table table {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      top: 0;
      table-layout: fixed;
      width: 100%;
    }

    .v-date-picker-table td,
    .v-date-picker-table th {
      text-align: center;
      position: relative;
    }

    .v-date-picker-table th {
      font-size: 12px;
    }

    .v-date-picker-table--date .v-btn {
      height: 32px;
      width: 32px;
    }

    .v-date-picker-table .v-btn {
      z-index: auto;
      margin: 0;
      font-size: 12px;
    }

    .v-date-picker-table .v-btn.v-btn--active {
      color: #fff;
    }

    .v-date-picker-table--month td {
      width: 33.333333%;
      height: 56px;
      vertical-align: middle;
      text-align: center;
    }

    .v-date-picker-table--month td .v-btn {
      margin: 0 auto;
      max-width: 160px;
      min-width: 40px;
      width: 100%;
    }

    .v-date-picker-table--date th {
      padding: 8px 0;
      font-weight: 600;
    }

    .v-date-picker-table--date td {
      width: 45px;
    }

    .v-date-picker-table__events {
      height: 8px;
      left: 0;
      position: absolute;
      text-align: center;
      white-space: pre;
      width: 100%;
    }

    .v-date-picker-table__events>div {
      border-radius: 50%;
      display: inline-block;
      height: 8px;
      margin: 0 1px;
      width: 8px;
    }

    .v-date-picker-table--date .v-date-picker-table__events {
      bottom: 6px;
    }

    .v-date-picker-table--month .v-date-picker-table__events {
      bottom: 8px;
    }

    .v-date-picker-table--disabled {
      pointer-events: none;
    }
  </style>
  <style type="text/css">
    .v-date-picker-years {
      font-size: 16px;
      font-weight: 400;
      height: 286px;
      list-style-type: none;
      overflow: auto;
      padding: 0;
      text-align: center;
    }

    .v-date-picker-years li {
      cursor: pointer;
      padding: 8px 0;
      -webkit-transition: none;
      transition: none;
    }

    .v-date-picker-years li.active {
      font-size: 26px;
      font-weight: 500;
      padding: 10px 0;
    }

    .v-date-picker-years li:hover {
      background: rgba(0, 0, 0, 0.12);
    }

    .v-picker--landscape .v-date-picker-years {
      height: 286px;
    }
  </style>
  <style type="text/css">
    /* Themes */
    .theme--light.v-picker__title {
      background: #e0e0e0;
    }

    .theme--dark.v-picker__title {
      background: #616161;
    }

    .theme--light.v-picker__body {
      background: #fff;
    }

    .theme--dark.v-picker__body {
      background: #424242;
    }

    .v-picker {
      border-radius: 2px;
      contain: layout style;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      vertical-align: top;
      position: relative;
    }

    .v-picker--full-width {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-picker__title {
      color: #fff;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      padding: 16px;
    }

    .v-picker__title__btn {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-picker__title__btn:not(.v-picker__title__btn--active) {
      opacity: 0.6;
      cursor: pointer;
    }

    .v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) {
      opacity: 1;
    }

    .v-picker__title__btn--readonly {
      pointer-events: none;
    }

    .v-picker__title__btn--active {
      opacity: 1;
    }

    .v-picker__body {
      height: auto;
      overflow: hidden;
      position: relative;
      z-index: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-picker__body>div {
      width: 100%;
    }

    .v-picker__body>div.fade-transition-leave-active {
      position: absolute;
    }

    .v-picker--landscape .v-picker__title {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      width: 170px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1;
    }

    .v-picker--landscape .v-picker__body,
    .v-picker--landscape .v-picker__actions {
      margin-left: 170px;
    }
  </style>
  <style type="text/css">
    /** Theme */
    .theme--light.v-expansion-panel .v-expansion-panel__container {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-expansion-panel .v-expansion-panel__container--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-expansion-panel--focusable .v-expansion-panel__container:focus {
      background-color: #eee;
    }

    .theme--dark.v-expansion-panel .v-expansion-panel__container {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      background-color: #424242;
      color: #fff;
    }

    .theme--dark.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
      color: #fff;
    }

    .theme--dark.v-expansion-panel .v-expansion-panel__container--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-expansion-panel--focusable .v-expansion-panel__container:focus {
      background-color: #494949;
    }

    .v-expansion-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style-type: none;
      padding: 0;
      text-align: left;
      width: 100%;
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    }

    .v-expansion-panel__container {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      outline: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-expansion-panel__container:first-child {
      border-top: none !important;
    }

    .v-expansion-panel__container .v-expansion-panel__header__iconnel__header__icon {
      margin-left: auto;
    }

    .v-expansion-panel__container--disabled .v-expansion-panel__header {
      pointer-events: none;
    }

    .v-expansion-panel__container--active>.v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .v-expansion-panel__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 12px 24px;
      min-height: 48px;
    }

    .v-expansion-panel__header>*:not(.v-expansion-panel__header__icon) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

    .v-expansion-panel__body {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-expansion-panel__body>.v-card {
      border-radius: 0;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .v-expansion-panel--popout,
    .v-expansion-panel--inset {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-expansion-panel--popout .v-expansion-panel__container--active,
    .v-expansion-panel--inset .v-expansion-panel__container--active {
      margin: 16px;
      -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    }

    .v-expansion-panel--popout .v-expansion-panel__container,
    .v-expansion-panel--inset .v-expansion-panel__container {
      max-width: 95%;
    }

    .v-expansion-panel--popout .v-expansion-panel__container--active {
      max-width: 100%;
    }

    .v-expansion-panel--inset .v-expansion-panel__container--active {
      max-width: 85%;
    }
  </style>
  <style type="text/css">
    .theme--light.v-footer {
      background: #f5f5f5;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-footer {
      background: #212121;
      color: #fff;
    }

    .v-footer {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
      flex: 0 1 auto !important;
      min-height: 36px;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-footer--absolute,
    .v-footer--fixed {
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 3;
    }

    .v-footer--inset {
      z-index: 2;
    }

    .v-footer--absolute {
      position: absolute;
    }

    .v-footer--fixed {
      position: fixed;
    }
  </style>
  <style type="text/css">
    .v-form>.container {
      padding: 16px;
    }

    .v-form>.container>.layout>.flex {
      padding: 8px;
    }

    .v-form>.container>.layout:only-child {
      margin: -8px;
    }

    .v-form>.container>.layout:not(:only-child) {
      margin: auto -8px;
    }
  </style>
  <style type="text/css">
    .container {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin: auto;
      padding: 24px;
      width: 100%;
    }

    @media only screen and (min-width: 960px) {
      .container {
        max-width: 900px;
      }
    }

    @media only screen and (min-width: 1264px) {
      .container {
        max-width: 1185px;
      }
    }

    @media only screen and (min-width: 1904px) {
      .container {
        max-width: 1785px;
      }
    }

    @media only screen and (max-width: 959px) {
      .container {
        padding: 16px;
      }
    }

    .container.fluid {
      max-width: 100%;
    }

    .container.fill-height {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .container.fill-height>.layout {
      height: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

    .container.grid-list-xs .layout .flex {
      padding: 1px;
    }

    .container.grid-list-xs .layout:only-child {
      margin: -1px;
    }

    .container.grid-list-xs .layout:not(:only-child) {
      margin: auto -1px;
    }

    .container.grid-list-xs *:not(:only-child) .layout:first-child {
      margin-top: -1px;
    }

    .container.grid-list-xs *:not(:only-child) .layout:last-child {
      margin-bottom: -1px;
    }

    .container.grid-list-sm .layout .flex {
      padding: 2px;
    }

    .container.grid-list-sm .layout:only-child {
      margin: -2px;
    }

    .container.grid-list-sm .layout:not(:only-child) {
      margin: auto -2px;
    }

    .container.grid-list-sm *:not(:only-child) .layout:first-child {
      margin-top: -2px;
    }

    .container.grid-list-sm *:not(:only-child) .layout:last-child {
      margin-bottom: -2px;
    }

    .container.grid-list-md .layout .flex {
      padding: 4px;
    }

    .container.grid-list-md .layout:only-child {
      margin: -4px;
    }

    .container.grid-list-md .layout:not(:only-child) {
      margin: auto -4px;
    }

    .container.grid-list-md *:not(:only-child) .layout:first-child {
      margin-top: -4px;
    }

    .container.grid-list-md *:not(:only-child) .layout:last-child {
      margin-bottom: -4px;
    }

    .container.grid-list-lg .layout .flex {
      padding: 8px;
    }

    .container.grid-list-lg .layout:only-child {
      margin: -8px;
    }

    .container.grid-list-lg .layout:not(:only-child) {
      margin: auto -8px;
    }

    .container.grid-list-lg *:not(:only-child) .layout:first-child {
      margin-top: -8px;
    }

    .container.grid-list-lg *:not(:only-child) .layout:last-child {
      margin-bottom: -8px;
    }

    .container.grid-list-xl .layout .flex {
      padding: 12px;
    }

    .container.grid-list-xl .layout:only-child {
      margin: -12px;
    }

    .container.grid-list-xl .layout:not(:only-child) {
      margin: auto -12px;
    }

    .container.grid-list-xl *:not(:only-child) .layout:first-child {
      margin-top: -12px;
    }

    .container.grid-list-xl *:not(:only-child) .layout:last-child {
      margin-bottom: -12px;
    }

    .layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      min-width: 0;
    }

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

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

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

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

    .layout.column>.flex {
      max-width: 100%;
    }

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

    @media all and (min-width: 0) {
      .flex.xs1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.xs2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.xs3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.xs4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.xs5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.xs6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.xs7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-xs7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.xs8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-xs8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.xs9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-xs9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.xs10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-xs10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.xs11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-xs11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.xs12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-xs12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-xs0 {
        margin-left: 0%;
      }

      .flex.offset-xs1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-xs2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-xs3 {
        margin-left: 25%;
      }

      .flex.offset-xs4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-xs5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-xs6 {
        margin-left: 50%;
      }

      .flex.offset-xs7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-xs8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-xs9 {
        margin-left: 75%;
      }

      .flex.offset-xs10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-xs11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-xs12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 600px) {
      .flex.sm1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.sm2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.sm3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.sm4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.sm5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.sm6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.sm7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-sm7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.sm8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-sm8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.sm9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-sm9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.sm10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-sm10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.sm11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-sm11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.sm12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-sm12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-sm0 {
        margin-left: 0%;
      }

      .flex.offset-sm1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-sm2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-sm3 {
        margin-left: 25%;
      }

      .flex.offset-sm4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-sm5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-sm6 {
        margin-left: 50%;
      }

      .flex.offset-sm7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-sm8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-sm9 {
        margin-left: 75%;
      }

      .flex.offset-sm10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-sm11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-sm12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 960px) {
      .flex.md1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.md2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.md3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.md4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.md5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.md6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.md7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-md7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.md8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-md8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.md9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-md9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.md10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-md10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.md11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-md11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.md12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-md12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-md0 {
        margin-left: 0%;
      }

      .flex.offset-md1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-md2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-md3 {
        margin-left: 25%;
      }

      .flex.offset-md4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-md5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-md6 {
        margin-left: 50%;
      }

      .flex.offset-md7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-md8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-md9 {
        margin-left: 75%;
      }

      .flex.offset-md10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-md11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-md12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 1264px) {
      .flex.lg1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.lg2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.lg3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.lg4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.lg5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.lg6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.lg7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-lg7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.lg8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-lg8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.lg9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-lg9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.lg10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-lg10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.lg11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-lg11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.lg12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-lg12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-lg0 {
        margin-left: 0%;
      }

      .flex.offset-lg1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-lg2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-lg3 {
        margin-left: 25%;
      }

      .flex.offset-lg4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-lg5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-lg6 {
        margin-left: 50%;
      }

      .flex.offset-lg7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-lg8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-lg9 {
        margin-left: 75%;
      }

      .flex.offset-lg10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-lg11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-lg12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 1904px) {
      .flex.xl1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.xl2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.xl3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.xl4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.xl5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.xl6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.xl7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-xl7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.xl8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-xl8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.xl9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-xl9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.xl10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-xl10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.xl11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-xl11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.xl12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-xl12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-xl0 {
        margin-left: 0%;
      }

      .flex.offset-xl1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-xl2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-xl3 {
        margin-left: 25%;
      }

      .flex.offset-xl4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-xl5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-xl6 {
        margin-left: 50%;
      }

      .flex.offset-xl7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-xl8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-xl9 {
        margin-left: 75%;
      }

      .flex.offset-xl10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-xl11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-xl12 {
        margin-left: 100%;
      }
    }

    .flex,
    .child-flex>* {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
    }

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

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

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

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

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

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

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

    .align-self-baseline {
      -ms-flex-item-align: baseline;
      align-self: baseline;
    }

    .align-content-start {
      -ms-flex-line-pack: start;
      align-content: flex-start;
    }

    .align-content-end {
      -ms-flex-line-pack: end;
      align-content: flex-end;
    }

    .align-content-center {
      -ms-flex-line-pack: center;
      align-content: center;
    }

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

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

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

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

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

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

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

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

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

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

    .justify-self-baseline {
      justify-self: baseline;
    }

    .spacer {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }

    .grow {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }

    .shrink {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }

    .scroll-y {
      overflow-y: auto;
    }

    .fill-height {
      height: 100%;
    }

    .hide-overflow {
      overflow: hidden !important;
    }

    .show-overflow {
      overflow: visible !important;
    }

    .no-wrap {
      white-space: nowrap;
    }

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

    .d-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }

    .d-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }

    .d-flex>*,
    .d-inline-flex>* {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }

    .d-block {
      display: block !important;
    }

    .d-inline-block {
      display: inline-block !important;
    }

    .d-inline {
      display: inline !important;
    }

    .d-none {
      display: none !important;
    }
  </style>
  <style type="text/css">
    .v-content {
      -webkit-transition: none;
      transition: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: 100%;
    }

    .v-content[data-booted="true"] {
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-content__wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
      position: relative;
    }

    @-moz-document url-prefix() {
      @media print {
        .v-content {
          display: block;
        }
      }
    }
  </style>
  <style type="text/css">
    .theme--light.v-jumbotron .v-jumbotron__content {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-jumbotron .v-jumbotron__content {
      color: #fff;
    }

    .v-jumbotron {
      display: block;
      top: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-jumbotron__wrapper {
      height: 100%;
      overflow: hidden;
      position: relative;
      -webkit-transition: inherit;
      transition: inherit;
      width: 100%;
    }

    .v-jumbotron__background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      contain: strict;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-jumbotron__image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      will-change: transform;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-jumbotron__content {
      height: 100%;
      position: relative;
      -webkit-transition: inherit;
      transition: inherit;
    }
  </style>
  <style type="text/css">
    .theme--light.v-navigation-drawer {
      background-color: #fff;
    }

    .theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
      background-color: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-navigation-drawer .v-divider {
      border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-navigation-drawer {
      background-color: #424242;
    }

    .theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
      background-color: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-navigation-drawer .v-divider {
      border-color: rgba(255, 255, 255, 0.12);
    }

    .v-navigation-drawer {
      -webkit-transition: none;
      transition: none;
      display: block;
      left: 0;
      max-width: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      pointer-events: auto;
      top: 0;
      will-change: transform;
      z-index: 3;
      -webkit-overflow-scrolling: touch;
    }

    .v-navigation-drawer[data-booted="true"] {
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-navigation-drawer[data-booted="true"] {
      -webkit-transition-property: width, -webkit-transform;
      transition-property: width, -webkit-transform;
      transition-property: transform, width;
      transition-property: transform, width, -webkit-transform;
    }

    .v-navigation-drawer__border {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
    }

    .v-navigation-drawer.v-navigation-drawer--right:after {
      left: 0;
      right: initial;
    }

    .v-navigation-drawer--right {
      left: auto;
      right: 0;
    }

    .v-navigation-drawer--right>.v-navigation-drawer__border {
      right: auto;
      left: 0;
    }

    .v-navigation-drawer--absolute {
      position: absolute;
    }

    .v-navigation-drawer--fixed {
      position: fixed;
    }

    .v-navigation-drawer--floating:after {
      display: none;
    }

    .v-navigation-drawer--mini-variant {
      overflow: hidden;
    }

    .v-navigation-drawer--mini-variant .v-list__group__header__prepend-icon {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
    }

    .v-navigation-drawer--mini-variant .v-list__tile__action,
    .v-navigation-drawer--mini-variant .v-list__tile__avatar {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 48px;
    }

    .v-navigation-drawer--mini-variant .v-list__tile__content,
    .v-navigation-drawer--mini-variant .v-list__tile:after {
      opacity: 0;
    }

    .v-navigation-drawer--mini-variant .v-subheader,
    .v-navigation-drawer--mini-variant .v-divider,
    .v-navigation-drawer--mini-variant .v-list--group {
      display: none !important;
    }

    .v-navigation-drawer--temporary,
    .v-navigation-drawer--is-mobile {
      z-index: 6;
    }

    .v-navigation-drawer--temporary:not(.v-navigation-drawer--close),
    .v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close) {
      -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    }

    .v-navigation-drawer .v-list {
      background: inherit;
    }

    .v-navigation-drawer>.v-list .v-list__tile {
      -webkit-transition: none;
      transition: none;
      font-weight: 500;
    }

    .v-navigation-drawer>.v-list .v-list__tile--active .v-list__tile__title {
      color: inherit;
    }

    .v-navigation-drawer>.v-list .v-list--group .v-list__tile {
      font-weight: 400;
    }

    .v-navigation-drawer>.v-list .v-list--group__header--active:after {
      background: transparent;
    }

    .v-navigation-drawer>.v-list:not(.v-list--dense) .v-list__tile {
      font-size: 14px;
    }
  </style>
  <style type="text/css">
    .theme--light.v-pagination .v-pagination__item {
      background: #fff;
      color: #000;
      width: auto;
      min-width: 34px;
      padding: 0 5px;
    }

    .theme--light.v-pagination .v-pagination__item--active {
      color: #fff;
    }

    .theme--light.v-pagination .v-pagination__navigation {
      background: #fff;
    }

    .theme--light.v-pagination .v-pagination__navigation .v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-pagination .v-pagination__item {
      background: #424242;
      color: #fff;
      width: auto;
      min-width: 34px;
      padding: 0 5px;
    }

    .theme--dark.v-pagination .v-pagination__item--active {
      color: #fff;
    }

    .theme--dark.v-pagination .v-pagination__navigation {
      background: #424242;
    }

    .theme--dark.v-pagination .v-pagination__navigation .v-icon {
      color: #fff;
    }

    .v-pagination {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      list-style-type: none;
      margin: 0;
      max-width: 100%;
      padding: 0;
    }

    .v-pagination>li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-pagination--circle .v-pagination__item,
    .v-pagination--circle .v-pagination__more,
    .v-pagination--circle .v-pagination__navigation {
      border-radius: 50%;
    }

    .v-pagination--disabled {
      pointer-events: none;
      opacity: 0.6;
    }

    .v-pagination__item {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      border-radius: 4px;
      font-size: 14px;
      background: transparent;
      height: 34px;
      width: 34px;
      margin: 0.3rem;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .v-pagination__item--active {
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .v-pagination__navigation {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      height: 2rem;
      border-radius: 4px;
      width: 2rem;
      margin: 0.3rem 10px;
    }

    .v-pagination__navigation .v-icon {
      font-size: 2rem;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      vertical-align: middle;
    }

    .v-pagination__navigation--disabled {
      opacity: 0.6;
      pointer-events: none;
    }

    .v-pagination__more {
      margin: 0.3rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 2rem;
      width: 2rem;
    }
  </style>
  <style type="text/css">
    .v-parallax {
      position: relative;
      overflow: hidden;
      z-index: 0;
    }

    .v-parallax__image-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      contain: strict;
    }

    .v-parallax__image {
      position: absolute;
      bottom: 0;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      display: none;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      will-change: transform;
      -webkit-transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
      z-index: 1;
    }

    .v-parallax__content {
      color: #fff;
      height: 100%;
      z-index: 2;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 1rem;
    }
  </style>
  <style type="text/css">
    .v-input--radio-group__input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }

    .v-input--radio-group--column .v-input--radio-group__input>.v-label {
      padding-bottom: 8px;
    }

    .v-input--radio-group--row .v-input--radio-group__input>.v-label {
      padding-right: 8px;
    }

    .v-input--radio-group--row .v-input--radio-group__input {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .v-input--radio-group--column .v-radio:not(:last-child):not(:only-child) {
      margin-bottom: 8px;
    }

    .v-input--radio-group--column .v-input--radio-group__input {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  </style>
  <style type="text/css">
    .theme--light.v-radio--is-disabled label {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-radio--is-disabled .v-icon {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--dark.v-radio--is-disabled label {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-radio--is-disabled .v-icon {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .v-radio {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      margin-right: 16px;
      outline: none;
    }

    .v-radio--is-disabled {
      pointer-events: none;
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
      background: #bdbdbd;
    }

    .theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
      background: #424242;
    }

    /** Input Group */
    .v-input--range-slider.v-input--is-disabled .v-slider__track-fill {
      display: none;
    }

    .v-input--range-slider.v-input--is-disabled.v-input--slider .v-slider.v-slider .v-slider__thumb {
      border-color: transparent;
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-input--slider .v-slider__track,
    .theme--light.v-input--slider .v-slider__track-fill {
      background: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider .v-slider__track__container:after {
      border: 1px solid rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-input--slider .v-slider__ticks {
      border-color: rgba(0, 0, 0, 0.87);
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
      background: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
      border: 3px solid rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
      border: 3px solid rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input--slider.v-input--is-disabled .v-slider__thumb {
      border: 5px solid rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
      background: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider.v-input--slider--is-active .v-slider__track {
      background: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-input--slider .v-slider__track,
    .theme--dark.v-input--slider .v-slider__track-fill {
      background: rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider .v-slider__track__container:after {
      border: 1px solid #fff;
    }

    .theme--dark.v-input--slider .v-slider__ticks {
      border-color: #fff;
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
      background: rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
      border: 3px solid rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
      border: 3px solid rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-input--slider.v-input--is-disabled .v-slider__thumb {
      border: 5px solid rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
      background: rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider.v-input--slider--is-active .v-slider__track {
      background: rgba(255, 255, 255, 0.3);
    }

    .application--is-rtl .v-input--slider .v-label {
      margin-left: 16px;
      margin-right: 0;
    }

    /** Input Group */
    .v-input--slider {
      margin-top: 16px;
    }

    .v-input--slider.v-input--is-focused .v-slider__thumb-container--is-active:not(.v-slider__thumb-container--show-label):before {
      opacity: 0.2;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    .v-input--slider.v-input--is-focused .v-slider__track {
      -webkit-transition: none;
      transition: none;
    }

    .v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider__track__container:after,
    .v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider .v-slider__tick {
      opacity: 1;
    }

    .v-input--slider.v-input--slider--ticks .v-slider__ticks.v-slider__ticks--always-show {
      opacity: 1;
    }

    .v-input--slider.v-input--slider--ticks-labels .v-input__slot {
      margin-bottom: 16px;
    }

    .v-input--slider.v-input--is-readonly .v-input__control {
      pointer-events: none;
    }

    .v-input--slider.v-input--is-disabled .v-slider__thumb {
      -webkit-transform: translateY(-50%) scale(0.45);
      transform: translateY(-50%) scale(0.45);
    }

    .v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
      border: 0px solid transparent;
    }

    .v-input--slider .v-input__slot>*:first-child:not(:only-child) {
      margin-right: 16px;
    }

    /** Slider */
    .v-slider {
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      height: 32px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      outline: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-slider input {
      cursor: default;
      opacity: 0;
      padding: 0;
      width: 100%;
    }

    /** Thumb/Track/Ticks */
    .v-slider__track__container {
      height: 2px;
      left: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
    }

    .v-slider__track__container:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 2px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 2px;
      opacity: 0;
    }

    .v-slider__track,
    .v-slider__thumb,
    .v-slider__ticks {
      position: absolute;
      top: 0;
    }

    .v-slider__track {
      height: 2px;
      left: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-transform-origin: right;
      transform-origin: right;
      overflow: hidden;
      width: 100%;
    }

    .v-slider__track-fill {
      position: absolute;
      left: 0;
      height: 2px;
      -webkit-transform-origin: left;
      transform-origin: left;
      width: 100%;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-slider__ticks-container {
      position: absolute;
      left: 0;
      height: 2px;
      width: 100%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    .v-slider__ticks {
      opacity: 0;
      border-style: solid;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-slider__ticks>span {
      position: absolute;
      top: 8px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-slider__ticks:first-child>span {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    .v-slider__ticks:last-child>span {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    .v-slider:not(.v-input--is-dirty) .v-slider__ticks:first-child {
      border-color: transparent;
    }

    .v-slider__thumb-container {
      position: absolute;
      top: 50%;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-slider__thumb-container:before {
      content: '';
      color: inherit;
      border-radius: 50%;
      background: currentColor;
      height: 32px;
      left: -16px;
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: -16px;
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 32px;
      will-change: transform, opacity;
    }

    .v-slider__thumb {
      width: 24px;
      height: 24px;
      left: -12px;
      top: 50%;
      border-radius: 50%;
      background: transparent;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-transform: translateY(-50%) scale(0.6);
      transform: translateY(-50%) scale(0.6);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    /** Thumb Label */
    .v-slider--is-active .v-slider__thumb-container--is-active .v-slider__thumb {
      -webkit-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
    }

    .v-slider--is-active .v-slider__thumb-container--is-active.v-slider__thumb-container--show-label .v-slider__thumb {
      -webkit-transform: translateY(-50%) scale(0);
      transform: translateY(-50%) scale(0);
    }

    .v-slider--is-active .v-slider__ticks-container .v-slider__ticks {
      opacity: 1;
    }

    .v-slider__thumb-label__container {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-slider__thumb-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 12px;
      color: #fff;
      width: 32px;
      height: 32px;
      border-radius: 50% 50% 0;
      position: absolute;
      left: 0;
      bottom: 100%;
      -webkit-transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
      transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-slider__thumb-label>* {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .v-slider__track,
    .v-slider__track-fill {
      position: absolute;
    }
  </style>
  <style type="text/css">
    .v-rating .v-icon {
      padding: 0.5rem;
      border-radius: 50%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-rating--readonly .v-icon {
      pointer-events: none;
    }

    .v-rating--dense .v-icon {
      padding: 0.1rem;
    }
  </style>
  <style type="text/css">
    .application--is-rtl .v-snack__content .v-btn {
      margin: 0 24px 0 0;
    }

    .v-snack {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      pointer-events: none;
      z-index: 1000;
      font-size: 14px;
      left: 0;
      right: 0;
    }

    .v-snack--absolute {
      position: absolute;
    }

    .v-snack--top {
      top: 0;
    }

    .v-snack--bottom {
      bottom: 0;
    }

    .v-snack__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #323232;
      pointer-events: auto;
      width: 100%;
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    }

    .v-snack__content {
      width: 100%;
      height: 48px;
      padding: 14px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden;
    }

    .v-snack__content .v-btn {
      color: #fff;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 8px;
      margin: 0 0 0 24px;
      height: auto;
      min-width: auto;
      width: auto;
    }

    .v-snack__content .v-btn__content {
      margin: -2px;
    }

    .v-snack__content .v-btn::before {
      display: none;
    }

    .v-snack--multi-line .v-snack__content {
      height: 80px;
      padding: 24px;
    }

    .v-snack--vertical .v-snack__content {
      height: 112px;
      padding: 24px 24px 14px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    .v-snack--vertical .v-snack__content .v-btn.v-btn {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0;
      margin-left: 0;
      margin-top: 24px;
    }

    .v-snack--vertical .v-snack__content .v-btn__content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
    }

    .v-snack--auto-height .v-snack__content {
      height: auto;
    }

    @media only screen and (min-width: 600px) {
      .application--is-rtl .v-snack__content .v-btn:first-of-type {
        margin-left: 0;
        margin-right: 42px;
      }
    }

    @media only screen and (min-width: 600px) {
      .v-snack__wrapper {
        width: auto;
        max-width: 568px;
        min-width: 288px;
        margin: 0 auto;
        border-radius: 2px;
      }

      .v-snack--left .v-snack__wrapper {
        margin-left: 0;
      }

      .v-snack--right .v-snack__wrapper {
        margin-right: 0;
      }

      .v-snack--left,
      .v-snack--right {
        margin: 0 24px;
      }

      .v-snack--left.v-snack--top,
      .v-snack--right.v-snack--top {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
      }

      .v-snack--left.v-snack--bottom,
      .v-snack--right.v-snack--bottom {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
      }

      .v-snack__content .v-btn:first-of-type {
        margin-left: 42px;
      }
    }

    .v-snack-transition-enter-active,
    .v-snack-transition-leave-active {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-snack-transition-enter-active .v-snack__content,
    .v-snack-transition-leave-active .v-snack__content {
      -webkit-transition: opacity 0.3s linear 0.1s;
      transition: opacity 0.3s linear 0.1s;
    }

    .v-snack-transition-enter .v-snack__content {
      opacity: 0;
    }

    .v-snack-transition-enter-to .v-snack__content,
    .v-snack-transition-leave .v-snack__content {
      opacity: 1;
    }

    .v-snack-transition-enter.v-snack.v-snack--top,
    .v-snack-transition-leave-to.v-snack.v-snack--top {
      -webkit-transform: translateY(calc(-100% - 8px));
      transform: translateY(calc(-100% - 8px));
    }

    .v-snack-transition-enter.v-snack.v-snack--bottom,
    .v-snack-transition-leave-to.v-snack.v-snack--bottom {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  </style>
  <style type="text/css">
    .v-speed-dial {
      position: relative;
    }

    .v-speed-dial--absolute {
      position: absolute;
    }

    .v-speed-dial--fixed {
      position: fixed;
    }

    .v-speed-dial--fixed,
    .v-speed-dial--absolute {
      z-index: 4;
    }

    .v-speed-dial--fixed>.v-btn--floating,
    .v-speed-dial--absolute>.v-btn--floating {
      margin: 0;
    }

    .v-speed-dial--top:not(.v-speed-dial--absolute) {
      top: 16px;
    }

    .v-speed-dial--top.v-speed-dial--absolute {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .v-speed-dial--bottom:not(.v-speed-dial--absolute) {
      bottom: 16px;
    }

    .v-speed-dial--bottom.v-speed-dial--absolute {
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
    }

    .v-speed-dial--left {
      left: 16px;
    }

    .v-speed-dial--right {
      right: 16px;
    }

    .v-speed-dial--direction-left .v-speed-dial__list,
    .v-speed-dial--direction-right .v-speed-dial__list {
      height: 100%;
      top: 0;
    }

    .v-speed-dial--direction-top .v-speed-dial__list,
    .v-speed-dial--direction-bottom .v-speed-dial__list {
      left: 0;
      width: 100%;
    }

    .v-speed-dial--direction-top .v-speed-dial__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      bottom: 100%;
    }

    .v-speed-dial--direction-right .v-speed-dial__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      left: 100%;
    }

    .v-speed-dial--direction-bottom .v-speed-dial__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 100%;
    }

    .v-speed-dial--direction-left .v-speed-dial__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      right: 100%;
    }

    /** Elements */
    .v-speed-dial__list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
    }
  </style>
  <style type="text/css">
    .theme--light.v-stepper {
      background: #fff;
    }

    .theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
      background: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-stepper .v-stepper__step__step {
      color: #fff;
    }

    .theme--light.v-stepper .v-stepper__step__step .v-icon {
      color: #fff;
    }

    .theme--light.v-stepper .v-stepper__header .v-divider {
      border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
      text-shadow: 0px 0px 0px #000;
    }

    .theme--light.v-stepper .v-stepper__step--editable:hover {
      background: rgba(0, 0, 0, 0.06);
    }

    .theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
      text-shadow: 0px 0px 0px #000;
    }

    .theme--light.v-stepper .v-stepper__step--complete .v-stepper__label {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
      background: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-stepper .v-stepper__label {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-stepper .v-stepper__label small {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-stepper {
      background: #303030;
    }

    .theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
      background: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-stepper .v-stepper__step__step {
      color: #fff;
    }

    .theme--dark.v-stepper .v-stepper__step__step .v-icon {
      color: #fff;
    }

    .theme--dark.v-stepper .v-stepper__header .v-divider {
      border-color: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-stepper .v-stepper__step--active .v-stepper__label {
      text-shadow: 0px 0px 0px #fff;
    }

    .theme--dark.v-stepper .v-stepper__step--editable:hover {
      background: rgba(255, 255, 255, 0.06);
    }

    .theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
      text-shadow: 0px 0px 0px #fff;
    }

    .theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label {
      color: rgba(255, 255, 255, 0.87);
    }

    .theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
      background: rgba(255, 255, 255, 0.75);
    }

    .theme--dark.v-stepper .v-stepper__label {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-stepper .v-stepper__label small {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child) {
      border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .application--is-rtl .v-stepper .v-stepper__step__step {
      margin-right: 0;
      margin-left: 12px;
    }

    .v-stepper {
      overflow: hidden;
      position: relative;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-stepper__header {
      height: 72px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-stepper__header .v-divider {
      -ms-flex-item-align: center;
      align-self: center;
      margin: 0 -16px;
    }

    .v-stepper__items {
      position: relative;
      overflow: hidden;
    }

    .v-stepper__step__step {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 12px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 24px;
      margin-right: 8px;
      min-width: 24px;
      width: 24px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-stepper__step__step .v-icon {
      font-size: 18px;
    }

    .v-stepper__step {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 24px;
      position: relative;
    }

    .v-stepper__step--active .v-stepper__label {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    }

    .v-stepper__step--editable {
      cursor: pointer;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__step__step {
      background: transparent;
      color: inherit;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon {
      font-size: 24px;
      color: inherit;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__label {
      color: inherit;
      text-shadow: none;
      font-weight: 500;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__label small {
      color: inherit;
    }

    .v-stepper__label {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
    }

    .v-stepper__label small {
      font-size: 12px;
      font-weight: 300;
      text-shadow: none;
    }

    .v-stepper__wrapper {
      overflow: hidden;
      -webkit-transition: none;
      transition: none;
    }

    .v-stepper__content {
      top: 0;
      padding: 24px 24px 16px 24px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      width: 100%;
    }

    .v-stepper__content>.v-btn {
      margin: 24px 8px 8px 0;
    }

    .v-stepper--is-booted .v-stepper__content,
    .v-stepper--is-booted .v-stepper__wrapper {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-stepper--vertical {
      padding-bottom: 36px;
    }

    .v-stepper--vertical .v-stepper__content {
      margin: -8px -36px -16px 36px;
      padding: 16px 60px 16px 23px;
      width: auto;
    }

    .v-stepper--vertical .v-stepper__step {
      padding: 24px 24px 16px;
    }

    .v-stepper--vertical .v-stepper__step__step {
      margin-right: 12px;
    }

    .v-stepper--alt-labels .v-stepper__header {
      height: auto;
    }

    .v-stepper--alt-labels .v-stepper__header .v-divider {
      margin: 35px -67px 0;
      -ms-flex-item-align: start;
      align-self: flex-start;
    }

    .v-stepper--alt-labels .v-stepper__step {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
    }

    .v-stepper--alt-labels .v-stepper__step small {
      -ms-flex-item-align: center;
      align-self: center;
    }

    .v-stepper--alt-labels .v-stepper__step__step {
      margin-right: 0;
      margin-bottom: 11px;
    }

    @media only screen and (max-width: 959px) {
      .v-stepper:not(.v-stepper--vertical) .v-stepper__label {
        display: none;
      }

      .v-stepper:not(.v-stepper--vertical) .v-stepper__step__step {
        margin-right: 0;
      }
    }
  </style>
  <style type="text/css">
    /** Theme */
    .theme--light.v-input--switch__thumb {
      color: #fafafa;
    }

    .theme--light.v-input--switch__track {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
      color: #bdbdbd !important;
    }

    .theme--light.v-input--switch.v-input--is-disabled .v-input--switch__track {
      color: rgba(0, 0, 0, 0.12) !important;
    }

    .theme--dark.v-input--switch__thumb {
      color: #bdbdbd;
    }

    .theme--dark.v-input--switch__track {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
      color: #424242 !important;
    }

    .theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__track {
      color: rgba(255, 255, 255, 0.1) !important;
    }

    .application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
      left: auto;
      right: -14px;
    }

    .application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
    .application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
      -webkit-transform: translate(-16px, 0);
      transform: translate(-16px, 0);
    }

    .v-input--switch__track,
    .v-input--switch__thumb {
      background-color: currentColor;
      pointer-events: none;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-input--switch__track {
      border-radius: 8px;
      height: 14px;
      left: 2px;
      opacity: 0.6;
      position: absolute;
      right: 2px;
      top: calc(50% - 7px);
    }

    .v-input--switch__thumb {
      border-radius: 50%;
      top: calc(50% - 10px);
      height: 20px;
      position: relative;
      width: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .v-input--switch .v-input--selection-controls__input {
      width: 38px;
    }

    .v-input--switch .v-input--selection-controls__ripple {
      left: -14px;
      top: calc(50% - 24px);
    }

    .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
    .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
      -webkit-transform: translate(16px, 0);
      transform: translate(16px, 0);
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-system-bar {
      background-color: #e0e0e0;
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-system-bar .v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-system-bar--lights-out {
      background-color: rgba(255, 255, 255, 0.7) !important;
    }

    .theme--dark.v-system-bar {
      background-color: #000;
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-system-bar .v-icon {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-system-bar--lights-out {
      background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .v-system-bar {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      padding: 0 8px;
    }

    .v-system-bar .v-icon {
      font-size: 16px;
    }

    .v-system-bar--fixed,
    .v-system-bar--absolute {
      left: 0;
      top: 0;
      width: 100%;
      z-index: 3;
    }

    .v-system-bar--fixed {
      position: fixed;
    }

    .v-system-bar--absolute {
      position: absolute;
    }

    .v-system-bar--status .v-icon {
      margin-right: 4px;
    }

    .v-system-bar--window .v-icon {
      font-size: 20px;
      margin-right: 8px;
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-tabs__bar {
      background-color: #fff;
    }

    .theme--light.v-tabs__bar .v-tabs__div {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-tabs__bar .v-tabs__item--disabled {
      color: rgba(0, 0, 0, 0.26);
    }

    .theme--dark.v-tabs__bar {
      background-color: #424242;
    }

    .theme--dark.v-tabs__bar .v-tabs__div {
      color: #fff;
    }

    .theme--dark.v-tabs__bar .v-tabs__item--disabled {
      color: rgba(255, 255, 255, 0.3);
    }

    .v-tabs {
      position: relative;
    }

    .v-tabs__bar {
      position: relative;
      border-radius: inherit;
    }

    .v-tabs__icon {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 32px;
    }

    .v-tabs__icon--prev {
      left: 4px;
    }

    .v-tabs__icon--next {
      right: 4px;
    }

    .v-tabs__wrapper {
      overflow: hidden;
      contain: content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-tabs__wrapper--show-arrows {
      margin-left: 40px;
      margin-right: 40px;
    }

    .v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
      padding-left: 16px;
    }

    @media only screen and (max-width: 599px) {
      .v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
        padding-left: 24px;
      }
    }

    .v-tabs__container {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px;
      list-style-type: none;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      white-space: nowrap;
      position: relative;
    }

    .v-tabs__container--overflow .v-tabs__div {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }

    .v-tabs__container--grow .v-tabs__div {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: none;
    }

    .v-tabs__container--icons-and-text {
      height: 72px;
    }

    .v-tabs__container--align-with-title {
      padding-left: 56px;
    }

    .v-tabs__container--fixed-tabs .v-tabs__div,
    .v-tabs__container--icons-and-text .v-tabs__div {
      min-width: 72px;
    }

    @media only screen and (min-width: 600px) {

      .v-tabs__container--fixed-tabs .v-tabs__div,
      .v-tabs__container--icons-and-text .v-tabs__div {
        min-width: 160px;
      }
    }

    @media only screen and (max-width: 599px) {
      .v-tabs__container--fixed-tabs .v-tabs__div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
      }
    }

    .v-tabs__container--centered>.v-tabs__div:first-child,
    .v-tabs__container--fixed-tabs>.v-tabs__div:first-child,
    .v-tabs__container--right>.v-tabs__div:first-child {
      margin-left: auto;
    }

    .v-tabs__container--centered .v-tabs__slider-wrapper+.v-tabs__div,
    .v-tabs__container--fixed-tabs .v-tabs__slider-wrapper+.v-tabs__div,
    .v-tabs__container--right .v-tabs__slider-wrapper+.v-tabs__div {
      margin-left: auto;
    }

    .v-tabs__container--centered>.v-tabs__div:last-child,
    .v-tabs__container--fixed-tabs>.v-tabs__div:last-child {
      margin-right: auto;
    }

    .v-tabs__container--icons-and-text .v-tabs__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }

    .v-tabs__container--icons-and-text .v-tabs__item .v-icon {
      margin-bottom: 6px;
    }

    .v-tabs__div {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      height: inherit;
      max-width: 264px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
    }

    .v-tabs__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: inherit;
      padding: 6px 12px;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: normal;
    }

    .v-tabs__item:not(.v-tabs__item--active) {
      opacity: 0.7;
    }

    .v-tabs__item--disabled {
      pointer-events: none;
    }

    .v-tabs__slider {
      height: 2px;
      width: 100%;
    }

    .v-tabs__slider-wrapper {
      bottom: 0;
      margin: 0 !important;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }
  </style>
  <style type="text/css">
    .theme--light.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
      color: #fff;
    }

    .theme--dark.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
      color: rgba(0, 0, 0, 0.87);
    }

    .application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot {
      margin-right: 0;
      margin-left: -12px;
    }

    .application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
      padding-right: 0;
      padding-left: 12px;
    }

    .v-textarea textarea {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      line-height: 18px;
      max-width: 100%;
      min-height: 32px;
      outline: none;
      padding: 7px 0 8px;
      width: 100%;
    }

    .v-textarea .v-text-field__prefix {
      padding-top: 4px;
      -ms-flex-item-align: start;
      align-self: start;
    }

    .v-textarea.v-text-field--full-width .v-text-field__slot textarea,
    .v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__slot textarea {
      margin-top: 0;
    }

    .v-textarea.v-text-field--full-width .v-text-field__details,
    .v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__details {
      bottom: 4px;
    }

    .v-textarea.v-text-field--enclosed .v-text-field__slot {
      margin-right: -12px;
    }

    .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
      padding-right: 12px;
    }

    .v-textarea.v-text-field--box .v-text-field__prefix,
    .v-textarea.v-text-field--enclosed .v-text-field__prefix,
    .v-textarea.v-text-field--box textarea,
    .v-textarea.v-text-field--enclosed textarea {
      margin-top: 24px;
    }

    .v-textarea.v-text-field--box.v-text-field--single-line .v-text-field__prefix,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,
    .v-textarea.v-text-field--box.v-text-field--single-line textarea,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line textarea {
      margin-top: 12px;
    }

    .v-textarea.v-text-field--box.v-text-field--single-line .v-label,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line .v-label {
      top: 18px;
    }

    .v-textarea.v-text-field--box.v-text-field--single-line.v-text-field--outline .v-input__control,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-text-field--outline .v-input__control {
      padding-top: 0;
    }

    .v-textarea.v-text-field--solo {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .v-textarea.v-text-field--solo .v-input__prepend-inner,
    .v-textarea.v-text-field--solo .v-input__prepend-outer,
    .v-textarea.v-text-field--solo .v-input__append-inner,
    .v-textarea.v-text-field--solo .v-input__append-outer {
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin-top: 16px;
    }

    .v-textarea--auto-grow textarea {
      overflow: hidden;
    }

    .v-textarea--no-resize textarea {
      resize: none;
    }
  </style>
  <style type="text/css">
    .theme--light.v-timeline:before {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-timeline .v-timeline-item__dot {
      background: #fff;
    }

    .theme--light.v-timeline .v-timeline-item .v-card:before {
      border-right-color: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-timeline:before {
      background: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-timeline .v-timeline-item__dot {
      background: #424242;
    }

    .theme--dark.v-timeline .v-timeline-item .v-card:before {
      border-right-color: rgba(0, 0, 0, 0.12);
    }

    .v-timeline-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-bottom: 24px;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right),
    .v-timeline-item--left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before,
    .v-timeline-item--left .v-card:before,
    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
    .v-timeline-item--left .v-card:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 100%;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite,
    .v-timeline-item--left .v-timeline-item__opposite {
      margin-left: 96px;
      text-align: left;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite .v-card:before,
    .v-timeline-item--left .v-timeline-item__opposite .v-card:before,
    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite .v-card:after,
    .v-timeline-item--left .v-timeline-item__opposite .v-card:after {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      left: -10px;
    }

    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-card:before,
    .v-timeline-item--right .v-card:before,
    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-card:after,
    .v-timeline-item--right .v-card:after {
      right: 100%;
    }

    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite,
    .v-timeline-item--right .v-timeline-item__opposite {
      margin-right: 96px;
      text-align: right;
    }

    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite .v-card:before,
    .v-timeline-item--right .v-timeline-item__opposite .v-card:before,
    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite .v-card:after,
    .v-timeline-item--right .v-timeline-item__opposite .v-card:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      right: -10px;
    }

    .v-timeline-item__dot,
    .v-timeline-item__inner-dot {
      border-radius: 50%;
    }

    .v-timeline-item__dot {
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      -ms-flex-item-align: center;
      align-self: center;
      position: absolute;
      height: 38px;
      left: calc(50% - 19px);
      width: 38px;
    }

    .v-timeline-item__dot .v-timeline-item__inner-dot {
      height: 30px;
      margin: 4px;
      width: 30px;
    }

    .v-timeline-item__dot--small {
      height: 24px;
      left: calc(50% - 12px);
      width: 24px;
    }

    .v-timeline-item__dot--small .v-timeline-item__inner-dot {
      height: 18px;
      margin: 3px;
      width: 18px;
    }

    .v-timeline-item__dot--large {
      height: 52px;
      left: calc(50% - 26px);
      width: 52px;
    }

    .v-timeline-item__dot--large .v-timeline-item__inner-dot {
      height: 42px;
      margin: 5px;
      width: 42px;
    }

    .v-timeline-item__inner-dot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-timeline-item__body {
      position: relative;
      height: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: calc(50% - 48px);
    }

    .v-timeline-item .v-card:before,
    .v-timeline-item .v-card:after {
      content: '';
      position: absolute;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #000;
      top: calc(50% - 10px);
    }

    .v-timeline-item .v-card:after {
      border-right-color: inherit;
    }

    .v-timeline-item .v-card:before {
      top: calc(50% - 10px + 2px);
    }

    .v-timeline-item__opposite {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-item-align: center;
      align-self: center;
      max-width: calc(50% - 48px);
    }

    .v-timeline-item--fill-dot .v-timeline-item__inner-dot {
      height: inherit;
      margin: 0;
      width: inherit;
    }

    .v-timeline {
      padding-top: 24px;
      position: relative;
    }

    .v-timeline:before {
      bottom: 0;
      content: '';
      height: 100%;
      left: calc(50% - 1px);
      position: absolute;
      top: 0;
      width: 2px;
    }

    .v-timeline--align-top .v-timeline-item {
      position: relative;
    }

    .v-timeline--align-top .v-timeline-item__dot {
      top: 6px;
    }

    .v-timeline--align-top .v-timeline-item__dot--small {
      top: 12px;
    }

    .v-timeline--align-top .v-timeline-item__dot--large {
      top: 0;
    }

    .v-timeline--align-top .v-timeline-item .v-card:before {
      top: calc(0% + 10px + 2px);
    }

    .v-timeline--align-top .v-timeline-item .v-card:after {
      top: calc(0% + 10px);
    }

    .v-timeline--dense:before {
      left: 18px;
    }

    .v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right),
    .v-timeline--dense .v-timeline-item--left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before,
    .v-timeline--dense .v-timeline-item--left .v-card:before,
    .v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
    .v-timeline--dense .v-timeline-item--left .v-card:after {
      right: initial;
      left: -10px;
      -webkit-transform: none;
      transform: none;
    }

    .v-timeline--dense .v-timeline-item__dot {
      left: 0;
    }

    .v-timeline--dense .v-timeline-item__dot--small {
      left: 7px;
    }

    .v-timeline--dense .v-timeline-item__dot--large {
      left: -7px;
    }

    .v-timeline--dense .v-timeline-item__body {
      max-width: calc(100% - 64px);
    }

    .v-timeline--dense .v-timeline-item__opposite {
      display: none;
    }
  </style>
  <style type="text/css">
    .v-time-picker-title {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }

    .v-time-picker-title__time {
      white-space: nowrap;
    }

    .v-time-picker-title__time .v-picker__title__btn,
    .v-time-picker-title__time span {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 70px;
      font-size: 70px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .v-time-picker-title__ampm {
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 16px;
      margin: 8px 0 6px 8px;
      text-transform: uppercase;
    }

    .v-time-picker-title__ampm div:only-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .v-picker__title--landscape .v-time-picker-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
    }

    .v-picker__title--landscape .v-time-picker-title__time {
      text-align: right;
    }

    .v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,
    .v-picker__title--landscape .v-time-picker-title__time span {
      height: 55px;
      font-size: 55px;
    }

    .v-picker__title--landscape .v-time-picker-title__ampm {
      margin: 16px 0 0;
      -ms-flex-item-align: initial;
      align-self: initial;
      text-align: center;
    }
  </style>
  <style type="text/css">
    /** Themes */
    .theme--light.v-time-picker-clock {
      background: #e0e0e0;
    }

    .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled {
      color: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
      background-color: #bdbdbd;
    }

    .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand:after {
      color: #bdbdbd;
    }

    .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
      background-color: #bdbdbd;
    }

    .theme--dark.v-time-picker-clock {
      background: #616161;
    }

    .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
      background-color: #757575;
    }

    .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand:after {
      color: #757575;
    }

    .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
      background-color: #757575;
    }

    .v-time-picker-clock {
      border-radius: 100%;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%;
      padding-top: 100%;
    }

    .v-time-picker-clock__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
    }

    .v-time-picker-clock__hand {
      height: calc(50% - 4px);
      width: 2px;
      bottom: 50%;
      left: calc(50% - 1px);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      position: absolute;
      will-change: transform;
      z-index: 1;
    }

    .v-time-picker-clock__hand:before {
      background: transparent;
      border-width: 2px;
      border-style: solid;
      border-color: inherit;
      border-radius: 100%;
      width: 10px;
      height: 10px;
      content: '';
      position: absolute;
      top: -4px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__hand:after {
      content: '';
      position: absolute;
      height: 8px;
      width: 8px;
      top: 100%;
      left: 50%;
      border-radius: 100%;
      border-style: solid;
      border-color: inherit;
      background-color: inherit;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__hand--inner:after {
      height: 14px;
    }

    .v-picker--full-width .v-time-picker-clock__container {
      max-width: 290px;
    }

    .v-time-picker-clock__inner {
      position: absolute;
      bottom: 27px;
      left: 27px;
      right: 27px;
      top: 27px;
    }

    .v-time-picker-clock__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 100%;
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 40px;
      position: absolute;
      text-align: center;
      width: 40px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__item>span {
      z-index: 1;
    }

    .v-time-picker-clock__item:before,
    .v-time-picker-clock__item:after {
      content: '';
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 14px;
      width: 14px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__item:after,
    .v-time-picker-clock__item:before {
      height: 40px;
      width: 40px;
    }

    .v-time-picker-clock__item--active {
      color: #fff;
      cursor: default;
      z-index: 2;
    }

    .v-time-picker-clock__item--disabled {
      pointer-events: none;
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-toolbar {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-toolbar {
      background-color: #212121;
      color: #fff;
    }

    .application--is-rtl .v-toolbar__title:not(:first-child) {
      margin-left: 0;
      margin-right: 20px;
    }

    .v-toolbar {
      -webkit-transition: none;
      transition: none;
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      position: relative;
      width: 100%;
      will-change: padding-left, padding-right;
    }

    .v-toolbar[data-booted="true"] {
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-toolbar .v-text-field--enclosed,
    .v-toolbar .v-text-field--box {
      margin: 0;
    }

    .v-toolbar .v-text-field--enclosed .v-text-field__details,
    .v-toolbar .v-text-field--box .v-text-field__details {
      display: none;
    }

    /** Children */
    .v-toolbar .v-tabs {
      width: 100%;
    }

    .v-toolbar__title {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.02em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .v-toolbar__title:not(:first-child) {
      margin-left: 20px;
    }

    .v-toolbar__content,
    .v-toolbar__extension {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 24px;
    }

    @media only screen and (max-width: 959px) {

      .v-toolbar__content,
      .v-toolbar__extension {
        padding: 0 16px;
      }
    }

    .v-toolbar__content .v-btn--icon,
    .v-toolbar__extension .v-btn--icon {
      margin: 6px;
    }

    .v-toolbar__content>*:first-child,
    .v-toolbar__extension>*:first-child {
      margin-left: 0;
    }

    .v-toolbar__content>*:first-child.v-btn--icon,
    .v-toolbar__extension>*:first-child.v-btn--icon {
      margin-left: -6px;
    }

    .v-toolbar__content>*:first-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__extension>*:first-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__content>*:first-child.v-tooltip span .v-btn,
    .v-toolbar__extension>*:first-child.v-tooltip span .v-btn {
      margin-left: 0;
    }

    .v-toolbar__content>*:first-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__extension>*:first-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__content>*:first-child.v-tooltip span .v-btn--icon,
    .v-toolbar__extension>*:first-child.v-tooltip span .v-btn--icon {
      margin-left: -6px;
    }

    .v-toolbar__content>*:last-child,
    .v-toolbar__extension>*:last-child {
      margin-right: 0;
    }

    .v-toolbar__content>*:last-child.v-btn--icon,
    .v-toolbar__extension>*:last-child.v-btn--icon {
      margin-right: -6px;
    }

    .v-toolbar__content>*:last-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__extension>*:last-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__content>*:last-child.v-tooltip span .v-btn,
    .v-toolbar__extension>*:last-child.v-tooltip span .v-btn {
      margin-right: 0;
    }

    .v-toolbar__content>*:last-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__extension>*:last-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__content>*:last-child.v-tooltip span .v-btn--icon,
    .v-toolbar__extension>*:last-child.v-tooltip span .v-btn--icon {
      margin-right: -6px;
    }

    .v-toolbar__content>.v-list,
    .v-toolbar__extension>.v-list {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-height: 100%;
    }

    .v-toolbar__content>.v-list:first-child,
    .v-toolbar__extension>.v-list:first-child {
      margin-left: -24px;
    }

    @media only screen and (max-width: 959px) {

      .v-toolbar__content>.v-list:first-child,
      .v-toolbar__extension>.v-list:first-child {
        margin-left: -16px;
      }
    }

    .v-toolbar__content>.v-list:last-child,
    .v-toolbar__extension>.v-list:last-child {
      margin-right: -24px;
    }

    @media only screen and (max-width: 959px) {

      .v-toolbar__content>.v-list:last-child,
      .v-toolbar__extension>.v-list:last-child {
        margin-right: -16px;
      }
    }

    .v-toolbar__extension>.v-toolbar__title {
      margin-left: 72px;
    }

    .v-toolbar__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: inherit;
      max-width: 100%;
      padding: 0;
    }

    .v-toolbar__items .v-btn {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: center;
      align-self: center;
    }

    .v-toolbar__items .v-tooltip,
    .v-toolbar__items .v-tooltip>span {
      height: inherit;
    }

    .v-toolbar__items .v-btn:not(.v-btn--floating):not(.v-btn--icon),
    .v-toolbar__items .v-menu,
    .v-toolbar__items .v-menu__activator {
      height: inherit;
      margin: 0;
    }

    /** Types */
    .v-toolbar .v-overflow-btn,
    .v-toolbar .v-btn-toggle {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-toolbar .v-input {
      margin: 0;
    }

    .v-toolbar .v-overflow-btn .v-input__control:before,
    .v-toolbar .v-overflow-btn .v-input__slot:before {
      display: none;
    }

    .v-toolbar--card {
      border-radius: 2px 2px 0 0;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-toolbar--fixed {
      position: fixed;
      z-index: 2;
    }

    .v-toolbar--fixed,
    .v-toolbar--absolute {
      top: 0;
      left: 0;
    }

    .v-toolbar--absolute {
      position: absolute;
      z-index: 2;
    }

    .v-toolbar--floating {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 16px;
      width: auto;
    }

    .v-toolbar--clipped {
      z-index: 3;
    }
  </style>
  <style type="text/css">
    .v-tooltip__content {
      background: #616161;
      border-radius: 2px;
      color: #fff;
      font-size: 12px;
      display: inline-block;
      padding: 5px 8px;
      position: absolute;
      text-transform: initial;
      width: auto;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-tooltip__content[class*="-active"] {
      -webkit-transition: 0.15s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.15s cubic-bezier(0.25, 0.8, 0.5, 1);
      pointer-events: none;
    }

    .v-tooltip__content--fixed {
      position: fixed;
    }

    @media only screen and (max-width: 959px) {
      .v-tooltip .v-tooltip__content {
        padding: 10px 16px;
      }
    }
  </style>
  <style type="text/css">
    /* Theme */
    .theme--light.v-treeview {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-treeview--hoverable .v-treeview-node__root:hover,
    .theme--light.v-treeview .v-treeview-node--active {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-treeview {
      color: #fff;
    }

    .theme--dark.v-treeview--hoverable .v-treeview-node__root:hover,
    .theme--dark.v-treeview .v-treeview-node--active {
      background: rgba(255, 255, 255, 0.12);
    }

    .application--is-rtl .v-treeview>.v-treeview-node {
      margin-right: 0;
    }

    .application--is-rtl .v-treeview>.v-treeview-node--leaf {
      margin-right: 24px;
      margin-left: 0;
    }

    .application--is-rtl .v-treeview-node {
      margin-right: 26px;
      margin-left: 0;
    }

    .application--is-rtl .v-treeview-node--leaf {
      margin-right: 50px;
      margin-left: 0;
    }

    .application--is-rtl .v-treeview-node__toggle {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    .application--is-rtl .v-treeview-node__toggle--open {
      -webkit-transform: none;
      transform: none;
    }

    .v-treeview>.v-treeview-node {
      margin-left: 0;
    }

    .v-treeview>.v-treeview-node--leaf {
      margin-left: 24px;
    }

    .v-treeview-node {
      margin-left: 26px;
    }

    .v-treeview-node--excluded {
      display: none;
    }

    .v-treeview-node--click>.v-treeview-node__root,
    .v-treeview-node--click>.v-treeview-node__root>.v-treeview-node__content>* {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-treeview-node--leaf {
      margin-left: 50px;
    }

    .v-treeview-node__root {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 34px;
    }

    .v-treeview-node__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-treeview-node__content .v-btn {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }

    .v-treeview-node__label {
      font-size: 1.2rem;
      margin-left: 6px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }

    .v-treeview-node__label .v-icon {
      padding-right: 8px;
    }

    .v-treeview-node__checkbox {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-treeview-node__toggle {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    .v-treeview-node__toggle--open {
      -webkit-transform: none;
      transform: none;
    }

    .v-treeview-node__toggle--loading {
      -webkit-animation: progress-circular-rotate 1s linear infinite;
      animation: progress-circular-rotate 1s linear infinite;
    }

    .v-treeview-node__children {
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    }
  </style>
  <style type="text/css">
    @-webkit-keyframes shake {
      59% {
        margin-left: 0;
      }

      60%,
      80% {
        margin-left: 2px;
      }

      70%,
      90% {
        margin-left: -2px;
      }
    }

    @keyframes shake {
      59% {
        margin-left: 0;
      }

      60%,
      80% {
        margin-left: 2px;
      }

      70%,
      90% {
        margin-left: -2px;
      }
    }

    .black {
      background-color: #000 !important;
      border-color: #000 !important;
    }

    .black--text {
      color: #000 !important;
      caret-color: #000 !important;
    }

    .white {
      background-color: #fff !important;
      border-color: #fff !important;
    }

    .white--text {
      color: #fff !important;
      caret-color: #fff !important;
    }

    .transparent {
      background-color: transparent !important;
      border-color: transparent !important;
    }

    .transparent--text {
      color: transparent !important;
      caret-color: transparent !important;
    }

    .red {
      background-color: #f44336 !important;
      border-color: #f44336 !important;
    }

    .red--text {
      color: #f44336 !important;
      caret-color: #f44336 !important;
    }

    .red.lighten-5 {
      background-color: #ffebee !important;
      border-color: #ffebee !important;
    }

    .red--text.text--lighten-5 {
      color: #ffebee !important;
      caret-color: #ffebee !important;
    }

    .red.lighten-4 {
      background-color: #ffcdd2 !important;
      border-color: #ffcdd2 !important;
    }

    .red--text.text--lighten-4 {
      color: #ffcdd2 !important;
      caret-color: #ffcdd2 !important;
    }

    .red.lighten-3 {
      background-color: #ef9a9a !important;
      border-color: #ef9a9a !important;
    }

    .red--text.text--lighten-3 {
      color: #ef9a9a !important;
      caret-color: #ef9a9a !important;
    }

    .red.lighten-2 {
      background-color: #e57373 !important;
      border-color: #e57373 !important;
    }

    .red--text.text--lighten-2 {
      color: #e57373 !important;
      caret-color: #e57373 !important;
    }

    .red.lighten-1 {
      background-color: #ef5350 !important;
      border-color: #ef5350 !important;
    }

    .red--text.text--lighten-1 {
      color: #ef5350 !important;
      caret-color: #ef5350 !important;
    }

    .red.darken-1 {
      background-color: #e53935 !important;
      border-color: #e53935 !important;
    }

    .red--text.text--darken-1 {
      color: #e53935 !important;
      caret-color: #e53935 !important;
    }

    .red.darken-2 {
      background-color: #d32f2f !important;
      border-color: #d32f2f !important;
    }

    .red--text.text--darken-2 {
      color: #d32f2f !important;
      caret-color: #d32f2f !important;
    }

    .red.darken-3 {
      background-color: #c62828 !important;
      border-color: #c62828 !important;
    }

    .red--text.text--darken-3 {
      color: #c62828 !important;
      caret-color: #c62828 !important;
    }

    .red.darken-4 {
      background-color: #b71c1c !important;
      border-color: #b71c1c !important;
    }

    .red--text.text--darken-4 {
      color: #b71c1c !important;
      caret-color: #b71c1c !important;
    }

    .red.accent-1 {
      background-color: #ff8a80 !important;
      border-color: #ff8a80 !important;
    }

    .red--text.text--accent-1 {
      color: #ff8a80 !important;
      caret-color: #ff8a80 !important;
    }

    .red.accent-2 {
      background-color: #ff5252 !important;
      border-color: #ff5252 !important;
    }

    .red--text.text--accent-2 {
      color: #ff5252 !important;
      caret-color: #ff5252 !important;
    }

    .red.accent-3 {
      background-color: #ff1744 !important;
      border-color: #ff1744 !important;
    }

    .red--text.text--accent-3 {
      color: #ff1744 !important;
      caret-color: #ff1744 !important;
    }

    .red.accent-4 {
      background-color: #d50000 !important;
      border-color: #d50000 !important;
    }

    .red--text.text--accent-4 {
      color: #d50000 !important;
      caret-color: #d50000 !important;
    }

    .pink {
      background-color: #e91e63 !important;
      border-color: #e91e63 !important;
    }

    .pink--text {
      color: #e91e63 !important;
      caret-color: #e91e63 !important;
    }

    .pink.lighten-5 {
      background-color: #fce4ec !important;
      border-color: #fce4ec !important;
    }

    .pink--text.text--lighten-5 {
      color: #fce4ec !important;
      caret-color: #fce4ec !important;
    }

    .pink.lighten-4 {
      background-color: #f8bbd0 !important;
      border-color: #f8bbd0 !important;
    }

    .pink--text.text--lighten-4 {
      color: #f8bbd0 !important;
      caret-color: #f8bbd0 !important;
    }

    .pink.lighten-3 {
      background-color: #f48fb1 !important;
      border-color: #f48fb1 !important;
    }

    .pink--text.text--lighten-3 {
      color: #f48fb1 !important;
      caret-color: #f48fb1 !important;
    }

    .pink.lighten-2 {
      background-color: #f06292 !important;
      border-color: #f06292 !important;
    }

    .pink--text.text--lighten-2 {
      color: #f06292 !important;
      caret-color: #f06292 !important;
    }

    .pink.lighten-1 {
      background-color: #ec407a !important;
      border-color: #ec407a !important;
    }

    .pink--text.text--lighten-1 {
      color: #ec407a !important;
      caret-color: #ec407a !important;
    }

    .pink.darken-1 {
      background-color: #d81b60 !important;
      border-color: #d81b60 !important;
    }

    .pink--text.text--darken-1 {
      color: #d81b60 !important;
      caret-color: #d81b60 !important;
    }

    .pink.darken-2 {
      background-color: #c2185b !important;
      border-color: #c2185b !important;
    }

    .pink--text.text--darken-2 {
      color: #c2185b !important;
      caret-color: #c2185b !important;
    }

    .pink.darken-3 {
      background-color: #ad1457 !important;
      border-color: #ad1457 !important;
    }

    .pink--text.text--darken-3 {
      color: #ad1457 !important;
      caret-color: #ad1457 !important;
    }

    .pink.darken-4 {
      background-color: #880e4f !important;
      border-color: #880e4f !important;
    }

    .pink--text.text--darken-4 {
      color: #880e4f !important;
      caret-color: #880e4f !important;
    }

    .pink.accent-1 {
      background-color: #ff80ab !important;
      border-color: #ff80ab !important;
    }

    .pink--text.text--accent-1 {
      color: #ff80ab !important;
      caret-color: #ff80ab !important;
    }

    .pink.accent-2 {
      background-color: #ff4081 !important;
      border-color: #ff4081 !important;
    }

    .pink--text.text--accent-2 {
      color: #ff4081 !important;
      caret-color: #ff4081 !important;
    }

    .pink.accent-3 {
      background-color: #f50057 !important;
      border-color: #f50057 !important;
    }

    .pink--text.text--accent-3 {
      color: #f50057 !important;
      caret-color: #f50057 !important;
    }

    .pink.accent-4 {
      background-color: #c51162 !important;
      border-color: #c51162 !important;
    }

    .pink--text.text--accent-4 {
      color: #c51162 !important;
      caret-color: #c51162 !important;
    }

    .purple {
      background-color: #9c27b0 !important;
      border-color: #9c27b0 !important;
    }

    .purple--text {
      color: #9c27b0 !important;
      caret-color: #9c27b0 !important;
    }

    .purple.lighten-5 {
      background-color: #f3e5f5 !important;
      border-color: #f3e5f5 !important;
    }

    .purple--text.text--lighten-5 {
      color: #f3e5f5 !important;
      caret-color: #f3e5f5 !important;
    }

    .purple.lighten-4 {
      background-color: #e1bee7 !important;
      border-color: #e1bee7 !important;
    }

    .purple--text.text--lighten-4 {
      color: #e1bee7 !important;
      caret-color: #e1bee7 !important;
    }

    .purple.lighten-3 {
      background-color: #ce93d8 !important;
      border-color: #ce93d8 !important;
    }

    .purple--text.text--lighten-3 {
      color: #ce93d8 !important;
      caret-color: #ce93d8 !important;
    }

    .purple.lighten-2 {
      background-color: #ba68c8 !important;
      border-color: #ba68c8 !important;
    }

    .purple--text.text--lighten-2 {
      color: #ba68c8 !important;
      caret-color: #ba68c8 !important;
    }

    .purple.lighten-1 {
      background-color: #ab47bc !important;
      border-color: #ab47bc !important;
    }

    .purple--text.text--lighten-1 {
      color: #ab47bc !important;
      caret-color: #ab47bc !important;
    }

    .purple.darken-1 {
      background-color: #8e24aa !important;
      border-color: #8e24aa !important;
    }

    .purple--text.text--darken-1 {
      color: #8e24aa !important;
      caret-color: #8e24aa !important;
    }

    .purple.darken-2 {
      background-color: #7b1fa2 !important;
      border-color: #7b1fa2 !important;
    }

    .purple--text.text--darken-2 {
      color: #7b1fa2 !important;
      caret-color: #7b1fa2 !important;
    }

    .purple.darken-3 {
      background-color: #6a1b9a !important;
      border-color: #6a1b9a !important;
    }

    .purple--text.text--darken-3 {
      color: #6a1b9a !important;
      caret-color: #6a1b9a !important;
    }

    .purple.darken-4 {
      background-color: #4a148c !important;
      border-color: #4a148c !important;
    }

    .purple--text.text--darken-4 {
      color: #4a148c !important;
      caret-color: #4a148c !important;
    }

    .purple.accent-1 {
      background-color: #ea80fc !important;
      border-color: #ea80fc !important;
    }

    .purple--text.text--accent-1 {
      color: #ea80fc !important;
      caret-color: #ea80fc !important;
    }

    .purple.accent-2 {
      background-color: #e040fb !important;
      border-color: #e040fb !important;
    }

    .purple--text.text--accent-2 {
      color: #e040fb !important;
      caret-color: #e040fb !important;
    }

    .purple.accent-3 {
      background-color: #d500f9 !important;
      border-color: #d500f9 !important;
    }

    .purple--text.text--accent-3 {
      color: #d500f9 !important;
      caret-color: #d500f9 !important;
    }

    .purple.accent-4 {
      background-color: #a0f !important;
      border-color: #a0f !important;
    }

    .purple--text.text--accent-4 {
      color: #a0f !important;
      caret-color: #a0f !important;
    }

    .deep-purple {
      background-color: #673ab7 !important;
      border-color: #673ab7 !important;
    }

    .deep-purple--text {
      color: #673ab7 !important;
      caret-color: #673ab7 !important;
    }

    .deep-purple.lighten-5 {
      background-color: #ede7f6 !important;
      border-color: #ede7f6 !important;
    }

    .deep-purple--text.text--lighten-5 {
      color: #ede7f6 !important;
      caret-color: #ede7f6 !important;
    }

    .deep-purple.lighten-4 {
      background-color: #d1c4e9 !important;
      border-color: #d1c4e9 !important;
    }

    .deep-purple--text.text--lighten-4 {
      color: #d1c4e9 !important;
      caret-color: #d1c4e9 !important;
    }

    .deep-purple.lighten-3 {
      background-color: #b39ddb !important;
      border-color: #b39ddb !important;
    }

    .deep-purple--text.text--lighten-3 {
      color: #b39ddb !important;
      caret-color: #b39ddb !important;
    }

    .deep-purple.lighten-2 {
      background-color: #9575cd !important;
      border-color: #9575cd !important;
    }

    .deep-purple--text.text--lighten-2 {
      color: #9575cd !important;
      caret-color: #9575cd !important;
    }

    .deep-purple.lighten-1 {
      background-color: #7e57c2 !important;
      border-color: #7e57c2 !important;
    }

    .deep-purple--text.text--lighten-1 {
      color: #7e57c2 !important;
      caret-color: #7e57c2 !important;
    }

    .deep-purple.darken-1 {
      background-color: #5e35b1 !important;
      border-color: #5e35b1 !important;
    }

    .deep-purple--text.text--darken-1 {
      color: #5e35b1 !important;
      caret-color: #5e35b1 !important;
    }

    .deep-purple.darken-2 {
      background-color: #512da8 !important;
      border-color: #512da8 !important;
    }

    .deep-purple--text.text--darken-2 {
      color: #512da8 !important;
      caret-color: #512da8 !important;
    }

    .deep-purple.darken-3 {
      background-color: #4527a0 !important;
      border-color: #4527a0 !important;
    }

    .deep-purple--text.text--darken-3 {
      color: #4527a0 !important;
      caret-color: #4527a0 !important;
    }

    .deep-purple.darken-4 {
      background-color: #311b92 !important;
      border-color: #311b92 !important;
    }

    .deep-purple--text.text--darken-4 {
      color: #311b92 !important;
      caret-color: #311b92 !important;
    }

    .deep-purple.accent-1 {
      background-color: #b388ff !important;
      border-color: #b388ff !important;
    }

    .deep-purple--text.text--accent-1 {
      color: #b388ff !important;
      caret-color: #b388ff !important;
    }

    .deep-purple.accent-2 {
      background-color: #7c4dff !important;
      border-color: #7c4dff !important;
    }

    .deep-purple--text.text--accent-2 {
      color: #7c4dff !important;
      caret-color: #7c4dff !important;
    }

    .deep-purple.accent-3 {
      background-color: #651fff !important;
      border-color: #651fff !important;
    }

    .deep-purple--text.text--accent-3 {
      color: #651fff !important;
      caret-color: #651fff !important;
    }

    .deep-purple.accent-4 {
      background-color: #6200ea !important;
      border-color: #6200ea !important;
    }

    .deep-purple--text.text--accent-4 {
      color: #6200ea !important;
      caret-color: #6200ea !important;
    }

    .indigo {
      background-color: #3f51b5 !important;
      border-color: #3f51b5 !important;
    }

    .indigo--text {
      color: #3f51b5 !important;
      caret-color: #3f51b5 !important;
    }

    .indigo.lighten-5 {
      background-color: #e8eaf6 !important;
      border-color: #e8eaf6 !important;
    }

    .indigo--text.text--lighten-5 {
      color: #e8eaf6 !important;
      caret-color: #e8eaf6 !important;
    }

    .indigo.lighten-4 {
      background-color: #c5cae9 !important;
      border-color: #c5cae9 !important;
    }

    .indigo--text.text--lighten-4 {
      color: #c5cae9 !important;
      caret-color: #c5cae9 !important;
    }

    .indigo.lighten-3 {
      background-color: #9fa8da !important;
      border-color: #9fa8da !important;
    }

    .indigo--text.text--lighten-3 {
      color: #9fa8da !important;
      caret-color: #9fa8da !important;
    }

    .indigo.lighten-2 {
      background-color: #7986cb !important;
      border-color: #7986cb !important;
    }

    .indigo--text.text--lighten-2 {
      color: #7986cb !important;
      caret-color: #7986cb !important;
    }

    .indigo.lighten-1 {
      background-color: #5c6bc0 !important;
      border-color: #5c6bc0 !important;
    }

    .indigo--text.text--lighten-1 {
      color: #5c6bc0 !important;
      caret-color: #5c6bc0 !important;
    }

    .indigo.darken-1 {
      background-color: #3949ab !important;
      border-color: #3949ab !important;
    }

    .indigo--text.text--darken-1 {
      color: #3949ab !important;
      caret-color: #3949ab !important;
    }

    .indigo.darken-2 {
      background-color: #303f9f !important;
      border-color: #303f9f !important;
    }

    .indigo--text.text--darken-2 {
      color: #303f9f !important;
      caret-color: #303f9f !important;
    }

    .indigo.darken-3 {
      background-color: #283593 !important;
      border-color: #283593 !important;
    }

    .indigo--text.text--darken-3 {
      color: #283593 !important;
      caret-color: #283593 !important;
    }

    .indigo.darken-4 {
      background-color: #1a237e !important;
      border-color: #1a237e !important;
    }

    .indigo--text.text--darken-4 {
      color: #1a237e !important;
      caret-color: #1a237e !important;
    }

    .indigo.accent-1 {
      background-color: #8c9eff !important;
      border-color: #8c9eff !important;
    }

    .indigo--text.text--accent-1 {
      color: #8c9eff !important;
      caret-color: #8c9eff !important;
    }

    .indigo.accent-2 {
      background-color: #536dfe !important;
      border-color: #536dfe !important;
    }

    .indigo--text.text--accent-2 {
      color: #536dfe !important;
      caret-color: #536dfe !important;
    }

    .indigo.accent-3 {
      background-color: #3d5afe !important;
      border-color: #3d5afe !important;
    }

    .indigo--text.text--accent-3 {
      color: #3d5afe !important;
      caret-color: #3d5afe !important;
    }

    .indigo.accent-4 {
      background-color: #304ffe !important;
      border-color: #304ffe !important;
    }

    .indigo--text.text--accent-4 {
      color: #304ffe !important;
      caret-color: #304ffe !important;
    }

    .blue {
      background-color: #2196f3 !important;
      border-color: #2196f3 !important;
    }

    .blue--text {
      color: #2196f3 !important;
      caret-color: #2196f3 !important;
    }

    .blue.lighten-5 {
      background-color: #e3f2fd !important;
      border-color: #e3f2fd !important;
    }

    .blue--text.text--lighten-5 {
      color: #e3f2fd !important;
      caret-color: #e3f2fd !important;
    }

    .blue.lighten-4 {
      background-color: #bbdefb !important;
      border-color: #bbdefb !important;
    }

    .blue--text.text--lighten-4 {
      color: #bbdefb !important;
      caret-color: #bbdefb !important;
    }

    .blue.lighten-3 {
      background-color: #90caf9 !important;
      border-color: #90caf9 !important;
    }

    .blue--text.text--lighten-3 {
      color: #90caf9 !important;
      caret-color: #90caf9 !important;
    }

    .blue.lighten-2 {
      background-color: #64b5f6 !important;
      border-color: #64b5f6 !important;
    }

    .blue--text.text--lighten-2 {
      color: #64b5f6 !important;
      caret-color: #64b5f6 !important;
    }

    .blue.lighten-1 {
      background-color: #42a5f5 !important;
      border-color: #42a5f5 !important;
    }

    .blue--text.text--lighten-1 {
      color: #42a5f5 !important;
      caret-color: #42a5f5 !important;
    }

    .blue.darken-1 {
      background-color: #1e88e5 !important;
      border-color: #1e88e5 !important;
    }

    .blue--text.text--darken-1 {
      color: #1e88e5 !important;
      caret-color: #1e88e5 !important;
    }

    .blue.darken-2 {
      background-color: #1976d2 !important;
      border-color: #1976d2 !important;
    }

    .blue--text.text--darken-2 {
      color: #1976d2 !important;
      caret-color: #1976d2 !important;
    }

    .blue.darken-3 {
      background-color: #1565c0 !important;
      border-color: #1565c0 !important;
    }

    .blue--text.text--darken-3 {
      color: #1565c0 !important;
      caret-color: #1565c0 !important;
    }

    .blue.darken-4 {
      background-color: #0d47a1 !important;
      border-color: #0d47a1 !important;
    }

    .blue--text.text--darken-4 {
      color: #0d47a1 !important;
      caret-color: #0d47a1 !important;
    }

    .blue.accent-1 {
      background-color: #82b1ff !important;
      border-color: #82b1ff !important;
    }

    .blue--text.text--accent-1 {
      color: #82b1ff !important;
      caret-color: #82b1ff !important;
    }

    .blue.accent-2 {
      background-color: #448aff !important;
      border-color: #448aff !important;
    }

    .blue--text.text--accent-2 {
      color: #448aff !important;
      caret-color: #448aff !important;
    }

    .blue.accent-3 {
      background-color: #2979ff !important;
      border-color: #2979ff !important;
    }

    .blue--text.text--accent-3 {
      color: #2979ff !important;
      caret-color: #2979ff !important;
    }

    .blue.accent-4 {
      background-color: #2962ff !important;
      border-color: #2962ff !important;
    }

    .blue--text.text--accent-4 {
      color: #2962ff !important;
      caret-color: #2962ff !important;
    }

    .light-blue {
      background-color: #03a9f4 !important;
      border-color: #03a9f4 !important;
    }

    .light-blue--text {
      color: #03a9f4 !important;
      caret-color: #03a9f4 !important;
    }

    .light-blue.lighten-5 {
      background-color: #e1f5fe !important;
      border-color: #e1f5fe !important;
    }

    .light-blue--text.text--lighten-5 {
      color: #e1f5fe !important;
      caret-color: #e1f5fe !important;
    }

    .light-blue.lighten-4 {
      background-color: #b3e5fc !important;
      border-color: #b3e5fc !important;
    }

    .light-blue--text.text--lighten-4 {
      color: #b3e5fc !important;
      caret-color: #b3e5fc !important;
    }

    .light-blue.lighten-3 {
      background-color: #81d4fa !important;
      border-color: #81d4fa !important;
    }

    .light-blue--text.text--lighten-3 {
      color: #81d4fa !important;
      caret-color: #81d4fa !important;
    }

    .light-blue.lighten-2 {
      background-color: #4fc3f7 !important;
      border-color: #4fc3f7 !important;
    }

    .light-blue--text.text--lighten-2 {
      color: #4fc3f7 !important;
      caret-color: #4fc3f7 !important;
    }

    .light-blue.lighten-1 {
      background-color: #29b6f6 !important;
      border-color: #29b6f6 !important;
    }

    .light-blue--text.text--lighten-1 {
      color: #29b6f6 !important;
      caret-color: #29b6f6 !important;
    }

    .light-blue.darken-1 {
      background-color: #039be5 !important;
      border-color: #039be5 !important;
    }

    .light-blue--text.text--darken-1 {
      color: #039be5 !important;
      caret-color: #039be5 !important;
    }

    .light-blue.darken-2 {
      background-color: #0288d1 !important;
      border-color: #0288d1 !important;
    }

    .light-blue--text.text--darken-2 {
      color: #0288d1 !important;
      caret-color: #0288d1 !important;
    }

    .light-blue.darken-3 {
      background-color: #0277bd !important;
      border-color: #0277bd !important;
    }

    .light-blue--text.text--darken-3 {
      color: #0277bd !important;
      caret-color: #0277bd !important;
    }

    .light-blue.darken-4 {
      background-color: #01579b !important;
      border-color: #01579b !important;
    }

    .light-blue--text.text--darken-4 {
      color: #01579b !important;
      caret-color: #01579b !important;
    }

    .light-blue.accent-1 {
      background-color: #80d8ff !important;
      border-color: #80d8ff !important;
    }

    .light-blue--text.text--accent-1 {
      color: #80d8ff !important;
      caret-color: #80d8ff !important;
    }

    .light-blue.accent-2 {
      background-color: #40c4ff !important;
      border-color: #40c4ff !important;
    }

    .light-blue--text.text--accent-2 {
      color: #40c4ff !important;
      caret-color: #40c4ff !important;
    }

    .light-blue.accent-3 {
      background-color: #00b0ff !important;
      border-color: #00b0ff !important;
    }

    .light-blue--text.text--accent-3 {
      color: #00b0ff !important;
      caret-color: #00b0ff !important;
    }

    .light-blue.accent-4 {
      background-color: #0091ea !important;
      border-color: #0091ea !important;
    }

    .light-blue--text.text--accent-4 {
      color: #0091ea !important;
      caret-color: #0091ea !important;
    }

    .cyan {
      background-color: #00bcd4 !important;
      border-color: #00bcd4 !important;
    }

    .cyan--text {
      color: #00bcd4 !important;
      caret-color: #00bcd4 !important;
    }

    .cyan.lighten-5 {
      background-color: #e0f7fa !important;
      border-color: #e0f7fa !important;
    }

    .cyan--text.text--lighten-5 {
      color: #e0f7fa !important;
      caret-color: #e0f7fa !important;
    }

    .cyan.lighten-4 {
      background-color: #b2ebf2 !important;
      border-color: #b2ebf2 !important;
    }

    .cyan--text.text--lighten-4 {
      color: #b2ebf2 !important;
      caret-color: #b2ebf2 !important;
    }

    .cyan.lighten-3 {
      background-color: #80deea !important;
      border-color: #80deea !important;
    }

    .cyan--text.text--lighten-3 {
      color: #80deea !important;
      caret-color: #80deea !important;
    }

    .cyan.lighten-2 {
      background-color: #4dd0e1 !important;
      border-color: #4dd0e1 !important;
    }

    .cyan--text.text--lighten-2 {
      color: #4dd0e1 !important;
      caret-color: #4dd0e1 !important;
    }

    .cyan.lighten-1 {
      background-color: #26c6da !important;
      border-color: #26c6da !important;
    }

    .cyan--text.text--lighten-1 {
      color: #26c6da !important;
      caret-color: #26c6da !important;
    }

    .cyan.darken-1 {
      background-color: #00acc1 !important;
      border-color: #00acc1 !important;
    }

    .cyan--text.text--darken-1 {
      color: #00acc1 !important;
      caret-color: #00acc1 !important;
    }

    .cyan.darken-2 {
      background-color: #0097a7 !important;
      border-color: #0097a7 !important;
    }

    .cyan--text.text--darken-2 {
      color: #0097a7 !important;
      caret-color: #0097a7 !important;
    }

    .cyan.darken-3 {
      background-color: #00838f !important;
      border-color: #00838f !important;
    }

    .cyan--text.text--darken-3 {
      color: #00838f !important;
      caret-color: #00838f !important;
    }

    .cyan.darken-4 {
      background-color: #006064 !important;
      border-color: #006064 !important;
    }

    .cyan--text.text--darken-4 {
      color: #006064 !important;
      caret-color: #006064 !important;
    }

    .cyan.accent-1 {
      background-color: #84ffff !important;
      border-color: #84ffff !important;
    }

    .cyan--text.text--accent-1 {
      color: #84ffff !important;
      caret-color: #84ffff !important;
    }

    .cyan.accent-2 {
      background-color: #18ffff !important;
      border-color: #18ffff !important;
    }

    .cyan--text.text--accent-2 {
      color: #18ffff !important;
      caret-color: #18ffff !important;
    }

    .cyan.accent-3 {
      background-color: #00e5ff !important;
      border-color: #00e5ff !important;
    }

    .cyan--text.text--accent-3 {
      color: #00e5ff !important;
      caret-color: #00e5ff !important;
    }

    .cyan.accent-4 {
      background-color: #00b8d4 !important;
      border-color: #00b8d4 !important;
    }

    .cyan--text.text--accent-4 {
      color: #00b8d4 !important;
      caret-color: #00b8d4 !important;
    }

    .teal {
      background-color: #009688 !important;
      border-color: #009688 !important;
    }

    .teal--text {
      color: #009688 !important;
      caret-color: #009688 !important;
    }

    .teal.lighten-5 {
      background-color: #e0f2f1 !important;
      border-color: #e0f2f1 !important;
    }

    .teal--text.text--lighten-5 {
      color: #e0f2f1 !important;
      caret-color: #e0f2f1 !important;
    }

    .teal.lighten-4 {
      background-color: #b2dfdb !important;
      border-color: #b2dfdb !important;
    }

    .teal--text.text--lighten-4 {
      color: #b2dfdb !important;
      caret-color: #b2dfdb !important;
    }

    .teal.lighten-3 {
      background-color: #80cbc4 !important;
      border-color: #80cbc4 !important;
    }

    .teal--text.text--lighten-3 {
      color: #80cbc4 !important;
      caret-color: #80cbc4 !important;
    }

    .teal.lighten-2 {
      background-color: #4db6ac !important;
      border-color: #4db6ac !important;
    }

    .teal--text.text--lighten-2 {
      color: #4db6ac !important;
      caret-color: #4db6ac !important;
    }

    .teal.lighten-1 {
      background-color: #26a69a !important;
      border-color: #26a69a !important;
    }

    .teal--text.text--lighten-1 {
      color: #26a69a !important;
      caret-color: #26a69a !important;
    }

    .teal.darken-1 {
      background-color: #00897b !important;
      border-color: #00897b !important;
    }

    .teal--text.text--darken-1 {
      color: #00897b !important;
      caret-color: #00897b !important;
    }

    .teal.darken-2 {
      background-color: #00796b !important;
      border-color: #00796b !important;
    }

    .teal--text.text--darken-2 {
      color: #00796b !important;
      caret-color: #00796b !important;
    }

    .teal.darken-3 {
      background-color: #00695c !important;
      border-color: #00695c !important;
    }

    .teal--text.text--darken-3 {
      color: #00695c !important;
      caret-color: #00695c !important;
    }

    .teal.darken-4 {
      background-color: #004d40 !important;
      border-color: #004d40 !important;
    }

    .teal--text.text--darken-4 {
      color: #004d40 !important;
      caret-color: #004d40 !important;
    }

    .teal.accent-1 {
      background-color: #a7ffeb !important;
      border-color: #a7ffeb !important;
    }

    .teal--text.text--accent-1 {
      color: #a7ffeb !important;
      caret-color: #a7ffeb !important;
    }

    .teal.accent-2 {
      background-color: #64ffda !important;
      border-color: #64ffda !important;
    }

    .teal--text.text--accent-2 {
      color: #64ffda !important;
      caret-color: #64ffda !important;
    }

    .teal.accent-3 {
      background-color: #1de9b6 !important;
      border-color: #1de9b6 !important;
    }

    .teal--text.text--accent-3 {
      color: #1de9b6 !important;
      caret-color: #1de9b6 !important;
    }

    .teal.accent-4 {
      background-color: #00bfa5 !important;
      border-color: #00bfa5 !important;
    }

    .teal--text.text--accent-4 {
      color: #00bfa5 !important;
      caret-color: #00bfa5 !important;
    }

    .green {
      background-color: #4caf50 !important;
      border-color: #4caf50 !important;
    }

    .green--text {
      color: #4caf50 !important;
      caret-color: #4caf50 !important;
    }

    .green.lighten-5 {
      background-color: #e8f5e9 !important;
      border-color: #e8f5e9 !important;
    }

    .green--text.text--lighten-5 {
      color: #e8f5e9 !important;
      caret-color: #e8f5e9 !important;
    }

    .green.lighten-4 {
      background-color: #c8e6c9 !important;
      border-color: #c8e6c9 !important;
    }

    .green--text.text--lighten-4 {
      color: #c8e6c9 !important;
      caret-color: #c8e6c9 !important;
    }

    .green.lighten-3 {
      background-color: #a5d6a7 !important;
      border-color: #a5d6a7 !important;
    }

    .green--text.text--lighten-3 {
      color: #a5d6a7 !important;
      caret-color: #a5d6a7 !important;
    }

    .green.lighten-2 {
      background-color: #81c784 !important;
      border-color: #81c784 !important;
    }

    .green--text.text--lighten-2 {
      color: #81c784 !important;
      caret-color: #81c784 !important;
    }

    .green.lighten-1 {
      background-color: #66bb6a !important;
      border-color: #66bb6a !important;
    }

    .green--text.text--lighten-1 {
      color: #66bb6a !important;
      caret-color: #66bb6a !important;
    }

    .green.darken-1 {
      background-color: #43a047 !important;
      border-color: #43a047 !important;
    }

    .green--text.text--darken-1 {
      color: #43a047 !important;
      caret-color: #43a047 !important;
    }

    .green.darken-2 {
      background-color: #388e3c !important;
      border-color: #388e3c !important;
    }

    .green--text.text--darken-2 {
      color: #388e3c !important;
      caret-color: #388e3c !important;
    }

    .green.darken-3 {
      background-color: #2e7d32 !important;
      border-color: #2e7d32 !important;
    }

    .green--text.text--darken-3 {
      color: #2e7d32 !important;
      caret-color: #2e7d32 !important;
    }

    .green.darken-4 {
      background-color: #1b5e20 !important;
      border-color: #1b5e20 !important;
    }

    .green--text.text--darken-4 {
      color: #1b5e20 !important;
      caret-color: #1b5e20 !important;
    }

    .green.accent-1 {
      background-color: #b9f6ca !important;
      border-color: #b9f6ca !important;
    }

    .green--text.text--accent-1 {
      color: #b9f6ca !important;
      caret-color: #b9f6ca !important;
    }

    .green.accent-2 {
      background-color: #69f0ae !important;
      border-color: #69f0ae !important;
    }

    .green--text.text--accent-2 {
      color: #69f0ae !important;
      caret-color: #69f0ae !important;
    }

    .green.accent-3 {
      background-color: #00e676 !important;
      border-color: #00e676 !important;
    }

    .green--text.text--accent-3 {
      color: #00e676 !important;
      caret-color: #00e676 !important;
    }

    .green.accent-4 {
      background-color: #00c853 !important;
      border-color: #00c853 !important;
    }

    .green--text.text--accent-4 {
      color: #00c853 !important;
      caret-color: #00c853 !important;
    }

    .light-green {
      background-color: #8bc34a !important;
      border-color: #8bc34a !important;
    }

    .light-green--text {
      color: #8bc34a !important;
      caret-color: #8bc34a !important;
    }

    .light-green.lighten-5 {
      background-color: #f1f8e9 !important;
      border-color: #f1f8e9 !important;
    }

    .light-green--text.text--lighten-5 {
      color: #f1f8e9 !important;
      caret-color: #f1f8e9 !important;
    }

    .light-green.lighten-4 {
      background-color: #dcedc8 !important;
      border-color: #dcedc8 !important;
    }

    .light-green--text.text--lighten-4 {
      color: #dcedc8 !important;
      caret-color: #dcedc8 !important;
    }

    .light-green.lighten-3 {
      background-color: #c5e1a5 !important;
      border-color: #c5e1a5 !important;
    }

    .light-green--text.text--lighten-3 {
      color: #c5e1a5 !important;
      caret-color: #c5e1a5 !important;
    }

    .light-green.lighten-2 {
      background-color: #aed581 !important;
      border-color: #aed581 !important;
    }

    .light-green--text.text--lighten-2 {
      color: #aed581 !important;
      caret-color: #aed581 !important;
    }

    .light-green.lighten-1 {
      background-color: #9ccc65 !important;
      border-color: #9ccc65 !important;
    }

    .light-green--text.text--lighten-1 {
      color: #9ccc65 !important;
      caret-color: #9ccc65 !important;
    }

    .light-green.darken-1 {
      background-color: #7cb342 !important;
      border-color: #7cb342 !important;
    }

    .light-green--text.text--darken-1 {
      color: #7cb342 !important;
      caret-color: #7cb342 !important;
    }

    .light-green.darken-2 {
      background-color: #689f38 !important;
      border-color: #689f38 !important;
    }

    .light-green--text.text--darken-2 {
      color: #689f38 !important;
      caret-color: #689f38 !important;
    }

    .light-green.darken-3 {
      background-color: #558b2f !important;
      border-color: #558b2f !important;
    }

    .light-green--text.text--darken-3 {
      color: #558b2f !important;
      caret-color: #558b2f !important;
    }

    .light-green.darken-4 {
      background-color: #33691e !important;
      border-color: #33691e !important;
    }

    .light-green--text.text--darken-4 {
      color: #33691e !important;
      caret-color: #33691e !important;
    }

    .light-green.accent-1 {
      background-color: #ccff90 !important;
      border-color: #ccff90 !important;
    }

    .light-green--text.text--accent-1 {
      color: #ccff90 !important;
      caret-color: #ccff90 !important;
    }

    .light-green.accent-2 {
      background-color: #b2ff59 !important;
      border-color: #b2ff59 !important;
    }

    .light-green--text.text--accent-2 {
      color: #b2ff59 !important;
      caret-color: #b2ff59 !important;
    }

    .light-green.accent-3 {
      background-color: #76ff03 !important;
      border-color: #76ff03 !important;
    }

    .light-green--text.text--accent-3 {
      color: #76ff03 !important;
      caret-color: #76ff03 !important;
    }

    .light-green.accent-4 {
      background-color: #64dd17 !important;
      border-color: #64dd17 !important;
    }

    .light-green--text.text--accent-4 {
      color: #64dd17 !important;
      caret-color: #64dd17 !important;
    }

    .lime {
      background-color: #cddc39 !important;
      border-color: #cddc39 !important;
    }

    .lime--text {
      color: #cddc39 !important;
      caret-color: #cddc39 !important;
    }

    .lime.lighten-5 {
      background-color: #f9fbe7 !important;
      border-color: #f9fbe7 !important;
    }

    .lime--text.text--lighten-5 {
      color: #f9fbe7 !important;
      caret-color: #f9fbe7 !important;
    }

    .lime.lighten-4 {
      background-color: #f0f4c3 !important;
      border-color: #f0f4c3 !important;
    }

    .lime--text.text--lighten-4 {
      color: #f0f4c3 !important;
      caret-color: #f0f4c3 !important;
    }

    .lime.lighten-3 {
      background-color: #e6ee9c !important;
      border-color: #e6ee9c !important;
    }

    .lime--text.text--lighten-3 {
      color: #e6ee9c !important;
      caret-color: #e6ee9c !important;
    }

    .lime.lighten-2 {
      background-color: #dce775 !important;
      border-color: #dce775 !important;
    }

    .lime--text.text--lighten-2 {
      color: #dce775 !important;
      caret-color: #dce775 !important;
    }

    .lime.lighten-1 {
      background-color: #d4e157 !important;
      border-color: #d4e157 !important;
    }

    .lime--text.text--lighten-1 {
      color: #d4e157 !important;
      caret-color: #d4e157 !important;
    }

    .lime.darken-1 {
      background-color: #c0ca33 !important;
      border-color: #c0ca33 !important;
    }

    .lime--text.text--darken-1 {
      color: #c0ca33 !important;
      caret-color: #c0ca33 !important;
    }

    .lime.darken-2 {
      background-color: #afb42b !important;
      border-color: #afb42b !important;
    }

    .lime--text.text--darken-2 {
      color: #afb42b !important;
      caret-color: #afb42b !important;
    }

    .lime.darken-3 {
      background-color: #9e9d24 !important;
      border-color: #9e9d24 !important;
    }

    .lime--text.text--darken-3 {
      color: #9e9d24 !important;
      caret-color: #9e9d24 !important;
    }

    .lime.darken-4 {
      background-color: #827717 !important;
      border-color: #827717 !important;
    }

    .lime--text.text--darken-4 {
      color: #827717 !important;
      caret-color: #827717 !important;
    }

    .lime.accent-1 {
      background-color: #f4ff81 !important;
      border-color: #f4ff81 !important;
    }

    .lime--text.text--accent-1 {
      color: #f4ff81 !important;
      caret-color: #f4ff81 !important;
    }

    .lime.accent-2 {
      background-color: #eeff41 !important;
      border-color: #eeff41 !important;
    }

    .lime--text.text--accent-2 {
      color: #eeff41 !important;
      caret-color: #eeff41 !important;
    }

    .lime.accent-3 {
      background-color: #c6ff00 !important;
      border-color: #c6ff00 !important;
    }

    .lime--text.text--accent-3 {
      color: #c6ff00 !important;
      caret-color: #c6ff00 !important;
    }

    .lime.accent-4 {
      background-color: #aeea00 !important;
      border-color: #aeea00 !important;
    }

    .lime--text.text--accent-4 {
      color: #aeea00 !important;
      caret-color: #aeea00 !important;
    }

    .yellow {
      background-color: #ffeb3b !important;
      border-color: #ffeb3b !important;
    }

    .yellow--text {
      color: #ffeb3b !important;
      caret-color: #ffeb3b !important;
    }

    .yellow.lighten-5 {
      background-color: #fffde7 !important;
      border-color: #fffde7 !important;
    }

    .yellow--text.text--lighten-5 {
      color: #fffde7 !important;
      caret-color: #fffde7 !important;
    }

    .yellow.lighten-4 {
      background-color: #fff9c4 !important;
      border-color: #fff9c4 !important;
    }

    .yellow--text.text--lighten-4 {
      color: #fff9c4 !important;
      caret-color: #fff9c4 !important;
    }

    .yellow.lighten-3 {
      background-color: #fff59d !important;
      border-color: #fff59d !important;
    }

    .yellow--text.text--lighten-3 {
      color: #fff59d !important;
      caret-color: #fff59d !important;
    }

    .yellow.lighten-2 {
      background-color: #fff176 !important;
      border-color: #fff176 !important;
    }

    .yellow--text.text--lighten-2 {
      color: #fff176 !important;
      caret-color: #fff176 !important;
    }

    .yellow.lighten-1 {
      background-color: #ffee58 !important;
      border-color: #ffee58 !important;
    }

    .yellow--text.text--lighten-1 {
      color: #ffee58 !important;
      caret-color: #ffee58 !important;
    }

    .yellow.darken-1 {
      background-color: #fdd835 !important;
      border-color: #fdd835 !important;
    }

    .yellow--text.text--darken-1 {
      color: #fdd835 !important;
      caret-color: #fdd835 !important;
    }

    .yellow.darken-2 {
      background-color: #fbc02d !important;
      border-color: #fbc02d !important;
    }

    .yellow--text.text--darken-2 {
      color: #fbc02d !important;
      caret-color: #fbc02d !important;
    }

    .yellow.darken-3 {
      background-color: #f9a825 !important;
      border-color: #f9a825 !important;
    }

    .yellow--text.text--darken-3 {
      color: #f9a825 !important;
      caret-color: #f9a825 !important;
    }

    .yellow.darken-4 {
      background-color: #f57f17 !important;
      border-color: #f57f17 !important;
    }

    .yellow--text.text--darken-4 {
      color: #f57f17 !important;
      caret-color: #f57f17 !important;
    }

    .yellow.accent-1 {
      background-color: #ffff8d !important;
      border-color: #ffff8d !important;
    }

    .yellow--text.text--accent-1 {
      color: #ffff8d !important;
      caret-color: #ffff8d !important;
    }

    .yellow.accent-2 {
      background-color: #ff0 !important;
      border-color: #ff0 !important;
    }

    .yellow--text.text--accent-2 {
      color: #ff0 !important;
      caret-color: #ff0 !important;
    }

    .yellow.accent-3 {
      background-color: #ffea00 !important;
      border-color: #ffea00 !important;
    }

    .yellow--text.text--accent-3 {
      color: #ffea00 !important;
      caret-color: #ffea00 !important;
    }

    .yellow.accent-4 {
      background-color: #ffd600 !important;
      border-color: #ffd600 !important;
    }

    .yellow--text.text--accent-4 {
      color: #ffd600 !important;
      caret-color: #ffd600 !important;
    }

    .amber {
      background-color: #ffc107 !important;
      border-color: #ffc107 !important;
    }

    .amber--text {
      color: #ffc107 !important;
      caret-color: #ffc107 !important;
    }

    .amber.lighten-5 {
      background-color: #fff8e1 !important;
      border-color: #fff8e1 !important;
    }

    .amber--text.text--lighten-5 {
      color: #fff8e1 !important;
      caret-color: #fff8e1 !important;
    }

    .amber.lighten-4 {
      background-color: #ffecb3 !important;
      border-color: #ffecb3 !important;
    }

    .amber--text.text--lighten-4 {
      color: #ffecb3 !important;
      caret-color: #ffecb3 !important;
    }

    .amber.lighten-3 {
      background-color: #ffe082 !important;
      border-color: #ffe082 !important;
    }

    .amber--text.text--lighten-3 {
      color: #ffe082 !important;
      caret-color: #ffe082 !important;
    }

    .amber.lighten-2 {
      background-color: #ffd54f !important;
      border-color: #ffd54f !important;
    }

    .amber--text.text--lighten-2 {
      color: #ffd54f !important;
      caret-color: #ffd54f !important;
    }

    .amber.lighten-1 {
      background-color: #ffca28 !important;
      border-color: #ffca28 !important;
    }

    .amber--text.text--lighten-1 {
      color: #ffca28 !important;
      caret-color: #ffca28 !important;
    }

    .amber.darken-1 {
      background-color: #ffb300 !important;
      border-color: #ffb300 !important;
    }

    .amber--text.text--darken-1 {
      color: #ffb300 !important;
      caret-color: #ffb300 !important;
    }

    .amber.darken-2 {
      background-color: #ffa000 !important;
      border-color: #ffa000 !important;
    }

    .amber--text.text--darken-2 {
      color: #ffa000 !important;
      caret-color: #ffa000 !important;
    }

    .amber.darken-3 {
      background-color: #ff8f00 !important;
      border-color: #ff8f00 !important;
    }

    .amber--text.text--darken-3 {
      color: #ff8f00 !important;
      caret-color: #ff8f00 !important;
    }

    .amber.darken-4 {
      background-color: #ff6f00 !important;
      border-color: #ff6f00 !important;
    }

    .amber--text.text--darken-4 {
      color: #ff6f00 !important;
      caret-color: #ff6f00 !important;
    }

    .amber.accent-1 {
      background-color: #ffe57f !important;
      border-color: #ffe57f !important;
    }

    .amber--text.text--accent-1 {
      color: #ffe57f !important;
      caret-color: #ffe57f !important;
    }

    .amber.accent-2 {
      background-color: #ffd740 !important;
      border-color: #ffd740 !important;
    }

    .amber--text.text--accent-2 {
      color: #ffd740 !important;
      caret-color: #ffd740 !important;
    }

    .amber.accent-3 {
      background-color: #ffc400 !important;
      border-color: #ffc400 !important;
    }

    .amber--text.text--accent-3 {
      color: #ffc400 !important;
      caret-color: #ffc400 !important;
    }

    .amber.accent-4 {
      background-color: #ffab00 !important;
      border-color: #ffab00 !important;
    }

    .amber--text.text--accent-4 {
      color: #ffab00 !important;
      caret-color: #ffab00 !important;
    }

    .orange {
      background-color: #ff9800 !important;
      border-color: #ff9800 !important;
    }

    .orange--text {
      color: #ff9800 !important;
      caret-color: #ff9800 !important;
    }

    .orange.lighten-5 {
      background-color: #fff3e0 !important;
      border-color: #fff3e0 !important;
    }

    .orange--text.text--lighten-5 {
      color: #fff3e0 !important;
      caret-color: #fff3e0 !important;
    }

    .orange.lighten-4 {
      background-color: #ffe0b2 !important;
      border-color: #ffe0b2 !important;
    }

    .orange--text.text--lighten-4 {
      color: #ffe0b2 !important;
      caret-color: #ffe0b2 !important;
    }

    .orange.lighten-3 {
      background-color: #ffcc80 !important;
      border-color: #ffcc80 !important;
    }

    .orange--text.text--lighten-3 {
      color: #ffcc80 !important;
      caret-color: #ffcc80 !important;
    }

    .orange.lighten-2 {
      background-color: #ffb74d !important;
      border-color: #ffb74d !important;
    }

    .orange--text.text--lighten-2 {
      color: #ffb74d !important;
      caret-color: #ffb74d !important;
    }

    .orange.lighten-1 {
      background-color: #ffa726 !important;
      border-color: #ffa726 !important;
    }

    .orange--text.text--lighten-1 {
      color: #ffa726 !important;
      caret-color: #ffa726 !important;
    }

    .orange.darken-1 {
      background-color: #fb8c00 !important;
      border-color: #fb8c00 !important;
    }

    .orange--text.text--darken-1 {
      color: #fb8c00 !important;
      caret-color: #fb8c00 !important;
    }

    .orange.darken-2 {
      background-color: #f57c00 !important;
      border-color: #f57c00 !important;
    }

    .orange--text.text--darken-2 {
      color: #f57c00 !important;
      caret-color: #f57c00 !important;
    }

    .orange.darken-3 {
      background-color: #ef6c00 !important;
      border-color: #ef6c00 !important;
    }

    .orange--text.text--darken-3 {
      color: #ef6c00 !important;
      caret-color: #ef6c00 !important;
    }

    .orange.darken-4 {
      background-color: #e65100 !important;
      border-color: #e65100 !important;
    }

    .orange--text.text--darken-4 {
      color: #e65100 !important;
      caret-color: #e65100 !important;
    }

    .orange.accent-1 {
      background-color: #ffd180 !important;
      border-color: #ffd180 !important;
    }

    .orange--text.text--accent-1 {
      color: #ffd180 !important;
      caret-color: #ffd180 !important;
    }

    .orange.accent-2 {
      background-color: #ffab40 !important;
      border-color: #ffab40 !important;
    }

    .orange--text.text--accent-2 {
      color: #ffab40 !important;
      caret-color: #ffab40 !important;
    }

    .orange.accent-3 {
      background-color: #ff9100 !important;
      border-color: #ff9100 !important;
    }

    .orange--text.text--accent-3 {
      color: #ff9100 !important;
      caret-color: #ff9100 !important;
    }

    .orange.accent-4 {
      background-color: #ff6d00 !important;
      border-color: #ff6d00 !important;
    }

    .orange--text.text--accent-4 {
      color: #ff6d00 !important;
      caret-color: #ff6d00 !important;
    }

    .deep-orange {
      background-color: #ff5722 !important;
      border-color: #ff5722 !important;
    }

    .deep-orange--text {
      color: #ff5722 !important;
      caret-color: #ff5722 !important;
    }

    .deep-orange.lighten-5 {
      background-color: #fbe9e7 !important;
      border-color: #fbe9e7 !important;
    }

    .deep-orange--text.text--lighten-5 {
      color: #fbe9e7 !important;
      caret-color: #fbe9e7 !important;
    }

    .deep-orange.lighten-4 {
      background-color: #ffccbc !important;
      border-color: #ffccbc !important;
    }

    .deep-orange--text.text--lighten-4 {
      color: #ffccbc !important;
      caret-color: #ffccbc !important;
    }

    .deep-orange.lighten-3 {
      background-color: #ffab91 !important;
      border-color: #ffab91 !important;
    }

    .deep-orange--text.text--lighten-3 {
      color: #ffab91 !important;
      caret-color: #ffab91 !important;
    }

    .deep-orange.lighten-2 {
      background-color: #ff8a65 !important;
      border-color: #ff8a65 !important;
    }

    .deep-orange--text.text--lighten-2 {
      color: #ff8a65 !important;
      caret-color: #ff8a65 !important;
    }

    .deep-orange.lighten-1 {
      background-color: #ff7043 !important;
      border-color: #ff7043 !important;
    }

    .deep-orange--text.text--lighten-1 {
      color: #ff7043 !important;
      caret-color: #ff7043 !important;
    }

    .deep-orange.darken-1 {
      background-color: #f4511e !important;
      border-color: #f4511e !important;
    }

    .deep-orange--text.text--darken-1 {
      color: #f4511e !important;
      caret-color: #f4511e !important;
    }

    .deep-orange.darken-2 {
      background-color: #e64a19 !important;
      border-color: #e64a19 !important;
    }

    .deep-orange--text.text--darken-2 {
      color: #e64a19 !important;
      caret-color: #e64a19 !important;
    }

    .deep-orange.darken-3 {
      background-color: #d84315 !important;
      border-color: #d84315 !important;
    }

    .deep-orange--text.text--darken-3 {
      color: #d84315 !important;
      caret-color: #d84315 !important;
    }

    .deep-orange.darken-4 {
      background-color: #bf360c !important;
      border-color: #bf360c !important;
    }

    .deep-orange--text.text--darken-4 {
      color: #bf360c !important;
      caret-color: #bf360c !important;
    }

    .deep-orange.accent-1 {
      background-color: #ff9e80 !important;
      border-color: #ff9e80 !important;
    }

    .deep-orange--text.text--accent-1 {
      color: #ff9e80 !important;
      caret-color: #ff9e80 !important;
    }

    .deep-orange.accent-2 {
      background-color: #ff6e40 !important;
      border-color: #ff6e40 !important;
    }

    .deep-orange--text.text--accent-2 {
      color: #ff6e40 !important;
      caret-color: #ff6e40 !important;
    }

    .deep-orange.accent-3 {
      background-color: #ff3d00 !important;
      border-color: #ff3d00 !important;
    }

    .deep-orange--text.text--accent-3 {
      color: #ff3d00 !important;
      caret-color: #ff3d00 !important;
    }

    .deep-orange.accent-4 {
      background-color: #dd2c00 !important;
      border-color: #dd2c00 !important;
    }

    .deep-orange--text.text--accent-4 {
      color: #dd2c00 !important;
      caret-color: #dd2c00 !important;
    }

    .brown {
      background-color: #795548 !important;
      border-color: #795548 !important;
    }

    .brown--text {
      color: #795548 !important;
      caret-color: #795548 !important;
    }

    .brown.lighten-5 {
      background-color: #efebe9 !important;
      border-color: #efebe9 !important;
    }

    .brown--text.text--lighten-5 {
      color: #efebe9 !important;
      caret-color: #efebe9 !important;
    }

    .brown.lighten-4 {
      background-color: #d7ccc8 !important;
      border-color: #d7ccc8 !important;
    }

    .brown--text.text--lighten-4 {
      color: #d7ccc8 !important;
      caret-color: #d7ccc8 !important;
    }

    .brown.lighten-3 {
      background-color: #bcaaa4 !important;
      border-color: #bcaaa4 !important;
    }

    .brown--text.text--lighten-3 {
      color: #bcaaa4 !important;
      caret-color: #bcaaa4 !important;
    }

    .brown.lighten-2 {
      background-color: #a1887f !important;
      border-color: #a1887f !important;
    }

    .brown--text.text--lighten-2 {
      color: #a1887f !important;
      caret-color: #a1887f !important;
    }

    .brown.lighten-1 {
      background-color: #8d6e63 !important;
      border-color: #8d6e63 !important;
    }

    .brown--text.text--lighten-1 {
      color: #8d6e63 !important;
      caret-color: #8d6e63 !important;
    }

    .brown.darken-1 {
      background-color: #6d4c41 !important;
      border-color: #6d4c41 !important;
    }

    .brown--text.text--darken-1 {
      color: #6d4c41 !important;
      caret-color: #6d4c41 !important;
    }

    .brown.darken-2 {
      background-color: #5d4037 !important;
      border-color: #5d4037 !important;
    }

    .brown--text.text--darken-2 {
      color: #5d4037 !important;
      caret-color: #5d4037 !important;
    }

    .brown.darken-3 {
      background-color: #4e342e !important;
      border-color: #4e342e !important;
    }

    .brown--text.text--darken-3 {
      color: #4e342e !important;
      caret-color: #4e342e !important;
    }

    .brown.darken-4 {
      background-color: #3e2723 !important;
      border-color: #3e2723 !important;
    }

    .brown--text.text--darken-4 {
      color: #3e2723 !important;
      caret-color: #3e2723 !important;
    }

    .blue-grey {
      background-color: #607d8b !important;
      border-color: #607d8b !important;
    }

    .blue-grey--text {
      color: #607d8b !important;
      caret-color: #607d8b !important;
    }

    .blue-grey.lighten-5 {
      background-color: #eceff1 !important;
      border-color: #eceff1 !important;
    }

    .blue-grey--text.text--lighten-5 {
      color: #eceff1 !important;
      caret-color: #eceff1 !important;
    }

    .blue-grey.lighten-4 {
      background-color: #cfd8dc !important;
      border-color: #cfd8dc !important;
    }

    .blue-grey--text.text--lighten-4 {
      color: #cfd8dc !important;
      caret-color: #cfd8dc !important;
    }

    .blue-grey.lighten-3 {
      background-color: #b0bec5 !important;
      border-color: #b0bec5 !important;
    }

    .blue-grey--text.text--lighten-3 {
      color: #b0bec5 !important;
      caret-color: #b0bec5 !important;
    }

    .blue-grey.lighten-2 {
      background-color: #90a4ae !important;
      border-color: #90a4ae !important;
    }

    .blue-grey--text.text--lighten-2 {
      color: #90a4ae !important;
      caret-color: #90a4ae !important;
    }

    .blue-grey.lighten-1 {
      background-color: #78909c !important;
      border-color: #78909c !important;
    }

    .blue-grey--text.text--lighten-1 {
      color: #78909c !important;
      caret-color: #78909c !important;
    }

    .blue-grey.darken-1 {
      background-color: #546e7a !important;
      border-color: #546e7a !important;
    }

    .blue-grey--text.text--darken-1 {
      color: #546e7a !important;
      caret-color: #546e7a !important;
    }

    .blue-grey.darken-2 {
      background-color: #455a64 !important;
      border-color: #455a64 !important;
    }

    .blue-grey--text.text--darken-2 {
      color: #455a64 !important;
      caret-color: #455a64 !important;
    }

    .blue-grey.darken-3 {
      background-color: #37474f !important;
      border-color: #37474f !important;
    }

    .blue-grey--text.text--darken-3 {
      color: #37474f !important;
      caret-color: #37474f !important;
    }

    .blue-grey.darken-4 {
      background-color: #263238 !important;
      border-color: #263238 !important;
    }

    .blue-grey--text.text--darken-4 {
      color: #263238 !important;
      caret-color: #263238 !important;
    }

    .grey {
      background-color: #9e9e9e !important;
      border-color: #9e9e9e !important;
    }

    .grey--text {
      color: #9e9e9e !important;
      caret-color: #9e9e9e !important;
    }

    .grey.lighten-5 {
      background-color: #fafafa !important;
      border-color: #fafafa !important;
    }

    .grey--text.text--lighten-5 {
      color: #fafafa !important;
      caret-color: #fafafa !important;
    }

    .grey.lighten-4 {
      background-color: #f5f5f5 !important;
      border-color: #f5f5f5 !important;
    }

    .grey--text.text--lighten-4 {
      color: #f5f5f5 !important;
      caret-color: #f5f5f5 !important;
    }

    .grey.lighten-3 {
      background-color: #eee !important;
      border-color: #eee !important;
    }

    .grey--text.text--lighten-3 {
      color: #eee !important;
      caret-color: #eee !important;
    }

    .grey.lighten-2 {
      background-color: #e0e0e0 !important;
      border-color: #e0e0e0 !important;
    }

    .grey--text.text--lighten-2 {
      color: #e0e0e0 !important;
      caret-color: #e0e0e0 !important;
    }

    .grey.lighten-1 {
      background-color: #bdbdbd !important;
      border-color: #bdbdbd !important;
    }

    .grey--text.text--lighten-1 {
      color: #bdbdbd !important;
      caret-color: #bdbdbd !important;
    }

    .grey.darken-1 {
      background-color: #757575 !important;
      border-color: #757575 !important;
    }

    .grey--text.text--darken-1 {
      color: #757575 !important;
      caret-color: #757575 !important;
    }

    .grey.darken-2 {
      background-color: #616161 !important;
      border-color: #616161 !important;
    }

    .grey--text.text--darken-2 {
      color: #616161 !important;
      caret-color: #616161 !important;
    }

    .grey.darken-3 {
      background-color: #424242 !important;
      border-color: #424242 !important;
    }

    .grey--text.text--darken-3 {
      color: #424242 !important;
      caret-color: #424242 !important;
    }

    .grey.darken-4 {
      background-color: #212121 !important;
      border-color: #212121 !important;
    }

    .grey--text.text--darken-4 {
      color: #212121 !important;
      caret-color: #212121 !important;
    }

    .shades.black {
      background-color: #000 !important;
      border-color: #000 !important;
    }

    .shades--text.text--black {
      color: #000 !important;
      caret-color: #000 !important;
    }

    .shades.white {
      background-color: #fff !important;
      border-color: #fff !important;
    }

    .shades--text.text--white {
      color: #fff !important;
      caret-color: #fff !important;
    }

    .shades.transparent {
      background-color: transparent !important;
      border-color: transparent !important;
    }

    .shades--text.text--transparent {
      color: transparent !important;
      caret-color: transparent !important;
    }

    .elevation-0 {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-1 {
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-2 {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-3 {
      -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-4 {
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-5 {
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-6 {
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-7 {
      -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-8 {
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-9 {
      -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-10 {
      -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-11 {
      -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-12 {
      -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-13 {
      -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-14 {
      -webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-15 {
      -webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-16 {
      -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-17 {
      -webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-18 {
      -webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-19 {
      -webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-20 {
      -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-21 {
      -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-22 {
      -webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-23 {
      -webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-24 {
      -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
    }

    html {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow-y: scroll;
      /* All browsers without overlaying scrollbars */
      -webkit-text-size-adjust: 100%;
      /* iOS 8+ */
    }

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

    ::before,
    ::after {
      text-decoration: inherit;
      /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
      vertical-align: inherit;
    }

    * {
      background-repeat: no-repeat;
      /* Set `background-repeat: no-repeat` to all elements */
      padding: 0;
      /* Reset `padding` and `margin` of all elements */
      margin: 0;
    }

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

    hr {
      overflow: visible;
      /* Show the overflow in Edge and IE */
    }

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

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

    small {
      font-size: 80%;
      /* Set font-size to 80% in `small` elements */
    }

    [hidden],
    template {
      display: none;
      /* Add the correct display in IE */
    }

    abbr[title] {
      border-bottom: 1px dotted;
      /* Add a bordered underline effect in all browsers */
      text-decoration: none;
      /* Remove text decoration in Firefox 40+ */
    }

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

    a:active,
    a:hover {
      outline-width: 0;
      /* Remove the outline when hovering in all browsers */
    }

    code,
    kbd,
    pre,
    samp {
      font-family: monospace, monospace;
      /* Specify the font family of code elements */
    }

    b,
    strong {
      font-weight: bolder;
      /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
    }

    dfn {
      font-style: italic;
      /* Address styling not present in Safari and Chrome */
    }

    mark {
      background-color: #ff0;
      color: #000;
    }

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

    sub {
      bottom: -0.25em;
    }

    sup {
      top: -0.5em;
    }

    input {
      border-radius: 0;
    }

    button,
    [type="button"],
    [type="reset"],
    [type="submit"],
    [role="button"] {
      cursor: pointer;
    }

    [disabled] {
      cursor: default;
    }

    [type="number"] {
      width: auto;
      /* Firefox 36+ */
    }

    [type="search"] {
      -webkit-appearance: textfield;
      /* Safari 8+ */
    }

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

    textarea {
      overflow: auto;
      /* Internet Explorer 11+ */
      resize: vertical;
      /* Specify textarea resizability */
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      font: inherit;
      /* Specify font inheritance of form elements */
    }

    optgroup {
      font-weight: bold;
      /* Restore the font weight unset by the previous rule. */
    }

    button {
      overflow: visible;
      /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
    }

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

    button:-moz-focusring,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
      outline: 0;
      border: 0;
    }

    button,
    html [type="button"],
    [type="reset"],
    [type="submit"] {
      -webkit-appearance: button;
      /* Correct the inability to style clickable types in iOS */
    }

    button,
    select {
      text-transform: none;
      /* Firefox 40+, Internet Explorer 11- */
    }

    button,
    input,
    select,
    textarea {
      background-color: transparent;
      border-style: none;
      color: inherit;
    }

    select {
      -moz-appearance: none;
      /* Firefox 36+ */
      -webkit-appearance: none;
      /* Chrome 41+ */
    }

    select::-ms-expand {
      display: none;
      /* Internet Explorer 11+ */
    }

    select::-ms-value {
      color: currentColor;
      /* Internet Explorer 11+ */
    }

    legend {
      border: 0;
      /* Correct `color` not being inherited in IE 8/9/10/11 */
      color: inherit;
      /* Correct the color inheritance from `fieldset` elements in IE */
      display: table;
      /* Correct the text wrapping in Edge and IE */
      max-width: 100%;
      /* Correct the text wrapping in Edge and IE */
      white-space: normal;
      /* Correct the text wrapping in Edge and IE */
    }

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

    [type="search"] {
      -webkit-appearance: textfield;
      /* Correct the odd appearance in Chrome and Safari */
      outline-offset: -2px;
      /* Correct the outline style in Safari */
    }

    img {
      border-style: none;
      /* Remove border when inside `a` element in IE 8/9/10 */
    }

    progress {
      vertical-align: baseline;
    }

    svg:not(:root) {
      overflow: hidden;
      /* Internet Explorer 11- */
    }

    audio,
    canvas,
    progress,
    video {
      display: inline-block;
      /* Internet Explorer 11+, Windows Phone 8.1+ */
    }

    @media screen {
      [hidden~="screen"] {
        display: inherit;
      }

      [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
      }
    }

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

    [aria-controls] {
      cursor: pointer;
    }

    [aria-disabled] {
      cursor: default;
    }

    ::-moz-selection {
      background-color: #b3d4fc;
      /* Required when declaring ::selection */
      color: #000;
      text-shadow: none;
    }

    ::selection {
      background-color: #b3d4fc;
      /* Required when declaring ::selection */
      color: #000;
      text-shadow: none;
    }

    .bottom-sheet-transition-enter {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .bottom-sheet-transition-leave-to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .carousel-transition-enter {
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .carousel-transition-leave,
    .carousel-transition-leave-to {
      position: absolute;
      top: 0;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .carousel-reverse-transition-enter {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .carousel-reverse-transition-leave,
    .carousel-reverse-transition-leave-to {
      position: absolute;
      top: 0;
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .dialog-transition-enter,
    .dialog-transition-leave-to {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }

    .dialog-transition-enter-to,
    .dialog-transition-leave {
      opacity: 1;
    }

    .dialog-bottom-transition-enter,
    .dialog-bottom-transition-leave-to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .picker-transition-enter-active,
    .picker-reverse-transition-enter-active,
    .picker-transition-leave-active,
    .picker-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .picker-transition-enter,
    .picker-reverse-transition-enter,
    .picker-transition-leave-to,
    .picker-reverse-transition-leave-to {
      opacity: 0;
    }

    .picker-transition-leave,
    .picker-reverse-transition-leave,
    .picker-transition-leave-active,
    .picker-reverse-transition-leave-active,
    .picker-transition-leave-to,
    .picker-reverse-transition-leave-to {
      position: absolute !important;
    }

    .picker-transition-enter {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }

    .picker-transition-leave-to {
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
    }

    .picker-reverse-transition-enter {
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
    }

    .picker-reverse-transition-leave-to {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }

    .picker-title-transition-enter-to,
    .picker-title-transition-leave {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    .picker-title-transition-enter {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .picker-title-transition-leave-to {
      opacity: 0;
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .picker-title-transition-leave,
    .picker-title-transition-leave-to,
    .picker-title-transition-leave-active {
      position: absolute !important;
    }

    .tab-transition-enter {
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .tab-transition-leave,
    .tab-transition-leave-active {
      position: absolute;
      top: 0;
    }

    .tab-transition-leave-to {
      position: absolute;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .tab-reverse-transition-enter {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .tab-reverse-transition-leave,
    .tab-reverse-transition-leave-to {
      top: 0;
      position: absolute;
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .expand-transition-enter-active,
    .expand-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .expand-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .expand-x-transition-enter-active,
    .expand-x-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .expand-x-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scale-transition-enter-active,
    .scale-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scale-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scale-transition-enter,
    .scale-transition-leave,
    .scale-transition-leave-to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    .message-transition-enter-active,
    .message-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .message-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .message-transition-enter,
    .message-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .message-transition-leave,
    .message-transition-leave-active {
      position: absolute;
    }

    .slide-y-transition-enter-active,
    .slide-y-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-y-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-y-transition-enter,
    .slide-y-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .slide-y-reverse-transition-enter-active,
    .slide-y-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-y-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-y-reverse-transition-enter,
    .slide-y-reverse-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }

    .scroll-y-transition-enter-active,
    .scroll-y-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-y-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-y-transition-enter,
    .scroll-y-transition-leave-to {
      opacity: 0;
    }

    .scroll-y-transition-enter {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .scroll-y-transition-leave-to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }

    .scroll-y-reverse-transition-enter-active,
    .scroll-y-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-y-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-y-reverse-transition-enter,
    .scroll-y-reverse-transition-leave-to {
      opacity: 0;
    }

    .scroll-y-reverse-transition-enter {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }

    .scroll-y-reverse-transition-leave-to {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .scroll-x-transition-enter-active,
    .scroll-x-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-x-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-x-transition-enter,
    .scroll-x-transition-leave-to {
      opacity: 0;
    }

    .scroll-x-transition-enter {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }

    .scroll-x-transition-leave-to {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }

    .scroll-x-reverse-transition-enter-active,
    .scroll-x-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-x-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-x-reverse-transition-enter,
    .scroll-x-reverse-transition-leave-to {
      opacity: 0;
    }

    .scroll-x-reverse-transition-enter {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }

    .scroll-x-reverse-transition-leave-to {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }

    .slide-x-transition-enter-active,
    .slide-x-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-x-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-x-transition-enter,
    .slide-x-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }

    .slide-x-reverse-transition-enter-active,
    .slide-x-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-x-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-x-reverse-transition-enter,
    .slide-x-reverse-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }

    .fade-transition-enter-active,
    .fade-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .fade-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .fade-transition-enter,
    .fade-transition-leave-to {
      opacity: 0;
    }

    .fab-transition-enter-active,
    .fab-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .fab-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .fab-transition-enter,
    .fab-transition-leave-to {
      -webkit-transform: scale(0) rotate(-45deg);
      transform: scale(0) rotate(-45deg);
    }

    .blockquote {
      padding: 16px 0 16px 24px;
      font-size: 18px;
      font-weight: 300;
    }

    code,
    kbd {
      display: inline-block;
      border-radius: 3px;
      white-space: pre-wrap;
      font-size: 85%;
      font-weight: 900;
    }

    code:after,
    kbd:after,
    code:before,
    kbd:before {
      content: "\A0";
      letter-spacing: -1px;
    }

    code {
      background-color: #f5f5f5;
      color: #bd4147;
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    }

    kbd {
      background: #616161;
      color: #fff;
    }

    html {
      font-size: 14px;
      overflow-x: hidden;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .application {
      font-family: 'Roboto', sans-serif;
      line-height: 1.5;
    }

    ::-ms-clear,
    ::-ms-reveal {
      display: none;
    }

    ul,
    ol {
      padding-left: 24px;
    }

    .display-4 {
      font-size: 112px !important;
      font-weight: 300;
      line-height: 1 !important;
      letter-spacing: -0.04em !important;
      font-family: 'Roboto', sans-serif !important;
    }

    .display-3 {
      font-size: 56px !important;
      font-weight: 400;
      line-height: 1.35 !important;
      letter-spacing: -0.02em !important;
      font-family: 'Roboto', sans-serif !important;
    }

    .display-2 {
      font-size: 45px !important;
      font-weight: 400;
      line-height: 48px !important;
      letter-spacing: normal !important;
      font-family: 'Roboto', sans-serif !important;
    }

    .display-1 {
      font-size: 34px !important;
      font-weight: 400;
      line-height: 40px !important;
      letter-spacing: normal !important;
      font-family: 'Roboto', sans-serif !important;
    }

    .headline {
      font-size: 22px !important;
      font-weight: 400;
      line-height: 32px !important;
      letter-spacing: normal !important;
      font-family: 'Roboto', sans-serif !important;
    }
	
    .headline-ln {
      font-size: 20px !important;
      font-weight: 400;
      line-height: 32px !important;
      letter-spacing: normal !important;
      font-family: 'Roboto', sans-serif !important;
    }	

    .title {
      font-size: 20px !important;
      font-weight: 500;
      line-height: 1 !important;
      letter-spacing: 0.02em !important;
      font-family: 'Roboto', sans-serif !important;
    }

    .subheading {
      font-size: 16px !important;
      font-weight: 400;
    }

    .body-2 {
      font-size: 14px !important;
      font-weight: 500;
    }

    .body-1 {
      font-size: 14px !important;
      font-weight: 400;
    }

    .caption {
      font-size: 12px !important;
      font-weight: 400;
    }

    p {
      margin-bottom: 16px;
    }

    @media only print {
      .hidden-print-only {
        display: none !important;
      }
    }

    @media only screen {
      .hidden-screen-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 599px) {
      .hidden-xs-only {
        display: none !important;
      }
    }

    @media only screen and (min-width: 600px) and (max-width: 959px) {
      .hidden-sm-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 959px) {
      .hidden-sm-and-down {
        display: none !important;
      }
    }

    @media only screen and (min-width: 600px) {
      .hidden-sm-and-up {
        display: none !important;
      }
    }

    @media only screen and (min-width: 960px) and (max-width: 1263px) {
      .hidden-md-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 1263px) {
      .hidden-md-and-down {
        display: none !important;
      }
    }

    @media only screen and (min-width: 960px) {
      .hidden-md-and-up {
        display: none !important;
      }
    }

    @media only screen and (min-width: 1264px) and (max-width: 1903px) {
      .hidden-lg-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 1903px) {
      .hidden-lg-and-down {
        display: none !important;
      }
    }

    @media only screen and (min-width: 1264px) {
      .hidden-lg-and-up {
        display: none !important;
      }
    }

    @media only screen and (min-width: 1904px) {
      .hidden-xl-only {
        display: none !important;
      }
    }

    .overflow-hidden {
      overflow: hidden;
    }

    .overflow-x-hidden {
      overflow-x: hidden;
    }

    .overflow-y-hidden {
      overflow-y: hidden;
    }

    .right {
      float: right !important;
    }

    .left {
      float: left !important;
    }

    .ma-auto {
      margin-top: auto !important;
      margin-right: auto !important;
      margin-bottom: auto !important;
      margin-left: auto !important;
    }

    .my-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }

    .mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .mt-auto {
      margin-top: auto !important;
    }

    .mr-auto {
      margin-right: auto !important;
    }

    .mb-auto {
      margin-bottom: auto !important;
    }

    .ml-auto {
      margin-left: auto !important;
    }

    .ma-0 {
      margin: 0 0 !important;
    }

    .my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    .mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .mt-0 {
      margin-top: 0 !important;
    }

    .mr-0 {
      margin-right: 0 !important;
    }

    .mb-0 {
      margin-bottom: 0 !important;
    }

    .ml-0 {
      margin-left: 0 !important;
    }

    .pa-0 {
      padding: 0 0 !important;
    }

    .py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .pt-0 {
      padding-top: 0 !important;
    }

    .pr-0 {
      padding-right: 0 !important;
    }

    .pb-0 {
      padding-bottom: 0 !important;
    }

    .pl-0 {
      padding-left: 0 !important;
    }

    .ma-1 {
      margin: 4px 4px !important;
    }

    .my-1 {
      margin-top: 4px !important;
      margin-bottom: 4px !important;
    }

    .mx-1 {
      margin-left: 4px !important;
      margin-right: 4px !important;
    }

    .mt-1 {
      margin-top: 4px !important;
    }

    .mr-1 {
      margin-right: 4px !important;
    }

    .mb-1 {
      margin-bottom: 4px !important;
    }

    .ml-1 {
      margin-left: 4px !important;
    }

    .pa-1 {
      padding: 4px 4px !important;
    }

    .py-1 {
      padding-top: 4px !important;
      padding-bottom: 4px !important;
    }

    .px-1 {
      padding-left: 4px !important;
      padding-right: 4px !important;
    }

    .pt-1 {
      padding-top: 4px !important;
    }

    .pr-1 {
      padding-right: 4px !important;
    }

    .pb-1 {
      padding-bottom: 4px !important;
    }

    .pl-1 {
      padding-left: 4px !important;
    }

    .ma-2 {
      margin: 8px 8px !important;
    }

    .my-2 {
      margin-top: 8px !important;
      margin-bottom: 8px !important;
    }

    .mx-2 {
      margin-left: 8px !important;
      margin-right: 8px !important;
    }

    .mt-2 {
      margin-top: 8px !important;
    }

    .mr-2 {
      margin-right: 8px !important;
    }

    .mb-2 {
      margin-bottom: 8px !important;
    }

    .ml-2 {
      margin-left: 8px !important;
    }

    .pa-2 {
      padding: 8px 8px !important;
    }

    .py-2 {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
    }

    .px-2 {
      padding-left: 8px !important;
      padding-right: 8px !important;
    }

    .pt-2 {
      padding-top: 8px !important;
    }

    .pr-2 {
      padding-right: 8px !important;
    }

    .pb-2 {
      padding-bottom: 8px !important;
    }

    .pl-2 {
      padding-left: 8px !important;
    }

    .ma-3 {
      margin: 16px 16px !important;
    }

    .my-3 {
      margin-top: 16px !important;
      margin-bottom: 16px !important;
    }

    .mx-3 {
      margin-left: 16px !important;
      margin-right: 16px !important;
    }

    .mt-3 {
      margin-top: 16px !important;
    }

    .mr-3 {
      margin-right: 16px !important;
    }

    .mb-3 {
      margin-bottom: 16px !important;
    }

    .ml-3 {
      margin-left: 16px !important;
    }

    .pa-3 {
      padding: 16px 16px !important;
    }

    .py-3 {
      padding-top: 16px !important;
      padding-bottom: 16px !important;
    }

    .px-3 {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .pt-3 {
      padding-top: 8px !important;
    }

    .pr-3 {
      padding-right: 16px !important;
    }

    .pb-3 {
      padding-bottom: 16px !important;
    }

    .pl-3 {
      padding-left: 16px !important;
    }

    .ma-4 {
      margin: 24px 24px !important;
    }

    .my-4 {
      margin-top: 24px !important;
      margin-bottom: 24px !important;
    }

    .mx-4 {
      margin-left: 24px !important;
      margin-right: 24px !important;
    }

    .mt-4 {
      margin-top: 24px !important;
    }

    .mr-4 {
      margin-right: 24px !important;
    }

    .mb-4 {
      margin-bottom: 24px !important;
    }

    .ml-4 {
      margin-left: 24px !important;
    }

    .pa-4 {
      padding: 24px 24px !important;
    }

    .py-4 {
      padding-top: 24px !important;
      padding-bottom: 24px !important;
    }

    .px-4 {
      padding-left: 24px !important;
      padding-right: 24px !important;
    }

    .pt-4 {
      padding-top: 24px !important;
    }

    .pr-4 {
      padding-right: 24px !important;
    }

    .pb-4 {
      padding-bottom: 24px !important;
    }

    .pl-4 {
      padding-left: 24px !important;
    }

    .ma-5 {
      margin: 48px 48px !important;
    }

    .my-5 {
      margin-top: 48px !important;
      margin-bottom: 48px !important;
    }

    .mx-5 {
      margin-left: 48px !important;
      margin-right: 48px !important;
    }

    .mt-5 {
      margin-top: 48px !important;
    }

    .mr-5 {
      margin-right: 48px !important;
    }

    .mb-5 {
      margin-bottom: 48px !important;
    }

    .ml-5 {
      margin-left: 48px !important;
    }

    .pa-5 {
      padding: 48px 48px !important;
    }

    .py-5 {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .px-5 {
      padding-left: 48px !important;
      padding-right: 48px !important;
    }

    .pt-5 {
      padding-top: 48px !important;
    }

    .pr-5 {
      padding-right: 48px !important;
    }

    .pb-5 {
      padding-bottom: 48px !important;
    }

    .pl-5 {
      padding-left: 48px !important;
    }

    @media all and (min-width: 0) {
      .text-xs-left {
        text-align: left !important;
      }

      .text-xs-center {
        text-align: center !important;
      }

      .text-xs-right {
        text-align: right !important;
      }

      .text-xs-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 600px) {
      .text-sm-left {
        text-align: left !important;
      }

      .text-sm-center {
        text-align: center !important;
      }

      .text-sm-right {
        text-align: right !important;
      }

      .text-sm-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 960px) {
      .text-md-left {
        text-align: left !important;
      }

      .text-md-center {
        text-align: center !important;
      }

      .text-md-right {
        text-align: right !important;
      }

      .text-md-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 1264px) {
      .text-lg-left {
        text-align: left !important;
      }

      .text-lg-center {
        text-align: center !important;
      }

      .text-lg-right {
        text-align: right !important;
      }

      .text-lg-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 1904px) {
      .text-xl-left {
        text-align: left !important;
      }

      .text-xl-center {
        text-align: center !important;
      }

      .text-xl-right {
        text-align: right !important;
      }

      .text-xl-justify {
        text-align: justify !important;
      }
    }

    .font-weight-thin {
      font-weight: 100 !important;
    }

    .font-weight-light {
      font-weight: 300 !important;
    }

    .font-weight-regular {
      font-weight: 400 !important;
    }

    .font-weight-medium {
      font-weight: 500 !important;
    }

    .font-weight-bold {
      font-weight: 700 !important;
    }

    .font-weight-black {
      font-weight: 900 !important;
    }

    .font-italic {
      font-style: italic !important;
    }

    .text-capitalize {
      text-transform: capitalize !important;
    }

    .text-lowercase {
      text-transform: lowercase !important;
    }

    .text-none {
      text-transform: none !important;
    }

    .text-uppercase {
      text-transform: uppercase !important;
    }

    .text-no-wrap {
      white-space: nowrap !important;
    }

    .text-truncate {
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      line-height: 1.1 !important;
    }

    .transition-fast-out-slow-in {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .transition-linear-out-slow-in {
      -webkit-transition: 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
      transition: 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
    }

    .transition-fast-out-linear-in {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1) !important;
      transition: 0.3s cubic-bezier(0.4, 0, 1, 1) !important;
    }

    .transition-ease-in-out {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
      transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
    }

    .transition-fast-in-fast-out {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    }

    .transition-swing {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
    }
  </style>
  <style type="text/css">
    /* open-sans-300 - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 300;
      src: url(fonts/open-sans-v16-latin-300.e348323f.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/open-sans-v16-latin-300.e348323f.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-300.24f7b094.woff2) format('woff2'), url(fonts/open-sans-v16-latin-300.a7622f60.woff) format('woff'), url(fonts/open-sans-v16-latin-300.73a1b98b.ttf) format('truetype'), url(static/img/open-sans-v16-latin-300.27ef0b06.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-300italic - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 300;
      src: url(fonts/open-sans-v16-latin-300italic.b3257f90.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(fonts/open-sans-v16-latin-300italic.b3257f90.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-300italic.6725c3fb.woff2) format('woff2'), url(fonts/open-sans-v16-latin-300italic.793b1237.woff) format('woff'), url(fonts/open-sans-v16-latin-300italic.a6045fa7.ttf) format('truetype'), url(static/img/open-sans-v16-latin-300italic.c0a3320c.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-regular - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      src: url(fonts/open-sans-v16-latin-regular.5f4d4bc1.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans Regular'), local('OpenSans-Regular'), url(fonts/open-sans-v16-latin-regular.5f4d4bc1.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-regular.33543c5c.woff2) format('woff2'), url(fonts/open-sans-v16-latin-regular.de0869e3.woff) format('woff'), url(fonts/open-sans-v16-latin-regular.049a929c.ttf) format('truetype'), url(static/img/open-sans-v16-latin-regular.7aab4c13.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-italic - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 400;
      src: url(fonts/open-sans-v16-latin-italic.099f3e08.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/open-sans-v16-latin-italic.099f3e08.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-italic.b61a9055.woff2) format('woff2'), url(fonts/open-sans-v16-latin-italic.06b4bfda.woff) format('woff'), url(fonts/open-sans-v16-latin-italic.a038c4d5.ttf) format('truetype'), url(static/img/open-sans-v16-latin-italic.fd2ba750.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-600 - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      src: url(fonts/open-sans-v16-latin-600.ddacaf4a.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(fonts/open-sans-v16-latin-600.ddacaf4a.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-600.819af3d3.woff2) format('woff2'), url(font/open-sans-v16-latin-600.449d681c.woff) format('woff'), url(fonts/open-sans-v16-latin-600.8f712814.ttf) format('truetype'), url(static/img/open-sans-v16-latin-600.e16f375b.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-600italic - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 600;
      src: url(fonts/open-sans-v16-latin-600italic.30e948e4.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(fonts/open-sans-v16-latin-600italic.30e948e4.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-600italic.ebdfa24c.woff2) format('woff2'), url(fonts/open-sans-v16-latin-600italic.56e5756b.woff) format('woff'), url(fonts/open-sans-v16-latin-600italic.fa18d9f5.ttf) format('truetype'), url(static/img/open-sans-v16-latin-600italic.5eb91803.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-700 - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      src: url(fonts/open-sans-v16-latin-700.fc0dbb2e.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/open-sans-v16-latin-700.fc0dbb2e.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-700.0edb7628.woff2) format('woff2'), url(fonts/open-sans-v16-latin-700.1f85e92d.woff) format('woff'), url(fonts/open-sans-v16-latin-700.e5111cab.ttf) format('truetype'), url(static/img/open-sans-v16-latin-700.2e00b263.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-700italic - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 700;
      src: url(fonts/open-sans-v16-latin-700italic.b738a409.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(fonts/open-sans-v16-latin-700italic.b738a409.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-700italic.a49393f2.woff2) format('woff2'), url(fonts/open-sans-v16-latin-700italic.bf72679c.woff) format('woff'), url(fonts/open-sans-v16-latin-700italic.362461ff.ttf) format('truetype'), url(static/img/open-sans-v16-latin-700italic.f445cf25.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-800 - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 800;
      src: url(fonts/open-sans-v16-latin-800.b48d8065.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(fonts/open-sans-v16-latin-800.b48d8065.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-800.ab3e500e.woff2) format('woff2'), url(fonts/open-sans-v16-latin-800.05ebdbe1.woff) format('woff'), url(fonts/open-sans-v16-latin-800.67a97b77.ttf) format('truetype'), url(static/img/open-sans-v16-latin-800.926d4d12.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }

    /* open-sans-800italic - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 800;
      src: url(fonts/open-sans-v16-latin-800italic.26bf7113.eot);
      /* IE9 Compat Modes */
      src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(fonts/open-sans-v16-latin-800italic.26bf7113.eot?#iefix) format('embedded-opentype'), url(fonts/open-sans-v16-latin-800italic.c62c3eea.woff2) format('woff2'), url(fonts/open-sans-v16-latin-800italic.92da6f11.woff) format('woff'), url(fonts/open-sans-v16-latin-800italic.5d6187a1.ttf) format('truetype'), url(static/img/open-sans-v16-latin-800italic.ca67d5b1.svg#OpenSans) format('svg');
      /* Legacy iOS */
    }
  </style>
  <style type="text/css">
    /*
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
    .fa,
    .fas,
    .far,
    .fal,
    .fad,
    .fab {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
    }

    .fa-lg {
      font-size: 1.33333em;
      line-height: 0.75em;
      vertical-align: -0.0667em;
    }

    .fa-xs {
      font-size: 0.75em;
    }

    .fa-sm {
      font-size: 0.875em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fa-li {
      left: -2em;
      position: absolute;
      text-align: center;
      width: 2em;
      line-height: inherit;
    }

    .fa-border {
      border: solid 0.08em #eee;
      border-radius: 0.1em;
      padding: 0.2em 0.25em 0.15em;
    }

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

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

    .fa.fa-pull-left,
    .fas.fa-pull-left,
    .far.fa-pull-left,
    .fal.fa-pull-left,
    .fab.fa-pull-left {
      margin-right: 0.3em;
    }

    .fa.fa-pull-right,
    .fas.fa-pull-right,
    .far.fa-pull-right,
    .fal.fa-pull-right,
    .fab.fa-pull-right {
      margin-left: 0.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(360deg);
        transform: rotate(360deg);
      }
    }

    .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);
    }

    .fa-flip-both,
    .fa-flip-horizontal.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,
    :root .fa-flip-both {
      -webkit-filter: none;
      filter: none;
    }

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

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

    .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-500px:before {
      content: "\F26E";
    }

    .fa-accessible-icon:before {
      content: "\F368";
    }

    .fa-accusoft:before {
      content: "\F369";
    }

    .fa-acquisitions-incorporated:before {
      content: "\F6AF";
    }

    .fa-ad:before {
      content: "\F641";
    }

    .fa-address-book:before {
      content: "\F2B9";
    }

    .fa-address-card:before {
      content: "\F2BB";
    }

    .fa-adjust:before {
      content: "\F042";
    }

    .fa-adn:before {
      content: "\F170";
    }

    .fa-adobe:before {
      content: "\F778";
    }

    .fa-adversal:before {
      content: "\F36A";
    }

    .fa-affiliatetheme:before {
      content: "\F36B";
    }

    .fa-air-freshener:before {
      content: "\F5D0";
    }

    .fa-airbnb:before {
      content: "\F834";
    }

    .fa-algolia:before {
      content: "\F36C";
    }

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

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

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

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

    .fa-alipay:before {
      content: "\F642";
    }

    .fa-allergies:before {
      content: "\F461";
    }

    .fa-amazon:before {
      content: "\F270";
    }

    .fa-amazon-pay:before {
      content: "\F42C";
    }

    .fa-ambulance:before {
      content: "\F0F9";
    }

    .fa-american-sign-language-interpreting:before {
      content: "\F2A3";
    }

    .fa-amilia:before {
      content: "\F36D";
    }

    .fa-anchor:before {
      content: "\F13D";
    }

    .fa-android:before {
      content: "\F17B";
    }

    .fa-angellist:before {
      content: "\F209";
    }

    .fa-angle-double-down:before {
      content: "\F103";
    }

    .fa-angle-double-left:before {
      content: "\F100";
    }

    .fa-angle-double-right:before {
      content: "\F101";
    }

    .fa-angle-double-up:before {
      content: "\F102";
    }

    .fa-angle-down:before {
      content: "\F107";
    }

    .fa-angle-left:before {
      content: "\F104";
    }

    .fa-angle-right:before {
      content: "\F105";
    }

    .fa-angle-up:before {
      content: "\F106";
    }

    .fa-angry:before {
      content: "\F556";
    }

    .fa-angrycreative:before {
      content: "\F36E";
    }

    .fa-angular:before {
      content: "\F420";
    }

    .fa-ankh:before {
      content: "\F644";
    }

    .fa-app-store:before {
      content: "\F36F";
    }

    .fa-app-store-ios:before {
      content: "\F370";
    }

    .fa-apper:before {
      content: "\F371";
    }

    .fa-apple:before {
      content: "\F179";
    }

    .fa-apple-alt:before {
      content: "\F5D1";
    }

    .fa-apple-pay:before {
      content: "\F415";
    }

    .fa-archive:before {
      content: "\F187";
    }

    .fa-archway:before {
      content: "\F557";
    }

    .fa-arrow-alt-circle-down:before {
      content: "\F358";
    }

    .fa-arrow-alt-circle-left:before {
      content: "\F359";
    }

    .fa-arrow-alt-circle-right:before {
      content: "\F35A";
    }

    .fa-arrow-alt-circle-up:before {
      content: "\F35B";
    }

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

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

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

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

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

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

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

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

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

    .fa-arrows-alt-h:before {
      content: "\F337";
    }

    .fa-arrows-alt-v:before {
      content: "\F338";
    }

    .fa-artstation:before {
      content: "\F77A";
    }

    .fa-assistive-listening-systems:before {
      content: "\F2A2";
    }

    .fa-asterisk:before {
      content: "\F069";
    }

    .fa-asymmetrik:before {
      content: "\F372";
    }

    .fa-at:before {
      content: "\F1FA";
    }

    .fa-atlas:before {
      content: "\F558";
    }

    .fa-atlassian:before {
      content: "\F77B";
    }

    .fa-atom:before {
      content: "\F5D2";
    }

    .fa-audible:before {
      content: "\F373";
    }

    .fa-audio-description:before {
      content: "\F29E";
    }

    .fa-autoprefixer:before {
      content: "\F41C";
    }

    .fa-avianex:before {
      content: "\F374";
    }

    .fa-aviato:before {
      content: "\F421";
    }

    .fa-award:before {
      content: "\F559";
    }

    .fa-aws:before {
      content: "\F375";
    }

    .fa-baby:before {
      content: "\F77C";
    }

    .fa-baby-carriage:before {
      content: "\F77D";
    }

    .fa-backspace:before {
      content: "\F55A";
    }

    .fa-backward:before {
      content: "\F04A";
    }

    .fa-bacon:before {
      content: "\F7E5";
    }

    .fa-balance-scale:before {
      content: "\F24E";
    }

    .fa-balance-scale-left:before {
      content: "\F515";
    }

    .fa-balance-scale-right:before {
      content: "\F516";
    }

    .fa-ban:before {
      content: "\F05E";
    }

    .fa-band-aid:before {
      content: "\F462";
    }

    .fa-bandcamp:before {
      content: "\F2D5";
    }

    .fa-barcode:before {
      content: "\F02A";
    }

    .fa-bars:before {
      content: "\F0C9";
    }

    .fa-baseball-ball:before {
      content: "\F433";
    }

    .fa-basketball-ball:before {
      content: "\F434";
    }

    .fa-bath:before {
      content: "\F2CD";
    }

    .fa-battery-empty:before {
      content: "\F244";
    }

    .fa-battery-full:before {
      content: "\F240";
    }

    .fa-battery-half:before {
      content: "\F242";
    }

    .fa-battery-quarter:before {
      content: "\F243";
    }

    .fa-battery-three-quarters:before {
      content: "\F241";
    }

    .fa-battle-net:before {
      content: "\F835";
    }

    .fa-bed:before {
      content: "\F236";
    }

    .fa-beer:before {
      content: "\F0FC";
    }

    .fa-behance:before {
      content: "\F1B4";
    }

    .fa-behance-square:before {
      content: "\F1B5";
    }

    .fa-bell:before {
      content: "\F0F3";
    }

    .fa-bell-slash:before {
      content: "\F1F6";
    }

    .fa-bezier-curve:before {
      content: "\F55B";
    }

    .fa-bible:before {
      content: "\F647";
    }

    .fa-bicycle:before {
      content: "\F206";
    }

    .fa-biking:before {
      content: "\F84A";
    }

    .fa-bimobject:before {
      content: "\F378";
    }

    .fa-binoculars:before {
      content: "\F1E5";
    }

    .fa-biohazard:before {
      content: "\F780";
    }

    .fa-birthday-cake:before {
      content: "\F1FD";
    }

    .fa-bitbucket:before {
      content: "\F171";
    }

    .fa-bitcoin:before {
      content: "\F379";
    }

    .fa-bity:before {
      content: "\F37A";
    }

    .fa-black-tie:before {
      content: "\F27E";
    }

    .fa-blackberry:before {
      content: "\F37B";
    }

    .fa-blender:before {
      content: "\F517";
    }

    .fa-blender-phone:before {
      content: "\F6B6";
    }

    .fa-blind:before {
      content: "\F29D";
    }

    .fa-blog:before {
      content: "\F781";
    }

    .fa-blogger:before {
      content: "\F37C";
    }

    .fa-blogger-b:before {
      content: "\F37D";
    }

    .fa-bluetooth:before {
      content: "\F293";
    }

    .fa-bluetooth-b:before {
      content: "\F294";
    }

    .fa-bold:before {
      content: "\F032";
    }

    .fa-bolt:before {
      content: "\F0E7";
    }

    .fa-bomb:before {
      content: "\F1E2";
    }

    .fa-bone:before {
      content: "\F5D7";
    }

    .fa-bong:before {
      content: "\F55C";
    }

    .fa-book:before {
      content: "\F02D";
    }

    .fa-book-dead:before {
      content: "\F6B7";
    }

    .fa-book-medical:before {
      content: "\F7E6";
    }

    .fa-book-open:before {
      content: "\F518";
    }

    .fa-book-reader:before {
      content: "\F5DA";
    }

    .fa-bookmark:before {
      content: "\F02E";
    }

    .fa-bootstrap:before {
      content: "\F836";
    }

    .fa-border-all:before {
      content: "\F84C";
    }

    .fa-border-none:before {
      content: "\F850";
    }

    .fa-border-style:before {
      content: "\F853";
    }

    .fa-bowling-ball:before {
      content: "\F436";
    }

    .fa-box:before {
      content: "\F466";
    }

    .fa-box-open:before {
      content: "\F49E";
    }

    .fa-boxes:before {
      content: "\F468";
    }

    .fa-braille:before {
      content: "\F2A1";
    }

    .fa-brain:before {
      content: "\F5DC";
    }

    .fa-bread-slice:before {
      content: "\F7EC";
    }

    .fa-briefcase:before {
      content: "\F0B1";
    }

    .fa-briefcase-medical:before {
      content: "\F469";
    }

    .fa-broadcast-tower:before {
      content: "\F519";
    }

    .fa-broom:before {
      content: "\F51A";
    }

    .fa-brush:before {
      content: "\F55D";
    }

    .fa-btc:before {
      content: "\F15A";
    }

    .fa-buffer:before {
      content: "\F837";
    }

    .fa-bug:before {
      content: "\F188";
    }

    .fa-building:before {
      content: "\F1AD";
    }

    .fa-bullhorn:before {
      content: "\F0A1";
    }

    .fa-bullseye:before {
      content: "\F140";
    }

    .fa-burn:before {
      content: "\F46A";
    }

    .fa-buromobelexperte:before {
      content: "\F37F";
    }

    .fa-bus:before {
      content: "\F207";
    }

    .fa-bus-alt:before {
      content: "\F55E";
    }

    .fa-business-time:before {
      content: "\F64A";
    }

    .fa-buysellads:before {
      content: "\F20D";
    }

    .fa-calculator:before {
      content: "\F1EC";
    }

    .fa-calendar:before {
      content: "\F133";
    }

    .fa-calendar-alt:before {
      content: "\F073";
    }

    .fa-calendar-check:before {
      content: "\F274";
    }

    .fa-calendar-day:before {
      content: "\F783";
    }

    .fa-calendar-minus:before {
      content: "\F272";
    }

    .fa-calendar-plus:before {
      content: "\F271";
    }

    .fa-calendar-times:before {
      content: "\F273";
    }

    .fa-calendar-week:before {
      content: "\F784";
    }

    .fa-camera:before {
      content: "\F030";
    }

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

    .fa-campground:before {
      content: "\F6BB";
    }

    .fa-canadian-maple-leaf:before {
      content: "\F785";
    }

    .fa-candy-cane:before {
      content: "\F786";
    }

    .fa-cannabis:before {
      content: "\F55F";
    }

    .fa-capsules:before {
      content: "\F46B";
    }

    .fa-car:before {
      content: "\F1B9";
    }

    .fa-car-alt:before {
      content: "\F5DE";
    }

    .fa-car-battery:before {
      content: "\F5DF";
    }

    .fa-car-crash:before {
      content: "\F5E1";
    }

    .fa-car-side:before {
      content: "\F5E4";
    }

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

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

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

    .fa-caret-square-down:before {
      content: "\F150";
    }

    .fa-caret-square-left:before {
      content: "\F191";
    }

    .fa-caret-square-right:before {
      content: "\F152";
    }

    .fa-caret-square-up:before {
      content: "\F151";
    }

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

    .fa-carrot:before {
      content: "\F787";
    }

    .fa-cart-arrow-down:before {
      content: "\F218";
    }

    .fa-cart-plus:before {
      content: "\F217";
    }

    .fa-cash-register:before {
      content: "\F788";
    }

    .fa-cat:before {
      content: "\F6BE";
    }

    .fa-cc-amazon-pay:before {
      content: "\F42D";
    }

    .fa-cc-amex:before {
      content: "\F1F3";
    }

    .fa-cc-apple-pay:before {
      content: "\F416";
    }

    .fa-cc-diners-club:before {
      content: "\F24C";
    }

    .fa-cc-discover:before {
      content: "\F1F2";
    }

    .fa-cc-jcb:before {
      content: "\F24B";
    }

    .fa-cc-mastercard:before {
      content: "\F1F1";
    }

    .fa-cc-paypal:before {
      content: "\F1F4";
    }

    .fa-cc-stripe:before {
      content: "\F1F5";
    }

    .fa-cc-visa:before {
      content: "\F1F0";
    }

    .fa-centercode:before {
      content: "\F380";
    }

    .fa-centos:before {
      content: "\F789";
    }

    .fa-certificate:before {
      content: "\F0A3";
    }

    .fa-chair:before {
      content: "\F6C0";
    }

    .fa-chalkboard:before {
      content: "\F51B";
    }

    .fa-chalkboard-teacher:before {
      content: "\F51C";
    }

    .fa-charging-station:before {
      content: "\F5E7";
    }

    .fa-chart-area:before {
      content: "\F1FE";
    }

    .fa-chart-bar:before {
      content: "\F080";
    }

    .fa-chart-line:before {
      content: "\F201";
    }

    .fa-chart-pie:before {
      content: "\F200";
    }

    .fa-check:before {
      content: "\F00C";
    }

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

    .fa-check-double:before {
      content: "\F560";
    }

    .fa-check-square:before {
      content: "\F14A";
    }

    .fa-cheese:before {
      content: "\F7EF";
    }

    .fa-chess:before {
      content: "\F439";
    }

    .fa-chess-bishop:before {
      content: "\F43A";
    }

    .fa-chess-board:before {
      content: "\F43C";
    }

    .fa-chess-king:before {
      content: "\F43F";
    }

    .fa-chess-knight:before {
      content: "\F441";
    }

    .fa-chess-pawn:before {
      content: "\F443";
    }

    .fa-chess-queen:before {
      content: "\F445";
    }

    .fa-chess-rook:before {
      content: "\F447";
    }

    .fa-chevron-circle-down:before {
      content: "\F13A";
    }

    .fa-chevron-circle-left:before {
      content: "\F137";
    }

    .fa-chevron-circle-right:before {
      content: "\F138";
    }

    .fa-chevron-circle-up:before {
      content: "\F139";
    }

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

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

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

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

    .fa-child:before {
      content: "\F1AE";
    }

    .fa-chrome:before {
      content: "\F268";
    }

    .fa-chromecast:before {
      content: "\F838";
    }

    .fa-church:before {
      content: "\F51D";
    }

    .fa-circle:before {
      content: "\F111";
    }

    .fa-circle-notch:before {
      content: "\F1CE";
    }

    .fa-city:before {
      content: "\F64F";
    }

    .fa-clinic-medical:before {
      content: "\F7F2";
    }

    .fa-clipboard:before {
      content: "\F328";
    }

    .fa-clipboard-check:before {
      content: "\F46C";
    }

    .fa-clipboard-list:before {
      content: "\F46D";
    }

    .fa-clock:before {
      content: "\F017";
    }

    .fa-clone:before {
      content: "\F24D";
    }

    .fa-closed-captioning:before {
      content: "\F20A";
    }

    .fa-cloud:before {
      content: "\F0C2";
    }

    .fa-cloud-download-alt:before {
      content: "\F381";
    }

    .fa-cloud-meatball:before {
      content: "\F73B";
    }

    .fa-cloud-moon:before {
      content: "\F6C3";
    }

    .fa-cloud-moon-rain:before {
      content: "\F73C";
    }

    .fa-cloud-rain:before {
      content: "\F73D";
    }

    .fa-cloud-showers-heavy:before {
      content: "\F740";
    }

    .fa-cloud-sun:before {
      content: "\F6C4";
    }

    .fa-cloud-sun-rain:before {
      content: "\F743";
    }

    .fa-cloud-upload-alt:before {
      content: "\F382";
    }

    .fa-cloudscale:before {
      content: "\F383";
    }

    .fa-cloudsmith:before {
      content: "\F384";
    }

    .fa-cloudversify:before {
      content: "\F385";
    }

    .fa-cocktail:before {
      content: "\F561";
    }

    .fa-code:before {
      content: "\F121";
    }

    .fa-code-branch:before {
      content: "\F126";
    }

    .fa-codepen:before {
      content: "\F1CB";
    }

    .fa-codiepie:before {
      content: "\F284";
    }

    .fa-coffee:before {
      content: "\F0F4";
    }

    .fa-cog:before {
      content: "\F013";
    }

    .fa-cogs:before {
      content: "\F085";
    }

    .fa-coins:before {
      content: "\F51E";
    }

    .fa-columns:before {
      content: "\F0DB";
    }

    .fa-comment:before {
      content: "\F075";
    }

    .fa-comment-alt:before {
      content: "\F27A";
    }

    .fa-comment-dollar:before {
      content: "\F651";
    }

    .fa-comment-dots:before {
      content: "\F4AD";
    }

    .fa-comment-medical:before {
      content: "\F7F5";
    }

    .fa-comment-slash:before {
      content: "\F4B3";
    }

    .fa-comments:before {
      content: "\F086";
    }

    .fa-comments-dollar:before {
      content: "\F653";
    }

    .fa-compact-disc:before {
      content: "\F51F";
    }

    .fa-compass:before {
      content: "\F14E";
    }

    .fa-compress:before {
      content: "\F066";
    }

    .fa-compress-arrows-alt:before {
      content: "\F78C";
    }

    .fa-concierge-bell:before {
      content: "\F562";
    }

    .fa-confluence:before {
      content: "\F78D";
    }

    .fa-connectdevelop:before {
      content: "\F20E";
    }

    .fa-contao:before {
      content: "\F26D";
    }

    .fa-cookie:before {
      content: "\F563";
    }

    .fa-cookie-bite:before {
      content: "\F564";
    }

    .fa-copy:before {
      content: "\F0C5";
    }

    .fa-copyright:before {
      content: "\F1F9";
    }

    .fa-cotton-bureau:before {
      content: "\F89E";
    }

    .fa-couch:before {
      content: "\F4B8";
    }

    .fa-cpanel:before {
      content: "\F388";
    }

    .fa-creative-commons:before {
      content: "\F25E";
    }

    .fa-creative-commons-by:before {
      content: "\F4E7";
    }

    .fa-creative-commons-nc:before {
      content: "\F4E8";
    }

    .fa-creative-commons-nc-eu:before {
      content: "\F4E9";
    }

    .fa-creative-commons-nc-jp:before {
      content: "\F4EA";
    }

    .fa-creative-commons-nd:before {
      content: "\F4EB";
    }

    .fa-creative-commons-pd:before {
      content: "\F4EC";
    }

    .fa-creative-commons-pd-alt:before {
      content: "\F4ED";
    }

    .fa-creative-commons-remix:before {
      content: "\F4EE";
    }

    .fa-creative-commons-sa:before {
      content: "\F4EF";
    }

    .fa-creative-commons-sampling:before {
      content: "\F4F0";
    }

    .fa-creative-commons-sampling-plus:before {
      content: "\F4F1";
    }

    .fa-creative-commons-share:before {
      content: "\F4F2";
    }

    .fa-creative-commons-zero:before {
      content: "\F4F3";
    }

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

    .fa-critical-role:before {
      content: "\F6C9";
    }

    .fa-crop:before {
      content: "\F125";
    }

    .fa-crop-alt:before {
      content: "\F565";
    }

    .fa-cross:before {
      content: "\F654";
    }

    .fa-crosshairs:before {
      content: "\F05B";
    }

    .fa-crow:before {
      content: "\F520";
    }

    .fa-crown:before {
      content: "\F521";
    }

    .fa-crutch:before {
      content: "\F7F7";
    }

    .fa-css3:before {
      content: "\F13C";
    }

    .fa-css3-alt:before {
      content: "\F38B";
    }

    .fa-cube:before {
      content: "\F1B2";
    }

    .fa-cubes:before {
      content: "\F1B3";
    }

    .fa-cut:before {
      content: "\F0C4";
    }

    .fa-cuttlefish:before {
      content: "\F38C";
    }

    .fa-d-and-d:before {
      content: "\F38D";
    }

    .fa-d-and-d-beyond:before {
      content: "\F6CA";
    }

    .fa-dashcube:before {
      content: "\F210";
    }

    .fa-database:before {
      content: "\F1C0";
    }

    .fa-deaf:before {
      content: "\F2A4";
    }

    .fa-delicious:before {
      content: "\F1A5";
    }

    .fa-democrat:before {
      content: "\F747";
    }

    .fa-deploydog:before {
      content: "\F38E";
    }

    .fa-deskpro:before {
      content: "\F38F";
    }

    .fa-desktop:before {
      content: "\F108";
    }

    .fa-dev:before {
      content: "\F6CC";
    }

    .fa-deviantart:before {
      content: "\F1BD";
    }

    .fa-dharmachakra:before {
      content: "\F655";
    }

    .fa-dhl:before {
      content: "\F790";
    }

    .fa-diagnoses:before {
      content: "\F470";
    }

    .fa-diaspora:before {
      content: "\F791";
    }

    .fa-dice:before {
      content: "\F522";
    }

    .fa-dice-d20:before {
      content: "\F6CF";
    }

    .fa-dice-d6:before {
      content: "\F6D1";
    }

    .fa-dice-five:before {
      content: "\F523";
    }

    .fa-dice-four:before {
      content: "\F524";
    }

    .fa-dice-one:before {
      content: "\F525";
    }

    .fa-dice-six:before {
      content: "\F526";
    }

    .fa-dice-three:before {
      content: "\F527";
    }

    .fa-dice-two:before {
      content: "\F528";
    }

    .fa-digg:before {
      content: "\F1A6";
    }

    .fa-digital-ocean:before {
      content: "\F391";
    }

    .fa-digital-tachograph:before {
      content: "\F566";
    }

    .fa-directions:before {
      content: "\F5EB";
    }

    .fa-discord:before {
      content: "\F392";
    }

    .fa-discourse:before {
      content: "\F393";
    }

    .fa-divide:before {
      content: "\F529";
    }

    .fa-dizzy:before {
      content: "\F567";
    }

    .fa-dna:before {
      content: "\F471";
    }

    .fa-dochub:before {
      content: "\F394";
    }

    .fa-docker:before {
      content: "\F395";
    }

    .fa-dog:before {
      content: "\F6D3";
    }

    .fa-dollar-sign:before {
      content: "\F155";
    }

    .fa-dolly:before {
      content: "\F472";
    }

    .fa-dolly-flatbed:before {
      content: "\F474";
    }

    .fa-donate:before {
      content: "\F4B9";
    }

    .fa-door-closed:before {
      content: "\F52A";
    }

    .fa-door-open:before {
      content: "\F52B";
    }

    .fa-dot-circle:before {
      content: "\F192";
    }

    .fa-dove:before {
      content: "\F4BA";
    }

    .fa-download:before {
      content: "\F019";
    }

    .fa-draft2digital:before {
      content: "\F396";
    }

    .fa-drafting-compass:before {
      content: "\F568";
    }

    .fa-dragon:before {
      content: "\F6D5";
    }

    .fa-draw-polygon:before {
      content: "\F5EE";
    }

    .fa-dribbble:before {
      content: "\F17D";
    }

    .fa-dribbble-square:before {
      content: "\F397";
    }

    .fa-dropbox:before {
      content: "\F16B";
    }

    .fa-drum:before {
      content: "\F569";
    }

    .fa-drum-steelpan:before {
      content: "\F56A";
    }

    .fa-drumstick-bite:before {
      content: "\F6D7";
    }

    .fa-drupal:before {
      content: "\F1A9";
    }

    .fa-dumbbell:before {
      content: "\F44B";
    }

    .fa-dumpster:before {
      content: "\F793";
    }

    .fa-dumpster-fire:before {
      content: "\F794";
    }

    .fa-dungeon:before {
      content: "\F6D9";
    }

    .fa-dyalog:before {
      content: "\F399";
    }

    .fa-earlybirds:before {
      content: "\F39A";
    }

    .fa-ebay:before {
      content: "\F4F4";
    }

    .fa-edge:before {
      content: "\F282";
    }

    .fa-edit:before {
      content: "\F044";
    }

    .fa-egg:before {
      content: "\F7FB";
    }

    .fa-eject:before {
      content: "\F052";
    }

    .fa-elementor:before {
      content: "\F430";
    }

    .fa-ellipsis-h:before {
      content: "\F141";
    }

    .fa-ellipsis-v:before {
      content: "\F142";
    }

    .fa-ello:before {
      content: "\F5F1";
    }

    .fa-ember:before {
      content: "\F423";
    }

    .fa-empire:before {
      content: "\F1D1";
    }

    .fa-envelope:before {
      content: "\F0E0";
    }

    .fa-envelope-open:before {
      content: "\F2B6";
    }

    .fa-envelope-open-text:before {
      content: "\F658";
    }

    .fa-envelope-square:before {
      content: "\F199";
    }

    .fa-envira:before {
      content: "\F299";
    }

    .fa-equals:before {
      content: "\F52C";
    }

    .fa-eraser:before {
      content: "\F12D";
    }

    .fa-erlang:before {
      content: "\F39D";
    }

    .fa-ethereum:before {
      content: "\F42E";
    }

    .fa-ethernet:before {
      content: "\F796";
    }

    .fa-etsy:before {
      content: "\F2D7";
    }

    .fa-euro-sign:before {
      content: "\F153";
    }

    .fa-evernote:before {
      content: "\F839";
    }

    .fa-exchange-alt:before {
      content: "\F362";
    }

    .fa-exclamation:before {
      content: "\F12A";
    }

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

    .fa-exclamation-triangle:before {
      content: "\F071";
    }

    .fa-expand:before {
      content: "\F065";
    }

    .fa-expand-arrows-alt:before {
      content: "\F31E";
    }

    .fa-expeditedssl:before {
      content: "\F23E";
    }

    .fa-external-link-alt:before {
      content: "\F35D";
    }

    .fa-external-link-square-alt:before {
      content: "\F360";
    }

    .fa-eye:before {
      content: "\F06E";
    }

    .fa-eye-dropper:before {
      content: "\F1FB";
    }

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

    .fa-facebook:before {
      content: "\F09A";
    }

    .fa-facebook-f:before {
      content: "\F39E";
    }

    .fa-facebook-messenger:before {
      content: "\F39F";
    }

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

    .fa-fan:before {
      content: "\F863";
    }

    .fa-fantasy-flight-games:before {
      content: "\F6DC";
    }

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

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

    .fa-fax:before {
      content: "\F1AC";
    }

    .fa-feather:before {
      content: "\F52D";
    }

    .fa-feather-alt:before {
      content: "\F56B";
    }

    .fa-fedex:before {
      content: "\F797";
    }

    .fa-fedora:before {
      content: "\F798";
    }

    .fa-female:before {
      content: "\F182";
    }

    .fa-fighter-jet:before {
      content: "\F0FB";
    }

    .fa-figma:before {
      content: "\F799";
    }

    .fa-file:before {
      content: "\F15B";
    }

    .fa-file-alt:before {
      content: "\F15C";
    }

    .fa-file-archive:before {
      content: "\F1C6";
    }

    .fa-file-audio:before {
      content: "\F1C7";
    }

    .fa-file-code:before {
      content: "\F1C9";
    }

    .fa-file-contract:before {
      content: "\F56C";
    }

    .fa-file-csv:before {
      content: "\F6DD";
    }

    .fa-file-download:before {
      content: "\F56D";
    }

    .fa-file-excel:before {
      content: "\F1C3";
    }

    .fa-file-export:before {
      content: "\F56E";
    }

    .fa-file-image:before {
      content: "\F1C5";
    }

    .fa-file-import:before {
      content: "\F56F";
    }

    .fa-file-invoice:before {
      content: "\F570";
    }

    .fa-file-invoice-dollar:before {
      content: "\F571";
    }

    .fa-file-medical:before {
      content: "\F477";
    }

    .fa-file-medical-alt:before {
      content: "\F478";
    }

    .fa-file-pdf:before {
      content: "\F1C1";
    }

    .fa-file-powerpoint:before {
      content: "\F1C4";
    }

    .fa-file-prescription:before {
      content: "\F572";
    }

    .fa-file-signature:before {
      content: "\F573";
    }

    .fa-file-upload:before {
      content: "\F574";
    }

    .fa-file-video:before {
      content: "\F1C8";
    }

    .fa-file-word:before {
      content: "\F1C2";
    }

    .fa-fill:before {
      content: "\F575";
    }

    .fa-fill-drip:before {
      content: "\F576";
    }

    .fa-film:before {
      content: "\F008";
    }

    .fa-filter:before {
      content: "\F0B0";
    }

    .fa-fingerprint:before {
      content: "\F577";
    }

    .fa-fire:before {
      content: "\F06D";
    }

    .fa-fire-alt:before {
      content: "\F7E4";
    }

    .fa-fire-extinguisher:before {
      content: "\F134";
    }

    .fa-firefox:before {
      content: "\F269";
    }

    .fa-first-aid:before {
      content: "\F479";
    }

    .fa-first-order:before {
      content: "\F2B0";
    }

    .fa-first-order-alt:before {
      content: "\F50A";
    }

    .fa-firstdraft:before {
      content: "\F3A1";
    }

    .fa-fish:before {
      content: "\F578";
    }

    .fa-fist-raised:before {
      content: "\F6DE";
    }

    .fa-flag:before {
      content: "\F024";
    }

    .fa-flag-checkered:before {
      content: "\F11E";
    }

    .fa-flag-usa:before {
      content: "\F74D";
    }

    .fa-flask:before {
      content: "\F0C3";
    }

    .fa-flickr:before {
      content: "\F16E";
    }

    .fa-flipboard:before {
      content: "\F44D";
    }

    .fa-flushed:before {
      content: "\F579";
    }

    .fa-fly:before {
      content: "\F417";
    }

    .fa-folder:before {
      content: "\F07B";
    }

    .fa-folder-minus:before {
      content: "\F65D";
    }

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

    .fa-folder-plus:before {
      content: "\F65E";
    }

    .fa-font:before {
      content: "\F031";
    }

    .fa-font-awesome:before {
      content: "\F2B4";
    }

    .fa-font-awesome-alt:before {
      content: "\F35C";
    }

    .fa-font-awesome-flag:before {
      content: "\F425";
    }

    .fa-font-awesome-logo-full:before {
      content: "\F4E6";
    }

    .fa-fonticons:before {
      content: "\F280";
    }

    .fa-fonticons-fi:before {
      content: "\F3A2";
    }

    .fa-football-ball:before {
      content: "\F44E";
    }

    .fa-fort-awesome:before {
      content: "\F286";
    }

    .fa-fort-awesome-alt:before {
      content: "\F3A3";
    }

    .fa-forumbee:before {
      content: "\F211";
    }

    .fa-forward:before {
      content: "\F04E";
    }

    .fa-foursquare:before {
      content: "\F180";
    }

    .fa-free-code-camp:before {
      content: "\F2C5";
    }

    .fa-freebsd:before {
      content: "\F3A4";
    }

    .fa-frog:before {
      content: "\F52E";
    }

    .fa-frown:before {
      content: "\F119";
    }

    .fa-frown-open:before {
      content: "\F57A";
    }

    .fa-fulcrum:before {
      content: "\F50B";
    }

    .fa-funnel-dollar:before {
      content: "\F662";
    }

    .fa-futbol:before {
      content: "\F1E3";
    }

    .fa-galactic-republic:before {
      content: "\F50C";
    }

    .fa-galactic-senate:before {
      content: "\F50D";
    }

    .fa-gamepad:before {
      content: "\F11B";
    }

    .fa-gas-pump:before {
      content: "\F52F";
    }

    .fa-gavel:before {
      content: "\F0E3";
    }

    .fa-gem:before {
      content: "\F3A5";
    }

    .fa-genderless:before {
      content: "\F22D";
    }

    .fa-get-pocket:before {
      content: "\F265";
    }

    .fa-gg:before {
      content: "\F260";
    }

    .fa-gg-circle:before {
      content: "\F261";
    }

    .fa-ghost:before {
      content: "\F6E2";
    }

    .fa-gift:before {
      content: "\F06B";
    }

    .fa-gifts:before {
      content: "\F79C";
    }

    .fa-git:before {
      content: "\F1D3";
    }

    .fa-git-alt:before {
      content: "\F841";
    }

    .fa-git-square:before {
      content: "\F1D2";
    }

    .fa-github:before {
      content: "\F09B";
    }

    .fa-github-alt:before {
      content: "\F113";
    }

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

    .fa-gitkraken:before {
      content: "\F3A6";
    }

    .fa-gitlab:before {
      content: "\F296";
    }

    .fa-gitter:before {
      content: "\F426";
    }

    .fa-glass-cheers:before {
      content: "\F79F";
    }

    .fa-glass-martini:before {
      content: "\F000";
    }

    .fa-glass-martini-alt:before {
      content: "\F57B";
    }

    .fa-glass-whiskey:before {
      content: "\F7A0";
    }

    .fa-glasses:before {
      content: "\F530";
    }

    .fa-glide:before {
      content: "\F2A5";
    }

    .fa-glide-g:before {
      content: "\F2A6";
    }

    .fa-globe:before {
      content: "\F0AC";
    }

    .fa-globe-africa:before {
      content: "\F57C";
    }

    .fa-globe-americas:before {
      content: "\F57D";
    }

    .fa-globe-asia:before {
      content: "\F57E";
    }

    .fa-globe-europe:before {
      content: "\F7A2";
    }

    .fa-gofore:before {
      content: "\F3A7";
    }

    .fa-golf-ball:before {
      content: "\F450";
    }

    .fa-goodreads:before {
      content: "\F3A8";
    }

    .fa-goodreads-g:before {
      content: "\F3A9";
    }

    .fa-google:before {
      content: "\F1A0";
    }

    .fa-google-drive:before {
      content: "\F3AA";
    }

    .fa-google-play:before {
      content: "\F3AB";
    }

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

    .fa-google-plus-g:before {
      content: "\F0D5";
    }

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

    .fa-google-wallet:before {
      content: "\F1EE";
    }

    .fa-gopuram:before {
      content: "\F664";
    }

    .fa-graduation-cap:before {
      content: "\F19D";
    }

    .fa-gratipay:before {
      content: "\F184";
    }

    .fa-grav:before {
      content: "\F2D6";
    }

    .fa-greater-than:before {
      content: "\F531";
    }

    .fa-greater-than-equal:before {
      content: "\F532";
    }

    .fa-grimace:before {
      content: "\F57F";
    }

    .fa-grin:before {
      content: "\F580";
    }

    .fa-grin-alt:before {
      content: "\F581";
    }

    .fa-grin-beam:before {
      content: "\F582";
    }

    .fa-grin-beam-sweat:before {
      content: "\F583";
    }

    .fa-grin-hearts:before {
      content: "\F584";
    }

    .fa-grin-squint:before {
      content: "\F585";
    }

    .fa-grin-squint-tears:before {
      content: "\F586";
    }

    .fa-grin-stars:before {
      content: "\F587";
    }

    .fa-grin-tears:before {
      content: "\F588";
    }

    .fa-grin-tongue:before {
      content: "\F589";
    }

    .fa-grin-tongue-squint:before {
      content: "\F58A";
    }

    .fa-grin-tongue-wink:before {
      content: "\F58B";
    }

    .fa-grin-wink:before {
      content: "\F58C";
    }

    .fa-grip-horizontal:before {
      content: "\F58D";
    }

    .fa-grip-lines:before {
      content: "\F7A4";
    }

    .fa-grip-lines-vertical:before {
      content: "\F7A5";
    }

    .fa-grip-vertical:before {
      content: "\F58E";
    }

    .fa-gripfire:before {
      content: "\F3AC";
    }

    .fa-grunt:before {
      content: "\F3AD";
    }

    .fa-guitar:before {
      content: "\F7A6";
    }

    .fa-gulp:before {
      content: "\F3AE";
    }

    .fa-h-square:before {
      content: "\F0FD";
    }

    .fa-hacker-news:before {
      content: "\F1D4";
    }

    .fa-hacker-news-square:before {
      content: "\F3AF";
    }

    .fa-hackerrank:before {
      content: "\F5F7";
    }

    .fa-hamburger:before {
      content: "\F805";
    }

    .fa-hammer:before {
      content: "\F6E3";
    }

    .fa-hamsa:before {
      content: "\F665";
    }

    .fa-hand-holding:before {
      content: "\F4BD";
    }

    .fa-hand-holding-heart:before {
      content: "\F4BE";
    }

    .fa-hand-holding-usd:before {
      content: "\F4C0";
    }

    .fa-hand-lizard:before {
      content: "\F258";
    }

    .fa-hand-middle-finger:before {
      content: "\F806";
    }

    .fa-hand-paper:before {
      content: "\F256";
    }

    .fa-hand-peace:before {
      content: "\F25B";
    }

    .fa-hand-point-down:before {
      content: "\F0A7";
    }

    .fa-hand-point-left:before {
      content: "\F0A5";
    }

    .fa-hand-point-right:before {
      content: "\F0A4";
    }

    .fa-hand-point-up:before {
      content: "\F0A6";
    }

    .fa-hand-pointer:before {
      content: "\F25A";
    }

    .fa-hand-rock:before {
      content: "\F255";
    }

    .fa-hand-scissors:before {
      content: "\F257";
    }

    .fa-hand-spock:before {
      content: "\F259";
    }

    .fa-hands:before {
      content: "\F4C2";
    }

    .fa-hands-helping:before {
      content: "\F4C4";
    }

    .fa-handshake:before {
      content: "\F2B5";
    }

    .fa-hanukiah:before {
      content: "\F6E6";
    }

    .fa-hard-hat:before {
      content: "\F807";
    }

    .fa-hashtag:before {
      content: "\F292";
    }

    .fa-hat-wizard:before {
      content: "\F6E8";
    }

    .fa-haykal:before {
      content: "\F666";
    }

    .fa-hdd:before {
      content: "\F0A0";
    }

    .fa-heading:before {
      content: "\F1DC";
    }

    .fa-headphones:before {
      content: "\F025";
    }

    .fa-headphones-alt:before {
      content: "\F58F";
    }

    .fa-headset:before {
      content: "\F590";
    }

    .fa-heart:before {
      content: "\F004";
    }

    .fa-heart-broken:before {
      content: "\F7A9";
    }

    .fa-heartbeat:before {
      content: "\F21E";
    }

    .fa-helicopter:before {
      content: "\F533";
    }

    .fa-highlighter:before {
      content: "\F591";
    }

    .fa-hiking:before {
      content: "\F6EC";
    }

    .fa-hippo:before {
      content: "\F6ED";
    }

    .fa-hips:before {
      content: "\F452";
    }

    .fa-hire-a-helper:before {
      content: "\F3B0";
    }

    .fa-history:before {
      content: "\F1DA";
    }

    .fa-hockey-puck:before {
      content: "\F453";
    }

    .fa-holly-berry:before {
      content: "\F7AA";
    }

    .fa-home:before {
      content: "\F015";
    }

    .fa-hooli:before {
      content: "\F427";
    }

    .fa-hornbill:before {
      content: "\F592";
    }

    .fa-horse:before {
      content: "\F6F0";
    }

    .fa-horse-head:before {
      content: "\F7AB";
    }

    .fa-hospital:before {
      content: "\F0F8";
    }

    .fa-hospital-alt:before {
      content: "\F47D";
    }

    .fa-hospital-symbol:before {
      content: "\F47E";
    }

    .fa-hot-tub:before {
      content: "\F593";
    }

    .fa-hotdog:before {
      content: "\F80F";
    }

    .fa-hotel:before {
      content: "\F594";
    }

    .fa-hotjar:before {
      content: "\F3B1";
    }

    .fa-hourglass:before {
      content: "\F254";
    }

    .fa-hourglass-end:before {
      content: "\F253";
    }

    .fa-hourglass-half:before {
      content: "\F252";
    }

    .fa-hourglass-start:before {
      content: "\F251";
    }

    .fa-house-damage:before {
      content: "\F6F1";
    }

    .fa-houzz:before {
      content: "\F27C";
    }

    .fa-hryvnia:before {
      content: "\F6F2";
    }

    .fa-html5:before {
      content: "\F13B";
    }

    .fa-hubspot:before {
      content: "\F3B2";
    }

    .fa-i-cursor:before {
      content: "\F246";
    }

    .fa-ice-cream:before {
      content: "\F810";
    }

    .fa-icicles:before {
      content: "\F7AD";
    }

    .fa-icons:before {
      content: "\F86D";
    }

    .fa-id-badge:before {
      content: "\F2C1";
    }

    .fa-id-card:before {
      content: "\F2C2";
    }

    .fa-id-card-alt:before {
      content: "\F47F";
    }

    .fa-igloo:before {
      content: "\F7AE";
    }

    .fa-image:before {
      content: "\F03E";
    }

    .fa-images:before {
      content: "\F302";
    }

    .fa-imdb:before {
      content: "\F2D8";
    }

    .fa-inbox:before {
      content: "\F01C";
    }

    .fa-indent:before {
      content: "\F03C";
    }

    .fa-industry:before {
      content: "\F275";
    }

    .fa-infinity:before {
      content: "\F534";
    }

    .fa-info:before {
      content: "\F129";
    }

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

    .fa-instagram:before {
      content: "\F16D";
    }

    .fa-intercom:before {
      content: "\F7AF";
    }

    .fa-internet-explorer:before {
      content: "\F26B";
    }

    .fa-invision:before {
      content: "\F7B0";
    }

    .fa-ioxhost:before {
      content: "\F208";
    }

    .fa-italic:before {
      content: "\F033";
    }

    .fa-itch-io:before {
      content: "\F83A";
    }

    .fa-itunes:before {
      content: "\F3B4";
    }

    .fa-itunes-note:before {
      content: "\F3B5";
    }

    .fa-java:before {
      content: "\F4E4";
    }

    .fa-jedi:before {
      content: "\F669";
    }

    .fa-jedi-order:before {
      content: "\F50E";
    }

    .fa-jenkins:before {
      content: "\F3B6";
    }

    .fa-jira:before {
      content: "\F7B1";
    }

    .fa-joget:before {
      content: "\F3B7";
    }

    .fa-joint:before {
      content: "\F595";
    }

    .fa-joomla:before {
      content: "\F1AA";
    }

    .fa-journal-whills:before {
      content: "\F66A";
    }

    .fa-js:before {
      content: "\F3B8";
    }

    .fa-js-square:before {
      content: "\F3B9";
    }

    .fa-jsfiddle:before {
      content: "\F1CC";
    }

    .fa-kaaba:before {
      content: "\F66B";
    }

    .fa-kaggle:before {
      content: "\F5FA";
    }

    .fa-key:before {
      content: "\F084";
    }

    .fa-keybase:before {
      content: "\F4F5";
    }

    .fa-keyboard:before {
      content: "\F11C";
    }

    .fa-keycdn:before {
      content: "\F3BA";
    }

    .fa-khanda:before {
      content: "\F66D";
    }

    .fa-kickstarter:before {
      content: "\F3BB";
    }

    .fa-kickstarter-k:before {
      content: "\F3BC";
    }

    .fa-kiss:before {
      content: "\F596";
    }

    .fa-kiss-beam:before {
      content: "\F597";
    }

    .fa-kiss-wink-heart:before {
      content: "\F598";
    }

    .fa-kiwi-bird:before {
      content: "\F535";
    }

    .fa-korvue:before {
      content: "\F42F";
    }

    .fa-landmark:before {
      content: "\F66F";
    }

    .fa-language:before {
      content: "\F1AB";
    }

    .fa-laptop:before {
      content: "\F109";
    }

    .fa-laptop-code:before {
      content: "\F5FC";
    }

    .fa-laptop-medical:before {
      content: "\F812";
    }

    .fa-laravel:before {
      content: "\F3BD";
    }

    .fa-lastfm:before {
      content: "\F202";
    }

    .fa-lastfm-square:before {
      content: "\F203";
    }

    .fa-laugh:before {
      content: "\F599";
    }

    .fa-laugh-beam:before {
      content: "\F59A";
    }

    .fa-laugh-squint:before {
      content: "\F59B";
    }

    .fa-laugh-wink:before {
      content: "\F59C";
    }

    .fa-layer-group:before {
      content: "\F5FD";
    }

    .fa-leaf:before {
      content: "\F06C";
    }

    .fa-leanpub:before {
      content: "\F212";
    }

    .fa-lemon:before {
      content: "\F094";
    }

    .fa-less:before {
      content: "\F41D";
    }

    .fa-less-than:before {
      content: "\F536";
    }

    .fa-less-than-equal:before {
      content: "\F537";
    }

    .fa-level-down-alt:before {
      content: "\F3BE";
    }

    .fa-level-up-alt:before {
      content: "\F3BF";
    }

    .fa-life-ring:before {
      content: "\F1CD";
    }

    .fa-lightbulb:before {
      content: "\F0EB";
    }

    .fa-line:before {
      content: "\F3C0";
    }

    .fa-link:before {
      content: "\F0C1";
    }

    .fa-linkedin:before {
      content: "\F08C";
    }

    .fa-linkedin-in:before {
      content: "\F0E1";
    }

    .fa-linode:before {
      content: "\F2B8";
    }

    .fa-linux:before {
      content: "\F17C";
    }

    .fa-lira-sign:before {
      content: "\F195";
    }

    .fa-list:before {
      content: "\F03A";
    }

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

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

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

    .fa-location-arrow:before {
      content: "\F124";
    }

    .fa-lock:before {
      content: "\F023";
    }

    .fa-lock-open:before {
      content: "\F3C1";
    }

    .fa-long-arrow-alt-down:before {
      content: "\F309";
    }

    .fa-long-arrow-alt-left:before {
      content: "\F30A";
    }

    .fa-long-arrow-alt-right:before {
      content: "\F30B";
    }

    .fa-long-arrow-alt-up:before {
      content: "\F30C";
    }

    .fa-low-vision:before {
      content: "\F2A8";
    }

    .fa-luggage-cart:before {
      content: "\F59D";
    }

    .fa-lyft:before {
      content: "\F3C3";
    }

    .fa-magento:before {
      content: "\F3C4";
    }

    .fa-magic:before {
      content: "\F0D0";
    }

    .fa-magnet:before {
      content: "\F076";
    }

    .fa-mail-bulk:before {
      content: "\F674";
    }

    .fa-mailchimp:before {
      content: "\F59E";
    }

    .fa-male:before {
      content: "\F183";
    }

    .fa-mandalorian:before {
      content: "\F50F";
    }

    .fa-map:before {
      content: "\F279";
    }

    .fa-map-marked:before {
      content: "\F59F";
    }

    .fa-map-marked-alt:before {
      content: "\F5A0";
    }

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

    .fa-map-marker-alt:before {
      content: "\F3C5";
    }

    .fa-map-pin:before {
      content: "\F276";
    }

    .fa-map-signs:before {
      content: "\F277";
    }

    .fa-markdown:before {
      content: "\F60F";
    }

    .fa-marker:before {
      content: "\F5A1";
    }

    .fa-mars:before {
      content: "\F222";
    }

    .fa-mars-double:before {
      content: "\F227";
    }

    .fa-mars-stroke:before {
      content: "\F229";
    }

    .fa-mars-stroke-h:before {
      content: "\F22B";
    }

    .fa-mars-stroke-v:before {
      content: "\F22A";
    }

    .fa-mask:before {
      content: "\F6FA";
    }

    .fa-mastodon:before {
      content: "\F4F6";
    }

    .fa-maxcdn:before {
      content: "\F136";
    }

    .fa-medal:before {
      content: "\F5A2";
    }

    .fa-medapps:before {
      content: "\F3C6";
    }

    .fa-medium:before {
      content: "\F23A";
    }

    .fa-medium-m:before {
      content: "\F3C7";
    }

    .fa-medkit:before {
      content: "\F0FA";
    }

    .fa-medrt:before {
      content: "\F3C8";
    }

    .fa-meetup:before {
      content: "\F2E0";
    }

    .fa-megaport:before {
      content: "\F5A3";
    }

    .fa-meh:before {
      content: "\F11A";
    }

    .fa-meh-blank:before {
      content: "\F5A4";
    }

    .fa-meh-rolling-eyes:before {
      content: "\F5A5";
    }

    .fa-memory:before {
      content: "\F538";
    }

    .fa-mendeley:before {
      content: "\F7B3";
    }

    .fa-menorah:before {
      content: "\F676";
    }

    .fa-mercury:before {
      content: "\F223";
    }

    .fa-meteor:before {
      content: "\F753";
    }

    .fa-microchip:before {
      content: "\F2DB";
    }

    .fa-microphone:before {
      content: "\F130";
    }

    .fa-microphone-alt:before {
      content: "\F3C9";
    }

    .fa-microphone-alt-slash:before {
      content: "\F539";
    }

    .fa-microphone-slash:before {
      content: "\F131";
    }

    .fa-microscope:before {
      content: "\F610";
    }

    .fa-microsoft:before {
      content: "\F3CA";
    }

    .fa-minus:before {
      content: "\F068";
    }

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

    .fa-minus-square:before {
      content: "\F146";
    }

    .fa-mitten:before {
      content: "\F7B5";
    }

    .fa-mix:before {
      content: "\F3CB";
    }

    .fa-mixcloud:before {
      content: "\F289";
    }

    .fa-mizuni:before {
      content: "\F3CC";
    }

    .fa-mobile:before {
      content: "\F10B";
    }

    .fa-mobile-alt:before {
      content: "\F3CD";
    }

    .fa-modx:before {
      content: "\F285";
    }

    .fa-monero:before {
      content: "\F3D0";
    }

    .fa-money-bill:before {
      content: "\F0D6";
    }

    .fa-money-bill-alt:before {
      content: "\F3D1";
    }

    .fa-money-bill-wave:before {
      content: "\F53A";
    }

    .fa-money-bill-wave-alt:before {
      content: "\F53B";
    }

    .fa-money-check:before {
      content: "\F53C";
    }

    .fa-money-check-alt:before {
      content: "\F53D";
    }

    .fa-monument:before {
      content: "\F5A6";
    }

    .fa-moon:before {
      content: "\F186";
    }

    .fa-mortar-pestle:before {
      content: "\F5A7";
    }

    .fa-mosque:before {
      content: "\F678";
    }

    .fa-motorcycle:before {
      content: "\F21C";
    }

    .fa-mountain:before {
      content: "\F6FC";
    }

    .fa-mouse-pointer:before {
      content: "\F245";
    }

    .fa-mug-hot:before {
      content: "\F7B6";
    }

    .fa-music:before {
      content: "\F001";
    }

    .fa-napster:before {
      content: "\F3D2";
    }

    .fa-neos:before {
      content: "\F612";
    }

    .fa-network-wired:before {
      content: "\F6FF";
    }

    .fa-neuter:before {
      content: "\F22C";
    }

    .fa-newspaper:before {
      content: "\F1EA";
    }

    .fa-nimblr:before {
      content: "\F5A8";
    }

    .fa-node:before {
      content: "\F419";
    }

    .fa-node-js:before {
      content: "\F3D3";
    }

    .fa-not-equal:before {
      content: "\F53E";
    }

    .fa-notes-medical:before {
      content: "\F481";
    }

    .fa-npm:before {
      content: "\F3D4";
    }

    .fa-ns8:before {
      content: "\F3D5";
    }

    .fa-nutritionix:before {
      content: "\F3D6";
    }

    .fa-object-group:before {
      content: "\F247";
    }

    .fa-object-ungroup:before {
      content: "\F248";
    }

    .fa-odnoklassniki:before {
      content: "\F263";
    }

    .fa-odnoklassniki-square:before {
      content: "\F264";
    }

    .fa-oil-can:before {
      content: "\F613";
    }

    .fa-old-republic:before {
      content: "\F510";
    }

    .fa-om:before {
      content: "\F679";
    }

    .fa-opencart:before {
      content: "\F23D";
    }

    .fa-openid:before {
      content: "\F19B";
    }

    .fa-opera:before {
      content: "\F26A";
    }

    .fa-optin-monster:before {
      content: "\F23C";
    }

    .fa-osi:before {
      content: "\F41A";
    }

    .fa-otter:before {
      content: "\F700";
    }

    .fa-outdent:before {
      content: "\F03B";
    }

    .fa-page4:before {
      content: "\F3D7";
    }

    .fa-pagelines:before {
      content: "\F18C";
    }

    .fa-pager:before {
      content: "\F815";
    }

    .fa-paint-brush:before {
      content: "\F1FC";
    }

    .fa-paint-roller:before {
      content: "\F5AA";
    }

    .fa-palette:before {
      content: "\F53F";
    }

    .fa-palfed:before {
      content: "\F3D8";
    }

    .fa-pallet:before {
      content: "\F482";
    }

    .fa-paper-plane:before {
      content: "\F1D8";
    }

    .fa-paperclip:before {
      content: "\F0C6";
    }

    .fa-parachute-box:before {
      content: "\F4CD";
    }

    .fa-paragraph:before {
      content: "\F1DD";
    }

    .fa-parking:before {
      content: "\F540";
    }

    .fa-passport:before {
      content: "\F5AB";
    }

    .fa-pastafarianism:before {
      content: "\F67B";
    }

    .fa-paste:before {
      content: "\F0EA";
    }

    .fa-patreon:before {
      content: "\F3D9";
    }

    .fa-pause:before {
      content: "\F04C";
    }

    .fa-pause-circle:before {
      content: "\F28B";
    }

    .fa-paw:before {
      content: "\F1B0";
    }

    .fa-paypal:before {
      content: "\F1ED";
    }

    .fa-peace:before {
      content: "\F67C";
    }

    .fa-pen:before {
      content: "\F304";
    }

    .fa-pen-alt:before {
      content: "\F305";
    }

    .fa-pen-fancy:before {
      content: "\F5AC";
    }

    .fa-pen-nib:before {
      content: "\F5AD";
    }

    .fa-pen-square:before {
      content: "\F14B";
    }

    .fa-pencil-alt:before {
      content: "\F303";
    }

    .fa-pencil-ruler:before {
      content: "\F5AE";
    }

    .fa-penny-arcade:before {
      content: "\F704";
    }

    .fa-people-carry:before {
      content: "\F4CE";
    }

    .fa-pepper-hot:before {
      content: "\F816";
    }

    .fa-percent:before {
      content: "\F295";
    }

    .fa-percentage:before {
      content: "\F541";
    }

    .fa-periscope:before {
      content: "\F3DA";
    }

    .fa-person-booth:before {
      content: "\F756";
    }

    .fa-phabricator:before {
      content: "\F3DB";
    }

    .fa-phoenix-framework:before {
      content: "\F3DC";
    }

    .fa-phoenix-squadron:before {
      content: "\F511";
    }

    .fa-phone:before {
      content: "\F095";
    }

    .fa-phone-alt:before {
      content: "\F879";
    }

    .fa-phone-slash:before {
      content: "\F3DD";
    }

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

    .fa-phone-square-alt:before {
      content: "\F87B";
    }

    .fa-phone-volume:before {
      content: "\F2A0";
    }

    .fa-photo-video:before {
      content: "\F87C";
    }

    .fa-php:before {
      content: "\F457";
    }

    .fa-pied-piper:before {
      content: "\F2AE";
    }

    .fa-pied-piper-alt:before {
      content: "\F1A8";
    }

    .fa-pied-piper-hat:before {
      content: "\F4E5";
    }

    .fa-pied-piper-pp:before {
      content: "\F1A7";
    }

    .fa-piggy-bank:before {
      content: "\F4D3";
    }

    .fa-pills:before {
      content: "\F484";
    }

    .fa-pinterest:before {
      content: "\F0D2";
    }

    .fa-pinterest-p:before {
      content: "\F231";
    }

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

    .fa-pizza-slice:before {
      content: "\F818";
    }

    .fa-place-of-worship:before {
      content: "\F67F";
    }

    .fa-plane:before {
      content: "\F072";
    }

    .fa-plane-arrival:before {
      content: "\F5AF";
    }

    .fa-plane-departure:before {
      content: "\F5B0";
    }

    .fa-play:before {
      content: "\F04B";
    }

    .fa-play-circle:before {
      content: "\F144";
    }

    .fa-playstation:before {
      content: "\F3DF";
    }

    .fa-plug:before {
      content: "\F1E6";
    }

    .fa-plus:before {
      content: "\F067";
    }

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

    .fa-plus-square:before {
      content: "\F0FE";
    }

    .fa-podcast:before {
      content: "\F2CE";
    }

    .fa-poll:before {
      content: "\F681";
    }

    .fa-poll-h:before {
      content: "\F682";
    }

    .fa-poo:before {
      content: "\F2FE";
    }

    .fa-poo-storm:before {
      content: "\F75A";
    }

    .fa-poop:before {
      content: "\F619";
    }

    .fa-portrait:before {
      content: "\F3E0";
    }

    .fa-pound-sign:before {
      content: "\F154";
    }

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

    .fa-pray:before {
      content: "\F683";
    }

    .fa-praying-hands:before {
      content: "\F684";
    }

    .fa-prescription:before {
      content: "\F5B1";
    }

    .fa-prescription-bottle:before {
      content: "\F485";
    }

    .fa-prescription-bottle-alt:before {
      content: "\F486";
    }

    .fa-print:before {
      content: "\F02F";
    }

    .fa-procedures:before {
      content: "\F487";
    }

    .fa-product-hunt:before {
      content: "\F288";
    }

    .fa-project-diagram:before {
      content: "\F542";
    }

    .fa-pushed:before {
      content: "\F3E1";
    }

    .fa-puzzle-piece:before {
      content: "\F12E";
    }

    .fa-python:before {
      content: "\F3E2";
    }

    .fa-qq:before {
      content: "\F1D6";
    }

    .fa-qrcode:before {
      content: "\F029";
    }

    .fa-question:before {
      content: "\F128";
    }

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

    .fa-quidditch:before {
      content: "\F458";
    }

    .fa-quinscape:before {
      content: "\F459";
    }

    .fa-quora:before {
      content: "\F2C4";
    }

    .fa-quote-left:before {
      content: "\F10D";
    }

    .fa-quote-right:before {
      content: "\F10E";
    }

    .fa-quran:before {
      content: "\F687";
    }

    .fa-r-project:before {
      content: "\F4F7";
    }

    .fa-radiation:before {
      content: "\F7B9";
    }

    .fa-radiation-alt:before {
      content: "\F7BA";
    }

    .fa-rainbow:before {
      content: "\F75B";
    }

    .fa-random:before {
      content: "\F074";
    }

    .fa-raspberry-pi:before {
      content: "\F7BB";
    }

    .fa-ravelry:before {
      content: "\F2D9";
    }

    .fa-react:before {
      content: "\F41B";
    }

    .fa-reacteurope:before {
      content: "\F75D";
    }

    .fa-readme:before {
      content: "\F4D5";
    }

    .fa-rebel:before {
      content: "\F1D0";
    }

    .fa-receipt:before {
      content: "\F543";
    }

    .fa-recycle:before {
      content: "\F1B8";
    }

    .fa-red-river:before {
      content: "\F3E3";
    }

    .fa-reddit:before {
      content: "\F1A1";
    }

    .fa-reddit-alien:before {
      content: "\F281";
    }

    .fa-reddit-square:before {
      content: "\F1A2";
    }

    .fa-redhat:before {
      content: "\F7BC";
    }

    .fa-redo:before {
      content: "\F01E";
    }

    .fa-redo-alt:before {
      content: "\F2F9";
    }

    .fa-registered:before {
      content: "\F25D";
    }

    .fa-remove-format:before {
      content: "\F87D";
    }

    .fa-renren:before {
      content: "\F18B";
    }

    .fa-reply:before {
      content: "\F3E5";
    }

    .fa-reply-all:before {
      content: "\F122";
    }

    .fa-replyd:before {
      content: "\F3E6";
    }

    .fa-republican:before {
      content: "\F75E";
    }

    .fa-researchgate:before {
      content: "\F4F8";
    }

    .fa-resolving:before {
      content: "\F3E7";
    }

    .fa-restroom:before {
      content: "\F7BD";
    }

    .fa-retweet:before {
      content: "\F079";
    }

    .fa-rev:before {
      content: "\F5B2";
    }

    .fa-ribbon:before {
      content: "\F4D6";
    }

    .fa-ring:before {
      content: "\F70B";
    }

    .fa-road:before {
      content: "\F018";
    }

    .fa-robot:before {
      content: "\F544";
    }

    .fa-rocket:before {
      content: "\F135";
    }

    .fa-rocketchat:before {
      content: "\F3E8";
    }

    .fa-rockrms:before {
      content: "\F3E9";
    }

    .fa-route:before {
      content: "\F4D7";
    }

    .fa-rss:before {
      content: "\F09E";
    }

    .fa-rss-square:before {
      content: "\F143";
    }

    .fa-ruble-sign:before {
      content: "\F158";
    }

    .fa-ruler:before {
      content: "\F545";
    }

    .fa-ruler-combined:before {
      content: "\F546";
    }

    .fa-ruler-horizontal:before {
      content: "\F547";
    }

    .fa-ruler-vertical:before {
      content: "\F548";
    }

    .fa-running:before {
      content: "\F70C";
    }

    .fa-rupee-sign:before {
      content: "\F156";
    }

    .fa-sad-cry:before {
      content: "\F5B3";
    }

    .fa-sad-tear:before {
      content: "\F5B4";
    }

    .fa-safari:before {
      content: "\F267";
    }

    .fa-salesforce:before {
      content: "\F83B";
    }

    .fa-sass:before {
      content: "\F41E";
    }

    .fa-satellite:before {
      content: "\F7BF";
    }

    .fa-satellite-dish:before {
      content: "\F7C0";
    }

    .fa-save:before {
      content: "\F0C7";
    }

    .fa-schlix:before {
      content: "\F3EA";
    }

    .fa-school:before {
      content: "\F549";
    }

    .fa-screwdriver:before {
      content: "\F54A";
    }

    .fa-scribd:before {
      content: "\F28A";
    }

    .fa-scroll:before {
      content: "\F70E";
    }

    .fa-sd-card:before {
      content: "\F7C2";
    }

    .fa-search:before {
      content: "\F002";
    }

    .fa-search-dollar:before {
      content: "\F688";
    }

    .fa-search-location:before {
      content: "\F689";
    }

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

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

    .fa-searchengin:before {
      content: "\F3EB";
    }

    .fa-seedling:before {
      content: "\F4D8";
    }

    .fa-sellcast:before {
      content: "\F2DA";
    }

    .fa-sellsy:before {
      content: "\F213";
    }

    .fa-server:before {
      content: "\F233";
    }

    .fa-servicestack:before {
      content: "\F3EC";
    }

    .fa-shapes:before {
      content: "\F61F";
    }

    .fa-share:before {
      content: "\F064";
    }

    .fa-share-alt:before {
      content: "\F1E0";
    }

    .fa-share-alt-square:before {
      content: "\F1E1";
    }

    .fa-share-square:before {
      content: "\F14D";
    }

    .fa-shekel-sign:before {
      content: "\F20B";
    }

    .fa-shield-alt:before {
      content: "\F3ED";
    }

    .fa-ship:before {
      content: "\F21A";
    }

    .fa-shipping-fast:before {
      content: "\F48B";
    }

    .fa-shirtsinbulk:before {
      content: "\F214";
    }

    .fa-shoe-prints:before {
      content: "\F54B";
    }

    .fa-shopping-bag:before {
      content: "\F290";
    }

    .fa-shopping-basket:before {
      content: "\F291";
    }

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

    .fa-shopware:before {
      content: "\F5B5";
    }

    .fa-shower:before {
      content: "\F2CC";
    }

    .fa-shuttle-van:before {
      content: "\F5B6";
    }

    .fa-sign:before {
      content: "\F4D9";
    }

    .fa-sign-in-alt:before {
      content: "\F2F6";
    }

    .fa-sign-language:before {
      content: "\F2A7";
    }

    .fa-sign-out-alt:before {
      content: "\F2F5";
    }

    .fa-signal:before {
      content: "\F012";
    }

    .fa-signature:before {
      content: "\F5B7";
    }

    .fa-sim-card:before {
      content: "\F7C4";
    }

    .fa-simplybuilt:before {
      content: "\F215";
    }

    .fa-sistrix:before {
      content: "\F3EE";
    }

    .fa-sitemap:before {
      content: "\F0E8";
    }

    .fa-sith:before {
      content: "\F512";
    }

    .fa-skating:before {
      content: "\F7C5";
    }

    .fa-sketch:before {
      content: "\F7C6";
    }

    .fa-skiing:before {
      content: "\F7C9";
    }

    .fa-skiing-nordic:before {
      content: "\F7CA";
    }

    .fa-skull:before {
      content: "\F54C";
    }

    .fa-skull-crossbones:before {
      content: "\F714";
    }

    .fa-skyatlas:before {
      content: "\F216";
    }

    .fa-skype:before {
      content: "\F17E";
    }

    .fa-slack:before {
      content: "\F198";
    }

    .fa-slack-hash:before {
      content: "\F3EF";
    }

    .fa-slash:before {
      content: "\F715";
    }

    .fa-sleigh:before {
      content: "\F7CC";
    }

    .fa-sliders-h:before {
      content: "\F1DE";
    }

    .fa-slideshare:before {
      content: "\F1E7";
    }

    .fa-smile:before {
      content: "\F118";
    }

    .fa-smile-beam:before {
      content: "\F5B8";
    }

    .fa-smile-wink:before {
      content: "\F4DA";
    }

    .fa-smog:before {
      content: "\F75F";
    }

    .fa-smoking:before {
      content: "\F48D";
    }

    .fa-smoking-ban:before {
      content: "\F54D";
    }

    .fa-sms:before {
      content: "\F7CD";
    }

    .fa-snapchat:before {
      content: "\F2AB";
    }

    .fa-snapchat-ghost:before {
      content: "\F2AC";
    }

    .fa-snapchat-square:before {
      content: "\F2AD";
    }

    .fa-snowboarding:before {
      content: "\F7CE";
    }

    .fa-snowflake:before {
      content: "\F2DC";
    }

    .fa-snowman:before {
      content: "\F7D0";
    }

    .fa-snowplow:before {
      content: "\F7D2";
    }

    .fa-socks:before {
      content: "\F696";
    }

    .fa-solar-panel:before {
      content: "\F5BA";
    }

    .fa-sort:before {
      content: "\F0DC";
    }

    .fa-sort-alpha-down:before {
      content: "\F15D";
    }

    .fa-sort-alpha-down-alt:before {
      content: "\F881";
    }

    .fa-sort-alpha-up:before {
      content: "\F15E";
    }

    .fa-sort-alpha-up-alt:before {
      content: "\F882";
    }

    .fa-sort-amount-down:before {
      content: "\F160";
    }

    .fa-sort-amount-down-alt:before {
      content: "\F884";
    }

    .fa-sort-amount-up:before {
      content: "\F161";
    }

    .fa-sort-amount-up-alt:before {
      content: "\F885";
    }

    .fa-sort-down:before {
      content: "\F0DD";
    }

    .fa-sort-numeric-down:before {
      content: "\F162";
    }

    .fa-sort-numeric-down-alt:before {
      content: "\F886";
    }

    .fa-sort-numeric-up:before {
      content: "\F163";
    }

    .fa-sort-numeric-up-alt:before {
      content: "\F887";
    }

    .fa-sort-up:before {
      content: "\F0DE";
    }

    .fa-soundcloud:before {
      content: "\F1BE";
    }

    .fa-sourcetree:before {
      content: "\F7D3";
    }

    .fa-spa:before {
      content: "\F5BB";
    }

    .fa-space-shuttle:before {
      content: "\F197";
    }

    .fa-speakap:before {
      content: "\F3F3";
    }

    .fa-speaker-deck:before {
      content: "\F83C";
    }

    .fa-spell-check:before {
      content: "\F891";
    }

    .fa-spider:before {
      content: "\F717";
    }

    .fa-spinner:before {
      content: "\F110";
    }

    .fa-splotch:before {
      content: "\F5BC";
    }

    .fa-spotify:before {
      content: "\F1BC";
    }

    .fa-spray-can:before {
      content: "\F5BD";
    }

    .fa-square:before {
      content: "\F0C8";
    }

    .fa-square-full:before {
      content: "\F45C";
    }

    .fa-square-root-alt:before {
      content: "\F698";
    }

    .fa-squarespace:before {
      content: "\F5BE";
    }

    .fa-stack-exchange:before {
      content: "\F18D";
    }

    .fa-stack-overflow:before {
      content: "\F16C";
    }

    .fa-stackpath:before {
      content: "\F842";
    }

    .fa-stamp:before {
      content: "\F5BF";
    }

    .fa-star:before {
      content: "\F005";
    }

    .fa-star-and-crescent:before {
      content: "\F699";
    }

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

    .fa-star-half-alt:before {
      content: "\F5C0";
    }

    .fa-star-of-david:before {
      content: "\F69A";
    }

    .fa-star-of-life:before {
      content: "\F621";
    }

    .fa-staylinked:before {
      content: "\F3F5";
    }

    .fa-steam:before {
      content: "\F1B6";
    }

    .fa-steam-square:before {
      content: "\F1B7";
    }

    .fa-steam-symbol:before {
      content: "\F3F6";
    }

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

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

    .fa-stethoscope:before {
      content: "\F0F1";
    }

    .fa-sticker-mule:before {
      content: "\F3F7";
    }

    .fa-sticky-note:before {
      content: "\F249";
    }

    .fa-stop:before {
      content: "\F04D";
    }

    .fa-stop-circle:before {
      content: "\F28D";
    }

    .fa-stopwatch:before {
      content: "\F2F2";
    }

    .fa-store:before {
      content: "\F54E";
    }

    .fa-store-alt:before {
      content: "\F54F";
    }

    .fa-strava:before {
      content: "\F428";
    }

    .fa-stream:before {
      content: "\F550";
    }

    .fa-street-view:before {
      content: "\F21D";
    }

    .fa-strikethrough:before {
      content: "\F0CC";
    }

    .fa-stripe:before {
      content: "\F429";
    }

    .fa-stripe-s:before {
      content: "\F42A";
    }

    .fa-stroopwafel:before {
      content: "\F551";
    }

    .fa-studiovinari:before {
      content: "\F3F8";
    }

    .fa-stumbleupon:before {
      content: "\F1A4";
    }

    .fa-stumbleupon-circle:before {
      content: "\F1A3";
    }

    .fa-subscript:before {
      content: "\F12C";
    }

    .fa-subway:before {
      content: "\F239";
    }

    .fa-suitcase:before {
      content: "\F0F2";
    }

    .fa-suitcase-rolling:before {
      content: "\F5C1";
    }

    .fa-sun:before {
      content: "\F185";
    }

    .fa-superpowers:before {
      content: "\F2DD";
    }

    .fa-superscript:before {
      content: "\F12B";
    }

    .fa-supple:before {
      content: "\F3F9";
    }

    .fa-surprise:before {
      content: "\F5C2";
    }

    .fa-suse:before {
      content: "\F7D6";
    }

    .fa-swatchbook:before {
      content: "\F5C3";
    }

    .fa-swimmer:before {
      content: "\F5C4";
    }

    .fa-swimming-pool:before {
      content: "\F5C5";
    }

    .fa-symfony:before {
      content: "\F83D";
    }

    .fa-synagogue:before {
      content: "\F69B";
    }

    .fa-sync:before {
      content: "\F021";
    }

    .fa-sync-alt:before {
      content: "\F2F1";
    }

    .fa-syringe:before {
      content: "\F48E";
    }

    .fa-table:before {
      content: "\F0CE";
    }

    .fa-table-tennis:before {
      content: "\F45D";
    }

    .fa-tablet:before {
      content: "\F10A";
    }

    .fa-tablet-alt:before {
      content: "\F3FA";
    }

    .fa-tablets:before {
      content: "\F490";
    }

    .fa-tachometer-alt:before {
      content: "\F3FD";
    }

    .fa-tag:before {
      content: "\F02B";
    }

    .fa-tags:before {
      content: "\F02C";
    }

    .fa-tape:before {
      content: "\F4DB";
    }

    .fa-tasks:before {
      content: "\F0AE";
    }

    .fa-taxi:before {
      content: "\F1BA";
    }

    .fa-teamspeak:before {
      content: "\F4F9";
    }

    .fa-teeth:before {
      content: "\F62E";
    }

    .fa-teeth-open:before {
      content: "\F62F";
    }

    .fa-telegram:before {
      content: "\F2C6";
    }

    .fa-telegram-plane:before {
      content: "\F3FE";
    }

    .fa-temperature-high:before {
      content: "\F769";
    }

    .fa-temperature-low:before {
      content: "\F76B";
    }

    .fa-tencent-weibo:before {
      content: "\F1D5";
    }

    .fa-tenge:before {
      content: "\F7D7";
    }

    .fa-terminal:before {
      content: "\F120";
    }

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

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

    .fa-th:before {
      content: "\F00A";
    }

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

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

    .fa-the-red-yeti:before {
      content: "\F69D";
    }

    .fa-theater-masks:before {
      content: "\F630";
    }

    .fa-themeco:before {
      content: "\F5C6";
    }

    .fa-themeisle:before {
      content: "\F2B2";
    }

    .fa-thermometer:before {
      content: "\F491";
    }

    .fa-thermometer-empty:before {
      content: "\F2CB";
    }

    .fa-thermometer-full:before {
      content: "\F2C7";
    }

    .fa-thermometer-half:before {
      content: "\F2C9";
    }

    .fa-thermometer-quarter:before {
      content: "\F2CA";
    }

    .fa-thermometer-three-quarters:before {
      content: "\F2C8";
    }

    .fa-think-peaks:before {
      content: "\F731";
    }

    .fa-thumbs-down:before {
      content: "\F165";
    }

    .fa-thumbs-up:before {
      content: "\F164";
    }

    .fa-thumbtack:before {
      content: "\F08D";
    }

    .fa-ticket-alt:before {
      content: "\F3FF";
    }

    .fa-times:before {
      content: "\F00D";
    }

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

    .fa-tint:before {
      content: "\F043";
    }

    .fa-tint-slash:before {
      content: "\F5C7";
    }

    .fa-tired:before {
      content: "\F5C8";
    }

    .fa-toggle-off:before {
      content: "\F204";
    }

    .fa-toggle-on:before {
      content: "\F205";
    }

    .fa-toilet:before {
      content: "\F7D8";
    }

    .fa-toilet-paper:before {
      content: "\F71E";
    }

    .fa-toolbox:before {
      content: "\F552";
    }

    .fa-tools:before {
      content: "\F7D9";
    }

    .fa-tooth:before {
      content: "\F5C9";
    }

    .fa-torah:before {
      content: "\F6A0";
    }

    .fa-torii-gate:before {
      content: "\F6A1";
    }

    .fa-tractor:before {
      content: "\F722";
    }

    .fa-trade-federation:before {
      content: "\F513";
    }

    .fa-trademark:before {
      content: "\F25C";
    }

    .fa-traffic-light:before {
      content: "\F637";
    }

    .fa-train:before {
      content: "\F238";
    }

    .fa-tram:before {
      content: "\F7DA";
    }

    .fa-transgender:before {
      content: "\F224";
    }

    .fa-transgender-alt:before {
      content: "\F225";
    }

    .fa-trash:before {
      content: "\F1F8";
    }

    .fa-trash-alt:before {
      content: "\F2ED";
    }

    .fa-trash-restore:before {
      content: "\F829";
    }

    .fa-trash-restore-alt:before {
      content: "\F82A";
    }

    .fa-tree:before {
      content: "\F1BB";
    }

    .fa-trello:before {
      content: "\F181";
    }

    .fa-tripadvisor:before {
      content: "\F262";
    }

    .fa-trophy:before {
      content: "\F091";
    }

    .fa-truck:before {
      content: "\F0D1";
    }

    .fa-truck-loading:before {
      content: "\F4DE";
    }

    .fa-truck-monster:before {
      content: "\F63B";
    }

    .fa-truck-moving:before {
      content: "\F4DF";
    }

    .fa-truck-pickup:before {
      content: "\F63C";
    }

    .fa-tshirt:before {
      content: "\F553";
    }

    .fa-tty:before {
      content: "\F1E4";
    }

    .fa-tumblr:before {
      content: "\F173";
    }

    .fa-tumblr-square:before {
      content: "\F174";
    }

    .fa-tv:before {
      content: "\F26C";
    }

    .fa-twitch:before {
      content: "\F1E8";
    }

    .fa-twitter:before {
      content: "\F099";
    }

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

    .fa-typo3:before {
      content: "\F42B";
    }

    .fa-uber:before {
      content: "\F402";
    }

    .fa-ubuntu:before {
      content: "\F7DF";
    }

    .fa-uikit:before {
      content: "\F403";
    }

    .fa-umbrella:before {
      content: "\F0E9";
    }

    .fa-umbrella-beach:before {
      content: "\F5CA";
    }

    .fa-underline:before {
      content: "\F0CD";
    }

    .fa-undo:before {
      content: "\F0E2";
    }

    .fa-undo-alt:before {
      content: "\F2EA";
    }

    .fa-uniregistry:before {
      content: "\F404";
    }

    .fa-universal-access:before {
      content: "\F29A";
    }

    .fa-university:before {
      content: "\F19C";
    }

    .fa-unlink:before {
      content: "\F127";
    }

    .fa-unlock:before {
      content: "\F09C";
    }

    .fa-unlock-alt:before {
      content: "\F13E";
    }

    .fa-untappd:before {
      content: "\F405";
    }

    .fa-upload:before {
      content: "\F093";
    }

    .fa-ups:before {
      content: "\F7E0";
    }

    .fa-usb:before {
      content: "\F287";
    }

    .fa-user:before {
      content: "\F007";
    }

    .fa-user-alt:before {
      content: "\F406";
    }

    .fa-user-alt-slash:before {
      content: "\F4FA";
    }

    .fa-user-astronaut:before {
      content: "\F4FB";
    }

    .fa-user-check:before {
      content: "\F4FC";
    }

    .fa-user-circle:before {
      content: "\F2BD";
    }

    .fa-user-clock:before {
      content: "\F4FD";
    }

    .fa-user-cog:before {
      content: "\F4FE";
    }

    .fa-user-edit:before {
      content: "\F4FF";
    }

    .fa-user-friends:before {
      content: "\F500";
    }

    .fa-user-graduate:before {
      content: "\F501";
    }

    .fa-user-injured:before {
      content: "\F728";
    }

    .fa-user-lock:before {
      content: "\F502";
    }

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

    .fa-user-minus:before {
      content: "\F503";
    }

    .fa-user-ninja:before {
      content: "\F504";
    }

    .fa-user-nurse:before {
      content: "\F82F";
    }

    .fa-user-plus:before {
      content: "\F234";
    }

    .fa-user-secret:before {
      content: "\F21B";
    }

    .fa-user-shield:before {
      content: "\F505";
    }

    .fa-user-slash:before {
      content: "\F506";
    }

    .fa-user-tag:before {
      content: "\F507";
    }

    .fa-user-tie:before {
      content: "\F508";
    }

    .fa-user-times:before {
      content: "\F235";
    }

    .fa-users:before {
      content: "\F0C0";
    }

    .fa-users-cog:before {
      content: "\F509";
    }

    .fa-usps:before {
      content: "\F7E1";
    }

    .fa-ussunnah:before {
      content: "\F407";
    }

    .fa-utensil-spoon:before {
      content: "\F2E5";
    }

    .fa-utensils:before {
      content: "\F2E7";
    }

    .fa-vaadin:before {
      content: "\F408";
    }

    .fa-vector-square:before {
      content: "\F5CB";
    }

    .fa-venus:before {
      content: "\F221";
    }

    .fa-venus-double:before {
      content: "\F226";
    }

    .fa-venus-mars:before {
      content: "\F228";
    }

    .fa-viacoin:before {
      content: "\F237";
    }

    .fa-viadeo:before {
      content: "\F2A9";
    }

    .fa-viadeo-square:before {
      content: "\F2AA";
    }

    .fa-vial:before {
      content: "\F492";
    }

    .fa-vials:before {
      content: "\F493";
    }

    .fa-viber:before {
      content: "\F409";
    }

    .fa-video:before {
      content: "\F03D";
    }

    .fa-video-slash:before {
      content: "\F4E2";
    }

    .fa-vihara:before {
      content: "\F6A7";
    }

    .fa-vimeo:before {
      content: "\F40A";
    }

    .fa-vimeo-square:before {
      content: "\F194";
    }

    .fa-vimeo-v:before {
      content: "\F27D";
    }

    .fa-vine:before {
      content: "\F1CA";
    }

    .fa-vk:before {
      content: "\F189";
    }

    .fa-vnv:before {
      content: "\F40B";
    }

    .fa-voicemail:before {
      content: "\F897";
    }

    .fa-volleyball-ball:before {
      content: "\F45F";
    }

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

    .fa-volume-mute:before {
      content: "\F6A9";
    }

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

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

    .fa-vote-yea:before {
      content: "\F772";
    }

    .fa-vr-cardboard:before {
      content: "\F729";
    }

    .fa-vuejs:before {
      content: "\F41F";
    }

    .fa-walking:before {
      content: "\F554";
    }

    .fa-wallet:before {
      content: "\F555";
    }

    .fa-warehouse:before {
      content: "\F494";
    }

    .fa-water:before {
      content: "\F773";
    }

    .fa-wave-square:before {
      content: "\F83E";
    }

    .fa-waze:before {
      content: "\F83F";
    }

    .fa-weebly:before {
      content: "\F5CC";
    }

    .fa-weibo:before {
      content: "\F18A";
    }

    .fa-weight:before {
      content: "\F496";
    }

    .fa-weight-hanging:before {
      content: "\F5CD";
    }

    .fa-weixin:before {
      content: "\F1D7";
    }

    .fa-whatsapp:before {
      content: "\F232";
    }

    .fa-whatsapp-square:before {
      content: "\F40C";
    }

    .fa-wheelchair:before {
      content: "\F193";
    }

    .fa-whmcs:before {
      content: "\F40D";
    }

    .fa-wifi:before {
      content: "\F1EB";
    }

    .fa-wikipedia-w:before {
      content: "\F266";
    }

    .fa-wind:before {
      content: "\F72E";
    }

    .fa-window-close:before {
      content: "\F410";
    }

    .fa-window-maximize:before {
      content: "\F2D0";
    }

    .fa-window-minimize:before {
      content: "\F2D1";
    }

    .fa-window-restore:before {
      content: "\F2D2";
    }

    .fa-windows:before {
      content: "\F17A";
    }

    .fa-wine-bottle:before {
      content: "\F72F";
    }

    .fa-wine-glass:before {
      content: "\F4E3";
    }

    .fa-wine-glass-alt:before {
      content: "\F5CE";
    }

    .fa-wix:before {
      content: "\F5CF";
    }

    .fa-wizards-of-the-coast:before {
      content: "\F730";
    }

    .fa-wolf-pack-battalion:before {
      content: "\F514";
    }

    .fa-won-sign:before {
      content: "\F159";
    }

    .fa-wordpress:before {
      content: "\F19A";
    }

    .fa-wordpress-simple:before {
      content: "\F411";
    }

    .fa-wpbeginner:before {
      content: "\F297";
    }

    .fa-wpexplorer:before {
      content: "\F2DE";
    }

    .fa-wpforms:before {
      content: "\F298";
    }

    .fa-wpressr:before {
      content: "\F3E4";
    }

    .fa-wrench:before {
      content: "\F0AD";
    }

    .fa-x-ray:before {
      content: "\F497";
    }

    .fa-xbox:before {
      content: "\F412";
    }

    .fa-xing:before {
      content: "\F168";
    }

    .fa-xing-square:before {
      content: "\F169";
    }

    .fa-y-combinator:before {
      content: "\F23B";
    }

    .fa-yahoo:before {
      content: "\F19E";
    }

    .fa-yammer:before {
      content: "\F840";
    }

    .fa-yandex:before {
      content: "\F413";
    }

    .fa-yandex-international:before {
      content: "\F414";
    }

    .fa-yarn:before {
      content: "\F7E3";
    }

    .fa-yelp:before {
      content: "\F1E9";
    }

    .fa-yen-sign:before {
      content: "\F157";
    }

    .fa-yin-yang:before {
      content: "\F6AD";
    }

    .fa-yoast:before {
      content: "\F2B1";
    }

    .fa-youtube:before {
      content: "\F167";
    }

    .fa-youtube-square:before {
      content: "\F431";
    }

    .fa-zhihu:before {
      content: "\F63F";
    }

    .sr-only {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .sr-only-focusable:active,
    .sr-only-focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto;
    }

    @font-face {
      font-family: 'Font Awesome 5 Brands';
      font-style: normal;
      font-weight: normal;
      font-display: auto;
      src: url(fonts/fa-brands-400.14c590d1.eot);
      src: url(fonts/fa-brands-400.14c590d1.eot?#iefix) format("embedded-opentype"), url(fonts/fa-brands-400.3e1b2a65.woff2) format("woff2"), url(fonts/fa-brands-400.df02c782.woff) format("woff"), url(fonts/fa-brands-400.5e8aa9ea.ttf) format("truetype"), url(static/img/fa-brands-400.bfa9c38b.svg#fontawesome) format("svg");
    }

    .fab {
      font-family: 'Font Awesome 5 Brands';
    }

    @font-face {
      font-family: 'Font Awesome 5 Free';
      font-style: normal;
      font-weight: 400;
      font-display: auto;
      src: url(fonts/fa-regular-400.aa66d0e0.eot);
      src: url(fonts/fa-regular-400.aa66d0e0.eot?#iefix) format("embedded-opentype"), url(fonts/fa-regular-400.ac21cac3.woff2) format("woff2"), url(fonts/fa-regular-400.5623624d.woff) format("woff"), url(fonts/fa-regular-400.285a9d2a.ttf) format("truetype"), url(static/img/fa-regular-400.95f13e0b.svg#fontawesome) format("svg");
    }

    .far {
      font-family: 'Font Awesome 5 Free';
      font-weight: 400;
    }

    @font-face {
      font-family: 'Font Awesome 5 Free';
      font-style: normal;
      font-weight: 900;
      font-display: auto;
      src: url(fonts/fa-solid-900.42e1fbd2.eot);
      src: url(fonts/fa-solid-900.42e1fbd2.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.d6d8d5da.woff2) format("woff2"), url(fonts/fa-solid-900.3ded831d.woff) format("woff"), url(fonts/fa-solid-900.896e20e2.ttf) format("truetype"), url(static/img/fa-solid-900.6ed5e3bc.svg#fontawesome) format("svg");
    }

    .fa,
    .fas {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
    }

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

      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

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

      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
  </style>
  <style type="text/css">
    .subtext {
      font-size: 11px !important;
      font-weight: 400;
    }

    .paragraph {
      font-size: 13px !important;
      font-weight: 400;
    }

    .subheading-2 {
      font-size: 15px !important;
      font-weight: 400;
    }

    @-webkit-keyframes shake {
      59% {
        margin-left: 0;
      }

      60%,
      80% {
        margin-left: 2px;
      }

      70%,
      90% {
        margin-left: -2px;
      }
    }

    @keyframes shake {
      59% {
        margin-left: 0;
      }

      60%,
      80% {
        margin-left: 2px;
      }

      70%,
      90% {
        margin-left: -2px;
      }
    }

    .black {
      background-color: #000 !important;
      border-color: #000 !important;
    }

    .black--text {
      color: #000 !important;
      caret-color: #000 !important;
    }

    .white {
      background-color: #fff !important;
      border-color: #fff !important;
    }

    .white--text {
      color: #fff !important;
      caret-color: #fff !important;
    }

    .transparent {
      background-color: transparent !important;
      border-color: transparent !important;
    }

    .transparent--text {
      color: transparent !important;
      caret-color: transparent !important;
    }

    .red {
      background-color: #f44336 !important;
      border-color: #f44336 !important;
    }

    .red--text {
      color: #f44336 !important;
      caret-color: #f44336 !important;
    }

    .red.lighten-5 {
      background-color: #ffebee !important;
      border-color: #ffebee !important;
    }

    .red--text.text--lighten-5 {
      color: #ffebee !important;
      caret-color: #ffebee !important;
    }

    .red.lighten-4 {
      background-color: #ffcdd2 !important;
      border-color: #ffcdd2 !important;
    }

    .red--text.text--lighten-4 {
      color: #ffcdd2 !important;
      caret-color: #ffcdd2 !important;
    }

    .red.lighten-3 {
      background-color: #ef9a9a !important;
      border-color: #ef9a9a !important;
    }

    .red--text.text--lighten-3 {
      color: #ef9a9a !important;
      caret-color: #ef9a9a !important;
    }

    .red.lighten-2 {
      background-color: #e57373 !important;
      border-color: #e57373 !important;
    }

    .red--text.text--lighten-2 {
      color: #e57373 !important;
      caret-color: #e57373 !important;
    }

    .red.lighten-1 {
      background-color: #ef5350 !important;
      border-color: #ef5350 !important;
    }

    .red--text.text--lighten-1 {
      color: #ef5350 !important;
      caret-color: #ef5350 !important;
    }

    .red.darken-1 {
      background-color: #e53935 !important;
      border-color: #e53935 !important;
    }

    .red--text.text--darken-1 {
      color: #e53935 !important;
      caret-color: #e53935 !important;
    }

    .red.darken-2 {
      background-color: #d32f2f !important;
      border-color: #d32f2f !important;
    }

    .red--text.text--darken-2 {
      color: #d32f2f !important;
      caret-color: #d32f2f !important;
    }

    .red.darken-3 {
      background-color: #c62828 !important;
      border-color: #c62828 !important;
    }

    .red--text.text--darken-3 {
      color: #c62828 !important;
      caret-color: #c62828 !important;
    }

    .red.darken-4 {
      background-color: #b71c1c !important;
      border-color: #b71c1c !important;
    }

    .red--text.text--darken-4 {
      color: #b71c1c !important;
      caret-color: #b71c1c !important;
    }

    .red.accent-1 {
      background-color: #ff8a80 !important;
      border-color: #ff8a80 !important;
    }

    .red--text.text--accent-1 {
      color: #ff8a80 !important;
      caret-color: #ff8a80 !important;
    }

    .red.accent-2 {
      background-color: #ff5252 !important;
      border-color: #ff5252 !important;
    }

    .red--text.text--accent-2 {
      color: #ff5252 !important;
      caret-color: #ff5252 !important;
    }

    .red.accent-3 {
      background-color: #ff1744 !important;
      border-color: #ff1744 !important;
    }

    .red--text.text--accent-3 {
      color: #ff1744 !important;
      caret-color: #ff1744 !important;
    }

    .red.accent-4 {
      background-color: #d50000 !important;
      border-color: #d50000 !important;
    }

    .red--text.text--accent-4 {
      color: #d50000 !important;
      caret-color: #d50000 !important;
    }

    .pink {
      background-color: #e91e63 !important;
      border-color: #e91e63 !important;
    }

    .pink--text {
      color: #e91e63 !important;
      caret-color: #e91e63 !important;
    }

    .pink.lighten-5 {
      background-color: #fce4ec !important;
      border-color: #fce4ec !important;
    }

    .pink--text.text--lighten-5 {
      color: #fce4ec !important;
      caret-color: #fce4ec !important;
    }

    .pink.lighten-4 {
      background-color: #f8bbd0 !important;
      border-color: #f8bbd0 !important;
    }

    .pink--text.text--lighten-4 {
      color: #f8bbd0 !important;
      caret-color: #f8bbd0 !important;
    }

    .pink.lighten-3 {
      background-color: #f48fb1 !important;
      border-color: #f48fb1 !important;
    }

    .pink--text.text--lighten-3 {
      color: #f48fb1 !important;
      caret-color: #f48fb1 !important;
    }

    .pink.lighten-2 {
      background-color: #f06292 !important;
      border-color: #f06292 !important;
    }

    .pink--text.text--lighten-2 {
      color: #f06292 !important;
      caret-color: #f06292 !important;
    }

    .pink.lighten-1 {
      background-color: #ec407a !important;
      border-color: #ec407a !important;
    }

    .pink--text.text--lighten-1 {
      color: #ec407a !important;
      caret-color: #ec407a !important;
    }

    .pink.darken-1 {
      background-color: #d81b60 !important;
      border-color: #d81b60 !important;
    }

    .pink--text.text--darken-1 {
      color: #d81b60 !important;
      caret-color: #d81b60 !important;
    }

    .pink.darken-2 {
      background-color: #c2185b !important;
      border-color: #c2185b !important;
    }

    .pink--text.text--darken-2 {
      color: #c2185b !important;
      caret-color: #c2185b !important;
    }

    .pink.darken-3 {
      background-color: #ad1457 !important;
      border-color: #ad1457 !important;
    }

    .pink--text.text--darken-3 {
      color: #ad1457 !important;
      caret-color: #ad1457 !important;
    }

    .pink.darken-4 {
      background-color: #880e4f !important;
      border-color: #880e4f !important;
    }

    .pink--text.text--darken-4 {
      color: #880e4f !important;
      caret-color: #880e4f !important;
    }

    .pink.accent-1 {
      background-color: #ff80ab !important;
      border-color: #ff80ab !important;
    }

    .pink--text.text--accent-1 {
      color: #ff80ab !important;
      caret-color: #ff80ab !important;
    }

    .pink.accent-2 {
      background-color: #ff4081 !important;
      border-color: #ff4081 !important;
    }

    .pink--text.text--accent-2 {
      color: #ff4081 !important;
      caret-color: #ff4081 !important;
    }

    .pink.accent-3 {
      background-color: #f50057 !important;
      border-color: #f50057 !important;
    }

    .pink--text.text--accent-3 {
      color: #f50057 !important;
      caret-color: #f50057 !important;
    }

    .pink.accent-4 {
      background-color: #c51162 !important;
      border-color: #c51162 !important;
    }

    .pink--text.text--accent-4 {
      color: #c51162 !important;
      caret-color: #c51162 !important;
    }

    .purple {
      background-color: #9c27b0 !important;
      border-color: #9c27b0 !important;
    }

    .purple--text {
      color: #9c27b0 !important;
      caret-color: #9c27b0 !important;
    }

    .purple.lighten-5 {
      background-color: #f3e5f5 !important;
      border-color: #f3e5f5 !important;
    }

    .purple--text.text--lighten-5 {
      color: #f3e5f5 !important;
      caret-color: #f3e5f5 !important;
    }

    .purple.lighten-4 {
      background-color: #e1bee7 !important;
      border-color: #e1bee7 !important;
    }

    .purple--text.text--lighten-4 {
      color: #e1bee7 !important;
      caret-color: #e1bee7 !important;
    }

    .purple.lighten-3 {
      background-color: #ce93d8 !important;
      border-color: #ce93d8 !important;
    }

    .purple--text.text--lighten-3 {
      color: #ce93d8 !important;
      caret-color: #ce93d8 !important;
    }

    .purple.lighten-2 {
      background-color: #ba68c8 !important;
      border-color: #ba68c8 !important;
    }

    .purple--text.text--lighten-2 {
      color: #ba68c8 !important;
      caret-color: #ba68c8 !important;
    }

    .purple.lighten-1 {
      background-color: #ab47bc !important;
      border-color: #ab47bc !important;
    }

    .purple--text.text--lighten-1 {
      color: #ab47bc !important;
      caret-color: #ab47bc !important;
    }

    .purple.darken-1 {
      background-color: #8e24aa !important;
      border-color: #8e24aa !important;
    }

    .purple--text.text--darken-1 {
      color: #8e24aa !important;
      caret-color: #8e24aa !important;
    }

    .purple.darken-2 {
      background-color: #7b1fa2 !important;
      border-color: #7b1fa2 !important;
    }

    .purple--text.text--darken-2 {
      color: #7b1fa2 !important;
      caret-color: #7b1fa2 !important;
    }

    .purple.darken-3 {
      background-color: #6a1b9a !important;
      border-color: #6a1b9a !important;
    }

    .purple--text.text--darken-3 {
      color: #6a1b9a !important;
      caret-color: #6a1b9a !important;
    }

    .purple.darken-4 {
      background-color: #4a148c !important;
      border-color: #4a148c !important;
    }

    .purple--text.text--darken-4 {
      color: #4a148c !important;
      caret-color: #4a148c !important;
    }

    .purple.accent-1 {
      background-color: #ea80fc !important;
      border-color: #ea80fc !important;
    }

    .purple--text.text--accent-1 {
      color: #ea80fc !important;
      caret-color: #ea80fc !important;
    }

    .purple.accent-2 {
      background-color: #e040fb !important;
      border-color: #e040fb !important;
    }

    .purple--text.text--accent-2 {
      color: #e040fb !important;
      caret-color: #e040fb !important;
    }

    .purple.accent-3 {
      background-color: #d500f9 !important;
      border-color: #d500f9 !important;
    }

    .purple--text.text--accent-3 {
      color: #d500f9 !important;
      caret-color: #d500f9 !important;
    }

    .purple.accent-4 {
      background-color: #a0f !important;
      border-color: #a0f !important;
    }

    .purple--text.text--accent-4 {
      color: #a0f !important;
      caret-color: #a0f !important;
    }

    .deep-purple {
      background-color: #673ab7 !important;
      border-color: #673ab7 !important;
    }

    .deep-purple--text {
      color: #673ab7 !important;
      caret-color: #673ab7 !important;
    }

    .deep-purple.lighten-5 {
      background-color: #ede7f6 !important;
      border-color: #ede7f6 !important;
    }

    .deep-purple--text.text--lighten-5 {
      color: #ede7f6 !important;
      caret-color: #ede7f6 !important;
    }

    .deep-purple.lighten-4 {
      background-color: #d1c4e9 !important;
      border-color: #d1c4e9 !important;
    }

    .deep-purple--text.text--lighten-4 {
      color: #d1c4e9 !important;
      caret-color: #d1c4e9 !important;
    }

    .deep-purple.lighten-3 {
      background-color: #b39ddb !important;
      border-color: #b39ddb !important;
    }

    .deep-purple--text.text--lighten-3 {
      color: #b39ddb !important;
      caret-color: #b39ddb !important;
    }

    .deep-purple.lighten-2 {
      background-color: #9575cd !important;
      border-color: #9575cd !important;
    }

    .deep-purple--text.text--lighten-2 {
      color: #9575cd !important;
      caret-color: #9575cd !important;
    }

    .deep-purple.lighten-1 {
      background-color: #7e57c2 !important;
      border-color: #7e57c2 !important;
    }

    .deep-purple--text.text--lighten-1 {
      color: #7e57c2 !important;
      caret-color: #7e57c2 !important;
    }

    .deep-purple.darken-1 {
      background-color: #5e35b1 !important;
      border-color: #5e35b1 !important;
    }

    .deep-purple--text.text--darken-1 {
      color: #5e35b1 !important;
      caret-color: #5e35b1 !important;
    }

    .deep-purple.darken-2 {
      background-color: #512da8 !important;
      border-color: #512da8 !important;
    }

    .deep-purple--text.text--darken-2 {
      color: #512da8 !important;
      caret-color: #512da8 !important;
    }

    .deep-purple.darken-3 {
      background-color: #4527a0 !important;
      border-color: #4527a0 !important;
    }

    .deep-purple--text.text--darken-3 {
      color: #4527a0 !important;
      caret-color: #4527a0 !important;
    }

    .deep-purple.darken-4 {
      background-color: #311b92 !important;
      border-color: #311b92 !important;
    }

    .deep-purple--text.text--darken-4 {
      color: #311b92 !important;
      caret-color: #311b92 !important;
    }

    .deep-purple.accent-1 {
      background-color: #b388ff !important;
      border-color: #b388ff !important;
    }

    .deep-purple--text.text--accent-1 {
      color: #b388ff !important;
      caret-color: #b388ff !important;
    }

    .deep-purple.accent-2 {
      background-color: #7c4dff !important;
      border-color: #7c4dff !important;
    }

    .deep-purple--text.text--accent-2 {
      color: #7c4dff !important;
      caret-color: #7c4dff !important;
    }

    .deep-purple.accent-3 {
      background-color: #651fff !important;
      border-color: #651fff !important;
    }

    .deep-purple--text.text--accent-3 {
      color: #651fff !important;
      caret-color: #651fff !important;
    }

    .deep-purple.accent-4 {
      background-color: #6200ea !important;
      border-color: #6200ea !important;
    }

    .deep-purple--text.text--accent-4 {
      color: #6200ea !important;
      caret-color: #6200ea !important;
    }

    .indigo {
      background-color: #3f51b5 !important;
      border-color: #3f51b5 !important;
    }

    .indigo--text {
      color: #3f51b5 !important;
      caret-color: #3f51b5 !important;
    }

    .indigo.lighten-5 {
      background-color: #e8eaf6 !important;
      border-color: #e8eaf6 !important;
    }

    .indigo--text.text--lighten-5 {
      color: #e8eaf6 !important;
      caret-color: #e8eaf6 !important;
    }

    .indigo.lighten-4 {
      background-color: #c5cae9 !important;
      border-color: #c5cae9 !important;
    }

    .indigo--text.text--lighten-4 {
      color: #c5cae9 !important;
      caret-color: #c5cae9 !important;
    }

    .indigo.lighten-3 {
      background-color: #9fa8da !important;
      border-color: #9fa8da !important;
    }

    .indigo--text.text--lighten-3 {
      color: #9fa8da !important;
      caret-color: #9fa8da !important;
    }

    .indigo.lighten-2 {
      background-color: #7986cb !important;
      border-color: #7986cb !important;
    }

    .indigo--text.text--lighten-2 {
      color: #7986cb !important;
      caret-color: #7986cb !important;
    }

    .indigo.lighten-1 {
      background-color: #5c6bc0 !important;
      border-color: #5c6bc0 !important;
    }

    .indigo--text.text--lighten-1 {
      color: #5c6bc0 !important;
      caret-color: #5c6bc0 !important;
    }

    .indigo.darken-1 {
      background-color: #3949ab !important;
      border-color: #3949ab !important;
    }

    .indigo--text.text--darken-1 {
      color: #3949ab !important;
      caret-color: #3949ab !important;
    }

    .indigo.darken-2 {
      background-color: #303f9f !important;
      border-color: #303f9f !important;
    }

    .indigo--text.text--darken-2 {
      color: #303f9f !important;
      caret-color: #303f9f !important;
    }

    .indigo.darken-3 {
      background-color: #283593 !important;
      border-color: #283593 !important;
    }

    .indigo--text.text--darken-3 {
      color: #283593 !important;
      caret-color: #283593 !important;
    }

    .indigo.darken-4 {
      background-color: #1a237e !important;
      border-color: #1a237e !important;
    }

    .indigo--text.text--darken-4 {
      color: #1a237e !important;
      caret-color: #1a237e !important;
    }

    .indigo.accent-1 {
      background-color: #8c9eff !important;
      border-color: #8c9eff !important;
    }

    .indigo--text.text--accent-1 {
      color: #8c9eff !important;
      caret-color: #8c9eff !important;
    }

    .indigo.accent-2 {
      background-color: #536dfe !important;
      border-color: #536dfe !important;
    }

    .indigo--text.text--accent-2 {
      color: #536dfe !important;
      caret-color: #536dfe !important;
    }

    .indigo.accent-3 {
      background-color: #3d5afe !important;
      border-color: #3d5afe !important;
    }

    .indigo--text.text--accent-3 {
      color: #3d5afe !important;
      caret-color: #3d5afe !important;
    }

    .indigo.accent-4 {
      background-color: #304ffe !important;
      border-color: #304ffe !important;
    }

    .indigo--text.text--accent-4 {
      color: #304ffe !important;
      caret-color: #304ffe !important;
    }

    .blue {
      background-color: #2196f3 !important;
      border-color: #2196f3 !important;
    }

    .blue--text {
      color: #2196f3 !important;
      caret-color: #2196f3 !important;
    }

    .blue.lighten-5 {
      background-color: #e3f2fd !important;
      border-color: #e3f2fd !important;
    }

    .blue--text.text--lighten-5 {
      color: #e3f2fd !important;
      caret-color: #e3f2fd !important;
    }

    .blue.lighten-4 {
      background-color: #bbdefb !important;
      border-color: #bbdefb !important;
    }

    .blue--text.text--lighten-4 {
      color: #bbdefb !important;
      caret-color: #bbdefb !important;
    }

    .blue.lighten-3 {
      background-color: #90caf9 !important;
      border-color: #90caf9 !important;
    }

    .blue--text.text--lighten-3 {
      color: #90caf9 !important;
      caret-color: #90caf9 !important;
    }

    .blue.lighten-2 {
      background-color: #64b5f6 !important;
      border-color: #64b5f6 !important;
    }

    .blue--text.text--lighten-2 {
      color: #64b5f6 !important;
      caret-color: #64b5f6 !important;
    }

    .blue.lighten-1 {
      background-color: #42a5f5 !important;
      border-color: #42a5f5 !important;
    }

    .blue--text.text--lighten-1 {
      color: #42a5f5 !important;
      caret-color: #42a5f5 !important;
    }

    .blue.darken-1 {
      background-color: #1e88e5 !important;
      border-color: #1e88e5 !important;
    }

    .blue--text.text--darken-1 {
      color: #1e88e5 !important;
      caret-color: #1e88e5 !important;
    }

    .blue.darken-2 {
      background-color: #1976d2 !important;
      border-color: #1976d2 !important;
    }

    .blue--text.text--darken-2 {
      color: #1976d2 !important;
      caret-color: #1976d2 !important;
    }

    .blue.darken-3 {
      background-color: #1565c0 !important;
      border-color: #1565c0 !important;
    }

    .blue--text.text--darken-3 {
      color: #1565c0 !important;
      caret-color: #1565c0 !important;
    }

    .blue.darken-4 {
      background-color: #0d47a1 !important;
      border-color: #0d47a1 !important;
    }

    .blue--text.text--darken-4 {
      color: #0d47a1 !important;
      caret-color: #0d47a1 !important;
    }

    .blue.accent-1 {
      background-color: #82b1ff !important;
      border-color: #82b1ff !important;
    }

    .blue--text.text--accent-1 {
      color: #82b1ff !important;
      caret-color: #82b1ff !important;
    }

    .blue.accent-2 {
      background-color: #448aff !important;
      border-color: #448aff !important;
    }

    .blue--text.text--accent-2 {
      color: #448aff !important;
      caret-color: #448aff !important;
    }

    .blue.accent-3 {
      background-color: #2979ff !important;
      border-color: #2979ff !important;
    }

    .blue--text.text--accent-3 {
      color: #2979ff !important;
      caret-color: #2979ff !important;
    }

    .blue.accent-4 {
      background-color: #2962ff !important;
      border-color: #2962ff !important;
    }

    .blue--text.text--accent-4 {
      color: #2962ff !important;
      caret-color: #2962ff !important;
    }

    .light-blue {
      background-color: #03a9f4 !important;
      border-color: #03a9f4 !important;
    }

    .light-blue--text {
      color: #03a9f4 !important;
      caret-color: #03a9f4 !important;
    }

    .light-blue.lighten-5 {
      background-color: #e1f5fe !important;
      border-color: #e1f5fe !important;
    }

    .light-blue--text.text--lighten-5 {
      color: #e1f5fe !important;
      caret-color: #e1f5fe !important;
    }

    .light-blue.lighten-4 {
      background-color: #b3e5fc !important;
      border-color: #b3e5fc !important;
    }

    .light-blue--text.text--lighten-4 {
      color: #b3e5fc !important;
      caret-color: #b3e5fc !important;
    }

    .light-blue.lighten-3 {
      background-color: #81d4fa !important;
      border-color: #81d4fa !important;
    }

    .light-blue--text.text--lighten-3 {
      color: #81d4fa !important;
      caret-color: #81d4fa !important;
    }

    .light-blue.lighten-2 {
      background-color: #4fc3f7 !important;
      border-color: #4fc3f7 !important;
    }

    .light-blue--text.text--lighten-2 {
      color: #4fc3f7 !important;
      caret-color: #4fc3f7 !important;
    }

    .light-blue.lighten-1 {
      background-color: #29b6f6 !important;
      border-color: #29b6f6 !important;
    }

    .light-blue--text.text--lighten-1 {
      color: #29b6f6 !important;
      caret-color: #29b6f6 !important;
    }

    .light-blue.darken-1 {
      background-color: #039be5 !important;
      border-color: #039be5 !important;
    }

    .light-blue--text.text--darken-1 {
      color: #039be5 !important;
      caret-color: #039be5 !important;
    }

    .light-blue.darken-2 {
      background-color: #0288d1 !important;
      border-color: #0288d1 !important;
    }

    .light-blue--text.text--darken-2 {
      color: #0288d1 !important;
      caret-color: #0288d1 !important;
    }

    .light-blue.darken-3 {
      background-color: #0277bd !important;
      border-color: #0277bd !important;
    }

    .light-blue--text.text--darken-3 {
      color: #0277bd !important;
      caret-color: #0277bd !important;
    }

    .light-blue.darken-4 {
      background-color: #01579b !important;
      border-color: #01579b !important;
    }

    .light-blue--text.text--darken-4 {
      color: #01579b !important;
      caret-color: #01579b !important;
    }

    .light-blue.accent-1 {
      background-color: #80d8ff !important;
      border-color: #80d8ff !important;
    }

    .light-blue--text.text--accent-1 {
      color: #80d8ff !important;
      caret-color: #80d8ff !important;
    }

    .light-blue.accent-2 {
      background-color: #40c4ff !important;
      border-color: #40c4ff !important;
    }

    .light-blue--text.text--accent-2 {
      color: #40c4ff !important;
      caret-color: #40c4ff !important;
    }

    .light-blue.accent-3 {
      background-color: #00b0ff !important;
      border-color: #00b0ff !important;
    }

    .light-blue--text.text--accent-3 {
      color: #00b0ff !important;
      caret-color: #00b0ff !important;
    }

    .light-blue.accent-4 {
      background-color: #0091ea !important;
      border-color: #0091ea !important;
    }

    .light-blue--text.text--accent-4 {
      color: #0091ea !important;
      caret-color: #0091ea !important;
    }

    .cyan {
      background-color: #00bcd4 !important;
      border-color: #00bcd4 !important;
    }

    .cyan--text {
      color: #00bcd4 !important;
      caret-color: #00bcd4 !important;
    }

    .cyan.lighten-5 {
      background-color: #e0f7fa !important;
      border-color: #e0f7fa !important;
    }

    .cyan--text.text--lighten-5 {
      color: #e0f7fa !important;
      caret-color: #e0f7fa !important;
    }

    .cyan.lighten-4 {
      background-color: #b2ebf2 !important;
      border-color: #b2ebf2 !important;
    }

    .cyan--text.text--lighten-4 {
      color: #b2ebf2 !important;
      caret-color: #b2ebf2 !important;
    }

    .cyan.lighten-3 {
      background-color: #80deea !important;
      border-color: #80deea !important;
    }

    .cyan--text.text--lighten-3 {
      color: #80deea !important;
      caret-color: #80deea !important;
    }

    .cyan.lighten-2 {
      background-color: #4dd0e1 !important;
      border-color: #4dd0e1 !important;
    }

    .cyan--text.text--lighten-2 {
      color: #4dd0e1 !important;
      caret-color: #4dd0e1 !important;
    }

    .cyan.lighten-1 {
      background-color: #26c6da !important;
      border-color: #26c6da !important;
    }

    .cyan--text.text--lighten-1 {
      color: #26c6da !important;
      caret-color: #26c6da !important;
    }

    .cyan.darken-1 {
      background-color: #00acc1 !important;
      border-color: #00acc1 !important;
    }

    .cyan--text.text--darken-1 {
      color: #00acc1 !important;
      caret-color: #00acc1 !important;
    }

    .cyan.darken-2 {
      background-color: #0097a7 !important;
      border-color: #0097a7 !important;
    }

    .cyan--text.text--darken-2 {
      color: #0097a7 !important;
      caret-color: #0097a7 !important;
    }

    .cyan.darken-3 {
      background-color: #00838f !important;
      border-color: #00838f !important;
    }

    .cyan--text.text--darken-3 {
      color: #00838f !important;
      caret-color: #00838f !important;
    }

    .cyan.darken-4 {
      background-color: #006064 !important;
      border-color: #006064 !important;
    }

    .cyan--text.text--darken-4 {
      color: #006064 !important;
      caret-color: #006064 !important;
    }

    .cyan.accent-1 {
      background-color: #84ffff !important;
      border-color: #84ffff !important;
    }

    .cyan--text.text--accent-1 {
      color: #84ffff !important;
      caret-color: #84ffff !important;
    }

    .cyan.accent-2 {
      background-color: #18ffff !important;
      border-color: #18ffff !important;
    }

    .cyan--text.text--accent-2 {
      color: #18ffff !important;
      caret-color: #18ffff !important;
    }

    .cyan.accent-3 {
      background-color: #00e5ff !important;
      border-color: #00e5ff !important;
    }

    .cyan--text.text--accent-3 {
      color: #00e5ff !important;
      caret-color: #00e5ff !important;
    }

    .cyan.accent-4 {
      background-color: #00b8d4 !important;
      border-color: #00b8d4 !important;
    }

    .cyan--text.text--accent-4 {
      color: #00b8d4 !important;
      caret-color: #00b8d4 !important;
    }

    .teal {
      background-color: #009688 !important;
      border-color: #009688 !important;
    }

    .teal--text {
      color: #009688 !important;
      caret-color: #009688 !important;
    }

    .teal.lighten-5 {
      background-color: #e0f2f1 !important;
      border-color: #e0f2f1 !important;
    }

    .teal--text.text--lighten-5 {
      color: #e0f2f1 !important;
      caret-color: #e0f2f1 !important;
    }

    .teal.lighten-4 {
      background-color: #b2dfdb !important;
      border-color: #b2dfdb !important;
    }

    .teal--text.text--lighten-4 {
      color: #b2dfdb !important;
      caret-color: #b2dfdb !important;
    }

    .teal.lighten-3 {
      background-color: #80cbc4 !important;
      border-color: #80cbc4 !important;
    }

    .teal--text.text--lighten-3 {
      color: #80cbc4 !important;
      caret-color: #80cbc4 !important;
    }

    .teal.lighten-2 {
      background-color: #4db6ac !important;
      border-color: #4db6ac !important;
    }

    .teal--text.text--lighten-2 {
      color: #4db6ac !important;
      caret-color: #4db6ac !important;
    }

    .teal.lighten-1 {
      background-color: #26a69a !important;
      border-color: #26a69a !important;
    }

    .teal--text.text--lighten-1 {
      color: #26a69a !important;
      caret-color: #26a69a !important;
    }

    .teal.darken-1 {
      background-color: #00897b !important;
      border-color: #00897b !important;
    }

    .teal--text.text--darken-1 {
      color: #00897b !important;
      caret-color: #00897b !important;
    }

    .teal.darken-2 {
      background-color: #00796b !important;
      border-color: #00796b !important;
    }

    .teal--text.text--darken-2 {
      color: #00796b !important;
      caret-color: #00796b !important;
    }

    .teal.darken-3 {
      background-color: #00695c !important;
      border-color: #00695c !important;
    }

    .teal--text.text--darken-3 {
      color: #00695c !important;
      caret-color: #00695c !important;
    }

    .teal.darken-4 {
      background-color: #004d40 !important;
      border-color: #004d40 !important;
    }

    .teal--text.text--darken-4 {
      color: #004d40 !important;
      caret-color: #004d40 !important;
    }

    .teal.accent-1 {
      background-color: #a7ffeb !important;
      border-color: #a7ffeb !important;
    }

    .teal--text.text--accent-1 {
      color: #a7ffeb !important;
      caret-color: #a7ffeb !important;
    }

    .teal.accent-2 {
      background-color: #64ffda !important;
      border-color: #64ffda !important;
    }

    .teal--text.text--accent-2 {
      color: #64ffda !important;
      caret-color: #64ffda !important;
    }

    .teal.accent-3 {
      background-color: #1de9b6 !important;
      border-color: #1de9b6 !important;
    }

    .teal--text.text--accent-3 {
      color: #1de9b6 !important;
      caret-color: #1de9b6 !important;
    }

    .teal.accent-4 {
      background-color: #00bfa5 !important;
      border-color: #00bfa5 !important;
    }

    .teal--text.text--accent-4 {
      color: #00bfa5 !important;
      caret-color: #00bfa5 !important;
    }

    .green {
      background-color: #4caf50 !important;
      border-color: #4caf50 !important;
    }

    .green--text {
      color: #4caf50 !important;
      caret-color: #4caf50 !important;
    }

    .green.lighten-5 {
      background-color: #e8f5e9 !important;
      border-color: #e8f5e9 !important;
    }

    .green--text.text--lighten-5 {
      color: #e8f5e9 !important;
      caret-color: #e8f5e9 !important;
    }

    .green.lighten-4 {
      background-color: #c8e6c9 !important;
      border-color: #c8e6c9 !important;
    }

    .green--text.text--lighten-4 {
      color: #c8e6c9 !important;
      caret-color: #c8e6c9 !important;
    }

    .green.lighten-3 {
      background-color: #a5d6a7 !important;
      border-color: #a5d6a7 !important;
    }

    .green--text.text--lighten-3 {
      color: #a5d6a7 !important;
      caret-color: #a5d6a7 !important;
    }

    .green.lighten-2 {
      background-color: #81c784 !important;
      border-color: #81c784 !important;
    }

    .green--text.text--lighten-2 {
      color: #81c784 !important;
      caret-color: #81c784 !important;
    }

    .green.lighten-1 {
      background-color: #66bb6a !important;
      border-color: #66bb6a !important;
    }

    .green--text.text--lighten-1 {
      color: #66bb6a !important;
      caret-color: #66bb6a !important;
    }

    .green.darken-1 {
      background-color: #43a047 !important;
      border-color: #43a047 !important;
    }

    .green--text.text--darken-1 {
      color: #43a047 !important;
      caret-color: #43a047 !important;
    }

    .green.darken-2 {
      background-color: #388e3c !important;
      border-color: #388e3c !important;
    }

    .green--text.text--darken-2 {
      color: #388e3c !important;
      caret-color: #388e3c !important;
    }

    .green.darken-3 {
      background-color: #2e7d32 !important;
      border-color: #2e7d32 !important;
    }

    .green--text.text--darken-3 {
      color: #2e7d32 !important;
      caret-color: #2e7d32 !important;
    }

    .green.darken-4 {
      background-color: #1b5e20 !important;
      border-color: #1b5e20 !important;
    }

    .green--text.text--darken-4 {
      color: #1b5e20 !important;
      caret-color: #1b5e20 !important;
    }

    .green.accent-1 {
      background-color: #b9f6ca !important;
      border-color: #b9f6ca !important;
    }

    .green--text.text--accent-1 {
      color: #b9f6ca !important;
      caret-color: #b9f6ca !important;
    }

    .green.accent-2 {
      background-color: #69f0ae !important;
      border-color: #69f0ae !important;
    }

    .green--text.text--accent-2 {
      color: #69f0ae !important;
      caret-color: #69f0ae !important;
    }

    .green.accent-3 {
      background-color: #00e676 !important;
      border-color: #00e676 !important;
    }

    .green--text.text--accent-3 {
      color: #00e676 !important;
      caret-color: #00e676 !important;
    }

    .green.accent-4 {
      background-color: #00c853 !important;
      border-color: #00c853 !important;
    }

    .green--text.text--accent-4 {
      color: #00c853 !important;
      caret-color: #00c853 !important;
    }

    .light-green {
      background-color: #8bc34a !important;
      border-color: #8bc34a !important;
    }

    .light-green--text {
      color: #8bc34a !important;
      caret-color: #8bc34a !important;
    }

    .light-green.lighten-5 {
      background-color: #f1f8e9 !important;
      border-color: #f1f8e9 !important;
    }

    .light-green--text.text--lighten-5 {
      color: #f1f8e9 !important;
      caret-color: #f1f8e9 !important;
    }

    .light-green.lighten-4 {
      background-color: #dcedc8 !important;
      border-color: #dcedc8 !important;
    }

    .light-green--text.text--lighten-4 {
      color: #dcedc8 !important;
      caret-color: #dcedc8 !important;
    }

    .light-green.lighten-3 {
      background-color: #c5e1a5 !important;
      border-color: #c5e1a5 !important;
    }

    .light-green--text.text--lighten-3 {
      color: #c5e1a5 !important;
      caret-color: #c5e1a5 !important;
    }

    .light-green.lighten-2 {
      background-color: #aed581 !important;
      border-color: #aed581 !important;
    }

    .light-green--text.text--lighten-2 {
      color: #aed581 !important;
      caret-color: #aed581 !important;
    }

    .light-green.lighten-1 {
      background-color: #9ccc65 !important;
      border-color: #9ccc65 !important;
    }

    .light-green--text.text--lighten-1 {
      color: #9ccc65 !important;
      caret-color: #9ccc65 !important;
    }

    .light-green.darken-1 {
      background-color: #7cb342 !important;
      border-color: #7cb342 !important;
    }

    .light-green--text.text--darken-1 {
      color: #7cb342 !important;
      caret-color: #7cb342 !important;
    }

    .light-green.darken-2 {
      background-color: #689f38 !important;
      border-color: #689f38 !important;
    }

    .light-green--text.text--darken-2 {
      color: #689f38 !important;
      caret-color: #689f38 !important;
    }

    .light-green.darken-3 {
      background-color: #558b2f !important;
      border-color: #558b2f !important;
    }

    .light-green--text.text--darken-3 {
      color: #558b2f !important;
      caret-color: #558b2f !important;
    }

    .light-green.darken-4 {
      background-color: #33691e !important;
      border-color: #33691e !important;
    }

    .light-green--text.text--darken-4 {
      color: #33691e !important;
      caret-color: #33691e !important;
    }

    .light-green.accent-1 {
      background-color: #ccff90 !important;
      border-color: #ccff90 !important;
    }

    .light-green--text.text--accent-1 {
      color: #ccff90 !important;
      caret-color: #ccff90 !important;
    }

    .light-green.accent-2 {
      background-color: #b2ff59 !important;
      border-color: #b2ff59 !important;
    }

    .light-green--text.text--accent-2 {
      color: #b2ff59 !important;
      caret-color: #b2ff59 !important;
    }

    .light-green.accent-3 {
      background-color: #76ff03 !important;
      border-color: #76ff03 !important;
    }

    .light-green--text.text--accent-3 {
      color: #76ff03 !important;
      caret-color: #76ff03 !important;
    }

    .light-green.accent-4 {
      background-color: #64dd17 !important;
      border-color: #64dd17 !important;
    }

    .light-green--text.text--accent-4 {
      color: #64dd17 !important;
      caret-color: #64dd17 !important;
    }

    .lime {
      background-color: #cddc39 !important;
      border-color: #cddc39 !important;
    }

    .lime--text {
      color: #cddc39 !important;
      caret-color: #cddc39 !important;
    }

    .lime.lighten-5 {
      background-color: #f9fbe7 !important;
      border-color: #f9fbe7 !important;
    }

    .lime--text.text--lighten-5 {
      color: #f9fbe7 !important;
      caret-color: #f9fbe7 !important;
    }

    .lime.lighten-4 {
      background-color: #f0f4c3 !important;
      border-color: #f0f4c3 !important;
    }

    .lime--text.text--lighten-4 {
      color: #f0f4c3 !important;
      caret-color: #f0f4c3 !important;
    }

    .lime.lighten-3 {
      background-color: #e6ee9c !important;
      border-color: #e6ee9c !important;
    }

    .lime--text.text--lighten-3 {
      color: #e6ee9c !important;
      caret-color: #e6ee9c !important;
    }

    .lime.lighten-2 {
      background-color: #dce775 !important;
      border-color: #dce775 !important;
    }

    .lime--text.text--lighten-2 {
      color: #dce775 !important;
      caret-color: #dce775 !important;
    }

    .lime.lighten-1 {
      background-color: #d4e157 !important;
      border-color: #d4e157 !important;
    }

    .lime--text.text--lighten-1 {
      color: #d4e157 !important;
      caret-color: #d4e157 !important;
    }

    .lime.darken-1 {
      background-color: #c0ca33 !important;
      border-color: #c0ca33 !important;
    }

    .lime--text.text--darken-1 {
      color: #c0ca33 !important;
      caret-color: #c0ca33 !important;
    }

    .lime.darken-2 {
      background-color: #afb42b !important;
      border-color: #afb42b !important;
    }

    .lime--text.text--darken-2 {
      color: #afb42b !important;
      caret-color: #afb42b !important;
    }

    .lime.darken-3 {
      background-color: #9e9d24 !important;
      border-color: #9e9d24 !important;
    }

    .lime--text.text--darken-3 {
      color: #9e9d24 !important;
      caret-color: #9e9d24 !important;
    }

    .lime.darken-4 {
      background-color: #827717 !important;
      border-color: #827717 !important;
    }

    .lime--text.text--darken-4 {
      color: #827717 !important;
      caret-color: #827717 !important;
    }

    .lime.accent-1 {
      background-color: #f4ff81 !important;
      border-color: #f4ff81 !important;
    }

    .lime--text.text--accent-1 {
      color: #f4ff81 !important;
      caret-color: #f4ff81 !important;
    }

    .lime.accent-2 {
      background-color: #eeff41 !important;
      border-color: #eeff41 !important;
    }

    .lime--text.text--accent-2 {
      color: #eeff41 !important;
      caret-color: #eeff41 !important;
    }

    .lime.accent-3 {
      background-color: #c6ff00 !important;
      border-color: #c6ff00 !important;
    }

    .lime--text.text--accent-3 {
      color: #c6ff00 !important;
      caret-color: #c6ff00 !important;
    }

    .lime.accent-4 {
      background-color: #aeea00 !important;
      border-color: #aeea00 !important;
    }

    .lime--text.text--accent-4 {
      color: #aeea00 !important;
      caret-color: #aeea00 !important;
    }

    .yellow {
      background-color: #ffeb3b !important;
      border-color: #ffeb3b !important;
    }

    .yellow--text {
      color: #ffeb3b !important;
      caret-color: #ffeb3b !important;
    }

    .yellow.lighten-5 {
      background-color: #fffde7 !important;
      border-color: #fffde7 !important;
    }

    .yellow--text.text--lighten-5 {
      color: #fffde7 !important;
      caret-color: #fffde7 !important;
    }

    .yellow.lighten-4 {
      background-color: #fff9c4 !important;
      border-color: #fff9c4 !important;
    }

    .yellow--text.text--lighten-4 {
      color: #fff9c4 !important;
      caret-color: #fff9c4 !important;
    }

    .yellow.lighten-3 {
      background-color: #fff59d !important;
      border-color: #fff59d !important;
    }

    .yellow--text.text--lighten-3 {
      color: #fff59d !important;
      caret-color: #fff59d !important;
    }

    .yellow.lighten-2 {
      background-color: #fff176 !important;
      border-color: #fff176 !important;
    }

    .yellow--text.text--lighten-2 {
      color: #fff176 !important;
      caret-color: #fff176 !important;
    }

    .yellow.lighten-1 {
      background-color: #ffee58 !important;
      border-color: #ffee58 !important;
    }

    .yellow--text.text--lighten-1 {
      color: #ffee58 !important;
      caret-color: #ffee58 !important;
    }

    .yellow.darken-1 {
      background-color: #fdd835 !important;
      border-color: #fdd835 !important;
    }

    .yellow--text.text--darken-1 {
      color: #fdd835 !important;
      caret-color: #fdd835 !important;
    }

    .yellow.darken-2 {
      background-color: #fbc02d !important;
      border-color: #fbc02d !important;
    }

    .yellow--text.text--darken-2 {
      color: #fbc02d !important;
      caret-color: #fbc02d !important;
    }

    .yellow.darken-3 {
      background-color: #f9a825 !important;
      border-color: #f9a825 !important;
    }

    .yellow--text.text--darken-3 {
      color: #f9a825 !important;
      caret-color: #f9a825 !important;
    }

    .yellow.darken-4 {
      background-color: #f57f17 !important;
      border-color: #f57f17 !important;
    }

    .yellow--text.text--darken-4 {
      color: #f57f17 !important;
      caret-color: #f57f17 !important;
    }

    .yellow.accent-1 {
      background-color: #ffff8d !important;
      border-color: #ffff8d !important;
    }

    .yellow--text.text--accent-1 {
      color: #ffff8d !important;
      caret-color: #ffff8d !important;
    }

    .yellow.accent-2 {
      background-color: #ff0 !important;
      border-color: #ff0 !important;
    }

    .yellow--text.text--accent-2 {
      color: #ff0 !important;
      caret-color: #ff0 !important;
    }

    .yellow.accent-3 {
      background-color: #ffea00 !important;
      border-color: #ffea00 !important;
    }

    .yellow--text.text--accent-3 {
      color: #ffea00 !important;
      caret-color: #ffea00 !important;
    }

    .yellow.accent-4 {
      background-color: #ffd600 !important;
      border-color: #ffd600 !important;
    }

    .yellow--text.text--accent-4 {
      color: #ffd600 !important;
      caret-color: #ffd600 !important;
    }

    .amber {
      background-color: #ffc107 !important;
      border-color: #ffc107 !important;
    }

    .amber--text {
      color: #ffc107 !important;
      caret-color: #ffc107 !important;
    }

    .amber.lighten-5 {
      background-color: #fff8e1 !important;
      border-color: #fff8e1 !important;
    }

    .amber--text.text--lighten-5 {
      color: #fff8e1 !important;
      caret-color: #fff8e1 !important;
    }

    .amber.lighten-4 {
      background-color: #ffecb3 !important;
      border-color: #ffecb3 !important;
    }

    .amber--text.text--lighten-4 {
      color: #ffecb3 !important;
      caret-color: #ffecb3 !important;
    }

    .amber.lighten-3 {
      background-color: #ffe082 !important;
      border-color: #ffe082 !important;
    }

    .amber--text.text--lighten-3 {
      color: #ffe082 !important;
      caret-color: #ffe082 !important;
    }

    .amber.lighten-2 {
      background-color: #ffd54f !important;
      border-color: #ffd54f !important;
    }

    .amber--text.text--lighten-2 {
      color: #ffd54f !important;
      caret-color: #ffd54f !important;
    }

    .amber.lighten-1 {
      background-color: #ffca28 !important;
      border-color: #ffca28 !important;
    }

    .amber--text.text--lighten-1 {
      color: #ffca28 !important;
      caret-color: #ffca28 !important;
    }

    .amber.darken-1 {
      background-color: #ffb300 !important;
      border-color: #ffb300 !important;
    }

    .amber--text.text--darken-1 {
      color: #ffb300 !important;
      caret-color: #ffb300 !important;
    }

    .amber.darken-2 {
      background-color: #ffa000 !important;
      border-color: #ffa000 !important;
    }

    .amber--text.text--darken-2 {
      color: #ffa000 !important;
      caret-color: #ffa000 !important;
    }

    .amber.darken-3 {
      background-color: #ff8f00 !important;
      border-color: #ff8f00 !important;
    }

    .amber--text.text--darken-3 {
      color: #ff8f00 !important;
      caret-color: #ff8f00 !important;
    }

    .amber.darken-4 {
      background-color: #ff6f00 !important;
      border-color: #ff6f00 !important;
    }

    .amber--text.text--darken-4 {
      color: #ff6f00 !important;
      caret-color: #ff6f00 !important;
    }

    .amber.accent-1 {
      background-color: #ffe57f !important;
      border-color: #ffe57f !important;
    }

    .amber--text.text--accent-1 {
      color: #ffe57f !important;
      caret-color: #ffe57f !important;
    }

    .amber.accent-2 {
      background-color: #ffd740 !important;
      border-color: #ffd740 !important;
    }

    .amber--text.text--accent-2 {
      color: #ffd740 !important;
      caret-color: #ffd740 !important;
    }

    .amber.accent-3 {
      background-color: #ffc400 !important;
      border-color: #ffc400 !important;
    }

    .amber--text.text--accent-3 {
      color: #ffc400 !important;
      caret-color: #ffc400 !important;
    }

    .amber.accent-4 {
      background-color: #ffab00 !important;
      border-color: #ffab00 !important;
    }

    .amber--text.text--accent-4 {
      color: #ffab00 !important;
      caret-color: #ffab00 !important;
    }

    .orange {
      background-color: #ff9800 !important;
      border-color: #ff9800 !important;
    }

    .orange--text {
      color: #ff9800 !important;
      caret-color: #ff9800 !important;
    }

    .orange.lighten-5 {
      background-color: #fff3e0 !important;
      border-color: #fff3e0 !important;
    }

    .orange--text.text--lighten-5 {
      color: #fff3e0 !important;
      caret-color: #fff3e0 !important;
    }

    .orange.lighten-4 {
      background-color: #ffe0b2 !important;
      border-color: #ffe0b2 !important;
    }

    .orange--text.text--lighten-4 {
      color: #ffe0b2 !important;
      caret-color: #ffe0b2 !important;
    }

    .orange.lighten-3 {
      background-color: #ffcc80 !important;
      border-color: #ffcc80 !important;
    }

    .orange--text.text--lighten-3 {
      color: #ffcc80 !important;
      caret-color: #ffcc80 !important;
    }

    .orange.lighten-2 {
      background-color: #ffb74d !important;
      border-color: #ffb74d !important;
    }

    .orange--text.text--lighten-2 {
      color: #ffb74d !important;
      caret-color: #ffb74d !important;
    }

    .orange.lighten-1 {
      background-color: #ffa726 !important;
      border-color: #ffa726 !important;
    }

    .orange--text.text--lighten-1 {
      color: #ffa726 !important;
      caret-color: #ffa726 !important;
    }

    .orange.darken-1 {
      background-color: #fb8c00 !important;
      border-color: #fb8c00 !important;
    }

    .orange--text.text--darken-1 {
      color: #fb8c00 !important;
      caret-color: #fb8c00 !important;
    }

    .orange.darken-2 {
      background-color: #f57c00 !important;
      border-color: #f57c00 !important;
    }

    .orange--text.text--darken-2 {
      color: #f57c00 !important;
      caret-color: #f57c00 !important;
    }

    .orange.darken-3 {
      background-color: #ef6c00 !important;
      border-color: #ef6c00 !important;
    }

    .orange--text.text--darken-3 {
      color: #ef6c00 !important;
      caret-color: #ef6c00 !important;
    }

    .orange.darken-4 {
      background-color: #e65100 !important;
      border-color: #e65100 !important;
    }

    .orange--text.text--darken-4 {
      color: #e65100 !important;
      caret-color: #e65100 !important;
    }

    .orange.accent-1 {
      background-color: #ffd180 !important;
      border-color: #ffd180 !important;
    }

    .orange--text.text--accent-1 {
      color: #ffd180 !important;
      caret-color: #ffd180 !important;
    }

    .orange.accent-2 {
      background-color: #ffab40 !important;
      border-color: #ffab40 !important;
    }

    .orange--text.text--accent-2 {
      color: #ffab40 !important;
      caret-color: #ffab40 !important;
    }

    .orange.accent-3 {
      background-color: #ff9100 !important;
      border-color: #ff9100 !important;
    }

    .orange--text.text--accent-3 {
      color: #ff9100 !important;
      caret-color: #ff9100 !important;
    }

    .orange.accent-4 {
      background-color: #ff6d00 !important;
      border-color: #ff6d00 !important;
    }

    .orange--text.text--accent-4 {
      color: #ff6d00 !important;
      caret-color: #ff6d00 !important;
    }

    .deep-orange {
      background-color: #ff5722 !important;
      border-color: #ff5722 !important;
    }

    .deep-orange--text {
      color: #ff5722 !important;
      caret-color: #ff5722 !important;
    }

    .deep-orange.lighten-5 {
      background-color: #fbe9e7 !important;
      border-color: #fbe9e7 !important;
    }

    .deep-orange--text.text--lighten-5 {
      color: #fbe9e7 !important;
      caret-color: #fbe9e7 !important;
    }

    .deep-orange.lighten-4 {
      background-color: #ffccbc !important;
      border-color: #ffccbc !important;
    }

    .deep-orange--text.text--lighten-4 {
      color: #ffccbc !important;
      caret-color: #ffccbc !important;
    }

    .deep-orange.lighten-3 {
      background-color: #ffab91 !important;
      border-color: #ffab91 !important;
    }

    .deep-orange--text.text--lighten-3 {
      color: #ffab91 !important;
      caret-color: #ffab91 !important;
    }

    .deep-orange.lighten-2 {
      background-color: #ff8a65 !important;
      border-color: #ff8a65 !important;
    }

    .deep-orange--text.text--lighten-2 {
      color: #ff8a65 !important;
      caret-color: #ff8a65 !important;
    }

    .deep-orange.lighten-1 {
      background-color: #ff7043 !important;
      border-color: #ff7043 !important;
    }

    .deep-orange--text.text--lighten-1 {
      color: #ff7043 !important;
      caret-color: #ff7043 !important;
    }

    .deep-orange.darken-1 {
      background-color: #f4511e !important;
      border-color: #f4511e !important;
    }

    .deep-orange--text.text--darken-1 {
      color: #f4511e !important;
      caret-color: #f4511e !important;
    }

    .deep-orange.darken-2 {
      background-color: #e64a19 !important;
      border-color: #e64a19 !important;
    }

    .deep-orange--text.text--darken-2 {
      color: #e64a19 !important;
      caret-color: #e64a19 !important;
    }

    .deep-orange.darken-3 {
      background-color: #d84315 !important;
      border-color: #d84315 !important;
    }

    .deep-orange--text.text--darken-3 {
      color: #d84315 !important;
      caret-color: #d84315 !important;
    }

    .deep-orange.darken-4 {
      background-color: #bf360c !important;
      border-color: #bf360c !important;
    }

    .deep-orange--text.text--darken-4 {
      color: #bf360c !important;
      caret-color: #bf360c !important;
    }

    .deep-orange.accent-1 {
      background-color: #ff9e80 !important;
      border-color: #ff9e80 !important;
    }

    .deep-orange--text.text--accent-1 {
      color: #ff9e80 !important;
      caret-color: #ff9e80 !important;
    }

    .deep-orange.accent-2 {
      background-color: #ff6e40 !important;
      border-color: #ff6e40 !important;
    }

    .deep-orange--text.text--accent-2 {
      color: #ff6e40 !important;
      caret-color: #ff6e40 !important;
    }

    .deep-orange.accent-3 {
      background-color: #ff3d00 !important;
      border-color: #ff3d00 !important;
    }

    .deep-orange--text.text--accent-3 {
      color: #ff3d00 !important;
      caret-color: #ff3d00 !important;
    }

    .deep-orange.accent-4 {
      background-color: #dd2c00 !important;
      border-color: #dd2c00 !important;
    }

    .deep-orange--text.text--accent-4 {
      color: #dd2c00 !important;
      caret-color: #dd2c00 !important;
    }

    .brown {
      background-color: #795548 !important;
      border-color: #795548 !important;
    }

    .brown--text {
      color: #795548 !important;
      caret-color: #795548 !important;
    }

    .brown.lighten-5 {
      background-color: #efebe9 !important;
      border-color: #efebe9 !important;
    }

    .brown--text.text--lighten-5 {
      color: #efebe9 !important;
      caret-color: #efebe9 !important;
    }

    .brown.lighten-4 {
      background-color: #d7ccc8 !important;
      border-color: #d7ccc8 !important;
    }

    .brown--text.text--lighten-4 {
      color: #d7ccc8 !important;
      caret-color: #d7ccc8 !important;
    }

    .brown.lighten-3 {
      background-color: #bcaaa4 !important;
      border-color: #bcaaa4 !important;
    }

    .brown--text.text--lighten-3 {
      color: #bcaaa4 !important;
      caret-color: #bcaaa4 !important;
    }

    .brown.lighten-2 {
      background-color: #a1887f !important;
      border-color: #a1887f !important;
    }

    .brown--text.text--lighten-2 {
      color: #a1887f !important;
      caret-color: #a1887f !important;
    }

    .brown.lighten-1 {
      background-color: #8d6e63 !important;
      border-color: #8d6e63 !important;
    }

    .brown--text.text--lighten-1 {
      color: #8d6e63 !important;
      caret-color: #8d6e63 !important;
    }

    .brown.darken-1 {
      background-color: #6d4c41 !important;
      border-color: #6d4c41 !important;
    }

    .brown--text.text--darken-1 {
      color: #6d4c41 !important;
      caret-color: #6d4c41 !important;
    }

    .brown.darken-2 {
      background-color: #5d4037 !important;
      border-color: #5d4037 !important;
    }

    .brown--text.text--darken-2 {
      color: #5d4037 !important;
      caret-color: #5d4037 !important;
    }

    .brown.darken-3 {
      background-color: #4e342e !important;
      border-color: #4e342e !important;
    }

    .brown--text.text--darken-3 {
      color: #4e342e !important;
      caret-color: #4e342e !important;
    }

    .brown.darken-4 {
      background-color: #3e2723 !important;
      border-color: #3e2723 !important;
    }

    .brown--text.text--darken-4 {
      color: #3e2723 !important;
      caret-color: #3e2723 !important;
    }

    .blue-grey {
      background-color: #607d8b !important;
      border-color: #607d8b !important;
    }

    .blue-grey--text {
      color: #607d8b !important;
      caret-color: #607d8b !important;
    }

    .blue-grey.lighten-5 {
      background-color: #eceff1 !important;
      border-color: #eceff1 !important;
    }

    .blue-grey--text.text--lighten-5 {
      color: #eceff1 !important;
      caret-color: #eceff1 !important;
    }

    .blue-grey.lighten-4 {
      background-color: #cfd8dc !important;
      border-color: #cfd8dc !important;
    }

    .blue-grey--text.text--lighten-4 {
      color: #cfd8dc !important;
      caret-color: #cfd8dc !important;
    }

    .blue-grey.lighten-3 {
      background-color: #b0bec5 !important;
      border-color: #b0bec5 !important;
    }

    .blue-grey--text.text--lighten-3 {
      color: #b0bec5 !important;
      caret-color: #b0bec5 !important;
    }

    .blue-grey.lighten-2 {
      background-color: #90a4ae !important;
      border-color: #90a4ae !important;
    }

    .blue-grey--text.text--lighten-2 {
      color: #90a4ae !important;
      caret-color: #90a4ae !important;
    }

    .blue-grey.lighten-1 {
      background-color: #78909c !important;
      border-color: #78909c !important;
    }

    .blue-grey--text.text--lighten-1 {
      color: #78909c !important;
      caret-color: #78909c !important;
    }

    .blue-grey.darken-1 {
      background-color: #546e7a !important;
      border-color: #546e7a !important;
    }

    .blue-grey--text.text--darken-1 {
      color: #546e7a !important;
      caret-color: #546e7a !important;
    }

    .blue-grey.darken-2 {
      background-color: #455a64 !important;
      border-color: #455a64 !important;
    }

    .blue-grey--text.text--darken-2 {
      color: #455a64 !important;
      caret-color: #455a64 !important;
    }

    .blue-grey.darken-3 {
      background-color: #37474f !important;
      border-color: #37474f !important;
    }

    .blue-grey--text.text--darken-3 {
      color: #37474f !important;
      caret-color: #37474f !important;
    }

    .blue-grey.darken-4 {
      background-color: #263238 !important;
      border-color: #263238 !important;
    }

    .blue-grey--text.text--darken-4 {
      color: #263238 !important;
      caret-color: #263238 !important;
    }

    .grey {
      background-color: #9e9e9e !important;
      border-color: #9e9e9e !important;
    }

    .grey--text {
      color: #9e9e9e !important;
      caret-color: #9e9e9e !important;
    }

    .grey.lighten-5 {
      background-color: #fafafa !important;
      border-color: #fafafa !important;
    }

    .grey--text.text--lighten-5 {
      color: #fafafa !important;
      caret-color: #fafafa !important;
    }

    .grey.lighten-4 {
      background-color: #f5f5f5 !important;
      border-color: #f5f5f5 !important;
    }

    .grey--text.text--lighten-4 {
      color: #f5f5f5 !important;
      caret-color: #f5f5f5 !important;
    }

    .grey.lighten-3 {
      background-color: #eee !important;
      border-color: #eee !important;
    }

    .grey--text.text--lighten-3 {
      color: #eee !important;
      caret-color: #eee !important;
    }

    .grey.lighten-2 {
      background-color: #e0e0e0 !important;
      border-color: #e0e0e0 !important;
    }

    .grey--text.text--lighten-2 {
      color: #e0e0e0 !important;
      caret-color: #e0e0e0 !important;
    }

    .grey.lighten-1 {
      background-color: #bdbdbd !important;
      border-color: #bdbdbd !important;
    }

    .grey--text.text--lighten-1 {
      color: #bdbdbd !important;
      caret-color: #bdbdbd !important;
    }

    .grey.darken-1 {
      background-color: #757575 !important;
      border-color: #757575 !important;
    }

    .grey--text.text--darken-1 {
      color: #757575 !important;
      caret-color: #757575 !important;
    }

    .grey.darken-2 {
      background-color: #616161 !important;
      border-color: #616161 !important;
    }

    .grey--text.text--darken-2 {
      color: #616161 !important;
      caret-color: #616161 !important;
    }

    .grey.darken-3 {
      background-color: #424242 !important;
      border-color: #424242 !important;
    }

    .grey--text.text--darken-3 {
      color: #424242 !important;
      caret-color: #424242 !important;
    }

    .grey.darken-4 {
      background-color: #212121 !important;
      border-color: #212121 !important;
    }

    .grey--text.text--darken-4 {
      color: #212121 !important;
      caret-color: #212121 !important;
    }

    .shades.black {
      background-color: #000 !important;
      border-color: #000 !important;
    }

    .shades--text.text--black {
      color: #000 !important;
      caret-color: #000 !important;
    }

    .shades.white {
      background-color: #fff !important;
      border-color: #fff !important;
    }

    .shades--text.text--white {
      color: #fff !important;
      caret-color: #fff !important;
    }

    .shades.transparent {
      background-color: transparent !important;
      border-color: transparent !important;
    }

    .shades--text.text--transparent {
      color: transparent !important;
      caret-color: transparent !important;
    }

    .elevation-0 {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-1 {
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-2 {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-3 {
      -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-4 {
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-5 {
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-6 {
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-7 {
      -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-8 {
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-9 {
      -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-10 {
      -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-11 {
      -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-12 {
      -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-13 {
      -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-14 {
      -webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-15 {
      -webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-16 {
      -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-17 {
      -webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-18 {
      -webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-19 {
      -webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-20 {
      -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-21 {
      -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-22 {
      -webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-23 {
      -webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
    }

    .elevation-24 {
      -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
    }

    html {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow-y: scroll;
      /* All browsers without overlaying scrollbars */
      -webkit-text-size-adjust: 100%;
      /* iOS 8+ */
    }

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

    ::before,
    ::after {
      text-decoration: inherit;
      /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
      vertical-align: inherit;
    }

    * {
      background-repeat: no-repeat;
      /* Set `background-repeat: no-repeat` to all elements */
      padding: 0;
      /* Reset `padding` and `margin` of all elements */
      margin: 0;
    }

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

    hr {
      overflow: visible;
      /* Show the overflow in Edge and IE */
    }

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

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

    small {
      font-size: 80%;
      /* Set font-size to 80% in `small` elements */
    }

    [hidden],
    template {
      display: none;
      /* Add the correct display in IE */
    }

    abbr[title] {
      border-bottom: 1px dotted;
      /* Add a bordered underline effect in all browsers */
      text-decoration: none;
      /* Remove text decoration in Firefox 40+ */
    }

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

    a:active,
    a:hover {
      outline-width: 0;
      /* Remove the outline when hovering in all browsers */
    }

    code,
    kbd,
    pre,
    samp {
      font-family: monospace, monospace;
      /* Specify the font family of code elements */
    }

    b,
    strong {
      font-weight: bolder;
      /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
    }

    dfn {
      font-style: italic;
      /* Address styling not present in Safari and Chrome */
    }

    mark {
      background-color: #ff0;
      color: #000;
    }

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

    sub {
      bottom: -0.25em;
    }

    sup {
      top: -0.5em;
    }

    input {
      border-radius: 0;
    }

    button,
    [type="button"],
    [type="reset"],
    [type="submit"],
    [role="button"] {
      cursor: pointer;
    }

    [disabled] {
      cursor: default;
    }

    [type="number"] {
      width: auto;
      /* Firefox 36+ */
    }

    [type="search"] {
      -webkit-appearance: textfield;
      /* Safari 8+ */
    }

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

    textarea {
      overflow: auto;
      /* Internet Explorer 11+ */
      resize: vertical;
      /* Specify textarea resizability */
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      font: inherit;
      /* Specify font inheritance of form elements */
    }

    optgroup {
      font-weight: bold;
      /* Restore the font weight unset by the previous rule. */
    }

    button {
      overflow: visible;
      /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
    }

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

    button:-moz-focusring,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
      outline: 0;
      border: 0;
    }

    button,
    html [type="button"],
    [type="reset"],
    [type="submit"] {
      -webkit-appearance: button;
      /* Correct the inability to style clickable types in iOS */
    }

    button,
    select {
      text-transform: none;
      /* Firefox 40+, Internet Explorer 11- */
    }

    button,
    input,
    select,
    textarea {
      background-color: transparent;
      border-style: none;
      color: inherit;
    }

    select {
      -moz-appearance: none;
      /* Firefox 36+ */
      -webkit-appearance: none;
      /* Chrome 41+ */
    }

    select::-ms-expand {
      display: none;
      /* Internet Explorer 11+ */
    }

    select::-ms-value {
      color: currentColor;
      /* Internet Explorer 11+ */
    }

    legend {
      border: 0;
      /* Correct `color` not being inherited in IE 8/9/10/11 */
      color: inherit;
      /* Correct the color inheritance from `fieldset` elements in IE */
      display: table;
      /* Correct the text wrapping in Edge and IE */
      max-width: 100%;
      /* Correct the text wrapping in Edge and IE */
      white-space: normal;
      /* Correct the text wrapping in Edge and IE */
    }

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

    [type="search"] {
      -webkit-appearance: textfield;
      /* Correct the odd appearance in Chrome and Safari */
      outline-offset: -2px;
      /* Correct the outline style in Safari */
    }

    img {
      border-style: none;
      /* Remove border when inside `a` element in IE 8/9/10 */
    }

    progress {
      vertical-align: baseline;
    }

    svg:not(:root) {
      overflow: hidden;
      /* Internet Explorer 11- */
    }

    audio,
    canvas,
    progress,
    video {
      display: inline-block;
      /* Internet Explorer 11+, Windows Phone 8.1+ */
    }

    @media screen {
      [hidden~="screen"] {
        display: inherit;
      }

      [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
      }
    }

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

    [aria-controls] {
      cursor: pointer;
    }

    [aria-disabled] {
      cursor: default;
    }

    ::-moz-selection {
      background-color: #b3d4fc;
      /* Required when declaring ::selection */
      color: #000;
      text-shadow: none;
    }

    ::selection {
      background-color: #b3d4fc;
      /* Required when declaring ::selection */
      color: #000;
      text-shadow: none;
    }

    .bottom-sheet-transition-enter {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .bottom-sheet-transition-leave-to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .carousel-transition-enter {
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .carousel-transition-leave,
    .carousel-transition-leave-to {
      position: absolute;
      top: 0;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .carousel-reverse-transition-enter {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .carousel-reverse-transition-leave,
    .carousel-reverse-transition-leave-to {
      position: absolute;
      top: 0;
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .dialog-transition-enter,
    .dialog-transition-leave-to {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
    }

    .dialog-transition-enter-to,
    .dialog-transition-leave {
      opacity: 1;
    }

    .dialog-bottom-transition-enter,
    .dialog-bottom-transition-leave-to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .picker-transition-enter-active,
    .picker-reverse-transition-enter-active,
    .picker-transition-leave-active,
    .picker-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .picker-transition-enter,
    .picker-reverse-transition-enter,
    .picker-transition-leave-to,
    .picker-reverse-transition-leave-to {
      opacity: 0;
    }

    .picker-transition-leave,
    .picker-reverse-transition-leave,
    .picker-transition-leave-active,
    .picker-reverse-transition-leave-active,
    .picker-transition-leave-to,
    .picker-reverse-transition-leave-to {
      position: absolute !important;
    }

    .picker-transition-enter {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }

    .picker-transition-leave-to {
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
    }

    .picker-reverse-transition-enter {
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%);
    }

    .picker-reverse-transition-leave-to {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }

    .picker-title-transition-enter-to,
    .picker-title-transition-leave {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    .picker-title-transition-enter {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .picker-title-transition-leave-to {
      opacity: 0;
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .picker-title-transition-leave,
    .picker-title-transition-leave-to,
    .picker-title-transition-leave-active {
      position: absolute !important;
    }

    .tab-transition-enter {
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .tab-transition-leave,
    .tab-transition-leave-active {
      position: absolute;
      top: 0;
    }

    .tab-transition-leave-to {
      position: absolute;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .tab-reverse-transition-enter {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    .tab-reverse-transition-leave,
    .tab-reverse-transition-leave-to {
      top: 0;
      position: absolute;
      -webkit-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }

    .expand-transition-enter-active,
    .expand-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .expand-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .expand-x-transition-enter-active,
    .expand-x-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .expand-x-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scale-transition-enter-active,
    .scale-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scale-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scale-transition-enter,
    .scale-transition-leave,
    .scale-transition-leave-to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    .message-transition-enter-active,
    .message-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .message-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .message-transition-enter,
    .message-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .message-transition-leave,
    .message-transition-leave-active {
      position: absolute;
    }

    .slide-y-transition-enter-active,
    .slide-y-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-y-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-y-transition-enter,
    .slide-y-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .slide-y-reverse-transition-enter-active,
    .slide-y-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-y-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-y-reverse-transition-enter,
    .slide-y-reverse-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }

    .scroll-y-transition-enter-active,
    .scroll-y-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-y-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-y-transition-enter,
    .scroll-y-transition-leave-to {
      opacity: 0;
    }

    .scroll-y-transition-enter {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .scroll-y-transition-leave-to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }

    .scroll-y-reverse-transition-enter-active,
    .scroll-y-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-y-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-y-reverse-transition-enter,
    .scroll-y-reverse-transition-leave-to {
      opacity: 0;
    }

    .scroll-y-reverse-transition-enter {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }

    .scroll-y-reverse-transition-leave-to {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .scroll-x-transition-enter-active,
    .scroll-x-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-x-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-x-transition-enter,
    .scroll-x-transition-leave-to {
      opacity: 0;
    }

    .scroll-x-transition-enter {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }

    .scroll-x-transition-leave-to {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }

    .scroll-x-reverse-transition-enter-active,
    .scroll-x-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .scroll-x-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .scroll-x-reverse-transition-enter,
    .scroll-x-reverse-transition-leave-to {
      opacity: 0;
    }

    .scroll-x-reverse-transition-enter {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }

    .scroll-x-reverse-transition-leave-to {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }

    .slide-x-transition-enter-active,
    .slide-x-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-x-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-x-transition-enter,
    .slide-x-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }

    .slide-x-reverse-transition-enter-active,
    .slide-x-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .slide-x-reverse-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .slide-x-reverse-transition-enter,
    .slide-x-reverse-transition-leave-to {
      opacity: 0;
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
    }

    .fade-transition-enter-active,
    .fade-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .fade-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .fade-transition-enter,
    .fade-transition-leave-to {
      opacity: 0;
    }

    .fab-transition-enter-active,
    .fab-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .fab-transition-move {
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
    }

    .fab-transition-enter,
    .fab-transition-leave-to {
      -webkit-transform: scale(0) rotate(-45deg);
      transform: scale(0) rotate(-45deg);
    }

    .blockquote {
      padding: 16px 0 16px 24px;
      font-size: 18px;
      font-weight: 300;
    }

    code,
    kbd {
      display: inline-block;
      border-radius: 3px;
      white-space: pre-wrap;
      font-size: 85%;
      font-weight: 900;
    }

    code:after,
    kbd:after,
    code:before,
    kbd:before {
      content: "\A0";
      letter-spacing: -1px;
    }

    code {
      background-color: #f5f5f5;
      color: #bd4147;
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    }

    kbd {
      background: #616161;
      color: #fff;
    }

    html {
      font-size: 14px;
      overflow-x: hidden;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .application {
      font-family: "Open Sans", sans-serif;
      line-height: 1.5;
    }

    ::-ms-clear,
    ::-ms-reveal {
      display: none;
    }

    ul,
    ol {
      padding-left: 24px;
    }

    .display-4 {
      font-size: 112px !important;
      font-weight: 300;
      line-height: 1 !important;
      letter-spacing: -0.04em !important;
      font-family: "Open Sans", sans-serif !important;
    }

    .display-3 {
      font-size: 56px !important;
      font-weight: 400;
      line-height: 1.35 !important;
      letter-spacing: -0.02em !important;
      font-family: "Open Sans", sans-serif !important;
    }

    .display-2 {
      font-size: 45px !important;
      font-weight: 400;
      line-height: 48px !important;
      letter-spacing: normal !important;
      font-family: "Open Sans", sans-serif !important;
    }

    .display-1 {
      font-size: 34px !important;
      font-weight: 400;
      line-height: 40px !important;
      letter-spacing: normal !important;
      font-family: "Open Sans", sans-serif !important;
    }

    .headline {
      font-size: 24px !important;
      font-weight: 400;
      line-height: 32px !important;
      letter-spacing: normal !important;
      font-family: "Open Sans", sans-serif !important;
    }

    .title {
      font-size: 20px !important;
      font-weight: 600;
      line-height: 1 !important;
      letter-spacing: 0.02em !important;
      font-family: "Open Sans", sans-serif !important;
    }

    .subheading {
      font-size: 16px !important;
      font-weight: 400;
    }

    .body-2 {
      font-size: 14px !important;
      font-weight: 600;
    }

    .body-1 {
      font-size: 14px !important;
      font-weight: 400;
    }

    .caption {
      font-size: 12px !important;
      font-weight: 400;
    }

    p {
      margin-bottom: 16px;
    }

    @media only print {
      .hidden-print-only {
        display: none !important;
      }
    }

    @media only screen {
      .hidden-screen-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 599px) {
      .hidden-xs-only {
        display: none !important;
      }
    }

    @media only screen and (min-width: 600px) and (max-width: 959px) {
      .hidden-sm-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 959px) {
      .hidden-sm-and-down {
        display: none !important;
      }
    }

    @media only screen and (min-width: 600px) {
      .hidden-sm-and-up {
        display: none !important;
      }
    }

    @media only screen and (min-width: 960px) and (max-width: 1263px) {
      .hidden-md-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 1263px) {
      .hidden-md-and-down {
        display: none !important;
      }
    }

    @media only screen and (min-width: 960px) {
      .hidden-md-and-up {
        display: none !important;
      }
    }

    @media only screen and (min-width: 1264px) and (max-width: 1903px) {
      .hidden-lg-only {
        display: none !important;
      }
    }

    @media only screen and (max-width: 1903px) {
      .hidden-lg-and-down {
        display: none !important;
      }
    }

    @media only screen and (min-width: 1264px) {
      .hidden-lg-and-up {
        display: none !important;
      }
    }

    @media only screen and (min-width: 1904px) {
      .hidden-xl-only {
        display: none !important;
      }
    }

    .overflow-hidden {
      overflow: hidden;
    }

    .overflow-x-hidden {
      overflow-x: hidden;
    }

    .overflow-y-hidden {
      overflow-y: hidden;
    }

    .right {
      float: right !important;
    }

    .left {
      float: left !important;
    }

    .ma-auto {
      margin-top: auto !important;
      margin-right: auto !important;
      margin-bottom: auto !important;
      margin-left: auto !important;
    }

    .my-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }

    .mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .mt-auto {
      margin-top: auto !important;
    }

    .mr-auto {
      margin-right: auto !important;
    }

    .mb-auto {
      margin-bottom: auto !important;
    }

    .ml-auto {
      margin-left: auto !important;
    }

    .ma-0 {
      margin: 0 0 !important;
    }

    .my-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    .mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .mt-0 {
      margin-top: 0 !important;
    }

    .mr-0 {
      margin-right: 0 !important;
    }

    .mb-0 {
      margin-bottom: 0 !important;
    }

    .ml-0 {
      margin-left: 0 !important;
    }

    .pa-0 {
      padding: 0 0 !important;
    }

    .py-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .pt-0 {
      padding-top: 0 !important;
    }

    .pr-0 {
      padding-right: 0 !important;
    }

    .pb-0 {
      padding-bottom: 0 !important;
    }

    .pl-0 {
      padding-left: 0 !important;
    }

    .ma-1 {
      margin: 4px 4px !important;
    }

    .my-1 {
      margin-top: 4px !important;
      margin-bottom: 4px !important;
    }

    .mx-1 {
      margin-left: 4px !important;
      margin-right: 4px !important;
    }

    .mt-1 {
      margin-top: 4px !important;
    }

    .mr-1 {
      margin-right: 4px !important;
    }

    .mb-1 {
      margin-bottom: 4px !important;
    }

    .ml-1 {
      margin-left: 4px !important;
    }

    .pa-1 {
      padding: 4px 4px !important;
    }

    .py-1 {
      padding-top: 4px !important;
      padding-bottom: 4px !important;
    }

    .px-1 {
      padding-left: 4px !important;
      padding-right: 4px !important;
    }

    .pt-1 {
      padding-top: 4px !important;
    }

    .pr-1 {
      padding-right: 4px !important;
    }

    .pb-1 {
      padding-bottom: 4px !important;
    }

    .pl-1 {
      padding-left: 4px !important;
    }

    .ma-2 {
      margin: 8px 8px !important;
    }

    .my-2 {
      margin-top: 8px !important;
      margin-bottom: 8px !important;
    }

    .mx-2 {
      margin-left: 8px !important;
      margin-right: 8px !important;
    }

    .mt-2 {
      margin-top: 8px !important;
    }

    .mr-2 {
      margin-right: 8px !important;
    }

    .mb-2 {
      margin-bottom: 8px !important;
    }

    .ml-2 {
      margin-left: 8px !important;
    }

    .pa-2 {
      padding: 8px 8px !important;
    }

    .py-2 {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
    }

    .px-2 {
      padding-left: 8px !important;
      padding-right: 8px !important;
    }

    .pt-2 {
      padding-top: 8px !important;
    }

    .pr-2 {
      padding-right: 8px !important;
    }

    .pb-2 {
      padding-bottom: 8px !important;
    }

    .pl-2 {
      padding-left: 8px !important;
    }

    .ma-3 {
      margin: 16px 16px !important;
    }

    .my-3 {
      margin-top: 16px !important;
      margin-bottom: 16px !important;
    }

    .mx-3 {
      margin-left: 16px !important;
      margin-right: 16px !important;
    }

    .mt-3 {
      margin-top: 16px !important;
    }

    .mr-3 {
      margin-right: 16px !important;
    }

    .mb-3 {
      margin-bottom: 16px !important;
    }

    .ml-3 {
      margin-left: 16px !important;
    }

    .pa-3 {
      padding: 16px 16px !important;
    }

    .py-3 {
      padding-top: 16px !important;
      padding-bottom: 16px !important;
    }

    .px-3 {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .pt-3 {
      padding-top: 16px !important;
    }

    .pr-3 {
      padding-right: 16px !important;
    }

    .pb-3 {
      padding-bottom: 16px !important;
    }

    .pl-3 {
      padding-left: 16px !important;
    }

    .ma-4 {
      margin: 24px 24px !important;
    }

    .my-4 {
      margin-top: 24px !important;
      margin-bottom: 24px !important;
    }

    .mx-4 {
      margin-left: 24px !important;
      margin-right: 24px !important;
    }

    .mt-4 {
      margin-top: 24px !important;
    }

    .mr-4 {
      margin-right: 24px !important;
    }

    .mb-4 {
      margin-bottom: 24px !important;
    }

    .ml-4 {
      margin-left: 24px !important;
    }

    .pa-4 {
      padding: 24px 24px !important;
    }

    .py-4 {
      padding-top: 24px !important;
      padding-bottom: 24px !important;
    }

    .px-4 {
      padding-left: 24px !important;
      padding-right: 24px !important;
    }

    .pt-4 {
      padding-top: 24px !important;
    }

    .pr-4 {
      padding-right: 24px !important;
    }

    .pb-4 {
      padding-bottom: 24px !important;
    }

    .pl-4 {
      padding-left: 24px !important;
    }

    .ma-5 {
      margin: 48px 48px !important;
    }

    .my-5 {
      margin-top: 48px !important;
      margin-bottom: 48px !important;
    }

    .mx-5 {
      margin-left: 48px !important;
      margin-right: 48px !important;
    }

    .mt-5 {
      margin-top: 48px !important;
    }

    .mr-5 {
      margin-right: 48px !important;
    }

    .mb-5 {
      margin-bottom: 48px !important;
    }

    .ml-5 {
      margin-left: 48px !important;
    }

    .pa-5 {
      padding: 48px 48px !important;
    }

    .py-5 {
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    .px-5 {
      padding-left: 48px !important;
      padding-right: 48px !important;
    }

    .pt-5 {
      padding-top: 48px !important;
    }

    .pr-5 {
      padding-right: 48px !important;
    }

    .pb-5 {
      padding-bottom: 48px !important;
    }

    .pl-5 {
      padding-left: 48px !important;
    }

    @media all and (min-width: 0) {
      .text-xs-left {
        text-align: left !important;
      }

      .text-xs-center {
        text-align: center !important;
      }

      .text-xs-right {
        text-align: right !important;
      }

      .text-xs-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 600px) {
      .text-sm-left {
        text-align: left !important;
      }

      .text-sm-center {
        text-align: center !important;
      }

      .text-sm-right {
        text-align: right !important;
      }

      .text-sm-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 960px) {
      .text-md-left {
        text-align: left !important;
      }

      .text-md-center {
        text-align: center !important;
      }

      .text-md-right {
        text-align: right !important;
      }

      .text-md-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 1264px) {
      .text-lg-left {
        text-align: left !important;
      }

      .text-lg-center {
        text-align: center !important;
      }

      .text-lg-right {
        text-align: right !important;
      }

      .text-lg-justify {
        text-align: justify !important;
      }
    }

    @media all and (min-width: 1904px) {
      .text-xl-left {
        text-align: left !important;
      }

      .text-xl-center {
        text-align: center !important;
      }

      .text-xl-right {
        text-align: right !important;
      }

      .text-xl-justify {
        text-align: justify !important;
      }
    }

    .font-weight-thin {
      font-weight: 100 !important;
    }

    .font-weight-light {
      font-weight: 300 !important;
    }

    .font-weight-regular {
      font-weight: 400 !important;
    }

    .font-weight-medium {
      font-weight: 600 !important;
    }

    .font-weight-bold {
      font-weight: 700 !important;
    }

    .font-weight-black {
      font-weight: 800 !important;
    }

    .font-italic {
      font-style: italic !important;
    }

    .text-capitalize {
      text-transform: capitalize !important;
    }

    .text-lowercase {
      text-transform: lowercase !important;
    }

    .text-none {
      text-transform: none !important;
    }

    .text-uppercase {
      text-transform: uppercase !important;
    }

    .text-no-wrap {
      white-space: nowrap !important;
    }

    .text-truncate {
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      line-height: 1.1 !important;
    }

    .transition-fast-out-slow-in {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .transition-linear-out-slow-in {
      -webkit-transition: 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
      transition: 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
    }

    .transition-fast-out-linear-in {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1) !important;
      transition: 0.3s cubic-bezier(0.4, 0, 1, 1) !important;
    }

    .transition-ease-in-out {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
      transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
    }

    .transition-fast-in-fast-out {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    }

    .transition-swing {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
    }

    .v-alert {
      border-radius: 0;
      border-width: 4px 0 0 0;
      border-style: solid;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      margin: 4px auto;
      padding: 16px;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-alert .v-alert__icon.v-icon,
    .v-alert__dismissible .v-icon {
      -ms-flex-item-align: center;
      align-self: center;
      color: rgba(0, 0, 0, 0.3);
      font-size: 24px;
    }

    .v-alert--outline .v-icon {
      color: inherit !important;
    }

    .v-alert__icon {
      margin-right: 16px;
    }

    .v-alert__dismissible {
      -ms-flex-item-align: start;
      align-self: flex-start;
      color: inherit;
      margin-left: 16px;
      margin-right: 0;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-alert__dismissible:hover {
      opacity: 0.8;
    }

    .v-alert--no-icon .v-alert__icon {
      display: none;
    }

    .v-alert>div {
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
    }

    @media screen and (max-width: 600px) {
      .v-alert__icon {
        display: none;
      }
    }

    .v-alert.v-alert {
      border-color: rgba(0, 0, 0, 0.12) !important;
    }

    .v-alert.v-alert--outline {
      border: 1px solid currentColor !important;
    }

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

    .application a {
      cursor: pointer;
    }

    .application--is-rtl {
      direction: rtl;
    }

    .application--wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 100vh;
      max-width: 100%;
      position: relative;
    }

    .theme--light.application {
      background: #fafafa;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.application .text--primary {
      color: rgba(0, 0, 0, 0.87) !important;
    }

    .theme--light.application .text--secondary {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--light.application .text--disabled {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--dark.application {
      background: #303030;
      color: #fff;
    }

    .theme--dark.application .text--primary {
      color: #fff !important;
    }

    .theme--dark.application .text--secondary {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .theme--dark.application .text--disabled {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    @-moz-document url-prefix() {
      @media print {
        .application {
          display: block;
        }

        .application--wrap {
          display: block;
        }
      }
    }

    .v-autocomplete.v-input>.v-input__control>.v-input__slot {
      cursor: text;
    }

    .v-autocomplete input {
      -ms-flex-item-align: center;
      align-self: center;
    }

    .v-autocomplete--is-selecting-index input {
      opacity: 0;
    }

    .v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line) .v-select__slot>input {
      margin-top: 24px;
    }

    .v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
      pointer-events: inherit;
    }

    .v-autocomplete__content.v-menu__content {
      border-radius: 0;
    }

    .v-autocomplete__content.v-menu__content .v-card {
      border-radius: 0;
    }

    .v-avatar {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      text-align: center;
      vertical-align: middle;
    }

    .v-avatar img,
    .v-avatar .v-icon,
    .v-avatar .v-image {
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: inherit;
      width: inherit;
    }

    .v-avatar--tile {
      border-radius: 0;
    }

    .v-avatar--tile img,
    .v-avatar--tile .v-icon,
    .v-avatar--tile .v-image {
      border-radius: 0;
    }

    .application--is-rtl .v-badge__badge {
      right: initial;
      left: -22px;
    }

    .application--is-rtl .v-badge--overlap .v-badge__badge {
      right: initial;
      left: -8px;
    }

    .application--is-rtl .v-badge--overlap.v-badge--left .v-badge__badge {
      right: -8px;
      left: initial;
    }

    .application--is-rtl .v-badge--left .v-badge__badge {
      right: -22px;
      left: initial;
    }

    .v-badge {
      display: inline-block;
      position: relative;
    }

    .v-badge__badge {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      font-size: 14px;
      top: -11px;
      right: -22px;
      border-radius: 50%;
      height: 22px;
      width: 22px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-badge__badge .v-icon {
      font-size: 14px;
    }

    .v-badge--overlap .v-badge__badge {
      top: -8px;
      right: -8px;
    }

    .v-badge--overlap.v-badge--left .v-badge__badge {
      left: -8px;
      right: initial;
    }

    .v-badge--overlap.v-badge--bottom .v-badge__badge {
      bottom: -8px;
      top: initial;
    }

    .v-badge--left .v-badge__badge {
      left: -22px;
    }

    .v-badge--bottom .v-badge__badge {
      bottom: -11px;
      top: initial;
    }

    .theme--light.v-bottom-nav {
      background-color: #fff;
    }

    .theme--light.v-bottom-nav .v-btn:not(.v-btn--active) {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--dark.v-bottom-nav {
      background-color: #424242;
    }

    .theme--dark.v-bottom-nav .v-btn:not(.v-btn--active) {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .v-item-group.v-bottom-nav {
      bottom: 0;
      -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: translate(0, 60px);
      transform: translate(0, 60px);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-item-group.v-bottom-nav--absolute {
      position: absolute;
    }

    .v-item-group.v-bottom-nav--active {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    .v-item-group.v-bottom-nav--fixed {
      position: fixed;
      z-index: 4;
    }

    .v-item-group.v-bottom-nav .v-btn {
      background: transparent !important;
      border-radius: 0;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      font-weight: 400;
      height: 100%;
      margin: 0;
      max-width: 168px;
      min-width: 80px;
      padding: 8px 12px 10px;
      text-transform: none;
      width: 100%;
      -ms-flex-negative: 1;
      flex-shrink: 1;
    }

    .v-item-group.v-bottom-nav .v-btn .v-btn__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      font-size: 12px;
      white-space: nowrap;
      will-change: font-size;
    }

    .v-item-group.v-bottom-nav .v-btn .v-btn__content i.v-icon {
      color: inherit;
      margin-bottom: 4px;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-item-group.v-bottom-nav .v-btn .v-btn__content span {
      line-height: 1;
    }

    .v-item-group.v-bottom-nav .v-btn--active {
      padding-top: 6px;
    }

    .v-item-group.v-bottom-nav .v-btn--active:before {
      background-color: transparent;
    }

    .v-item-group.v-bottom-nav .v-btn--active .v-btn__content {
      font-size: 14px;
    }

    .v-item-group.v-bottom-nav .v-btn--active .v-btn__content .v-icon {
      -webkit-transform: none;
      transform: none;
    }

    .v-item-group.v-bottom-nav--shift .v-btn__content {
      font-size: 14px;
    }

    .v-item-group.v-bottom-nav--shift .v-btn {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      min-width: 56px;
      max-width: 96px;
    }

    .v-item-group.v-bottom-nav--shift .v-btn--active {
      min-width: 96px;
      max-width: 168px;
    }

    .v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content .v-icon {
      -webkit-transform: scale(1, 1) translate(0, 8px);
      transform: scale(1, 1) translate(0, 8px);
    }

    .v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content>span:not(.v-badge) {
      color: transparent;
    }

    .v-bottom-sheet.v-dialog {
      -ms-flex-item-align: end;
      align-self: flex-end;
      border-radius: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0;
      min-width: 100%;
      overflow: visible;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
      max-width: 70%;
      min-width: 0;
    }

    @media only screen and (max-width: 599px) {
      .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
        max-width: none;
      }
    }

    .theme--light.v-breadcrumbs .v-breadcrumbs__divider,
    .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-breadcrumbs .v-breadcrumbs__divider,
    .theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-breadcrumbs {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      list-style-type: none;
      margin: 0;
      padding: 18px 12px;
    }

    .v-breadcrumbs li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
    }

    .v-breadcrumbs li .v-icon {
      font-size: 16px;
    }

    .v-breadcrumbs li:nth-child(even) {
      padding: 0 12px;
    }

    .v-breadcrumbs--large li {
      font-size: 16px;
    }

    .v-breadcrumbs--large li .v-icon {
      font-size: 16px;
    }

    .v-breadcrumbs__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-breadcrumbs__item--disabled {
      pointer-events: none;
    }

    .theme--light.v-btn-toggle {
      background: #fff;
    }

    .theme--light.v-btn-toggle .v-btn {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
      border-right-color: rgba(0, 0, 0, 0.26);
    }

    .theme--dark.v-btn-toggle {
      background: #424242;
    }

    .theme--dark.v-btn-toggle .v-btn {
      color: #fff;
    }

    .theme--dark.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
      border-right-color: rgba(255, 255, 255, 0.3);
    }

    .v-btn-toggle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-radius: 2px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      will-change: background, box-shadow;
    }

    .v-btn-toggle .v-btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: auto;
      width: auto;
      padding: 0 8px;
      margin: 0;
      opacity: 0.4;
      border-radius: 0;
    }

    .v-btn-toggle .v-btn:not(:last-child) {
      border-right: 1px solid transparent;
    }

    .v-btn-toggle .v-btn:after {
      display: none;
    }

    .v-btn-toggle .v-btn.v-btn--active {
      opacity: 1;
    }

    .v-btn-toggle .v-btn span+.v-icon {
      font-size: initial;
      margin-left: 10px;
    }

    .v-btn-toggle .v-btn:first-child {
      border-radius: 2px 0 0 2px;
    }

    .v-btn-toggle .v-btn:last-child {
      border-radius: 0 2px 2px 0;
    }

    .v-btn-toggle--selected {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-ripple__container {
      color: inherit;
      border-radius: inherit;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
      z-index: 0;
      pointer-events: none;
      contain: strict;
    }

    .v-ripple__animation {
      color: inherit;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: currentColor;
      opacity: 0;
      pointer-events: none;
      overflow: hidden;
      will-change: transform, opacity;
    }

    .v-ripple__animation--enter {
      -webkit-transition: none;
      transition: none;
    }

    .v-ripple__animation--in {
      -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-ripple__animation--out {
      -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .theme--light.v-btn {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-btn.v-btn--disabled {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--light.v-btn.v-btn--disabled .v-icon,
    .theme--light.v-btn.v-btn--disabled .v-btn__loading {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
      background-color: rgba(0, 0, 0, 0.12) !important;
    }

    .theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
      background-color: #f5f5f5;
    }

    .theme--dark.v-btn {
      color: #fff;
    }

    .theme--dark.v-btn.v-btn--disabled {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .theme--dark.v-btn.v-btn--disabled .v-icon,
    .theme--dark.v-btn.v-btn--disabled .v-btn__loading {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .theme--dark.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
      background-color: rgba(255, 255, 255, 0.12) !important;
    }

    .theme--dark.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
      background-color: #212121;
    }

    .v-btn {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 5px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 36px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-size: 14px;
      font-weight: 500;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 6px 8px;
      min-width: 88px;
      outline: 0;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
      position: relative;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-btn:before {
      border-radius: inherit;
      color: inherit;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      opacity: 0.12;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-btn {
      padding: 0 16px;
    }

    .v-btn--active,
    .v-btn:hover,
    .v-btn:focus {
      position: relative;
    }

    .v-btn--active:before,
    .v-btn:hover:before,
    .v-btn:focus:before {
      background-color: currentColor;
    }

    @media (hover: none) {
      .v-btn:hover::before {
        background-color: transparent;
      }
    }

    .v-btn__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: inherit;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      white-space: nowrap;
      width: inherit;
    }

    .v-btn--small {
      font-size: 13px;
      height: 28px;
      padding: 0 8px;
    }

    .v-btn--large {
      font-size: 15px;
      height: 44px;
      padding: 0 32px;
    }

    .v-btn .v-btn__content .v-icon {
      color: inherit;
    }

    .v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
      will-change: box-shadow;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-btn:not(.v-btn--depressed):not(.v-btn--flat):active {
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .v-btn--icon {
      background: transparent;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border-radius: 50%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 0;
      width: 36px;
    }

    .v-btn--icon.v-btn--small {
      width: 28px;
    }

    .v-btn--icon.v-btn--large {
      width: 44px;
    }

    .v-btn--icon:before {
      border-radius: 50%;
    }

    .v-btn--floating {
      border-radius: 50%;
      min-width: 0;
      height: 56px;
      width: 56px;
      padding: 0;
    }

    .v-btn--floating.v-btn--fixed,
    .v-btn--floating.v-btn--absolute {
      z-index: 4;
    }

    .v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat) {
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    }

    .v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat):active {
      -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    }

    .v-btn--floating .v-btn__content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0;
      height: 100%;
    }

    .v-btn--floating:after {
      border-radius: 50%;
    }

    .v-btn--floating .v-btn__content> :not(:only-child) {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-btn--floating .v-btn__content> :not(:only-child):first-child {
      opacity: 1;
    }

    .v-btn--floating .v-btn__content> :not(:only-child):last-child {
      opacity: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .v-btn--floating .v-btn__content> :not(:only-child):last-child,
    .v-btn--floating .v-btn__content> :not(:only-child):first-child {
      -webkit-backface-visibility: hidden;
      position: absolute;
      left: 0;
      top: 0;
    }

    .v-btn--floating.v-btn--active .v-btn__content> :not(:only-child):first-child {
      opacity: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .v-btn--floating.v-btn--active .v-btn__content> :not(:only-child):last-child {
      opacity: 1;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    .v-btn--floating .v-icon {
      height: inherit;
      width: inherit;
    }

    .v-btn--floating.v-btn--small {
      height: 40px;
      width: 40px;
    }

    .v-btn--floating.v-btn--small .v-icon {
      font-size: 18px;
    }

    .v-btn--floating.v-btn--large {
      height: 72px;
      width: 72px;
    }

    .v-btn--floating.v-btn--large .v-icon {
      font-size: 30px;
    }

    .v-btn--reverse .v-btn__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-btn--reverse.v-btn--column .v-btn__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }

    .v-btn--fixed,
    .v-btn--absolute {
      margin: 0;
    }

    .v-btn.v-btn--absolute {
      position: absolute;
    }

    .v-btn.v-btn--fixed {
      position: fixed;
    }

    .v-btn--top:not(.v-btn--absolute) {
      top: 16px;
    }

    .v-btn--top.v-btn--absolute {
      top: -28px;
    }

    .v-btn--top.v-btn--absolute.v-btn--small {
      top: -20px;
    }

    .v-btn--top.v-btn--absolute.v-btn--large {
      top: -36px;
    }

    .v-btn--bottom:not(.v-btn--absolute) {
      bottom: 16px;
    }

    .v-btn--bottom.v-btn--absolute {
      bottom: -28px;
    }

    .v-btn--bottom.v-btn--absolute.v-btn--small {
      bottom: -20px;
    }

    .v-btn--bottom.v-btn--absolute.v-btn--large {
      bottom: -36px;
    }

    .v-btn--left {
      left: 16px;
    }

    .v-btn--right {
      right: 16px;
    }

    .v-btn.v-btn--disabled {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      pointer-events: none;
    }

    .v-btn:not(.v-btn--disabled):not(.v-btn--floating):not(.v-btn--icon) .v-btn__content .v-icon {
      -webkit-transition: none;
      transition: none;
    }

    .v-btn--icon {
      padding: 0;
    }

    .v-btn--loader {
      pointer-events: none;
    }

    .v-btn--loader .v-btn__content {
      opacity: 0;
    }

    .v-btn__loading {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

    .v-btn__loading .v-icon--left {
      margin-right: 1rem;
      line-height: inherit;
    }

    .v-btn__loading .v-icon--right {
      margin-left: 1rem;
      line-height: inherit;
    }

    .v-btn.v-btn--outline {
      border: 1px solid currentColor;
      background: transparent !important;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .v-btn.v-btn--outline:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .v-btn--block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 6px 0;
      width: 100%;
    }

    .v-btn--round {
      border-radius: 28px;
    }

    .v-btn--round:after {
      border-radius: 28px;
    }

    .v-btn:not(.v-btn--outline).primary,
    .v-btn:not(.v-btn--outline).secondary,
    .v-btn:not(.v-btn--outline).accent,
    .v-btn:not(.v-btn--outline).success,
    .v-btn:not(.v-btn--outline).error,
    .v-btn:not(.v-btn--outline).warning,
    .v-btn:not(.v-btn--outline).info {
      color: #fff;
    }

    .theme--light.v-calendar-daily {
      background-color: #fff;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-head {
      border-right: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily_head-day {
      border-right: #e0e0e0 1px solid;
      border-bottom: #e0e0e0 1px solid;
      color: #000;
    }

    .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
    .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-body {
      border-right: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
      color: #424242;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__day {
      border-right: #e0e0e0 1px solid;
      border-bottom: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__day-interval {
      border-top: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child {
      border-top: none !important;
    }

    .theme--dark.v-calendar-daily {
      background-color: #303030;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-head {
      border-right: #9e9e9e 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily_head-day {
      border-right: #9e9e9e 1px solid;
      border-bottom: #9e9e9e 1px solid;
      color: #fff;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
    .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body {
      border-right: #9e9e9e 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
      color: #eee;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__day {
      border-right: #616161 1px solid;
      border-bottom: #616161 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__day-interval {
      border-top: #616161 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child {
      border-top: none !important;
    }

    .v-calendar-daily {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden;
      height: 100%;
    }

    .v-calendar-daily__head {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-calendar-daily__intervals-head {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 44px;
    }

    .v-calendar-daily_head-day {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 0;
    }

    .v-calendar-daily_head-weekday {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 4px 4px 4px 8px;
      font-size: 14px;
    }

    .v-calendar-daily_head-day-label {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 40px;
      padding: 0px 4px 4px 8px;
      line-height: 40px;
      cursor: pointer;
    }

    .v-calendar-daily_head-day-label:hover {
      text-decoration: underline;
    }

    .v-calendar-daily__body {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-calendar-daily__scroll-area {
      overflow-y: scroll;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .v-calendar-daily__pane {
      width: 100%;
      overflow-y: hidden;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .v-calendar-daily__day-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      height: 100%;
    }

    .v-calendar-daily__intervals-body {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 44px;
    }

    .v-calendar-daily__interval {
      text-align: center;
      border-bottom: none;
    }

    .v-calendar-daily__interval-text {
      display: block;
      position: relative;
      top: -6px;
      font-size: 10px;
    }

    .v-calendar-daily__day {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 0;
      position: relative;
    }

    .theme--light.v-calendar-weekly {
      background-color: #fff;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday {
      border-right: #e0e0e0 1px solid;
      color: #000;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
      background-color: #f7f7f7;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__day {
      border-right: #e0e0e0 1px solid;
      border-bottom: #e0e0e0 1px solid;
      color: #000;
    }

    .theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
      background-color: #f7f7f7;
    }

    .theme--dark.v-calendar-weekly {
      background-color: #303030;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday {
      border-right: #9e9e9e 1px solid;
      color: #fff;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
      background-color: #202020;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__day {
      border-right: #9e9e9e 1px solid;
      border-bottom: #9e9e9e 1px solid;
      color: #fff;
    }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside {
      background-color: #202020;
    }

    .v-calendar-weekly {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-calendar-weekly__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-calendar-weekly__head-weekday {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
      flex: 1 0 20px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0px 4px 0px 4px;
      font-size: 14px;
    }

    .v-calendar-weekly__week {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }

    .v-calendar-weekly__day {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 0;
      overflow: hidden;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      padding: 32px 4px 4px 4px;
    }

    .v-calendar-weekly__day.v-present .v-calendar-weekly__day-label {
      border: 1px solid currentColor;
    }

    .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
      color: currentColor;
    }

    .v-calendar-weekly__day-label {
      position: absolute;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-align: center;
      left: 0;
      top: 0;
      border-radius: 16px;
      width: 32px;
      height: 32px;
      line-height: 32px;
    }

    .v-calendar-weekly__day-label:hover {
      text-decoration: underline;
    }

    .v-calendar-weekly__day-month {
      position: absolute;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      top: 0;
      left: 36px;
      height: 32px;
      line-height: 32px;
    }

    .theme--light.v-card {
      background-color: #fff;
      border-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-card {
      background-color: #424242;
      border-color: #424242;
      color: #fff;
    }

    .v-card {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      text-decoration: none;
    }

    .v-card>*:first-child:not(.v-btn):not(.v-chip) {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
    }

    .v-card>*:last-child:not(.v-btn):not(.v-chip) {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
    }

    .v-card--flat {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-card--hover {
      cursor: pointer;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transition-property: -webkit-box-shadow;
      transition-property: -webkit-box-shadow;
      transition-property: box-shadow;
      transition-property: box-shadow, -webkit-box-shadow;
    }

    .v-card--hover:hover {
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .v-card__title {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 16px;
    }

    .v-card__title--primary {
      padding-top: 24px;
    }

    .v-card__text {
      padding: 16px;
      width: 100%;
    }

    .v-card__actions {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 8px;
    }

    .v-card__actions>*,
    .v-card__actions .v-btn {
      margin: 0;
    }

    .v-card__actions .v-btn+.v-btn {
      margin-left: 8px;
    }

    .application--is-rtl .v-carousel__prev {
      left: auto;
      right: 5px;
    }

    .application--is-rtl .v-carousel__next {
      left: 5px;
      right: auto;
    }

    .v-carousel {
      width: 100%;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-carousel__prev,
    .v-carousel__next {
      position: absolute;
      top: 50%;
      z-index: 1;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .v-carousel__prev .v-btn,
    .v-carousel__next .v-btn {
      margin: 0;
      height: auto;
      width: auto;
    }

    .v-carousel__prev .v-btn i,
    .v-carousel__next .v-btn i {
      font-size: 48px;
    }

    .v-carousel__prev .v-btn:hover,
    .v-carousel__next .v-btn:hover {
      background: none;
    }

    .v-carousel__prev {
      left: 5px;
    }

    .v-carousel__next {
      right: 5px;
    }

    .v-carousel__controls {
      background: rgba(0, 0, 0, 0.5);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      position: absolute;
      height: 50px;
      list-style-type: none;
      width: 100%;
      z-index: 1;
    }

    .v-carousel__controls>.v-item-group {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
    }

    .v-carousel__controls__item {
      margin: 0 8px !important;
    }

    .v-carousel__controls__item .v-icon {
      opacity: 0.5;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-carousel__controls__item--active .v-icon {
      opacity: 1;
      vertical-align: middle;
    }

    .v-carousel__controls__item:hover {
      background: none;
    }

    .v-carousel__controls__item:hover .v-icon {
      opacity: 0.8;
    }

    .theme--light.v-chip {
      background: #e0e0e0;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-chip--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-chip {
      background: #555;
      color: #fff;
    }

    .theme--dark.v-chip--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .application--is-rtl .v-chip__close {
      margin: 0 8px 0 2px;
    }

    .application--is-rtl .v-chip--removable .v-chip__content {
      padding: 0 12px 0 4px;
    }

    .application--is-rtl .v-chip--select-multi {
      margin: 4px 0 4px 4px;
    }

    .application--is-rtl .v-chip .v-avatar {
      margin-right: -12px;
      margin-left: 8px;
    }

    .application--is-rtl .v-chip .v-icon--right {
      margin-right: 12px;
      margin-left: -8px;
    }

    .application--is-rtl .v-chip .v-icon--left {
      margin-right: -8px;
      margin-left: 12px;
    }

    .v-chip {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 28px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 13px;
      margin: 4px;
      outline: none;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      vertical-align: middle;
    }

    .v-chip .v-chip__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 28px;
      cursor: default;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 32px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 12px;
      vertical-align: middle;
      white-space: nowrap;
      z-index: 1;
    }

    .v-chip--removable .v-chip__content {
      padding: 0 4px 0 12px;
    }

    .v-chip .v-avatar {
      height: 32px !important;
      margin-left: -12px;
      margin-right: 8px;
      min-width: 32px;
      width: 32px !important;
    }

    .v-chip .v-avatar img {
      height: 100%;
      width: 100%;
    }

    .v-chip:focus:not(.v-chip--disabled),
    .v-chip--active,
    .v-chip--selected {
      border-color: rgba(0, 0, 0, 0.13);
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-chip:focus:not(.v-chip--disabled):after,
    .v-chip--active:after,
    .v-chip--selected:after {
      background: currentColor;
      border-radius: inherit;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: inherit;
      transition: inherit;
      width: 100%;
      pointer-events: none;
      opacity: 0.13;
    }

    .v-chip--label {
      border-radius: 2px;
    }

    .v-chip--label .v-chip__content {
      border-radius: 2px;
    }

    .v-chip.v-chip.v-chip--outline {
      background: transparent !important;
      border: 1px solid currentColor;
      color: #9e9e9e;
      height: 32px;
    }

    .v-chip.v-chip.v-chip--outline .v-avatar {
      margin-left: -13px;
    }

    .v-chip--small {
      height: 24px !important;
    }

    .v-chip--small .v-avatar {
      height: 24px !important;
      min-width: 24px;
      width: 24px !important;
    }

    .v-chip--small .v-icon {
      font-size: 20px;
    }

    .v-chip__close {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      margin: 0 2px 0 8px;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-chip__close>.v-icon {
      color: inherit !important;
      font-size: 20px;
      cursor: pointer;
      opacity: 0.5;
    }

    .v-chip__close>.v-icon:hover {
      opacity: 1;
    }

    .v-chip--disabled .v-chip__close {
      pointer-events: none;
    }

    .v-chip--select-multi {
      margin: 4px 4px 4px 0;
    }

    .v-chip .v-icon {
      color: inherit;
    }

    .v-chip .v-icon--right {
      margin-left: 12px;
      margin-right: -8px;
    }

    .v-chip .v-icon--left {
      margin-left: -8px;
      margin-right: 12px;
    }

    .v-content {
      -webkit-transition: none;
      transition: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: 100%;
    }

    .v-content[data-booted="true"] {
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-content__wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
      position: relative;
    }

    @-moz-document url-prefix() {
      @media print {
        .v-content {
          display: block;
        }
      }
    }

    .theme--light.v-counter {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-counter {
      color: rgba(255, 255, 255, 0.7);
    }

    .v-counter {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-size: 12px;
      min-height: 12px;
      line-height: 1;
    }

    .theme--light.v-data-iterator .v-data-iterator__actions {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner {
      color: rgba(0, 0, 0, 0.54) !important;
    }

    .theme--dark.v-data-iterator .v-data-iterator__actions {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .v-data-iterator__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }

    .v-data-iterator__actions .v-btn {
      color: inherit;
    }

    .v-data-iterator__actions .v-btn:last-of-type {
      margin-left: 14px;
    }

    .v-data-iterator__actions__range-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 48px;
    }

    .v-data-iterator__actions__pagination {
      display: block;
      text-align: center;
      margin: 0 32px 0 24px;
    }

    .v-data-iterator__actions__select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: 14px;
      white-space: nowrap;
    }

    .v-data-iterator__actions__select .v-select {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
      flex: 0 1 0;
      margin: 13px 0 13px 34px;
      padding: 0;
      position: initial;
    }

    .v-data-iterator__actions__select .v-select__selections {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .v-data-iterator__actions__select .v-select__selections .v-select__selection--comma {
      font-size: 12px;
    }

    .theme--light.v-datatable thead th.column.sortable .v-icon {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-datatable thead th.column.sortable:hover {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-datatable thead th.column.sortable.active {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-datatable thead th.column.sortable.active .v-icon {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-datatable .v-datatable__actions {
      background-color: #fff;
      color: rgba(0, 0, 0, 0.54);
      border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-datatable thead th.column.sortable .v-icon {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-datatable thead th.column.sortable:hover {
      color: #fff;
    }

    .theme--dark.v-datatable thead th.column.sortable.active {
      color: #fff;
    }

    .theme--dark.v-datatable thead th.column.sortable.active .v-icon {
      color: #fff;
    }

    .theme--dark.v-datatable .v-datatable__actions {
      background-color: #424242;
      color: rgba(255, 255, 255, 0.7);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .v-datatable .v-input--selection-controls {
      margin: 0;
      padding: 0;
    }

    .v-datatable thead th.column.sortable {
      cursor: pointer;
      outline: 0;
    }

    .v-datatable thead th.column.sortable .v-icon {
      font-size: 16px;
      display: inline-block;
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-datatable thead th.column.sortable:focus .v-icon,
    .v-datatable thead th.column.sortable:hover .v-icon {
      opacity: 0.6;
    }

    .v-datatable thead th.column.sortable.active {
      -webkit-transform: none;
      transform: none;
    }

    .v-datatable thead th.column.sortable.active .v-icon {
      opacity: 1;
    }

    .v-datatable thead th.column.sortable.active.desc .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .v-datatable__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }

    .v-datatable__actions .v-btn {
      color: inherit;
    }

    .v-datatable__actions .v-btn:last-of-type {
      margin-left: 14px;
    }

    .v-datatable__actions__range-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 48px;
    }

    .v-datatable__actions__pagination {
      display: block;
      text-align: center;
      margin: 0 32px 0 24px;
    }

    .v-datatable__actions__select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: 14px;
      white-space: nowrap;
    }

    .v-datatable__actions__select .v-select {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
      flex: 0 1 0;
      margin: 13px 0 13px 34px;
      padding: 0;
      position: initial;
    }

    .v-datatable__actions__select .v-select__selections {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .v-datatable__actions__select .v-select__selections .v-select__selection--comma {
      font-size: 12px;
    }

    .v-datatable__progress {
      height: auto !important;
    }

    .v-datatable__progress tr,
    .v-datatable__progress td,
    .v-datatable__progress th {
      height: auto !important;
    }

    .v-datatable__progress th {
      padding: 0 !important;
    }

    .v-datatable__progress th .v-progress-linear {
      margin: 0;
    }

    .v-datatable__expand-row {
      border: none !important;
    }

    .v-datatable__expand-col {
      padding: 0 !important;
      height: 0px !important;
    }

    .v-datatable__expand-col--expanded {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .v-datatable__expand-content {
      -webkit-transition: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-datatable__expand-content>.card {
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
      color: #fff;
    }

    .theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-date-picker-header {
      padding: 4px 16px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
    }

    .v-date-picker-header .v-btn {
      margin: 0;
      z-index: auto;
    }

    .v-date-picker-header .v-icon {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-date-picker-header__value {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .v-date-picker-header__value div {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-date-picker-header__value button {
      cursor: pointer;
      font-weight: bold;
      outline: none;
      padding: 0.5rem;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-date-picker-header--disabled {
      pointer-events: none;
    }

    .theme--light.v-date-picker-table th,
    .theme--light.v-date-picker-table .v-date-picker-table--date__week {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-date-picker-table th,
    .theme--dark.v-date-picker-table .v-date-picker-table--date__week {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-date-picker-table {
      position: relative;
      padding: 0 12px;
      height: 242px;
    }

    .v-date-picker-table table {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      top: 0;
      table-layout: fixed;
      width: 100%;
    }

    .v-date-picker-table td,
    .v-date-picker-table th {
      text-align: center;
      position: relative;
    }

    .v-date-picker-table th {
      font-size: 12px;
    }

    .v-date-picker-table--date .v-btn {
      height: 32px;
      width: 32px;
    }

    .v-date-picker-table .v-btn {
      z-index: auto;
      margin: 0;
      font-size: 12px;
    }

    .v-date-picker-table .v-btn.v-btn--active {
      color: #fff;
    }

    .v-date-picker-table--month td {
      width: 33.333333%;
      height: 56px;
      vertical-align: middle;
      text-align: center;
    }

    .v-date-picker-table--month td .v-btn {
      margin: 0 auto;
      max-width: 160px;
      min-width: 40px;
      width: 100%;
    }

    .v-date-picker-table--date th {
      padding: 8px 0;
      font-weight: 600;
    }

    .v-date-picker-table--date td {
      width: 45px;
    }

    .v-date-picker-table__events {
      height: 8px;
      left: 0;
      position: absolute;
      text-align: center;
      white-space: pre;
      width: 100%;
    }

    .v-date-picker-table__events>div {
      border-radius: 50%;
      display: inline-block;
      height: 8px;
      margin: 0 1px;
      width: 8px;
    }

    .v-date-picker-table--date .v-date-picker-table__events {
      bottom: 6px;
    }

    .v-date-picker-table--month .v-date-picker-table__events {
      bottom: 8px;
    }

    .v-date-picker-table--disabled {
      pointer-events: none;
    }

    .application--is-rtl .v-date-picker-title .v-picker__title__btn {
      text-align: right;
    }

    .v-date-picker-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      line-height: 1;
    }

    .v-date-picker-title__year {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 8px;
    }

    .v-date-picker-title__date {
      font-size: 34px;
      text-align: left;
      font-weight: 500;
      position: relative;
      overflow: hidden;
      padding-bottom: 8px;
      margin-bottom: -8px;
    }

    .v-date-picker-title__date>div {
      position: relative;
    }

    .v-date-picker-title--disabled {
      pointer-events: none;
    }

    .v-date-picker-years {
      font-size: 16px;
      font-weight: 400;
      height: 286px;
      list-style-type: none;
      overflow: auto;
      padding: 0;
      text-align: center;
    }

    .v-date-picker-years li {
      cursor: pointer;
      padding: 8px 0;
      -webkit-transition: none;
      transition: none;
    }

    .v-date-picker-years li.active {
      font-size: 26px;
      font-weight: 500;
      padding: 10px 0;
    }

    .v-date-picker-years li:hover {
      background: rgba(0, 0, 0, 0.12);
    }

    .v-picker--landscape .v-date-picker-years {
      height: 286px;
    }

    .v-dialog {
      -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
      border-radius: 2px;
      margin: 24px;
      overflow-y: auto;
      pointer-events: auto;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      width: 100%;
      z-index: inherit;
    }

    .v-dialog__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      pointer-events: none;
      position: fixed;
      top: 0;
      -webkit-transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
      width: 100%;
      z-index: 6;
      outline: none;
    }

    .v-dialog:not(.v-dialog--fullscreen) {
      max-height: 90%;
    }

    .v-dialog__activator {
      cursor: pointer;
    }

    .v-dialog__activator * {
      cursor: pointer;
    }

    .v-dialog__container {
      display: inline-block;
      vertical-align: middle;
    }

    .v-dialog--animated {
      -webkit-animation-duration: 0.15s;
      animation-duration: 0.15s;
      -webkit-animation-name: animate-dialog;
      animation-name: animate-dialog;
      -webkit-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
      animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-dialog--fullscreen {
      border-radius: 0;
      margin: 0;
      height: 100%;
      position: fixed;
      overflow-y: auto;
      top: 0;
      left: 0;
    }

    .v-dialog--fullscreen>.v-card {
      min-height: 100%;
      min-width: 100%;
      margin: 0 !important;
      padding: 0 !important;
    }

    .v-dialog--scrollable,
    .v-dialog--scrollable>form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-dialog--scrollable>.v-card,
    .v-dialog--scrollable>form>.v-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-dialog--scrollable>.v-card>.v-card__title,
    .v-dialog--scrollable>form>.v-card>.v-card__title,
    .v-dialog--scrollable>.v-card>.v-card__actions,
    .v-dialog--scrollable>form>.v-card>.v-card__actions {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }

    .v-dialog--scrollable>.v-card>.v-card__text,
    .v-dialog--scrollable>form>.v-card>.v-card__text {
      overflow-y: auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    @-webkit-keyframes animate-dialog {
      0% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }

      50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
      }

      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }

    @keyframes animate-dialog {
      0% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }

      50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
      }

      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }

    .theme--light.v-divider {
      border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-divider {
      border-color: rgba(255, 255, 255, 0.12);
    }

    .v-divider {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      max-width: 100%;
      height: 0px;
      max-height: 0px;
      border: solid;
      border-width: thin 0 0 0;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-divider--inset:not(.v-divider--vertical) {
      margin-left: 72px;
      max-width: calc(100% - 72px);
    }

    .v-divider--vertical {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      border: solid;
      border-width: 0 thin 0 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: inherit;
      min-height: 100%;
      max-height: 100%;
      max-width: 0px;
      width: 0px;
      vertical-align: text-bottom;
    }

    .v-divider--vertical.v-divider--inset {
      margin-top: 8px;
      min-height: 0;
      max-height: calc(100% - 16px);
    }

    .theme--light.v-expansion-panel .v-expansion-panel__container {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      background-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-expansion-panel .v-expansion-panel__container--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-expansion-panel--focusable .v-expansion-panel__container:focus {
      background-color: #eee;
    }

    .theme--dark.v-expansion-panel .v-expansion-panel__container {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      background-color: #424242;
      color: #fff;
    }

    .theme--dark.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
      color: #fff;
    }

    .theme--dark.v-expansion-panel .v-expansion-panel__container--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-expansion-panel--focusable .v-expansion-panel__container:focus {
      background-color: #494949;
    }

    .v-expansion-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style-type: none;
      padding: 0;
      text-align: left;
      width: 100%;
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    }

    .v-expansion-panel__container {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%;
      outline: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-expansion-panel__container:first-child {
      border-top: none !important;
    }

    .v-expansion-panel__container .v-expansion-panel__header__iconnel__header__icon {
      margin-left: auto;
    }

    .v-expansion-panel__container--disabled .v-expansion-panel__header {
      pointer-events: none;
    }

    .v-expansion-panel__container--active>.v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .v-expansion-panel__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 12px 24px;
      min-height: 48px;
    }

    .v-expansion-panel__header>*:not(.v-expansion-panel__header__icon) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

    .v-expansion-panel__body {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-expansion-panel__body>.v-card {
      border-radius: 0;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
    }

    .v-expansion-panel--popout,
    .v-expansion-panel--inset {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-expansion-panel--popout .v-expansion-panel__container--active,
    .v-expansion-panel--inset .v-expansion-panel__container--active {
      margin: 16px;
      -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    }

    .v-expansion-panel--popout .v-expansion-panel__container,
    .v-expansion-panel--inset .v-expansion-panel__container {
      max-width: 95%;
    }

    .v-expansion-panel--popout .v-expansion-panel__container--active {
      max-width: 100%;
    }

    .v-expansion-panel--inset .v-expansion-panel__container--active {
      max-width: 85%;
    }

    .theme--light.v-footer {
      background: #f5f5f5;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-footer {
      background: #212121;
      color: #fff;
    }

    .v-footer {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
      flex: 0 1 auto !important;
      min-height: 36px;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-footer--absolute,
    .v-footer--fixed {
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 3;
    }

    .v-footer--inset {
      z-index: 2;
    }

    .v-footer--absolute {
      position: absolute;
    }

    .v-footer--fixed {
      position: fixed;
    }

    .v-form>.container {
      padding: 16px;
    }

    .v-form>.container>.layout>.flex {
      padding: 8px;
    }

    .v-form>.container>.layout:only-child {
      margin: -8px;
    }

    .v-form>.container>.layout:not(:only-child) {
      margin: auto -8px;
    }

    .container {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin: auto;
      padding: 24px;
      width: 100%;
    }

    @media only screen and (min-width: 960px) {
      .container {
        max-width: 900px;
      }
    }

    @media only screen and (min-width: 1264px) {
      .container {
        max-width: 1185px;
      }
    }

    @media only screen and (min-width: 1904px) {
      .container {
        max-width: 1785px;
      }
    }

    @media only screen and (max-width: 959px) {
      .container {
        padding: 16px;
      }
    }

    .container.fluid {
      max-width: 100%;
    }

    .container.fill-height {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .container.fill-height>.layout {
      height: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

    .container.grid-list-xs .layout .flex {
      padding: 1px;
    }

    .container.grid-list-xs .layout:only-child {
      margin: -1px;
    }

    .container.grid-list-xs .layout:not(:only-child) {
      margin: auto -1px;
    }

    .container.grid-list-xs *:not(:only-child) .layout:first-child {
      margin-top: -1px;
    }

    .container.grid-list-xs *:not(:only-child) .layout:last-child {
      margin-bottom: -1px;
    }

    .container.grid-list-sm .layout .flex {
      padding: 2px;
    }

    .container.grid-list-sm .layout:only-child {
      margin: -2px;
    }

    .container.grid-list-sm .layout:not(:only-child) {
      margin: auto -2px;
    }

    .container.grid-list-sm *:not(:only-child) .layout:first-child {
      margin-top: -2px;
    }

    .container.grid-list-sm *:not(:only-child) .layout:last-child {
      margin-bottom: -2px;
    }

    .container.grid-list-md .layout .flex {
      padding: 4px;
    }

    .container.grid-list-md .layout:only-child {
      margin: -4px;
    }

    .container.grid-list-md .layout:not(:only-child) {
      margin: auto -4px;
    }

    .container.grid-list-md *:not(:only-child) .layout:first-child {
      margin-top: -4px;
    }

    .container.grid-list-md *:not(:only-child) .layout:last-child {
      margin-bottom: -4px;
    }

    .container.grid-list-lg .layout .flex {
      padding: 8px;
    }

    .container.grid-list-lg .layout:only-child {
      margin: -8px;
    }

    .container.grid-list-lg .layout:not(:only-child) {
      margin: auto -8px;
    }

    .container.grid-list-lg *:not(:only-child) .layout:first-child {
      margin-top: -8px;
    }

    .container.grid-list-lg *:not(:only-child) .layout:last-child {
      margin-bottom: -8px;
    }

    .container.grid-list-xl .layout .flex {
      padding: 12px;
    }

    .container.grid-list-xl .layout:only-child {
      margin: -12px;
    }

    .container.grid-list-xl .layout:not(:only-child) {
      margin: auto -12px;
    }

    .container.grid-list-xl *:not(:only-child) .layout:first-child {
      margin-top: -12px;
    }

    .container.grid-list-xl *:not(:only-child) .layout:last-child {
      margin-bottom: -12px;
    }

    .layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      min-width: 0;
    }

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

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

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

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

    .layout.column>.flex {
      max-width: 100%;
    }

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

    @media all and (min-width: 0) {
      .flex.xs1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.xs2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.xs3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.xs4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.xs5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.xs6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.xs7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-xs7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.xs8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-xs8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.xs9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-xs9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.xs10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-xs10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.xs11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-xs11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.xs12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-xs12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-xs0 {
        margin-left: 0%;
      }

      .flex.offset-xs1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-xs2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-xs3 {
        margin-left: 25%;
      }

      .flex.offset-xs4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-xs5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-xs6 {
        margin-left: 50%;
      }

      .flex.offset-xs7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-xs8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-xs9 {
        margin-left: 75%;
      }

      .flex.offset-xs10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-xs11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-xs12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 600px) {
      .flex.sm1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.sm2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.sm3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.sm4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.sm5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.sm6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.sm7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-sm7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.sm8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-sm8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.sm9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-sm9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.sm10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-sm10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.sm11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-sm11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.sm12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-sm12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-sm0 {
        margin-left: 0%;
      }

      .flex.offset-sm1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-sm2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-sm3 {
        margin-left: 25%;
      }

      .flex.offset-sm4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-sm5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-sm6 {
        margin-left: 50%;
      }

      .flex.offset-sm7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-sm8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-sm9 {
        margin-left: 75%;
      }

      .flex.offset-sm10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-sm11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-sm12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 960px) {
      .flex.md1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.md2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.md3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.md4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.md5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.md6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.md7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-md7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.md8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-md8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.md9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-md9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.md10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-md10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.md11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-md11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.md12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-md12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-md0 {
        margin-left: 0%;
      }

      .flex.offset-md1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-md2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-md3 {
        margin-left: 25%;
      }

      .flex.offset-md4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-md5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-md6 {
        margin-left: 50%;
      }

      .flex.offset-md7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-md8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-md9 {
        margin-left: 75%;
      }

      .flex.offset-md10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-md11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-md12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 1264px) {
      .flex.lg1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.lg2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.lg3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.lg4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.lg5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.lg6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.lg7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-lg7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.lg8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-lg8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.lg9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-lg9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.lg10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-lg10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.lg11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-lg11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.lg12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-lg12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-lg0 {
        margin-left: 0%;
      }

      .flex.offset-lg1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-lg2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-lg3 {
        margin-left: 25%;
      }

      .flex.offset-lg4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-lg5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-lg6 {
        margin-left: 50%;
      }

      .flex.offset-lg7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-lg8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-lg9 {
        margin-left: 75%;
      }

      .flex.offset-lg10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-lg11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-lg12 {
        margin-left: 100%;
      }
    }

    @media all and (min-width: 1904px) {
      .flex.xl1 {
        -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.333333333333332%;
      }

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

      .flex.xl2 {
        -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.666666666666664%;
      }

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

      .flex.xl3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%;
      }

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

      .flex.xl4 {
        -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.33333333333333%;
      }

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

      .flex.xl5 {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.66666666666667%;
      }

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

      .flex.xl6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%;
      }

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

      .flex.xl7 {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333333333336%;
      }

      .flex.order-xl7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
      }

      .flex.xl8 {
        -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.66666666666666%;
      }

      .flex.order-xl8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
      }

      .flex.xl9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%;
      }

      .flex.order-xl9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
      }

      .flex.xl10 {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.33333333333334%;
      }

      .flex.order-xl10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
      }

      .flex.xl11 {
        -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.66666666666666%;
      }

      .flex.order-xl11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
      }

      .flex.xl12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
      }

      .flex.order-xl12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
      }

      .flex.offset-xl0 {
        margin-left: 0%;
      }

      .flex.offset-xl1 {
        margin-left: 8.333333333333332%;
      }

      .flex.offset-xl2 {
        margin-left: 16.666666666666664%;
      }

      .flex.offset-xl3 {
        margin-left: 25%;
      }

      .flex.offset-xl4 {
        margin-left: 33.33333333333333%;
      }

      .flex.offset-xl5 {
        margin-left: 41.66666666666667%;
      }

      .flex.offset-xl6 {
        margin-left: 50%;
      }

      .flex.offset-xl7 {
        margin-left: 58.333333333333336%;
      }

      .flex.offset-xl8 {
        margin-left: 66.66666666666666%;
      }

      .flex.offset-xl9 {
        margin-left: 75%;
      }

      .flex.offset-xl10 {
        margin-left: 83.33333333333334%;
      }

      .flex.offset-xl11 {
        margin-left: 91.66666666666666%;
      }

      .flex.offset-xl12 {
        margin-left: 100%;
      }
    }

    .flex,
    .child-flex>* {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
    }

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

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

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

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

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

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

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

    .align-self-baseline {
      -ms-flex-item-align: baseline;
      align-self: baseline;
    }

    .align-content-start {
      -ms-flex-line-pack: start;
      align-content: flex-start;
    }

    .align-content-end {
      -ms-flex-line-pack: end;
      align-content: flex-end;
    }

    .align-content-center {
      -ms-flex-line-pack: center;
      align-content: center;
    }

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

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

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

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

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

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

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

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

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

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

    .justify-self-baseline {
      justify-self: baseline;
    }

    .spacer {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }

    .grow {
      -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }

    .shrink {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }

    .scroll-y {
      overflow-y: auto;
    }

    .fill-height {
      height: 100%;
    }

    .hide-overflow {
      overflow: hidden !important;
    }

    .show-overflow {
      overflow: visible !important;
    }

    .no-wrap {
      white-space: nowrap;
    }

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

    .d-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }

    .d-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }

    .d-flex>*,
    .d-inline-flex>* {
      -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }

    .d-block {
      display: block !important;
    }

    .d-inline-block {
      display: inline-block !important;
    }

    .d-inline {
      display: inline !important;
    }

    .d-none {
      display: none !important;
    }

    .theme--light.v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-icon.v-icon--disabled {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--dark.v-icon {
      color: #fff;
    }

    .theme--dark.v-icon.v-icon--disabled {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .v-icon {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      font-size: 24px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      vertical-align: text-bottom;
    }

    .v-icon--right {
      margin-left: 16px;
    }

    .v-icon--left {
      margin-right: 16px;
    }

    .v-icon.v-icon.v-icon--link {
      cursor: pointer;
    }

    .v-icon--disabled {
      pointer-events: none;
      opacity: 0.6;
    }

    .v-icon--is-component {
      height: 24px;
    }

    .v-image {
      z-index: 0;
    }

    .v-image__image,
    .v-image__placeholder {
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .v-image__image {
      background-repeat: no-repeat;
    }

    .v-image__image--preload {
      -webkit-filter: blur(2px);
      filter: blur(2px);
    }

    .v-image__image--contain {
      background-size: contain;
    }

    .v-image__image--cover {
      background-size: cover;
    }

    .theme--light.v-input:not(.v-input--is-disabled) input,
    .theme--light.v-input:not(.v-input--is-disabled) textarea {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-input input::-webkit-input-placeholder,
    .theme--light.v-input textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input::-moz-placeholder,
    .theme--light.v-input textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input:-ms-input-placeholder,
    .theme--light.v-input textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input::-ms-input-placeholder,
    .theme--light.v-input textarea::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input input::placeholder,
    .theme--light.v-input textarea::placeholder {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input--is-disabled .v-label,
    .theme--light.v-input--is-disabled input,
    .theme--light.v-input--is-disabled textarea {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-input:not(.v-input--is-disabled) input,
    .theme--dark.v-input:not(.v-input--is-disabled) textarea {
      color: #fff;
    }

    .theme--dark.v-input input::-webkit-input-placeholder,
    .theme--dark.v-input textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input::-moz-placeholder,
    .theme--dark.v-input textarea::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input:-ms-input-placeholder,
    .theme--dark.v-input textarea:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input::-ms-input-placeholder,
    .theme--dark.v-input textarea::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input input::placeholder,
    .theme--dark.v-input textarea::placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-input--is-disabled .v-label,
    .theme--dark.v-input--is-disabled input,
    .theme--dark.v-input--is-disabled textarea {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-input {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      font-size: 16px;
      text-align: left;
    }

    .v-input .v-progress-linear {
      top: calc(100% - 1px);
      left: 0;
      margin: 0;
      position: absolute;
    }

    .v-input input {
      max-height: 32px;
    }

    .v-input input:invalid,
    .v-input textarea:invalid {
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .v-input input:focus,
    .v-input textarea:focus,
    .v-input input:active,
    .v-input textarea:active {
      outline: none;
    }

    .v-input .v-label {
      height: 20px;
      line-height: 20px;
    }

    .v-input__append-outer,
    .v-input__prepend-outer {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 4px;
      margin-top: 4px;
      line-height: 1;
    }

    .v-input__append-outer .v-icon,
    .v-input__prepend-outer .v-icon {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input__append-outer {
      margin-left: 9px;
    }

    .v-input__prepend-outer {
      margin-right: 9px;
    }

    .v-input__control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
    }

    .v-input__icon {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 24px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 24px;
      width: 24px;
    }

    .v-input__icon--clear {
      border-radius: 50%;
    }

    .v-input__slot {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px;
      min-height: inherit;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-input--is-disabled:not(.v-input--is-readonly) {
      pointer-events: none;
    }

    .v-input--is-loading>.v-input__control>.v-input__slot:before,
    .v-input--is-loading>.v-input__control>.v-input__slot:after {
      display: none;
    }

    .v-input--hide-details>.v-input__control>.v-input__slot {
      margin-bottom: 0;
    }

    .v-input--has-state.error--text .v-label {
      -webkit-animation: shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
      animation: shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-item-group {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-item-group>* {
      cursor: pointer;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

    .theme--light.v-jumbotron .v-jumbotron__content {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-jumbotron .v-jumbotron__content {
      color: #fff;
    }

    .v-jumbotron {
      display: block;
      top: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-jumbotron__wrapper {
      height: 100%;
      overflow: hidden;
      position: relative;
      -webkit-transition: inherit;
      transition: inherit;
      width: 100%;
    }

    .v-jumbotron__background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      contain: strict;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-jumbotron__image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      will-change: transform;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-jumbotron__content {
      height: 100%;
      position: relative;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .theme--light.v-label {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-label--is-disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-label {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-label--is-disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .v-label {
      font-size: 16px;
      line-height: 1;
      min-height: 8px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .theme--light.v-list {
      background: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-list .v-list--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-list .v-list__tile__sub-title {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-list .v-list__tile__mask {
      color: rgba(0, 0, 0, 0.38);
      background: #eee;
    }

    .theme--light.v-list .v-list__tile--link:hover,
    .theme--light.v-list .v-list__tile--highlighted,
    .theme--light.v-list .v-list__group__header:hover {
      background: rgba(0, 0, 0, 0.04);
    }

    .theme--light.v-list .v-list__group--active:before,
    .theme--light.v-list .v-list__group--active:after {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-list .v-list__group--disabled .v-list__tile {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--light.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
      color: rgba(0, 0, 0, 0.38) !important;
    }

    .theme--dark.v-list {
      background: #424242;
      color: #fff;
    }

    .theme--dark.v-list .v-list--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-list .v-list__tile__sub-title {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-list .v-list__tile__mask {
      color: rgba(255, 255, 255, 0.5);
      background: #494949;
    }

    .theme--dark.v-list .v-list__tile--link:hover,
    .theme--dark.v-list .v-list__tile--highlighted,
    .theme--dark.v-list .v-list__group__header:hover {
      background: rgba(255, 255, 255, 0.08);
    }

    .theme--dark.v-list .v-list__group--active:before,
    .theme--dark.v-list .v-list__group--active:after {
      background: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-list .v-list__group--disabled .v-list__tile {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .theme--dark.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .application--is-rtl .v-list__tile__title {
      text-align: right;
    }

    .application--is-rtl .v-list__tile__content {
      text-align: right;
    }

    .v-list {
      list-style-type: none;
      padding: 8px 0 8px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-list>div {
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-list__tile {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      font-weight: 400;
      height: 48px;
      margin: 0;
      padding: 0 16px;
      position: relative;
      text-decoration: none;
      -webkit-transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-list__tile--link {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-list__tile__content,
    .v-list__tile__action {
      height: 100%;
    }

    .v-list__tile__title,
    .v-list__tile__sub-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-list__tile__title {
      height: 24px;
      line-height: 24px;
      position: relative;
      text-align: left;
    }

    .v-list__tile__sub-title {
      font-size: 14px;
    }

    .v-list__tile__avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-width: 56px;
    }

    .v-list__tile__action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-width: 56px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-list__tile__action .v-btn {
      padding: 0;
      margin: 0;
    }

    .v-list__tile__action .v-btn--icon {
      margin: -6px;
    }

    .v-list__tile__action .v-radio.v-radio {
      margin: 0;
    }

    .v-list__tile__action .v-input--selection-controls {
      padding: 0;
      margin: 0;
    }

    .v-list__tile__action .v-input--selection-controls .v-messages {
      display: none;
    }

    .v-list__tile__action .v-input--selection-controls .v-input__slot {
      margin: 0;
    }

    .v-list__tile__action-text {
      color: #9e9e9e;
      font-size: 12px;
    }

    .v-list__tile__action--stack {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 8px;
      padding-bottom: 8px;
      white-space: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-list__tile__content {
      text-align: left;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-list__tile__content~.v-list__tile__avatar {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }

    .v-list__tile__content~.v-list__tile__action:not(.v-list__tile__action--stack) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }

    .v-list__tile--active .v-list__tile__action:first-of-type .v-icon {
      color: inherit;
    }

    .v-list__tile--avatar {
      height: 56px;
    }

    .v-list--dense {
      padding-top: 4px;
      padding-bottom: 4px;
    }

    .v-list--dense .v-subheader {
      font-size: 13px;
      height: 40px;
    }

    .v-list--dense .v-list__group .v-subheader {
      height: 40px;
    }

    .v-list--dense .v-list__tile {
      font-size: 13px;
    }

    .v-list--dense .v-list__tile--avatar {
      height: 48px;
    }

    .v-list--dense .v-list__tile:not(.v-list__tile--avatar) {
      height: 40px;
    }

    .v-list--dense .v-list__tile .v-icon {
      font-size: 22px;
    }

    .v-list--dense .v-list__tile__sub-title {
      font-size: 13px;
    }

    .v-list--disabled {
      pointer-events: none;
    }

    .v-list--two-line .v-list__tile {
      height: 72px;
    }

    .v-list--two-line.v-list--dense .v-list__tile {
      height: 60px;
    }

    .v-list--three-line .v-list__tile {
      height: 88px;
    }

    .v-list--three-line .v-list__tile__avatar {
      margin-top: -18px;
    }

    .v-list--three-line .v-list__tile__sub-title {
      white-space: initial;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }

    .v-list--three-line.v-list--dense .v-list__tile {
      height: 76px;
    }

    .v-list>.v-list__group:before {
      top: 0;
    }

    .v-list>.v-list__group:before .v-list__tile__avatar {
      margin-top: -14px;
    }

    .v-list__group {
      padding: 0;
      position: relative;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-list__group:before,
    .v-list__group:after {
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-list__group--active~.v-list__group:before {
      display: none;
    }

    .v-list__group__header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
    }

    .v-list__group__header>div:not(.v-list__group__header__prepend-icon):not(.v-list__group__header__append-icon) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      overflow: hidden;
    }

    .v-list__group__header .v-list__group__header__append-icon,
    .v-list__group__header .v-list__group__header__prepend-icon {
      padding: 0 16px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-list__group__header--sub-group {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-list__group__header--sub-group div .v-list__tile {
      padding-left: 0;
    }

    .v-list__group__header--sub-group .v-list__group__header__prepend-icon {
      padding: 0 0 0 40px;
      margin-right: 8px;
    }

    .v-list__group__header .v-list__group__header__prepend-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-width: 56px;
    }

    .v-list__group__header--active .v-list__group__header__append-icon .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .v-list__group__header--active .v-list__group__header__prepend-icon .v-icon {
      color: inherit;
    }

    .v-list__group__header--active.v-list__group__header--sub-group .v-list__group__header__prepend-icon .v-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    .v-list__group__items {
      position: relative;
      padding: 0;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-list__group__items>div {
      display: block;
    }

    .v-list__group__items--no-action .v-list__tile {
      padding-left: 72px;
    }

    .v-list__group--disabled {
      pointer-events: none;
    }

    .v-list--subheader {
      padding-top: 0;
    }

    .v-menu {
      display: block;
      vertical-align: middle;
    }

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

    .v-menu__activator {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-menu__activator * {
      cursor: pointer;
    }

    .v-menu__content {
      position: absolute;
      display: inline-block;
      border-radius: 2px;
      max-width: 80%;
      overflow-y: auto;
      overflow-x: hidden;
      contain: content;
      will-change: transform;
      -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .v-menu__content--active {
      pointer-events: none;
    }

    .v-menu__content--fixed {
      position: fixed;
    }

    .v-menu__content>.card {
      contain: content;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .v-menu>.v-menu__content {
      max-width: none;
    }

    .v-menu-transition-enter .v-list__tile {
      min-width: 0;
      pointer-events: none;
    }

    .v-menu-transition-enter-to .v-list__tile {
      pointer-events: auto;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
    }

    .v-menu-transition-leave-active,
    .v-menu-transition-leave-to {
      pointer-events: none;
    }

    .v-menu-transition-enter,
    .v-menu-transition-leave-to {
      opacity: 0;
    }

    .v-menu-transition-enter-active,
    .v-menu-transition-leave-active {
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-menu-transition-enter.v-menu__content--auto {
      -webkit-transition: none !important;
      transition: none !important;
    }

    .v-menu-transition-enter.v-menu__content--auto .v-list__tile {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    .v-menu-transition-enter.v-menu__content--auto .v-list__tile--active {
      opacity: 1;
      -webkit-transform: none !important;
      transform: none !important;
      pointer-events: auto;
    }

    .theme--light.v-messages {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-messages {
      color: rgba(255, 255, 255, 0.7);
    }

    .application--is-rtl .v-messages {
      text-align: right;
    }

    .v-messages {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      font-size: 12px;
      min-height: 12px;
      min-width: 1px;
      position: relative;
    }

    .v-messages__message {
      line-height: normal;
      word-break: break-word;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }

    .theme--light.v-navigation-drawer {
      background-color: #fff;
    }

    .theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
      background-color: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-navigation-drawer .v-divider {
      border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-navigation-drawer {
      background-color: #424242;
    }

    .theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
      background-color: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-navigation-drawer .v-divider {
      border-color: rgba(255, 255, 255, 0.12);
    }

    .v-navigation-drawer {
      -webkit-transition: none;
      transition: none;
      display: block;
      left: 0;
      max-width: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      pointer-events: auto;
      top: 0;
      will-change: transform;
      z-index: 3;
      -webkit-overflow-scrolling: touch;
    }

    .v-navigation-drawer[data-booted="true"] {
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-navigation-drawer[data-booted="true"] {
      -webkit-transition-property: width, -webkit-transform;
      transition-property: width, -webkit-transform;
      transition-property: transform, width;
      transition-property: transform, width, -webkit-transform;
    }

    .v-navigation-drawer__border {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
    }

    .v-navigation-drawer.v-navigation-drawer--right:after {
      left: 0;
      right: initial;
    }

    .v-navigation-drawer--right {
      left: auto;
      right: 0;
    }

    .v-navigation-drawer--right>.v-navigation-drawer__border {
      right: auto;
      left: 0;
    }

    .v-navigation-drawer--absolute {
      position: absolute;
    }

    .v-navigation-drawer--fixed {
      position: fixed;
    }

    .v-navigation-drawer--floating:after {
      display: none;
    }

    .v-navigation-drawer--mini-variant {
      overflow: hidden;
    }

    .v-navigation-drawer--mini-variant .v-list__group__header__prepend-icon {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
    }

    .v-navigation-drawer--mini-variant .v-list__tile__action,
    .v-navigation-drawer--mini-variant .v-list__tile__avatar {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 48px;
    }

    .v-navigation-drawer--mini-variant .v-list__tile__content,
    .v-navigation-drawer--mini-variant .v-list__tile:after {
      opacity: 0;
    }

    .v-navigation-drawer--mini-variant .v-subheader,
    .v-navigation-drawer--mini-variant .v-divider,
    .v-navigation-drawer--mini-variant .v-list--group {
      display: none !important;
    }

    .v-navigation-drawer--temporary,
    .v-navigation-drawer--is-mobile {
      z-index: 6;
    }

    .v-navigation-drawer--temporary:not(.v-navigation-drawer--close),
    .v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close) {
      -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    }

    .v-navigation-drawer .v-list {
      background: inherit;
    }

    .v-navigation-drawer>.v-list .v-list__tile {
      -webkit-transition: none;
      transition: none;
      font-weight: 600;
    }

    .v-navigation-drawer>.v-list .v-list__tile--active .v-list__tile__title {
      color: inherit;
    }

    .v-navigation-drawer>.v-list .v-list--group .v-list__tile {
      font-weight: 400;
    }

    .v-navigation-drawer>.v-list .v-list--group__header--active:after {
      background: transparent;
    }

    .v-navigation-drawer>.v-list:not(.v-list--dense) .v-list__tile {
      font-size: 14px;
    }

    .theme--light.v-overflow-btn .v-input__control::before,
    .theme--light.v-overflow-btn .v-input__slot::before {
      background-color: rgba(0, 0, 0, 0.12) !important;
    }

    .theme--light.v-overflow-btn.v-text-field--outline .v-input__control::before,
    .theme--light.v-overflow-btn.v-text-field--outline .v-input__slot::before {
      background-color: transparent !important;
    }

    .theme--light.v-overflow-btn--segmented .v-input__append-inner,
    .theme--light.v-overflow-btn--editable:hover .v-input__append-inner,
    .theme--light.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner,
    .theme--light.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
      border-left: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-overflow-btn:hover .v-input__slot,
    .theme--light.v-overflow-btn.v-input--is-focused .v-input__slot,
    .theme--light.v-overflow-btn.v-select--is-menu-active .v-input__slot {
      background: #fff;
    }

    .theme--dark.v-overflow-btn .v-input__control::before,
    .theme--dark.v-overflow-btn .v-input__slot::before {
      background-color: rgba(255, 255, 255, 0.12) !important;
    }

    .theme--dark.v-overflow-btn.v-text-field--outline .v-input__control::before,
    .theme--dark.v-overflow-btn.v-text-field--outline .v-input__slot::before {
      background-color: transparent !important;
    }

    .theme--dark.v-overflow-btn--segmented .v-input__append-inner,
    .theme--dark.v-overflow-btn--editable:hover .v-input__append-inner,
    .theme--dark.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner,
    .theme--dark.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
      border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-overflow-btn:hover .v-input__slot,
    .theme--dark.v-overflow-btn.v-input--is-focused .v-input__slot,
    .theme--dark.v-overflow-btn.v-select--is-menu-active .v-input__slot {
      background: #424242;
    }

    .v-overflow-btn {
      margin-top: 12px;
      padding-top: 0;
    }

    .v-overflow-btn:not(.v-overflow-btn--editable)>.v-input__control>.v-input__slot {
      cursor: pointer;
    }

    .v-overflow-btn .v-select__slot {
      height: 48px;
    }

    .v-overflow-btn .v-select__slot input {
      margin-left: 16px;
      cursor: pointer;
    }

    .v-overflow-btn .v-select__selection--comma:first-child {
      margin-left: 16px;
    }

    .v-overflow-btn .v-input__slot {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-overflow-btn .v-input__slot::after {
      content: none;
    }

    .v-overflow-btn .v-label {
      margin-left: 16px;
      top: calc(50% - 10px);
    }

    .v-overflow-btn .v-input__append-inner {
      width: 48px;
      height: 48px;
      -ms-flex-item-align: auto;
      align-self: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0;
      padding: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }

    .v-overflow-btn .v-input__append-outer,
    .v-overflow-btn .v-input__prepend-outer {
      margin-top: 12px;
      margin-bottom: 12px;
    }

    .v-overflow-btn .v-input__control::before {
      height: 1px;
      top: -1px;
      content: '';
      left: 0;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-overflow-btn.v-input--is-focused .v-input__slot,
    .v-overflow-btn.v-select--is-menu-active .v-input__slot {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-overflow-btn .v-select__selections {
      width: 0px;
    }

    .v-overflow-btn--segmented .v-select__selections {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }

    .v-overflow-btn--segmented .v-select__selections .v-btn {
      border-radius: 0;
      margin: 0;
      margin-right: -16px;
      height: 48px;
      width: 100%;
    }

    .v-overflow-btn--segmented .v-select__selections .v-btn__content {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
    }

    .v-overflow-btn--segmented .v-select__selections .v-btn__content::before {
      background-color: transparent;
    }

    .v-overflow-btn--editable .v-select__slot input {
      cursor: text;
    }

    .v-overflow-btn--editable .v-input__append-inner,
    .v-overflow-btn--editable .v-input__append-inner * {
      cursor: pointer;
    }

    .v-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      z-index: 5;
    }

    .v-overlay--absolute {
      position: absolute;
    }

    .v-overlay:before {
      background-color: #212121;
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: inherit;
      transition: inherit;
      -webkit-transition-delay: 150ms;
      transition-delay: 150ms;
      width: 100%;
    }

    .v-overlay--active {
      pointer-events: auto;
      -ms-touch-action: none;
      touch-action: none;
    }

    .v-overlay--active:before {
      opacity: 0.46;
    }

    .theme--light.v-pagination .v-pagination__item {
      background: #fff;
      color: #000;
      width: auto;
      min-width: 34px;
      padding: 0 5px;
    }

    .theme--light.v-pagination .v-pagination__item--active {
      color: #fff;
    }

    .theme--light.v-pagination .v-pagination__navigation {
      background: #fff;
    }

    .theme--light.v-pagination .v-pagination__navigation .v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-pagination .v-pagination__item {
      background: #424242;
      color: #fff;
      width: auto;
      min-width: 34px;
      padding: 0 5px;
    }

    .theme--dark.v-pagination .v-pagination__item--active {
      color: #fff;
    }

    .theme--dark.v-pagination .v-pagination__navigation {
      background: #424242;
    }

    .theme--dark.v-pagination .v-pagination__navigation .v-icon {
      color: #fff;
    }

    .v-pagination {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      list-style-type: none;
      margin: 0;
      max-width: 100%;
      padding: 0;
    }

    .v-pagination>li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-pagination--circle .v-pagination__item,
    .v-pagination--circle .v-pagination__more,
    .v-pagination--circle .v-pagination__navigation {
      border-radius: 50%;
    }

    .v-pagination--disabled {
      pointer-events: none;
      opacity: 0.6;
    }

    .v-pagination__item {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      border-radius: 4px;
      font-size: 14px;
      background: transparent;
      height: 34px;
      width: 34px;
      margin: 0.3rem;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
    }

    .v-pagination__item--active {
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .v-pagination__navigation {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      height: 2rem;
      border-radius: 4px;
      width: 2rem;
      margin: 0.3rem 10px;
    }

    .v-pagination__navigation .v-icon {
      font-size: 2rem;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      vertical-align: middle;
    }

    .v-pagination__navigation--disabled {
      opacity: 0.6;
      pointer-events: none;
    }

    .v-pagination__more {
      margin: 0.3rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 2rem;
      width: 2rem;
    }

    .v-parallax {
      position: relative;
      overflow: hidden;
      z-index: 0;
    }

    .v-parallax__image-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      contain: strict;
    }

    .v-parallax__image {
      position: absolute;
      bottom: 0;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      display: none;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      will-change: transform;
      -webkit-transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
      z-index: 1;
    }

    .v-parallax__content {
      color: #fff;
      height: 100%;
      z-index: 2;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 1rem;
    }

    .theme--light.v-picker__title {
      background: #e0e0e0;
    }

    .theme--dark.v-picker__title {
      background: #616161;
    }

    .theme--light.v-picker__body {
      background: #fff;
    }

    .theme--dark.v-picker__body {
      background: #424242;
    }

    .v-picker {
      border-radius: 2px;
      contain: layout style;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      vertical-align: top;
      position: relative;
    }

    .v-picker--full-width {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-picker__title {
      color: #fff;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      padding: 16px;
    }

    .v-picker__title__btn {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-picker__title__btn:not(.v-picker__title__btn--active) {
      opacity: 0.6;
      cursor: pointer;
    }

    .v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) {
      opacity: 1;
    }

    .v-picker__title__btn--readonly {
      pointer-events: none;
    }

    .v-picker__title__btn--active {
      opacity: 1;
    }

    .v-picker__body {
      height: auto;
      overflow: hidden;
      position: relative;
      z-index: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-picker__body>div {
      width: 100%;
    }

    .v-picker__body>div.fade-transition-leave-active {
      position: absolute;
    }

    .v-picker--landscape .v-picker__title {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      width: 170px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1;
    }

    .v-picker--landscape .v-picker__body,
    .v-picker--landscape .v-picker__actions {
      margin-left: 170px;
    }

    .v-progress-circular {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
    }

    .v-progress-circular svg {
      width: 100%;
      height: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
    }

    .v-progress-circular--indeterminate svg {
      -webkit-animation: progress-circular-rotate 1.4s linear infinite;
      animation: progress-circular-rotate 1.4s linear infinite;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }

    .v-progress-circular--indeterminate .v-progress-circular__overlay {
      -webkit-animation: progress-circular-dash 1.4s ease-in-out infinite;
      animation: progress-circular-dash 1.4s ease-in-out infinite;
      stroke-linecap: round;
      stroke-dasharray: 80, 200;
      stroke-dashoffset: 0px;
    }

    .v-progress-circular__underlay {
      stroke: rgba(0, 0, 0, 0.1);
      z-index: 1;
    }

    .v-progress-circular__overlay {
      stroke: currentColor;
      z-index: 2;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
    }

    .v-progress-circular__info {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    @-webkit-keyframes progress-circular-dash {
      0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px;
      }

      50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
      }

      100% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px;
      }
    }

    @keyframes progress-circular-dash {
      0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px;
      }

      50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
      }

      100% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px;
      }
    }

    @-webkit-keyframes progress-circular-rotate {
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    @keyframes progress-circular-rotate {
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    .v-progress-linear {
      background: transparent;
      margin: 1rem 0;
      overflow: hidden;
      width: 100%;
      position: relative;
    }

    .v-progress-linear__bar {
      width: 100%;
      height: inherit;
      position: relative;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      z-index: 1;
    }

    .v-progress-linear__bar__determinate {
      height: inherit;
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
    }

    .v-progress-linear__bar__indeterminate .long,
    .v-progress-linear__bar__indeterminate .short {
      height: inherit;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      will-change: left, right;
      width: auto;
      background-color: inherit;
    }

    .v-progress-linear__bar__indeterminate--active .long {
      -webkit-animation: indeterminate;
      animation: indeterminate;
      -webkit-animation-duration: 2.2s;
      animation-duration: 2.2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    .v-progress-linear__bar__indeterminate--active .short {
      -webkit-animation: indeterminate-short;
      animation: indeterminate-short;
      -webkit-animation-duration: 2.2s;
      animation-duration: 2.2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    .v-progress-linear__background {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
    }

    .v-progress-linear__content {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
    }

    .v-progress-linear--query .v-progress-linear__bar__indeterminate--active .long {
      -webkit-animation: query;
      animation: query;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    .v-progress-linear--query .v-progress-linear__bar__indeterminate--active .short {
      -webkit-animation: query-short;
      animation: query-short;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    @-webkit-keyframes indeterminate {
      0% {
        left: -90%;
        right: 100%;
      }

      60% {
        left: -90%;
        right: 100%;
      }

      100% {
        left: 100%;
        right: -35%;
      }
    }

    @keyframes indeterminate {
      0% {
        left: -90%;
        right: 100%;
      }

      60% {
        left: -90%;
        right: 100%;
      }

      100% {
        left: 100%;
        right: -35%;
      }
    }

    @-webkit-keyframes indeterminate-short {
      0% {
        left: -200%;
        right: 100%;
      }

      60% {
        left: 107%;
        right: -8%;
      }

      100% {
        left: 107%;
        right: -8%;
      }
    }

    @keyframes indeterminate-short {
      0% {
        left: -200%;
        right: 100%;
      }

      60% {
        left: 107%;
        right: -8%;
      }

      100% {
        left: 107%;
        right: -8%;
      }
    }

    @-webkit-keyframes query {
      0% {
        right: -90%;
        left: 100%;
      }

      60% {
        right: -90%;
        left: 100%;
      }

      100% {
        right: 100%;
        left: -35%;
      }
    }

    @keyframes query {
      0% {
        right: -90%;
        left: 100%;
      }

      60% {
        right: -90%;
        left: 100%;
      }

      100% {
        right: 100%;
        left: -35%;
      }
    }

    @-webkit-keyframes query-short {
      0% {
        right: -200%;
        left: 100%;
      }

      60% {
        right: 107%;
        left: -8%;
      }

      100% {
        right: 107%;
        left: -8%;
      }
    }

    @keyframes query-short {
      0% {
        right: -200%;
        left: 100%;
      }

      60% {
        right: 107%;
        left: -8%;
      }

      100% {
        right: 107%;
        left: -8%;
      }
    }

    .v-input--radio-group__input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }

    .v-input--radio-group--column .v-input--radio-group__input>.v-label {
      padding-bottom: 8px;
    }

    .v-input--radio-group--row .v-input--radio-group__input>.v-label {
      padding-right: 8px;
    }

    .v-input--radio-group--row .v-input--radio-group__input {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .v-input--radio-group--column .v-radio:not(:last-child):not(:only-child) {
      margin-bottom: 8px;
    }

    .v-input--radio-group--column .v-input--radio-group__input {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .theme--light.v-radio--is-disabled label {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-radio--is-disabled .v-icon {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--dark.v-radio--is-disabled label {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-radio--is-disabled .v-icon {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .v-radio {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      margin-right: 16px;
      outline: none;
    }

    .v-radio--is-disabled {
      pointer-events: none;
    }

    .theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
      background: #bdbdbd;
    }

    .theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
      background: #424242;
    }

    .v-input--range-slider.v-input--is-disabled .v-slider__track-fill {
      display: none;
    }

    .v-input--range-slider.v-input--is-disabled.v-input--slider .v-slider.v-slider .v-slider__thumb {
      border-color: transparent;
    }

    .v-rating .v-icon {
      padding: 0.5rem;
      border-radius: 50%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-rating--readonly .v-icon {
      pointer-events: none;
    }

    .v-rating--dense .v-icon {
      padding: 0.1rem;
    }

    .v-responsive {
      position: relative;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-responsive__content {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0px;
    }

    .v-responsive__sizer {
      -webkit-transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
      flex: 0 0 0px;
    }

    .v-ripple__container {
      color: inherit;
      border-radius: inherit;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
      z-index: 0;
      pointer-events: none;
      contain: strict;
    }

    .v-ripple__animation {
      color: inherit;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: currentColor;
      opacity: 0;
      pointer-events: none;
      overflow: hidden;
      will-change: transform, opacity;
    }

    .v-ripple__animation--enter {
      -webkit-transition: none;
      transition: none;
    }

    .v-ripple__animation--in {
      -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-ripple__animation--out {
      -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .theme--light.v-select .v-select__selections {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-select.v-input--is-disabled .v-select__selections {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-select .v-chip--disabled,
    .theme--light.v-select .v-select__selection--disabled {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
      color: #fff;
    }

    .theme--dark.v-select .v-select__selections {
      color: #fff;
    }

    .theme--dark.v-select.v-input--is-disabled .v-select__selections {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-select .v-chip--disabled,
    .theme--dark.v-select .v-select__selection--disabled {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
      color: rgba(0, 0, 0, 0.87);
    }

    .v-select {
      position: relative;
    }

    .v-select>.v-input__control>.v-input__slot {
      cursor: pointer;
    }

    .v-select .v-chip {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
    }

    .v-select .fade-transition-leave-active {
      position: absolute;
      left: 0;
    }

    .v-select.v-input--is-dirty ::-webkit-input-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty ::-moz-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty :-ms-input-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty ::-ms-input-placeholder {
      color: transparent !important;
    }

    .v-select.v-input--is-dirty ::placeholder {
      color: transparent !important;
    }

    .v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix {
      line-height: 20px;
      position: absolute;
      top: 7px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-select.v-text-field--enclosed:not(.v-text-field--single-line) .v-select__selections {
      padding-top: 24px;
    }

    .v-select.v-text-field input {
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
      margin-top: 0;
      min-width: 0;
      pointer-events: none;
      position: relative;
    }

    .v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }

    .v-select.v-select--chips input {
      margin: 0;
    }

    .v-select.v-select--chips .v-select__selections {
      min-height: 42px;
    }

    .v-select.v-select--chips.v-select--chips--small .v-select__selections {
      min-height: 32px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections,
    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
      min-height: 68px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections,
    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections {
      min-height: 56px;
    }

    .v-select.v-text-field--reverse .v-select__slot,
    .v-select.v-text-field--reverse .v-select__selections {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-select__selections {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      line-height: 18px;
    }

    .v-select__selection {
      max-width: 90%;
    }

    .v-select__selection--comma {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 7px 4px 7px 0;
    }

    .v-select__slot {
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }

    .v-select:not(.v-text-field--single-line) .v-select__slot>input {
      -ms-flex-item-align: end;
      align-self: flex-end;
    }

    .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
      color: rgba(0, 0, 0, 0.26) !important;
    }

    .theme--dark.v-input--selection-controls.v-input--is-disabled .v-icon {
      color: rgba(255, 255, 255, 0.3) !important;
    }

    .application--is-rtl .v-input--selection-controls .v-input--selection-controls__input {
      margin-right: 0;
      margin-left: 8px;
    }

    .v-input--selection-controls {
      margin-top: 16px;
      padding-top: 4px;
    }

    .v-input--selection-controls .v-input__append-outer,
    .v-input--selection-controls .v-input__prepend-outer {
      margin-top: 0;
      margin-bottom: 0;
    }

    .v-input--selection-controls .v-input__control {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      width: auto;
    }

    .v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
      margin-bottom: 12px;
    }

    .v-input--selection-controls__input {
      color: inherit;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      height: 24px;
      position: relative;
      margin-right: 8px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transition-property: color, -webkit-transform;
      transition-property: color, -webkit-transform;
      transition-property: color, transform;
      transition-property: color, transform, -webkit-transform;
      width: 24px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input--selection-controls__input input {
      position: absolute;
      opacity: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input--selection-controls__input+.v-label {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-input--selection-controls__ripple {
      border-radius: 50%;
      cursor: pointer;
      height: 34px;
      position: absolute;
      -webkit-transition: inherit;
      transition: inherit;
      width: 34px;
      left: -12px;
      top: calc(50% - 24px);
      margin: 7px;
    }

    .v-input--selection-controls__ripple:before {
      border-radius: inherit;
      bottom: 0;
      content: '';
      position: absolute;
      opacity: 0.2;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-input--selection-controls__ripple .v-ripple__container {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
    }

    .v-input--selection-controls.v-input .v-label {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      top: 0;
      height: auto;
    }

    .v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
    .v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
      background: currentColor;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }

    .theme--light.v-sheet {
      background-color: #fff;
      border-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-sheet {
      background-color: #424242;
      border-color: #424242;
      color: #fff;
    }

    .v-sheet {
      display: block;
      border-radius: 2px;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-sheet--tile {
      border-radius: 0;
    }

    .theme--light.v-input--slider .v-slider__track,
    .theme--light.v-input--slider .v-slider__track-fill {
      background: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider .v-slider__track__container:after {
      border: 1px solid rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-input--slider .v-slider__ticks {
      border-color: rgba(0, 0, 0, 0.87);
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
      background: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
      border: 3px solid rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
      border: 3px solid rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input--slider.v-input--is-disabled .v-slider__thumb {
      border: 5px solid rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
      background: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-input--slider.v-input--slider--is-active .v-slider__track {
      background: rgba(0, 0, 0, 0.38);
    }

    .theme--dark.v-input--slider .v-slider__track,
    .theme--dark.v-input--slider .v-slider__track-fill {
      background: rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider .v-slider__track__container:after {
      border: 1px solid #fff;
    }

    .theme--dark.v-input--slider .v-slider__ticks {
      border-color: #fff;
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
      background: rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
      border: 3px solid rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
      border: 3px solid rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-input--slider.v-input--is-disabled .v-slider__thumb {
      border: 5px solid rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
      background: rgba(255, 255, 255, 0.2);
    }

    .theme--dark.v-input--slider.v-input--slider--is-active .v-slider__track {
      background: rgba(255, 255, 255, 0.3);
    }

    .application--is-rtl .v-input--slider .v-label {
      margin-left: 16px;
      margin-right: 0;
    }

    .v-input--slider {
      margin-top: 16px;
    }

    .v-input--slider.v-input--is-focused .v-slider__thumb-container--is-active:not(.v-slider__thumb-container--show-label):before {
      opacity: 0.2;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    .v-input--slider.v-input--is-focused .v-slider__track {
      -webkit-transition: none;
      transition: none;
    }

    .v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider__track__container:after,
    .v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider .v-slider__tick {
      opacity: 1;
    }

    .v-input--slider.v-input--slider--ticks .v-slider__ticks.v-slider__ticks--always-show {
      opacity: 1;
    }

    .v-input--slider.v-input--slider--ticks-labels .v-input__slot {
      margin-bottom: 16px;
    }

    .v-input--slider.v-input--is-readonly .v-input__control {
      pointer-events: none;
    }

    .v-input--slider.v-input--is-disabled .v-slider__thumb {
      -webkit-transform: translateY(-50%) scale(0.45);
      transform: translateY(-50%) scale(0.45);
    }

    .v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
      border: 0px solid transparent;
    }

    .v-input--slider .v-input__slot>*:first-child:not(:only-child) {
      margin-right: 16px;
    }

    .v-slider {
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      height: 32px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      outline: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-slider input {
      cursor: default;
      opacity: 0;
      padding: 0;
      width: 100%;
    }

    .v-slider__track__container {
      height: 2px;
      left: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
    }

    .v-slider__track__container:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 2px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 2px;
      opacity: 0;
    }

    .v-slider__track,
    .v-slider__thumb,
    .v-slider__ticks {
      position: absolute;
      top: 0;
    }

    .v-slider__track {
      height: 2px;
      left: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-transform-origin: right;
      transform-origin: right;
      overflow: hidden;
      width: 100%;
    }

    .v-slider__track-fill {
      position: absolute;
      left: 0;
      height: 2px;
      -webkit-transform-origin: left;
      transform-origin: left;
      width: 100%;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-slider__ticks-container {
      position: absolute;
      left: 0;
      height: 2px;
      width: 100%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    .v-slider__ticks {
      opacity: 0;
      border-style: solid;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-slider__ticks>span {
      position: absolute;
      top: 8px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-slider__ticks:first-child>span {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    .v-slider__ticks:last-child>span {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    .v-slider:not(.v-input--is-dirty) .v-slider__ticks:first-child {
      border-color: transparent;
    }

    .v-slider__thumb-container {
      position: absolute;
      top: 50%;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-slider__thumb-container:before {
      content: '';
      color: inherit;
      border-radius: 50%;
      background: currentColor;
      height: 32px;
      left: -16px;
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: -16px;
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 32px;
      will-change: transform, opacity;
    }

    .v-slider__thumb {
      width: 24px;
      height: 24px;
      left: -12px;
      top: 50%;
      border-radius: 50%;
      background: transparent;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-transform: translateY(-50%) scale(0.6);
      transform: translateY(-50%) scale(0.6);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-slider--is-active .v-slider__thumb-container--is-active .v-slider__thumb {
      -webkit-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
    }

    .v-slider--is-active .v-slider__thumb-container--is-active.v-slider__thumb-container--show-label .v-slider__thumb {
      -webkit-transform: translateY(-50%) scale(0);
      transform: translateY(-50%) scale(0);
    }

    .v-slider--is-active .v-slider__ticks-container .v-slider__ticks {
      opacity: 1;
    }

    .v-slider__thumb-label__container {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-slider__thumb-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 12px;
      color: #fff;
      width: 32px;
      height: 32px;
      border-radius: 50% 50% 0;
      position: absolute;
      left: 0;
      bottom: 100%;
      -webkit-transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
      transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-slider__thumb-label>* {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .v-slider__track,
    .v-slider__track-fill {
      position: absolute;
    }

    .theme--light.v-small-dialog a {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-small-dialog a {
      color: #fff;
    }

    .theme--light.v-small-dialog__content {
      background: #fff;
    }

    .theme--dark.v-small-dialog__content {
      background: #424242;
    }

    .theme--light.v-small-dialog__actions {
      background: #fff;
    }

    .theme--dark.v-small-dialog__actions {
      background: #424242;
    }

    .v-small-dialog {
      display: block;
      width: 100%;
      height: 100%;
    }

    .v-small-dialog__content {
      padding: 0 24px;
    }

    .v-small-dialog__actions {
      text-align: right;
      white-space: pre;
    }

    .v-small-dialog a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      text-decoration: none;
    }

    .v-small-dialog a>* {
      width: 100%;
    }

    .v-small-dialog .v-menu__activator {
      height: 100%;
    }

    .application--is-rtl .v-snack__content .v-btn {
      margin: 0 24px 0 0;
    }

    .v-snack {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      pointer-events: none;
      z-index: 1000;
      font-size: 14px;
      left: 0;
      right: 0;
    }

    .v-snack--absolute {
      position: absolute;
    }

    .v-snack--top {
      top: 0;
    }

    .v-snack--bottom {
      bottom: 0;
    }

    .v-snack__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #323232;
      pointer-events: auto;
      width: 100%;
      -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    }

    .v-snack__content {
      width: 100%;
      height: 48px;
      padding: 14px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden;
    }

    .v-snack__content .v-btn {
      color: #fff;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 8px;
      margin: 0 0 0 24px;
      height: auto;
      min-width: auto;
      width: auto;
    }

    .v-snack__content .v-btn__content {
      margin: -2px;
    }

    .v-snack__content .v-btn::before {
      display: none;
    }

    .v-snack--multi-line .v-snack__content {
      height: 80px;
      padding: 24px;
    }

    .v-snack--vertical .v-snack__content {
      height: 112px;
      padding: 24px 24px 14px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    .v-snack--vertical .v-snack__content .v-btn.v-btn {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0;
      margin-left: 0;
      margin-top: 24px;
    }

    .v-snack--vertical .v-snack__content .v-btn__content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
    }

    .v-snack--auto-height .v-snack__content {
      height: auto;
    }

    @media only screen and (min-width: 600px) {
      .application--is-rtl .v-snack__content .v-btn:first-of-type {
        margin-left: 0;
        margin-right: 42px;
      }
    }

    @media only screen and (min-width: 600px) {
      .v-snack__wrapper {
        width: auto;
        max-width: 568px;
        min-width: 288px;
        margin: 0 auto;
        border-radius: 2px;
      }

      .v-snack--left .v-snack__wrapper {
        margin-left: 0;
      }

      .v-snack--right .v-snack__wrapper {
        margin-right: 0;
      }

      .v-snack--left,
      .v-snack--right {
        margin: 0 24px;
      }

      .v-snack--left.v-snack--top,
      .v-snack--right.v-snack--top {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
      }

      .v-snack--left.v-snack--bottom,
      .v-snack--right.v-snack--bottom {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
      }

      .v-snack__content .v-btn:first-of-type {
        margin-left: 42px;
      }
    }

    .v-snack-transition-enter-active,
    .v-snack-transition-leave-active {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-snack-transition-enter-active .v-snack__content,
    .v-snack-transition-leave-active .v-snack__content {
      -webkit-transition: opacity 0.3s linear 0.1s;
      transition: opacity 0.3s linear 0.1s;
    }

    .v-snack-transition-enter .v-snack__content {
      opacity: 0;
    }

    .v-snack-transition-enter-to .v-snack__content,
    .v-snack-transition-leave .v-snack__content {
      opacity: 1;
    }

    .v-snack-transition-enter.v-snack.v-snack--top,
    .v-snack-transition-leave-to.v-snack.v-snack--top {
      -webkit-transform: translateY(calc(-100% - 8px));
      transform: translateY(calc(-100% - 8px));
    }

    .v-snack-transition-enter.v-snack.v-snack--bottom,
    .v-snack-transition-leave-to.v-snack.v-snack--bottom {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .v-speed-dial {
      position: relative;
    }

    .v-speed-dial--absolute {
      position: absolute;
    }

    .v-speed-dial--fixed {
      position: fixed;
    }

    .v-speed-dial--fixed,
    .v-speed-dial--absolute {
      z-index: 4;
    }

    .v-speed-dial--fixed>.v-btn--floating,
    .v-speed-dial--absolute>.v-btn--floating {
      margin: 0;
    }

    .v-speed-dial--top:not(.v-speed-dial--absolute) {
      top: 16px;
    }

    .v-speed-dial--top.v-speed-dial--absolute {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .v-speed-dial--bottom:not(.v-speed-dial--absolute) {
      bottom: 16px;
    }

    .v-speed-dial--bottom.v-speed-dial--absolute {
      bottom: 50%;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
    }

    .v-speed-dial--left {
      left: 16px;
    }

    .v-speed-dial--right {
      right: 16px;
    }

    .v-speed-dial--direction-left .v-speed-dial__list,
    .v-speed-dial--direction-right .v-speed-dial__list {
      height: 100%;
      top: 0;
    }

    .v-speed-dial--direction-top .v-speed-dial__list,
    .v-speed-dial--direction-bottom .v-speed-dial__list {
      left: 0;
      width: 100%;
    }

    .v-speed-dial--direction-top .v-speed-dial__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      bottom: 100%;
    }

    .v-speed-dial--direction-right .v-speed-dial__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      left: 100%;
    }

    .v-speed-dial--direction-bottom .v-speed-dial__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 100%;
    }

    .v-speed-dial--direction-left .v-speed-dial__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      right: 100%;
    }

    .v-speed-dial__list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
    }

    .theme--light.v-stepper {
      background: #fff;
    }

    .theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
      background: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-stepper .v-stepper__step__step {
      color: #fff;
    }

    .theme--light.v-stepper .v-stepper__step__step .v-icon {
      color: #fff;
    }

    .theme--light.v-stepper .v-stepper__header .v-divider {
      border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
      text-shadow: 0px 0px 0px #000;
    }

    .theme--light.v-stepper .v-stepper__step--editable:hover {
      background: rgba(0, 0, 0, 0.06);
    }

    .theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
      text-shadow: 0px 0px 0px #000;
    }

    .theme--light.v-stepper .v-stepper__step--complete .v-stepper__label {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
      background: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-stepper .v-stepper__label {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-stepper .v-stepper__label small {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-stepper {
      background: #303030;
    }

    .theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
      background: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-stepper .v-stepper__step__step {
      color: #fff;
    }

    .theme--dark.v-stepper .v-stepper__step__step .v-icon {
      color: #fff;
    }

    .theme--dark.v-stepper .v-stepper__header .v-divider {
      border-color: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-stepper .v-stepper__step--active .v-stepper__label {
      text-shadow: 0px 0px 0px #fff;
    }

    .theme--dark.v-stepper .v-stepper__step--editable:hover {
      background: rgba(255, 255, 255, 0.06);
    }

    .theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
      text-shadow: 0px 0px 0px #fff;
    }

    .theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label {
      color: rgba(255, 255, 255, 0.87);
    }

    .theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
      background: rgba(255, 255, 255, 0.75);
    }

    .theme--dark.v-stepper .v-stepper__label {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-stepper .v-stepper__label small {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child) {
      border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .application--is-rtl .v-stepper .v-stepper__step__step {
      margin-right: 0;
      margin-left: 12px;
    }

    .v-stepper {
      overflow: hidden;
      position: relative;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-stepper__header {
      height: 72px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-stepper__header .v-divider {
      -ms-flex-item-align: center;
      align-self: center;
      margin: 0 -16px;
    }

    .v-stepper__items {
      position: relative;
      overflow: hidden;
    }

    .v-stepper__step__step {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 12px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 24px;
      margin-right: 8px;
      min-width: 24px;
      width: 24px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .v-stepper__step__step .v-icon {
      font-size: 18px;
    }

    .v-stepper__step {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 24px;
      position: relative;
    }

    .v-stepper__step--active .v-stepper__label {
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
      transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    }

    .v-stepper__step--editable {
      cursor: pointer;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__step__step {
      background: transparent;
      color: inherit;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon {
      font-size: 24px;
      color: inherit;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__label {
      color: inherit;
      text-shadow: none;
      font-weight: 500;
    }

    .v-stepper__step.v-stepper__step--error .v-stepper__label small {
      color: inherit;
    }

    .v-stepper__label {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
    }

    .v-stepper__label small {
      font-size: 12px;
      font-weight: 300;
      text-shadow: none;
    }

    .v-stepper__wrapper {
      overflow: hidden;
      -webkit-transition: none;
      transition: none;
    }

    .v-stepper__content {
      top: 0;
      padding: 24px 24px 16px 24px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      width: 100%;
    }

    .v-stepper__content>.v-btn {
      margin: 24px 8px 8px 0;
    }

    .v-stepper--is-booted .v-stepper__content,
    .v-stepper--is-booted .v-stepper__wrapper {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-stepper--vertical {
      padding-bottom: 36px;
    }

    .v-stepper--vertical .v-stepper__content {
      margin: -8px -36px -16px 36px;
      padding: 16px 60px 16px 23px;
      width: auto;
    }

    .v-stepper--vertical .v-stepper__step {
      padding: 24px 24px 16px;
    }

    .v-stepper--vertical .v-stepper__step__step {
      margin-right: 12px;
    }

    .v-stepper--alt-labels .v-stepper__header {
      height: auto;
    }

    .v-stepper--alt-labels .v-stepper__header .v-divider {
      margin: 35px -67px 0;
      -ms-flex-item-align: start;
      align-self: flex-start;
    }

    .v-stepper--alt-labels .v-stepper__step {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
    }

    .v-stepper--alt-labels .v-stepper__step small {
      -ms-flex-item-align: center;
      align-self: center;
    }

    .v-stepper--alt-labels .v-stepper__step__step {
      margin-right: 0;
      margin-bottom: 11px;
    }

    @media only screen and (max-width: 959px) {
      .v-stepper:not(.v-stepper--vertical) .v-stepper__label {
        display: none;
      }

      .v-stepper:not(.v-stepper--vertical) .v-stepper__step__step {
        margin-right: 0;
      }
    }

    .theme--light.v-subheader {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--dark.v-subheader {
      color: rgba(255, 255, 255, 0.7);
    }

    .v-subheader {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px;
      font-size: 14px;
      font-weight: 600;
      padding: 0 16px 0 16px;
    }

    .v-subheader--inset {
      margin-left: 56px;
    }

    .theme--light.v-input--switch__thumb {
      color: #fafafa;
    }

    .theme--light.v-input--switch__track {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
      color: #bdbdbd !important;
    }

    .theme--light.v-input--switch.v-input--is-disabled .v-input--switch__track {
      color: rgba(0, 0, 0, 0.12) !important;
    }

    .theme--dark.v-input--switch__thumb {
      color: #bdbdbd;
    }

    .theme--dark.v-input--switch__track {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
      color: #424242 !important;
    }

    .theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__track {
      color: rgba(255, 255, 255, 0.1) !important;
    }

    .application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
      left: auto;
      right: -14px;
    }

    .application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
    .application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
      -webkit-transform: translate(-16px, 0);
      transform: translate(-16px, 0);
    }

    .v-input--switch__track,
    .v-input--switch__thumb {
      background-color: currentColor;
      pointer-events: none;
      -webkit-transition: inherit;
      transition: inherit;
    }

    .v-input--switch__track {
      border-radius: 8px;
      height: 14px;
      left: 2px;
      opacity: 0.6;
      position: absolute;
      right: 2px;
      top: calc(50% - 7px);
    }

    .v-input--switch__thumb {
      border-radius: 50%;
      top: calc(50% - 10px);
      height: 20px;
      position: relative;
      width: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .v-input--switch .v-input--selection-controls__input {
      width: 38px;
    }

    .v-input--switch .v-input--selection-controls__ripple {
      left: -14px;
      top: calc(50% - 24px);
    }

    .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
    .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
      -webkit-transform: translate(16px, 0);
      transform: translate(16px, 0);
    }

    .theme--light.v-system-bar {
      background-color: #e0e0e0;
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-system-bar .v-icon {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-system-bar--lights-out {
      background-color: rgba(255, 255, 255, 0.7) !important;
    }

    .theme--dark.v-system-bar {
      background-color: #000;
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-system-bar .v-icon {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-system-bar--lights-out {
      background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .v-system-bar {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-weight: 600;
      padding: 0 8px;
    }

    .v-system-bar .v-icon {
      font-size: 16px;
    }

    .v-system-bar--fixed,
    .v-system-bar--absolute {
      left: 0;
      top: 0;
      width: 100%;
      z-index: 3;
    }

    .v-system-bar--fixed {
      position: fixed;
    }

    .v-system-bar--absolute {
      position: absolute;
    }

    .v-system-bar--status .v-icon {
      margin-right: 4px;
    }

    .v-system-bar--window .v-icon {
      font-size: 20px;
      margin-right: 8px;
    }

    .theme--light.v-table {
      background-color: #fff;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-table thead tr:first-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-table thead th {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-table tbody tr:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-table tbody tr[active] {
      background: #f5f5f5;
    }

    .theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
      background: #eee;
    }

    .theme--light.v-table tfoot tr {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-table {
      background-color: #424242;
      color: #fff;
    }

    .theme--dark.v-table thead tr:first-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-table thead th {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-table tbody tr:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-table tbody tr[active] {
      background: #505050;
    }

    .theme--dark.v-table tbody tr:hover:not(.v-datatable__expand-row) {
      background: #616161;
    }

    .theme--dark.v-table tfoot tr {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .v-table__overflow {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
    }

    table.v-table {
      border-radius: 2px;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      max-width: 100%;
    }

    table.v-table thead td:not(:nth-child(1)),
    table.v-table tbody td:not(:nth-child(1)),
    table.v-table thead th:not(:nth-child(1)),
    table.v-table tbody th:not(:nth-child(1)),
    table.v-table thead td:first-child,
    table.v-table tbody td:first-child,
    table.v-table thead th:first-child,
    table.v-table tbody th:first-child {
      padding: 0 24px;
    }

    table.v-table thead tr {
      height: 56px;
    }

    table.v-table thead th {
      font-weight: 500;
      font-size: 12px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    table.v-table thead th.sortable {
      pointer-events: auto;
    }

    table.v-table thead th>div {
      width: 100%;
    }

    table.v-table tbody tr {
      -webkit-transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      will-change: background;
    }

    table.v-table tbody td,
    table.v-table tbody th {
      height: 48px;
    }

    table.v-table tbody td {
      font-weight: 400;
      font-size: 13px;
    }

    table.v-table .input-group--selection-controls {
      padding: 0;
    }

    table.v-table .input-group--selection-controls .input-group__details {
      display: none;
    }

    table.v-table .input-group--selection-controls.checkbox .v-icon {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    table.v-table .input-group--selection-controls.checkbox .input-group--selection-controls__ripple {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    table.v-table tfoot tr {
      height: 48px;
    }

    table.v-table tfoot tr td {
      padding: 0 24px;
    }

    .theme--light.v-tabs__bar {
      background-color: #fff;
    }

    .theme--light.v-tabs__bar .v-tabs__div {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-tabs__bar .v-tabs__item--disabled {
      color: rgba(0, 0, 0, 0.26);
    }

    .theme--dark.v-tabs__bar {
      background-color: #424242;
    }

    .theme--dark.v-tabs__bar .v-tabs__div {
      color: #fff;
    }

    .theme--dark.v-tabs__bar .v-tabs__item--disabled {
      color: rgba(255, 255, 255, 0.3);
    }

    .v-tabs {
      position: relative;
    }

    .v-tabs__bar {
      position: relative;
      border-radius: inherit;
    }

    .v-tabs__icon {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 32px;
    }

    .v-tabs__icon--prev {
      left: 4px;
    }

    .v-tabs__icon--next {
      right: 4px;
    }

    .v-tabs__wrapper {
      overflow: hidden;
      contain: content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .v-tabs__wrapper--show-arrows {
      margin-left: 40px;
      margin-right: 40px;
    }

    .v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
      padding-left: 16px;
    }

    @media only screen and (max-width: 599px) {
      .v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
        padding-left: 24px;
      }
    }

    .v-tabs__container {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px;
      list-style-type: none;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
      white-space: nowrap;
      position: relative;
    }

    .v-tabs__container--overflow .v-tabs__div {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }

    .v-tabs__container--grow .v-tabs__div {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: none;
    }

    .v-tabs__container--icons-and-text {
      height: 72px;
    }

    .v-tabs__container--align-with-title {
      padding-left: 56px;
    }

    .v-tabs__container--fixed-tabs .v-tabs__div,
    .v-tabs__container--icons-and-text .v-tabs__div {
      min-width: 72px;
    }

    @media only screen and (min-width: 600px) {

      .v-tabs__container--fixed-tabs .v-tabs__div,
      .v-tabs__container--icons-and-text .v-tabs__div {
        min-width: 160px;
      }
    }

    @media only screen and (max-width: 599px) {
      .v-tabs__container--fixed-tabs .v-tabs__div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
      }
    }

    .v-tabs__container--centered>.v-tabs__div:first-child,
    .v-tabs__container--fixed-tabs>.v-tabs__div:first-child,
    .v-tabs__container--right>.v-tabs__div:first-child {
      margin-left: auto;
    }

    .v-tabs__container--centered .v-tabs__slider-wrapper+.v-tabs__div,
    .v-tabs__container--fixed-tabs .v-tabs__slider-wrapper+.v-tabs__div,
    .v-tabs__container--right .v-tabs__slider-wrapper+.v-tabs__div {
      margin-left: auto;
    }

    .v-tabs__container--centered>.v-tabs__div:last-child,
    .v-tabs__container--fixed-tabs>.v-tabs__div:last-child {
      margin-right: auto;
    }

    .v-tabs__container--icons-and-text .v-tabs__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }

    .v-tabs__container--icons-and-text .v-tabs__item .v-icon {
      margin-bottom: 6px;
    }

    .v-tabs__div {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      height: inherit;
      max-width: 264px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
    }

    .v-tabs__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: inherit;
      padding: 6px 12px;
      text-decoration: none;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: normal;
    }

    .v-tabs__item:not(.v-tabs__item--active) {
      opacity: 0.7;
    }

    .v-tabs__item--disabled {
      pointer-events: none;
    }

    .v-tabs__slider {
      height: 2px;
      width: 100%;
    }

    .v-tabs__slider-wrapper {
      bottom: 0;
      margin: 0 !important;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
      border-color: rgba(0, 0, 0, 0.42);
    }

    .theme--light.v-text-field:not(.v-input--has-state)>.v-input__control>.v-input__slot:hover:before {
      border-color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before {
      -o-border-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rgba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
      border-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rgba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
    }

    .theme--light.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__prefix,
    .theme--light.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__suffix {
      color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-text-field__prefix,
    .theme--light.v-text-field__suffix {
      color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
      border-radius: 2px;
      background: #fff;
    }

    .theme--light.v-text-field--solo-inverted.v-text-field--solo>.v-input__control>.v-input__slot {
      background: rgba(0, 0, 0, 0.16);
    }

    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot {
      background: #424242;
    }

    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot .v-label,
    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot input {
      color: #fff;
    }

    .theme--light.v-text-field--box>.v-input__control>.v-input__slot {
      background: rgba(0, 0, 0, 0.06);
    }

    .theme--light.v-text-field--box .v-text-field__prefix {
      max-height: 32px;
      margin-top: 22px;
    }

    .theme--light.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
    .theme--light.v-text-field--box.v-input--is-focused .v-text-field__prefix,
    .theme--light.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
      margin-top: 22px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .theme--light.v-text-field--box:not(.v-input--is-focused)>.v-input__control>.v-input__slot:hover {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-text-field--outline>.v-input__control>.v-input__slot {
      border: 2px solid rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover {
      border: 2px solid rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-text-field>.v-input__control>.v-input__slot:before {
      border-color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-text-field:not(.v-input--has-state)>.v-input__control>.v-input__slot:hover:before {
      border-color: #fff;
    }

    .theme--dark.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before {
      -o-border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
      border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
    }

    .theme--dark.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__prefix,
    .theme--dark.v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before .v-text-field__suffix {
      color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-text-field__prefix,
    .theme--dark.v-text-field__suffix {
      color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
      border-radius: 2px;
      background: #424242;
    }

    .theme--dark.v-text-field--solo-inverted.v-text-field--solo>.v-input__control>.v-input__slot {
      background: rgba(255, 255, 255, 0.16);
    }

    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot {
      background: #fff;
    }

    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot .v-label,
    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused>.v-input__control>.v-input__slot input {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-text-field--box>.v-input__control>.v-input__slot {
      background: rgba(0, 0, 0, 0.1);
    }

    .theme--dark.v-text-field--box .v-text-field__prefix {
      max-height: 32px;
      margin-top: 22px;
    }

    .theme--dark.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
    .theme--dark.v-text-field--box.v-input--is-focused .v-text-field__prefix,
    .theme--dark.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
      margin-top: 22px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .theme--dark.v-text-field--box:not(.v-input--is-focused)>.v-input__control>.v-input__slot:hover {
      background: rgba(0, 0, 0, 0.2);
    }

    .theme--dark.v-text-field--outline>.v-input__control>.v-input__slot {
      border: 2px solid rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover {
      border: 2px solid #fff;
    }

    .application--is-rtl .v-text-field .v-label {
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }

    .application--is-rtl .v-text-field .v-counter {
      margin-left: 0;
      margin-right: 8px;
    }

    .application--is-rtl .v-text-field--enclosed .v-input__append-outer {
      margin-left: 0;
      margin-right: 16px;
    }

    .application--is-rtl .v-text-field--enclosed .v-input__prepend-outer {
      margin-left: 16px;
      margin-right: 0;
    }

    .application--is-rtl .v-text-field--reverse input {
      text-align: left;
    }

    .application--is-rtl .v-text-field--reverse .v-label {
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }

    .application--is-rtl .v-text-field__prefix {
      text-align: left;
      padding-right: 0;
      padding-left: 4px;
    }

    .application--is-rtl .v-text-field__suffix {
      padding-left: 0;
      padding-right: 4px;
    }

    .application--is-rtl .v-text-field--reverse .v-text-field__prefix {
      text-align: right;
      padding-left: 0;
      padding-right: 4px;
    }

    .application--is-rtl .v-text-field--reverse .v-text-field__suffix {
      padding-left: 0;
      padding-right: 4px;
    }

    .v-text-field {
      padding-top: 12px;
      margin-top: 4px;
    }

    .v-text-field input {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      line-height: 20px;
      padding: 8px 0 8px;
      max-width: 100%;
      min-width: 0px;
      width: 100%;
    }

    .v-text-field .v-input__prepend-inner,
    .v-text-field .v-input__append-inner {
      -ms-flex-item-align: start;
      align-self: flex-start;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 4px;
      line-height: 1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-text-field .v-input__prepend-inner {
      margin-right: auto;
      padding-right: 4px;
    }

    .v-text-field .v-input__append-inner {
      margin-left: auto;
      padding-left: 4px;
    }

    .v-text-field .v-counter {
      margin-left: 8px;
      white-space: nowrap;
    }

    .v-text-field .v-label {
      max-width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      top: 6px;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      white-space: nowrap;
      pointer-events: none;
    }

    .v-text-field .v-label--active {
      max-width: 133%;
      -webkit-transform: translateY(-18px) scale(0.75);
      transform: translateY(-18px) scale(0.75);
    }

    .v-text-field>.v-input__control>.v-input__slot {
      cursor: text;
      -webkit-transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field>.v-input__control>.v-input__slot:before,
    .v-text-field>.v-input__control>.v-input__slot:after {
      bottom: -1px;
      content: '';
      left: 0;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      width: 100%;
    }

    .v-text-field>.v-input__control>.v-input__slot:before {
      border-style: solid;
      border-width: thin 0 0 0;
    }

    .v-text-field>.v-input__control>.v-input__slot:after {
      border-color: currentColor;
      border-style: solid;
      border-width: thin 0 thin 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }

    .v-text-field__details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      max-width: 100%;
      overflow: hidden;
    }

    .v-text-field__prefix,
    .v-text-field__suffix {
      -ms-flex-item-align: center;
      align-self: center;
      cursor: default;
    }

    .v-text-field__prefix {
      text-align: right;
      padding-right: 4px;
    }

    .v-text-field__suffix {
      padding-left: 4px;
      white-space: nowrap;
    }

    .v-text-field--reverse .v-text-field__prefix {
      text-align: left;
      padding-right: 0;
      padding-left: 4px;
    }

    .v-text-field--reverse .v-text-field__suffix {
      padding-left: 0;
      padding-right: 4px;
    }

    .v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
    }

    .v-text-field--box,
    .v-text-field--full-width,
    .v-text-field--outline {
      position: relative;
    }

    .v-text-field--box>.v-input__control>.v-input__slot,
    .v-text-field--full-width>.v-input__control>.v-input__slot,
    .v-text-field--outline>.v-input__control>.v-input__slot {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      min-height: 56px;
    }

    .v-text-field--box input,
    .v-text-field--full-width input,
    .v-text-field--outline input {
      margin-top: 22px;
    }

    .v-text-field--box.v-text-field--single-line input,
    .v-text-field--full-width.v-text-field--single-line input,
    .v-text-field--outline.v-text-field--single-line input {
      margin-top: 12px;
    }

    .v-text-field--box .v-label,
    .v-text-field--full-width .v-label,
    .v-text-field--outline .v-label {
      top: 18px;
    }

    .v-text-field--box .v-label--active,
    .v-text-field--full-width .v-label--active,
    .v-text-field--outline .v-label--active {
      -webkit-transform: translateY(-6px) scale(0.75);
      transform: translateY(-6px) scale(0.75);
    }

    .v-text-field--box>.v-input__control>.v-input__slot {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }

    .v-text-field--box>.v-input__control>.v-input__slot:before {
      border-style: solid;
      border-width: thin 0 thin 0;
    }

    .v-text-field.v-text-field--enclosed {
      margin: 0;
      padding: 0;
    }

    .v-text-field.v-text-field--enclosed:not(.v-text-field--box) .v-progress-linear__background {
      display: none;
    }

    .v-text-field.v-text-field--enclosed .v-input__prepend-outer,
    .v-text-field.v-text-field--enclosed .v-input__prepend-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-outer {
      margin-top: 16px;
    }

    .v-text-field.v-text-field--enclosed .v-text-field__details,
    .v-text-field.v-text-field--enclosed>.v-input__control>.v-input__slot {
      padding: 0 12px;
    }

    .v-text-field.v-text-field--enclosed .v-text-field__details {
      margin-bottom: 8px;
    }

    .v-text-field--reverse input {
      text-align: right;
    }

    .v-text-field--reverse .v-label {
      -webkit-transform-origin: top right;
      transform-origin: top right;
    }

    .v-text-field--reverse>.v-input__control>.v-input__slot,
    .v-text-field--reverse .v-text-field__slot {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-text-field--solo>.v-input__control>.v-input__slot:before,
    .v-text-field--outline>.v-input__control>.v-input__slot:before,
    .v-text-field--full-width>.v-input__control>.v-input__slot:before,
    .v-text-field--solo>.v-input__control>.v-input__slot:after,
    .v-text-field--outline>.v-input__control>.v-input__slot:after,
    .v-text-field--full-width>.v-input__control>.v-input__slot:after {
      display: none;
    }

    .v-text-field--outline {
      margin-bottom: 16px;
      -webkit-transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field--outline>.v-input__control>.v-input__slot {
      background: transparent !important;
      border-radius: 4px;
    }

    .v-text-field--outline .v-text-field__prefix {
      margin-top: 22px;
      max-height: 32px;
    }

    .v-text-field--outline .v-input__prepend-outer,
    .v-text-field--outline .v-input__append-outer {
      margin-top: 18px;
    }

    .v-text-field--outline.v-input--is-dirty .v-text-field__prefix,
    .v-text-field--outline.v-input--is-focused .v-text-field__prefix,
    .v-text-field--outline.v-text-field--placeholder .v-text-field__prefix {
      margin-top: 22px;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field--outline.v-input--is-focused>.v-input__control>.v-input__slot,
    .v-text-field--outline.v-input--has-state>.v-input__control>.v-input__slot {
      border: 2px solid currentColor;
      -webkit-transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-text-field.v-text-field--solo .v-label {
      top: calc(50% - 10px);
    }

    .v-text-field.v-text-field--solo .v-input__control {
      min-height: 48px;
      padding: 0;
    }

    .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-text-field.v-text-field--solo .v-text-field__slot {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-text-field.v-text-field--solo .v-input__append-inner,
    .v-text-field.v-text-field--solo .v-input__prepend-inner {
      -ms-flex-item-align: center;
      align-self: center;
      margin-top: 0;
    }

    .v-text-field.v-text-field--solo .v-input__prepend-outer,
    .v-text-field.v-text-field--solo .v-input__append-outer {
      margin-top: 12px;
    }

    .v-text-field.v-input--is-focused>.v-input__control>.v-input__slot:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }

    .v-text-field.v-input--has-state>.v-input__control>.v-input__slot:before {
      border-color: currentColor;
    }

    .theme--light.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
      color: #fff;
    }

    .theme--dark.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
      color: rgba(0, 0, 0, 0.87);
    }

    .application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot {
      margin-right: 0;
      margin-left: -12px;
    }

    .application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
      padding-right: 0;
      padding-left: 12px;
    }

    .v-textarea textarea {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      line-height: 18px;
      max-width: 100%;
      min-height: 32px;
      outline: none;
      padding: 7px 0 8px;
      width: 100%;
    }

    .v-textarea .v-text-field__prefix {
      padding-top: 4px;
      -ms-flex-item-align: start;
      align-self: start;
    }

    .v-textarea.v-text-field--full-width .v-text-field__slot textarea,
    .v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__slot textarea {
      margin-top: 0;
    }

    .v-textarea.v-text-field--full-width .v-text-field__details,
    .v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__details {
      bottom: 4px;
    }

    .v-textarea.v-text-field--enclosed .v-text-field__slot {
      margin-right: -12px;
    }

    .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
      padding-right: 12px;
    }

    .v-textarea.v-text-field--box .v-text-field__prefix,
    .v-textarea.v-text-field--enclosed .v-text-field__prefix,
    .v-textarea.v-text-field--box textarea,
    .v-textarea.v-text-field--enclosed textarea {
      margin-top: 24px;
    }

    .v-textarea.v-text-field--box.v-text-field--single-line .v-text-field__prefix,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,
    .v-textarea.v-text-field--box.v-text-field--single-line textarea,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line textarea {
      margin-top: 12px;
    }

    .v-textarea.v-text-field--box.v-text-field--single-line .v-label,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line .v-label {
      top: 18px;
    }

    .v-textarea.v-text-field--box.v-text-field--single-line.v-text-field--outline .v-input__control,
    .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-text-field--outline .v-input__control {
      padding-top: 0;
    }

    .v-textarea.v-text-field--solo {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .v-textarea.v-text-field--solo .v-input__prepend-inner,
    .v-textarea.v-text-field--solo .v-input__prepend-outer,
    .v-textarea.v-text-field--solo .v-input__append-inner,
    .v-textarea.v-text-field--solo .v-input__append-outer {
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin-top: 16px;
    }

    .v-textarea--auto-grow textarea {
      overflow: hidden;
    }

    .v-textarea--no-resize textarea {
      resize: none;
    }

    .theme--light.v-time-picker-clock {
      background: #e0e0e0;
    }

    .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled {
      color: rgba(0, 0, 0, 0.26);
    }

    .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
      background-color: #bdbdbd;
    }

    .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand:after {
      color: #bdbdbd;
    }

    .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
      background-color: #bdbdbd;
    }

    .theme--dark.v-time-picker-clock {
      background: #616161;
    }

    .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
      color: rgba(255, 255, 255, 0.3);
    }

    .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
      background-color: #757575;
    }

    .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand:after {
      color: #757575;
    }

    .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
      background-color: #757575;
    }

    .v-time-picker-clock {
      border-radius: 100%;
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%;
      padding-top: 100%;
    }

    .v-time-picker-clock__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
    }

    .v-time-picker-clock__hand {
      height: calc(50% - 4px);
      width: 2px;
      bottom: 50%;
      left: calc(50% - 1px);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      position: absolute;
      will-change: transform;
      z-index: 1;
    }

    .v-time-picker-clock__hand:before {
      background: transparent;
      border-width: 2px;
      border-style: solid;
      border-color: inherit;
      border-radius: 100%;
      width: 10px;
      height: 10px;
      content: '';
      position: absolute;
      top: -4px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__hand:after {
      content: '';
      position: absolute;
      height: 8px;
      width: 8px;
      top: 100%;
      left: 50%;
      border-radius: 100%;
      border-style: solid;
      border-color: inherit;
      background-color: inherit;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__hand--inner:after {
      height: 14px;
    }

    .v-picker--full-width .v-time-picker-clock__container {
      max-width: 290px;
    }

    .v-time-picker-clock__inner {
      position: absolute;
      bottom: 27px;
      left: 27px;
      right: 27px;
      top: 27px;
    }

    .v-time-picker-clock__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 100%;
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 40px;
      position: absolute;
      text-align: center;
      width: 40px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__item>span {
      z-index: 1;
    }

    .v-time-picker-clock__item:before,
    .v-time-picker-clock__item:after {
      content: '';
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 14px;
      width: 14px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__item:after,
    .v-time-picker-clock__item:before {
      height: 40px;
      width: 40px;
    }

    .v-time-picker-clock__item--active {
      color: #fff;
      cursor: default;
      z-index: 2;
    }

    .v-time-picker-clock__item--disabled {
      pointer-events: none;
    }

    .v-time-picker-title {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }

    .v-time-picker-title__time {
      white-space: nowrap;
    }

    .v-time-picker-title__time .v-picker__title__btn,
    .v-time-picker-title__time span {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 70px;
      font-size: 70px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .v-time-picker-title__ampm {
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 16px;
      margin: 8px 0 6px 8px;
      text-transform: uppercase;
    }

    .v-time-picker-title__ampm div:only-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .v-picker__title--landscape .v-time-picker-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
    }

    .v-picker__title--landscape .v-time-picker-title__time {
      text-align: right;
    }

    .v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,
    .v-picker__title--landscape .v-time-picker-title__time span {
      height: 55px;
      font-size: 55px;
    }

    .v-picker__title--landscape .v-time-picker-title__ampm {
      margin: 16px 0 0;
      -ms-flex-item-align: initial;
      align-self: initial;
      text-align: center;
    }

    .theme--light.v-timeline:before {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-timeline .v-timeline-item__dot {
      background: #fff;
    }

    .theme--light.v-timeline .v-timeline-item .v-card:before {
      border-right-color: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-timeline:before {
      background: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-timeline .v-timeline-item__dot {
      background: #424242;
    }

    .theme--dark.v-timeline .v-timeline-item .v-card:before {
      border-right-color: rgba(0, 0, 0, 0.12);
    }

    .v-timeline-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-bottom: 24px;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right),
    .v-timeline-item--left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before,
    .v-timeline-item--left .v-card:before,
    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
    .v-timeline-item--left .v-card:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 100%;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite,
    .v-timeline-item--left .v-timeline-item__opposite {
      margin-left: 96px;
      text-align: left;
    }

    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite .v-card:before,
    .v-timeline-item--left .v-timeline-item__opposite .v-card:before,
    .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite .v-card:after,
    .v-timeline-item--left .v-timeline-item__opposite .v-card:after {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      left: -10px;
    }

    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-card:before,
    .v-timeline-item--right .v-card:before,
    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-card:after,
    .v-timeline-item--right .v-card:after {
      right: 100%;
    }

    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite,
    .v-timeline-item--right .v-timeline-item__opposite {
      margin-right: 96px;
      text-align: right;
    }

    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite .v-card:before,
    .v-timeline-item--right .v-timeline-item__opposite .v-card:before,
    .v-timeline-item:nth-child(even):not(.v-timeline-item--left) .v-timeline-item__opposite .v-card:after,
    .v-timeline-item--right .v-timeline-item__opposite .v-card:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      right: -10px;
    }

    .v-timeline-item__dot,
    .v-timeline-item__inner-dot {
      border-radius: 50%;
    }

    .v-timeline-item__dot {
      -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
      -ms-flex-item-align: center;
      align-self: center;
      position: absolute;
      height: 38px;
      left: calc(50% - 19px);
      width: 38px;
    }

    .v-timeline-item__dot .v-timeline-item__inner-dot {
      height: 30px;
      margin: 4px;
      width: 30px;
    }

    .v-timeline-item__dot--small {
      height: 24px;
      left: calc(50% - 12px);
      width: 24px;
    }

    .v-timeline-item__dot--small .v-timeline-item__inner-dot {
      height: 18px;
      margin: 3px;
      width: 18px;
    }

    .v-timeline-item__dot--large {
      height: 52px;
      left: calc(50% - 26px);
      width: 52px;
    }

    .v-timeline-item__dot--large .v-timeline-item__inner-dot {
      height: 42px;
      margin: 5px;
      width: 42px;
    }

    .v-timeline-item__inner-dot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-timeline-item__body {
      position: relative;
      height: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: calc(50% - 48px);
    }

    .v-timeline-item .v-card:before,
    .v-timeline-item .v-card:after {
      content: '';
      position: absolute;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #000;
      top: calc(50% - 10px);
    }

    .v-timeline-item .v-card:after {
      border-right-color: inherit;
    }

    .v-timeline-item .v-card:before {
      top: calc(50% - 10px + 2px);
    }

    .v-timeline-item__opposite {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-item-align: center;
      align-self: center;
      max-width: calc(50% - 48px);
    }

    .v-timeline-item--fill-dot .v-timeline-item__inner-dot {
      height: inherit;
      margin: 0;
      width: inherit;
    }

    .v-timeline {
      padding-top: 24px;
      position: relative;
    }

    .v-timeline:before {
      bottom: 0;
      content: '';
      height: 100%;
      left: calc(50% - 1px);
      position: absolute;
      top: 0;
      width: 2px;
    }

    .v-timeline--align-top .v-timeline-item {
      position: relative;
    }

    .v-timeline--align-top .v-timeline-item__dot {
      top: 6px;
    }

    .v-timeline--align-top .v-timeline-item__dot--small {
      top: 12px;
    }

    .v-timeline--align-top .v-timeline-item__dot--large {
      top: 0;
    }

    .v-timeline--align-top .v-timeline-item .v-card:before {
      top: calc(0% + 10px + 2px);
    }

    .v-timeline--align-top .v-timeline-item .v-card:after {
      top: calc(0% + 10px);
    }

    .v-timeline--dense:before {
      left: 18px;
    }

    .v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right),
    .v-timeline--dense .v-timeline-item--left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before,
    .v-timeline--dense .v-timeline-item--left .v-card:before,
    .v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
    .v-timeline--dense .v-timeline-item--left .v-card:after {
      right: initial;
      left: -10px;
      -webkit-transform: none;
      transform: none;
    }

    .v-timeline--dense .v-timeline-item__dot {
      left: 0;
    }

    .v-timeline--dense .v-timeline-item__dot--small {
      left: 7px;
    }

    .v-timeline--dense .v-timeline-item__dot--large {
      left: -7px;
    }

    .v-timeline--dense .v-timeline-item__body {
      max-width: calc(100% - 64px);
    }

    .v-timeline--dense .v-timeline-item__opposite {
      display: none;
    }

    .theme--light.v-toolbar {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--dark.v-toolbar {
      background-color: #212121;
      color: #fff;
    }

    .application--is-rtl .v-toolbar__title:not(:first-child) {
      margin-left: 0;
      margin-right: 20px;
    }

    .v-toolbar {
      -webkit-transition: none;
      transition: none;
      -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      position: relative;
      width: 100%;
      will-change: padding-left, padding-right;
    }

    .v-toolbar[data-booted="true"] {
      -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .v-toolbar .v-text-field--enclosed,
    .v-toolbar .v-text-field--box {
      margin: 0;
    }

    .v-toolbar .v-text-field--enclosed .v-text-field__details,
    .v-toolbar .v-text-field--box .v-text-field__details {
      display: none;
    }

    .v-toolbar .v-tabs {
      width: 100%;
    }

    .v-toolbar__title {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.02em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .v-toolbar__title:not(:first-child) {
      margin-left: 20px;
    }

    .v-toolbar__content,
    .v-toolbar__extension {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 24px;
    }

    @media only screen and (max-width: 959px) {

      .v-toolbar__content,
      .v-toolbar__extension {
        padding: 0 16px;
      }
    }

    .v-toolbar__content .v-btn--icon,
    .v-toolbar__extension .v-btn--icon {
      margin: 6px;
    }

    .v-toolbar__content>*:first-child,
    .v-toolbar__extension>*:first-child {
      margin-left: 0;
    }

    .v-toolbar__content>*:first-child.v-btn--icon,
    .v-toolbar__extension>*:first-child.v-btn--icon {
      margin-left: -6px;
    }

    .v-toolbar__content>*:first-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__extension>*:first-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__content>*:first-child.v-tooltip span .v-btn,
    .v-toolbar__extension>*:first-child.v-tooltip span .v-btn {
      margin-left: 0;
    }

    .v-toolbar__content>*:first-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__extension>*:first-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__content>*:first-child.v-tooltip span .v-btn--icon,
    .v-toolbar__extension>*:first-child.v-tooltip span .v-btn--icon {
      margin-left: -6px;
    }

    .v-toolbar__content>*:last-child,
    .v-toolbar__extension>*:last-child {
      margin-right: 0;
    }

    .v-toolbar__content>*:last-child.v-btn--icon,
    .v-toolbar__extension>*:last-child.v-btn--icon {
      margin-right: -6px;
    }

    .v-toolbar__content>*:last-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__extension>*:last-child.v-menu .v-menu__activator .v-btn,
    .v-toolbar__content>*:last-child.v-tooltip span .v-btn,
    .v-toolbar__extension>*:last-child.v-tooltip span .v-btn {
      margin-right: 0;
    }

    .v-toolbar__content>*:last-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__extension>*:last-child.v-menu .v-menu__activator .v-btn--icon,
    .v-toolbar__content>*:last-child.v-tooltip span .v-btn--icon,
    .v-toolbar__extension>*:last-child.v-tooltip span .v-btn--icon {
      margin-right: -6px;
    }

    .v-toolbar__content>.v-list,
    .v-toolbar__extension>.v-list {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-height: 100%;
    }

    .v-toolbar__content>.v-list:first-child,
    .v-toolbar__extension>.v-list:first-child {
      margin-left: -24px;
    }

    @media only screen and (max-width: 959px) {

      .v-toolbar__content>.v-list:first-child,
      .v-toolbar__extension>.v-list:first-child {
        margin-left: -16px;
      }
    }

    .v-toolbar__content>.v-list:last-child,
    .v-toolbar__extension>.v-list:last-child {
      margin-right: -24px;
    }

    @media only screen and (max-width: 959px) {

      .v-toolbar__content>.v-list:last-child,
      .v-toolbar__extension>.v-list:last-child {
        margin-right: -16px;
      }
    }

    .v-toolbar__extension>.v-toolbar__title {
      margin-left: 72px;
    }

    .v-toolbar__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: inherit;
      max-width: 100%;
      padding: 0;
    }

    .v-toolbar__items .v-btn {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: center;
      align-self: center;
    }

    .v-toolbar__items .v-tooltip,
    .v-toolbar__items .v-tooltip>span {
      height: inherit;
    }

    .v-toolbar__items .v-btn:not(.v-btn--floating):not(.v-btn--icon),
    .v-toolbar__items .v-menu,
    .v-toolbar__items .v-menu__activator {
      height: inherit;
      margin: 0;
    }

    .v-toolbar .v-overflow-btn,
    .v-toolbar .v-btn-toggle {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-toolbar .v-input {
      margin: 0;
    }

    .v-toolbar .v-overflow-btn .v-input__control:before,
    .v-toolbar .v-overflow-btn .v-input__slot:before {
      display: none;
    }

    .v-toolbar--card {
      border-radius: 2px 2px 0 0;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .v-toolbar--fixed {
      position: fixed;
      z-index: 2;
    }

    .v-toolbar--fixed,
    .v-toolbar--absolute {
      top: 0;
      left: 0;
    }

    .v-toolbar--absolute {
      position: absolute;
      z-index: 2;
    }

    .v-toolbar--floating {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 16px;
      width: auto;
    }

    .v-toolbar--clipped {
      z-index: 3;
    }

    .v-tooltip__content {
      background: #616161;
      border-radius: 2px;
      color: #fff;
      font-size: 12px;
      display: inline-block;
      padding: 5px 8px;
      position: absolute;
      text-transform: initial;
      width: auto;
      -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .v-tooltip__content[class*="-active"] {
      -webkit-transition: 0.15s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.15s cubic-bezier(0.25, 0.8, 0.5, 1);
      pointer-events: none;
    }

    .v-tooltip__content--fixed {
      position: fixed;
    }

    @media only screen and (max-width: 959px) {
      .v-tooltip .v-tooltip__content {
        padding: 10px 16px;
      }
    }

    .theme--light.v-treeview {
      color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-treeview--hoverable .v-treeview-node__root:hover,
    .theme--light.v-treeview .v-treeview-node--active {
      background: rgba(0, 0, 0, 0.12);
    }

    .theme--dark.v-treeview {
      color: #fff;
    }

    .theme--dark.v-treeview--hoverable .v-treeview-node__root:hover,
    .theme--dark.v-treeview .v-treeview-node--active {
      background: rgba(255, 255, 255, 0.12);
    }

    .application--is-rtl .v-treeview>.v-treeview-node {
      margin-right: 0;
    }

    .application--is-rtl .v-treeview>.v-treeview-node--leaf {
      margin-right: 24px;
      margin-left: 0;
    }

    .application--is-rtl .v-treeview-node {
      margin-right: 26px;
      margin-left: 0;
    }

    .application--is-rtl .v-treeview-node--leaf {
      margin-right: 50px;
      margin-left: 0;
    }

    .application--is-rtl .v-treeview-node__toggle {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    .application--is-rtl .v-treeview-node__toggle--open {
      -webkit-transform: none;
      transform: none;
    }

    .v-treeview>.v-treeview-node {
      margin-left: 0;
    }

    .v-treeview>.v-treeview-node--leaf {
      margin-left: 24px;
    }

    .v-treeview-node {
      margin-left: 26px;
    }

    .v-treeview-node--excluded {
      display: none;
    }

    .v-treeview-node--click>.v-treeview-node__root,
    .v-treeview-node--click>.v-treeview-node__root>.v-treeview-node__content>* {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-treeview-node--leaf {
      margin-left: 50px;
    }

    .v-treeview-node__root {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 34px;
    }

    .v-treeview-node__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .v-treeview-node__content .v-btn {
      -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }

    .v-treeview-node__label {
      font-size: 1.2rem;
      margin-left: 6px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }

    .v-treeview-node__label .v-icon {
      padding-right: 8px;
    }

    .v-treeview-node__checkbox {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .v-treeview-node__toggle {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    .v-treeview-node__toggle--open {
      -webkit-transform: none;
      transform: none;
    }

    .v-treeview-node__toggle--loading {
      -webkit-animation: progress-circular-rotate 1s linear infinite;
      animation: progress-circular-rotate 1s linear infinite;
    }

    .v-treeview-node__children {
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    }

    .v-window__container {
      position: relative;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-window__container--is-active {
      overflow: hidden;
    }

    .v-window-x-transition-enter-active,
    .v-window-x-reverse-transition-enter-active,
    .v-window-y-transition-enter-active,
    .v-window-y-reverse-transition-enter-active,
    .v-window-x-transition-leave-active,
    .v-window-x-reverse-transition-leave-active,
    .v-window-y-transition-leave-active,
    .v-window-y-reverse-transition-leave-active {
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-window-x-transition-leave,
    .v-window-x-reverse-transition-leave,
    .v-window-y-transition-leave,
    .v-window-y-reverse-transition-leave,
    .v-window-x-transition-leave-to,
    .v-window-x-reverse-transition-leave-to,
    .v-window-y-transition-leave-to,
    .v-window-y-reverse-transition-leave-to {
      position: absolute !important;
      top: 0;
      width: 100%;
    }

    .v-window-x-transition-enter {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    .v-window-x-transition-leave-to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    .v-window-x-reverse-transition-enter {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

    .v-window-x-reverse-transition-leave-to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }

    .v-window-y-transition-enter {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .v-window-y-transition-leave-to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    .v-window-y-reverse-transition-enter {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }

    .v-window-y-reverse-transition-leave-to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    .btn-action {
      min-width: 0;
      border: solid 1px #ddd;
      border-radius: 5px;
      height: 32px;
    }

    .w-150 {
      width: 150px;
    }

    .w-185 {
      width: 185px;
    }

    .w-265 {
      width: 265px;
    }

    .w-295 {
      width: 295px;
    }

    .v-text-field--box>.v-input__control>.v-input__slot,
    .v-text-field--full-width>.v-input__control>.v-input__slot,
    .v-text-field--outline>.v-input__control>.v-input__slot {
      min-height: 32px !important;
      background-color: #fff !important;
    }

    .v-text-field--box.v-input--is-disabled>.v-input__control>.v-input__slot,
    .v-text-field--full-width.v-input--is-disabled>.v-input__control>.v-input__slot,
    .v-text-field--outline.v-input--is-disabled>.v-input__control>.v-input__slot {
      background-color: #efefef !important;
    }

    .v-text-field--box.v-input--is-disabled>.v-input__control>.v-input__slot input,
    .v-text-field--full-width.v-input--is-disabled>.v-input__control>.v-input__slot input,
    .v-text-field--outline.v-input--is-disabled>.v-input__control>.v-input__slot input {
      color: inherit !important;
    }

    .v-text-field.v-text-field--enclosed .v-input__prepend-outer,
    .v-text-field.v-text-field--enclosed .v-input__prepend-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-outer {
      margin-top: 4px !important;
    }

    .v-text-field.input-error>.v-input__control>.v-input__slot {
      border-color: #cb1a4b !important;
    }

    .v-text-field.v-select.v-text-field--enclosed>.v-input__control>.v-input__slot {
      padding-right: 0 !important;
    }

    .v-text-field--box input,
    .v-text-field--full-width input,
    .v-text-field--outline input {
      margin-top: 0 !important;
      line-height: 16px !important;
    }

    .v-select.v-text-field--enclosed:not(.v-text-field--single-line) .v-select__selections {
      padding-top: 0 !important;
    }

    .v-text-field--outline>.v-input__control>.v-input__slot {
      border: 1px solid rgba(60, 60, 60, 0.26) !important;
    }

    .v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
      margin-bottom: 0 !important;
    }

    .v-input--selection-controls {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .v-textarea--box textarea,
    .v-text-field--box textarea,
    .v-textarea--enclosed textarea,
    .v-text-field--enclosed textarea {
      margin-top: 0 !important;
    }

    .v-radio .v-label,
    .v-input--checkbox .v-label {
      font-size: inherit !important;
      color: inherit !important;
    }

    .v-radio .v-input--selection-controls__input,
    .v-input--checkbox .v-input--selection-controls__input {
      margin-right: 5px !important;
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }

    .v-radio i,
    .v-input--checkbox i {
      font-size: 21px !important;
    }

    .v-radio.accent--text,
    .v-input--checkbox.accent--text {
      font-weight: 700;
    }

    .v-input--radio-group .v-input__control,
    .v-input--checkbox .v-input__control {
      width: 100% !important;
    }

    .v-btn .v-btn__content {
      width: 100% !important;
    }

    .v-table tbody tr.active {
      color: #0297c5;
    }

    .v-picker.v-card {
      width: 100%;
    }

    @media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
      .v-btn {
        border-radius: 8px !important;
      }

      table.v-table tbody tr {
        -webkit-transition: none;
        transition: none;
      }
    }
  </style>
  <style type="text/css">
    [data-v-daba12fc] .v-dialog {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.3);
    }

    [data-v-daba12fc] .v-dialog .v-progress-circular {
      -ms-flex-item-align: center;
      align-self: center;
    }
  </style>
  <style type="text/css">
    .v-card__title[data-v-b91853ba] {
      border-bottom: solid 1px #cbcccd;
    }

    .v-card__title .headline[data-v-b91853ba] {
      font-size: 26px !important;
    }

    .v-card__actions .v-btn[data-v-b91853ba] {
      border-radius: 3px;
      width: 118px;
      height: 32px;
    }

    .v-card__actions .v-btn[data-v-b91853ba] .v-btn__content {
      width: auto;
    }

    .close-button[data-v-b91853ba] {
      min-width: 60px;
      height: 24px;
    }
  </style>
  <style type="text/css">
    html {
      min-width: 1500px;
      overflow: auto;
    }
  </style>
  <style type="text/css">
    .v-toolbar__items .v-btn[data-v-7a707538] {
      height: 36px !important;
    }
  </style>
  <style type="text/css">
    .v-footer[data-v-728ef445] {
      border-top: solid 1px #e7ebee;
    }

    .footer[data-v-728ef445] {
      background: #fff;
      height: 186px;
      border-top: 1px solid #e7ebee;
    }

    a[data-v-728ef445] {
      text-decoration: none;
      outline: none;
      color: inherit;
    }

    .footer-content[data-v-728ef445] {
      font-size: 12px;
    }

    .img[data-v-728ef445] {
      width: 82px;
      margin-left: auto;
      margin-right: auto;
    }

    .img-content[data-v-728ef445] {
      font-size: 9px;
      text-align: center;
      padding-top: 45px;
    }

    .landing-footer-padding[data-v-728ef445] {
      padding-left: 80px;
      padding-right: 50px;
    }
  </style>
  <style type="text/css">
    #app[data-v-e77804ae] {
      min-width: 1280px;
    }
  </style>
  <style type="text/css">
    #app[data-v-4b6b595f] {
      background: #fff;
    }
  </style>
  <style type="text/css">
    .toolbar-logo[data-v-55ac80b8] {
      width: 244px;
    }

    .toolbar-content[data-v-55ac80b8] {
      border-bottom: solid 1px #e7ebee;
      background: #fff;
    }

    [data-v-55ac80b8] .v-toolbar__content {
      padding-right: 0;
      padding-left: 0;
    }
  </style>
  <style type="text/css">
    [data-v-7cecb63c] .v-list__tile {
      padding: 0;
    }

    [data-v-7cecb63c] .v-list__tile:hover .v-list__tile__title,
    [data-v-7cecb63c] .v-list__tile:hover .v-list__tile__action .v-icon {
      color: #ff9a00;
    }

    [data-v-7cecb63c] .v-list__tile__action {
      padding: 0 12px;
      min-width: 48px;
    }

    [data-v-7cecb63c] .active-item {
      background-color: #45013e;
    }

    [data-v-7cecb63c] .primary--text {
      color: #ff9a00 !important;
      caret-color: #ff9a00 !important;
    }

    .v-list__group[data-v-7cecb63c] .v-list__group__header:hover .v-list__tile__title,
    .v-list__group[data-v-7cecb63c] .v-list__group__header:hover .v-list__group__header__prepend-icon .v-icon {
      color: #ff9a00;
    }

    .v-list__group[data-v-7cecb63c] .v-list__group__header .v-list__group__header__prepend-icon {
      padding: 0 12px;
      min-width: 48px;
    }

    .v-list__group[data-v-7cecb63c] .v-list__group__header .v-list__group__header__prepend-icon .v-icon {
      color: #fff;
      font-size: 20px;
    }

    .v-list__group[data-v-7cecb63c] .v-list__group--active {
      background: #45013e;
    }

    .v-list__group[data-v-7cecb63c] .v-list__group__items .v-list__tile__title {
      padding: 0 20px 0 50px;
    }

    .v-list__group[data-v-7cecb63c] .v-list__group__items .primary--text {
      color: #ff9a00 !important;
      caret-color: #ff9a00 !important;
      text-decoration: underline;
    }

    .v-list__group[data-v-7cecb63c] .v-list__group__header__append-icon .v-icon {
      font-size: 20px;
    }
  </style>
  <style type="text/css">
    .stretch[data-v-04fad6f1] {
      min-height: calc(100vh - 242px - 55px);
      background-color: #fff;
    }
  </style>
  <style type="text/css">
    .v-toolbar[data-v-45f41135] {
      background-color: #32002b !important;
    }

    .v-toolbar[data-v-45f41135] .v-toolbar__content {
      padding: 0;
    }
  </style>
  <style type="text/css">
    .stretch[data-v-a199448e] {
      min-height: calc(100vh - 242px - 55px);
      background-color: #fff;
    }
  </style>
  <script charset="utf-8" src="HomeBridge%20Portal_files/vendorsextlandingreferralreferral.js"></script>
  <script charset="utf-8" src="HomeBridge%20Portal_files/landingmisc.js"></script>
  <script charset="utf-8" src="HomeBridge%20Portal_files/landing.js"></script>
  <style type="text/css" id="vuetify-theme-stylesheet">
    a {
      color: #93328e;
    }

    .primary {
      background-color: #93328e !important;
      border-color: #93328e !important;
    }

    .primary--text {
      color: #93328e !important;
      caret-color: #93328e !important;
    }

    .primary.lighten-5 {
      background-color: #ffbaff !important;
      border-color: #ffbaff !important;
    }

    .primary--text.text--lighten-5 {
      color: #ffbaff !important;
      caret-color: #ffbaff !important;
    }

    .primary.lighten-4 {
      background-color: #ff9efd !important;
      border-color: #ff9efd !important;
    }

    .primary--text.text--lighten-4 {
      color: #ff9efd !important;
      caret-color: #ff9efd !important;
    }

    .primary.lighten-3 {
      background-color: #e983e0 !important;
      border-color: #e983e0 !important;
    }

    .primary--text.text--lighten-3 {
      color: #e983e0 !important;
      caret-color: #e983e0 !important;
    }

    .primary.lighten-2 {
      background-color: #cb68c4 !important;
      border-color: #cb68c4 !important;
    }

    .primary--text.text--lighten-2 {
      color: #cb68c4 !important;
      caret-color: #cb68c4 !important;
    }

    .primary.lighten-1 {
      background-color: #af4da9 !important;
      border-color: #af4da9 !important;
    }

    .primary--text.text--lighten-1 {
      color: #af4da9 !important;
      caret-color: #af4da9 !important;
    }

    .primary.darken-1 {
      background-color: #781374 !important;
      border-color: #781374 !important;
    }

    .primary--text.text--darken-1 {
      color: #781374 !important;
      caret-color: #781374 !important;
    }

    .primary.darken-2 {
      background-color: #5d005b !important;
      border-color: #5d005b !important;
    }

    .primary--text.text--darken-2 {
      color: #5d005b !important;
      caret-color: #5d005b !important;
    }

    .primary.darken-3 {
      background-color: #430043 !important;
      border-color: #430043 !important;
    }

    .primary--text.text--darken-3 {
      color: #430043 !important;
      caret-color: #430043 !important;
    }

    .primary.darken-4 {
      background-color: #2e002d !important;
      border-color: #2e002d !important;
    }

    .primary--text.text--darken-4 {
      color: #2e002d !important;
      caret-color: #2e002d !important;
    }

    .secondary {
      background-color: #ff9400 !important;
      border-color: #ff9400 !important;
    }

    .secondary--text {
      color: #ff9400 !important;
      caret-color: #ff9400 !important;
    }

    .secondary.lighten-5 {
      background-color: #ffffa1 !important;
      border-color: #ffffa1 !important;
    }

    .secondary--text.text--lighten-5 {
      color: #ffffa1 !important;
      caret-color: #ffffa1 !important;
    }

    .secondary.lighten-4 {
      background-color: #ffff84 !important;
      border-color: #ffff84 !important;
    }

    .secondary--text.text--lighten-4 {
      color: #ffff84 !important;
      caret-color: #ffff84 !important;
    }

    .secondary.lighten-3 {
      background-color: #ffe768 !important;
      border-color: #ffe768 !important;
    }

    .secondary--text.text--lighten-3 {
      color: #ffe768 !important;
      caret-color: #ffe768 !important;
    }

    .secondary.lighten-2 {
      background-color: #ffcb4c !important;
      border-color: #ffcb4c !important;
    }

    .secondary--text.text--lighten-2 {
      color: #ffcb4c !important;
      caret-color: #ffcb4c !important;
    }

    .secondary.lighten-1 {
      background-color: #ffaf2e !important;
      border-color: #ffaf2e !important;
    }

    .secondary--text.text--lighten-1 {
      color: #ffaf2e !important;
      caret-color: #ffaf2e !important;
    }

    .secondary.darken-1 {
      background-color: #df7a00 !important;
      border-color: #df7a00 !important;
    }

    .secondary--text.text--darken-1 {
      color: #df7a00 !important;
      caret-color: #df7a00 !important;
    }

    .secondary.darken-2 {
      background-color: #bf6000 !important;
      border-color: #bf6000 !important;
    }

    .secondary--text.text--darken-2 {
      color: #bf6000 !important;
      caret-color: #bf6000 !important;
    }

    .secondary.darken-3 {
      background-color: #a14800 !important;
      border-color: #a14800 !important;
    }

    .secondary--text.text--darken-3 {
      color: #a14800 !important;
      caret-color: #a14800 !important;
    }

    .secondary.darken-4 {
      background-color: #832f00 !important;
      border-color: #832f00 !important;
    }

    .secondary--text.text--darken-4 {
      color: #832f00 !important;
      caret-color: #832f00 !important;
    }

    .accent {
      background-color: #0297c5 !important;
      border-color: #0297c5 !important;
    }

    .accent--text {
      color: #0297c5 !important;
      caret-color: #0297c5 !important;
    }

    .accent.lighten-5 {
      background-color: #c0ffff !important;
      border-color: #c0ffff !important;
    }

    .accent--text.text--lighten-5 {
      color: #c0ffff !important;
      caret-color: #c0ffff !important;
    }

    .accent.lighten-4 {
      background-color: #a1ffff !important;
      border-color: #a1ffff !important;
    }

    .accent--text.text--lighten-4 {
      color: #a1ffff !important;
      caret-color: #a1ffff !important;
    }

    .accent.lighten-3 {
      background-color: #82e9ff !important;
      border-color: #82e9ff !important;
    }

    .accent--text.text--lighten-3 {
      color: #82e9ff !important;
      caret-color: #82e9ff !important;
    }

    .accent.lighten-2 {
      background-color: #63cdfe !important;
      border-color: #63cdfe !important;
    }

    .accent--text.text--lighten-2 {
      color: #63cdfe !important;
      caret-color: #63cdfe !important;
    }

    .accent.lighten-1 {
      background-color: #3fb2e1 !important;
      border-color: #3fb2e1 !important;
    }

    .accent--text.text--lighten-1 {
      color: #3fb2e1 !important;
      caret-color: #3fb2e1 !important;
    }

    .accent.darken-1 {
      background-color: #007daa !important;
      border-color: #007daa !important;
    }

    .accent--text.text--darken-1 {
      color: #007daa !important;
      caret-color: #007daa !important;
    }

    .accent.darken-2 {
      background-color: #00648f !important;
      border-color: #00648f !important;
    }

    .accent--text.text--darken-2 {
      color: #00648f !important;
      caret-color: #00648f !important;
    }

    .accent.darken-3 {
      background-color: #004c75 !important;
      border-color: #004c75 !important;
    }

    .accent--text.text--darken-3 {
      color: #004c75 !important;
      caret-color: #004c75 !important;
    }

    .accent.darken-4 {
      background-color: #00355c !important;
      border-color: #00355c !important;
    }

    .accent--text.text--darken-4 {
      color: #00355c !important;
      caret-color: #00355c !important;
    }

    .error {
      background-color: #cb1a4b !important;
      border-color: #cb1a4b !important;
    }

    .error--text {
      color: #cb1a4b !important;
      caret-color: #cb1a4b !important;
    }

    .error.lighten-5 {
      background-color: #ffb6cb !important;
      border-color: #ffb6cb !important;
    }

    .error--text.text--lighten-5 {
      color: #ffb6cb !important;
      caret-color: #ffb6cb !important;
    }

    .error.lighten-4 {
      background-color: #ff99b0 !important;
      border-color: #ff99b0 !important;
    }

    .error--text.text--lighten-4 {
      color: #ff99b0 !important;
      caret-color: #ff99b0 !important;
    }

    .error.lighten-3 {
      background-color: #ff7c95 !important;
      border-color: #ff7c95 !important;
    }

    .error--text.text--lighten-3 {
      color: #ff7c95 !important;
      caret-color: #ff7c95 !important;
    }

    .error.lighten-2 {
      background-color: #ff5f7b !important;
      border-color: #ff5f7b !important;
    }

    .error--text.text--lighten-2 {
      color: #ff5f7b !important;
      caret-color: #ff5f7b !important;
    }

    .error.lighten-1 {
      background-color: #ea4063 !important;
      border-color: #ea4063 !important;
    }

    .error--text.text--lighten-1 {
      color: #ea4063 !important;
      caret-color: #ea4063 !important;
    }

    .error.darken-1 {
      background-color: #ac0035 !important;
      border-color: #ac0035 !important;
    }

    .error--text.text--darken-1 {
      color: #ac0035 !important;
      caret-color: #ac0035 !important;
    }

    .error.darken-2 {
      background-color: #8d0020 !important;
      border-color: #8d0020 !important;
    }

    .error--text.text--darken-2 {
      color: #8d0020 !important;
      caret-color: #8d0020 !important;
    }

    .error.darken-3 {
      background-color: #6f0009 !important;
      border-color: #6f0009 !important;
    }

    .error--text.text--darken-3 {
      color: #6f0009 !important;
      caret-color: #6f0009 !important;
    }

    .error.darken-4 {
      background-color: #530000 !important;
      border-color: #530000 !important;
    }

    .error--text.text--darken-4 {
      color: #530000 !important;
      caret-color: #530000 !important;
    }

    .info {
      background-color: #0297c5 !important;
      border-color: #0297c5 !important;
    }

    .info--text {
      color: #0297c5 !important;
      caret-color: #0297c5 !important;
    }

    .info.lighten-5 {
      background-color: #c0ffff !important;
      border-color: #c0ffff !important;
    }

    .info--text.text--lighten-5 {
      color: #c0ffff !important;
      caret-color: #c0ffff !important;
    }

    .info.lighten-4 {
      background-color: #a1ffff !important;
      border-color: #a1ffff !important;
    }

    .info--text.text--lighten-4 {
      color: #a1ffff !important;
      caret-color: #a1ffff !important;
    }

    .info.lighten-3 {
      background-color: #82e9ff !important;
      border-color: #82e9ff !important;
    }

    .info--text.text--lighten-3 {
      color: #82e9ff !important;
      caret-color: #82e9ff !important;
    }

    .info.lighten-2 {
      background-color: #63cdfe !important;
      border-color: #63cdfe !important;
    }

    .info--text.text--lighten-2 {
      color: #63cdfe !important;
      caret-color: #63cdfe !important;
    }

    .info.lighten-1 {
      background-color: #3fb2e1 !important;
      border-color: #3fb2e1 !important;
    }

    .info--text.text--lighten-1 {
      color: #3fb2e1 !important;
      caret-color: #3fb2e1 !important;
    }

    .info.darken-1 {
      background-color: #007daa !important;
      border-color: #007daa !important;
    }

    .info--text.text--darken-1 {
      color: #007daa !important;
      caret-color: #007daa !important;
    }

    .info.darken-2 {
      background-color: #00648f !important;
      border-color: #00648f !important;
    }

    .info--text.text--darken-2 {
      color: #00648f !important;
      caret-color: #00648f !important;
    }

    .info.darken-3 {
      background-color: #004c75 !important;
      border-color: #004c75 !important;
    }

    .info--text.text--darken-3 {
      color: #004c75 !important;
      caret-color: #004c75 !important;
    }

    .info.darken-4 {
      background-color: #00355c !important;
      border-color: #00355c !important;
    }

    .info--text.text--darken-4 {
      color: #00355c !important;
      caret-color: #00355c !important;
    }

    .success {
      background-color: #00b04b !important;
      border-color: #00b04b !important;
    }

    .success--text {
      color: #00b04b !important;
      caret-color: #00b04b !important;
    }

    .success.lighten-5 {
      background-color: #baffd1 !important;
      border-color: #baffd1 !important;
    }

    .success--text.text--lighten-5 {
      color: #baffd1 !important;
      caret-color: #baffd1 !important;
    }

    .success.lighten-4 {
      background-color: #9bffb5 !important;
      border-color: #9bffb5 !important;
    }

    .success--text.text--lighten-4 {
      color: #9bffb5 !important;
      caret-color: #9bffb5 !important;
    }

    .success.lighten-3 {
      background-color: #7dff99 !important;
      border-color: #7dff99 !important;
    }

    .success--text.text--lighten-3 {
      color: #7dff99 !important;
      caret-color: #7dff99 !important;
    }

    .success.lighten-2 {
      background-color: #5ee97e !important;
      border-color: #5ee97e !important;
    }

    .success--text.text--lighten-2 {
      color: #5ee97e !important;
      caret-color: #5ee97e !important;
    }

    .success.lighten-1 {
      background-color: #3ccc64 !important;
      border-color: #3ccc64 !important;
    }

    .success--text.text--lighten-1 {
      color: #3ccc64 !important;
      caret-color: #3ccc64 !important;
    }

    .success.darken-1 {
      background-color: #009532 !important;
      border-color: #009532 !important;
    }

    .success--text.text--darken-1 {
      color: #009532 !important;
      caret-color: #009532 !important;
    }

    .success.darken-2 {
      background-color: #007a18 !important;
      border-color: #007a18 !important;
    }

    .success--text.text--darken-2 {
      color: #007a18 !important;
      caret-color: #007a18 !important;
    }

    .success.darken-3 {
      background-color: #006000 !important;
      border-color: #006000 !important;
    }

    .success--text.text--darken-3 {
      color: #006000 !important;
      caret-color: #006000 !important;
    }

    .success.darken-4 {
      background-color: #004600 !important;
      border-color: #004600 !important;
    }

    .success--text.text--darken-4 {
      color: #004600 !important;
      caret-color: #004600 !important;
    }

    .warning {
      background-color: #e25418 !important;
      border-color: #e25418 !important;
    }

    .warning--text {
      color: #e25418 !important;
      caret-color: #e25418 !important;
    }

    .warning.lighten-5 {
      background-color: #ffe09b !important;
      border-color: #ffe09b !important;
    }

    .warning--text.text--lighten-5 {
      color: #ffe09b !important;
      caret-color: #ffe09b !important;
    }

    .warning.lighten-4 {
      background-color: #ffc380 !important;
      border-color: #ffc380 !important;
    }

    .warning--text.text--lighten-4 {
      color: #ffc380 !important;
      caret-color: #ffc380 !important;
    }

    .warning.lighten-3 {
      background-color: #ffa766 !important;
      border-color: #ffa766 !important;
    }

    .warning--text.text--lighten-3 {
      color: #ffa766 !important;
      caret-color: #ffa766 !important;
    }

    .warning.lighten-2 {
      background-color: #ff8b4c !important;
      border-color: #ff8b4c !important;
    }

    .warning--text.text--lighten-2 {
      color: #ff8b4c !important;
      caret-color: #ff8b4c !important;
    }

    .warning.lighten-1 {
      background-color: #ff6f33 !important;
      border-color: #ff6f33 !important;
    }

    .warning--text.text--lighten-1 {
      color: #ff6f33 !important;
      caret-color: #ff6f33 !important;
    }

    .warning.darken-1 {
      background-color: #c23800 !important;
      border-color: #c23800 !important;
    }

    .warning--text.text--darken-1 {
      color: #c23800 !important;
      caret-color: #c23800 !important;
    }

    .warning.darken-2 {
      background-color: #a21800 !important;
      border-color: #a21800 !important;
    }

    .warning--text.text--darken-2 {
      color: #a21800 !important;
      caret-color: #a21800 !important;
    }

    .warning.darken-3 {
      background-color: #840000 !important;
      border-color: #840000 !important;
    }

    .warning--text.text--darken-3 {
      color: #840000 !important;
      caret-color: #840000 !important;
    }

    .warning.darken-4 {
      background-color: #680000 !important;
      border-color: #680000 !important;
    }

    .warning--text.text--darken-4 {
      color: #680000 !important;
      caret-color: #680000 !important;
    }

    .ccx-purple-light {
      background-color: #f5eef5 !important;
      border-color: #f5eef5 !important;
    }

    .ccx-purple-light--text {
      color: #f5eef5 !important;
      caret-color: #f5eef5 !important;
    }

    .ccx-purple-light.lighten-5 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-purple-light--text.text--lighten-5 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-purple-light.lighten-4 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-purple-light--text.text--lighten-4 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-purple-light.lighten-3 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-purple-light--text.text--lighten-3 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-purple-light.lighten-2 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-purple-light--text.text--lighten-2 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-purple-light.lighten-1 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-purple-light--text.text--lighten-1 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-purple-light.darken-1 {
      background-color: #d9d2d9 !important;
      border-color: #d9d2d9 !important;
    }

    .ccx-purple-light--text.text--darken-1 {
      color: #d9d2d9 !important;
      caret-color: #d9d2d9 !important;
    }

    .ccx-purple-light.darken-2 {
      background-color: #bdb6bd !important;
      border-color: #bdb6bd !important;
    }

    .ccx-purple-light--text.text--darken-2 {
      color: #bdb6bd !important;
      caret-color: #bdb6bd !important;
    }

    .ccx-purple-light.darken-3 {
      background-color: #a29ba2 !important;
      border-color: #a29ba2 !important;
    }

    .ccx-purple-light--text.text--darken-3 {
      color: #a29ba2 !important;
      caret-color: #a29ba2 !important;
    }

    .ccx-purple-light.darken-4 {
      background-color: #888188 !important;
      border-color: #888188 !important;
    }

    .ccx-purple-light--text.text--darken-4 {
      color: #888188 !important;
      caret-color: #888188 !important;
    }

    .ccx-purple-dark {
      background-color: #77246e !important;
      border-color: #77246e !important;
    }

    .ccx-purple-dark--text {
      color: #77246e !important;
      caret-color: #77246e !important;
    }

    .ccx-purple-dark.lighten-5 {
      background-color: #ffa8f6 !important;
      border-color: #ffa8f6 !important;
    }

    .ccx-purple-dark--text.text--lighten-5 {
      color: #ffa8f6 !important;
      caret-color: #ffa8f6 !important;
    }

    .ccx-purple-dark.lighten-4 {
      background-color: #e78dd9 !important;
      border-color: #e78dd9 !important;
    }

    .ccx-purple-dark--text.text--lighten-4 {
      color: #e78dd9 !important;
      caret-color: #e78dd9 !important;
    }

    .ccx-purple-dark.lighten-3 {
      background-color: #ca72bd !important;
      border-color: #ca72bd !important;
    }

    .ccx-purple-dark--text.text--lighten-3 {
      color: #ca72bd !important;
      caret-color: #ca72bd !important;
    }

    .ccx-purple-dark.lighten-2 {
      background-color: #ae58a2 !important;
      border-color: #ae58a2 !important;
    }

    .ccx-purple-dark--text.text--lighten-2 {
      color: #ae58a2 !important;
      caret-color: #ae58a2 !important;
    }

    .ccx-purple-dark.lighten-1 {
      background-color: #923e88 !important;
      border-color: #923e88 !important;
    }

    .ccx-purple-dark--text.text--lighten-1 {
      color: #923e88 !important;
      caret-color: #923e88 !important;
    }

    .ccx-purple-dark.darken-1 {
      background-color: #5d0355 !important;
      border-color: #5d0355 !important;
    }

    .ccx-purple-dark--text.text--darken-1 {
      color: #5d0355 !important;
      caret-color: #5d0355 !important;
    }

    .ccx-purple-dark.darken-2 {
      background-color: #43003e !important;
      border-color: #43003e !important;
    }

    .ccx-purple-dark--text.text--darken-2 {
      color: #43003e !important;
      caret-color: #43003e !important;
    }

    .ccx-purple-dark.darken-3 {
      background-color: #2e0028 !important;
      border-color: #2e0028 !important;
    }

    .ccx-purple-dark--text.text--darken-3 {
      color: #2e0028 !important;
      caret-color: #2e0028 !important;
    }

    .ccx-purple-dark.darken-4 {
      background-color: #220016 !important;
      border-color: #220016 !important;
    }

    .ccx-purple-dark--text.text--darken-4 {
      color: #220016 !important;
      caret-color: #220016 !important;
    }

    .ccx-purple-darker {
      background-color: #461a40 !important;
      border-color: #461a40 !important;
    }

    .ccx-purple-darker--text {
      color: #461a40 !important;
      caret-color: #461a40 !important;
    }

    .ccx-purple-darker.lighten-5 {
      background-color: #c994bf !important;
      border-color: #c994bf !important;
    }

    .ccx-purple-darker--text.text--lighten-5 {
      color: #c994bf !important;
      caret-color: #c994bf !important;
    }

    .ccx-purple-darker.lighten-4 {
      background-color: #ad7aa4 !important;
      border-color: #ad7aa4 !important;
    }

    .ccx-purple-darker--text.text--lighten-4 {
      color: #ad7aa4 !important;
      caret-color: #ad7aa4 !important;
    }

    .ccx-purple-darker.lighten-3 {
      background-color: #926189 !important;
      border-color: #926189 !important;
    }

    .ccx-purple-darker--text.text--lighten-3 {
      color: #926189 !important;
      caret-color: #926189 !important;
    }

    .ccx-purple-darker.lighten-2 {
      background-color: #784870 !important;
      border-color: #784870 !important;
    }

    .ccx-purple-darker--text.text--lighten-2 {
      color: #784870 !important;
      caret-color: #784870 !important;
    }

    .ccx-purple-darker.lighten-1 {
      background-color: #5e3157 !important;
      border-color: #5e3157 !important;
    }

    .ccx-purple-darker--text.text--lighten-1 {
      color: #5e3157 !important;
      caret-color: #5e3157 !important;
    }

    .ccx-purple-darker.darken-1 {
      background-color: #2e032a !important;
      border-color: #2e032a !important;
    }

    .ccx-purple-darker--text.text--darken-1 {
      color: #2e032a !important;
      caret-color: #2e032a !important;
    }

    .ccx-purple-darker.darken-2 {
      background-color: #1f0016 !important;
      border-color: #1f0016 !important;
    }

    .ccx-purple-darker--text.text--darken-2 {
      color: #1f0016 !important;
      caret-color: #1f0016 !important;
    }

    .ccx-purple-darker.darken-3 {
      background-color: #080000 !important;
      border-color: #080000 !important;
    }

    .ccx-purple-darker--text.text--darken-3 {
      color: #080000 !important;
      caret-color: #080000 !important;
    }

    .ccx-purple-darker.darken-4 {
      background-color: #000000 !important;
      border-color: #000000 !important;
    }

    .ccx-purple-darker--text.text--darken-4 {
      color: #000000 !important;
      caret-color: #000000 !important;
    }

    .ccx-orange-light {
      background-color: #fff4ee !important;
      border-color: #fff4ee !important;
    }

    .ccx-orange-light--text {
      color: #fff4ee !important;
      caret-color: #fff4ee !important;
    }

    .ccx-orange-light.lighten-5 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-orange-light--text.text--lighten-5 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-orange-light.lighten-4 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-orange-light--text.text--lighten-4 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-orange-light.lighten-3 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-orange-light--text.text--lighten-3 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-orange-light.lighten-2 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-orange-light--text.text--lighten-2 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-orange-light.lighten-1 {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
    }

    .ccx-orange-light--text.text--lighten-1 {
      color: #ffffff !important;
      caret-color: #ffffff !important;
    }

    .ccx-orange-light.darken-1 {
      background-color: #e2d8d2 !important;
      border-color: #e2d8d2 !important;
    }

    .ccx-orange-light--text.text--darken-1 {
      color: #e2d8d2 !important;
      caret-color: #e2d8d2 !important;
    }

    .ccx-orange-light.darken-2 {
      background-color: #c6bcb6 !important;
      border-color: #c6bcb6 !important;
    }

    .ccx-orange-light--text.text--darken-2 {
      color: #c6bcb6 !important;
      caret-color: #c6bcb6 !important;
    }

    .ccx-orange-light.darken-3 {
      background-color: #aba19b !important;
      border-color: #aba19b !important;
    }

    .ccx-orange-light--text.text--darken-3 {
      color: #aba19b !important;
      caret-color: #aba19b !important;
    }

    .ccx-orange-light.darken-4 {
      background-color: #908781 !important;
      border-color: #908781 !important;
    }

    .ccx-orange-light--text.text--darken-4 {
      color: #908781 !important;
      caret-color: #908781 !important;
    }

    .ccx-purple-darkest {
      background-color: #32002b !important;
      border-color: #32002b !important;
    }

    .ccx-purple-darkest--text {
      color: #32002b !important;
      caret-color: #32002b !important;
    }

    .ccx-purple-darkest.lighten-5 {
      background-color: #b278a5 !important;
      border-color: #b278a5 !important;
    }

    .ccx-purple-darkest--text.text--lighten-5 {
      color: #b278a5 !important;
      caret-color: #b278a5 !important;
    }

    .ccx-purple-darkest.lighten-4 {
      background-color: #975f8b !important;
      border-color: #975f8b !important;
    }

    .ccx-purple-darkest--text.text--lighten-4 {
      color: #975f8b !important;
      caret-color: #975f8b !important;
    }

    .ccx-purple-darkest.lighten-3 {
      background-color: #7c4671 !important;
      border-color: #7c4671 !important;
    }

    .ccx-purple-darkest--text.text--lighten-3 {
      color: #7c4671 !important;
      caret-color: #7c4671 !important;
    }

    .ccx-purple-darkest.lighten-2 {
      background-color: #632e59 !important;
      border-color: #632e59 !important;
    }

    .ccx-purple-darkest--text.text--lighten-2 {
      color: #632e59 !important;
      caret-color: #632e59 !important;
    }

    .ccx-purple-darkest.lighten-1 {
      background-color: #4a1741 !important;
      border-color: #4a1741 !important;
    }

    .ccx-purple-darkest--text.text--lighten-1 {
      color: #4a1741 !important;
      caret-color: #4a1741 !important;
    }

    .ccx-purple-darkest.darken-1 {
      background-color: #220018 !important;
      border-color: #220018 !important;
    }

    .ccx-purple-darkest--text.text--darken-1 {
      color: #220018 !important;
      caret-color: #220018 !important;
    }

    .ccx-purple-darkest.darken-2 {
      background-color: #0f0000 !important;
      border-color: #0f0000 !important;
    }

    .ccx-purple-darkest--text.text--darken-2 {
      color: #0f0000 !important;
      caret-color: #0f0000 !important;
    }

    .ccx-purple-darkest.darken-3 {
      background-color: #000000 !important;
      border-color: #000000 !important;
    }

    .ccx-purple-darkest--text.text--darken-3 {
      color: #000000 !important;
      caret-color: #000000 !important;
    }

    .ccx-purple-darkest.darken-4 {
      background-color: #000000 !important;
      border-color: #000000 !important;
    }

    .ccx-purple-darkest--text.text--darken-4 {
      color: #000000 !important;
      caret-color: #000000 !important;
    }
  </style>
  <style type="text/css">
    .learn-more-box[data-v-4993ea54] {
      width: 440px;
      margin-top: 60px;
      margin-left: 5px;
      padding: 5px 15px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.12);
    }

    .v-carousel[data-v-4993ea54] {
      background-color: #fff;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }

    .v-carousel[data-v-4993ea54] .v-image__image {
      background-position: right top !important;
      background-size: contain !important;
    }

    .v-carousel[data-v-4993ea54] .v-carousel__prev {
      margin-left: 30px;
      opacity: 0.25;
    }

    .v-carousel[data-v-4993ea54] .v-carousel__next {
      margin-right: 30px;
      opacity: 0.25;
    }

    .v-carousel .text-overlay[data-v-4993ea54] {
      margin-top: 60px;
      margin-left: 125px;
      max-width: 34%;
    }
  </style>
  <style type="text/css">
    .quick-actions[data-v-033c9910] {
      border-bottom: solid 7px #40053a;
    }

    .v-card[data-v-033c9910] {
      background-color: transparent !important;
      position: relative;
    }

    .v-card__actions[data-v-033c9910] {
      position: relative;
      bottom: -25px;
    }

    .v-card__actions .v-btn[data-v-033c9910] {
      border-radius: 10px;
      width: 170px;
      height: 48px;
      margin-left: auto;
      margin-right: auto;
    }

    .separator[data-v-033c9910] {
      border-right: 2px solid rgba(255, 255, 255, 0.1) !important;
    }

    .v-menu__content[data-v-033c9910] {
      -webkit-box-shadow: unset !important;
      box-shadow: unset !important;
    }

    [data-v-033c9910] .theme--light.v-list {
      background-color: #ffa11e;
      color: #fff;
      padding: 10px 0;
    }

    [data-v-033c9910] .v-list__tile {
      padding: 0 10px;
      height: 25px;
    }

    [data-v-033c9910] .v-list__tile .v-list__tile__title a {
      color: #fff;
      text-decoration: none;
    }

    [data-v-033c9910] .v-menu__activator--active .secondary {
      border-bottom-left-radius: unset;
      border-bottom-right-radius: unset;
    }

    [data-v-033c9910] .v-menu__activator--active .v-btn .v-btn__content .v-icon {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  </style>
  <style type="text/css">
    .resources[data-v-52855dad] {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAABlBMVEXp7fLv8vUh5Dz2AAAAGElEQVQIHWPgZ5BjsGGoYPjA8JDhMEM7ABcIA/1gAdhVAAAAAElFTkSuQmCC");
      background-repeat: repeat;
      padding: 118px 25px 0;
    }

    .resources .v-card[data-v-52855dad] {
      background-color: transparent !important;
      position: relative;
    }

    .resources .header-text[data-v-52855dad] {
      border-bottom: solid 2px #d7e0e7;
    }

    .resources .h-144[data-v-52855dad] {
      height: 144px;
    }

    .resources .v-btn[data-v-52855dad] {
      text-transform: none;
    }

    .v-menu__content[data-v-52855dad] {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }

    [data-v-52855dad] .theme--light.v-list .v-list__group--active:before,
    [data-v-52855dad] .theme--light.v-list .v-list__group--active:after {
      background: none;
    }

    [data-v-52855dad] .theme--light.v-list .v-list__tile--link:hover,
    [data-v-52855dad] .theme--light.v-list .v-list__tile--highlighted,
    [data-v-52855dad] .theme--light.v-list .v-list__group__header:hover {
      background: transparent !important;
    }

    [data-v-52855dad] .theme--light.v-list {
      padding: 5px 0;
    }

    [data-v-52855dad] .v-list__tile {
      padding: 0 15px;
      height: 28px;
    }

    [data-v-52855dad] .v-list__tile .v-list__tile__title a {
      text-decoration: none;
    }

    [data-v-52855dad] .v-menu__activator--active .v-btn {
      background-color: #fff;
      border-bottom-left-radius: unset;
      border-bottom-right-radius: unset;
    }

    [data-v-52855dad] .v-menu__activator--active .v-btn .v-btn__content .v-icon {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      padding: 8px 0 0 0;
      margin-top: 7px;
    }

    [data-v-52855dad] .v-menu__activator--active .v-btn:before {
      background-color: #fff;
    }
  </style>
  <style type="text/css">
    .explore[data-v-06dbcf1b] {
      padding: 30px 50px 20px 80px;
    }

    .explore .header-text[data-v-06dbcf1b] {
      font-size: 42px;
    }

    .explore .logo[data-v-06dbcf1b] {
      position: relative;
      top: 10px;
    }

    .explore .btn-learn-more[data-v-06dbcf1b] {
      width: 238px;
      height: 66px;
      border-radius: 10px;
    }
  </style>
  <style type="text/css">
    .w-136 {
      width: 136px;
    }

    .w-148 {
      width: 148px;
    }

    .w-265 {
      width: 265px;
    }

    .w-288 {
      width: 288px;
    }

    .v-card__actions.grey-background {
      background-color: #efeff0;
    }

    .v-card__actions .layout {
      width: 100%;
    }

    .text-wrap {
      width: 540px;
      word-wrap: break-word;
    }
  </style>
  <style type="text/css">
    .w-280 {
      width: 280px;
    }

    .v-card__actions.grey-background {
      background-color: #efeff0;
    }

    .v-card__actions .layout {
      width: 100%;
    }

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

    .col {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .v-list__tile__content {
      overflow: inherit;
      padding-right: 5px;
    }
  </style>
  <style type="text/css">
    .ext-user-term-agreement-dialog .content-section[data-v-a072885a] {
      overflow-y: auto;
      height: 300px;
    }

    .ext-user-term-agreement-dialog .content-border[data-v-a072885a] {
      border: solid 1px #cbcccd;
    }

    .ext-user-term-agreement-dialog .w-137[data-v-a072885a] {
      width: 137px;
    }

    .ext-user-term-agreement-dialog .w-165[data-v-a072885a] {
      width: 165px;
    }

    .ext-user-term-agreement-dialog .w-395[data-v-a072885a] {
      width: 395px;
    }

    .ext-user-term-agreement-dialog .v-card__actions.grey-background[data-v-a072885a] {
      background-color: #efeff0;
    }

    .ext-user-term-agreement-dialog .v-card__actions .layout[data-v-a072885a] {
      width: 100%;
    }

    [data-v-a072885a] .v-input--is-disabled input {
      cursor: default !important;
    }
  </style>
  <style type="text/css">
    [data-v-7ad4ac9f] .purple-gradient {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#8f458a), to(#5e1758));
      background-image: linear-gradient(#8f458a, #5e1758);
    }
  </style>