*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html,
body,
#q-app {
  width: 100%;
  direction: ltr;
  font-size: 16px;
}
html,
body {
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
button,
input,
select {
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.q-alert-container {
  pointer-events: none;
}
.q-alert {
  color: #fff;
  background: #db2828;
  border-radius: 2px;
  min-width: 200px;
  pointer-events: all;
}
.q-alert-icon,
.q-alert-content {
  padding: 0.7rem;
}
.q-alert-icon {
  font-size: 150%;
  background: rgba(0,0,0,0.2);
}
.q-alert-close {
  padding: 0;
}
.q-alert-close .q-icon {
  padding: 0.9rem;
}
.q-alert-actions {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 0.5rem;
  font-size: 0.8rem;
}
.q-alert-actions span {
  cursor: pointer;
}
.q-alert-actions span + span {
  margin-left: 16px;
}
ul.breadcrumb {
  list-style: none;
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 11px 0 0 0;
  padding: 0;
}
ul.breadcrumb i {
  font-size: 1.7em;
}
ul.breadcrumb li {
  float: left;
  margin-bottom: 11px;
}
ul.breadcrumb li a {
  color: #fff;
  display: block;
  background: #027be3;
  text-decoration: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  overflow: hidden;
}
ul.breadcrumb li:nth-child(even) a {
  background: #048afd;
}
ul.breadcrumb li:nth-child(even) a:before {
  border-color: #048afd;
  border-left-color: transparent;
}
ul.breadcrumb li:nth-child(even) a:after {
  border-left-color: #048afd;
}
ul.breadcrumb li:first-child a {
  padding-left: 15px;
  border-radius: 2px 0 0 2px;
}
ul.breadcrumb li:first-child a:before {
  border: 0;
}
ul.breadcrumb li:last-child a {
  padding-right: 15px;
  border-radius: 0 2px 2px 0;
}
ul.breadcrumb li:last-child a:after {
  border: 0;
}
ul.breadcrumb li a:before,
ul.breadcrumb li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
/*border 0 solid $breadcrumb-primary*/
  border-width: 17px 10px;
}
ul.breadcrumb li a:before {
  left: -15px;
  border-left-color: transparent;
}
ul.breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #027be3;
}
ul.breadcrumb li a:active {
  background: #484848;
}
ul.breadcrumb li a:active:before {
  border-color: #484848;
  border-left-color: transparent;
}
ul.breadcrumb li a:active:after {
  border-left-color: #484848;
}
body.desktop ul.breadcrumb a:hover {
  background: #555;
}
body.desktop ul.breadcrumb a:hover:before {
  border-color: #555;
  border-left-color: transparent;
}
body.desktop ul.breadcrumb a:hover:after {
  border-left-color: #555;
}
.q-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0 16px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  background: transparent;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  transition: 0.12s ease-in;
  text-transform: uppercase;
}
.q-btn.disabled {
  opacity: 0.7 !important;
}
.q-btn:not([disabled]):active {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.q-btn.full-width {
  border-radius: 0 !important;
  white-space: normal;
}
.q-btn-progress {
  transition: all 0.3s;
  height: 100%;
  background: rgba(255,255,255,0.25);
}
.q-btn-progress.q-btn-dark-progress {
  background: rgba(0,0,0,0.2);
}
.q-btn-no-uppercase {
  text-transform: none;
}
.q-btn-rectangle {
  border-radius: 2px;
}
.q-btn-flat,
.q-btn-outline {
  box-shadow: none !important;
}
.q-btn-outline {
  border: 1px solid currentColor;
  background: transparent !important;
}
.q-btn-push {
  border-bottom: 3px solid rgba(0,0,0,0.15);
  border-radius: 7px;
}
.q-btn-push:active:not(.disabled) {
  border-bottom: 0;
  box-shadow: none;
}
.q-btn-rounded {
  border-radius: 28px;
}
.q-btn-round {
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.q-btn-round:active {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.q-btn-small {
  min-height: 28px;
  font-size: 11px;
}
.q-btn-small .q-icon {
  font-size: 19px;
}
.q-btn-small .q-spinner {
  height: 19px;
  width: 19px;
}
.q-btn-standard {
  min-height: 36px;
  font-size: 14px;
}
.q-btn-standard .q-icon {
  font-size: 24px;
}
.q-btn-standard .q-spinner {
  height: 24px;
  width: 24px;
}
.q-btn-big {
  min-height: 44px;
  font-size: 17px;
}
.q-btn-big .q-icon {
  font-size: 30px;
}
.q-btn-big .q-spinner {
  height: 30px;
  width: 30px;
}
.q-btn-round.q-btn-small {
  height: 40px;
  width: 40px;
}
.q-btn-round.q-btn-small .q-icon,
.q-btn-round.q-btn-small .q-spinner {
  height: 22px;
  width: 22px;
  font-size: 22px;
}
.q-btn-round.q-btn-standard {
  height: 56px;
  width: 56px;
}
.q-btn-round.q-btn-standard .q-icon,
.q-btn-round.q-btn-standard .q-spinner {
  height: 26px;
  width: 26px;
  font-size: 26px;
}
.q-btn-round.q-btn-big {
  height: 72px;
  width: 72px;
}
.q-btn-round.q-btn-big .q-icon,
.q-btn-round.q-btn-big .q-spinner {
  height: 34px;
  width: 34px;
  font-size: 34px;
}
.q-card {
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  margin: 8px;
  vertical-align: top;
}
.q-card > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-card > div:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card > .q-list {
  border: 0;
}
.q-card-separator {
  background: rgba(0,0,0,0.1);
  height: 1px;
}
.q-card-separator.inset {
  margin: 0 16px;
}
.q-card-container {
  padding: 16px;
}
.q-card-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2rem;
}
.q-card-title:empty {
  display: none;
}
.q-card-subtitle,
.q-card-title-extra {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
}
.q-card-subtitle .q-icon,
.q-card-title-extra .q-icon {
  font-size: 24px;
}
.q-card-main {
  font-size: 14px;
}
.q-card-primary + .q-card-main {
  padding-top: 0;
}
.q-card-actions {
  padding: 8px;
}
.q-card-actions .q-btn {
  padding: 0 8px;
}
.q-card-actions-horiz .q-btn + .q-btn {
  margin-left: 8px;
}
.q-card-actions-vert .q-btn + .q-btn {
  margin-top: 4px;
}
.q-card-media {
  overflow: hidden;
}
.q-card-media > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.q-card-media-overlay {
  color: #fff;
  background: rgba(0,0,0,0.47);
}
.q-card-media-overlay .q-card-subtitle {
  color: #fff;
}
.q-card-dark .q-card-separator {
  background: rgba(255,255,255,0.2);
}
.q-card-dark .q-card-subtitle,
.q-card-dark .q-card-title-extra {
  color: rgba(255,255,255,0.6);
}
.q-message-name,
.q-message-stamp,
.q-message-label {
  font-size: small;
}
.q-message-label {
  margin: 24px 0;
}
.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none;
}
.q-message-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.q-message {
  margin-bottom: 8px;
}
.q-message:first-child .q-message-label {
  margin-top: 0;
}
.q-message-received .q-message-avatar {
  margin-right: 8px;
}
.q-message-received .q-message-text {
  color: #81c784;
  border-radius: 2px 2px 2px 0;
}
.q-message-received .q-message-text:last-child:before {
  right: 100%;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-received .q-message-text-content {
  color: #000;
}
.q-message-sent .q-message-name {
  text-align: right;
}
.q-message-sent .q-message-avatar {
  margin-left: 8px;
}
.q-message-sent .q-message-container {
  flex-direction: row-reverse;
}
.q-message-sent .q-message-text {
  color: #e0e0e0;
  border-radius: 2px 2px 0 2px;
}
.q-message-sent .q-message-text:last-child:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-sent .q-message-text-content {
  color: #000;
}
.q-message-text {
  background: currentColor;
  padding: 8px;
  line-height: 1.2;
  word-break: break-word;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.q-checkbox-unchecked,
.q-checkbox-checked {
  height: 21px;
  width: 21px;
  font-size: 21px;
  opacity: 0;
}
.q-chip {
  min-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border: #e0e0e0;
  border-radius: 2rem;
  cursor: default;
  vertical-align: middle;
  color: #000;
  background: #f4f4f4;
}
.q-chip .q-icon {
  font-size: 24px;
  line-height: 1;
}
.q-chip .q-chip-main {
  padding: 8px 0 8px;
  line-height: initial;
}
.q-chip .q-chip-side {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  min-width: 32px;
  overflow: hidden;
}
.q-chip .q-chip-side img {
  width: 100%;
  height: 100%;
}
.q-chip .q-chip-side.chip-left {
  margin-left: -12px;
  margin-right: 8px;
}
.q-chip .q-chip-side.chip-right {
  margin-left: 2px;
  margin-right: -12px;
}
.q-chip.square {
  border-radius: 2px;
}
.q-chip.floating {
  position: absolute;
  top: -0.7rem;
  left: 100%;
  margin: 0 0 0 -1.5rem !important;
  pointer-events: none;
}
.q-chip.tag {
  position: relative;
  padding-left: 1.7rem;
}
.q-chip.tag:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5rem;
  margin-top: -0.25rem;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3);
  border-radius: 50%;
}
.q-chip.pointing {
  position: relative;
}
.q-chip.pointing:before {
  content: '';
  z-index: -1;
  background: inherit;
  width: 16px;
  height: 16px;
  position: absolute;
}
.q-chip.pointing-up {
  margin-top: 0.8rem;
}
.q-chip.pointing-up:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-22%) rotate(45deg);
}
.q-chip.pointing-down {
  margin-bottom: 0.8rem;
}
.q-chip.pointing-down:before {
  right: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-78%) rotate(45deg);
}
.q-chip.pointing-right {
  margin-right: 0.8rem;
}
.q-chip.pointing-right:before {
  top: 50%;
  right: 2px;
  bottom: auto;
  left: auto;
  transform: translateX(33%) translateY(-50%) rotate(45deg);
}
.q-chip.pointing-left {
  margin-left: 0.8rem;
}
.q-chip.pointing-left:before {
  top: 50%;
  left: 2px;
  bottom: auto;
  right: auto;
  transform: translateX(-33%) translateY(-50%) rotate(45deg);
}
.q-chip .chip-detail {
  background: rgba(0,0,0,0.1);
  opacity: 0.8;
  padding: 0 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-chip.small {
  min-height: 26px;
}
.q-chip.small .q-chip-main {
  padding: 4px 0 4px;
  line-height: initial;
}
.q-chip.small .q-chip-side {
  height: 26px;
  width: 26px;
  min-width: 26px;
}
.q-chips-input input {
  min-width: 70px;
}
.q-collapsible-sub-item {
  padding: 8px 16px;
}
.q-collapsible-sub-item.indent {
  padding-left: 48px;
  padding-right: 0;
}
.q-collapsible-sub-item .q-card {
  margin-bottom: 0;
}
.q-collapsible.router-link-active > .q-item {
  background: rgba(189,189,189,0.4);
}
.q-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f44336;
  opacity: 0.8;
}
.q-icon {
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.q-icon,
.material-icons {
  user-select: none;
  cursor: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.q-inner-loading {
  background: rgba(255,255,255,0.6);
}
.q-inner-loading.dark {
  background: rgba(0,0,0,0.4);
}
.q-if,
.q-if:before,
.q-if:after,
.q-if-label,
.q-if-addon,
.q-field-icon,
.q-field-label,
.q-if-control,
.q-field-bottom {
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.q-if {
  font-size: 16px;
  min-height: 32px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #027be3;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button:before,
input::-webkit-inner-spin-button:before,
input::-webkit-outer-spin-button:after,
input::-webkit-inner-spin-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: currentColor;
}
input::-webkit-outer-spin-button:before,
input::-webkit-inner-spin-button:before {
  height: 1px;
  color: rgba(0,0,0,0.12);
  transform: scaleY(1);
}
input::-webkit-outer-spin-button:after,
input::-webkit-inner-spin-button:after {
  width: 0;
  height: 2px;
  color: currentColor;
}
input::-webkit-outer-spin-button:hover:before,
input::-webkit-inner-spin-button:hover:before {
  color: rgba(0,0,0,0.36);
}
input::-webkit-outer-spin-button .group,
input::-webkit-inner-spin-button .group {
  margin: -5px;
}
.q-if-focusable {
  outline: 0;
  cursor: pointer;
}
.q-if-inner {
  min-height: 24px !important;
}
.q-if-has-label {
  min-height: 41px;
}
.q-if-has-label .q-if-inner {
  min-height: 34px !important;
  padding-top: 15px;
}
.q-if-label {
  color: rgba(0,0,0,0.46);
  pointer-events: none;
  user-select: none;
  top: 15px;
  left: 0;
  right: 0;
  transform-origin: left top 0;
  transform: scale(1) translate(0, 0);
}
.q-if-label-above {
  transform: scale(0.75) translate(0, -22px);
}
.q-if-addon {
  pointer-events: none;
  color: rgba(0,0,0,0.46);
  opacity: 0;
}
.q-if-addon-left {
  padding-right: 8px;
}
.q-if-addon-right {
  padding-left: 8px;
}
.q-if-addon-visible {
  opacity: 1;
}
.q-if-control {
  cursor: pointer;
  margin-left: 8px;
  color: rgba(0,0,0,0.54);
  font-size: 24px;
}
.q-if-control:hover {
  opacity: 0.7;
}
.q-if-control-before {
  margin-left: 0;
  margin-right: 8px;
}
.q-if-dark:before,
.q-if-dark .q-if-label,
.q-if-dark .q-if-control {
  color: rgba(255,255,255,0.7);
}
.q-if-dark:hover:before,
.q-if-dark .q-if-addon {
  color: rgba(255,255,255,0.9);
}
.q-if-focused:after {
  width: 100%;
}
.q-if-focused .q-if-label {
  color: currentColor;
}
.q-if-inverted {
  min-height: 38px;
  border-radius: 2px;
  padding-top: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.q-if-inverted:before,
.q-if-inverted:after {
  display: none;
}
.q-if-inverted .q-if-control {
  color: #fff;
}
.q-if-inverted .q-if-control,
.q-if-inverted .q-if-inner {
  margin-left: 8px;
  margin-right: 8px;
}
.q-if-error:before,
.q-if-error:after,
.q-if-error:not(.q-if-inverted) .q-if-label,
.q-if-error .q-if-addon {
  color: #db2828;
}
.q-if-error:hover:before {
  color: #e46060;
}
.q-if-disabled {
  cursor: not-allowed !important;
}
.q-if-disabled .q-if-label,
.q-if-disabled .q-if-control {
  opacity: 0.6;
  cursor: not-allowed !important;
}
.q-if-disabled:before {
  background-image: linear-gradient(90deg, rgba(0,0,0,0.38) 0, rgba(0,0,0,0.38) 33%, transparent 0);
  background-color: transparent;
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
.q-input-target::-webkit-outer-spin-button,
.q-input-target::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.q-input-target,
.q-input-shadow {
  border: 0;
  outline: 0;
  padding: 0;
  color: #000;
  background: transparent;
  min-height: 18px;
  font-size: inherit;
  overflow: hidden;
  resize: none;
  display: flex;
  align-items: center;
}
.q-input-target:-webkit-autofill,
.q-input-shadow:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.q-input-target::-ms-clear,
.q-input-shadow::-ms-clear,
.q-input-target::-ms-reveal,
.q-input-shadow::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input.q-input-target {
  height: 18px;
  outline: 0;
}
.q-input-chips {
  min-height: 36px !important;
}
.q-if-dark .q-input-target {
  color: #fff;
}
.q-if-dark .q-input-target::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6) !important;
}
.q-if-dark .q-input-target::-moz-placeholder {
  color: rgba(255,255,255,0.6) !important;
}
.q-if-dark .q-input-target:-ms-input-placeholder {
  color: rgba(255,255,255,0.6) !important;
}
.q-if-dark .q-input-target::selection {
  background: #fff;
  color: #000;
}
.q-input-shadow {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  height: auto;
}
.layout {
  width: 100%;
  min-height: 100vh;
}
.layout-header {
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.layout-footer {
  box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
.layout-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
}
.layout-aside.fixed {
  z-index: 1000;
}
.layout-aside.fixed.on-layout {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.layout-aside.on-top {
  z-index: 3000;
}
.layout-aside-left {
  left: 0;
  width: 300px;
}
.layout-aside-right {
  right: 0;
  width: 300px;
}
main,
.layout,
.layout-header,
.layout-footer {
  position: relative;
}
.layout-header,
.layout-footer {
  z-index: 2000;
}
.layout-backdrop {
  z-index: 2999;
  background: rgba(0,0,0,0.4);
}
.layout-side-opener {
  z-index: 2001;
  height: 100vh;
  width: 15px;
}
body.with-layout-side-opened {
  overflow: hidden;
}
body.cordova.platform-ios .layout-header > .q-toolbar:first-child,
body.cordova.platform-ios .layout-aside.top-padding {
  padding-top: 20px;
  min-height: 70px;
}
@media (max-width: 767px) {
  .layout-padding {
    padding: 1.5rem 0.5rem;
  }
  .layout-padding.horizontal {
    padding: 0 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-padding {
    padding: 1.5rem 2rem;
    margin: auto;
  }
  .layout-padding.horizontal {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-padding {
    padding: 2.5rem 3rem;
    margin: auto;
  }
  .layout-padding.horizontal {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .layout-padding {
    padding: 3rem 4rem;
    margin: auto;
  }
  .layout-padding.horizontal {
    padding: 0 4rem;
  }
}
.q-item-stamp {
  font-size: 0.8rem;
  line-height: 0.8rem;
  white-space: nowrap;
  margin: 0.3rem 0;
}
.q-item-side-right {
  text-align: right;
  color: rgba(0,0,0,0.54);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.q-item-side {
  color: rgba(0,0,0,0.54);
  min-width: 38px;
}
.q-item-avatar,
.q-item-avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.q-item-letter,
.q-item-icon {
  font-size: 24px;
}
.q-item-icon-inverted {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background: #027be3;
  padding: 9px;
}
.q-item-main {
  flex: 1 1 auto;
  min-width: 0;
}
.q-item-main-inset {
  margin-left: 48px;
}
.q-item-label > span {
  color: #757575;
}
.q-item-sublabel {
  color: #757575;
  font-size: 90%;
  margin-top: 0.2rem;
}
.q-item-sublabel > span {
  font-weight: 500;
}
.q-item-section + .q-item-section {
  margin-left: 10px;
}
.q-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-align: left;
  padding: 8px 16px;
  min-height: 40px;
}
.q-item.active,
.q-item.router-link-active,
.q-item:focus {
  background: rgba(189,189,189,0.4);
}
.q-item:focus {
  outline: 0;
}
.q-item-image {
  min-width: 114px;
  max-width: 114px;
  max-height: 114px;
}
.q-list-multiline > .q-item,
.q-item-multiline {
  align-items: flex-start;
}
.q-list-link > .q-item,
.q-item-link {
  cursor: pointer;
}
.q-list-highlight > .q-item:hover,
.q-item-highlight:hover,
.q-list-link > .q-item:hover,
.q-item-link:hover {
  background: rgba(189,189,189,0.5);
}
.q-list-separator > .q-item-division + .q-item-division,
.q-item-division + .q-item-separator {
  border-top: 1px solid #e0e0e0;
}
.q-list-inset-separator > .q-item-division + .q-item-division:after,
.q-item-division + .q-item-inset-separator:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 64px;
  height: 1px;
  background: #e0e0e0;
}
.q-list-dense > .q-item,
.q-item-dense {
  padding: 3px 16px;
  min-height: 8px;
}
.q-list-sparse > .q-item,
.q-item-sparse {
  padding: 22.4px 16px;
  min-height: 56px;
}
.q-list-striped .q-item:nth-child(even) {
  background-color: rgba(189,189,189,0.65);
}
.q-list-striped-odd .q-item:nth-child(odd) {
  background-color: rgba(189,189,189,0.65);
}
.q-list {
  border: 1px solid #e0e0e0;
  padding: 8px 0;
}
.q-list + .q-list {
  margin-top: 32px;
}
.q-item-separator-component {
  margin: 8px 0;
  height: 1px;
  border: 0;
  background-color: #e0e0e0;
}
.q-item-separator-component:last-child {
  display: none;
}
.q-item-separator-component + .q-list-header {
  margin-top: -8px;
}
.q-item-separator-inset-component {
  margin-left: 64px;
}
.q-list-header {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  padding-left: 16px;
}
.q-list-header-inset {
  padding-left: 64px;
}
body.with-loading {
  overflow: hidden;
}
.q-loading {
  background: rgba(0,0,0,0.4);
}
.q-loading > div {
  margin: 40px 20px 0;
  max-width: 450px;
  text-align: center;
  text-shadow: 0 0 7px #000;
}
body.with-modal {
  overflow: hidden !important;
}
.modal-content {
  position: relative;
  background: #fff;
  box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
  overflow-y: auto;
  min-width: 280px;
  max-height: 80vh;
}
.modal-content .layout {
  width: 100%;
  height: 100%;
}
.modal {
  z-index: 5000;
}
.modal.minimized,
.modal.with-backdrop {
  background: rgba(0,0,0,0.4);
}
.modal.minimized .modal-content {
  max-width: 80vw;
  max-height: 80vh;
}
.modal.maximized .modal-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.q-modal-enter,
.q-modal-leave-active {
  opacity: 0;
}
@media (min-width: 768px) {
  .modal:not(.maximized) {
    background: rgba(0,0,0,0.4);
  }
  .modal:not(.maximized).q-modal-enter .modal-content {
    transform: scale(1.2);
  }
  .modal:not(.maximized).q-modal-leave-active .modal-content {
    transform: scale(0.8);
  }
  .modal.maximized.q-modal-enter .modal-content,
  .modal.maximized.q-modal-leave-active .modal-content {
    transform: translateY(101%);
  }
}
@media (max-width: 767px) {
  .modal:not(.minimized) .modal-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .modal:not(.minimized).q-modal-enter .modal-content,
  .modal:not(.minimized).q-modal-leave-active .modal-content {
    transform: translateY(101%);
  }
  .modal.minimized.q-modal-enter .modal-content {
    transform: scale(1.2);
  }
  .modal.minimized.q-modal-leave-active .modal-content {
    transform: scale(0.8);
  }
}
.modal,
.modal-content {
  transition: all 0.2s ease-in-out;
}
.modal-header {
  text-align: left;
  padding: 24px 24px 20px 24px;
  font-size: 1.6rem;
  font-weight: 500;
}
.modal-body {
  padding: 5px 24px 24px 24px;
}
.modal-slim-body {
  padding: 0 24px;
}
.modal-body,
.modal-slim-body {
  text-align: left;
  color: rgba(0,0,0,0.5);
}
.small-modal-scroll,
.modal-scroll,
.big-modal-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.small-modal-scroll {
  max-height: 156px;
}
.modal-scroll {
  max-height: 240px;
}
.big-modal-scroll {
  max-height: 480px;
}
.modal-buttons {
  padding: 8px 8px 12px 24px;
  justify-content: flex-end;
  color: #027be3;
}
.modal-buttons.row .q-btn + .q-btn {
  margin-left: 8px;
}
.modal-buttons.column {
  align-items: flex-end;
}
.modal-buttons.column .q-btn + .q-btn {
  margin-top: 8px;
}
.q-modal-bottom-enter,
.q-modal-bottom-leave-active {
  opacity: 0;
}
.q-modal-bottom-enter .modal-content,
.q-modal-bottom-leave-active .modal-content {
  transform: translateY(101%);
}
.q-modal-top-enter,
.q-modal-top-leave-active {
  opacity: 0;
}
.q-modal-top-enter .modal-content,
.q-modal-top-leave-active .modal-content {
  transform: translateY(-101%);
}
.q-modal-right-enter,
.q-modal-right-leave-active {
  opacity: 0;
}
.q-modal-right-enter .modal-content,
.q-modal-right-leave-active .modal-content {
  transform: translateX(101%);
}
.q-modal-left-enter,
.q-modal-left-leave-active {
  opacity: 0;
}
.q-modal-left-enter .modal-content,
.q-modal-left-leave-active .modal-content {
  transform: translateX(-101%);
}
.q-pagination {
  display: inline-flex;
}
.q-pagination input {
  text-align: center;
  -moz-appearance: textfield;
}
.q-pagination .q-btn {
  padding: 0 5px !important;
}
.q-pagination .q-btn.disabled {
  color: #777;
}
.q-radio-unchecked,
.q-radio-checked,
.q-radio .q-option-inner {
/*height $radio-size
  width $radio-size
  font-size $radio-size
  min-width $radio-size*/
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
.q-radio-unchecked {
  transform: scale(1);
}
.q-radio-checked {
  transform-origin: 50% 50% 0;
  transform: scale(0);
}
.q-radio .q-option-inner.active .q-radio-unchecked {
  opacity: 0;
  transform: scale(0);
}
.q-radio .q-option-inner.active .q-radio-checked {
  transform: scale(1);
}
.text-primary {
  color: #027be3 !important;
}
.bg-primary {
  background: #027be3 !important;
}
.text-secondary {
  color: #26a69a !important;
}
.bg-secondary {
  background: #26a69a !important;
}
.text-tertiary {
  color: #555 !important;
}
.bg-tertiary {
  background: #555 !important;
}
.text-faded {
  color: #777 !important;
}
.bg-faded {
  background: #777 !important;
}
.text-positive {
  color: #21ba45 !important;
}
.bg-positive {
  background: #21ba45 !important;
}
.text-negative {
  color: #db2828 !important;
}
.bg-negative {
  background: #db2828 !important;
}
.text-info {
  color: #31ccec !important;
}
.bg-info {
  background: #31ccec !important;
}
.text-warning {
  color: #f2c037 !important;
}
.bg-warning {
  background: #f2c037 !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background: #000 !important;
}
.text-light {
  color: #f4f4f4 !important;
}
.bg-light {
  background: #f4f4f4 !important;
}
.text-dark {
  color: #333 !important;
}
.bg-dark {
  background: #333 !important;
}
.text-red {
  color: #f44336 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #a0f !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-blue-1 {
  color: #e3f2fd !important;
}
.text-blue-2 {
  color: #bbdefb !important;
}
.text-blue-3 {
  color: #90caf9 !important;
}
.text-blue-4 {
  color: #64b5f6 !important;
}
.text-blue-5 {
  color: #42a5f5 !important;
}
.text-blue-6 {
  color: #2196f3 !important;
}
.text-blue-7 {
  color: #1e88e5 !important;
}
.text-blue-8 {
  color: #1976d2 !important;
}
.text-blue-9 {
  color: #1565c0 !important;
}
.text-blue-10 {
  color: #0d47a1 !important;
}
.text-blue-11 {
  color: #82b1ff !important;
}
.text-blue-12 {
  color: #448aff !important;
}
.text-blue-13 {
  color: #2979ff !important;
}
.text-blue-14 {
  color: #2962ff !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-teal-1 {
  color: #e0f2f1 !important;
}
.text-teal-2 {
  color: #b2dfdb !important;
}
.text-teal-3 {
  color: #80cbc4 !important;
}
.text-teal-4 {
  color: #4db6ac !important;
}
.text-teal-5 {
  color: #26a69a !important;
}
.text-teal-6 {
  color: #009688 !important;
}
.text-teal-7 {
  color: #00897b !important;
}
.text-teal-8 {
  color: #00796b !important;
}
.text-teal-9 {
  color: #00695c !important;
}
.text-teal-10 {
  color: #004d40 !important;
}
.text-teal-11 {
  color: #a7ffeb !important;
}
.text-teal-12 {
  color: #64ffda !important;
}
.text-teal-13 {
  color: #1de9b6 !important;
}
.text-teal-14 {
  color: #00bfa5 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ff0 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-orange-1 {
  color: #fff3e0 !important;
}
.text-orange-2 {
  color: #ffe0b2 !important;
}
.text-orange-3 {
  color: #ffcc80 !important;
}
.text-orange-4 {
  color: #ffb74d !important;
}
.text-orange-5 {
  color: #ffa726 !important;
}
.text-orange-6 {
  color: #ff9800 !important;
}
.text-orange-7 {
  color: #fb8c00 !important;
}
.text-orange-8 {
  color: #f57c00 !important;
}
.text-orange-9 {
  color: #ef6c00 !important;
}
.text-orange-10 {
  color: #e65100 !important;
}
.text-orange-11 {
  color: #ffd180 !important;
}
.text-orange-12 {
  color: #ffab40 !important;
}
.text-orange-13 {
  color: #ff9100 !important;
}
.text-orange-14 {
  color: #ff6d00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #9e9e9e !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-3 {
  color: #eee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-grey-11 {
  color: #f5f5f5 !important;
}
.text-grey-12 {
  color: #eee !important;
}
.text-grey-13 {
  color: #bdbdbd !important;
}
.text-grey-14 {
  color: #616161 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
.bg-red {
  background: #f44336 !important;
}
.bg-red-1 {
  background: #ffebee !important;
}
.bg-red-2 {
  background: #ffcdd2 !important;
}
.bg-red-3 {
  background: #ef9a9a !important;
}
.bg-red-4 {
  background: #e57373 !important;
}
.bg-red-5 {
  background: #ef5350 !important;
}
.bg-red-6 {
  background: #f44336 !important;
}
.bg-red-7 {
  background: #e53935 !important;
}
.bg-red-8 {
  background: #d32f2f !important;
}
.bg-red-9 {
  background: #c62828 !important;
}
.bg-red-10 {
  background: #b71c1c !important;
}
.bg-red-11 {
  background: #ff8a80 !important;
}
.bg-red-12 {
  background: #ff5252 !important;
}
.bg-red-13 {
  background: #ff1744 !important;
}
.bg-red-14 {
  background: #d50000 !important;
}
.bg-pink {
  background: #e91e63 !important;
}
.bg-pink-1 {
  background: #fce4ec !important;
}
.bg-pink-2 {
  background: #f8bbd0 !important;
}
.bg-pink-3 {
  background: #f48fb1 !important;
}
.bg-pink-4 {
  background: #f06292 !important;
}
.bg-pink-5 {
  background: #ec407a !important;
}
.bg-pink-6 {
  background: #e91e63 !important;
}
.bg-pink-7 {
  background: #d81b60 !important;
}
.bg-pink-8 {
  background: #c2185b !important;
}
.bg-pink-9 {
  background: #ad1457 !important;
}
.bg-pink-10 {
  background: #880e4f !important;
}
.bg-pink-11 {
  background: #ff80ab !important;
}
.bg-pink-12 {
  background: #ff4081 !important;
}
.bg-pink-13 {
  background: #f50057 !important;
}
.bg-pink-14 {
  background: #c51162 !important;
}
.bg-purple {
  background: #9c27b0 !important;
}
.bg-purple-1 {
  background: #f3e5f5 !important;
}
.bg-purple-2 {
  background: #e1bee7 !important;
}
.bg-purple-3 {
  background: #ce93d8 !important;
}
.bg-purple-4 {
  background: #ba68c8 !important;
}
.bg-purple-5 {
  background: #ab47bc !important;
}
.bg-purple-6 {
  background: #9c27b0 !important;
}
.bg-purple-7 {
  background: #8e24aa !important;
}
.bg-purple-8 {
  background: #7b1fa2 !important;
}
.bg-purple-9 {
  background: #6a1b9a !important;
}
.bg-purple-10 {
  background: #4a148c !important;
}
.bg-purple-11 {
  background: #ea80fc !important;
}
.bg-purple-12 {
  background: #e040fb !important;
}
.bg-purple-13 {
  background: #d500f9 !important;
}
.bg-purple-14 {
  background: #a0f !important;
}
.bg-deep-purple {
  background: #673ab7 !important;
}
.bg-deep-purple-1 {
  background: #ede7f6 !important;
}
.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
.bg-deep-purple-3 {
  background: #b39ddb !important;
}
.bg-deep-purple-4 {
  background: #9575cd !important;
}
.bg-deep-purple-5 {
  background: #7e57c2 !important;
}
.bg-deep-purple-6 {
  background: #673ab7 !important;
}
.bg-deep-purple-7 {
  background: #5e35b1 !important;
}
.bg-deep-purple-8 {
  background: #512da8 !important;
}
.bg-deep-purple-9 {
  background: #4527a0 !important;
}
.bg-deep-purple-10 {
  background: #311b92 !important;
}
.bg-deep-purple-11 {
  background: #b388ff !important;
}
.bg-deep-purple-12 {
  background: #7c4dff !important;
}
.bg-deep-purple-13 {
  background: #651fff !important;
}
.bg-deep-purple-14 {
  background: #6200ea !important;
}
.bg-indigo {
  background: #3f51b5 !important;
}
.bg-indigo-1 {
  background: #e8eaf6 !important;
}
.bg-indigo-2 {
  background: #c5cae9 !important;
}
.bg-indigo-3 {
  background: #9fa8da !important;
}
.bg-indigo-4 {
  background: #7986cb !important;
}
.bg-indigo-5 {
  background: #5c6bc0 !important;
}
.bg-indigo-6 {
  background: #3f51b5 !important;
}
.bg-indigo-7 {
  background: #3949ab !important;
}
.bg-indigo-8 {
  background: #303f9f !important;
}
.bg-indigo-9 {
  background: #283593 !important;
}
.bg-indigo-10 {
  background: #1a237e !important;
}
.bg-indigo-11 {
  background: #8c9eff !important;
}
.bg-indigo-12 {
  background: #536dfe !important;
}
.bg-indigo-13 {
  background: #3d5afe !important;
}
.bg-indigo-14 {
  background: #304ffe !important;
}
.bg-blue {
  background: #2196f3 !important;
}
.bg-blue-1 {
  background: #e3f2fd !important;
}
.bg-blue-2 {
  background: #bbdefb !important;
}
.bg-blue-3 {
  background: #90caf9 !important;
}
.bg-blue-4 {
  background: #64b5f6 !important;
}
.bg-blue-5 {
  background: #42a5f5 !important;
}
.bg-blue-6 {
  background: #2196f3 !important;
}
.bg-blue-7 {
  background: #1e88e5 !important;
}
.bg-blue-8 {
  background: #1976d2 !important;
}
.bg-blue-9 {
  background: #1565c0 !important;
}
.bg-blue-10 {
  background: #0d47a1 !important;
}
.bg-blue-11 {
  background: #82b1ff !important;
}
.bg-blue-12 {
  background: #448aff !important;
}
.bg-blue-13 {
  background: #2979ff !important;
}
.bg-blue-14 {
  background: #2962ff !important;
}
.bg-light-blue {
  background: #03a9f4 !important;
}
.bg-light-blue-1 {
  background: #e1f5fe !important;
}
.bg-light-blue-2 {
  background: #b3e5fc !important;
}
.bg-light-blue-3 {
  background: #81d4fa !important;
}
.bg-light-blue-4 {
  background: #4fc3f7 !important;
}
.bg-light-blue-5 {
  background: #29b6f6 !important;
}
.bg-light-blue-6 {
  background: #03a9f4 !important;
}
.bg-light-blue-7 {
  background: #039be5 !important;
}
.bg-light-blue-8 {
  background: #0288d1 !important;
}
.bg-light-blue-9 {
  background: #0277bd !important;
}
.bg-light-blue-10 {
  background: #01579b !important;
}
.bg-light-blue-11 {
  background: #80d8ff !important;
}
.bg-light-blue-12 {
  background: #40c4ff !important;
}
.bg-light-blue-13 {
  background: #00b0ff !important;
}
.bg-light-blue-14 {
  background: #0091ea !important;
}
.bg-cyan {
  background: #00bcd4 !important;
}
.bg-cyan-1 {
  background: #e0f7fa !important;
}
.bg-cyan-2 {
  background: #b2ebf2 !important;
}
.bg-cyan-3 {
  background: #80deea !important;
}
.bg-cyan-4 {
  background: #4dd0e1 !important;
}
.bg-cyan-5 {
  background: #26c6da !important;
}
.bg-cyan-6 {
  background: #00bcd4 !important;
}
.bg-cyan-7 {
  background: #00acc1 !important;
}
.bg-cyan-8 {
  background: #0097a7 !important;
}
.bg-cyan-9 {
  background: #00838f !important;
}
.bg-cyan-10 {
  background: #006064 !important;
}
.bg-cyan-11 {
  background: #84ffff !important;
}
.bg-cyan-12 {
  background: #18ffff !important;
}
.bg-cyan-13 {
  background: #00e5ff !important;
}
.bg-cyan-14 {
  background: #00b8d4 !important;
}
.bg-teal {
  background: #009688 !important;
}
.bg-teal-1 {
  background: #e0f2f1 !important;
}
.bg-teal-2 {
  background: #b2dfdb !important;
}
.bg-teal-3 {
  background: #80cbc4 !important;
}
.bg-teal-4 {
  background: #4db6ac !important;
}
.bg-teal-5 {
  background: #26a69a !important;
}
.bg-teal-6 {
  background: #009688 !important;
}
.bg-teal-7 {
  background: #00897b !important;
}
.bg-teal-8 {
  background: #00796b !important;
}
.bg-teal-9 {
  background: #00695c !important;
}
.bg-teal-10 {
  background: #004d40 !important;
}
.bg-teal-11 {
  background: #a7ffeb !important;
}
.bg-teal-12 {
  background: #64ffda !important;
}
.bg-teal-13 {
  background: #1de9b6 !important;
}
.bg-teal-14 {
  background: #00bfa5 !important;
}
.bg-green {
  background: #4caf50 !important;
}
.bg-green-1 {
  background: #e8f5e9 !important;
}
.bg-green-2 {
  background: #c8e6c9 !important;
}
.bg-green-3 {
  background: #a5d6a7 !important;
}
.bg-green-4 {
  background: #81c784 !important;
}
.bg-green-5 {
  background: #66bb6a !important;
}
.bg-green-6 {
  background: #4caf50 !important;
}
.bg-green-7 {
  background: #43a047 !important;
}
.bg-green-8 {
  background: #388e3c !important;
}
.bg-green-9 {
  background: #2e7d32 !important;
}
.bg-green-10 {
  background: #1b5e20 !important;
}
.bg-green-11 {
  background: #b9f6ca !important;
}
.bg-green-12 {
  background: #69f0ae !important;
}
.bg-green-13 {
  background: #00e676 !important;
}
.bg-green-14 {
  background: #00c853 !important;
}
.bg-light-green {
  background: #8bc34a !important;
}
.bg-light-green-1 {
  background: #f1f8e9 !important;
}
.bg-light-green-2 {
  background: #dcedc8 !important;
}
.bg-light-green-3 {
  background: #c5e1a5 !important;
}
.bg-light-green-4 {
  background: #aed581 !important;
}
.bg-light-green-5 {
  background: #9ccc65 !important;
}
.bg-light-green-6 {
  background: #8bc34a !important;
}
.bg-light-green-7 {
  background: #7cb342 !important;
}
.bg-light-green-8 {
  background: #689f38 !important;
}
.bg-light-green-9 {
  background: #558b2f !important;
}
.bg-light-green-10 {
  background: #33691e !important;
}
.bg-light-green-11 {
  background: #ccff90 !important;
}
.bg-light-green-12 {
  background: #b2ff59 !important;
}
.bg-light-green-13 {
  background: #76ff03 !important;
}
.bg-light-green-14 {
  background: #64dd17 !important;
}
.bg-lime {
  background: #cddc39 !important;
}
.bg-lime-1 {
  background: #f9fbe7 !important;
}
.bg-lime-2 {
  background: #f0f4c3 !important;
}
.bg-lime-3 {
  background: #e6ee9c !important;
}
.bg-lime-4 {
  background: #dce775 !important;
}
.bg-lime-5 {
  background: #d4e157 !important;
}
.bg-lime-6 {
  background: #cddc39 !important;
}
.bg-lime-7 {
  background: #c0ca33 !important;
}
.bg-lime-8 {
  background: #afb42b !important;
}
.bg-lime-9 {
  background: #9e9d24 !important;
}
.bg-lime-10 {
  background: #827717 !important;
}
.bg-lime-11 {
  background: #f4ff81 !important;
}
.bg-lime-12 {
  background: #eeff41 !important;
}
.bg-lime-13 {
  background: #c6ff00 !important;
}
.bg-lime-14 {
  background: #aeea00 !important;
}
.bg-yellow {
  background: #ffeb3b !important;
}
.bg-yellow-1 {
  background: #fffde7 !important;
}
.bg-yellow-2 {
  background: #fff9c4 !important;
}
.bg-yellow-3 {
  background: #fff59d !important;
}
.bg-yellow-4 {
  background: #fff176 !important;
}
.bg-yellow-5 {
  background: #ffee58 !important;
}
.bg-yellow-6 {
  background: #ffeb3b !important;
}
.bg-yellow-7 {
  background: #fdd835 !important;
}
.bg-yellow-8 {
  background: #fbc02d !important;
}
.bg-yellow-9 {
  background: #f9a825 !important;
}
.bg-yellow-10 {
  background: #f57f17 !important;
}
.bg-yellow-11 {
  background: #ffff8d !important;
}
.bg-yellow-12 {
  background: #ff0 !important;
}
.bg-yellow-13 {
  background: #ffea00 !important;
}
.bg-yellow-14 {
  background: #ffd600 !important;
}
.bg-amber {
  background: #ffc107 !important;
}
.bg-amber-1 {
  background: #fff8e1 !important;
}
.bg-amber-2 {
  background: #ffecb3 !important;
}
.bg-amber-3 {
  background: #ffe082 !important;
}
.bg-amber-4 {
  background: #ffd54f !important;
}
.bg-amber-5 {
  background: #ffca28 !important;
}
.bg-amber-6 {
  background: #ffc107 !important;
}
.bg-amber-7 {
  background: #ffb300 !important;
}
.bg-amber-8 {
  background: #ffa000 !important;
}
.bg-amber-9 {
  background: #ff8f00 !important;
}
.bg-amber-10 {
  background: #ff6f00 !important;
}
.bg-amber-11 {
  background: #ffe57f !important;
}
.bg-amber-12 {
  background: #ffd740 !important;
}
.bg-amber-13 {
  background: #ffc400 !important;
}
.bg-amber-14 {
  background: #ffab00 !important;
}
.bg-orange {
  background: #ff9800 !important;
}
.bg-orange-1 {
  background: #fff3e0 !important;
}
.bg-orange-2 {
  background: #ffe0b2 !important;
}
.bg-orange-3 {
  background: #ffcc80 !important;
}
.bg-orange-4 {
  background: #ffb74d !important;
}
.bg-orange-5 {
  background: #ffa726 !important;
}
.bg-orange-6 {
  background: #ff9800 !important;
}
.bg-orange-7 {
  background: #fb8c00 !important;
}
.bg-orange-8 {
  background: #f57c00 !important;
}
.bg-orange-9 {
  background: #ef6c00 !important;
}
.bg-orange-10 {
  background: #e65100 !important;
}
.bg-orange-11 {
  background: #ffd180 !important;
}
.bg-orange-12 {
  background: #ffab40 !important;
}
.bg-orange-13 {
  background: #ff9100 !important;
}
.bg-orange-14 {
  background: #ff6d00 !important;
}
.bg-deep-orange {
  background: #ff5722 !important;
}
.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
.bg-deep-orange-2 {
  background: #ffccbc !important;
}
.bg-deep-orange-3 {
  background: #ffab91 !important;
}
.bg-deep-orange-4 {
  background: #ff8a65 !important;
}
.bg-deep-orange-5 {
  background: #ff7043 !important;
}
.bg-deep-orange-6 {
  background: #ff5722 !important;
}
.bg-deep-orange-7 {
  background: #f4511e !important;
}
.bg-deep-orange-8 {
  background: #e64a19 !important;
}
.bg-deep-orange-9 {
  background: #d84315 !important;
}
.bg-deep-orange-10 {
  background: #bf360c !important;
}
.bg-deep-orange-11 {
  background: #ff9e80 !important;
}
.bg-deep-orange-12 {
  background: #ff6e40 !important;
}
.bg-deep-orange-13 {
  background: #ff3d00 !important;
}
.bg-deep-orange-14 {
  background: #dd2c00 !important;
}
.bg-brown {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-brown-11 {
  background: #d7ccc8 !important;
}
.bg-brown-12 {
  background: #bcaaa4 !important;
}
.bg-brown-13 {
  background: #8d6e63 !important;
}
.bg-brown-14 {
  background: #5d4037 !important;
}
.bg-grey {
  background: #9e9e9e !important;
}
.bg-grey-1 {
  background: #fafafa !important;
}
.bg-grey-2 {
  background: #f5f5f5 !important;
}
.bg-grey-3 {
  background: #eee !important;
}
.bg-grey-4 {
  background: #e0e0e0 !important;
}
.bg-grey-5 {
  background: #bdbdbd !important;
}
.bg-grey-6 {
  background: #9e9e9e !important;
}
.bg-grey-7 {
  background: #757575 !important;
}
.bg-grey-8 {
  background: #616161 !important;
}
.bg-grey-9 {
  background: #424242 !important;
}
.bg-grey-10 {
  background: #212121 !important;
}
.bg-grey-11 {
  background: #f5f5f5 !important;
}
.bg-grey-12 {
  background: #eee !important;
}
.bg-grey-13 {
  background: #bdbdbd !important;
}
.bg-grey-14 {
  background: #616161 !important;
}
.bg-blue-grey {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.bg-blue-grey-11 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12 {
  background: #b0bec5 !important;
}
.bg-blue-grey-13 {
  background: #78909c !important;
}
.bg-blue-grey-14 {
  background: #455a64 !important;
}
.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.14), 0 -2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-2 {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 -2px 2px rgba(0,0,0,0.14), 0 -3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-3 {
  box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0,0,0,0.2), 0 -3px 4px rgba(0,0,0,0.14), 0 -3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
.shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
.shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -5px 8px rgba(0,0,0,0.14), 0 -1px 14px rgba(0,0,0,0.12);
}
.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -6px 10px rgba(0,0,0,0.14), 0 -1px 18px rgba(0,0,0,0.12);
}
.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0,0,0,0.2), 0 7px 10px 1px rgba(0,0,0,0.14), 0 2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.2), 0 -7px 10px 1px rgba(0,0,0,0.14), 0 -2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2), 0 -8px 10px 1px rgba(0,0,0,0.14), 0 -3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0,0,0,0.2), 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0,0,0,0.2), 0 -9px 12px 1px rgba(0,0,0,0.14), 0 -3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0,0,0,0.2), 0 -10px 14px 1px rgba(0,0,0,0.14), 0 -4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0,0,0,0.2), 0 11px 15px 1px rgba(0,0,0,0.14), 0 4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0,0,0,0.2), 0 -11px 15px 1px rgba(0,0,0,0.14), 0 -4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -12px 17px 2px rgba(0,0,0,0.14), 0 -5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -13px 19px 2px rgba(0,0,0,0.14), 0 -5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0,0,0,0.2), 0 14px 21px 2px rgba(0,0,0,0.14), 0 5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0,0,0,0.2), 0 -14px 21px 2px rgba(0,0,0,0.14), 0 -5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0,0,0,0.2), 0 15px 22px 2px rgba(0,0,0,0.14), 0 6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0,0,0,0.2), 0 -15px 22px 2px rgba(0,0,0,0.14), 0 -6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0,0,0,0.2), 0 -16px 24px 2px rgba(0,0,0,0.14), 0 -6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0,0,0,0.2), 0 17px 26px 2px rgba(0,0,0,0.14), 0 6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0,0,0,0.2), 0 -17px 26px 2px rgba(0,0,0,0.14), 0 -6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0,0,0,0.2), 0 18px 28px 2px rgba(0,0,0,0.14), 0 7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0,0,0,0.2), 0 -18px 28px 2px rgba(0,0,0,0.14), 0 -7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0,0,0,0.2), 0 19px 29px 2px rgba(0,0,0,0.14), 0 7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0,0,0,0.2), 0 -19px 29px 2px rgba(0,0,0,0.14), 0 -7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 20px 31px 3px rgba(0,0,0,0.14), 0 8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -20px 31px 3px rgba(0,0,0,0.14), 0 -8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 21px 33px 3px rgba(0,0,0,0.14), 0 8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -21px 33px 3px rgba(0,0,0,0.14), 0 -8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0,0,0,0.2), 0 22px 35px 3px rgba(0,0,0,0.14), 0 8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0,0,0,0.2), 0 -22px 35px 3px rgba(0,0,0,0.14), 0 -8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0,0,0,0.2), 0 23px 36px 3px rgba(0,0,0,0.14), 0 9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0,0,0,0.2), 0 -23px 36px 3px rgba(0,0,0,0.14), 0 -9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
}
.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0,0,0,0.2), 0 -24px 38px 3px rgba(0,0,0,0.14), 0 -9px 46px 8px rgba(0,0,0,0.12);
}
.no-shadow,
.shadow-0 {
  box-shadow: none !important;
}
.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
.z-marginals {
  z-index: 2000;
}
.z-alert {
  z-index: 8100;
}
.row,
.column,
.flex {
  display: flex;
  flex-wrap: wrap;
}
.row.inline,
.column.inline,
.flex.inline {
  display: inline-flex;
}
.row.reverse {
  flex-direction: row-reverse;
}
.column {
  flex-direction: column;
}
.column.reverse {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.reverse-wrap {
  flex-wrap: wrap-reverse;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
}
.row > .col {
  max-width: 100%;
  width: 100%;
}
.row > .col-xs {
  width: 100%;
}
.col-xs {
  min-height: 1px;
}
.row > .col-xs-1 {
  width: 100%;
}
.row > .col-xs-1 {
  min-height: 1px;
}
.row > .col-xs-2 {
  width: 100%;
}
.row > .col-xs-2 {
  min-height: 1px;
}
.row > .col-xs-3 {
  width: 100%;
}
.row > .col-xs-3 {
  min-height: 1px;
}
.row > .col-xs-4 {
  width: 100%;
}
.row > .col-xs-4 {
  min-height: 1px;
}
.row > .col-xs-5 {
  width: 100%;
}
.row > .col-xs-5 {
  min-height: 1px;
}
.row > .col-xs-6 {
  width: 100%;
}
.row > .col-xs-6 {
  min-height: 1px;
}
.row > .col-xs-7 {
  width: 100%;
}
.row > .col-xs-7 {
  min-height: 1px;
}
.row > .col-xs-8 {
  width: 100%;
}
.row > .col-xs-8 {
  min-height: 1px;
}
.row > .col-xs-9 {
  width: 100%;
}
.row > .col-xs-9 {
  min-height: 1px;
}
.row > .col-xs-10 {
  width: 100%;
}
.row > .col-xs-10 {
  min-height: 1px;
}
.row > .col-xs-11 {
  width: 100%;
}
.row > .col-xs-11 {
  min-height: 1px;
}
.row > .col-xs-12 {
  width: 100%;
}
.row > .col-xs-12 {
  min-height: 1px;
}
.row > .col-sm {
  width: 100%;
}
.col-sm {
  min-height: 1px;
}
.row > .col-sm-1 {
  width: 100%;
}
.row > .col-sm-1 {
  min-height: 1px;
}
.row > .col-sm-2 {
  width: 100%;
}
.row > .col-sm-2 {
  min-height: 1px;
}
.row > .col-sm-3 {
  width: 100%;
}
.row > .col-sm-3 {
  min-height: 1px;
}
.row > .col-sm-4 {
  width: 100%;
}
.row > .col-sm-4 {
  min-height: 1px;
}
.row > .col-sm-5 {
  width: 100%;
}
.row > .col-sm-5 {
  min-height: 1px;
}
.row > .col-sm-6 {
  width: 100%;
}
.row > .col-sm-6 {
  min-height: 1px;
}
.row > .col-sm-7 {
  width: 100%;
}
.row > .col-sm-7 {
  min-height: 1px;
}
.row > .col-sm-8 {
  width: 100%;
}
.row > .col-sm-8 {
  min-height: 1px;
}
.row > .col-sm-9 {
  width: 100%;
}
.row > .col-sm-9 {
  min-height: 1px;
}
.row > .col-sm-10 {
  width: 100%;
}
.row > .col-sm-10 {
  min-height: 1px;
}
.row > .col-sm-11 {
  width: 100%;
}
.row > .col-sm-11 {
  min-height: 1px;
}
.row > .col-sm-12 {
  width: 100%;
}
.row > .col-sm-12 {
  min-height: 1px;
}
.row > .col-md {
  width: 100%;
}
.col-md {
  min-height: 1px;
}
.row > .col-md-1 {
  width: 100%;
}
.row > .col-md-1 {
  min-height: 1px;
}
.row > .col-md-2 {
  width: 100%;
}
.row > .col-md-2 {
  min-height: 1px;
}
.row > .col-md-3 {
  width: 100%;
}
.row > .col-md-3 {
  min-height: 1px;
}
.row > .col-md-4 {
  width: 100%;
}
.row > .col-md-4 {
  min-height: 1px;
}
.row > .col-md-5 {
  width: 100%;
}
.row > .col-md-5 {
  min-height: 1px;
}
.row > .col-md-6 {
  width: 100%;
}
.row > .col-md-6 {
  min-height: 1px;
}
.row > .col-md-7 {
  width: 100%;
}
.row > .col-md-7 {
  min-height: 1px;
}
.row > .col-md-8 {
  width: 100%;
}
.row > .col-md-8 {
  min-height: 1px;
}
.row > .col-md-9 {
  width: 100%;
}
.row > .col-md-9 {
  min-height: 1px;
}
.row > .col-md-10 {
  width: 100%;
}
.row > .col-md-10 {
  min-height: 1px;
}
.row > .col-md-11 {
  width: 100%;
}
.row > .col-md-11 {
  min-height: 1px;
}
.row > .col-md-12 {
  width: 100%;
}
.row > .col-md-12 {
  min-height: 1px;
}
.row > .col-lg {
  width: 100%;
}
.col-lg {
  min-height: 1px;
}
.row > .col-lg-1 {
  width: 100%;
}
.row > .col-lg-1 {
  min-height: 1px;
}
.row > .col-lg-2 {
  width: 100%;
}
.row > .col-lg-2 {
  min-height: 1px;
}
.row > .col-lg-3 {
  width: 100%;
}
.row > .col-lg-3 {
  min-height: 1px;
}
.row > .col-lg-4 {
  width: 100%;
}
.row > .col-lg-4 {
  min-height: 1px;
}
.row > .col-lg-5 {
  width: 100%;
}
.row > .col-lg-5 {
  min-height: 1px;
}
.row > .col-lg-6 {
  width: 100%;
}
.row > .col-lg-6 {
  min-height: 1px;
}
.row > .col-lg-7 {
  width: 100%;
}
.row > .col-lg-7 {
  min-height: 1px;
}
.row > .col-lg-8 {
  width: 100%;
}
.row > .col-lg-8 {
  min-height: 1px;
}
.row > .col-lg-9 {
  width: 100%;
}
.row > .col-lg-9 {
  min-height: 1px;
}
.row > .col-lg-10 {
  width: 100%;
}
.row > .col-lg-10 {
  min-height: 1px;
}
.row > .col-lg-11 {
  width: 100%;
}
.row > .col-lg-11 {
  min-height: 1px;
}
.row > .col-lg-12 {
  width: 100%;
}
.row > .col-lg-12 {
  min-height: 1px;
}
.row > .col-xl {
  width: 100%;
}
.col-xl {
  min-height: 1px;
}
.row > .col-xl-1 {
  width: 100%;
}
.row > .col-xl-1 {
  min-height: 1px;
}
.row > .col-xl-2 {
  width: 100%;
}
.row > .col-xl-2 {
  min-height: 1px;
}
.row > .col-xl-3 {
  width: 100%;
}
.row > .col-xl-3 {
  min-height: 1px;
}
.row > .col-xl-4 {
  width: 100%;
}
.row > .col-xl-4 {
  min-height: 1px;
}
.row > .col-xl-5 {
  width: 100%;
}
.row > .col-xl-5 {
  min-height: 1px;
}
.row > .col-xl-6 {
  width: 100%;
}
.row > .col-xl-6 {
  min-height: 1px;
}
.row > .col-xl-7 {
  width: 100%;
}
.row > .col-xl-7 {
  min-height: 1px;
}
.row > .col-xl-8 {
  width: 100%;
}
.row > .col-xl-8 {
  min-height: 1px;
}
.row > .col-xl-9 {
  width: 100%;
}
.row > .col-xl-9 {
  min-height: 1px;
}
.row > .col-xl-10 {
  width: 100%;
}
.row > .col-xl-10 {
  min-height: 1px;
}
.row > .col-xl-11 {
  width: 100%;
}
.row > .col-xl-11 {
  min-height: 1px;
}
.row > .col-xl-12 {
  width: 100%;
}
.row > .col-xl-12 {
  min-height: 1px;
}
.row > .col-auto {
  width: auto;
}
.row > .col-auto {
  flex: 0 0 auto;
}
.row > .col-grow {
  flex: 1 1 auto;
}
.order-first {
  order: -10000;
}
.order-last {
  order: 10000;
}
.order-none {
  order: 0;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center,
.flex-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center,
.flex-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.col-1 {
  flex: 0 0 8.3333%;
}
.row > .col-1 {
  max-width: 8.3333%;
}
.offset-1 {
  margin-left: 8.3333%;
}
.col-2 {
  flex: 0 0 16.6667%;
}
.row > .col-2 {
  max-width: 16.6667%;
}
.offset-2 {
  margin-left: 16.6667%;
}
.col-3 {
  flex: 0 0 25%;
}
.row > .col-3 {
  max-width: 25%;
}
.offset-3 {
  margin-left: 25%;
}
.col-4 {
  flex: 0 0 33.3333%;
}
.row > .col-4 {
  max-width: 33.3333%;
}
.offset-4 {
  margin-left: 33.3333%;
}
.col-5 {
  flex: 0 0 41.6667%;
}
.row > .col-5 {
  max-width: 41.6667%;
}
.offset-5 {
  margin-left: 41.6667%;
}
.col-6 {
  flex: 0 0 50%;
}
.row > .col-6 {
  max-width: 50%;
}
.offset-6 {
  margin-left: 50%;
}
.col-7 {
  flex: 0 0 58.3333%;
}
.row > .col-7 {
  max-width: 58.3333%;
}
.offset-7 {
  margin-left: 58.3333%;
}
.col-8 {
  flex: 0 0 66.6667%;
}
.row > .col-8 {
  max-width: 66.6667%;
}
.offset-8 {
  margin-left: 66.6667%;
}
.col-9 {
  flex: 0 0 75%;
}
.row > .col-9 {
  max-width: 75%;
}
.offset-9 {
  margin-left: 75%;
}
.col-10 {
  flex: 0 0 83.3333%;
}
.row > .col-10 {
  max-width: 83.3333%;
}
.offset-10 {
  margin-left: 83.3333%;
}
.col-11 {
  flex: 0 0 91.6667%;
}
.row > .col-11 {
  max-width: 91.6667%;
}
.offset-11 {
  margin-left: 91.6667%;
}
.col-12 {
  flex: 0 0 100%;
}
.row > .col-12 {
  max-width: 100%;
}
.offset-12 {
  margin-left: 100%;
}
.xs-gutter {
  margin: -8px 0 0 -8px;
}
.xs-gutter > div {
  padding: 8px 0 0 8px;
}
.sm-gutter {
  margin: -16px 0 0 -16px;
}
.sm-gutter > div {
  padding: 16px 0 0 16px;
}
.md-gutter {
  margin: -32px 0 0 -32px;
}
.md-gutter > div {
  padding: 32px 0 0 32px;
}
.lg-gutter {
  margin: -48px 0 0 -48px;
}
.lg-gutter > div {
  padding: 48px 0 0 48px;
}
.xl-gutter {
  margin: -64px 0 0 -64px;
}
.xl-gutter > div {
  padding: 64px 0 0 64px;
}
.no-horiz-gutter {
  margin-left: 0;
}
.no-horiz-gutter > div {
  padding-left: 0;
}
.no-vert-gutter {
  margin-top: 0;
}
.no-vert-gutter > div {
  padding-top: 0;
}
@media (min-width: 0) {
  .col-xs {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-xs-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-xs-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-xs-1 {
    max-width: 8.3333%;
  }
  .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .row > .col-xs-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-xs-2 {
    max-width: 16.6667%;
  }
  .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .row > .col-xs-3 {
    flex: 0 0 25%;
  }
  .row > .col-xs-3 {
    max-width: 25%;
  }
  .row > .offset-xs-3 {
    margin-left: 25%;
  }
  .row > .col-xs-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-xs-4 {
    max-width: 33.3333%;
  }
  .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .row > .col-xs-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-xs-5 {
    max-width: 41.6667%;
  }
  .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .row > .col-xs-6 {
    flex: 0 0 50%;
  }
  .row > .col-xs-6 {
    max-width: 50%;
  }
  .row > .offset-xs-6 {
    margin-left: 50%;
  }
  .row > .col-xs-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-xs-7 {
    max-width: 58.3333%;
  }
  .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .row > .col-xs-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-xs-8 {
    max-width: 66.6667%;
  }
  .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .row > .col-xs-9 {
    flex: 0 0 75%;
  }
  .row > .col-xs-9 {
    max-width: 75%;
  }
  .row > .offset-xs-9 {
    margin-left: 75%;
  }
  .row > .col-xs-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-xs-10 {
    max-width: 83.3333%;
  }
  .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .row > .col-xs-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-xs-11 {
    max-width: 91.6667%;
  }
  .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .row > .col-xs-12 {
    flex: 0 0 100%;
  }
  .row > .col-xs-12 {
    max-width: 100%;
  }
  .row > .offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-sm-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-sm-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-sm-1 {
    max-width: 8.3333%;
  }
  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .row > .col-sm-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-sm-2 {
    max-width: 16.6667%;
  }
  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .row > .col-sm-3 {
    flex: 0 0 25%;
  }
  .row > .col-sm-3 {
    max-width: 25%;
  }
  .row > .offset-sm-3 {
    margin-left: 25%;
  }
  .row > .col-sm-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-sm-4 {
    max-width: 33.3333%;
  }
  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .row > .col-sm-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-sm-5 {
    max-width: 41.6667%;
  }
  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .row > .col-sm-6 {
    flex: 0 0 50%;
  }
  .row > .col-sm-6 {
    max-width: 50%;
  }
  .row > .offset-sm-6 {
    margin-left: 50%;
  }
  .row > .col-sm-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-sm-7 {
    max-width: 58.3333%;
  }
  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .row > .col-sm-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-sm-8 {
    max-width: 66.6667%;
  }
  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .row > .col-sm-9 {
    flex: 0 0 75%;
  }
  .row > .col-sm-9 {
    max-width: 75%;
  }
  .row > .offset-sm-9 {
    margin-left: 75%;
  }
  .row > .col-sm-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-sm-10 {
    max-width: 83.3333%;
  }
  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .row > .col-sm-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-sm-11 {
    max-width: 91.6667%;
  }
  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .row > .col-sm-12 {
    flex: 0 0 100%;
  }
  .row > .col-sm-12 {
    max-width: 100%;
  }
  .row > .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-md-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-md-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-md-1 {
    max-width: 8.3333%;
  }
  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .row > .col-md-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-md-2 {
    max-width: 16.6667%;
  }
  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .row > .col-md-3 {
    flex: 0 0 25%;
  }
  .row > .col-md-3 {
    max-width: 25%;
  }
  .row > .offset-md-3 {
    margin-left: 25%;
  }
  .row > .col-md-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-md-4 {
    max-width: 33.3333%;
  }
  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .row > .col-md-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-md-5 {
    max-width: 41.6667%;
  }
  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .row > .col-md-6 {
    flex: 0 0 50%;
  }
  .row > .col-md-6 {
    max-width: 50%;
  }
  .row > .offset-md-6 {
    margin-left: 50%;
  }
  .row > .col-md-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-md-7 {
    max-width: 58.3333%;
  }
  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .row > .col-md-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-md-8 {
    max-width: 66.6667%;
  }
  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .row > .col-md-9 {
    flex: 0 0 75%;
  }
  .row > .col-md-9 {
    max-width: 75%;
  }
  .row > .offset-md-9 {
    margin-left: 75%;
  }
  .row > .col-md-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-md-10 {
    max-width: 83.3333%;
  }
  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .row > .col-md-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-md-11 {
    max-width: 91.6667%;
  }
  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .row > .col-md-12 {
    flex: 0 0 100%;
  }
  .row > .col-md-12 {
    max-width: 100%;
  }
  .row > .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-lg-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-lg-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-lg-1 {
    max-width: 8.3333%;
  }
  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .row > .col-lg-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-lg-2 {
    max-width: 16.6667%;
  }
  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .row > .col-lg-3 {
    flex: 0 0 25%;
  }
  .row > .col-lg-3 {
    max-width: 25%;
  }
  .row > .offset-lg-3 {
    margin-left: 25%;
  }
  .row > .col-lg-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-lg-4 {
    max-width: 33.3333%;
  }
  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .row > .col-lg-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-lg-5 {
    max-width: 41.6667%;
  }
  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .row > .col-lg-6 {
    flex: 0 0 50%;
  }
  .row > .col-lg-6 {
    max-width: 50%;
  }
  .row > .offset-lg-6 {
    margin-left: 50%;
  }
  .row > .col-lg-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-lg-7 {
    max-width: 58.3333%;
  }
  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .row > .col-lg-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-lg-8 {
    max-width: 66.6667%;
  }
  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .row > .col-lg-9 {
    flex: 0 0 75%;
  }
  .row > .col-lg-9 {
    max-width: 75%;
  }
  .row > .offset-lg-9 {
    margin-left: 75%;
  }
  .row > .col-lg-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-lg-10 {
    max-width: 83.3333%;
  }
  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .row > .col-lg-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-lg-11 {
    max-width: 91.6667%;
  }
  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .row > .col-lg-12 {
    flex: 0 0 100%;
  }
  .row > .col-lg-12 {
    max-width: 100%;
  }
  .row > .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-xl-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-xl-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-xl-1 {
    max-width: 8.3333%;
  }
  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .row > .col-xl-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-xl-2 {
    max-width: 16.6667%;
  }
  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .row > .col-xl-3 {
    flex: 0 0 25%;
  }
  .row > .col-xl-3 {
    max-width: 25%;
  }
  .row > .offset-xl-3 {
    margin-left: 25%;
  }
  .row > .col-xl-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-xl-4 {
    max-width: 33.3333%;
  }
  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .row > .col-xl-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-xl-5 {
    max-width: 41.6667%;
  }
  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .row > .col-xl-6 {
    flex: 0 0 50%;
  }
  .row > .col-xl-6 {
    max-width: 50%;
  }
  .row > .offset-xl-6 {
    margin-left: 50%;
  }
  .row > .col-xl-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-xl-7 {
    max-width: 58.3333%;
  }
  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .row > .col-xl-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-xl-8 {
    max-width: 66.6667%;
  }
  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .row > .col-xl-9 {
    flex: 0 0 75%;
  }
  .row > .col-xl-9 {
    max-width: 75%;
  }
  .row > .offset-xl-9 {
    margin-left: 75%;
  }
  .row > .col-xl-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-xl-10 {
    max-width: 83.3333%;
  }
  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .row > .col-xl-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-xl-11 {
    max-width: 91.6667%;
  }
  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .row > .col-xl-12 {
    flex: 0 0 100%;
  }
  .row > .col-xl-12 {
    max-width: 100%;
  }
  .row > .offset-xl-12 {
    margin-left: 100%;
  }
}
.no-border {
  border: 0 !important;
}
.no-outline {
  outline: 0 !important;
}
.round-borders {
  border-radius: 2px !important;
}
.generic-margin,
.group > * {
  margin: 5px;
}
.no-transition {
  transition: none !important;
}
.transition-0 {
  transition: 0s !important;
}
.glossy {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04)) !important;
}
.q-placeholder::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.non-selectable {
  user-select: none !important;
}
.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.no-scroll {
  overflow: hidden !important;
}
.no-pointer-events {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.relative-position {
  position: relative;
}
.fit {
  width: 100% !important;
  height: 100% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body {
  min-width: 200px;
  font-family: 'Roboto', '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background: #fff;
  color: #0c0c0c;
}
a {
  color: #2e9dfd;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.25s;
}
a:hover {
  color: #027be3;
}
a:active,
a:hover {
  outline-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 110%;
  -webkit-font-smoothing: antialised;
}
h1 {
  font-size: 4.2rem;
  letter-spacing: -0.04em;
  margin: 2.1rem 0 1.68rem;
  font-weight: 300;
}
h2 {
  font-size: 3.56rem;
  letter-spacing: -0.02em;
  margin: 1.78rem 0 1.424rem;
}
h3 {
  font-size: 2.92rem;
  margin: 1.46rem 0 1.168rem;
}
h4 {
  font-size: 2.28rem;
  margin: 1.14rem 0 0.912rem;
}
h5 {
  font-size: 1.64rem;
  margin: 0.82rem 0 0.656rem;
  -moz-osx-font-smoothing: grayscale;
}
h6 {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin: 0.5rem 0 0.4rem;
  font-weight: 500;
}
p {
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
  line-height: 24px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
p.caption {
  font-weight: 300;
}
p.caption:not(:first-child) {
  margin-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
::-webkit-selection,
::-moz-selection,
::selection {
  background: #027be3;
  color: rgba(255,255,255,0.87);
}
textarea::-webkit-selection,
input::-webkit-selection,
textarea::-moz-selection,
input::-moz-selection,
textarea::selection,
input::selection {
  background: rgba(2,123,227,0.4);
  color: rgba(255,255,255,0.87);
}
*:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.no-box-shadow {
  box-shadow: none !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.disabled,
[disabled] {
  opacity: 0.6 !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.transparent {
  background: transparent !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}
body:not(.ios) .ios-only,
body.ios .ios-hide {
  display: none !important;
}
body:not(.mat) .mat-only,
body.mat .mat-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .xs-hide,
  .gt-xs,
  .sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sm-hide,
  .xs,
  .lt-sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lg-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xl-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .lg,
  .lt-xl {
    display: none !important;
  }
}
.q-focus-helper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border-radius: inherit;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.12s ease-in;
}
.q-focusable:focus .q-focus-helper,
.q-hoverable:hover .q-focus-helper {
  opacity: 0.15;
}
body.ios .q-hoverable:active .q-focus-helper {
  opacity: 0.3;
}
@-moz-keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-o-keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
._footer .footer-links-block .row {
  height: 30px;
}
._footer .footer-links-block .ionicons {
  width: 20px;
}
._footer .developers {
  font-size: 11px;
  padding-top: 10px;
}
._footer .developers a {
  font-size: 11px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  ._footer {
    padding-top: 30px;
    min-height: 120px;
    color: #fff;
  }
  ._footer a {
    color: #e1e1e1;
  }
  ._footer [class^="col-"]:first-of-type {
    padding-left: 10px;
  }
  ._footer [class^="col-"]:last-of-type {
    padding-right: 10px;
  }
  ._footer .row:last-of-type {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  ._footer {
    background-color: #870000;
    color: #fff;
  }
  ._footer > div {
    padding: 0 35px 5px;
  }
  ._footer a {
    color: #fff;
    display: block;
  }
  ._footer > .row:first-of-type {
    margin-top: 0;
  }
  ._footer > .row:last-of-type,
  ._footer > .row:last-of-type p {
    font-size: 10px;
  }
  ._footer p,
  ._footer a {
    font-size: 0.8rem;
    margin: 0 0 0.75rem;
    line-height: 1.35;
  }
  ._footer .-price-adress {
    font-size: 0.5rem;
  }
  ._footer .developers span {
    font-size: 0.6rem !important;
  }
}
._footer .-qubants-link {
  color: #97cfff;
  font-size: 1.05rem;
  text-decoration: underline;
}
._footer img {
  width: 100px;
}
@media (max-width: 767px) {
  ._footer img {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  ._footer img {
    margin-top: 0;
  }
}
@media (orientation: portrait) {
  ._footer img section > .row:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  ._footer section > .row:first-of-type {
    margin-top: 40px;
  }
}
.video-modal {
  display: block;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.video-modal iframe {
  width: 100%;
  height: 100%;
}
.video-modal .video-modal-dialog {
  transform: translate(0, 0);
  top: 20%;
  background: #fefefe;
  border: #333 solid 1px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20vh;
  z-index: 11;
}
@media (min-width: 992px) {
  .video-modal .video-modal-dialog {
    min-width: 350px;
    width: 50vw;
  }
}
@media (max-width: 991px) {
  .video-modal .video-modal-dialog {
    width: 100vw;
  }
}
.video-modal .video-modal-body {
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .video-modal .video-modal-body {
    min-height: 300px;
    min-width: 300px;
    height: 50vh;
  }
}
@media (max-width: 991px) {
  .video-modal .video-modal-body {
    height: 60vh;
  }
}
.video-modal .video-modal-footer {
  text-align: right;
  padding: 10px 20px;
}
.video-modal h2 {
  font-size: 20px;
}
.video-modal .btn {
  background: #027be3;
  border: #027be3 solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color 0.1s ease;
}
.video-modal .btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.video-modal .video-btn-close {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.video-modal:hover {
  color: #919191;
}
._software-reports .-blog-main-card--image {
  display: flex;
}
@media (max-width: 767px) {
  ._software-reports .-blog-main-card--image {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  ._software-reports .-blog-main-card--body {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  ._software-reports .-blog-main-card--body {
    padding: 0 4px;
    max-width: 100%;
    align-items: center;
  }
}
.-about-block {
  width: 100%;
}
.-about-block > div {
  max-width: 100%;
}
.-about-block .-about-us-content img {
  width: 100% !important;
  height: unset !important;
}
.-about-block p {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.58;
  letter-spacing: -0.003em;
  color: #434c5f;
}
@media (min-width: 576px) {
  .-about-block {
    width: 100%;
    max-width: 900px;
    padding: 30px;
    padding-top: 0;
    text-align: center;
  }
  .-about-block li {
    min-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.58;
    letter-spacing: -0.003em;
    color: #434c5f;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .-about-block {
    min-height: 450px;
  }
}
@media (min-width: 576px) and (orientation: portrait) {
  .-about-block {
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  .-about-block {
    width: 100%;
    padding: 10px;
  }
  .-about-block h3 {
    font-size: 1.6rem;
    font-weight: 300;
  }
}
@media (min-width: 576px) {
  .-about-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
._about-page {
  position: relative;
/*&:before {
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		min-height: 100vh;
		height: -webkit-fill-available;
		background-color: #840000;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23220000' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23440000' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23660000' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23880000' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23A00' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
		background-attachment: fixed;
		background-size: cover;
		filter: brightness(1) sepia(0) hue-rotate(-90deg);
	}*/
}
._about-page .team-member-row {
  margin-top: 35px;
}
._about-page .team-member-row .team-member-wrapper {
  display: flex;
}
@media (min-width: 576px) {
  ._about-page .team-member-row .team-member-wrapper {
    width: 335px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-row .team-member-wrapper {
    width: 320px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  ._about-page .-landing-page-title {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ._about-page .-landing-page-title {
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  ._about-page._simple-page {
    padding-left: 0;
  }
}
._about-page .team-member-row:nth-child(even) .team-member-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 576px) {
  ._about-page .team-member-row:nth-child(even) .team-member-wrapper {
    margin-left: 85px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-row:nth-child(even) .team-member-wrapper {
    margin-left: -40px;
  }
}
._about-page .team-member-avatar {
  text-align: center;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
._about-page .team-member-avatar img {
  z-index: 1;
  position: relative;
}
@media (min-width: 576px) {
  ._about-page .team-member-avatar img {
    max-width: fit-content;
    max-height: 120px;
    top: -16px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-avatar img {
    width: auto;
    height: 80px;
    top: -10px;
  }
}
@media (min-width: 576px) {
  ._about-page .team-member-avatar {
    width: 150px;
    height: 86.6px;
    margin: 10px 10px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-avatar {
    width: 96px;
    height: 57.75px;
    margin: 3px 8px;
  }
}
._about-page .team-member-avatar:before,
._about-page .team-member-avatar:after {
  content: "";
  position: absolute;
  z-index: 1;
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
@media (min-width: 576px) {
  ._about-page .team-member-avatar:before,
  ._about-page .team-member-avatar:after {
    width: 106.07px;
    height: 106.07px;
    left: 21.967px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-avatar:before,
  ._about-page .team-member-avatar:after {
    width: 70px;
    height: 70px;
    left: 15px;
  }
}
@media (min-width: 576px) {
  ._about-page .team-member-avatar:before {
    top: -53.033px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-avatar:before {
    top: -35px;
  }
}
@media (min-width: 576px) {
  ._about-page .team-member-avatar:after {
    bottom: -53.033px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-avatar:after {
    bottom: -35px;
  }
}
._about-page .team-member-avatar > div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: inherit;
}
@media (min-width: 576px) {
  ._about-page .team-member-avatar > div {
    width: 150px;
    height: 86px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-avatar > div {
    width: 100px;
    height: 58px;
  }
}
._about-page .team-member-title {
  background: #9575cd;
}
@media (min-width: 576px) {
  ._about-page .team-member-title:before {
    border-bottom: 25px solid #9575cd;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-title:before {
    border-bottom: 16px solid #9575cd;
  }
}
@media (min-width: 576px) {
  ._about-page .team-member-title:after {
    border-top: 25px solid #9575cd;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-title:after {
    border-top: 16px solid #9575cd;
  }
}
._about-page .team-member-title .team-member-name {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 576px) {
  ._about-page .team-member-title .team-member-name {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-title .team-member-name {
    font-size: 16px;
  }
}
._about-page .team-member-title .team-member-role {
  color: #fff;
}
@media (min-width: 576px) {
  ._about-page .team-member-title .team-member-role {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  ._about-page .team-member-title .team-member-role {
    font-size: 12px;
  }
}
._contacts-page .-background-intro {
  height: 100%;
}
@media (min-width: 768px) {
  ._contacts-page .-background-intro {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  ._contacts-page .-background-intro {
    min-height: 100vh;
    min-width: 300px;
  }
}
._contacts-page .-background-intro .-purchasing-block {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
._contacts-page .-background-intro .-purchasing-block .-form-header {
  flex: 0 0 auto;
  background-color: #7e57c2;
}
._contacts-page .-background-intro .-purchasing-block .-form-header h5 {
  font-weight: 500;
  font-size: 1.75rem;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background-color: #b39ddb;
  flex: 1 0 auto;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 70%;
  background-color: #9575cd;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
  z-index: 2;
}
@media (min-width: 576px) {
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form:before {
    left: 45%;
    transform: skew(-13.5deg);
  }
}
@media (max-width: 575px) {
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form:before {
    left: 70%;
    transform: skew(13.5deg);
  }
}
@media (max-width: 575px) and (orientation: portrait) {
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form {
    flex-direction: column-reverse;
  }
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block {
  position: relative;
  padding: 16px 36px 8px 12px;
}
@media (max-width: 575px) and (orientation: landscape) {
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block {
    padding-right: 50%;
  }
}
@media (max-width: 575px) and (orientation: portrait) {
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block {
    padding-right: 30%;
    z-index: 1;
  }
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88%;
  height: 100%;
/*background-image: url("/landing/images/support_keyboard.jpg")*/
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 576px) {
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block:before {
    content: '';
  }
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block .row.-contact-text {
  margin-top: 25px;
  max-width: 100%;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block .row .-text-support {
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0.5rem !important;
  line-height: 16px !important;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block .row.-contact-info {
  height: 25px;
  align-items: center;
  justify-content: space-between;
  padding-right: 90px;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block .row:nth-last-of-type(1) {
  margin-bottom: 10px;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block .row i {
  font-size: 32px;
  color: #027be3;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-info-block .row span {
  font-size: 0.9rem;
  font-weight: 500;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-form-block {
  padding: 16px;
  z-index: 2;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form .-form-block > .row {
  margin-bottom: 8px;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form textarea,
._contacts-page .-background-intro .-purchasing-block .-purchase-form input {
  border: 1px solid #ddd;
  width: 100%;
  padding-left: 5px;
  outline-color: #027be3;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form input {
  height: 50px;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form textarea {
  min-height: 5ch;
}
._contacts-page .-background-intro .-purchasing-block .-purchase-form button {
  min-width: 80px;
  height: 40px;
}
@media (min-width: 576px) {
  ._contacts-page .-background-intro .-purchasing-block {
    text-align: center;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  ._contacts-page .-background-intro .-purchasing-block {
    min-height: 450px;
    max-width: 720px;
    margin: auto;
  }
}
@media (min-width: 576px) and (orientation: portrait) {
  ._contacts-page .-background-intro .-purchasing-block {
    min-height: 540px;
  }
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form {
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  ._contacts-page .-background-intro .-purchasing-block {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  ._contacts-page .-background-intro .-purchasing-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  ._contacts-page .-background-intro .-purchasing-block h4 {
    display: none;
  }
  ._contacts-page .-background-intro .-purchasing-block .-purchase-form {
    flex-grow: 1;
    max-width: 100%;
  }
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before,
.md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color, -webkit-transform;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0,0,0,0.54);
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background-color: #337ab7;
}
@-moz-keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0.1);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0.1);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}
@-o-keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0.1);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0.1);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html,
body,
#q-app {
  width: 100%;
  direction: ltr;
  font-size: 16px;
}
html,
body {
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
button,
input,
select {
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.q-alert-container {
  pointer-events: none;
}
.q-alert {
  color: #fff;
  background: #db2828;
  border-radius: 2px;
  min-width: 200px;
  pointer-events: all;
}
.q-alert-icon,
.q-alert-content {
  padding: 0.7rem;
}
.q-alert-icon {
  font-size: 150%;
  background: rgba(0,0,0,0.2);
}
.q-alert-close {
  padding: 0;
}
.q-alert-close .q-icon {
  padding: 0.9rem;
}
.q-alert-actions {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 0.5rem;
  font-size: 0.8rem;
}
.q-alert-actions span {
  cursor: pointer;
}
.q-alert-actions span + span {
  margin-left: 16px;
}
ul.breadcrumb {
  list-style: none;
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 11px 0 0 0;
  padding: 0;
}
ul.breadcrumb i {
  font-size: 1.7em;
}
ul.breadcrumb li {
  float: left;
  margin-bottom: 11px;
}
ul.breadcrumb li a {
  color: #fff;
  display: block;
  background: #027be3;
  text-decoration: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  overflow: hidden;
}
ul.breadcrumb li:nth-child(even) a {
  background: #048afd;
}
ul.breadcrumb li:nth-child(even) a:before {
  border-color: #048afd;
  border-left-color: transparent;
}
ul.breadcrumb li:nth-child(even) a:after {
  border-left-color: #048afd;
}
ul.breadcrumb li:first-child a {
  padding-left: 15px;
  border-radius: 2px 0 0 2px;
}
ul.breadcrumb li:first-child a:before {
  border: 0;
}
ul.breadcrumb li:last-child a {
  padding-right: 15px;
  border-radius: 0 2px 2px 0;
}
ul.breadcrumb li:last-child a:after {
  border: 0;
}
ul.breadcrumb li a:before,
ul.breadcrumb li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
/*border 0 solid $breadcrumb-primary*/
  border-width: 17px 10px;
}
ul.breadcrumb li a:before {
  left: -15px;
  border-left-color: transparent;
}
ul.breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #027be3;
}
ul.breadcrumb li a:active {
  background: #484848;
}
ul.breadcrumb li a:active:before {
  border-color: #484848;
  border-left-color: transparent;
}
ul.breadcrumb li a:active:after {
  border-left-color: #484848;
}
body.desktop ul.breadcrumb a:hover {
  background: #555;
}
body.desktop ul.breadcrumb a:hover:before {
  border-color: #555;
  border-left-color: transparent;
}
body.desktop ul.breadcrumb a:hover:after {
  border-left-color: #555;
}
.q-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0 16px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  background: transparent;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  transition: 0.12s ease-in;
  text-transform: uppercase;
}
.q-btn.disabled {
  opacity: 0.7 !important;
}
.q-btn:not([disabled]):active {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.q-btn.full-width {
  border-radius: 0 !important;
  white-space: normal;
}
.q-btn-progress {
  transition: all 0.3s;
  height: 100%;
  background: rgba(255,255,255,0.25);
}
.q-btn-progress.q-btn-dark-progress {
  background: rgba(0,0,0,0.2);
}
.q-btn-no-uppercase {
  text-transform: none;
}
.q-btn-rectangle {
  border-radius: 2px;
}
.q-btn-flat,
.q-btn-outline {
  box-shadow: none !important;
}
.q-btn-outline {
  border: 1px solid currentColor;
  background: transparent !important;
}
.q-btn-push {
  border-bottom: 3px solid rgba(0,0,0,0.15);
  border-radius: 7px;
}
.q-btn-push:active:not(.disabled) {
  border-bottom: 0;
  box-shadow: none;
}
.q-btn-rounded {
  border-radius: 28px;
}
.q-btn-round {
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.q-btn-round:active {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.q-btn-small {
  min-height: 28px;
  font-size: 11px;
}
.q-btn-small .q-icon {
  font-size: 19px;
}
.q-btn-small .q-spinner {
  height: 19px;
  width: 19px;
}
.q-btn-standard {
  min-height: 36px;
  font-size: 14px;
}
.q-btn-standard .q-icon {
  font-size: 24px;
}
.q-btn-standard .q-spinner {
  height: 24px;
  width: 24px;
}
.q-btn-big {
  min-height: 44px;
  font-size: 17px;
}
.q-btn-big .q-icon {
  font-size: 30px;
}
.q-btn-big .q-spinner {
  height: 30px;
  width: 30px;
}
.q-btn-round.q-btn-small {
  height: 40px;
  width: 40px;
}
.q-btn-round.q-btn-small .q-icon,
.q-btn-round.q-btn-small .q-spinner {
  height: 22px;
  width: 22px;
  font-size: 22px;
}
.q-btn-round.q-btn-standard {
  height: 56px;
  width: 56px;
}
.q-btn-round.q-btn-standard .q-icon,
.q-btn-round.q-btn-standard .q-spinner {
  height: 26px;
  width: 26px;
  font-size: 26px;
}
.q-btn-round.q-btn-big {
  height: 72px;
  width: 72px;
}
.q-btn-round.q-btn-big .q-icon,
.q-btn-round.q-btn-big .q-spinner {
  height: 34px;
  width: 34px;
  font-size: 34px;
}
.q-card {
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  margin: 8px;
  vertical-align: top;
}
.q-card > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-card > div:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card > .q-list {
  border: 0;
}
.q-card-separator {
  background: rgba(0,0,0,0.1);
  height: 1px;
}
.q-card-separator.inset {
  margin: 0 16px;
}
.q-card-container {
  padding: 16px;
}
.q-card-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2rem;
}
.q-card-title:empty {
  display: none;
}
.q-card-subtitle,
.q-card-title-extra {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
}
.q-card-subtitle .q-icon,
.q-card-title-extra .q-icon {
  font-size: 24px;
}
.q-card-main {
  font-size: 14px;
}
.q-card-primary + .q-card-main {
  padding-top: 0;
}
.q-card-actions {
  padding: 8px;
}
.q-card-actions .q-btn {
  padding: 0 8px;
}
.q-card-actions-horiz .q-btn + .q-btn {
  margin-left: 8px;
}
.q-card-actions-vert .q-btn + .q-btn {
  margin-top: 4px;
}
.q-card-media {
  overflow: hidden;
}
.q-card-media > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.q-card-media-overlay {
  color: #fff;
  background: rgba(0,0,0,0.47);
}
.q-card-media-overlay .q-card-subtitle {
  color: #fff;
}
.q-card-dark .q-card-separator {
  background: rgba(255,255,255,0.2);
}
.q-card-dark .q-card-subtitle,
.q-card-dark .q-card-title-extra {
  color: rgba(255,255,255,0.6);
}
.q-message-name,
.q-message-stamp,
.q-message-label {
  font-size: small;
}
.q-message-label {
  margin: 24px 0;
}
.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none;
}
.q-message-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.q-message {
  margin-bottom: 8px;
}
.q-message:first-child .q-message-label {
  margin-top: 0;
}
.q-message-received .q-message-avatar {
  margin-right: 8px;
}
.q-message-received .q-message-text {
  color: #81c784;
  border-radius: 2px 2px 2px 0;
}
.q-message-received .q-message-text:last-child:before {
  right: 100%;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-received .q-message-text-content {
  color: #000;
}
.q-message-sent .q-message-name {
  text-align: right;
}
.q-message-sent .q-message-avatar {
  margin-left: 8px;
}
.q-message-sent .q-message-container {
  flex-direction: row-reverse;
}
.q-message-sent .q-message-text {
  color: #e0e0e0;
  border-radius: 2px 2px 0 2px;
}
.q-message-sent .q-message-text:last-child:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-sent .q-message-text-content {
  color: #000;
}
.q-message-text {
  background: currentColor;
  padding: 8px;
  line-height: 1.2;
  word-break: break-word;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.q-checkbox-unchecked,
.q-checkbox-checked {
  height: 21px;
  width: 21px;
  font-size: 21px;
  opacity: 0;
}
.q-chip {
  min-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border: #e0e0e0;
  border-radius: 2rem;
  cursor: default;
  vertical-align: middle;
  color: #000;
  background: #f4f4f4;
}
.q-chip .q-icon {
  font-size: 24px;
  line-height: 1;
}
.q-chip .q-chip-main {
  padding: 8px 0 8px;
  line-height: initial;
}
.q-chip .q-chip-side {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  min-width: 32px;
  overflow: hidden;
}
.q-chip .q-chip-side img {
  width: 100%;
  height: 100%;
}
.q-chip .q-chip-side.chip-left {
  margin-left: -12px;
  margin-right: 8px;
}
.q-chip .q-chip-side.chip-right {
  margin-left: 2px;
  margin-right: -12px;
}
.q-chip.square {
  border-radius: 2px;
}
.q-chip.floating {
  position: absolute;
  top: -0.7rem;
  left: 100%;
  margin: 0 0 0 -1.5rem !important;
  pointer-events: none;
}
.q-chip.tag {
  position: relative;
  padding-left: 1.7rem;
}
.q-chip.tag:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5rem;
  margin-top: -0.25rem;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3);
  border-radius: 50%;
}
.q-chip.pointing {
  position: relative;
}
.q-chip.pointing:before {
  content: '';
  z-index: -1;
  background: inherit;
  width: 16px;
  height: 16px;
  position: absolute;
}
.q-chip.pointing-up {
  margin-top: 0.8rem;
}
.q-chip.pointing-up:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-22%) rotate(45deg);
}
.q-chip.pointing-down {
  margin-bottom: 0.8rem;
}
.q-chip.pointing-down:before {
  right: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-78%) rotate(45deg);
}
.q-chip.pointing-right {
  margin-right: 0.8rem;
}
.q-chip.pointing-right:before {
  top: 50%;
  right: 2px;
  bottom: auto;
  left: auto;
  transform: translateX(33%) translateY(-50%) rotate(45deg);
}
.q-chip.pointing-left {
  margin-left: 0.8rem;
}
.q-chip.pointing-left:before {
  top: 50%;
  left: 2px;
  bottom: auto;
  right: auto;
  transform: translateX(-33%) translateY(-50%) rotate(45deg);
}
.q-chip .chip-detail {
  background: rgba(0,0,0,0.1);
  opacity: 0.8;
  padding: 0 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-chip.small {
  min-height: 26px;
}
.q-chip.small .q-chip-main {
  padding: 4px 0 4px;
  line-height: initial;
}
.q-chip.small .q-chip-side {
  height: 26px;
  width: 26px;
  min-width: 26px;
}
.q-chips-input input {
  min-width: 70px;
}
.q-collapsible-sub-item {
  padding: 8px 16px;
}
.q-collapsible-sub-item.indent {
  padding-left: 48px;
  padding-right: 0;
}
.q-collapsible-sub-item .q-card {
  margin-bottom: 0;
}
.q-collapsible.router-link-active > .q-item {
  background: rgba(189,189,189,0.4);
}
.q-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f44336;
  opacity: 0.8;
}
.q-icon {
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.q-icon,
.material-icons {
  user-select: none;
  cursor: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.q-inner-loading {
  background: rgba(255,255,255,0.6);
}
.q-inner-loading.dark {
  background: rgba(0,0,0,0.4);
}
.q-if,
.q-if:before,
.q-if:after,
.q-if-label,
.q-if-addon,
.q-field-icon,
.q-field-label,
.q-if-control,
.q-field-bottom {
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.q-if {
  font-size: 16px;
  min-height: 32px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #027be3;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button:before,
input::-webkit-inner-spin-button:before,
input::-webkit-outer-spin-button:after,
input::-webkit-inner-spin-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: currentColor;
}
input::-webkit-outer-spin-button:before,
input::-webkit-inner-spin-button:before {
  height: 1px;
  color: rgba(0,0,0,0.12);
  transform: scaleY(1);
}
input::-webkit-outer-spin-button:after,
input::-webkit-inner-spin-button:after {
  width: 0;
  height: 2px;
  color: currentColor;
}
input::-webkit-outer-spin-button:hover:before,
input::-webkit-inner-spin-button:hover:before {
  color: rgba(0,0,0,0.36);
}
input::-webkit-outer-spin-button .group,
input::-webkit-inner-spin-button .group {
  margin: -5px;
}
.q-if-focusable {
  outline: 0;
  cursor: pointer;
}
.q-if-inner {
  min-height: 24px !important;
}
.q-if-has-label {
  min-height: 41px;
}
.q-if-has-label .q-if-inner {
  min-height: 34px !important;
  padding-top: 15px;
}
.q-if-label {
  color: rgba(0,0,0,0.46);
  pointer-events: none;
  user-select: none;
  top: 15px;
  left: 0;
  right: 0;
  transform-origin: left top 0;
  transform: scale(1) translate(0, 0);
}
.q-if-label-above {
  transform: scale(0.75) translate(0, -22px);
}
.q-if-addon {
  pointer-events: none;
  color: rgba(0,0,0,0.46);
  opacity: 0;
}
.q-if-addon-left {
  padding-right: 8px;
}
.q-if-addon-right {
  padding-left: 8px;
}
.q-if-addon-visible {
  opacity: 1;
}
.q-if-control {
  cursor: pointer;
  margin-left: 8px;
  color: rgba(0,0,0,0.54);
  font-size: 24px;
}
.q-if-control:hover {
  opacity: 0.7;
}
.q-if-control-before {
  margin-left: 0;
  margin-right: 8px;
}
.q-if-dark:before,
.q-if-dark .q-if-label,
.q-if-dark .q-if-control {
  color: rgba(255,255,255,0.7);
}
.q-if-dark:hover:before,
.q-if-dark .q-if-addon {
  color: rgba(255,255,255,0.9);
}
.q-if-focused:after {
  width: 100%;
}
.q-if-focused .q-if-label {
  color: currentColor;
}
.q-if-inverted {
  min-height: 38px;
  border-radius: 2px;
  padding-top: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.q-if-inverted:before,
.q-if-inverted:after {
  display: none;
}
.q-if-inverted .q-if-control {
  color: #fff;
}
.q-if-inverted .q-if-control,
.q-if-inverted .q-if-inner {
  margin-left: 8px;
  margin-right: 8px;
}
.q-if-error:before,
.q-if-error:after,
.q-if-error:not(.q-if-inverted) .q-if-label,
.q-if-error .q-if-addon {
  color: #db2828;
}
.q-if-error:hover:before {
  color: #e46060;
}
.q-if-disabled {
  cursor: not-allowed !important;
}
.q-if-disabled .q-if-label,
.q-if-disabled .q-if-control {
  opacity: 0.6;
  cursor: not-allowed !important;
}
.q-if-disabled:before {
  background-image: linear-gradient(90deg, rgba(0,0,0,0.38) 0, rgba(0,0,0,0.38) 33%, transparent 0);
  background-color: transparent;
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
.q-input-target::-webkit-outer-spin-button,
.q-input-target::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.q-input-target,
.q-input-shadow {
  border: 0;
  outline: 0;
  padding: 0;
  color: #000;
  background: transparent;
  min-height: 18px;
  font-size: inherit;
  overflow: hidden;
  resize: none;
  display: flex;
  align-items: center;
}
.q-input-target:-webkit-autofill,
.q-input-shadow:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.q-input-target::-ms-clear,
.q-input-shadow::-ms-clear,
.q-input-target::-ms-reveal,
.q-input-shadow::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input.q-input-target {
  height: 18px;
  outline: 0;
}
.q-input-chips {
  min-height: 36px !important;
}
.q-if-dark .q-input-target {
  color: #fff;
}
.q-if-dark .q-input-target::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6) !important;
}
.q-if-dark .q-input-target::-moz-placeholder {
  color: rgba(255,255,255,0.6) !important;
}
.q-if-dark .q-input-target:-ms-input-placeholder {
  color: rgba(255,255,255,0.6) !important;
}
.q-if-dark .q-input-target::selection {
  background: #fff;
  color: #000;
}
.q-input-shadow {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  height: auto;
}
.layout {
  width: 100%;
  min-height: 100vh;
}
.layout-header {
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.layout-footer {
  box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
.layout-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
}
.layout-aside.fixed {
  z-index: 1000;
}
.layout-aside.fixed.on-layout {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.layout-aside.on-top {
  z-index: 3000;
}
.layout-aside-left {
  left: 0;
  width: 300px;
}
.layout-aside-right {
  right: 0;
  width: 300px;
}
main,
.layout,
.layout-header,
.layout-footer {
  position: relative;
}
.layout-header,
.layout-footer {
  z-index: 2000;
}
.layout-backdrop {
  z-index: 2999;
  background: rgba(0,0,0,0.4);
}
.layout-side-opener {
  z-index: 2001;
  height: 100vh;
  width: 15px;
}
body.with-layout-side-opened {
  overflow: hidden;
}
body.cordova.platform-ios .layout-header > .q-toolbar:first-child,
body.cordova.platform-ios .layout-aside.top-padding {
  padding-top: 20px;
  min-height: 70px;
}
@media (max-width: 767px) {
  .layout-padding {
    padding: 1.5rem 0.5rem;
  }
  .layout-padding.horizontal {
    padding: 0 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-padding {
    padding: 1.5rem 2rem;
    margin: auto;
  }
  .layout-padding.horizontal {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-padding {
    padding: 2.5rem 3rem;
    margin: auto;
  }
  .layout-padding.horizontal {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .layout-padding {
    padding: 3rem 4rem;
    margin: auto;
  }
  .layout-padding.horizontal {
    padding: 0 4rem;
  }
}
.q-item-stamp {
  font-size: 0.8rem;
  line-height: 0.8rem;
  white-space: nowrap;
  margin: 0.3rem 0;
}
.q-item-side-right {
  text-align: right;
  color: rgba(0,0,0,0.54);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.q-item-side {
  color: rgba(0,0,0,0.54);
  min-width: 38px;
}
.q-item-avatar,
.q-item-avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.q-item-letter,
.q-item-icon {
  font-size: 24px;
}
.q-item-icon-inverted {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background: #027be3;
  padding: 9px;
}
.q-item-main {
  flex: 1 1 auto;
  min-width: 0;
}
.q-item-main-inset {
  margin-left: 48px;
}
.q-item-label > span {
  color: #757575;
}
.q-item-sublabel {
  color: #757575;
  font-size: 90%;
  margin-top: 0.2rem;
}
.q-item-sublabel > span {
  font-weight: 500;
}
.q-item-section + .q-item-section {
  margin-left: 10px;
}
.q-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-align: left;
  padding: 8px 16px;
  min-height: 40px;
}
.q-item.active,
.q-item.router-link-active,
.q-item:focus {
  background: rgba(189,189,189,0.4);
}
.q-item:focus {
  outline: 0;
}
.q-item-image {
  min-width: 114px;
  max-width: 114px;
  max-height: 114px;
}
.q-list-multiline > .q-item,
.q-item-multiline {
  align-items: flex-start;
}
.q-list-link > .q-item,
.q-item-link {
  cursor: pointer;
}
.q-list-highlight > .q-item:hover,
.q-item-highlight:hover,
.q-list-link > .q-item:hover,
.q-item-link:hover {
  background: rgba(189,189,189,0.5);
}
.q-list-separator > .q-item-division + .q-item-division,
.q-item-division + .q-item-separator {
  border-top: 1px solid #e0e0e0;
}
.q-list-inset-separator > .q-item-division + .q-item-division:after,
.q-item-division + .q-item-inset-separator:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 64px;
  height: 1px;
  background: #e0e0e0;
}
.q-list-dense > .q-item,
.q-item-dense {
  padding: 3px 16px;
  min-height: 8px;
}
.q-list-sparse > .q-item,
.q-item-sparse {
  padding: 22.4px 16px;
  min-height: 56px;
}
.q-list-striped .q-item:nth-child(even) {
  background-color: rgba(189,189,189,0.65);
}
.q-list-striped-odd .q-item:nth-child(odd) {
  background-color: rgba(189,189,189,0.65);
}
.q-list {
  border: 1px solid #e0e0e0;
  padding: 8px 0;
}
.q-list + .q-list {
  margin-top: 32px;
}
.q-item-separator-component {
  margin: 8px 0;
  height: 1px;
  border: 0;
  background-color: #e0e0e0;
}
.q-item-separator-component:last-child {
  display: none;
}
.q-item-separator-component + .q-list-header {
  margin-top: -8px;
}
.q-item-separator-inset-component {
  margin-left: 64px;
}
.q-list-header {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  padding-left: 16px;
}
.q-list-header-inset {
  padding-left: 64px;
}
body.with-loading {
  overflow: hidden;
}
.q-loading {
  background: rgba(0,0,0,0.4);
}
.q-loading > div {
  margin: 40px 20px 0;
  max-width: 450px;
  text-align: center;
  text-shadow: 0 0 7px #000;
}
body.with-modal {
  overflow: hidden !important;
}
.modal-content {
  position: relative;
  background: #fff;
  box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
  overflow-y: auto;
  min-width: 280px;
  max-height: 80vh;
}
.modal-content .layout {
  width: 100%;
  height: 100%;
}
.modal {
  z-index: 5000;
}
.modal.minimized,
.modal.with-backdrop {
  background: rgba(0,0,0,0.4);
}
.modal.minimized .modal-content {
  max-width: 80vw;
  max-height: 80vh;
}
.modal.maximized .modal-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.q-modal-enter,
.q-modal-leave-active {
  opacity: 0;
}
@media (min-width: 768px) {
  .modal:not(.maximized) {
    background: rgba(0,0,0,0.4);
  }
  .modal:not(.maximized).q-modal-enter .modal-content {
    transform: scale(1.2);
  }
  .modal:not(.maximized).q-modal-leave-active .modal-content {
    transform: scale(0.8);
  }
  .modal.maximized.q-modal-enter .modal-content,
  .modal.maximized.q-modal-leave-active .modal-content {
    transform: translateY(101%);
  }
}
@media (max-width: 767px) {
  .modal:not(.minimized) .modal-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .modal:not(.minimized).q-modal-enter .modal-content,
  .modal:not(.minimized).q-modal-leave-active .modal-content {
    transform: translateY(101%);
  }
  .modal.minimized.q-modal-enter .modal-content {
    transform: scale(1.2);
  }
  .modal.minimized.q-modal-leave-active .modal-content {
    transform: scale(0.8);
  }
}
.modal,
.modal-content {
  transition: all 0.2s ease-in-out;
}
.modal-header {
  text-align: left;
  padding: 24px 24px 20px 24px;
  font-size: 1.6rem;
  font-weight: 500;
}
.modal-body {
  padding: 5px 24px 24px 24px;
}
.modal-slim-body {
  padding: 0 24px;
}
.modal-body,
.modal-slim-body {
  text-align: left;
  color: rgba(0,0,0,0.5);
}
.small-modal-scroll,
.modal-scroll,
.big-modal-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.small-modal-scroll {
  max-height: 156px;
}
.modal-scroll {
  max-height: 240px;
}
.big-modal-scroll {
  max-height: 480px;
}
.modal-buttons {
  padding: 8px 8px 12px 24px;
  justify-content: flex-end;
  color: #027be3;
}
.modal-buttons.row .q-btn + .q-btn {
  margin-left: 8px;
}
.modal-buttons.column {
  align-items: flex-end;
}
.modal-buttons.column .q-btn + .q-btn {
  margin-top: 8px;
}
.q-modal-bottom-enter,
.q-modal-bottom-leave-active {
  opacity: 0;
}
.q-modal-bottom-enter .modal-content,
.q-modal-bottom-leave-active .modal-content {
  transform: translateY(101%);
}
.q-modal-top-enter,
.q-modal-top-leave-active {
  opacity: 0;
}
.q-modal-top-enter .modal-content,
.q-modal-top-leave-active .modal-content {
  transform: translateY(-101%);
}
.q-modal-right-enter,
.q-modal-right-leave-active {
  opacity: 0;
}
.q-modal-right-enter .modal-content,
.q-modal-right-leave-active .modal-content {
  transform: translateX(101%);
}
.q-modal-left-enter,
.q-modal-left-leave-active {
  opacity: 0;
}
.q-modal-left-enter .modal-content,
.q-modal-left-leave-active .modal-content {
  transform: translateX(-101%);
}
.q-pagination {
  display: inline-flex;
}
.q-pagination input {
  text-align: center;
  -moz-appearance: textfield;
}
.q-pagination .q-btn {
  padding: 0 5px !important;
}
.q-pagination .q-btn.disabled {
  color: #777;
}
.q-radio-unchecked,
.q-radio-checked,
.q-radio .q-option-inner {
/*height $radio-size
  width $radio-size
  font-size $radio-size
  min-width $radio-size*/
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
.q-radio-unchecked {
  transform: scale(1);
}
.q-radio-checked {
  transform-origin: 50% 50% 0;
  transform: scale(0);
}
.q-radio .q-option-inner.active .q-radio-unchecked {
  opacity: 0;
  transform: scale(0);
}
.q-radio .q-option-inner.active .q-radio-checked {
  transform: scale(1);
}
.text-primary {
  color: #027be3 !important;
}
.bg-primary {
  background: #027be3 !important;
}
.text-secondary {
  color: #26a69a !important;
}
.bg-secondary {
  background: #26a69a !important;
}
.text-tertiary {
  color: #555 !important;
}
.bg-tertiary {
  background: #555 !important;
}
.text-faded {
  color: #777 !important;
}
.bg-faded {
  background: #777 !important;
}
.text-positive {
  color: #21ba45 !important;
}
.bg-positive {
  background: #21ba45 !important;
}
.text-negative {
  color: #db2828 !important;
}
.bg-negative {
  background: #db2828 !important;
}
.text-info {
  color: #31ccec !important;
}
.bg-info {
  background: #31ccec !important;
}
.text-warning {
  color: #f2c037 !important;
}
.bg-warning {
  background: #f2c037 !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background: #000 !important;
}
.text-light {
  color: #f4f4f4 !important;
}
.bg-light {
  background: #f4f4f4 !important;
}
.text-dark {
  color: #333 !important;
}
.bg-dark {
  background: #333 !important;
}
.text-red {
  color: #f44336 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #a0f !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-blue-1 {
  color: #e3f2fd !important;
}
.text-blue-2 {
  color: #bbdefb !important;
}
.text-blue-3 {
  color: #90caf9 !important;
}
.text-blue-4 {
  color: #64b5f6 !important;
}
.text-blue-5 {
  color: #42a5f5 !important;
}
.text-blue-6 {
  color: #2196f3 !important;
}
.text-blue-7 {
  color: #1e88e5 !important;
}
.text-blue-8 {
  color: #1976d2 !important;
}
.text-blue-9 {
  color: #1565c0 !important;
}
.text-blue-10 {
  color: #0d47a1 !important;
}
.text-blue-11 {
  color: #82b1ff !important;
}
.text-blue-12 {
  color: #448aff !important;
}
.text-blue-13 {
  color: #2979ff !important;
}
.text-blue-14 {
  color: #2962ff !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-teal-1 {
  color: #e0f2f1 !important;
}
.text-teal-2 {
  color: #b2dfdb !important;
}
.text-teal-3 {
  color: #80cbc4 !important;
}
.text-teal-4 {
  color: #4db6ac !important;
}
.text-teal-5 {
  color: #26a69a !important;
}
.text-teal-6 {
  color: #009688 !important;
}
.text-teal-7 {
  color: #00897b !important;
}
.text-teal-8 {
  color: #00796b !important;
}
.text-teal-9 {
  color: #00695c !important;
}
.text-teal-10 {
  color: #004d40 !important;
}
.text-teal-11 {
  color: #a7ffeb !important;
}
.text-teal-12 {
  color: #64ffda !important;
}
.text-teal-13 {
  color: #1de9b6 !important;
}
.text-teal-14 {
  color: #00bfa5 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ff0 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-orange-1 {
  color: #fff3e0 !important;
}
.text-orange-2 {
  color: #ffe0b2 !important;
}
.text-orange-3 {
  color: #ffcc80 !important;
}
.text-orange-4 {
  color: #ffb74d !important;
}
.text-orange-5 {
  color: #ffa726 !important;
}
.text-orange-6 {
  color: #ff9800 !important;
}
.text-orange-7 {
  color: #fb8c00 !important;
}
.text-orange-8 {
  color: #f57c00 !important;
}
.text-orange-9 {
  color: #ef6c00 !important;
}
.text-orange-10 {
  color: #e65100 !important;
}
.text-orange-11 {
  color: #ffd180 !important;
}
.text-orange-12 {
  color: #ffab40 !important;
}
.text-orange-13 {
  color: #ff9100 !important;
}
.text-orange-14 {
  color: #ff6d00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #9e9e9e !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-3 {
  color: #eee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-grey-11 {
  color: #f5f5f5 !important;
}
.text-grey-12 {
  color: #eee !important;
}
.text-grey-13 {
  color: #bdbdbd !important;
}
.text-grey-14 {
  color: #616161 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
.bg-red {
  background: #f44336 !important;
}
.bg-red-1 {
  background: #ffebee !important;
}
.bg-red-2 {
  background: #ffcdd2 !important;
}
.bg-red-3 {
  background: #ef9a9a !important;
}
.bg-red-4 {
  background: #e57373 !important;
}
.bg-red-5 {
  background: #ef5350 !important;
}
.bg-red-6 {
  background: #f44336 !important;
}
.bg-red-7 {
  background: #e53935 !important;
}
.bg-red-8 {
  background: #d32f2f !important;
}
.bg-red-9 {
  background: #c62828 !important;
}
.bg-red-10 {
  background: #b71c1c !important;
}
.bg-red-11 {
  background: #ff8a80 !important;
}
.bg-red-12 {
  background: #ff5252 !important;
}
.bg-red-13 {
  background: #ff1744 !important;
}
.bg-red-14 {
  background: #d50000 !important;
}
.bg-pink {
  background: #e91e63 !important;
}
.bg-pink-1 {
  background: #fce4ec !important;
}
.bg-pink-2 {
  background: #f8bbd0 !important;
}
.bg-pink-3 {
  background: #f48fb1 !important;
}
.bg-pink-4 {
  background: #f06292 !important;
}
.bg-pink-5 {
  background: #ec407a !important;
}
.bg-pink-6 {
  background: #e91e63 !important;
}
.bg-pink-7 {
  background: #d81b60 !important;
}
.bg-pink-8 {
  background: #c2185b !important;
}
.bg-pink-9 {
  background: #ad1457 !important;
}
.bg-pink-10 {
  background: #880e4f !important;
}
.bg-pink-11 {
  background: #ff80ab !important;
}
.bg-pink-12 {
  background: #ff4081 !important;
}
.bg-pink-13 {
  background: #f50057 !important;
}
.bg-pink-14 {
  background: #c51162 !important;
}
.bg-purple {
  background: #9c27b0 !important;
}
.bg-purple-1 {
  background: #f3e5f5 !important;
}
.bg-purple-2 {
  background: #e1bee7 !important;
}
.bg-purple-3 {
  background: #ce93d8 !important;
}
.bg-purple-4 {
  background: #ba68c8 !important;
}
.bg-purple-5 {
  background: #ab47bc !important;
}
.bg-purple-6 {
  background: #9c27b0 !important;
}
.bg-purple-7 {
  background: #8e24aa !important;
}
.bg-purple-8 {
  background: #7b1fa2 !important;
}
.bg-purple-9 {
  background: #6a1b9a !important;
}
.bg-purple-10 {
  background: #4a148c !important;
}
.bg-purple-11 {
  background: #ea80fc !important;
}
.bg-purple-12 {
  background: #e040fb !important;
}
.bg-purple-13 {
  background: #d500f9 !important;
}
.bg-purple-14 {
  background: #a0f !important;
}
.bg-deep-purple {
  background: #673ab7 !important;
}
.bg-deep-purple-1 {
  background: #ede7f6 !important;
}
.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
.bg-deep-purple-3 {
  background: #b39ddb !important;
}
.bg-deep-purple-4 {
  background: #9575cd !important;
}
.bg-deep-purple-5 {
  background: #7e57c2 !important;
}
.bg-deep-purple-6 {
  background: #673ab7 !important;
}
.bg-deep-purple-7 {
  background: #5e35b1 !important;
}
.bg-deep-purple-8 {
  background: #512da8 !important;
}
.bg-deep-purple-9 {
  background: #4527a0 !important;
}
.bg-deep-purple-10 {
  background: #311b92 !important;
}
.bg-deep-purple-11 {
  background: #b388ff !important;
}
.bg-deep-purple-12 {
  background: #7c4dff !important;
}
.bg-deep-purple-13 {
  background: #651fff !important;
}
.bg-deep-purple-14 {
  background: #6200ea !important;
}
.bg-indigo {
  background: #3f51b5 !important;
}
.bg-indigo-1 {
  background: #e8eaf6 !important;
}
.bg-indigo-2 {
  background: #c5cae9 !important;
}
.bg-indigo-3 {
  background: #9fa8da !important;
}
.bg-indigo-4 {
  background: #7986cb !important;
}
.bg-indigo-5 {
  background: #5c6bc0 !important;
}
.bg-indigo-6 {
  background: #3f51b5 !important;
}
.bg-indigo-7 {
  background: #3949ab !important;
}
.bg-indigo-8 {
  background: #303f9f !important;
}
.bg-indigo-9 {
  background: #283593 !important;
}
.bg-indigo-10 {
  background: #1a237e !important;
}
.bg-indigo-11 {
  background: #8c9eff !important;
}
.bg-indigo-12 {
  background: #536dfe !important;
}
.bg-indigo-13 {
  background: #3d5afe !important;
}
.bg-indigo-14 {
  background: #304ffe !important;
}
.bg-blue {
  background: #2196f3 !important;
}
.bg-blue-1 {
  background: #e3f2fd !important;
}
.bg-blue-2 {
  background: #bbdefb !important;
}
.bg-blue-3 {
  background: #90caf9 !important;
}
.bg-blue-4 {
  background: #64b5f6 !important;
}
.bg-blue-5 {
  background: #42a5f5 !important;
}
.bg-blue-6 {
  background: #2196f3 !important;
}
.bg-blue-7 {
  background: #1e88e5 !important;
}
.bg-blue-8 {
  background: #1976d2 !important;
}
.bg-blue-9 {
  background: #1565c0 !important;
}
.bg-blue-10 {
  background: #0d47a1 !important;
}
.bg-blue-11 {
  background: #82b1ff !important;
}
.bg-blue-12 {
  background: #448aff !important;
}
.bg-blue-13 {
  background: #2979ff !important;
}
.bg-blue-14 {
  background: #2962ff !important;
}
.bg-light-blue {
  background: #03a9f4 !important;
}
.bg-light-blue-1 {
  background: #e1f5fe !important;
}
.bg-light-blue-2 {
  background: #b3e5fc !important;
}
.bg-light-blue-3 {
  background: #81d4fa !important;
}
.bg-light-blue-4 {
  background: #4fc3f7 !important;
}
.bg-light-blue-5 {
  background: #29b6f6 !important;
}
.bg-light-blue-6 {
  background: #03a9f4 !important;
}
.bg-light-blue-7 {
  background: #039be5 !important;
}
.bg-light-blue-8 {
  background: #0288d1 !important;
}
.bg-light-blue-9 {
  background: #0277bd !important;
}
.bg-light-blue-10 {
  background: #01579b !important;
}
.bg-light-blue-11 {
  background: #80d8ff !important;
}
.bg-light-blue-12 {
  background: #40c4ff !important;
}
.bg-light-blue-13 {
  background: #00b0ff !important;
}
.bg-light-blue-14 {
  background: #0091ea !important;
}
.bg-cyan {
  background: #00bcd4 !important;
}
.bg-cyan-1 {
  background: #e0f7fa !important;
}
.bg-cyan-2 {
  background: #b2ebf2 !important;
}
.bg-cyan-3 {
  background: #80deea !important;
}
.bg-cyan-4 {
  background: #4dd0e1 !important;
}
.bg-cyan-5 {
  background: #26c6da !important;
}
.bg-cyan-6 {
  background: #00bcd4 !important;
}
.bg-cyan-7 {
  background: #00acc1 !important;
}
.bg-cyan-8 {
  background: #0097a7 !important;
}
.bg-cyan-9 {
  background: #00838f !important;
}
.bg-cyan-10 {
  background: #006064 !important;
}
.bg-cyan-11 {
  background: #84ffff !important;
}
.bg-cyan-12 {
  background: #18ffff !important;
}
.bg-cyan-13 {
  background: #00e5ff !important;
}
.bg-cyan-14 {
  background: #00b8d4 !important;
}
.bg-teal {
  background: #009688 !important;
}
.bg-teal-1 {
  background: #e0f2f1 !important;
}
.bg-teal-2 {
  background: #b2dfdb !important;
}
.bg-teal-3 {
  background: #80cbc4 !important;
}
.bg-teal-4 {
  background: #4db6ac !important;
}
.bg-teal-5 {
  background: #26a69a !important;
}
.bg-teal-6 {
  background: #009688 !important;
}
.bg-teal-7 {
  background: #00897b !important;
}
.bg-teal-8 {
  background: #00796b !important;
}
.bg-teal-9 {
  background: #00695c !important;
}
.bg-teal-10 {
  background: #004d40 !important;
}
.bg-teal-11 {
  background: #a7ffeb !important;
}
.bg-teal-12 {
  background: #64ffda !important;
}
.bg-teal-13 {
  background: #1de9b6 !important;
}
.bg-teal-14 {
  background: #00bfa5 !important;
}
.bg-green {
  background: #4caf50 !important;
}
.bg-green-1 {
  background: #e8f5e9 !important;
}
.bg-green-2 {
  background: #c8e6c9 !important;
}
.bg-green-3 {
  background: #a5d6a7 !important;
}
.bg-green-4 {
  background: #81c784 !important;
}
.bg-green-5 {
  background: #66bb6a !important;
}
.bg-green-6 {
  background: #4caf50 !important;
}
.bg-green-7 {
  background: #43a047 !important;
}
.bg-green-8 {
  background: #388e3c !important;
}
.bg-green-9 {
  background: #2e7d32 !important;
}
.bg-green-10 {
  background: #1b5e20 !important;
}
.bg-green-11 {
  background: #b9f6ca !important;
}
.bg-green-12 {
  background: #69f0ae !important;
}
.bg-green-13 {
  background: #00e676 !important;
}
.bg-green-14 {
  background: #00c853 !important;
}
.bg-light-green {
  background: #8bc34a !important;
}
.bg-light-green-1 {
  background: #f1f8e9 !important;
}
.bg-light-green-2 {
  background: #dcedc8 !important;
}
.bg-light-green-3 {
  background: #c5e1a5 !important;
}
.bg-light-green-4 {
  background: #aed581 !important;
}
.bg-light-green-5 {
  background: #9ccc65 !important;
}
.bg-light-green-6 {
  background: #8bc34a !important;
}
.bg-light-green-7 {
  background: #7cb342 !important;
}
.bg-light-green-8 {
  background: #689f38 !important;
}
.bg-light-green-9 {
  background: #558b2f !important;
}
.bg-light-green-10 {
  background: #33691e !important;
}
.bg-light-green-11 {
  background: #ccff90 !important;
}
.bg-light-green-12 {
  background: #b2ff59 !important;
}
.bg-light-green-13 {
  background: #76ff03 !important;
}
.bg-light-green-14 {
  background: #64dd17 !important;
}
.bg-lime {
  background: #cddc39 !important;
}
.bg-lime-1 {
  background: #f9fbe7 !important;
}
.bg-lime-2 {
  background: #f0f4c3 !important;
}
.bg-lime-3 {
  background: #e6ee9c !important;
}
.bg-lime-4 {
  background: #dce775 !important;
}
.bg-lime-5 {
  background: #d4e157 !important;
}
.bg-lime-6 {
  background: #cddc39 !important;
}
.bg-lime-7 {
  background: #c0ca33 !important;
}
.bg-lime-8 {
  background: #afb42b !important;
}
.bg-lime-9 {
  background: #9e9d24 !important;
}
.bg-lime-10 {
  background: #827717 !important;
}
.bg-lime-11 {
  background: #f4ff81 !important;
}
.bg-lime-12 {
  background: #eeff41 !important;
}
.bg-lime-13 {
  background: #c6ff00 !important;
}
.bg-lime-14 {
  background: #aeea00 !important;
}
.bg-yellow {
  background: #ffeb3b !important;
}
.bg-yellow-1 {
  background: #fffde7 !important;
}
.bg-yellow-2 {
  background: #fff9c4 !important;
}
.bg-yellow-3 {
  background: #fff59d !important;
}
.bg-yellow-4 {
  background: #fff176 !important;
}
.bg-yellow-5 {
  background: #ffee58 !important;
}
.bg-yellow-6 {
  background: #ffeb3b !important;
}
.bg-yellow-7 {
  background: #fdd835 !important;
}
.bg-yellow-8 {
  background: #fbc02d !important;
}
.bg-yellow-9 {
  background: #f9a825 !important;
}
.bg-yellow-10 {
  background: #f57f17 !important;
}
.bg-yellow-11 {
  background: #ffff8d !important;
}
.bg-yellow-12 {
  background: #ff0 !important;
}
.bg-yellow-13 {
  background: #ffea00 !important;
}
.bg-yellow-14 {
  background: #ffd600 !important;
}
.bg-amber {
  background: #ffc107 !important;
}
.bg-amber-1 {
  background: #fff8e1 !important;
}
.bg-amber-2 {
  background: #ffecb3 !important;
}
.bg-amber-3 {
  background: #ffe082 !important;
}
.bg-amber-4 {
  background: #ffd54f !important;
}
.bg-amber-5 {
  background: #ffca28 !important;
}
.bg-amber-6 {
  background: #ffc107 !important;
}
.bg-amber-7 {
  background: #ffb300 !important;
}
.bg-amber-8 {
  background: #ffa000 !important;
}
.bg-amber-9 {
  background: #ff8f00 !important;
}
.bg-amber-10 {
  background: #ff6f00 !important;
}
.bg-amber-11 {
  background: #ffe57f !important;
}
.bg-amber-12 {
  background: #ffd740 !important;
}
.bg-amber-13 {
  background: #ffc400 !important;
}
.bg-amber-14 {
  background: #ffab00 !important;
}
.bg-orange {
  background: #ff9800 !important;
}
.bg-orange-1 {
  background: #fff3e0 !important;
}
.bg-orange-2 {
  background: #ffe0b2 !important;
}
.bg-orange-3 {
  background: #ffcc80 !important;
}
.bg-orange-4 {
  background: #ffb74d !important;
}
.bg-orange-5 {
  background: #ffa726 !important;
}
.bg-orange-6 {
  background: #ff9800 !important;
}
.bg-orange-7 {
  background: #fb8c00 !important;
}
.bg-orange-8 {
  background: #f57c00 !important;
}
.bg-orange-9 {
  background: #ef6c00 !important;
}
.bg-orange-10 {
  background: #e65100 !important;
}
.bg-orange-11 {
  background: #ffd180 !important;
}
.bg-orange-12 {
  background: #ffab40 !important;
}
.bg-orange-13 {
  background: #ff9100 !important;
}
.bg-orange-14 {
  background: #ff6d00 !important;
}
.bg-deep-orange {
  background: #ff5722 !important;
}
.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
.bg-deep-orange-2 {
  background: #ffccbc !important;
}
.bg-deep-orange-3 {
  background: #ffab91 !important;
}
.bg-deep-orange-4 {
  background: #ff8a65 !important;
}
.bg-deep-orange-5 {
  background: #ff7043 !important;
}
.bg-deep-orange-6 {
  background: #ff5722 !important;
}
.bg-deep-orange-7 {
  background: #f4511e !important;
}
.bg-deep-orange-8 {
  background: #e64a19 !important;
}
.bg-deep-orange-9 {
  background: #d84315 !important;
}
.bg-deep-orange-10 {
  background: #bf360c !important;
}
.bg-deep-orange-11 {
  background: #ff9e80 !important;
}
.bg-deep-orange-12 {
  background: #ff6e40 !important;
}
.bg-deep-orange-13 {
  background: #ff3d00 !important;
}
.bg-deep-orange-14 {
  background: #dd2c00 !important;
}
.bg-brown {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-brown-11 {
  background: #d7ccc8 !important;
}
.bg-brown-12 {
  background: #bcaaa4 !important;
}
.bg-brown-13 {
  background: #8d6e63 !important;
}
.bg-brown-14 {
  background: #5d4037 !important;
}
.bg-grey {
  background: #9e9e9e !important;
}
.bg-grey-1 {
  background: #fafafa !important;
}
.bg-grey-2 {
  background: #f5f5f5 !important;
}
.bg-grey-3 {
  background: #eee !important;
}
.bg-grey-4 {
  background: #e0e0e0 !important;
}
.bg-grey-5 {
  background: #bdbdbd !important;
}
.bg-grey-6 {
  background: #9e9e9e !important;
}
.bg-grey-7 {
  background: #757575 !important;
}
.bg-grey-8 {
  background: #616161 !important;
}
.bg-grey-9 {
  background: #424242 !important;
}
.bg-grey-10 {
  background: #212121 !important;
}
.bg-grey-11 {
  background: #f5f5f5 !important;
}
.bg-grey-12 {
  background: #eee !important;
}
.bg-grey-13 {
  background: #bdbdbd !important;
}
.bg-grey-14 {
  background: #616161 !important;
}
.bg-blue-grey {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.bg-blue-grey-11 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12 {
  background: #b0bec5 !important;
}
.bg-blue-grey-13 {
  background: #78909c !important;
}
.bg-blue-grey-14 {
  background: #455a64 !important;
}
.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.14), 0 -2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-2 {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 -2px 2px rgba(0,0,0,0.14), 0 -3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-3 {
  box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0,0,0,0.2), 0 -3px 4px rgba(0,0,0,0.14), 0 -3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
.shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
.shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -5px 8px rgba(0,0,0,0.14), 0 -1px 14px rgba(0,0,0,0.12);
}
.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -6px 10px rgba(0,0,0,0.14), 0 -1px 18px rgba(0,0,0,0.12);
}
.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0,0,0,0.2), 0 7px 10px 1px rgba(0,0,0,0.14), 0 2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.2), 0 -7px 10px 1px rgba(0,0,0,0.14), 0 -2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2), 0 -8px 10px 1px rgba(0,0,0,0.14), 0 -3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0,0,0,0.2), 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0,0,0,0.2), 0 -9px 12px 1px rgba(0,0,0,0.14), 0 -3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0,0,0,0.2), 0 -10px 14px 1px rgba(0,0,0,0.14), 0 -4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0,0,0,0.2), 0 11px 15px 1px rgba(0,0,0,0.14), 0 4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0,0,0,0.2), 0 -11px 15px 1px rgba(0,0,0,0.14), 0 -4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -12px 17px 2px rgba(0,0,0,0.14), 0 -5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -13px 19px 2px rgba(0,0,0,0.14), 0 -5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0,0,0,0.2), 0 14px 21px 2px rgba(0,0,0,0.14), 0 5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0,0,0,0.2), 0 -14px 21px 2px rgba(0,0,0,0.14), 0 -5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0,0,0,0.2), 0 15px 22px 2px rgba(0,0,0,0.14), 0 6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0,0,0,0.2), 0 -15px 22px 2px rgba(0,0,0,0.14), 0 -6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0,0,0,0.2), 0 -16px 24px 2px rgba(0,0,0,0.14), 0 -6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0,0,0,0.2), 0 17px 26px 2px rgba(0,0,0,0.14), 0 6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0,0,0,0.2), 0 -17px 26px 2px rgba(0,0,0,0.14), 0 -6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0,0,0,0.2), 0 18px 28px 2px rgba(0,0,0,0.14), 0 7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0,0,0,0.2), 0 -18px 28px 2px rgba(0,0,0,0.14), 0 -7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0,0,0,0.2), 0 19px 29px 2px rgba(0,0,0,0.14), 0 7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0,0,0,0.2), 0 -19px 29px 2px rgba(0,0,0,0.14), 0 -7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 20px 31px 3px rgba(0,0,0,0.14), 0 8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -20px 31px 3px rgba(0,0,0,0.14), 0 -8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 21px 33px 3px rgba(0,0,0,0.14), 0 8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -21px 33px 3px rgba(0,0,0,0.14), 0 -8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0,0,0,0.2), 0 22px 35px 3px rgba(0,0,0,0.14), 0 8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0,0,0,0.2), 0 -22px 35px 3px rgba(0,0,0,0.14), 0 -8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0,0,0,0.2), 0 23px 36px 3px rgba(0,0,0,0.14), 0 9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0,0,0,0.2), 0 -23px 36px 3px rgba(0,0,0,0.14), 0 -9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
}
.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0,0,0,0.2), 0 -24px 38px 3px rgba(0,0,0,0.14), 0 -9px 46px 8px rgba(0,0,0,0.12);
}
.no-shadow,
.shadow-0 {
  box-shadow: none !important;
}
.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
.z-marginals {
  z-index: 2000;
}
.z-alert {
  z-index: 8100;
}
.row,
.column,
.flex {
  display: flex;
  flex-wrap: wrap;
}
.row.inline,
.column.inline,
.flex.inline {
  display: inline-flex;
}
.row.reverse {
  flex-direction: row-reverse;
}
.column {
  flex-direction: column;
}
.column.reverse {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.reverse-wrap {
  flex-wrap: wrap-reverse;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
}
.row > .col {
  max-width: 100%;
  width: 100%;
}
.row > .col-xs {
  width: 100%;
}
.col-xs {
  min-height: 1px;
}
.row > .col-xs-1 {
  width: 100%;
}
.row > .col-xs-1 {
  min-height: 1px;
}
.row > .col-xs-2 {
  width: 100%;
}
.row > .col-xs-2 {
  min-height: 1px;
}
.row > .col-xs-3 {
  width: 100%;
}
.row > .col-xs-3 {
  min-height: 1px;
}
.row > .col-xs-4 {
  width: 100%;
}
.row > .col-xs-4 {
  min-height: 1px;
}
.row > .col-xs-5 {
  width: 100%;
}
.row > .col-xs-5 {
  min-height: 1px;
}
.row > .col-xs-6 {
  width: 100%;
}
.row > .col-xs-6 {
  min-height: 1px;
}
.row > .col-xs-7 {
  width: 100%;
}
.row > .col-xs-7 {
  min-height: 1px;
}
.row > .col-xs-8 {
  width: 100%;
}
.row > .col-xs-8 {
  min-height: 1px;
}
.row > .col-xs-9 {
  width: 100%;
}
.row > .col-xs-9 {
  min-height: 1px;
}
.row > .col-xs-10 {
  width: 100%;
}
.row > .col-xs-10 {
  min-height: 1px;
}
.row > .col-xs-11 {
  width: 100%;
}
.row > .col-xs-11 {
  min-height: 1px;
}
.row > .col-xs-12 {
  width: 100%;
}
.row > .col-xs-12 {
  min-height: 1px;
}
.row > .col-sm {
  width: 100%;
}
.col-sm {
  min-height: 1px;
}
.row > .col-sm-1 {
  width: 100%;
}
.row > .col-sm-1 {
  min-height: 1px;
}
.row > .col-sm-2 {
  width: 100%;
}
.row > .col-sm-2 {
  min-height: 1px;
}
.row > .col-sm-3 {
  width: 100%;
}
.row > .col-sm-3 {
  min-height: 1px;
}
.row > .col-sm-4 {
  width: 100%;
}
.row > .col-sm-4 {
  min-height: 1px;
}
.row > .col-sm-5 {
  width: 100%;
}
.row > .col-sm-5 {
  min-height: 1px;
}
.row > .col-sm-6 {
  width: 100%;
}
.row > .col-sm-6 {
  min-height: 1px;
}
.row > .col-sm-7 {
  width: 100%;
}
.row > .col-sm-7 {
  min-height: 1px;
}
.row > .col-sm-8 {
  width: 100%;
}
.row > .col-sm-8 {
  min-height: 1px;
}
.row > .col-sm-9 {
  width: 100%;
}
.row > .col-sm-9 {
  min-height: 1px;
}
.row > .col-sm-10 {
  width: 100%;
}
.row > .col-sm-10 {
  min-height: 1px;
}
.row > .col-sm-11 {
  width: 100%;
}
.row > .col-sm-11 {
  min-height: 1px;
}
.row > .col-sm-12 {
  width: 100%;
}
.row > .col-sm-12 {
  min-height: 1px;
}
.row > .col-md {
  width: 100%;
}
.col-md {
  min-height: 1px;
}
.row > .col-md-1 {
  width: 100%;
}
.row > .col-md-1 {
  min-height: 1px;
}
.row > .col-md-2 {
  width: 100%;
}
.row > .col-md-2 {
  min-height: 1px;
}
.row > .col-md-3 {
  width: 100%;
}
.row > .col-md-3 {
  min-height: 1px;
}
.row > .col-md-4 {
  width: 100%;
}
.row > .col-md-4 {
  min-height: 1px;
}
.row > .col-md-5 {
  width: 100%;
}
.row > .col-md-5 {
  min-height: 1px;
}
.row > .col-md-6 {
  width: 100%;
}
.row > .col-md-6 {
  min-height: 1px;
}
.row > .col-md-7 {
  width: 100%;
}
.row > .col-md-7 {
  min-height: 1px;
}
.row > .col-md-8 {
  width: 100%;
}
.row > .col-md-8 {
  min-height: 1px;
}
.row > .col-md-9 {
  width: 100%;
}
.row > .col-md-9 {
  min-height: 1px;
}
.row > .col-md-10 {
  width: 100%;
}
.row > .col-md-10 {
  min-height: 1px;
}
.row > .col-md-11 {
  width: 100%;
}
.row > .col-md-11 {
  min-height: 1px;
}
.row > .col-md-12 {
  width: 100%;
}
.row > .col-md-12 {
  min-height: 1px;
}
.row > .col-lg {
  width: 100%;
}
.col-lg {
  min-height: 1px;
}
.row > .col-lg-1 {
  width: 100%;
}
.row > .col-lg-1 {
  min-height: 1px;
}
.row > .col-lg-2 {
  width: 100%;
}
.row > .col-lg-2 {
  min-height: 1px;
}
.row > .col-lg-3 {
  width: 100%;
}
.row > .col-lg-3 {
  min-height: 1px;
}
.row > .col-lg-4 {
  width: 100%;
}
.row > .col-lg-4 {
  min-height: 1px;
}
.row > .col-lg-5 {
  width: 100%;
}
.row > .col-lg-5 {
  min-height: 1px;
}
.row > .col-lg-6 {
  width: 100%;
}
.row > .col-lg-6 {
  min-height: 1px;
}
.row > .col-lg-7 {
  width: 100%;
}
.row > .col-lg-7 {
  min-height: 1px;
}
.row > .col-lg-8 {
  width: 100%;
}
.row > .col-lg-8 {
  min-height: 1px;
}
.row > .col-lg-9 {
  width: 100%;
}
.row > .col-lg-9 {
  min-height: 1px;
}
.row > .col-lg-10 {
  width: 100%;
}
.row > .col-lg-10 {
  min-height: 1px;
}
.row > .col-lg-11 {
  width: 100%;
}
.row > .col-lg-11 {
  min-height: 1px;
}
.row > .col-lg-12 {
  width: 100%;
}
.row > .col-lg-12 {
  min-height: 1px;
}
.row > .col-xl {
  width: 100%;
}
.col-xl {
  min-height: 1px;
}
.row > .col-xl-1 {
  width: 100%;
}
.row > .col-xl-1 {
  min-height: 1px;
}
.row > .col-xl-2 {
  width: 100%;
}
.row > .col-xl-2 {
  min-height: 1px;
}
.row > .col-xl-3 {
  width: 100%;
}
.row > .col-xl-3 {
  min-height: 1px;
}
.row > .col-xl-4 {
  width: 100%;
}
.row > .col-xl-4 {
  min-height: 1px;
}
.row > .col-xl-5 {
  width: 100%;
}
.row > .col-xl-5 {
  min-height: 1px;
}
.row > .col-xl-6 {
  width: 100%;
}
.row > .col-xl-6 {
  min-height: 1px;
}
.row > .col-xl-7 {
  width: 100%;
}
.row > .col-xl-7 {
  min-height: 1px;
}
.row > .col-xl-8 {
  width: 100%;
}
.row > .col-xl-8 {
  min-height: 1px;
}
.row > .col-xl-9 {
  width: 100%;
}
.row > .col-xl-9 {
  min-height: 1px;
}
.row > .col-xl-10 {
  width: 100%;
}
.row > .col-xl-10 {
  min-height: 1px;
}
.row > .col-xl-11 {
  width: 100%;
}
.row > .col-xl-11 {
  min-height: 1px;
}
.row > .col-xl-12 {
  width: 100%;
}
.row > .col-xl-12 {
  min-height: 1px;
}
.row > .col-auto {
  width: auto;
}
.row > .col-auto {
  flex: 0 0 auto;
}
.row > .col-grow {
  flex: 1 1 auto;
}
.order-first {
  order: -10000;
}
.order-last {
  order: 10000;
}
.order-none {
  order: 0;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center,
.flex-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center,
.flex-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.col-1 {
  flex: 0 0 8.3333%;
}
.row > .col-1 {
  max-width: 8.3333%;
}
.offset-1 {
  margin-left: 8.3333%;
}
.col-2 {
  flex: 0 0 16.6667%;
}
.row > .col-2 {
  max-width: 16.6667%;
}
.offset-2 {
  margin-left: 16.6667%;
}
.col-3 {
  flex: 0 0 25%;
}
.row > .col-3 {
  max-width: 25%;
}
.offset-3 {
  margin-left: 25%;
}
.col-4 {
  flex: 0 0 33.3333%;
}
.row > .col-4 {
  max-width: 33.3333%;
}
.offset-4 {
  margin-left: 33.3333%;
}
.col-5 {
  flex: 0 0 41.6667%;
}
.row > .col-5 {
  max-width: 41.6667%;
}
.offset-5 {
  margin-left: 41.6667%;
}
.col-6 {
  flex: 0 0 50%;
}
.row > .col-6 {
  max-width: 50%;
}
.offset-6 {
  margin-left: 50%;
}
.col-7 {
  flex: 0 0 58.3333%;
}
.row > .col-7 {
  max-width: 58.3333%;
}
.offset-7 {
  margin-left: 58.3333%;
}
.col-8 {
  flex: 0 0 66.6667%;
}
.row > .col-8 {
  max-width: 66.6667%;
}
.offset-8 {
  margin-left: 66.6667%;
}
.col-9 {
  flex: 0 0 75%;
}
.row > .col-9 {
  max-width: 75%;
}
.offset-9 {
  margin-left: 75%;
}
.col-10 {
  flex: 0 0 83.3333%;
}
.row > .col-10 {
  max-width: 83.3333%;
}
.offset-10 {
  margin-left: 83.3333%;
}
.col-11 {
  flex: 0 0 91.6667%;
}
.row > .col-11 {
  max-width: 91.6667%;
}
.offset-11 {
  margin-left: 91.6667%;
}
.col-12 {
  flex: 0 0 100%;
}
.row > .col-12 {
  max-width: 100%;
}
.offset-12 {
  margin-left: 100%;
}
.xs-gutter {
  margin: -8px 0 0 -8px;
}
.xs-gutter > div {
  padding: 8px 0 0 8px;
}
.sm-gutter {
  margin: -16px 0 0 -16px;
}
.sm-gutter > div {
  padding: 16px 0 0 16px;
}
.md-gutter {
  margin: -32px 0 0 -32px;
}
.md-gutter > div {
  padding: 32px 0 0 32px;
}
.lg-gutter {
  margin: -48px 0 0 -48px;
}
.lg-gutter > div {
  padding: 48px 0 0 48px;
}
.xl-gutter {
  margin: -64px 0 0 -64px;
}
.xl-gutter > div {
  padding: 64px 0 0 64px;
}
.no-horiz-gutter {
  margin-left: 0;
}
.no-horiz-gutter > div {
  padding-left: 0;
}
.no-vert-gutter {
  margin-top: 0;
}
.no-vert-gutter > div {
  padding-top: 0;
}
@media (min-width: 0) {
  .col-xs {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-xs-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-xs-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-xs-1 {
    max-width: 8.3333%;
  }
  .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .row > .col-xs-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-xs-2 {
    max-width: 16.6667%;
  }
  .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .row > .col-xs-3 {
    flex: 0 0 25%;
  }
  .row > .col-xs-3 {
    max-width: 25%;
  }
  .row > .offset-xs-3 {
    margin-left: 25%;
  }
  .row > .col-xs-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-xs-4 {
    max-width: 33.3333%;
  }
  .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .row > .col-xs-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-xs-5 {
    max-width: 41.6667%;
  }
  .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .row > .col-xs-6 {
    flex: 0 0 50%;
  }
  .row > .col-xs-6 {
    max-width: 50%;
  }
  .row > .offset-xs-6 {
    margin-left: 50%;
  }
  .row > .col-xs-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-xs-7 {
    max-width: 58.3333%;
  }
  .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .row > .col-xs-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-xs-8 {
    max-width: 66.6667%;
  }
  .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .row > .col-xs-9 {
    flex: 0 0 75%;
  }
  .row > .col-xs-9 {
    max-width: 75%;
  }
  .row > .offset-xs-9 {
    margin-left: 75%;
  }
  .row > .col-xs-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-xs-10 {
    max-width: 83.3333%;
  }
  .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .row > .col-xs-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-xs-11 {
    max-width: 91.6667%;
  }
  .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .row > .col-xs-12 {
    flex: 0 0 100%;
  }
  .row > .col-xs-12 {
    max-width: 100%;
  }
  .row > .offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-sm-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-sm-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-sm-1 {
    max-width: 8.3333%;
  }
  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .row > .col-sm-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-sm-2 {
    max-width: 16.6667%;
  }
  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .row > .col-sm-3 {
    flex: 0 0 25%;
  }
  .row > .col-sm-3 {
    max-width: 25%;
  }
  .row > .offset-sm-3 {
    margin-left: 25%;
  }
  .row > .col-sm-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-sm-4 {
    max-width: 33.3333%;
  }
  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .row > .col-sm-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-sm-5 {
    max-width: 41.6667%;
  }
  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .row > .col-sm-6 {
    flex: 0 0 50%;
  }
  .row > .col-sm-6 {
    max-width: 50%;
  }
  .row > .offset-sm-6 {
    margin-left: 50%;
  }
  .row > .col-sm-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-sm-7 {
    max-width: 58.3333%;
  }
  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .row > .col-sm-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-sm-8 {
    max-width: 66.6667%;
  }
  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .row > .col-sm-9 {
    flex: 0 0 75%;
  }
  .row > .col-sm-9 {
    max-width: 75%;
  }
  .row > .offset-sm-9 {
    margin-left: 75%;
  }
  .row > .col-sm-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-sm-10 {
    max-width: 83.3333%;
  }
  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .row > .col-sm-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-sm-11 {
    max-width: 91.6667%;
  }
  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .row > .col-sm-12 {
    flex: 0 0 100%;
  }
  .row > .col-sm-12 {
    max-width: 100%;
  }
  .row > .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-md-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-md-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-md-1 {
    max-width: 8.3333%;
  }
  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .row > .col-md-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-md-2 {
    max-width: 16.6667%;
  }
  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .row > .col-md-3 {
    flex: 0 0 25%;
  }
  .row > .col-md-3 {
    max-width: 25%;
  }
  .row > .offset-md-3 {
    margin-left: 25%;
  }
  .row > .col-md-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-md-4 {
    max-width: 33.3333%;
  }
  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .row > .col-md-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-md-5 {
    max-width: 41.6667%;
  }
  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .row > .col-md-6 {
    flex: 0 0 50%;
  }
  .row > .col-md-6 {
    max-width: 50%;
  }
  .row > .offset-md-6 {
    margin-left: 50%;
  }
  .row > .col-md-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-md-7 {
    max-width: 58.3333%;
  }
  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .row > .col-md-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-md-8 {
    max-width: 66.6667%;
  }
  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .row > .col-md-9 {
    flex: 0 0 75%;
  }
  .row > .col-md-9 {
    max-width: 75%;
  }
  .row > .offset-md-9 {
    margin-left: 75%;
  }
  .row > .col-md-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-md-10 {
    max-width: 83.3333%;
  }
  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .row > .col-md-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-md-11 {
    max-width: 91.6667%;
  }
  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .row > .col-md-12 {
    flex: 0 0 100%;
  }
  .row > .col-md-12 {
    max-width: 100%;
  }
  .row > .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-lg-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-lg-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-lg-1 {
    max-width: 8.3333%;
  }
  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .row > .col-lg-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-lg-2 {
    max-width: 16.6667%;
  }
  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .row > .col-lg-3 {
    flex: 0 0 25%;
  }
  .row > .col-lg-3 {
    max-width: 25%;
  }
  .row > .offset-lg-3 {
    margin-left: 25%;
  }
  .row > .col-lg-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-lg-4 {
    max-width: 33.3333%;
  }
  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .row > .col-lg-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-lg-5 {
    max-width: 41.6667%;
  }
  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .row > .col-lg-6 {
    flex: 0 0 50%;
  }
  .row > .col-lg-6 {
    max-width: 50%;
  }
  .row > .offset-lg-6 {
    margin-left: 50%;
  }
  .row > .col-lg-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-lg-7 {
    max-width: 58.3333%;
  }
  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .row > .col-lg-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-lg-8 {
    max-width: 66.6667%;
  }
  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .row > .col-lg-9 {
    flex: 0 0 75%;
  }
  .row > .col-lg-9 {
    max-width: 75%;
  }
  .row > .offset-lg-9 {
    margin-left: 75%;
  }
  .row > .col-lg-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-lg-10 {
    max-width: 83.3333%;
  }
  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .row > .col-lg-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-lg-11 {
    max-width: 91.6667%;
  }
  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .row > .col-lg-12 {
    flex: 0 0 100%;
  }
  .row > .col-lg-12 {
    max-width: 100%;
  }
  .row > .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .col-xl-auto {
    width: auto;
    flex: 0 0 auto;
  }
  .row > .col-xl-1 {
    flex: 0 0 8.3333%;
  }
  .row > .col-xl-1 {
    max-width: 8.3333%;
  }
  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .row > .col-xl-2 {
    flex: 0 0 16.6667%;
  }
  .row > .col-xl-2 {
    max-width: 16.6667%;
  }
  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .row > .col-xl-3 {
    flex: 0 0 25%;
  }
  .row > .col-xl-3 {
    max-width: 25%;
  }
  .row > .offset-xl-3 {
    margin-left: 25%;
  }
  .row > .col-xl-4 {
    flex: 0 0 33.3333%;
  }
  .row > .col-xl-4 {
    max-width: 33.3333%;
  }
  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .row > .col-xl-5 {
    flex: 0 0 41.6667%;
  }
  .row > .col-xl-5 {
    max-width: 41.6667%;
  }
  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .row > .col-xl-6 {
    flex: 0 0 50%;
  }
  .row > .col-xl-6 {
    max-width: 50%;
  }
  .row > .offset-xl-6 {
    margin-left: 50%;
  }
  .row > .col-xl-7 {
    flex: 0 0 58.3333%;
  }
  .row > .col-xl-7 {
    max-width: 58.3333%;
  }
  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .row > .col-xl-8 {
    flex: 0 0 66.6667%;
  }
  .row > .col-xl-8 {
    max-width: 66.6667%;
  }
  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .row > .col-xl-9 {
    flex: 0 0 75%;
  }
  .row > .col-xl-9 {
    max-width: 75%;
  }
  .row > .offset-xl-9 {
    margin-left: 75%;
  }
  .row > .col-xl-10 {
    flex: 0 0 83.3333%;
  }
  .row > .col-xl-10 {
    max-width: 83.3333%;
  }
  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .row > .col-xl-11 {
    flex: 0 0 91.6667%;
  }
  .row > .col-xl-11 {
    max-width: 91.6667%;
  }
  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .row > .col-xl-12 {
    flex: 0 0 100%;
  }
  .row > .col-xl-12 {
    max-width: 100%;
  }
  .row > .offset-xl-12 {
    margin-left: 100%;
  }
}
.no-border {
  border: 0 !important;
}
.no-outline {
  outline: 0 !important;
}
.round-borders {
  border-radius: 2px !important;
}
.generic-margin,
.group > * {
  margin: 5px;
}
.no-transition {
  transition: none !important;
}
.transition-0 {
  transition: 0s !important;
}
.glossy {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04)) !important;
}
.q-placeholder::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.non-selectable {
  user-select: none !important;
}
.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.no-scroll {
  overflow: hidden !important;
}
.no-pointer-events {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.relative-position {
  position: relative;
}
.fit {
  width: 100% !important;
  height: 100% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body {
  min-width: 200px;
  font-family: 'Roboto', '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background: #fff;
  color: #0c0c0c;
}
a {
  color: #2e9dfd;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.25s;
}
a:hover {
  color: #027be3;
}
a:active,
a:hover {
  outline-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 110%;
  -webkit-font-smoothing: antialised;
}
h1 {
  font-size: 4.2rem;
  letter-spacing: -0.04em;
  margin: 2.1rem 0 1.68rem;
  font-weight: 300;
}
h2 {
  font-size: 3.56rem;
  letter-spacing: -0.02em;
  margin: 1.78rem 0 1.424rem;
}
h3 {
  font-size: 2.92rem;
  margin: 1.46rem 0 1.168rem;
}
h4 {
  font-size: 2.28rem;
  margin: 1.14rem 0 0.912rem;
}
h5 {
  font-size: 1.64rem;
  margin: 0.82rem 0 0.656rem;
  -moz-osx-font-smoothing: grayscale;
}
h6 {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin: 0.5rem 0 0.4rem;
  font-weight: 500;
}
p {
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
  line-height: 24px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
p.caption {
  font-weight: 300;
}
p.caption:not(:first-child) {
  margin-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
::-webkit-selection,
::-moz-selection,
::selection {
  background: #027be3;
  color: rgba(255,255,255,0.87);
}
textarea::-webkit-selection,
input::-webkit-selection,
textarea::-moz-selection,
input::-moz-selection,
textarea::selection,
input::selection {
  background: rgba(2,123,227,0.4);
  color: rgba(255,255,255,0.87);
}
*:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.no-box-shadow {
  box-shadow: none !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.disabled,
[disabled] {
  opacity: 0.6 !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.transparent {
  background: transparent !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}
body:not(.ios) .ios-only,
body.ios .ios-hide {
  display: none !important;
}
body:not(.mat) .mat-only,
body.mat .mat-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .xs-hide,
  .gt-xs,
  .sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sm-hide,
  .xs,
  .lt-sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lg-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xl-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .lg,
  .lt-xl {
    display: none !important;
  }
}
.q-focus-helper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border-radius: inherit;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.12s ease-in;
}
.q-focusable:focus .q-focus-helper,
.q-hoverable:hover .q-focus-helper {
  opacity: 0.15;
}
body.ios .q-hoverable:active .q-focus-helper {
  opacity: 0.3;
}
@-moz-keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-o-keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
._pricing {
  min-height: 100vh;
  background-image: linear-gradient(to bottom, #fff 0%, rgba(204,204,204,0.8) c 100%);
}
@media (min-width: 576px) {
  ._pricing .-blog-card-holder {
    padding: 0 !important;
  }
}
._pricing .-blog-central-card-holder {
  width: 100% !important;
}
@media (max-width: 767px) {
  ._pricing .-blog-central-card-holder {
    padding: 0 !important;
    max-width: 320px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ._pricing .-blog-central-card-holder {
    max-width: 760px !important;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  ._pricing .-blog-central-card-holder {
    max-width: 1180px !important;
  }
}
._pricing .-blog-side-card-holder {
  display: none;
}
._pricing .-term-switcher {
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
  z-index: 1;
}
._pricing .-term-switcher svg,
._pricing .-term-switcher input,
._pricing .-term-switcher label {
  cursor: pointer;
}
._pricing .-term-switcher input {
  display: none;
}
._pricing .-term-switcher svg {
  height: 50px;
  width: 50px;
}
._pricing .-term-switcher svg .-switch {
  fill: #c40000;
}
._pricing .-term-switcher svg .-tray {
  fill: #ff9800;
}
._pricing .-term-switcher .month {
  padding-right: 20px;
  font-weight: 600;
}
._pricing .-term-switcher .year {
  padding-left: 10px;
  font-weight: 600;
}
._pricing .-term-switcher.-monthly .year {
  color: #818181;
}
._pricing .-term-switcher.-monthly .month {
  color: #c40000;
}
._pricing .-term-switcher.-yearly svg {
  transform: rotate(180deg);
}
._pricing .-term-switcher.-yearly .year {
  color: #c40000;
}
._pricing .-term-switcher.-yearly .month {
  color: #818181;
}
.-stripe-notification .modal-dialog {
  max-width: 500px;
  width: auto;
  left: 47%;
}
@media (max-width: 575px) and (orientation: portrait) {
  .-stripe-notification .modal-dialog {
    max-width: none;
    width: 90%;
    left: 55%;
  }
}
._purchase-new {
  max-width: 920px;
}
._purchase-new .btn-apply-promo-code {
  text-align: left;
}
@media (max-width: 767px) {
  ._purchase-new .btn-apply-promo-code {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  ._purchase-new {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  ._purchase-new {
    min-height: 100vh;
    min-width: 280px;
  }
}
._purchase-new .-card-button a {
  -webkit-font-smoothing: antialiased;
  font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  border: 2px solid #fff;
  background-image: none;
  border-radius: 4px;
  color: #3c4043;
  font-weight: 500;
  height: 36px;
  min-width: 56px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: box-shadow 0.08s linear, min-width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
._purchase-new .-card-button a.-try-demo.-acc {
  border-color: #e65100;
}
._purchase-new .-card-button a.-try-demo.-acc span {
  color: #e65100;
}
._purchase-new .-card-button a.-try-demo.-all {
  border-color: #bf360c;
}
._purchase-new .-card-button a.-try-demo.-all span {
  color: #bf360c;
}
._purchase-new .-card-button a:hover {
  box-shadow: 0 5px 6px -3px rgba(255,255,255,0.2), 0 6px 9px 1px rgba(255,255,255,0.14), 0 2px 6px 2px rgba(255,255,255,0.12);
}
._purchase-new .-card-button a.-simple {
  border: none !important;
  font-weight: 400;
  text-align: left;
  padding-left: 0;
  justify-content: flex-start;
}
._purchase-new .-landing-page-title {
  font-weight: 300;
}
@media (min-width: 768px) {
  ._purchase-new .-landing-page-title {
    font-size: 2.02rem;
    margin: 1.46rem 0 1.168rem;
  }
}
@media (max-width: 767px) {
  ._purchase-new .-landing-page-title {
    flex-grow: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
  }
}
._purchase-new .-login-purchasing-modal {
  z-index: 1000;
}
._purchase-new .-login-purchasing-modal .-auth-close {
  position: absolute;
  right: 0;
  top: 5px;
}
._purchase-new .-login-purchasing-modal .modal-content {
  max-height: 90vh;
  min-height: 430px;
}
@media (min-width: 576px) {
  ._purchase-new .-login-purchasing-modal .modal-content {
    min-width: 360px;
  }
}
@media (max-width: 575px) {
  ._purchase-new .-login-purchasing-modal .modal-content {
    min-width: 300px;
    max-width: 95vw;
  }
}
._purchase-new .-read-more-modal .modal-content {
  min-height: 90vh;
}
@media (min-width: 1900px) {
  ._purchase-new .-read-more-modal .modal-content {
    min-width: 213mm;
  }
}
@media (min-width: 1700px) and (max-width: 1899px) {
  ._purchase-new .-read-more-modal .modal-content {
    min-width: 213mm;
  }
}
@media (min-width: 1500px) and (max-width: 1699px) {
  ._purchase-new .-read-more-modal .modal-content {
    min-width: 213mm;
  }
}
@media (max-width: 1499px) {
  ._purchase-new .-read-more-modal .modal-content {
    min-width: 98vw;
  }
}
._purchase-new .-holder {
  display: flex;
  justify-content: center;
}
._purchase-new .-holder .-acc-place {
  justify-content: flex-end;
}
._purchase-new .-holder .-all-place {
  justify-content: flex-end;
}
._purchase-new .-holder .-total-place {
  justify-content: flex-end;
}
._purchase-new .-holder .-card-place {
  display: flex;
  align-items: center;
  z-index: 1 /*.-card.-all {
				box-shadow: -5px -2px 5px -1px #ffd6004d, -4px -1px 20px 9px #ffd6004d, -4px 7px 15px 0px #ffd60070;
			}*/;
}
@media (min-width: 1200px) {
  ._purchase-new .-holder .-card-place {
    padding: 0 0 30px 40px;
  }
}
@media (max-width: 1199px) {
  ._purchase-new .-holder .-card-place {
    padding: 0 0 20px 0;
  }
}
@media (min-width: 768px) {
  ._purchase-new .-holder .-card,
  ._purchase-new .-holder .-action-block {
    width: 360px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  ._purchase-new .-holder .-card,
  ._purchase-new .-holder .-action-block {
    width: 320px;
  }
}
._purchase-new .-holder .-card {
  transition: background-color 0.08s linear;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  border-radius: 16px;
}
@media (min-width: 768px) {
  ._purchase-new .-holder .-card {
    height: 220px;
  }
}
@media (max-width: 767px) {
  ._purchase-new .-holder .-card {
    height: 200px;
  }
}
._purchase-new .-holder .-card.-waiting {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
._purchase-new .-holder .-card.-chosen {
  box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
._purchase-new .-holder .-card .-card-image {
  height: 167px;
  display: flex;
  justify-content: center;
}
._purchase-new .-holder .-card .-card-image img {
  width: 100%;
}
._purchase-new .-holder .-card .-card-title-row {
  height: 60px;
  flex-grow: 0;
}
._purchase-new .-holder .-card .-card-price-row {
  position: absolute;
  top: 110px;
  height: 40px;
  flex-grow: 0;
  align-items: flex-end;
  font-weight: 600;
  padding: 0 15px;
  right: 0;
}
._purchase-new .-holder .-card .-card-price-row span {
  font-size: 21px;
  font-weight: 800;
  display: none;
}
._purchase-new .-holder .-card .-card-buttons-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
}
._purchase-new .-holder .-card .-checkmark {
  width: 50px;
  height: 50px;
}
._purchase-new .-holder .-card .-card-button {
  -webkit-font-smoothing: antialiased;
  font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  border: 1px solid transparent;
  background-image: none;
  border-radius: 24px;
  color: #3c4043;
  font-weight: 500;
  height: 36px;
  min-width: 56px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: box-shadow 0.08s linear, min-width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
._purchase-new .-holder .-card .-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
._purchase-new .-holder .-card .-card-body:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  ._purchase-new .-holder .-card .-card-body:after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  ._purchase-new .-holder .-card .-card-body:after {
    width: 48px;
    height: 48px;
  }
}
._purchase-new .-holder .-card .-card-body h4 {
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 15px;
}
@media (min-width: 768px) {
  ._purchase-new .-holder .-card .-card-body h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  ._purchase-new .-holder .-card .-card-body h4 {
    font-size: 18px;
  }
}
._purchase-new .-holder .-card .-card-body .md-radio {
  height: 100%;
  padding: 0 15px 15px 15px;
}
._purchase-new .-holder .-card .-card-body .md-radio i {
  font-size: 36px;
}
._purchase-new .-holder .-card .-card-body .md-radio img {
  width: 50px;
  height: 50px;
}
._purchase-new .-holder .-card .-card-body .md-radio label {
  padding: 0;
  color: #212121;
  font-weight: 400;
  height: 100% !important;
}
._purchase-new .-holder .-card .-card-body .md-radio label:before {
  border: 2px solid #616161;
  display: none;
}
._purchase-new .-holder .-card .-card-body .md-radio label:after {
  background-color: #616161;
  display: none;
}
._purchase-new .-holder .-card .-card-body .md-radio input[disabled='disabled'] + label {
  cursor: no-drop;
}
._purchase-new .-holder .-card .-card-text {
  height: 0;
  padding: 0 15px 0 15px;
}
._purchase-new .-holder .-card .-card-text span {
  margin: 0 0 24px;
  font-weight: 300;
}
._purchase-new .-holder .-card .-card-text .-subtitle {
  text-transform: uppercase;
  font-size: 1.2rem;
}
._purchase-new .-holder .-card .-card-text .-text {
  min-height: 50px;
  font-size: 1rem;
  font-family: 'Kalam', cursive;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
._purchase-new .-holder .-card .-card-title-row {
  position: relative;
}
._purchase-new .-holder .-card .-card-title-row:after {
  content: '';
  position: absolute;
  width: 240px;
  height: 2px;
  bottom: 0;
  right: 15px;
  z-index: 1;
}
._purchase-new .-holder .-card .-card-details-row {
  width: 100%;
  justify-items: flex-end;
  text-align: right;
}
._purchase-new .-holder .-card .-card-details-row span {
  font-size: 16px;
  font-style: italic;
}
._purchase-new .-holder .-card.-acc {
  background-color: #fff3e0 !important;
  background-image: linear-gradient(#fff, #fff3e0 20%, #ffb74d 85%) !important;
  color: #e65100;
}
._purchase-new .-holder .-card.-acc .-card-body:after {
  background-image: url("/landing/images/cards/icons/accounting_2.svg");
}
._purchase-new .-holder .-card.-acc .-card-body input[type="radio"]:checked + label {
  color: #e65100;
}
._purchase-new .-holder .-card.-acc .-checkmark {
  color: #e65100;
}
._purchase-new .-holder .-card.-acc .-card-button {
  color: #e65100;
}
._purchase-new .-holder .-card.-acc:hover .-card-button {
  color: #e65100;
}
._purchase-new .-holder .-card.-acc.-chosen {
  color: #e65100;
}
._purchase-new .-holder .-card.-acc .-card-title-row {
  color: #e65100;
}
._purchase-new .-holder .-card.-acc .-card-title-row:after {
  background-color: #e65100;
}
._purchase-new .-holder .-card.-acc .-card-price-row {
  color: #e65100;
}
._purchase-new .-holder .-card.-all {
  background-color: #686868 !important;
/*background-image: linear-gradient($bg_rt, $al_bg_1 $bg_1_st, $al_bg_2 $bg_2_st) !important;*/
  background-image: linear-gradient(495deg, #000 9%, #b71500 84%) !important;
  border-left: 2px solid #ffd600;
  border-bottom: 2px solid #ffd600;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
._purchase-new .-holder .-card.-all .-card-body {
  border-radius: 16px;
}
._purchase-new .-holder .-card.-all .-card-body h4 {
  color: #ffdd4b;
  font-weight: 500;
}
._purchase-new .-holder .-card.-all .-card-body .-card-details-row {
  font-size: 16px;
  font-weight: 300;
  color: #fff9c4;
  padding: 0 15px 0 40px;
}
._purchase-new .-holder .-card.-all .-card-body:after {
  background-image: url("/landing/images/cards/icons/ruby.svg");
}
._purchase-new .-holder .-card.-all .-card-body .-card-title-row:after {
  background-color: #ffdd4b;
}
._purchase-new .-holder .-card.-all .-card-body .-card-price-row span {
  color: #fff;
}
._purchase-new .-holder .-card.-all .-card-body input[type="radio"]:checked + label {
  color: #fff;
}
._purchase-new .-holder .-card.-all .-checkmark {
  fill: #fff;
}
._purchase-new .-holder .-card.-all .-card-button {
  color: #ffdd4b;
}
._purchase-new .-holder .-card.-all:hover .-card-button {
  color: #ff3d00;
}
._purchase-new .-holder .-card.-all.-chosen {
  color: #d50000;
}
._purchase-new .-holder .-action-block {
  justify-content: space-between;
}
._purchase-new .-holder .-action-block .info-promo-code-wrapper .info-promo-code,
._purchase-new .-holder .-action-block .info-promo-code-wrapper:hover .info-promo-code {
  top: -25px;
  left: 0;
  width: 320px;
  font-size: 0.75rem;
}
.-purchasing-block {
  flex-direction: column;
}
.-purchasing-block.-second {
  width: 100%;
}
.-purchasing-block.-second .-payment-method label {
  font-size: 0.9rem !important;
}
@media (min-width: 576px) {
  .-purchasing-block.-second {
    height: 100%;
    padding: 30px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  }
}
@media (max-width: 767px) {
  .-purchasing-block.-second {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .-purchasing-block.-second {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .-purchasing-block.-second h4 {
    display: none;
  }
}
.-purchasing-block.-second .-purchase-form {
  flex-grow: 1;
}
.-purchasing-block.-second .q-input {
  border-bottom: 1px solid #ccc;
}
.form-forgot-password {
  margin-top: 5px;
  font-size: 1rem;
}
.form-forgot-password .form-bottom-text {
  margin-top: 10px;
  width: 100%;
  font-size: 0.75rem;
}
.form-forgot-password .form-validation-message {
  color: #ff4b31;
}
.btn-apply-promo-code,
.-sub-total,
.-vat,
.-discount,
.-total span {
  color: #424242;
  font-weight: 600;
}
.-agreed-row,
.-agreed-row i {
  color: #424242;
}
.-total-place > .row {
  width: 100%;
  height: 25px;
}
.-total-place .-title,
.-total-place .-price {
  display: flex;
  align-items: center;
}
.-total-place .-price {
  justify-content: flex-end;
}
.-total-place .-sub-total {
  font-size: 17px;
}
.-total-place .-vat span {
  font-size: 17px;
}
.-total-place .-discount {
  margin-bottom: 4px;
}
.-total-place .-discount span {
  font-size: 15px;
}
.-total-place .-total {
  margin-bottom: 4px;
}
.-total-place .-total .-title span {
  font-weight: 600;
  font-size: 19px;
}
.-total-place .-total .-price span {
  font-weight: 600;
  font-size: 19px;
}
.-total-place .-agreed-row .q-option-label {
  font-size: 14px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .-total-place .-agreed-row .q-option-label {
    padding-right: 20px;
  }
}
.-total-place .-button-row {
  border-bottom: transparent;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .-total-place .-button-row {
    padding: 4px 0 0 0;
  }
}
.-total-place .-button-row button {
  height: 40px;
  min-width: 160px;
}
.-comment-row {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .-comment-row span {
    font-size: 10px;
  }
}
@media (min-width: 576px) {
  .-comment-row span {
    font-size: 12px;
  }
}
._pricing-table {
  margin-top: 0;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  ._pricing-table {
    width: 100%;
  }
}
._pricing-table .row [class^="col"] {
  height: 100%;
}
._pricing-table .row [class^="col"]:nth-of-type(1) {
  padding-left: 5px;
}
@media (max-width: 575px) and (orientation: portrait) {
  ._pricing-table .row [class^="col"]:nth-of-type(1) {
    font-size: 0.7rem !important;
  }
}
._pricing-table .row.-pricing-header {
  justify-content: center;
}
._pricing-table .row.-pricing-header [class^="col"] {
  background-color: #616161;
  border-bottom-color: #616161;
}
@media (max-width: 767px) {
  ._pricing-table {
    width: 100%;
  }
}
._pricing-table .-pricing-header {
  align-items: center;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
}
._pricing-table .-pricing-header.row {
  height: 64px;
  align-items: center;
}
@media (max-width: 767px) and (orientation: landscape) {
  ._pricing-table .-pricing-header.row {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  ._pricing-table .-pricing-header.row [class ^="col"] {
    font-size: 0.55rem;
  }
  ._pricing-table .-pricing-header.row [class ^="col"] span {
    transform: rotate(-90deg);
  }
  ._pricing-table .-pricing-header.row [class ^="col"]:nth-of-type(1) span {
    transform: rotate(0deg);
  }
}
._pricing-table .-pricing-body {
  color: #000;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  ._pricing-table .-pricing-body.row {
    height: 40px;
  }
}
@media (min-width: 768px) {
  ._pricing-table .-pricing-body.row {
    height: 30px;
  }
}
._pricing-table .-pricing-body.row [class^="col"] {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  font-size: 0.9rem;
}
._pricing-table .-pricing-body.row [class^="col"]:nth-last-of-type(1) {
  border-right: 1px solid #e0e0e0;
}
._pricing-table .-pricing-body.row [class^="col"] .-yes {
  color: #008000;
}
._pricing-table .-pricing-body.row [class^="col"] .-no {
  color: #f00;
}
@media (max-width: 767px) {
  ._pricing-table .-pricing-body.row [class^="col"] {
    font-size: 0.85rem;
  }
}
._pricing-table .-pricing-body:last-of-type button {
  padding: 10px 15px;
  width: 100%;
  height: 100%;
}
._pricing-table .-pricing-body:last-of-type a {
  padding: 5px;
  height: 100%;
}
@media (max-width: 575px) {
  ._pricing-table .-pricing-body:last-of-type .button-title {
    font-size: 0.55rem;
  }
}
@media (min-width: 768px) {
  ._pricing-table .-pricing-body:last-of-type .button-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  ._pricing-table .-pricing-body:last-of-type .button-title {
    font-size: 0.55rem;
  }
}
@media (max-width: 767px) {
  ._pricing-table .-pricing-body:last-of-type .-contact-us .button-title {
    font-size: 0.55rem;
  }
}
@media (min-width: 768px) {
  ._pricing-table .-pricing-body:last-of-type .-contact-us .button-title {
    font-size: 0.75rem;
  }
}
.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
._right-panel {
  display: flex;
}
@media (min-width: 1200px) {
  ._right-panel {
    padding-top: 140px;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  ._right-panel {
    justify-content: space-between;
    flex-direction: column;
    max-width: 100% !important;
    width: 100% !important;
    align-items: center;
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  ._right-panel {
    flex-direction: column;
  }
}
@media (max-width: 575px) and (orientation: portrait) {
  ._right-panel {
    padding-left: 8px;
    padding-right: 8px;
  }
}
._right-panel a {
  font-size: 0.9rem;
  font-variant: small-caps;
  text-align: right;
}
._right-panel .q-card-container .row {
  height: 40px;
}
@media (max-width: 767px) {
  ._right-panel .q-card-container .row span {
    font-size: 0.9rem;
  }
}
._right-panel .q-card-title {
  font-weight: 500;
  justify-content: center;
  color: #424242;
  font-size: 1.5rem;
}
._right-panel .q-card-primary {
  position: relative;
  background-color: #fff;
  padding: 16px;
}
._right-panel .q-card-main {
  margin-bottom: 0;
  background-color: #fff;
}
._right-panel .q-card-main.q-card-container {
  flex-grow: 1;
}
._right-panel .q-card-main a {
  font-size: 1rem;
  transition: 0.33s all ease;
}
._right-panel .q-card-main:hover {
  transition: 0.33s all ease;
}
._right-panel .q-card-media {
  display: block;
  padding: 8px 16px;
  background-color: #fff;
  color: #424242;
  height: 50%;
}
._right-panel .q-card {
  position: relative;
}
@media (min-width: 1200px) {
  ._right-panel .q-card {
    margin-bottom: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1199px) {
  ._right-panel .q-card {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  ._right-panel .q-card.-right-button {
    display: none;
  }
  ._right-panel .q-card:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 575px) {
  ._right-panel .q-card {
    width: 100%;
  }
  ._right-panel .q-card:nth-of-type(3) {
    display: flex;
    justify-content: flex-end;
  }
}
._terms-page .-blog-central-card-holder,
._system-requirements-page .-blog-central-card-holder {
  z-index: 0;
}
@media (max-width: 767px) {
  ._terms-page .-blog-central-card-holder,
  ._system-requirements-page .-blog-central-card-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
._terms-page .-terms-block,
._system-requirements-page .-terms-block {
  width: 100%;
  text-align: left;
}
._terms-page .-terms-block h2,
._system-requirements-page .-terms-block h2 {
  font-size: 1.56rem;
  letter-spacing: -0.02em;
  margin: 1.78rem 0 1.424rem;
}
._terms-page .-terms-block h3,
._system-requirements-page .-terms-block h3 {
  font-size: 1.36rem;
  letter-spacing: -0.02em;
  margin: 1.78rem 0 1.424rem;
}
@media (min-width: 576px) {
  ._terms-page .-terms-block,
  ._system-requirements-page .-terms-block {
    width: 100%;
    max-width: 900px;
    padding: 30px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  ._terms-page .-terms-block,
  ._system-requirements-page .-terms-block {
    min-height: 450px;
  }
}
@media (min-width: 576px) and (orientation: portrait) {
  ._terms-page .-terms-block,
  ._system-requirements-page .-terms-block {
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  ._terms-page .-terms-block,
  ._system-requirements-page .-terms-block {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  ._terms-page .-terms-block,
  ._system-requirements-page .-terms-block {
    max-width: 530px;
  }
}
.video-modal {
  display: block;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.video-modal iframe {
  width: 100%;
  height: 100%;
}
.video-modal .video-modal-dialog {
  transform: translate(0, 0);
  top: 20%;
  background: #fefefe;
  border: #333 solid 1px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20vh;
  z-index: 11;
}
@media (min-width: 992px) {
  .video-modal .video-modal-dialog {
    min-width: 350px;
    width: 50vw;
  }
}
@media (max-width: 991px) {
  .video-modal .video-modal-dialog {
    width: 100vw;
  }
}
.video-modal .video-modal-body {
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .video-modal .video-modal-body {
    min-height: 300px;
    min-width: 300px;
    height: 50vh;
  }
}
@media (max-width: 991px) {
  .video-modal .video-modal-body {
    height: 60vh;
  }
}
.video-modal .video-modal-footer {
  text-align: right;
  padding: 10px 20px;
}
.video-modal h2 {
  font-size: 20px;
}
.video-modal .btn {
  background: #027be3;
  border: #027be3 solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color 0.1s ease;
}
.video-modal .btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.video-modal .video-btn-close {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.video-modal:hover {
  color: #919191;
}
