/*!
 * vue-material v1.0.0-beta-15
 * Made with <3 by marcosmoura 2020
 * Released under the MIT License.
 */
*,
:after,
:before {
    box-sizing: inherit
}

html {
    height: 100%;
    box-sizing: border-box;
    transition: background-color .3s cubic-bezier(.25, .8, .25, 1)
}

body {
    min-height: 100%;
    margin: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Noto Sans, -apple-system, BlinkMacSystemFont, sans-serif
}

a:not(.md-button) {
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition-property: color, background-color, opacity
}

audio,
canvas,
embed,
iframe,
img,
object,
video {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle
}

audio:not(.md-image),
canvas:not(.md-image),
embed:not(.md-image),
iframe:not(.md-image),
img:not(.md-image),
object:not(.md-image),
video:not(.md-image) {
    height: auto
}

[tabindex="-1"]:focus {
    outline: none !important
}

.md-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 8px
}

.md-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px
}

.md-scrollbar::-webkit-scrollbar-button {
    display: none
}

.md-caption {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 17px
}

.md-body-1,
body {
    font-weight: 400;
    line-height: 20px
}

.md-body-1,
.md-body-2,
body {
    font-size: 14px;
    letter-spacing: .01em
}

.md-body-2 {
    font-weight: 500;
    line-height: 24px
}

.md-subheading {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 24px
}

.md-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .005em;
    line-height: 26px
}

.md-headline {
    font-size: 24px;
    line-height: 32px
}

.md-display-1,
.md-headline {
    font-weight: 400;
    letter-spacing: 0
}

.md-display-1 {
    font-size: 34px;
    line-height: 40px
}

.md-display-2 {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 48px
}

.md-display-3 {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 58px
}

.md-display-4 {
    font-size: 112px;
    font-weight: 300;
    letter-spacing: -.01em;
    line-height: 112px
}

a:not(.md-button) {
    text-decoration: none
}

a:not(.md-button):hover {
    text-decoration: underline
}

button:focus {
    outline: none
}

.md-app {
    display: flex;
    overflow: hidden;
    position: relative
}

.md-app.md-fixed .md-app-scroller {
    overflow: auto
}

.md-app.md-fixed-last,
.md-app.md-flexible,
.md-app.md-overlap,
.md-app.md-reveal {
    transform: translateZ(0)
}

.md-app.md-fixed-last .md-app-toolbar,
.md-app.md-flexible .md-app-toolbar,
.md-app.md-overlap .md-app-toolbar,
.md-app.md-reveal .md-app-toolbar {
    position: absolute;
    top: 0
}

.md-app.md-flexible .md-app-toolbar,
.md-app.md-overlap .md-app-toolbar {
    min-height: 0
}

.md-app.md-flexible .md-toolbar-row:first-child {
    z-index: 2
}

.md-app.md-flexible .md-toolbar-row:last-child {
    position: fixed;
    bottom: 0;
    z-index: 1
}

.md-app.md-flexible .md-display-1 {
    position: fixed
}

.md-app.md-overlap .md-app-toolbar {
    z-index: 1
}

.md-app.md-overlap .md-app-content {
    margin: -64px 24px 24px;
    position: relative;
    z-index: 2
}

.md-app-content {
    padding: 16px
}

.md-app-content > p:first-child {
    margin-top: 0
}

.md-app-content > p:last-child {
    margin-bottom: 0
}

.md-app-container {
    flex: 1;
    display: flex;
    overflow: auto;
    transform: translateZ(0);
    transition: padding-left .4s cubic-bezier(.4, 0, .2, 1), padding-right .4s cubic-bezier(.4, 0, .2, 1);
    will-change: padding-left, padding-right
}

.md-app-scroller {
    flex: 1
}

@media (max-width:960px) {
    .md-app.md-overlap .md-app-content {
        margin: -64px 16px 16px
    }
}

@media (max-width:600px) {
    .md-app.md-overlap .md-app-content {
        margin: -64px 8px 8px
    }
}

@media (min-width:600px) {
    .md-app-drawer.md-permanent-card + .md-app-scroller .md-content {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none
    }

    .md-app-content {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent
    }
}

.md-app-internal-drawer,
.md-app-side-drawer .md-app-container {
    flex-direction: column
}

.md-app-internal-drawer .md-app-scroller {
    overflow: auto
}

.md-no-elevation {
    box-shadow: none !important
}

.md-fixed-last .md-reveal-active,
.md-flexible .md-reveal-active,
.md-overlap .md-reveal-active,
.md-reveal .md-reveal-active {
    transform: translate3d(0, calc(100% + 10px), 0);
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition-property: box-shadow, transform;
    will-change: height, box-shadow, transform
}

.md-app-toolbar {
    min-height: 64px
}

.md-overlap .md-app-toolbar {
    height: 196px
}

.md-fixed-last-active {
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition-property: box-shadow, transform;
    will-change: height, box-shadow, transform
}

.md-overlap-off {
    z-index: 3 !important
}

.md-app-content {
    min-height: 100%
}

.md-app-content .md-card {
    margin-right: 16px;
    margin-left: 16px;
    overflow: visible
}

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

.md-badge-content .md-position-top {
    top: -4px
}

.md-badge-content .md-position-bottom {
    bottom: -4px
}

.md-badge {
    position: absolute;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    right: -4px;
    font-size: 10px;
    font-style: normal;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    pointer-events: none;
    z-index: 6
}

.md-list-item-content .md-badge {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0
}

.md-badge.md-dense {
    width: 18px;
    height: 18px;
    font-size: 8px
}

.md-badge.md-square {
    width: auto;
    border-radius: 3px;
    height: 18px;
    padding: 0 4px
}

.md-autocomplete .md-menu {
    width: 100%;
    display: flex
}

.md-autocomplete-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.md-field.md-inline.md-autocomplete-box {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding-top: 2px;
    border-radius: 2px
}

.md-field.md-inline.md-autocomplete-box.md-focused {
    z-index: 13
}

.md-field.md-inline.md-autocomplete-box:after,
.md-field.md-inline.md-autocomplete-box:before {
    display: none
}

.md-toolbar .md-field.md-inline.md-autocomplete-box {
    min-height: 40px;
    height: 40px;
    margin: 0;
    box-shadow: none
}

.md-field.md-inline.md-autocomplete-box .md-menu {
    align-items: center
}

.md-field.md-inline.md-autocomplete-box .md-input {
    padding-left: 16px
}

.md-field.md-inline.md-autocomplete-box.md-focused label,
.md-field.md-inline.md-autocomplete-box .md-input-action,
.md-field.md-inline.md-autocomplete-box label {
    top: 50%;
    transform: translateY(-50%)
}

.md-field.md-inline.md-autocomplete-box .md-input-action {
    right: 8px
}

.md-field.md-inline.md-autocomplete-box.md-focused label,
.md-field.md-inline.md-autocomplete-box label {
    margin-top: 2px;
    left: 16px
}

.md-autocomplete-box-content:after {
    height: 6px;
    position: absolute;
    top: -6px;
    right: 0;
    left: 0;
    z-index: 13;
    border-bottom: 1px solid;
    content: ""
}

.md-avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 40px;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    transition-property: color, background-color;
    will-change: color, background-color;
    font-size: 24px;
    letter-spacing: -.05em;
    vertical-align: middle
}

.md-avatar.md-large {
    min-width: 64px;
    min-height: 64px;
    border-radius: 64px;
    font-size: 32px
}

.md-avatar.md-large .md-icon {
    font-size: 40px !important
}

.md-avatar.md-small {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 24px;
    font-size: 14px
}

.md-avatar.md-small .md-icon {
    font-size: 16px !important
}

.md-avatar .md-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.md-avatar img {
    width: 100%;
    height: 100%;
    display: block
}

.md-avatar .md-ripple {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.md-bottom-bar {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    width: 100%;
    transition: background-color .5s cubic-bezier(.4, 0, .2, 1)
}

.md-bottom-bar > .md-ripple {
    display: flex;
    flex-wrap: wrap
}

.md-bottom-bar.md-type-fixed {
    justify-content: center
}

.md-bottom-bar.md-type-fixed .md-bottom-bar-item {
    min-width: 80px;
    max-width: 168px;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    transition-property: color;
    will-change: color
}

.md-bottom-bar.md-type-fixed .md-bottom-bar-item .md-bottom-bar-label {
    transform: scale(.8571) translate3D(0, 4px, 0)
}

.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-ripple {
    padding-top: 6px
}

.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-bottom-bar-icon {
    transform: translate3d(0, -2px, 0)
}

.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-bottom-bar-label {
    transform: translate3D(0, 3px, 0)
}

.md-bottom-bar.md-type-shift {
    justify-content: center
}

.md-bottom-bar.md-type-shift > .md-ripple .md-ripple-enter-active {
    transition-duration: 1.1s !important
}

.md-bottom-bar.md-type-shift > .md-ripple .md-ripple-enter {
    opacity: 1
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item {
    min-width: 56px;
    max-width: 96px;
    flex: 1 1 32px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: padding, min-width, max-width, flex, color;
    will-change: padding, min-width, max-width, flex, color
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-ripple {
    padding: 16px
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-bottom-bar-icon {
    transform: translate3d(0, 8px, 0)
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-bottom-bar-label {
    opacity: 0;
    transform: scale(.7) translate3d(0, 6px, 0)
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active {
    min-width: 96px;
    max-width: 168px;
    flex: 1 1 72px
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-ripple {
    padding: 6px 0 10px
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-bottom-bar-icon {
    transform: translateZ(0)
}

.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-bottom-bar-label {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

.md-bottom-bar .md-bottom-bar-item {
    height: 56px;
    margin: 0;
    flex: 1;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-transform: none
}

.md-bottom-bar .md-bottom-bar-item .md-ripple {
    padding: 8px 12px 10px;
    transition: padding .3s cubic-bezier(.25, .8, .25, 1);
    will-change: padding
}

.md-bottom-bar .md-bottom-bar-item .md-button-content {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center
}

.md-bottom-bar .md-bottom-bar-item .md-bottom-bar-icon,
.md-bottom-bar .md-bottom-bar-item .md-bottom-bar-label {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity
}

.md-ripple {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0)
}

.md-ripple-wave {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background: currentColor;
    border-radius: 50%;
    opacity: 0;
    transform: scale(2) translateZ(0)
}

.md-ripple-wave.md-centered {
    animation-duration: 1.2s;
    top: 50%;
    left: 50%
}

.md-ripple-wave ~ :not(.md-ripple-wave) {
    position: relative;
    z-index: 2
}

.md-ripple-enter-active {
    transition: .8s cubic-bezier(.25, .8, .25, 1);
    transition-property: opacity, transform;
    will-change: opacity, transform
}

.md-ripple-enter-active.md-centered {
    transition-duration: 1.2s
}

.md-ripple-enter {
    opacity: .26;
    transform: scale(.26) translateZ(0)
}

.md-button,
.md-button-clean {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap
}

.md-button {
    min-width: 88px;
    height: 36px;
    margin: 6px 8px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.md-button:active {
    outline: none
}

.md-button[disabled] {
    pointer-events: none
}

.md-button:not([disabled]) {
    cursor: pointer
}

.md-button:not([disabled]).md-focused:before,
.md-button:not([disabled]):active:before,
.md-button:not([disabled]):hover:before {
    background-color: currentColor;
    opacity: .12
}

.md-button:not([disabled]).md-focused.md-accent:before,
.md-button:not([disabled]).md-focused.md-primary:before,
.md-button:not([disabled]):active:before {
    opacity: .2
}

.md-button:not([disabled]).md-ripple-off:active:before {
    opacity: .26
}

.md-button.md-plain.md-button.md-raised:not([disabled]) {
    color: rgba(0, 0, 0, .87);
    background-color: #fff
}

.md-button.md-plain.md-button.md-raised:not([disabled]) .md-icon-font {
    color: rgba(0, 0, 0, .87)
}

.md-button.md-plain.md-button.md-raised:not([disabled]) .md-icon-image {
    fill: rgba(0, 0, 0, .87)
}

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

.md-button:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color, opacity;
    content: " "
}

.md-button.md-dense {
    height: 32px;
    font-size: 13px
}

.md-button.md-raised:not([disabled]) {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.md-button.md-raised:not([disabled]):active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.md-button.md-raised:not([disabled]).md-ripple-off:active:before {
    opacity: .2
}

.md-button + .md-button {
    margin-left: 0
}

.md-button .md-ripple {
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.md-button-spaced .md-ripple {
    padding: 0 16px
}

.md-fab,
.md-icon-button {
    border-radius: 50%;
    z-index: 5
}

.md-fab .md-ripple,
.md-fab:before,
.md-icon-button .md-ripple,
.md-icon-button:before {
    border-radius: 50%
}

.md-fab.md-dense .md-ripple-wave,
.md-fab.md-mini .md-ripple-wave,
.md-icon-button .md-ripple-wave {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
}

.md-icon-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 6px
}

.md-icon-button.md-dense {
    width: 32px;
    min-width: 32px;
    height: 32px
}

.md-icon-button .md-ripple-enter-active {
    transition-duration: 1.2s
}

.md-fab {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    width: 56px;
    height: 56px;
    min-width: 0;
    overflow: hidden
}

.md-fab:active {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.md-fab.md-dense,
.md-fab.md-mini {
    width: 40px;
    height: 40px
}

.md-fab.md-fab-top-left,
.md-fab.md-fab-top-right {
    position: absolute;
    top: 24px
}

.md-fab.md-fab-bottom-left,
.md-fab.md-fab-bottom-right {
    position: absolute;
    bottom: 24px
}

.md-fab.md-fab-bottom-center,
.md-fab.md-fab-top-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.md-fab.md-fab-top-center {
    top: 24px
}

.md-fab.md-fab-bottom-center {
    bottom: 24px
}

.md-fab.md-fab-bottom-right,
.md-fab.md-fab-top-right {
    right: 24px
}

.md-fab.md-fab-bottom-left,
.md-fab.md-fab-top-left {
    left: 24px
}

.md-fab.md-fixed {
    position: fixed
}

.md-fab .md-ripple {
    padding: 0
}

.md-button-content {
    position: relative;
    z-index: 2
}

.md-card {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    position: relative;
    z-index: 1;
    border-radius: 2px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: color, background-color;
    will-change: color, background-color
}

.md-card.md-with-hover {
    cursor: pointer;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.25, .8, .25, 1);
    will-change: background-color, box-shadow
}

.md-card.md-with-hover:hover {
    z-index: 2;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.md-card.md-expand-active .md-card-expand-trigger.md-icon-button {
    transform: rotate(180deg)
}

.md-card .md-subhead,
.md-card .md-subheading,
.md-card .md-title {
    margin: 0;
    font-weight: 400
}

.md-card .md-subhead {
    opacity: .54;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 20px
}

.md-card .md-subhead + .md-title {
    margin-top: 4px
}

.md-card .md-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px
}

.md-card-area,
.md-card > .md-card-area:not(:last-child) {
    position: relative
}

.md-card > .md-card-area:not(:last-child):after {
    height: 1px;
    position: absolute;
    bottom: 0;
    content: " "
}

.md-card > .md-card-area:not(:last-child):not(.md-inset):after {
    right: 0;
    left: 0
}

.md-card > .md-card-area:not(:last-child).md-inset:after {
    right: 16px;
    left: 16px
}

.md-card-header {
    padding: 16px
}

.md-card-header:first-child > .md-card-header-text > .md-title:first-child,
.md-card-header:first-child > .md-title:first-child {
    margin-top: 8px
}

.md-card-header:last-child {
    margin-bottom: 8px
}

.md-card-header.md-card-header-flex {
    display: flex;
    justify-content: space-between
}

.md-card-header + .md-card-content {
    padding-top: 0
}

.md-card-header + .md-card-actions:not(:last-child) {
    padding: 0 8px
}

.md-card-header > img {
    border-radius: 50%
}

.md-card-header .md-avatar,
.md-card-header > img {
    margin-right: 16px;
    float: left
}

.md-card-header .md-avatar ~ .md-title,
.md-card-header > img ~ .md-title {
    font-size: 14px
}

.md-card-header .md-avatar ~ .md-subhead,
.md-card-header .md-avatar ~ .md-title,
.md-card-header > img ~ .md-subhead,
.md-card-header > img ~ .md-title {
    font-weight: 500;
    line-height: 20px
}

.md-card-header .md-button {
    margin: 0
}

.md-card-header .md-button:last-child {
    margin-right: -4px
}

.md-card-header .md-button + .md-button {
    margin-left: 8px
}

.md-card-header .md-card-header-text {
    flex: 1
}

.md-card-header .md-card-media {
    width: 80px;
    height: 80px;
    margin-left: 16px;
    flex: 0 0 80px
}

.md-card-header .md-card-media.md-medium {
    width: 120px;
    height: 120px;
    flex: 0 0 120px
}

.md-card-header .md-card-media.md-big {
    width: 160px;
    height: 160px;
    flex: 0 0 160px
}

.md-card-media {
    position: relative
}

.md-card-media.md-ratio-16-9 {
    overflow: hidden
}

.md-card-media.md-ratio-16-9:before {
    width: 100%;
    padding-top: 56.25%;
    display: block;
    content: " "
}

.md-card-media.md-ratio-16-9 img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%)
}

.md-card-media.md-ratio-4-3 {
    overflow: hidden
}

.md-card-media.md-ratio-4-3:before {
    width: 100%;
    padding-top: 75%;
    display: block;
    content: " "
}

.md-card-media.md-ratio-4-3 img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%)
}

.md-card-media.md-ratio-1-1 {
    overflow: hidden
}

.md-card-media.md-ratio-1-1:before {
    width: 100%;
    padding-top: 100%;
    display: block;
    content: " "
}

.md-card-media.md-ratio-1-1 img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%)
}

.md-card-media + .md-card-header {
    padding-top: 24px
}

.md-card-media + .md-card-content:last-child {
    padding-bottom: 16px
}

.md-card-media img {
    width: 100%
}

.md-card-media-actions {
    padding: 16px;
    display: flex;
    justify-content: space-between
}

.md-card-media-actions .md-card-media {
    max-width: 240px;
    max-height: 240px;
    flex: 1
}

.md-card-media-actions .md-card-actions {
    margin-left: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.md-card-media-actions .md-card-actions .md-button + .md-button {
    margin: 8px 0 0
}

.md-card-media-cover {
    position: relative;
    color: #fff
}

.md-card-media-cover.md-solid .md-card-area {
    background-color: rgba(0, 0, 0, .54)
}

.md-card-media-cover.md-text-scrim .md-card-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.md-card-media-cover .md-card-area {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.md-card-media-cover .md-card-header {
    display: flex;
    flex-direction: column
}

.md-card-media-cover .md-card-header + .md-card-actions {
    padding-top: 0
}

.md-card-media-cover .md-subhead {
    opacity: 1
}

.md-card-media-cover .md-card-actions .md-button:not(.md-primary):not(.md-accent),
.md-card-media-cover .md-card-actions .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon,
.md-card-media-cover .md-card-header .md-button:not(.md-primary):not(.md-accent),
.md-card-media-cover .md-card-header .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon {
    color: #fff !important
}

.md-card-content {
    padding: 16px;
    font-size: 14px;
    line-height: 22px
}

.md-card-content:last-of-type {
    padding-bottom: 24px
}

.md-card-expand {
    overflow: hidden
}

.md-card-expand .md-card-actions {
    position: relative;
    z-index: 2
}

.md-card-expand .md-card-expand-content {
    position: relative;
    z-index: 1
}

.md-card-expand-trigger.md-icon-button {
    transition: transform .4s cubic-bezier(.25, .8, .25, 1);
    will-change: transform
}

.md-card-expand-content {
    overflow: hidden;
    transform: translateZ(0);
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    transition-property: opacity, margin-top;
    will-change: opacity, margin-top
}

.md-card-actions {
    padding: 8px;
    display: flex;
    align-items: center
}

.md-card-actions.md-alignment-right {
    justify-content: flex-end
}

.md-card-actions.md-alignment-left {
    justify-content: flex-start
}

.md-card-actions.md-alignment-space-between {
    justify-content: space-between
}

.md-card-actions .md-button {
    margin: 0
}

.md-card-actions .md-button:first-child {
    margin-left: 0
}

.md-card-actions .md-button:last-child {
    margin-right: 0
}

.md-card-actions .md-button + .md-button {
    margin-left: 4px
}

.md-checkbox {
    width: auto;
    margin: 16px 16px 16px 0;
    display: inline-flex;
    position: relative
}

.md-checkbox:not(.md-disabled),
.md-checkbox:not(.md-disabled) .md-checkbox-label {
    cursor: pointer
}

.md-checkbox .md-checkbox-container {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    border-radius: 2px;
    border: 2px solid transparent;
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.md-checkbox .md-checkbox-container:focus {
    outline: none
}

.md-checkbox .md-checkbox-container:after,
.md-checkbox .md-checkbox-container:before {
    position: absolute;
    transition: .4s cubic-bezier(.55, 0, .55, .2);
    content: " "
}

.md-checkbox .md-checkbox-container:before {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    z-index: 6;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.md-checkbox .md-checkbox-container:after {
    width: 6px;
    height: 13px;
    top: 0;
    left: 5px;
    z-index: 7;
    border: 2px solid transparent;
    border-top: 0;
    border-left: 0;
    opacity: 0;
    transform: rotate(45deg) scale3D(.15, .15, 1)
}

.md-checkbox .md-checkbox-container .md-ripple {
    width: 48px !important;
    height: 48px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.md-checkbox .md-checkbox-container input {
    position: absolute;
    left: -999em
}

.md-checkbox .md-checkbox-label {
    height: 20px;
    padding-left: 16px;
    position: relative;
    line-height: 20px
}

.md-checkbox.md-indeterminate .md-checkbox-container:after {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    z-index: 4;
    border-style: solid;
    border-width: 0 0 2px;
    opacity: 0;
    transform: translate(-50%, -50%) !important
}

.md-checkbox.md-checked .md-checkbox-container:after {
    opacity: 1;
    transform: rotate(45deg) scaleX(1);
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.md-checkbox.md-disabled.md-checked .md-checkbox-container {
    border-color: transparent !important
}

.md-checkbox.md-required label:after {
    position: absolute;
    top: 2px;
    right: 0;
    transform: translateX(calc(100% + 2px));
    content: "*";
    line-height: 1em;
    vertical-align: top
}

.md-chips.md-field {
    padding-top: 12px;
    flex-wrap: wrap
}

.md-chips.md-field.md-has-value label {
    top: -6px
}

.md-chips.md-field .md-chip {
    margin-bottom: 4px
}

.md-chips.md-field .md-chip:last-of-type {
    margin-right: 8px
}

.md-chips.md-field .md-input {
    min-width: 128px
}

.md-field {
    width: 100%;
    min-height: 48px;
    margin: 4px 0 24px;
    padding-top: 16px;
    display: flex;
    position: relative;
    font-family: inherit
}

.md-field:after,
.md-field:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: border .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1), transform 0s cubic-bezier(.4, 0, .2, 1) .3s;
    will-change: border, opacity, transform;
    content: " "
}

.md-field:after {
    height: 1px
}

.md-field:before {
    height: 2px;
    z-index: 2;
    opacity: 0;
    transform: scaleX(.12)
}

.md-field label {
    position: absolute;
    top: 23px;
    left: 0;
    pointer-events: none;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    transition-duration: .3s;
    font-size: 16px;
    line-height: 20px
}

.md-field .md-prefix,
.md-field .md-suffix {
    font-size: 16px;
    line-height: 32px;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center
}

.md-field .md-prefix {
    display: none;
    padding-right: 4px
}

.md-field.md-focused .md-prefix,
.md-field.md-has-value .md-prefix {
    display: block
}

.md-field .md-input,
.md-field .md-textarea {
    height: 32px;
    padding: 0;
    display: block;
    flex: 1;
    border: none;
    background: none;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    transition-property: font-size, padding-top, color;
    font-family: inherit;
    font-size: 16px;
    line-height: 32px
}

.md-field .md-input[type=date],
.md-field .md-textarea[type=date] {
    font-size: 16px
}

.md-field .md-input[disabled],
.md-field .md-textarea[disabled] {
    cursor: default
}

.md-field .md-input:focus,
.md-field .md-textarea:focus {
    outline: none
}

.md-field .md-input::-webkit-input-placeholder,
.md-field .md-textarea::-webkit-input-placeholder {
    font-size: 16px;
    text-shadow: none;
    -webkit-text-fill-color: initial;
    -webkit-transition: .4s cubic-bezier(.25, .8, .25, 1);
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition-property: font-size, color;
    transition-property: font-size, color
}

.md-field .md-textarea {
    min-height: 32px;
    max-height: 230px;
    padding: 5px 0;
    resize: none;
    line-height: 1.3em
}

.md-field .md-count,
.md-field .md-error,
.md-field .md-helper-text {
    height: 20px;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.md-field .md-error {
    display: block !important;
    left: 0;
    opacity: 0;
    transform: translate3d(0, -8px, 0)
}

.md-field .md-count {
    right: 0
}

.md-field .md-input-action {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0;
    position: absolute;
    top: 16px;
    right: 0;
    transition: .4s cubic-bezier(.4, 0, .2, 1)
}

.md-field .md-input-action.md-input-action-enter-active,
.md-field .md-input-action.md-input-action-leave-active {
    opacity: 0
}

.md-field .md-input-action.md-input-action-enter-to {
    opacity: 1
}

.md-field > .md-icon {
    margin: 4px auto;
    position: relative;
    z-index: 3;
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.md-field > .md-icon:last-of-type:not(:first-child):after {
    display: none
}

.md-field > .md-icon:after {
    width: 37px;
    height: 4px;
    position: absolute;
    left: -1px;
    bottom: -5px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    content: ""
}

.md-field > .md-icon ~ label {
    left: 36px
}

.md-field > .md-icon ~ .md-file,
.md-field > .md-icon ~ .md-input,
.md-field > .md-icon ~ .md-textarea {
    margin-left: 12px
}

.md-field + .md-has-textarea:not(.md-autogrow) {
    margin-top: 36px
}

.md-field.md-has-placeholder label {
    pointer-events: auto;
    top: 10px;
    opacity: 0;
    font-size: 12px
}

.md-field.md-has-placeholder .md-input,
.md-field.md-has-placeholder .md-textarea {
    font-size: 16px
}

.md-field.md-has-textarea:not(.md-autogrow):after,
.md-field.md-has-textarea:not(.md-autogrow):before {
    height: auto;
    pointer-events: none;
    top: 0;
    bottom: 0;
    transform: none;
    background: none !important;
    border: 1px solid transparent;
    border-radius: 3px
}

.md-field.md-has-textarea:not(.md-autogrow):before {
    border-width: 2px
}

.md-field.md-has-textarea:not(.md-autogrow) label {
    top: 16px;
    left: 16px
}

.md-field.md-has-textarea:not(.md-autogrow) .md-textarea {
    min-height: 100px;
    padding: 0 16px;
    resize: vertical
}

.md-field.md-has-textarea:not(.md-autogrow) > .md-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3
}

.md-field.md-has-textarea:not(.md-autogrow) .md-count {
    right: 6px;
    bottom: 2px
}

.md-field.md-has-textarea:not(.md-autogrow) .md-clear {
    top: 6px;
    right: 6px
}

.md-field.md-has-textarea:not(.md-autogrow).md-focused label,
.md-field.md-has-textarea:not(.md-autogrow).md-has-value label {
    top: 6px
}

.md-field.md-has-textarea:not(.md-autogrow).md-focused .md-textarea,
.md-field.md-has-textarea:not(.md-autogrow).md-has-value .md-textarea {
    padding-top: 10px
}

.md-field.md-has-file:after,
.md-field.md-has-file:before,
.md-field.md-has-file label {
    left: 36px
}

.md-field.md-has-file .md-input {
    margin-left: 12px
}

.md-field.md-focused:before,
.md-field.md-highlight:before {
    opacity: 1;
    transform: scaleX(1);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: border, opacity, transform
}

.md-field.md-focused label,
.md-field.md-has-value label {
    pointer-events: auto;
    top: 0;
    opacity: 1;
    font-size: 12px
}

.md-field.md-focused .md-input,
.md-field.md-focused .md-textarea,
.md-field.md-has-value .md-input,
.md-field.md-has-value .md-textarea {
    font-size: 16px
}

.md-field.md-inline label {
    pointer-events: none
}

.md-field.md-inline.md-focused label {
    top: 23px;
    font-size: 16px
}

.md-field.md-inline.md-has-value label {
    opacity: 0
}

.md-field.md-disabled:after {
    background: 0 100% repeat-x;
    background-size: 4px 1px
}

.md-field.md-has-password .md-toggle-password {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -2px
}

.md-field.md-has-password .md-toggle-password svg {
    width: 22px;
    height: 22px
}

.md-field.md-clearable .md-input {
    padding-right: 30px
}

@keyframes a {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    30%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.md-field.md-invalid.md-has-value label:not(:focus) {
    animation: a .4s cubic-bezier(.4, 0, .2, 1) both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.md-field.md-invalid.md-has-textarea:not(.md-autogrow):before {
    border-width: 2px
}

.md-field.md-invalid .md-error {
    opacity: 1;
    transform: translateZ(0)
}

.md-field.md-invalid .md-helper-text {
    opacity: 0;
    transform: translate3d(0, -8px, 0)
}

.md-field.md-required label:after {
    position: absolute;
    top: 2px;
    right: 0;
    transform: translateX(calc(100% + 2px));
    content: "*";
    line-height: 1em;
    vertical-align: top
}

.md-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 24px !important;
    margin: auto;
    display: inline-flex;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    vertical-align: middle
}

.md-icon.md-size-2x {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 48px !important
}

.md-icon.md-size-3x {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 72px !important
}

.md-icon.md-size-4x {
    width: 96px;
    min-width: 96px;
    height: 96px;
    font-size: 96px !important
}

.md-icon.md-size-5x {
    width: 120px;
    min-width: 120px;
    height: 120px;
    font-size: 120px !important
}

.md-icon-image svg {
    height: 100%;
    flex: 1;
    transition: fill .4s cubic-bezier(.4, 0, .2, 1)
}

.md-icon {
    transition: color .4s cubic-bezier(.4, 0, .2, 1);
    direction: ltr;
    font-family: Material Icons;
    font-feature-settings: "liga";
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.md-svg-loader {
    display: block
}

.md-svg-loader svg {
    width: 100%
}

.md-chip {
    height: 32px;
    padding: 0 12px;
    display: inline-block;
    cursor: default;
    border-radius: 32px;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition-property: background-color, color, opacity, transform, box-shadow;
    will-change: background-color, color, opacity, transform, box-shadow;
    font-size: 13px;
    line-height: 32px;
    vertical-align: middle;
    white-space: nowrap
}

.md-chip:focus {
    outline: none
}

.md-chip.md-chip-enter-active,
.md-chip.md-chip-leave-active {
    opacity: 0;
    transform: transformZ(0) scale(.8)
}

.md-chip.md-chip-enter-to {
    opacity: 1;
    transform: transformZ(0) scale(1)
}

.md-chip.md-clickable:not(.md-disabled):active,
.md-chip.md-deletable:not(.md-disabled):active,
.md-chip.md-focused {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.md-chip.md-clickable {
    padding: 0;
    cursor: pointer
}

.md-chip.md-clickable > .md-ripple {
    padding: 0 12px
}

.md-chip.md-deletable {
    padding-right: 32px;
    position: relative
}

.md-chip.md-deletable.md-clickable {
    padding-right: 0
}

.md-chip.md-deletable.md-clickable > .md-ripple {
    padding-right: 32px
}

.md-chip.md-disabled {
    cursor: default
}

.md-chip + .md-chip {
    margin-left: 4px
}

.md-chip .md-button.md-input-action {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 6;
    transform: translate3D(0, -50%, 0);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .8, .25, 1);
    font-size: 18px
}

.md-chip .md-button.md-input-action .md-ripple {
    padding: 0
}

.md-chip .md-button.md-input-action .md-button-content {
    height: 14px
}

.md-chip .md-button.md-input-action .md-icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
    font-size: 14px !important;
    vertical-align: top
}

.md-chip .md-button.md-input-action .md-icon svg {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .8, .25, 1)
}

.md-datepicker-overlay {
    opacity: 0
}

.md-datepicker.md-native label {
    top: 0 !important
}

.md-datepicker .md-date-icon {
    cursor: pointer
}

.md-datepicker input[type=date]::-webkit-calendar-picker-indicator,
.md-datepicker input[type=date]::-webkit-clear-button,
.md-datepicker input[type=date]::-webkit-inner-spin-button {
    display: none
}

@media (max-width:600px) {
    .md-datepicker-overlay {
        opacity: 1
    }
}

.md-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    transition-property: opacity;
    will-change: opacity
}

.md-overlay.md-fixed,
body > .md-overlay {
    position: fixed
}

.md-overlay-enter,
.md-overlay-leave-active {
    opacity: 0
}

.md-datepicker-dialog {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    display: flex;
    overflow: hidden;
    z-index: 11;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
    transform-origin: top left;
    flex-shrink: 0;
    transition: opacity .2s cubic-bezier(.25, .8, .25, 1), transform .35s cubic-bezier(.25, .8, .25, 1);
    will-change: opacity, transform, left, top
}

.md-datepicker-dialog-leave-active {
    opacity: 0
}

.md-datepicker-dialog-enter {
    opacity: 0;
    transform: scale(.9)
}

.md-datepicker-dialog-enter .md-datepicker-body .md-datepicker-calendar {
    opacity: 0;
    transform: translate3D(0, 10%, 0)
}

.md-datepicker-header {
    min-width: 150px;
    padding: 16px
}

.md-datepicker-header .md-datepicker-year-select {
    cursor: pointer;
    opacity: .54;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 24px
}

.md-datepicker-header .md-datepicker-date-select {
    cursor: pointer;
    opacity: .54;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2em
}

.md-datepicker-header .md-datepicker-dayname {
    display: block
}

.md-datepicker-header .md-selected {
    opacity: 1
}

.md-datepicker-body {
    width: 320px;
    position: relative;
    overflow: hidden;
    transition: width .3s cubic-bezier(.25, .8, .25, 1);
    will-change: width
}

.md-datepicker-body .md-button {
    margin: 0
}

.md-datepicker-body-header {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none
}

.md-datepicker-body-header:after,
.md-datepicker-body-header:before {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
    content: " "
}

.md-datepicker-body-header:after {
    left: 0
}

.md-datepicker-body-header:before {
    right: 0
}

.md-datepicker-body-header .md-button {
    pointer-events: auto;
    z-index: 3
}

.md-datepicker-body-header-enter .md-button:first-child,
.md-datepicker-body-header-leave-active .md-button:first-child {
    transform: translate3d(-150%, 0, 0)
}

.md-datepicker-body-header-enter .md-button:last-child,
.md-datepicker-body-header-leave-active .md-button:last-child {
    transform: translate3d(150%, 0, 0)
}

.md-datepicker-body-content {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1);
    will-change: height
}

.md-datepicker-panel {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity
}

.md-datepicker-calendar.md-datepicker-view-enter,
.md-datepicker-calendar.md-datepicker-view-leave-active {
    transform: translate3d(0, 100%, 0)
}

.md-datepicker-calendar.md-previous .md-datepicker-month-enter {
    transform: translate3D(-100%, 0, 0)
}

.md-datepicker-calendar.md-previous .md-datepicker-month-enter .md-datepicker-month-trigger {
    transform: translate3D(-30%, 0, 0)
}

.md-datepicker-calendar.md-next .md-datepicker-month-enter,
.md-datepicker-calendar.md-previous .md-datepicker-month-leave-active {
    transform: translate3D(100%, 0, 0)
}

.md-datepicker-calendar.md-next .md-datepicker-month-enter .md-datepicker-month-trigger {
    transform: translate3D(30%, 0, 0)
}

.md-datepicker-calendar.md-next .md-datepicker-month-leave-active {
    transform: translate3D(-100%, 0, 0)
}

.md-datepicker-month {
    top: 8px;
    bottom: auto;
    flex-direction: column;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity
}

.md-datepicker-month .md-datepicker-month-trigger {
    min-height: 32px;
    margin: 0 46px 10px;
    flex: 1;
    border-radius: 0;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.md-datepicker-week {
    display: flex;
    align-items: center
}

.md-datepicker-week span {
    flex: 1;
    font-size: 12px;
    text-align: center
}

.md-datepicker-days {
    display: flex;
    flex-wrap: wrap
}

.md-datepicker-days .md-datepicker-day,
.md-datepicker-days .md-datepicker-empty {
    margin: 1px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 14.28571%
}

.md-datepicker-days .md-datepicker-day-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 30px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    line-height: 30px;
    text-align: center
}

.md-datepicker-days .md-datepicker-selected,
.md-datepicker-days .md-datepicker-today {
    font-weight: 700
}

.md-datepicker-days .md-datepicker-disabled {
    pointer-events: none
}

.md-datepicker-month-selector {
    padding: 6px 8px 10px;
    flex-wrap: wrap;
    bottom: auto;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity
}

.md-datepicker-month-selector.md-datepicker-view-enter,
.md-datepicker-month-selector.md-datepicker-view-leave-active {
    transform: translate3d(0, -100%, 0)
}

.md-datepicker-month-selector .md-datepicker-year-trigger {
    width: 100%;
    margin: 0 0 8px;
    flex: 1 1 100%
}

.md-datepicker-month-button,
.md-datepicker-year-button {
    height: 36px;
    margin: 3px 0;
    cursor: pointer;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.md-datepicker-month-button {
    flex: 1 1 33.3333%;
    border-radius: 2px;
    font-size: 13px
}

.md-datepicker-year-selector {
    flex-direction: column;
    overflow: auto;
    bottom: 52px;
    border-bottom: 1px solid
}

.md-datepicker-year-selector.md-datepicker-view-enter,
.md-datepicker-year-selector.md-datepicker-view-leave-active {
    transform: translate3d(0, -100%, 0)
}

.md-datepicker-year-selector .md-button {
    min-height: 36px
}

.md-datepicker-year-button {
    font-size: 16px
}

.md-datepicker-year-button.md-datepicker-selected {
    font-size: 24px
}

@media (max-width:600px) {
    .md-datepicker-dialog {
        flex-direction: column;
        top: 50% !important;
        left: 50% !important;
        transform: translate3D(-50%, -50%, 0);
        transform-origin: center center;
        position: fixed !important
    }

    .md-datepicker-dialog-enter {
        transform: translate3D(-50%, -50%, 0) scale(.9)
    }

    .md-datepicker-header {
        min-width: auto;
        padding: 16px 20px
    }

    .md-datepicker-header .md-datepicker-dayname {
        display: inline-block
    }

    .md-datepicker-body {
        width: 296px
    }

    .md-datepicker-month {
        padding: 0 6px
    }
}

.md-popover.md-rendering {
    opacity: 0;
    transition: none !important
}

.md-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    display: flex;
    transition-duration: .2s;
    z-index: 11
}

.md-dialog.md-dialog-enter-to .md-dialog-container,
.md-dialog.md-dialog-leave .md-dialog-container {
    opacity: 1;
    transform: scale(1)
}

.md-dialog.md-dialog-enter .md-dialog-container,
.md-dialog.md-dialog-leave-to .md-dialog-container {
    opacity: 0;
    transform: scale(.9)
}

.md-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    min-width: 280px;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
    opacity: 1;
    transform-origin: center center;
    transition: opacity .15s cubic-bezier(.25, .8, .25, 1), transform .2s cubic-bezier(.25, .8, .25, 1);
    will-change: opacity, transform
}

.md-dialog-container.md-dialog-enter-to,
.md-dialog-container.md-dialog-leave {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.md-dialog-container.md-dialog-enter,
.md-dialog-container.md-dialog-leave-to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.9)
}

.md-dialog-container .md-tabs {
    flex: 1;
    max-width: 100%
}

.md-dialog-container .md-tabs-navigation {
    padding: 0 12px
}

@media (max-width:600px) {

    .md-dialog.md-dialog-enter-to .md-dialog-fullscreen,
    .md-dialog.md-dialog-leave .md-dialog-fullscreen {
        opacity: 0;
        transform: translateY(30%)
    }

    .md-dialog.md-dialog-enter .md-dialog-fullscreen,
    .md-dialog.md-dialog-leave-to .md-dialog-fullscreen {
        opacity: 1;
        transform: translate(0)
    }

    .md-dialog-container .md-tab {
        padding: 12px
    }

    .md-dialog-fullscreen {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
        transform: none
    }

    .md-dialog-fullscreen.md-dialog-enter,
    .md-dialog-fullscreen.md-dialog-leave-to {
        opacity: 0;
        transform: translate3D(0, 30%, 0)
    }

    .md-dialog-fullscreen.md-dialog-enter-to,
    .md-dialog-fullscreen.md-dialog-leave {
        opacity: 1;
        transform: translateZ(0)
    }
}

.md-dialog-title {
    margin-bottom: 20px;
    padding: 24px 24px 0
}

.md-dialog-content {
    padding: 0 24px 24px;
    flex: 1;
    flex-basis: auto;
    overflow: auto;
    position: relative
}

.md-dialog-content:first-child {
    padding-top: 24px
}

.md-dialog-content p:first-child:not(:only-child) {
    margin-top: 0
}

.md-dialog-content p:last-child:not(:only-child) {
    margin-bottom: 0
}

.md-dialog-actions {
    min-height: 52px;
    padding: 8px 8px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

.md-dialog-actions:before {
    height: 1px;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    content: " "
}

.md-dialog-actions .md-button {
    min-width: 64px;
    margin: 0
}

.md-dialog-actions .md-button + .md-button {
    margin-left: 8px
}

.md-divider {
    height: 1px;
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    transition: margin-left .3s cubic-bezier(.4, 0, .2, 1);
    will-change: margin-left
}

.md-divider.md-inset {
    margin-left: 72px
}

.md-drawer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    transform: translate3D(-100%, 0, 0);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1);
    will-change: transform, box-shadow;
    width: 400px;
    max-width: calc(100vw - 56px);
    overflow-x: hidden;
    overflow-y: auto
}

.md-drawer.md-right {
    right: 0;
    left: auto;
    transform: translate3D(100%, 0, 0)
}

.md-drawer.md-fixed {
    position: fixed
}

.md-drawer.md-active {
    transform: translateZ(0);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.md-drawer.md-temporary.md-left + .md-app-container .md-content {
    border-left: none
}

.md-drawer.md-temporary.md-right-previous + .md-app-container .md-content {
    border-right: none
}

.md-drawer.md-temporary.md-active {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.md-drawer.md-persistent:not(.md-active).md-left + .md-app-container .md-content {
    border-left: none
}

.md-drawer.md-persistent:not(.md-active).md-right-previous + .md-app-container .md-content {
    border-right: none
}

.md-drawer.md-persistent-mini {
    transform: translate3D(0, 64px, 0);
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition-property: transform, width;
    will-change: transform, box-shadow
}

.md-drawer.md-persistent-mini.md-left {
    border-right: 1px solid
}

.md-drawer.md-persistent-mini.md-right {
    border-left: 1px solid
}

.md-drawer.md-persistent-mini.md-active.md-left + .md-app-container .md-content {
    border-left: none
}

.md-drawer.md-persistent-mini.md-active.md-right-previous + .md-app-container .md-content {
    border-right: none
}

.md-drawer.md-persistent-mini:not(.md-active) {
    width: 70px !important;
    z-index: 1;
    white-space: nowrap
}

.md-drawer.md-persistent-mini:not(.md-active) .md-toolbar {
    display: none
}

.md-drawer.md-persistent-mini:not(.md-active) .md-list-item-content {
    padding: 0 23px
}

.md-drawer.md-persistent-mini.md-active {
    position: relative;
    transform: translateZ(0);
    white-space: normal
}

.md-drawer .md-list-item-container {
    font-size: 14px;
    text-transform: none
}

@media (max-width:600px) {
    .md-drawer {
        width: 320px
    }

    .md-drawer.md-active {
        box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
    }
}

@media (min-width:600px) {
    .md-drawer:not(.md-temporary) ~ .md-overlay {
        background: none;
        pointer-events: none
    }

    .md-drawer.md-permanent {
        position: relative;
        transform: translateZ(0)
    }

    .md-drawer.md-permanent-full {
        z-index: 3
    }

    .md-drawer.md-permanent-full .md-list {
        padding-top: 0
    }

    .md-drawer.md-permanent-card,
    .md-drawer.md-permanent-clipped {
        z-index: 1
    }

    .md-drawer.md-permanent-card {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
        position: relative;
        border-radius: 2px;
        transition: .3s cubic-bezier(.4, 0, .2, 1);
        transition-property: color, background-color;
        will-change: color, background-color;
        margin: 8px;
        z-index: 1
    }
}

@media (min-width:960px) {
    .md-drawer.md-permanent-card {
        margin: 16px
    }
}

@media (min-width:1280px) {
    .md-drawer.md-permanent-card {
        margin: 24px
    }
}

.md-elevation-0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.md-elevation-1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.md-elevation-2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.md-elevation-3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.md-elevation-4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.md-elevation-5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

.md-elevation-6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.md-elevation-7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.md-elevation-8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.md-elevation-9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.md-elevation-10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.md-elevation-11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.md-elevation-12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.md-elevation-13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.md-elevation-14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.md-elevation-15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.md-elevation-16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.md-elevation-17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.md-elevation-18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.md-elevation-19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.md-elevation-20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.md-elevation-21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.md-elevation-22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.md-elevation-23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.md-elevation-24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.md-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 420px;
    padding: 36px;
    margin: 0 auto;
    position: relative;
    transition: opacity .15s cubic-bezier(0, 0, .2, 1), transform .3s cubic-bezier(0, 0, .2, 1);
    will-change: transform, opacity
}

.md-empty-state.md-rounded {
    max-width: auto;
    border-radius: 50%
}

.md-empty-state.md-rounded .md-empty-state-container {
    padding: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.md-empty-state .md-button {
    margin: .5em 0 0
}

.md-empty-state-enter {
    opacity: 0;
    transform: scale(.87)
}

.md-empty-state-enter .md-empty-state-container {
    opacity: 0
}

.md-empty-state-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity
}

.md-empty-state-icon {
    width: 160px;
    min-width: 160px;
    height: 160px;
    font-size: 160px !important;
    margin: 0
}

.md-empty-state-label {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px
}

.md-empty-state-description {
    margin: 1em 0;
    font-size: 16px;
    line-height: 24px
}

.md-menu.md-select {
    display: flex;
    flex: 1;
    overflow: auto
}

.md-menu.md-select:not(.md-disabled) .md-icon,
.md-menu.md-select:not(.md-disabled) .md-input {
    cursor: pointer;
    outline: none
}

.md-menu.md-select .md-input {
    flex: 1;
    min-width: 0
}

.md-menu.md-select .md-input-fake,
.md-menu.md-select select {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0
}

.md-menu-content.md-select-menu {
    z-index: 12;
    width: 100%
}

.md-menu-content.md-select-menu.md-menu-content-enter {
    transform: translate3d(0, -8px, 0) scaleY(.3)
}

.md-menu-content.md-select-menu .md-list {
    transition: opacity .3s cubic-bezier(.55, 0, .55, .2)
}

.md-menu {
    display: inline-block
}

.md-menu > .md-button {
    margin: 0
}

.md-menu-content {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    min-width: 112px;
    max-width: 280px;
    max-height: 35vh;
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 9;
    border-radius: 2px;
    transition: transform .2s cubic-bezier(.25, .8, .25, 1), opacity .3s cubic-bezier(.25, .8, .25, 1);
    will-change: opacity, transform, top, left !important
}

.md-menu-content.md-shallow {
    position: fixed !important;
    top: -9999em !important;
    left: -9999em !important;
    pointer-events: none
}

.md-menu-content.md-menu-content-enter-active {
    opacity: 1;
    transform: translateZ(0)
}

.md-menu-content.md-menu-content-leave-active {
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.md-menu-content.md-menu-content-enter.md-menu-content-top-start {
    transform-origin: bottom left;
    transform: translate3d(0, 8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter.md-menu-content-top-end {
    transform-origin: bottom right;
    transform: translate3d(0, 8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter.md-menu-content-right-start {
    transform-origin: left top;
    transform: translate3d(0, -8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter.md-menu-content-right-end {
    transform-origin: left bottom;
    transform: translate3d(0, 8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter.md-menu-content-bottom-start {
    transform-origin: top left;
    transform: translate3d(0, -8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter.md-menu-content-bottom-end {
    transform-origin: top right;
    transform: translate3d(0, -8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter.md-menu-content-left-start {
    transform-origin: right top;
    transform: translate3d(0, -8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter.md-menu-content-left-end {
    transform-origin: right bottom;
    transform: translate3d(0, 8px, 0) scaleY(.95)
}

.md-menu-content.md-menu-content-enter .md-list {
    opacity: 0
}

.md-menu-content.md-menu-content-medium {
    min-width: 168px
}

.md-menu-content.md-menu-content-big {
    min-width: 224px
}

.md-menu-content.md-menu-content-huge {
    min-width: 280px
}

.md-menu-content-container {
    flex: 1;
    overflow: auto
}

.md-menu-content-container .md-list {
    transition: opacity .3s cubic-bezier(.25, .8, .25, 1);
    will-change: opacity;
    font-family: Roboto, sans-serif;
    text-transform: none;
    white-space: nowrap
}

.md-menu-content-container .md-list .md-list-item-container {
    height: 100%
}

@media (max-width:960px) {
    .md-menu-content-container .md-list {
        font-size: 14px
    }
}

.md-list {
    margin: 0;
    padding: 8px 0;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    list-style: none
}

.md-list.md-dense {
    padding: 4px 0
}

.md-list .md-divider {
    margin-top: -1px
}

.md-list .md-subheader.md-inset {
    padding-left: 72px
}

.md-list > .md-subheader:first-of-type {
    margin-top: -8px
}

.md-optgroup .md-subheader {
    text-transform: uppercase
}

.md-optgroup .md-ripple.md-list-item-content {
    padding-left: 24px
}

.md-file {
    display: flex;
    flex: 1
}

.md-file input[type=file] {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0
}

.md-file .md-file-icon:not(.md-disabled) {
    cursor: pointer
}

.md-file .md-file-icon.md-disabled {
    pointer-events: none
}

.md-highlight-text {
    flex: 1
}

.md-highlight-text-match {
    font-weight: 500
}

.md-image {
    display: flex;
    justify-content: center;
    align-items: center
}

.md-layout {
    display: flex;
    flex-wrap: wrap
}

.md-layout .md-layout {
    flex: 1
}

.md-layout .md-layout-nowrap {
    flex-wrap: nowrap
}

.md-layout.md-centered {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.md-layout.md-gutter {
    margin-right: -20px;
    margin-left: -20px
}

.md-layout.md-gutter > .md-layout-item {
    padding-right: 20px;
    padding-left: 20px
}

@media (max-width:1903px) {
    .md-layout.md-gutter {
        margin-right: -20px;
        margin-left: -20px
    }

    .md-layout.md-gutter > .md-layout-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:1280px) {
    .md-layout.md-gutter {
        margin-right: -12px;
        margin-left: -12px
    }

    .md-layout.md-gutter > .md-layout-item {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media (max-width:960px) {
    .md-layout.md-gutter {
        margin-right: -8px;
        margin-left: -8px
    }

    .md-layout.md-gutter > .md-layout-item {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (max-width:600px) {
    .md-layout.md-gutter {
        margin-right: -4px;
        margin-left: -4px
    }

    .md-layout.md-gutter > .md-layout-item {
        padding-right: 4px;
        padding-left: 4px
    }
}

.md-layout.md-alignment-top-left {
    justify-content: flex-start;
    align-items: flex-start
}

.md-layout.md-alignment-top-center {
    justify-content: center;
    align-items: flex-start
}

.md-layout.md-alignment-top-right {
    justify-content: flex-end;
    align-items: flex-start
}

.md-layout.md-alignment-top-space-around {
    justify-content: space-around;
    align-items: flex-start
}

.md-layout.md-alignment-top-space-between {
    justify-content: space-between;
    align-items: flex-start
}

.md-layout.md-alignment-center-left {
    justify-content: flex-start;
    align-items: center
}

.md-layout.md-alignment-center,
.md-layout.md-alignment-center-center {
    justify-content: center;
    align-items: center
}

.md-layout.md-alignment-center-right {
    justify-content: flex-end;
    align-items: center
}

.md-layout.md-alignment-center-space-around {
    justify-content: space-around;
    align-items: center
}

.md-layout.md-alignment-center-space-between {
    justify-content: space-between;
    align-items: center
}

.md-layout.md-alignment-bottom-left {
    justify-content: flex-start;
    align-items: flex-end
}

.md-layout.md-alignment-bottom-center {
    justify-content: center;
    align-items: flex-end
}

.md-layout.md-alignment-bottom-right {
    justify-content: flex-end;
    align-items: flex-end
}

.md-layout.md-alignment-bottom-space-around {
    justify-content: space-around;
    align-items: flex-end
}

.md-layout.md-alignment-bottom-space-between {
    justify-content: space-between;
    align-items: flex-end
}

.md-layout.md-alignment-space-around-left {
    justify-content: flex-start;
    align-items: space-around
}

.md-layout.md-alignment-space-around-center {
    justify-content: center;
    align-items: space-around
}

.md-layout.md-alignment-space-around-right {
    justify-content: flex-end;
    align-items: space-around
}

.md-layout.md-alignment-space-around-space-around {
    justify-content: space-around;
    align-items: space-around
}

.md-layout.md-alignment-space-around-space-between {
    justify-content: space-between;
    align-items: space-around
}

.md-layout.md-alignment-space-between-left {
    justify-content: flex-start;
    align-items: space-between
}

.md-layout.md-alignment-space-between-center {
    justify-content: center;
    align-items: space-between
}

.md-layout.md-alignment-space-between-right {
    justify-content: flex-end;
    align-items: space-between
}

.md-layout.md-alignment-space-between-space-around {
    justify-content: space-around;
    align-items: space-between
}

.md-layout.md-alignment-space-between-space-between {
    justify-content: space-between;
    align-items: space-between
}

.md-layout-item {
    flex: 1 1
}

.md-layout-item.md-layout {
    margin: 0
}

.md-layout-item.md-size {
    flex: 1 1
}

.md-layout-item.md-size-5 {
    min-width: 5%;
    max-width: 5%;
    flex: 0 1 5%
}

.md-layout-item.md-size-10 {
    min-width: 10%;
    max-width: 10%;
    flex: 0 1 10%
}

.md-layout-item.md-size-15 {
    min-width: 15%;
    max-width: 15%;
    flex: 0 1 15%
}

.md-layout-item.md-size-20 {
    min-width: 20%;
    max-width: 20%;
    flex: 0 1 20%
}

.md-layout-item.md-size-25 {
    min-width: 25%;
    max-width: 25%;
    flex: 0 1 25%
}

.md-layout-item.md-size-30 {
    min-width: 30%;
    max-width: 30%;
    flex: 0 1 30%
}

.md-layout-item.md-size-35 {
    min-width: 35%;
    max-width: 35%;
    flex: 0 1 35%
}

.md-layout-item.md-size-40 {
    min-width: 40%;
    max-width: 40%;
    flex: 0 1 40%
}

.md-layout-item.md-size-45 {
    min-width: 45%;
    max-width: 45%;
    flex: 0 1 45%
}

.md-layout-item.md-size-50 {
    min-width: 50%;
    max-width: 50%;
    flex: 0 1 50%
}

.md-layout-item.md-size-55 {
    min-width: 55%;
    max-width: 55%;
    flex: 0 1 55%
}

.md-layout-item.md-size-60 {
    min-width: 60%;
    max-width: 60%;
    flex: 0 1 60%
}

.md-layout-item.md-size-65 {
    min-width: 65%;
    max-width: 65%;
    flex: 0 1 65%
}

.md-layout-item.md-size-70 {
    min-width: 70%;
    max-width: 70%;
    flex: 0 1 70%
}

.md-layout-item.md-size-75 {
    min-width: 75%;
    max-width: 75%;
    flex: 0 1 75%
}

.md-layout-item.md-size-80 {
    min-width: 80%;
    max-width: 80%;
    flex: 0 1 80%
}

.md-layout-item.md-size-85 {
    min-width: 85%;
    max-width: 85%;
    flex: 0 1 85%
}

.md-layout-item.md-size-90 {
    min-width: 90%;
    max-width: 90%;
    flex: 0 1 90%
}

.md-layout-item.md-size-95 {
    min-width: 95%;
    max-width: 95%;
    flex: 0 1 95%
}

.md-layout-item.md-size-33 {
    min-width: 33.3333%;
    max-width: 33.3333%;
    flex: 0 1 33.3333%
}

.md-layout-item.md-size-66 {
    min-width: 66.6666%;
    max-width: 66.6666%;
    flex: 0 1 66.6666%
}

.md-layout-item.md-size-100 {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    flex: 1 1 100%
}

@media (min-width:1904px) {
    .md-layout-item.md-xlarge-size {
        flex: 1 1
    }

    .md-layout-item.md-xlarge-size-5 {
        min-width: 5%;
        max-width: 5%;
        flex: 0 1 5%
    }

    .md-layout-item.md-xlarge-size-10 {
        min-width: 10%;
        max-width: 10%;
        flex: 0 1 10%
    }

    .md-layout-item.md-xlarge-size-15 {
        min-width: 15%;
        max-width: 15%;
        flex: 0 1 15%
    }

    .md-layout-item.md-xlarge-size-20 {
        min-width: 20%;
        max-width: 20%;
        flex: 0 1 20%
    }

    .md-layout-item.md-xlarge-size-25 {
        min-width: 25%;
        max-width: 25%;
        flex: 0 1 25%
    }

    .md-layout-item.md-xlarge-size-30 {
        min-width: 30%;
        max-width: 30%;
        flex: 0 1 30%
    }

    .md-layout-item.md-xlarge-size-35 {
        min-width: 35%;
        max-width: 35%;
        flex: 0 1 35%
    }

    .md-layout-item.md-xlarge-size-40 {
        min-width: 40%;
        max-width: 40%;
        flex: 0 1 40%
    }

    .md-layout-item.md-xlarge-size-45 {
        min-width: 45%;
        max-width: 45%;
        flex: 0 1 45%
    }

    .md-layout-item.md-xlarge-size-50 {
        min-width: 50%;
        max-width: 50%;
        flex: 0 1 50%
    }

    .md-layout-item.md-xlarge-size-55 {
        min-width: 55%;
        max-width: 55%;
        flex: 0 1 55%
    }

    .md-layout-item.md-xlarge-size-60 {
        min-width: 60%;
        max-width: 60%;
        flex: 0 1 60%
    }

    .md-layout-item.md-xlarge-size-65 {
        min-width: 65%;
        max-width: 65%;
        flex: 0 1 65%
    }

    .md-layout-item.md-xlarge-size-70 {
        min-width: 70%;
        max-width: 70%;
        flex: 0 1 70%
    }

    .md-layout-item.md-xlarge-size-75 {
        min-width: 75%;
        max-width: 75%;
        flex: 0 1 75%
    }

    .md-layout-item.md-xlarge-size-80 {
        min-width: 80%;
        max-width: 80%;
        flex: 0 1 80%
    }

    .md-layout-item.md-xlarge-size-85 {
        min-width: 85%;
        max-width: 85%;
        flex: 0 1 85%
    }

    .md-layout-item.md-xlarge-size-90 {
        min-width: 90%;
        max-width: 90%;
        flex: 0 1 90%
    }

    .md-layout-item.md-xlarge-size-95 {
        min-width: 95%;
        max-width: 95%;
        flex: 0 1 95%
    }

    .md-layout-item.md-xlarge-size-33 {
        min-width: 33.3333%;
        max-width: 33.3333%;
        flex: 0 1 33.3333%
    }

    .md-layout-item.md-xlarge-size-66 {
        min-width: 66.6666%;
        max-width: 66.6666%;
        flex: 0 1 66.6666%
    }

    .md-layout-item.md-xlarge-size-100 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        flex: 1 1 100%
    }
}

@media (max-width:1903px) {
    .md-layout-item.md-large-size {
        flex: 1 1
    }

    .md-layout-item.md-large-size-5 {
        min-width: 5%;
        max-width: 5%;
        flex: 0 1 5%
    }

    .md-layout-item.md-large-size-10 {
        min-width: 10%;
        max-width: 10%;
        flex: 0 1 10%
    }

    .md-layout-item.md-large-size-15 {
        min-width: 15%;
        max-width: 15%;
        flex: 0 1 15%
    }

    .md-layout-item.md-large-size-20 {
        min-width: 20%;
        max-width: 20%;
        flex: 0 1 20%
    }

    .md-layout-item.md-large-size-25 {
        min-width: 25%;
        max-width: 25%;
        flex: 0 1 25%
    }

    .md-layout-item.md-large-size-30 {
        min-width: 30%;
        max-width: 30%;
        flex: 0 1 30%
    }

    .md-layout-item.md-large-size-35 {
        min-width: 35%;
        max-width: 35%;
        flex: 0 1 35%
    }

    .md-layout-item.md-large-size-40 {
        min-width: 40%;
        max-width: 40%;
        flex: 0 1 40%
    }

    .md-layout-item.md-large-size-45 {
        min-width: 45%;
        max-width: 45%;
        flex: 0 1 45%
    }

    .md-layout-item.md-large-size-50 {
        min-width: 50%;
        max-width: 50%;
        flex: 0 1 50%
    }

    .md-layout-item.md-large-size-55 {
        min-width: 55%;
        max-width: 55%;
        flex: 0 1 55%
    }

    .md-layout-item.md-large-size-60 {
        min-width: 60%;
        max-width: 60%;
        flex: 0 1 60%
    }

    .md-layout-item.md-large-size-65 {
        min-width: 65%;
        max-width: 65%;
        flex: 0 1 65%
    }

    .md-layout-item.md-large-size-70 {
        min-width: 70%;
        max-width: 70%;
        flex: 0 1 70%
    }

    .md-layout-item.md-large-size-75 {
        min-width: 75%;
        max-width: 75%;
        flex: 0 1 75%
    }

    .md-layout-item.md-large-size-80 {
        min-width: 80%;
        max-width: 80%;
        flex: 0 1 80%
    }

    .md-layout-item.md-large-size-85 {
        min-width: 85%;
        max-width: 85%;
        flex: 0 1 85%
    }

    .md-layout-item.md-large-size-90 {
        min-width: 90%;
        max-width: 90%;
        flex: 0 1 90%
    }

    .md-layout-item.md-large-size-95 {
        min-width: 95%;
        max-width: 95%;
        flex: 0 1 95%
    }

    .md-layout-item.md-large-size-33 {
        min-width: 33.3333%;
        max-width: 33.3333%;
        flex: 0 1 33.3333%
    }

    .md-layout-item.md-large-size-66 {
        min-width: 66.6666%;
        max-width: 66.6666%;
        flex: 0 1 66.6666%
    }

    .md-layout-item.md-large-size-100 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        flex: 1 1 100%
    }
}

@media (max-width:1280px) {
    .md-layout-item.md-medium-size {
        flex: 1 1
    }

    .md-layout-item.md-medium-size-5 {
        min-width: 5%;
        max-width: 5%;
        flex: 0 1 5%
    }

    .md-layout-item.md-medium-size-10 {
        min-width: 10%;
        max-width: 10%;
        flex: 0 1 10%
    }

    .md-layout-item.md-medium-size-15 {
        min-width: 15%;
        max-width: 15%;
        flex: 0 1 15%
    }

    .md-layout-item.md-medium-size-20 {
        min-width: 20%;
        max-width: 20%;
        flex: 0 1 20%
    }

    .md-layout-item.md-medium-size-25 {
        min-width: 25%;
        max-width: 25%;
        flex: 0 1 25%
    }

    .md-layout-item.md-medium-size-30 {
        min-width: 30%;
        max-width: 30%;
        flex: 0 1 30%
    }

    .md-layout-item.md-medium-size-35 {
        min-width: 35%;
        max-width: 35%;
        flex: 0 1 35%
    }

    .md-layout-item.md-medium-size-40 {
        min-width: 40%;
        max-width: 40%;
        flex: 0 1 40%
    }

    .md-layout-item.md-medium-size-45 {
        min-width: 45%;
        max-width: 45%;
        flex: 0 1 45%
    }

    .md-layout-item.md-medium-size-50 {
        min-width: 50%;
        max-width: 50%;
        flex: 0 1 50%
    }

    .md-layout-item.md-medium-size-55 {
        min-width: 55%;
        max-width: 55%;
        flex: 0 1 55%
    }

    .md-layout-item.md-medium-size-60 {
        min-width: 60%;
        max-width: 60%;
        flex: 0 1 60%
    }

    .md-layout-item.md-medium-size-65 {
        min-width: 65%;
        max-width: 65%;
        flex: 0 1 65%
    }

    .md-layout-item.md-medium-size-70 {
        min-width: 70%;
        max-width: 70%;
        flex: 0 1 70%
    }

    .md-layout-item.md-medium-size-75 {
        min-width: 75%;
        max-width: 75%;
        flex: 0 1 75%
    }

    .md-layout-item.md-medium-size-80 {
        min-width: 80%;
        max-width: 80%;
        flex: 0 1 80%
    }

    .md-layout-item.md-medium-size-85 {
        min-width: 85%;
        max-width: 85%;
        flex: 0 1 85%
    }

    .md-layout-item.md-medium-size-90 {
        min-width: 90%;
        max-width: 90%;
        flex: 0 1 90%
    }

    .md-layout-item.md-medium-size-95 {
        min-width: 95%;
        max-width: 95%;
        flex: 0 1 95%
    }

    .md-layout-item.md-medium-size-33 {
        min-width: 33.3333%;
        max-width: 33.3333%;
        flex: 0 1 33.3333%
    }

    .md-layout-item.md-medium-size-66 {
        min-width: 66.6666%;
        max-width: 66.6666%;
        flex: 0 1 66.6666%
    }

    .md-layout-item.md-medium-size-100 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        flex: 1 1 100%
    }
}

@media (max-width:960px) {
    .md-layout-item.md-small-size {
        flex: 1 1
    }

    .md-layout-item.md-small-size-5 {
        min-width: 5%;
        max-width: 5%;
        flex: 0 1 5%
    }

    .md-layout-item.md-small-size-10 {
        min-width: 10%;
        max-width: 10%;
        flex: 0 1 10%
    }

    .md-layout-item.md-small-size-15 {
        min-width: 15%;
        max-width: 15%;
        flex: 0 1 15%
    }

    .md-layout-item.md-small-size-20 {
        min-width: 20%;
        max-width: 20%;
        flex: 0 1 20%
    }

    .md-layout-item.md-small-size-25 {
        min-width: 25%;
        max-width: 25%;
        flex: 0 1 25%
    }

    .md-layout-item.md-small-size-30 {
        min-width: 30%;
        max-width: 30%;
        flex: 0 1 30%
    }

    .md-layout-item.md-small-size-35 {
        min-width: 35%;
        max-width: 35%;
        flex: 0 1 35%
    }

    .md-layout-item.md-small-size-40 {
        min-width: 40%;
        max-width: 40%;
        flex: 0 1 40%
    }

    .md-layout-item.md-small-size-45 {
        min-width: 45%;
        max-width: 45%;
        flex: 0 1 45%
    }

    .md-layout-item.md-small-size-50 {
        min-width: 50%;
        max-width: 50%;
        flex: 0 1 50%
    }

    .md-layout-item.md-small-size-55 {
        min-width: 55%;
        max-width: 55%;
        flex: 0 1 55%
    }

    .md-layout-item.md-small-size-60 {
        min-width: 60%;
        max-width: 60%;
        flex: 0 1 60%
    }

    .md-layout-item.md-small-size-65 {
        min-width: 65%;
        max-width: 65%;
        flex: 0 1 65%
    }

    .md-layout-item.md-small-size-70 {
        min-width: 70%;
        max-width: 70%;
        flex: 0 1 70%
    }

    .md-layout-item.md-small-size-75 {
        min-width: 75%;
        max-width: 75%;
        flex: 0 1 75%
    }

    .md-layout-item.md-small-size-80 {
        min-width: 80%;
        max-width: 80%;
        flex: 0 1 80%
    }

    .md-layout-item.md-small-size-85 {
        min-width: 85%;
        max-width: 85%;
        flex: 0 1 85%
    }

    .md-layout-item.md-small-size-90 {
        min-width: 90%;
        max-width: 90%;
        flex: 0 1 90%
    }

    .md-layout-item.md-small-size-95 {
        min-width: 95%;
        max-width: 95%;
        flex: 0 1 95%
    }

    .md-layout-item.md-small-size-33 {
        min-width: 33.3333%;
        max-width: 33.3333%;
        flex: 0 1 33.3333%
    }

    .md-layout-item.md-small-size-66 {
        min-width: 66.6666%;
        max-width: 66.6666%;
        flex: 0 1 66.6666%
    }

    .md-layout-item.md-small-size-100 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        flex: 1 1 100%
    }
}

@media (max-width:600px) {
    .md-layout-item.md-xsmall-size {
        flex: 1 1
    }

    .md-layout-item.md-xsmall-size-5 {
        min-width: 5%;
        max-width: 5%;
        flex: 0 1 5%
    }

    .md-layout-item.md-xsmall-size-10 {
        min-width: 10%;
        max-width: 10%;
        flex: 0 1 10%
    }

    .md-layout-item.md-xsmall-size-15 {
        min-width: 15%;
        max-width: 15%;
        flex: 0 1 15%
    }

    .md-layout-item.md-xsmall-size-20 {
        min-width: 20%;
        max-width: 20%;
        flex: 0 1 20%
    }

    .md-layout-item.md-xsmall-size-25 {
        min-width: 25%;
        max-width: 25%;
        flex: 0 1 25%
    }

    .md-layout-item.md-xsmall-size-30 {
        min-width: 30%;
        max-width: 30%;
        flex: 0 1 30%
    }

    .md-layout-item.md-xsmall-size-35 {
        min-width: 35%;
        max-width: 35%;
        flex: 0 1 35%
    }

    .md-layout-item.md-xsmall-size-40 {
        min-width: 40%;
        max-width: 40%;
        flex: 0 1 40%
    }

    .md-layout-item.md-xsmall-size-45 {
        min-width: 45%;
        max-width: 45%;
        flex: 0 1 45%
    }

    .md-layout-item.md-xsmall-size-50 {
        min-width: 50%;
        max-width: 50%;
        flex: 0 1 50%
    }

    .md-layout-item.md-xsmall-size-55 {
        min-width: 55%;
        max-width: 55%;
        flex: 0 1 55%
    }

    .md-layout-item.md-xsmall-size-60 {
        min-width: 60%;
        max-width: 60%;
        flex: 0 1 60%
    }

    .md-layout-item.md-xsmall-size-65 {
        min-width: 65%;
        max-width: 65%;
        flex: 0 1 65%
    }

    .md-layout-item.md-xsmall-size-70 {
        min-width: 70%;
        max-width: 70%;
        flex: 0 1 70%
    }

    .md-layout-item.md-xsmall-size-75 {
        min-width: 75%;
        max-width: 75%;
        flex: 0 1 75%
    }

    .md-layout-item.md-xsmall-size-80 {
        min-width: 80%;
        max-width: 80%;
        flex: 0 1 80%
    }

    .md-layout-item.md-xsmall-size-85 {
        min-width: 85%;
        max-width: 85%;
        flex: 0 1 85%
    }

    .md-layout-item.md-xsmall-size-90 {
        min-width: 90%;
        max-width: 90%;
        flex: 0 1 90%
    }

    .md-layout-item.md-xsmall-size-95 {
        min-width: 95%;
        max-width: 95%;
        flex: 0 1 95%
    }

    .md-layout-item.md-xsmall-size-33 {
        min-width: 33.3333%;
        max-width: 33.3333%;
        flex: 0 1 33.3333%
    }

    .md-layout-item.md-xsmall-size-66 {
        min-width: 66.6666%;
        max-width: 66.6666%;
        flex: 0 1 66.6666%
    }

    .md-layout-item.md-xsmall-size-100 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        flex: 1 1 100%
    }
}

.md-hide {
    display: none
}

@media (min-width:1904px) {
    .md-xlarge-hide {
        display: none
    }
}

@media (max-width:1903px) {
    .md-large-hide {
        display: none
    }
}

@media (max-width:1280px) {
    .md-medium-hide {
        display: none
    }
}

@media (max-width:960px) {
    .md-small-hide {
        display: none
    }
}

@media (max-width:600px) {
    .md-xsmall-hide {
        display: none
    }
}

.md-list-item {
    height: auto;
    position: relative;
    z-index: 2
}

.md-list-item.md-inset .md-list-item-content {
    padding-left: 72px
}

.md-list-item .md-icon {
    margin: 0;
    transition-property: color, margin-right
}

.md-list-item-container {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: none
}

.md-list-item-container:not(.md-list-item-default):not([disabled]) > .md-list-item-content {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.md-list-item-container.md-button-clean:hover {
    opacity: 1;
    text-decoration: none
}

.md-list-item-content {
    min-height: 48px;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: padding .4s cubic-bezier(.25, .8, .25, 1);
    will-change: padding
}

.md-list.md-dense .md-list-item-content {
    min-height: 40px;
    font-size: 13px
}

.md-list.md-dense .md-list-item-content > .md-avatar {
    margin-top: 0;
    margin-bottom: 0
}

.md-list.md-dense .md-list-item-content > .md-avatar:not(.md-small) {
    width: 36px;
    min-width: 36px;
    height: 36px
}

.md-list.md-dense .md-list-item-content > .md-avatar:first-child {
    margin-right: 20px
}

.md-list.md-double-line .md-list-item-content {
    min-height: 72px
}

.md-list.md-double-line.md-dense .md-list-item-content {
    min-height: 60px
}

.md-list.md-triple-line .md-list-item-content {
    min-height: 88px
}

.md-list.md-triple-line.md-dense .md-list-item-content {
    min-height: 76px
}

.md-list-item-content .md-list-action {
    margin: 0 -10px 0 0
}

.md-list-item-content .md-list-action:last-of-type {
    margin: 0 -10px 0 16px
}

.md-list.md-triple-line .md-list-item-content .md-list-action:last-of-type {
    align-self: flex-start
}

.md-list-item-content > .md-icon:first-child {
    margin-right: 32px
}

.md-list-item-content > .md-icon:last-child {
    margin-left: 16px
}

.md-list-item-content > .md-checkbox,
.md-list-item-content > .md-radio {
    margin: 0
}

.md-list-item-content > .md-checkbox:first-child,
.md-list-item-content > .md-radio:first-child {
    margin-right: 36px
}

.md-list-item-content > .md-switch {
    margin: 0
}

.md-list-item-content > .md-switch:first-child {
    margin-right: 22px
}

.md-list-item-content > .md-avatar {
    margin: 4px 0
}

.md-list-item-content > .md-avatar:first-child {
    margin-right: 16px
}

.md-list-item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    line-height: 1.25em;
    white-space: nowrap
}

.md-list.md-dense .md-list-item-text {
    font-size: 13px
}

.md-list-item-text * {
    width: 100%;
    margin: 0;
    overflow: hidden;
    line-height: 1.25em;
    text-overflow: ellipsis
}

.md-list-item-text :nth-child(2),
.md-list-item-text :nth-child(3) {
    font-size: 14px
}

.md-list.md-dense .md-list-item-text * {
    font-size: 13px
}

.md-list-item-expand {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: border .4s cubic-bezier(.25, .8, .25, 1);
    will-change: border
}

.md-list-item-expand.md-active > .md-list-item-content > .md-list-expand-icon {
    perspective: 1000px;
    perspective-origin: 50% 50%;
    transform: rotateX(180deg)
}

.md-list-item-expand.md-active .md-list-expand {
    opacity: 1;
    transform: translateZ(0)
}

.md-list-item-expand .md-list-expand {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translate3D(0, -24px, 0);
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity
}

.md-list-item-expand .md-list-expand-icon {
    transition: transform .4s cubic-bezier(.25, .8, .25, 1);
    will-change: transform
}

@keyframes b {
    0% {
        transform: translateX(0)
    }

    20% {
        animation-timing-function: cubic-bezier(.5, 0, .7, .5);
        transform: translateX(0)
    }

    60% {
        animation-timing-function: cubic-bezier(.3, .38, .55, .96);
        transform: translateX(83.67%)
    }

    to {
        transform: translateX(200.61%)
    }
}

@keyframes c {
    0% {
        transform: scaleX(.08)
    }

    35% {
        animation-timing-function: cubic-bezier(.33, .12, .79, 1);
        transform: scaleX(.08)
    }

    70% {
        animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        transform: scaleX(.66)
    }

    to {
        transform: scaleX(.08)
    }
}

@keyframes d {
    0% {
        animation-timing-function: cubic-bezier(.15, 0, .52, .41);
        transform: translateX(0)
    }

    25% {
        animation-timing-function: cubic-bezier(.31, .28, .8, .73);
        transform: translateX(37.65%)
    }

    50% {
        animation-timing-function: cubic-bezier(.4, .63, .6, .9);
        transform: translateX(84.39%)
    }

    to {
        transform: translateX(160.28%)
    }
}

@keyframes e {
    0% {
        animation-timing-function: cubic-bezier(.15, 0, .52, .41);
        transform: scaleX(.08)
    }

    20% {
        animation-timing-function: cubic-bezier(.31, .28, .8, .73);
        transform: scaleX(.46)
    }

    45% {
        animation-timing-function: cubic-bezier(.4, .63, .6, .9);
        transform: scaleX(.73)
    }

    to {
        transform: scaleX(.08)
    }
}

@keyframes f {
    to {
        transform: translate3D(-8px, 0, 0)
    }
}

.md-progress-bar {
    height: 5px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0) scaleY(1);
    transform-origin: center center;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity, transform
}

.md-progress-bar.md-indeterminate .md-progress-bar-track,
.md-progress-bar.md-query .md-progress-bar-track {
    left: -150%;
    animation: b 2s linear infinite
}

.md-progress-bar.md-indeterminate .md-progress-bar-track:after,
.md-progress-bar.md-query .md-progress-bar-track:after {
    animation: c 2s linear infinite
}

.md-progress-bar.md-indeterminate .md-progress-bar-fill,
.md-progress-bar.md-query .md-progress-bar-fill {
    left: -55%;
    animation: d 2s linear infinite
}

.md-progress-bar.md-indeterminate .md-progress-bar-fill:after,
.md-progress-bar.md-query .md-progress-bar-fill:after {
    animation: e 2s linear infinite
}

.md-progress-bar.md-buffer .md-progress-bar-buffer,
.md-progress-bar.md-buffer .md-progress-bar-fill,
.md-progress-bar.md-buffer .md-progress-bar-track,
.md-progress-bar.md-determinate .md-progress-bar-buffer,
.md-progress-bar.md-determinate .md-progress-bar-fill,
.md-progress-bar.md-determinate .md-progress-bar-track {
    transition: .25s cubic-bezier(.25, .8, .25, 1)
}

.md-progress-bar.md-determinate .md-progress-bar-track {
    display: none
}

.md-progress-bar.md-buffer .md-progress-bar-buffer {
    border-top: 4px dotted;
    animation: f .25s linear infinite
}

.md-progress-bar.md-query {
    transform: rotate(180deg)
}

.md-progress-bar-enter,
.md-progress-bar-leave-active {
    opacity: .5;
    transform: translateZ(0) scaleY(0)
}

.md-progress-bar-buffer,
.md-progress-bar-fill,
.md-progress-bar-track {
    transform-origin: top left
}

.md-progress-bar-buffer,
.md-progress-bar-buffer:after,
.md-progress-bar-fill,
.md-progress-bar-fill:after,
.md-progress-bar-track,
.md-progress-bar-track:after {
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform
}

.md-progress-bar-buffer:after,
.md-progress-bar-fill:after,
.md-progress-bar-track:after {
    display: inline-block;
    left: 0;
    content: " "
}

@keyframes g {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes h {
    0% {
        opacity: 0;
        transform: rotate(-90deg) translateZ(0)
    }

    20% {
        opacity: 1
    }

    to {
        transform: rotate(270deg) translateZ(0)
    }
}

@keyframes i {
    0% {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotate(0)
    }

    12.5% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotate(0)
    }

    12.51% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotateX(180deg) rotate(72.5deg)
    }

    25% {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotateX(180deg) rotate(72.5deg)
    }

    25.1% {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotate(270deg)
    }

    37.5% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotate(270deg)
    }

    37.51% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotateX(180deg) rotate(161.5deg)
    }

    50% {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotateX(180deg) rotate(161.5deg)
    }

    50.01% {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotate(180deg)
    }

    62.5% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotate(180deg)
    }

    62.51% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotateX(180deg) rotate(251.5deg)
    }

    75% {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotateX(180deg) rotate(251.5deg)
    }

    75.01% {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotate(90deg)
    }

    87.5% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotate(90deg)
    }

    87.51% {
        stroke-dashoffset: var(--md-progress-spinner-end-value);
        transform: rotateX(180deg) rotate(341.5deg)
    }

    to {
        stroke-dashoffset: var(--md-progress-spinner-start-value);
        transform: rotateX(180deg) rotate(341.5deg)
    }
}

.md-progress-spinner {
    display: inline-flex;
    position: relative
}

.md-progress-spinner.md-indeterminate {
    animation: g 2s linear infinite
}

.md-progress-spinner.md-indeterminate.md-progress-spinner-enter .md-progress-spinner-draw,
.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-to .md-progress-spinner-draw {
    opacity: 0;
    transform: scale(.1)
}

.md-progress-spinner.md-indeterminate.md-progress-spinner-enter-active,
.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-active {
    transition-duration: .4s;
    animation: none
}

.md-progress-spinner.md-indeterminate .md-progress-spinner-circle {
    animation: 4s cubic-bezier(.25, .8, .25, 1) infinite;
    animation-name: i
}

.md-progress-spinner.md-determinate.md-progress-spinner-enter-active {
    transition-duration: 2s
}

.md-progress-spinner.md-determinate.md-progress-spinner-enter-active .md-progress-spinner-draw {
    animation: h 1.98s cubic-bezier(.25, .8, .25, 1) forwards
}

.md-progress-spinner.md-determinate.md-progress-spinner-leave-active {
    transition-duration: 2s
}

.md-progress-spinner.md-determinate.md-progress-spinner-leave-active .md-progress-spinner-draw {
    animation: h 1.98s cubic-bezier(.25, .8, .25, 1) reverse forwards
}

.md-progress-spinner.md-determinate .md-progress-spinner-draw {
    transition: none
}

.md-progress-spinner-draw {
    overflow: visible;
    transform: scale(1) rotate(-90deg);
    transform-origin: center;
    transition: .4s cubic-bezier(.25, .8, .25, 1);
    will-change: opacity, transform
}

.md-progress-spinner-circle {
    fill: none;
    transform-origin: center;
    transition: stroke-dashoffset .25s cubic-bezier(.25, .8, .25, 1);
    will-change: stroke-dashoffset, stroke-dasharray, stroke-width, animation-name, r
}

.md-radio {
    width: auto;
    margin: 16px 16px 16px 0;
    display: inline-flex;
    position: relative
}

.md-radio:not(.md-disabled),
.md-radio:not(.md-disabled) .md-radio-label {
    cursor: pointer
}

.md-radio .md-radio-container {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.md-radio .md-radio-container:focus {
    outline: none
}

.md-radio .md-radio-container:after,
.md-radio .md-radio-container:before {
    position: absolute;
    transition: .4s cubic-bezier(.55, 0, .55, .2);
    content: " "
}

.md-radio .md-radio-container:before {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    z-index: 6;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.md-radio .md-radio-container:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    opacity: 0;
    transform: scale3D(.38, .38, 1);
    content: " "
}

.md-radio .md-radio-container .md-ripple {
    width: 48px !important;
    height: 48px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.md-radio .md-radio-container input {
    position: absolute;
    left: -999em
}

.md-radio .md-radio-label {
    height: 20px;
    padding-left: 16px;
    position: relative;
    line-height: 20px
}

.md-radio.md-checked .md-radio-container:after {
    opacity: 1;
    transform: scaleX(1);
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.md-radio.md-required label:after {
    position: absolute;
    top: 2px;
    right: 0;
    transform: translateX(calc(100% + 2px));
    content: "*";
    line-height: 1em;
    vertical-align: top
}

.md-snackbar {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    min-width: 288px;
    max-width: 568px;
    min-height: 48px;
    max-height: 80px;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 14;
    border-radius: 2px;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color, color, opacity, transform
}

.md-snackbar.md-position-center {
    margin: 0 auto;
    right: 0;
    bottom: 0;
    left: 0
}

.md-snackbar.md-position-center.md-snackbar-enter,
.md-snackbar.md-position-center.md-snackbar-leave-active {
    transform: translate3D(0, calc(100% + 8px), 0)
}

.md-snackbar.md-position-left {
    bottom: 24px;
    left: 24px
}

.md-snackbar.md-position-left.md-snackbar-enter,
.md-snackbar.md-position-left.md-snackbar-leave-active {
    transform: translate3D(0, calc(100% + 32px), 0)
}

.md-snackbar-enter,
.md-snackbar-enter .md-snackbar-content,
.md-snackbar-leave-active,
.md-snackbar-leave-active .md-snackbar-content {
    opacity: 0
}

.md-snackbar-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity .38s cubic-bezier(.55, 0, .55, .2)
}

.md-snackbar-content .md-button {
    min-width: 0;
    margin: -8px -8px -8px 36px
}

.md-snackbar-content .md-button + .md-button {
    margin-left: 16px
}

@media (max-width:600px) {
    .md-snackbar {
        left: 0;
        transform: none;
        border-radius: 0
    }

    .md-snackbar-content .md-button {
        margin-left: 12px
    }
}

.md-speed-dial {
    display: inline-flex;
    flex-direction: column
}

.md-speed-dial.md-top-left,
.md-speed-dial.md-top-right {
    position: absolute;
    top: 24px
}

.md-speed-dial.md-bottom-left,
.md-speed-dial.md-bottom-right {
    position: absolute;
    bottom: 24px
}

.md-speed-dial.md-bottom-center,
.md-speed-dial.md-top-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.md-speed-dial.md-top-center {
    top: 24px
}

.md-speed-dial.md-bottom-center {
    bottom: 24px
}

.md-speed-dial.md-bottom-right,
.md-speed-dial.md-top-right {
    right: 24px
}

.md-speed-dial.md-bottom-left,
.md-speed-dial.md-top-left {
    left: 24px
}

.md-speed-dial.md-fixed {
    position: fixed
}

.md-speed-dial.md-direction-top.md-effect-fling .md-speed-dial-content .md-button {
    transform: translate3d(0, 50%, 0) scale(.8)
}

.md-speed-dial.md-direction-top .md-speed-dial-target {
    order: 2;
    margin-bottom: 0 !important
}

.md-speed-dial.md-direction-top .md-speed-dial-content {
    order: 1
}

.md-speed-dial.md-direction-top .md-speed-dial-content .md-button:first-child {
    margin-top: 0
}

.md-speed-dial.md-direction-bottom.md-effect-fling .md-speed-dial-content .md-button {
    transform: translate3d(0, -50%, 0) scale(.8)
}

.md-speed-dial.md-direction-bottom .md-speed-dial-target {
    order: 1;
    margin-top: 0 !important
}

.md-speed-dial.md-direction-bottom .md-speed-dial-content {
    order: 2
}

.md-speed-dial.md-direction-bottom .md-speed-dial-content .md-button:last-child {
    margin-bottom: 0
}

.md-speed-dial.md-effect-scale .md-speed-dial-content .md-button {
    transform: scale(.3)
}

.md-speed-dial.md-active .md-morph-initial,
.md-speed-dial.md-with-hover:hover .md-morph-initial {
    opacity: 0;
    transform: translate3D(-50%, -50%, 0) rotate(90deg) scale(.7)
}

.md-speed-dial.md-active .md-morph-final,
.md-speed-dial.md-with-hover:hover .md-morph-final {
    opacity: 1;
    transform: translate3D(-50%, -50%, 0) rotate(0deg) scale(1)
}

.md-speed-dial.md-active .md-speed-dial-content .md-button,
.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button {
    pointer-events: auto;
    opacity: 1;
    transform: translateZ(0) scale(1) !important;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.25, .8, .25, 1)
}

.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="0"],
.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="0"] {
    transition-delay: 0s
}

.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="1"],
.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="1"] {
    transition-delay: .1s
}

.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="2"],
.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="2"] {
    transition-delay: .2s
}

.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="3"],
.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="3"] {
    transition-delay: .3s
}

.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="4"],
.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="4"] {
    transition-delay: .4s
}

.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index="5"],
.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index="5"] {
    transition-delay: .5s
}

.md-speed-dial .md-button {
    margin: 6px 0
}

.md-speed-dial .md-speed-dial-content .md-button {
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1), transform 0s cubic-bezier(.4, 0, .2, 1) .3s;
    will-change: opacity, transform
}

.md-speed-dial .md-morph-final,
.md-speed-dial .md-morph-initial {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition-property: opacity, transform;
    will-change: opacity, transform
}

.md-speed-dial .md-morph-final {
    opacity: 0;
    transform: translate3D(-50%, -50%, 0) scale(.7) rotate(-90deg)
}

.md-speed-dial-target {
    z-index: 1
}

.md-speed-dial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2
}

.md-speed-dial-content,
.md-steppers {
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.md-steppers {
    transition-property: color, background-color;
    will-change: color, background-color
}

.md-steppers.md-no-transition * {
    transition: none !important
}

.md-steppers.md-dynamic-height .md-steppers-wrapper {
    transition: height .3s cubic-bezier(.4, 0, .2, 1);
    will-change: height
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header {
    height: 104px
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-icon:before,
.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-number:before,
.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-icon:after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-number:after {
    content: none
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-ripple {
    justify-content: center
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content {
    padding-top: 16px;
    flex-direction: column
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content:after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content:before {
    content: none
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-text {
    height: 32px;
    justify-content: flex-start;
    text-align: center
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number {
    margin: 0 8px 8px;
    position: relative
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:before,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:before {
    width: 9999%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 2;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color;
    content: " "
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:after {
    left: calc(100% + 8px)
}

.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:before,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:before {
    right: 32px
}

.md-steppers.md-vertical .md-stepper-header {
    height: 56px
}

.md-steppers.md-vertical .md-stepper-header .md-ripple {
    padding: 0 24px 0 16px
}

.md-steppers.md-vertical .md-steppers-container {
    display: block
}

.md-steppers.md-vertical .md-button-content:after,
.md-steppers.md-vertical .md-button-content:before {
    content: none
}

.md-steppers.md-vertical .md-stepper-icon,
.md-steppers.md-vertical .md-stepper-number {
    margin-right: 12px
}

.md-steppers.md-vertical .md-stepper {
    flex: none;
    padding: 0;
    position: relative
}

.md-steppers.md-vertical .md-stepper:last-of-type:after {
    content: none
}

.md-steppers.md-vertical .md-stepper:after {
    width: 1px;
    position: absolute;
    top: 48px;
    bottom: -8px;
    left: 36px;
    z-index: 2;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color;
    content: " "
}

.md-steppers-navigation {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    display: flex
}

.md-steppers-navigation .md-stepper-header {
    width: auto
}

.md-stepper-header {
    width: 100%;
    height: 72px;
    margin: 0;
    flex: 1;
    border-radius: 0;
    font-weight: 400;
    text-align: left;
    text-transform: none
}

.md-stepper-header:first-of-type .md-button-content:before,
.md-stepper-header:last-of-type .md-button-content:after {
    content: none
}

.md-stepper-header.md-active,
.md-stepper-header.md-error {
    font-weight: 500
}

.md-stepper-header .md-ripple {
    padding: 0 16px;
    justify-content: flex-start
}

.md-stepper-header .md-button-content {
    padding: 0 8px;
    display: flex;
    align-items: center;
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
    will-change: color
}

.md-stepper-header .md-button-content:after,
.md-stepper-header .md-button-content:before {
    height: 1px;
    position: absolute;
    top: 50%;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color;
    content: " "
}

.md-stepper-header .md-button-content:after {
    width: 9999%;
    left: 100%
}

.md-stepper-header .md-button-content:before {
    width: 16px;
    left: -16px
}

.md-stepper-header .md-button-content svg {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: color, fill;
    will-change: color, fill
}

.md-stepper-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 16px;
    white-space: nowrap
}

.md-stepper-icon,
.md-stepper-number {
    margin-right: 8px;
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
    will-change: color
}

.md-stepper-number {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: color, background-color;
    will-change: color, background-color;
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

.md-stepper-done {
    width: 20px;
    height: 20px;
    transform: translateY(-1px)
}

.md-stepper-editable {
    width: 14px;
    height: 14px;
    transform: translateY(-1px)
}

.md-stepper-description,
.md-stepper-error {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.md-stepper-description {
    opacity: .54
}

.md-steppers-wrapper {
    overflow: hidden;
    transition: none;
    will-change: height
}

.md-steppers-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    transform: translateZ(0);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.md-stepper {
    width: 100%;
    flex: 1 0 100%;
    padding: 16px 24px
}

@media (max-width:960px) {
    .md-stepper {
        padding: 8px 16px
    }
}

.md-steppers.md-vertical .md-stepper-content {
    padding: 0 24px 0 60px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translate3D(0, -20px, 0);
    transition: .35s cubic-bezier(.25, .8, .25, 1);
    transition-property: opacity, transform, height, padding-bottom;
    will-change: opacity, transform, height, padding-bottom
}

.md-steppers.md-vertical .md-stepper-content.md-active {
    height: auto;
    padding-bottom: 40px;
    opacity: 1;
    transform: translateZ(0)
}

.md-subheader {
    min-height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    font-size: 14px;
    font-weight: 500
}

.md-switch {
    width: auto;
    margin: 16px 16px 16px 0;
    display: inline-flex;
    position: relative
}

.md-switch:not(.md-disabled),
.md-switch:not(.md-disabled) .md-switch-label {
    cursor: pointer
}

.md-switch .md-switch-container {
    width: 34px;
    min-width: 34px;
    height: 14px;
    margin: 3px 0;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 14px;
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.md-switch .md-switch-thumb {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    transition: .4s cubic-bezier(.25, .8, .25, 1)
}

.md-switch .md-switch-thumb:before {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
    content: " "
}

.md-switch .md-switch-thumb .md-ripple {
    width: 48px !important;
    height: 48px !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.md-switch .md-switch-thumb input {
    position: absolute;
    left: -999em
}

.md-switch .md-switch-label {
    height: 20px;
    padding-left: 16px;
    position: relative;
    line-height: 20px
}

.md-switch.md-checked .md-switch-thumb {
    transform: translate3d(15px, 0, 0)
}

.md-switch.md-required label:after {
    position: absolute;
    top: 2px;
    right: 0;
    transform: translateX(calc(100% + 2px));
    content: "*";
    line-height: 1em;
    vertical-align: top
}

.md-table {
    display: flex;
    flex-flow: column wrap;
    overflow-x: auto
}

.md-table .md-table-fixed-header {
    position: relative
}

.md-table .md-table-fixed-header .md-table-fixed-header-container {
    flex: 1;
    overflow-x: auto
}

.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar,
.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar-button,
.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar-thumb {
    display: none
}

.md-table .md-table-fixed-header-active {
    border-bottom: 1px solid
}

.md-table .md-table-content {
    flex: 1;
    overflow-x: auto;
    transition: height .3s cubic-bezier(.4, 0, .2, 1)
}

.md-table .md-table-empty {
    display: flex;
    align-items: center;
    justify-content: center
}

.md-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden
}

.md-table-head {
    padding: 0;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-align: left
}

.md-table-head:last-child:not(:first-child) .md-table-head-label {
    padding-right: 24px
}

.md-table-head.md-numeric {
    text-align: right
}

.md-table-head.md-sortable:first-of-type .md-table-sortable-icon,
.md-table-head.md-table-cell-selection + .md-sortable .md-table-sortable-icon {
    right: 8px;
    left: auto
}

.md-table-head .md-icon {
    width: 16px;
    height: 16px;
    font-size: 16px
}

.md-table-head .md-icon:not(.md-sortable-icon) {
    margin: 0 4px
}

.md-table-head .md-icon:first-child {
    margin-left: 0
}

.md-table-head .md-icon:last-child {
    margin-right: 0
}

.md-sortable {
    cursor: pointer
}

.md-sortable.md-sorted .md-table-sortable-icon,
.md-sortable:hover .md-table-sortable-icon {
    opacity: 1
}

.md-sortable.md-sorted-desc .md-table-sortable-icon {
    transform: translateY(-50%) rotate(180deg)
}

.md-table-head-container {
    height: 56px;
    padding: 14px 0
}

.md-table-head-container,
.md-table-head-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.md-table-head-label {
    height: 28px;
    padding-right: 32px;
    padding-left: 24px;
    display: inline-block;
    position: relative;
    line-height: 28px
}

.md-table-sortable-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transform: translateY(-50%);
    opacity: 0;
    color: rgba(0, 0, 0, .38)
}

.md-table-alternate-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    will-change: opacity, transform
}

.md-table-alternate-header-enter,
.md-table-alternate-header-leave-active {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
}

.md-table-alternate-header-enter-active {
    transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.md-table-alternate-header-leave-active {
    transition: .2s cubic-bezier(.4, 0, 1, 1)
}

.md-table-row {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: background-color, font-weight;
    will-change: background-color, font-weight
}

.md-table-row.md-has-selection {
    cursor: pointer
}

.md-table-row.md-selected-single {
    font-weight: 500
}

tbody .md-table-row td {
    border-top: 1px solid
}

.md-table-cell-selection {
    width: 66px
}

.md-table-cell-selection + td .md-table-cell-container,
.md-table-cell-selection + th .md-table-head-label {
    padding-left: 0
}

.md-table-cell-selection .md-table-cell-container,
.md-table-cell-selection .md-table-cell-label,
.md-table-cell-selection .md-table-head-container,
.md-table-cell-selection .md-table-head-label {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible
}

.md-table-cell-selection .md-checkbox {
    margin: 0
}

.md-table-cell-selection .md-checkbox .md-checkbox-container {
    width: 18px;
    min-width: 18px;
    height: 18px
}

.md-table-cell-selection .md-checkbox .md-checkbox-container:after {
    top: -1px;
    left: 4px
}

.md-table-toolbar {
    padding-left: 24px
}

.md-table-toolbar .md-title {
    flex: 1;
    font-size: 20px
}

.md-toolbar,
.md-toolbar-row {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    align-content: center;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition-property: opacity, background-color, box-shadow, transform, color, min-height;
    will-change: opacity, background-color, box-shadow, transform, color, min-height
}

.md-toolbar {
    padding: 0 16px;
    flex-flow: row wrap;
    position: relative;
    z-index: 2
}

.md-toolbar.md-dense {
    min-height: 48px
}

.md-toolbar.md-large .md-toolbar-row,
.md-toolbar.md-medium .md-toolbar-row {
    min-height: 64px
}

.md-toolbar.md-medium {
    min-height: 88px
}

.md-toolbar.md-large {
    min-height: 128px;
    align-content: inherit
}

.md-toolbar.md-large.md-dense {
    min-height: 96px
}

.md-toolbar.md-large.md-dense .md-toolbar-row + .md-toolbar-row {
    min-height: 32px
}

.md-toolbar .md-toolbar-offset {
    margin-left: 56px
}

.md-toolbar .md-button,
.md-toolbar .md-icon {
    z-index: 1
}

.md-toolbar .md-button ~ .md-title,
.md-toolbar .md-icon ~ .md-title {
    margin-left: 24px
}

.md-toolbar .md-button:last-child {
    margin-right: 0
}

.md-toolbar .md-button:first-child {
    margin-left: 0
}

.md-toolbar .md-display-1,
.md-toolbar .md-display-2,
.md-toolbar .md-title {
    margin: 0 0 0 8px;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: .02em;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

.md-toolbar .md-display-1 {
    padding: 12px 0
}

.md-toolbar .md-field {
    margin-top: 2px;
    margin-bottom: 14px;
    padding-top: 16px
}

.md-toolbar-row {
    align-self: flex-start
}

.md-toolbar-section-end,
.md-toolbar-section-start {
    display: flex;
    align-items: center;
    flex: 1
}

.md-toolbar-section-start {
    justify-content: flex-start;
    order: 0
}

.md-toolbar-section-end {
    justify-content: flex-end;
    order: 10
}

@media (max-width:960px) {

    .md-toolbar,
    .md-toolbar-row {
        min-height: 48px
    }

    .md-toolbar {
        padding: 0 8px
    }

    .md-toolbar .md-toolbar-offset {
        margin-left: 48px
    }

    .md-toolbar .md-button ~ .md-title,
    .md-toolbar .md-icon ~ .md-title {
        margin-left: 16px
    }
}

@media (max-width:600px) {

    .md-toolbar,
    .md-toolbar-row {
        min-height: 56px
    }
}

.md-table-empty-state {
    padding-left: 24px
}

.md-table-cell {
    height: 48px;
    position: relative;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 13px;
    line-height: 18px
}

.md-table-cell.md-numeric {
    text-align: right
}

.md-table-cell:last-child .md-table-cell-container {
    padding-right: 24px
}

.md-table-cell-container {
    padding: 6px 32px 6px 24px
}

.md-table-pagination {
    height: 56px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid;
    font-size: 12px
}

.md-table-pagination .md-table-pagination-previous {
    margin-right: 2px;
    margin-left: 18px
}

.md-table-pagination .md-field {
    width: 48px;
    min-width: 36px;
    margin: -16px 24px 0 32px
}

.md-table-pagination .md-field:after,
.md-table-pagination .md-field:before {
    display: none
}

.md-table-pagination .md-field .md-select-value {
    font-size: 13px
}

.md-menu-content.md-pagination-select {
    max-width: 82px;
    min-width: 56px;
    margin-top: 5px
}

.md-tabs {
    display: flex;
    flex-direction: column
}

.md-tabs.md-no-transition * {
    transition: none !important
}

.md-tabs.md-dynamic-height .md-tabs-content {
    transition: height .3s cubic-bezier(.4, 0, .2, 1);
    will-change: height
}

.md-tabs.md-transparent .md-tabs-content,
.md-tabs.md-transparent .md-tabs-navigation {
    background-color: transparent !important
}

.md-tabs.md-dynamic-height .md-tabs-content {
    transition: height .35s cubic-bezier(.25, .8, .25, 1)
}

.md-tabs.md-alignment-left .md-tabs-navigation {
    justify-content: flex-start
}

.md-tabs.md-alignment-right .md-tabs-navigation {
    justify-content: flex-end
}

.md-tabs.md-alignment-centered .md-tabs-navigation,
.md-tabs.md-alignment-fixed .md-tabs-navigation {
    justify-content: center
}

.md-tabs.md-alignment-fixed .md-tabs-navigation .md-button {
    max-width: 264px;
    min-width: 160px;
    flex: 1
}

.md-toolbar .md-tabs {
    padding-left: 48px
}

.md-tabs-navigation {
    display: flex;
    position: relative
}

.md-tabs-navigation .md-button {
    max-width: 264px;
    min-width: 72px;
    height: 48px;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    font-size: 13px
}

.md-tabs-navigation .md-button-content {
    position: static
}

.md-tabs-navigation .md-icon-label {
    height: 72px
}

.md-tabs-navigation .md-icon-label .md-button-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.md-tabs-navigation .md-icon-label .md-tab-icon + .md-tab-label {
    margin-top: 10px
}

.md-tabs-navigation .md-ripple {
    padding: 0 24px
}

.md-tabs-indicator {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateZ(0);
    will-change: left, right
}

.md-tabs-indicator.md-tabs-indicator-left {
    transition: left .3s cubic-bezier(.4, 0, .2, 1), right .35s cubic-bezier(.4, 0, .2, 1)
}

.md-tabs-indicator.md-tabs-indicator-right {
    transition: right .3s cubic-bezier(.4, 0, .2, 1), left .35s cubic-bezier(.4, 0, .2, 1)
}

.md-tabs-content {
    overflow: hidden;
    transition: none;
    will-change: height
}

.md-tabs-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    transform: translateZ(0);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.md-tab {
    width: 100%;
    flex: 1 0 100%;
    padding: 16px
}

@media (max-width:960px) {
    .md-tabs.md-alignment-fixed .md-tabs-navigation .md-button {
        min-width: 72px
    }

    .md-toolbar .md-tabs {
        margin: 0 -8px;
        padding-left: 0
    }

    .md-tabs-navigation .md-ripple {
        padding: 0 12px
    }

    .md-tab {
        padding: 8px
    }
}

.md-tooltip {
    height: 22px;
    padding: 0 8px;
    position: fixed;
    z-index: 12;
    pointer-events: none;
    border-radius: 2px;
    transition: .15s cubic-bezier(0, 0, .2, 1);
    transition-property: opacity, transform;
    will-change: opacity, transform, top, left !important;
    font-size: 10px;
    line-height: 22px;
    text-transform: none;
    white-space: nowrap
}

.md-tooltip.md-tooltip-leave-active {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.md-tooltip.md-tooltip-enter,
.md-tooltip.md-tooltip-leave-active {
    opacity: 0
}

.md-tooltip.md-tooltip-enter.md-tooltip-top,
.md-tooltip.md-tooltip-leave-active.md-tooltip-top {
    transform: translate3d(0, 4px, 0) scale(.95)
}

.md-tooltip.md-tooltip-enter.md-tooltip-right,
.md-tooltip.md-tooltip-leave-active.md-tooltip-right {
    transform: translate3d(-4px, 0, 0) scale(.95)
}

.md-tooltip.md-tooltip-enter.md-tooltip-bottom,
.md-tooltip.md-tooltip-leave-active.md-tooltip-bottom {
    transform: translate3d(0, -4px, 0) scale(.95)
}

.md-tooltip.md-tooltip-enter.md-tooltip-left,
.md-tooltip.md-tooltip-leave-active.md-tooltip-left {
    transform: translate3d(4px, 0, 0) scale(.95)
}

@media (max-width:960px) {
    .md-tooltip {
        height: 32px;
        font-size: 14px;
        line-height: 32px
    }
}

html {
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

body,
html {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none
}

body::-webkit-scrollbar {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none !important
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,
.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    -webkit-animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    -webkit-animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::-moz-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
    width: auto
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current,
.multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active,
.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,
.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@-webkit-keyframes spinning {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

@keyframes spinning {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #000;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.defaultLayout {
    background: #171717;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .defaultLayout {
        padding: 115px 0 0
    }
}

.defaultLayout_wrapper {
    padding: 0 0 50px;
    max-width: 1310px;
    width: 100%;
    margin: 0 auto
}

.fade-enter-active,
.fade-leave-active {
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: ease
}

.fade-enter,
.fade-leave-active {
    opacity: 0
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    transition: all .3s ease-in
}

.header.headerScroll {
    background: #1b143a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16)
}

@media only screen and (min-width:768px) {
    .header {
        position: absolute;
        background: none;
        box-shadow: none
    }
}

.header_wrapper {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    max-width: 1310px;
    width: 100%;
    margin: 0 auto
}

.header_wrapper-open {
    background: #171717;
}

@media only screen and (min-width:768px) {
    .header_wrapper-open {
        background: none
    }
}

@media only screen and (min-width:768px) {
    .header_wrapper {
        height: auto;
        padding: 37px 15px 0
    }
}

.header_line {
    max-width: 1000px;
    width: 100%;
    height: 1px;
    background: #fcfcfc;
    margin: 0 40px 0 30px;
    flex: 1;
    display: none
}

@media only screen and (min-width:768px) {
    .header_line {
        display: block
    }
}

.header_menu-btn {
    display: flex;
    flex-direction: column;
    height: 16px;
    width: 25px;
    justify-content: space-between;
    align-items: flex-end
}

.header_menu-btn span {
    height: 2px;
    width: 100%;
    background: #fff
}

.header_menu-btn span:nth-child(2) {
    width: 16px
}

.header_menu-btn--open {
    justify-content: center;
    position: relative
}

.header_menu-btn--open .header_menu-btnBorder {
    position: absolute;
    background: #dbdbdb
}

.header_menu-btn--open .header_menu-btnBorder:first-child {
    transform: rotate(45deg);
    display: block
}

.header_menu-btn--open .header_menu-btnBorder:nth-child(2) {
    display: none
}

.header_menu-btn--open .header_menu-btnBorder:nth-child(3) {
    transform: rotate(-45deg);
    display: block
}

@media only screen and (min-width:768px) {
    .header_menu-btn {
        display: none
    }
}

.navHeaderMobileBackground {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8)
}

.logo {
    display: flex;
    height: 18px
}

.logo img {
    height: 18px;
    display: block;
    width: auto
}

@media only screen and (min-width:768px) {

    .logo,
    .logo img {
        height: 50px
    }
}

.home_widget {
    width: 100%;
}

.navHeader {
    display: none;
    height: 100%;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 56px;
    left: 0;
    z-index: 1;
    right: 0;
    background: #131313;
    border-top: 1px solid #eee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.navHeaderOpen {
    display: flex;
    border-radius: 0
}

@media only screen and (min-width:768px) {
    .navHeader {
        display: flex;
        border-radius: none;
        flex-direction: row;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        background: none;
        border-top: none
    }
}

.navHeader_link {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    height: 56px;
    width: 100%;
    padding: 0 0 0 16px
}

@media only screen and (min-width:768px) {
    .navHeader_link.nuxt-link-active {
        color: #41F295
    }
}

.navHeader_link:hover {
    background: rgba(0, 0, 0, .1);
    color: #000
}

@media only screen and (min-width:768px) {
    .navHeader_link {
        color: #fff;
        margin: 0 20px;
        height: auto;
        width: auto;
        padding: 0;
        text-align: center;
        justify-content: center
    }

    .navHeader_link:hover {
        color: #41F295
    }
}

.navHeader_link:first-child {
    margin-left: 0
}

.navHeader_link:last-child {
    margin-right: 0
}

.navHeader_select {
    margin: 0 20px 0 0
}

.navHeader_linkMenu {
    padding: 0
}

.navHeader_linkMenu .md-button {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:768px) {
    .navHeader_linkMenu .md-button {
        width: auto;
        height: auto;
        min-width: auto
    }
}

.navHeader_linkMenu .md-button:before {
    display: none
}

.navHeader_linkMenu .md-button-content {
    color: #fff;
    text-transform: none;
    width: 100%;
    height: 100%;
    padding: 0 0 0 15px
}

@media only screen and (min-width:768px) {
    .navHeader_linkMenu .md-button-content {
        padding: 0;
        width: auto;
        height: auto;
        color: #fff
    }

    .navHeader_linkMenu .md-button-content:hover {
        color: #41F295
    }
}

.navHeader_linkMenu .md-ripple {
    padding: 0
}

.md-menu-content {
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none !important;
    min-width: 100%
}

@media only screen and (max-width:767px) {
    .md-menu-content {
        right: 0 !important;
        left: 0 !important;
        top: 55px;
    }
}

@media only screen and (min-width:768px) {
    .md-menu-content {
        position: absolute;
        top: 40px;
        right: 0;
        min-width: 245px;
        box-shadow: 0 4px 32px rgba(0, 0, 0, .06);
        border-radius: 14px
    }
}

.md-menu-content .md-list {
    padding: 0
}

.md-menu-content .md-list-item:hover a {
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    font-weight: 600
}

.md-menu-content .md-list-item:last-child a {
    border-bottom: none
}

.md-menu-content .md-list-item-content {
    padding: 0;
    display: block
}

.navHeader_linkMenuItem {
    color: #171717;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 32px;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

@media only screen and (min-width:768px) {
    .navHeader_linkMenuItem {
        border-bottom: 1px solid rgba(0, 0, 0, .16)
    }
}

.navHeader_linkMenuArrow .md-button-content {
    display: flex;
    align-items: center
}

.navHeader_linkMenuArrow .md-button-content .navHeader_linkArrow {
    transition: all .3s ease;
    margin: 0 0 0 6px;
    width: 10px;
    height: 6px
}

.navHeader_linkMenuArrow .md-button-content .navHeader_linkArrow path {
    stroke: #000;
    fill: #000;
    transition: 1s ease-out
}

@media only screen and (min-width:768px) {
    .navHeader_linkMenuArrow .md-button-content .navHeader_linkArrow path {
        stroke: #fff;
        fill: #fff
    }
}

.md-button-content:hover .navHeader_linkArrow path {
    stroke: #000;
    fill: #000
}

@media only screen and (min-width:768px) {
    .md-button-content:hover .navHeader_linkArrow path {
        stroke: #41F295;
        fill: #41F295
    }
}

.navHeader_linkArrowOpen {
    transform: rotate(180deg)
}

.TopScrollBtn {
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    width: 50px;
    height: 50px;
    right: 21px;
    bottom: 92px;
    border-radius: 50%;
    border: 2px solid #41F295;
    display: flex;
    align-items: center;
    justify-content: center
}

.home_section {
    position: relative;
    z-index: 1
}

.home_section:before {
    background-size: contain;
    background-position: bottom;
    content: "";
    background-image: url(../img/home-bg.png);
    position: absolute;
    width: 129px;
    background-repeat: no-repeat;
    height: 169px;
    right: 70px;
    top: -148px;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .home_section:before {
left: 440px;
        height: 371px;
        right: auto;
        width: 245px;
        top: -40px;
        transform: rotate(-25deg);
    }
}

.home_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1310px;
    margin: 0 auto;
    flex-direction: column;
    padding: 0 15px
}

@media only screen and (min-width:868px) {
    .home_wrapper {
        flex-direction: row;
        align-items: flex-start
    }
}

.home_container {
    width: 100%;
    padding: 0;
    margin: 0 0 26px
}

@media only screen and (min-width:868px) {
    .home_container {
        max-width: 670px;
        margin: 0;
    }
}

.home_title {
margin-top: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    font-weight: 400;
    width: 100%
}

.home_title br {
    display: none
}

@media only screen and (min-width:868px) {
    .home_title br {
        display: block
    }
}

@media only screen and (min-width:868px) {
    .home_title {
        max-width: 470px;
    }
}

.home_title span {
    color: #41F295;
    font-weight: 400;
    font-style: normal;
}

.h3, h3 {
    font-size: 3.75rem !important;
    font-weight: 900 !important;
    padding-bottom: 20px !important;
    line-height: 63px !important;
}

.h5, h5 {
    font-size: 1.05rem !important;
}

.home_adv {
    margin: 24px 0 0;
    position: relative;
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width:868px) {
    .home_adv {
        margin: 55px 0
    }
}

.home_advCoin {
    position: absolute;
    z-index: 1;
    left: -90px;
    top: 15px;
    display: none
}

@media only screen and (min-width:868px) {
    .home_advCoin {
        display: block
    }
}

@media only screen and (min-width:1025px) {
    .home_advCoin {
        top: 50px;
        left: -150px;
        transform: rotate(-25deg);
    }
}

.home_advItem {
    display: none
}

.number {
    color: #41F295 !important;
}

@media only screen and (min-width:868px) {
    .home_advItem {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        padding: 12px 17.5px;
        border-top: 1px solid #41F295;
        border-bottom: 1px solid #41F295
    }
}

@media only screen and (min-width:1025px) {
    .home_advItem {
        padding: 24px 28px
    }
}

.home_advItemBorders {
    position: relative
}

.home_advItemBorders:before {
    content: "";
    width: 1px;
    background: #41F295;
    left: 0;
    top: 2px;
    bottom: 2px;
    display: none;
    position: absolute
}

@media only screen and (min-width:868px) {
    .home_advItemBorders:before {
        display: block
    }
}

.home_advItemBorders:after {
    content: "";
    width: 1px;
    background: #41F295;
    right: 0;
    top: 2px;
    bottom: 2px;
    position: absolute;
    display: none
}

@media only screen and (min-width:868px) {
    .home_advItemBorders:after {
        display: block
    }
}

.home_advItemText {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 1
}

.home_advItemText br {
    display: none
}

@media only screen and (min-width:868px) {
    .home_advItemText br {
        display: block
    }
}

@media only screen and (min-width:868px) {
    .home_advItemText {
        padding: 0 0 0 24px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px
    }
}

@media only screen and (min-width:1025px) {
    .home_advItemText {
        line-height: 135.9%;
        font-size: 18px;
        letter-spacing: .03em
    }
}

@media only screen and (min-width:868px) {
    .home_advItemText:first-line {
        color: #41F295
    }
}

.home_advItemText:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 31px;
    left: 0;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE2IiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMTYgMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAgMjAuNzE2NEwxMy4xMzc5IDAuNTU4NTk0TDguMTczNiAyMC44MTY3TDAgMjAuNzE2NFoiIGZpbGw9IiM0MUYyOTUiLz4KICA8cGF0aCBkPSJNMTYuMDAwMyAxMy4xOTVMMy44NjUyMyAzMS44OTg3TDguMzI4MTIgMTMuMDk0N0wxNi4wMDAzIDEzLjE5NVoiIGZpbGw9IiM0MUYyOTUiLz4KPC9zdmc+Cg==)
}

@media only screen and (min-width:868px) {
    .home_advItemText:before {
        display: block
    }
}

.widget_root {
    border-radius: 30px;
    background: #131313;
    margin: 0 auto;
    border: 1px solid #252D2A;
}

.widget_root .widget_root-collapsed {
    min-height: 400px
}

.widget_root .widget_wrapper {
    height: 100%;
    padding: 24px 16px
}

@media only screen and (min-width:768px) {
    .widget_root .widget_wrapper {
        padding: 32px 24px
    }
}

.widget_content {
    position: relative;
    margin-top: 20px
}

.widget_content.widget_content-collapsed {
    margin-top: 0;
    min-height: 141px
}

@media only screen and (min-width:768px) {
    .widget_content {
        min-height: auto;
        margin: 0;
    }
}

.widget_content .widget_steps {
    height: 100%
}

.widget_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.widget_heading h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

.widget_toggler {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.widget_question-icon {
    margin-right: 5px;
    line-height: 16px;
    cursor: pointer
}

.widget_stepper {
    padding: 4px 0 12px !important;
}

.widget_start-exchange {
    cursor: pointer;
    height: 33px
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.widget_spinnerWrapper {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    text-align: center
}

.widget_spinnerWrapper img {
    margin-top: 15px
}

@media only screen and (min-width:768px) {
    .widget_spinnerWrapper {
        top: 35%
    }
}

.widget_spinner {
    height: 60px;
    width: 60px
}

.widget_spinner svg {
    stroke: #41F295
}

.widget_start-btn {
    display: block;
    max-width: 343px;
    margin: 20px auto 0
}

@media only screen and (min-width:768px) {
    .widget_start-btn {
        display: none
    }
}

.default-btn_root {
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.default-btn_root.default-btn_green {
    background: #41F295;
    color: #171717;
}

.default-btn_root.default-btn_green:not(.default-btn_disabled):hover {
    transition: all .1s ease-in-out;
    background: #41F295;
    color: #171717 !important;
}

.default-btn_root.default-btn_green:not(.default-btn_disabled):active {
    background: #41F295;
    color: #171717 !important;
}

.default-btn_root.default-btn_disabled {
    background: hsla(0, 0%, 100%, .6)
}

.default-btn_root.default-btn_fullWidth {
    width: 100%
}

.default-btn_root.default-btn_medium {
    height: 40px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 8px
}

.default-btn_root.default-btn_large {
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 10px;
}

.exchange-start_btn {
    height: 64px;
}

.section-404_btn {
    padding-top: 18px;
}

.default-btn_root .default-btn_spinner svg {
    stroke: #41F295
}

.default-btn_root.default-btn_animated:after {
    content: "";
    display: block;
    width: 75px;
    height: 175%;
    background: linear-gradient(90deg, rgba(251, 251, 255, 0) 0, #fff);
    opacity: .5;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-animation: shinning 2s ease 2s infinite normal forwards;
    animation: shinning 2s ease 2s infinite normal forwards;
    transform: translateX(250px) rotate(-25deg)
}

@-webkit-keyframes shinning {
    0% {
        transform: translateX(-100px) rotate(-25deg)
    }

    to {
        transform: translateX(450px) rotate(-25deg)
    }
}

@keyframes shinning {
    0% {
        transform: translateX(-100px) rotate(-25deg)
    }

    to {
        transform: translateX(450px) rotate(-25deg)
    }
}

.footer {
    background: #131313;
    position: relative;
    padding: 0 15px;
    z-index: 1
}

.footer_wrapper {
    display: flex;
    flex-direction: column;
    padding: 35px 0 0;
    max-width: 1310px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .footer_wrapper {
        padding: 40px 0 0
    }
}

.footer_rights {
        margin-top: 50px;
    border-top: 1px solid #333333;
    padding: 16px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center
}

@media only screen and (min-width:768px) {
    .footer_rights {
        flex-direction: row;
        justify-content: space-between;
        padding: 30px 0
    }
}

.footer_rightsLink {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center
}

@media only screen and (min-width:768px) {
    .footer_rightsLink {
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .footer_policy {
        justify-content: inherit;
        margin-bottom: 0
    }
}

.footer_policy a {
    margin: 0 5px
}

.footer_policy a:hover {
    color: #41F295
}

.navFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width:767px) {
    .footer_policy a {
        display: block;
        margin: 10px 0;
        text-align: left;
    }

    .navFooter {
        padding: 32px 0 0;
        justify-content: flex-start;
    }
}

@media only screen and (min-width:768px) {
    .navFooter {
        padding: 40px 0 24px;
        -ms-grid-columns: .5fr 1fr .5fr 1fr;
        grid-template-columns: .5fr 1fr .5fr 1fr
    }
}

@media only screen and (min-width:1280px) {
    .navFooter {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media only screen and (max-width:767px) {
    .navFooter_linksRoutes {
        grid-area: navFooter_linksRoutes
    }
}

@media only screen and (max-width:767px) {
    .navFooter_linksSocials {
        grid-area: navFooter_linksSocials
    }
}

@media only screen and (max-width:767px) {
    .navFooterPairs {
        padding: 36px 0 0;
        grid-area: navFooterPairs
    }
}

@media only screen and (max-width:767px) {
    .navFooterSubscribe {
        padding: 36px 0 0;
        grid-area: navFooterSubscribe
    }
}

@media only screen and (max-width:767px) {
    .navFooter_linksRoutes {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .navFooter_linksSocials {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .navFooterPairs {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .navFooterSubscribe {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

.navFooter_title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 16px;
    width: 100%
}

.navFooter_links {
    display: inline-block;
}

.navFooter_link {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin: 0 0 18px;
    display: flex;
    align-items: center
}

.navFooter_link:last-child {
    margin: 0
}

.navFooter_link:hover {
    color: #41F295
}

.navFooter_pairs {
    display: flex;
    flex-wrap: wrap
}

.navFooter_pair {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    width: 50%;
    padding: 0 32px 0 0;
    margin: 0 0 18px
}

.navFooter_pair:hover {
    color: #41F295
}

.navFooter_social {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    border-radius: 4px
}

.navFooter_social:hover {
    color: #41F295
}

.navFooterText {
    margin: 22px 0 0;
    font-size: 14px !important;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .navFooterText {
        text-align: left
    }
}

.subscribe-formBtn {
    width: 100% !important;
    height: 56px !important;
    margin: 16px 0 0 !important;
    border-radius: 14px !important;
    font-size: 16px !important
}

.subscribe_formInputSucces {
    font-size: 14px;
    line-height: 137%;
    color: #41F295;
    margin: 0 0 16px
}

.subscribe_formInputError {
    font-size: 14px;
    line-height: 137%;
    color: #f13c3c;
    margin: 0 0 16px
}

#hubspotForm {
    margin: 0 0 16px
}

.rights_title {
    margin: 0 0 18px;
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .rights_title {
        font-size: 56px
    }
}

.section-404 {
    position: relative;
    min-height: 700px;
}

.section-404_wrapper {
    max-width: 646px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-404_wrapper:before {
    pointer-events: none;
    content: "";
    position: absolute;
    width: 1398px;
    height: 772px;
    top: -20px;
    right: -80px;
    background-image: url(../img/404-bg.svg)
}

.section-404_title {
    font-weight: 700;
    font-size: 146px;
    line-height: 120%;
    color: #fff
}

.section-404_desc {
    text-align: center;
    z-index: 1;
    color: #675e8f;
    font-weight: 400;
    font-size: 27px;
    line-height: 120%;
    margin: 0 0 65px
}

.section-404_btn {
    max-width: 334px
}

.toggler_root {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 132px;
    border: 1px solid #231e3d;
    border-radius: 8px
}

.toggler_root .toggler_btn {
    color: hsla(0, 0%, 100%, .6);
    font-size: 13px;
    text-align: center;
    width: calc(50% - 2px);
    height: calc(100% - 4px);
    line-height: 24px;
    background: transparent;
    cursor: pointer
}

.toggler_root .toggler_btn:first-of-type {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.toggler_root .toggler_btn:last-of-type {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.toggler_root .toggler_btn.toggler_btnActive {
    cursor: default;
    background: #41F295;
    color: #000
}

.Tooltip_root {
    position: absolute;
    right: 0;
    left: 0;
    top: calc(100% + 10px);
    z-index: 10
}

.Tooltip_container {
    background-color: #1b143a;
    box-shadow: 0 0 32px #000;
    border-radius: 8px;
    padding: 32px 24px;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

div.spinnerIosStyle {
    position: relative;
    width: 16px;
    height: 18px;
    display: inline-block;
    border-radius: 10px
}

div.spinnerIosStyle div {
    width: 7%;
    height: 24%;
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-animation: fade 1s linear infinite
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

div.spinnerIosStyle div.bar1 {
    -webkit-transform: rotate(0deg) translateY(-130%);
    -webkit-animation-delay: 0s
}

div.spinnerIosStyle div.bar2 {
    -webkit-transform: rotate(30deg) translateY(-130%);
    -webkit-animation-delay: -.9167s
}

div.spinnerIosStyle div.bar3 {
    -webkit-transform: rotate(60deg) translateY(-130%);
    -webkit-animation-delay: -.833s
}

div.spinnerIosStyle div.bar4 {
    -webkit-transform: rotate(90deg) translateY(-130%);
    -webkit-animation-delay: -.7497s
}

div.spinnerIosStyle div.bar5 {
    -webkit-transform: rotate(120deg) translateY(-130%);
    -webkit-animation-delay: -.667s
}

div.spinnerIosStyle div.bar6 {
    -webkit-transform: rotate(150deg) translateY(-130%);
    -webkit-animation-delay: -.5837s
}

div.spinnerIosStyle div.bar7 {
    -webkit-transform: rotate(180deg) translateY(-130%);
    -webkit-animation-delay: -.5s
}

div.spinnerIosStyle div.bar8 {
    -webkit-transform: rotate(210deg) translateY(-130%);
    -webkit-animation-delay: -.4167s
}

div.spinnerIosStyle div.bar9 {
    -webkit-transform: rotate(240deg) translateY(-130%);
    -webkit-animation-delay: -.333s
}

div.spinnerIosStyle div.bar10 {
    -webkit-transform: rotate(270deg) translateY(-130%);
    -webkit-animation-delay: -.2497s
}

div.spinnerIosStyle div.bar11 {
    -webkit-transform: rotate(300deg) translateY(-130%);
    -webkit-animation-delay: -.167s
}

div.spinnerIosStyle div.bar12 {
    -webkit-transform: rotate(330deg) translateY(-130%);
    -webkit-animation-delay: -.0833s
}

.outline-btn_root {
    text-align: center;
    cursor: pointer;
    border: 1px solid;
    color: #fff;
    font-size: 14px;
    height: 40px;
    border-radius: 8px
}

.outline-btn_root.outline-btn_small {
    width: 86px
}

.outline-btn_root.outline-btn_medium {
    width: 184px
}

.outline-btn_root.outline-btn_fullWidth {
    width: 100%
}

.outline-btn_root.outline-btn_green {
    border-color: #41F295;
    background: rgba(183, 243, 72, .1)
}

.outline-btn_root.outline-btn_green:not(.outline-btn_disabled):hover {
    transition: all .1s ease-in-out;
    background: #337bb1
}

.outline-btn_root.outline-btn_green:not(.outline-btn_disabled):active {
    background: #41F295
}

.outline-btn_root.outline-btn_disabled {
    background: hsla(0, 0%, 100%, .6)
}

.widget_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.widget_heading h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 22px;
    color: #fff
}

@media only screen and (min-width:768px) {
    .widget_heading h3 {
        font-size: 24px !important;
    }
}

.widget_toggler {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.widget_question-icon {
    margin-right: 5px;
    line-height: 16px;
    cursor: pointer
}

.widget_stepper {
    padding: 24px 0 32px
}

.widget_start-exchange {
    flex: 0 1 auto;
    cursor: pointer;
    height: 33px
}

.check-mark_root {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .6);
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.check-mark_check {
    width: 6px;
    height: 3px;
    border-left: 1px solid hsla(0, 0%, 100%, .6);
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -80%) rotate(-45deg)
}

.check-mark_cross {
    position: relative;
    height: 100%
}

.check-mark_cross:before {
    display: inline-block;
    content: "\00d7";
    position: absolute;
    top: 50%;
    right: 50%;
    color: #f13c3c;
    transform: translate(49%, -50%);
    height: 14px;
    line-height: 12px;
    width: 9px
}

.stepper_root {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.stepper_root .stepper_check {
    margin-bottom: -2px
}

.stepper_root .stepper_step {
    flex: 0 1 auto;
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px
}

.stepper_root .stepper_step.stepper_step-active {
    color: #fff;
    font-weight: 500
}

.stepper_root .stepper_step.stepper_step-active .check-mark_root {
    opacity: 0;
    border: 1px solid #fff
}

.stepper_root .stepper_step.stepper_step-active .check-mark_root .check-mark_check {
    border-color: #fff
}

.stepper_root .stepper_step.stepper_step-active-and-error {
    color: #fff
}

.stepper_root .stepper_step.stepper_step-active-and-error .check-mark_root {
    background: transparent;
    border-color: #f13c3c
}

.stepper_root .stepper_step.stepper_step-active-and-error .check-mark_root .check-mark_check {
    border-color: #f13c3c
}

.stepper_root .stepper_step.stepper_step-success {
    color: #fff
}

.stepper_root .stepper_step.stepper_step-success .check-mark_root {
    opacity: 1;
    border: 1px solid #41F295;
    background: transparent
}

.stepper_root .stepper_step.stepper_step-success .check-mark_root .check-mark_check {
    border-color: #41F295
}

.stepper_root .stepper_text {
    vertical-align: middle;
    text-transform: capitalize
}

.crypto-coin {
    height: 32px;
    width: 32px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: relative
}

.crypto-coin_wrapper {
    height: 100%;
    width: 100%
}

.crypto-coin_dumn-icon {
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    background-size: contain
}

.exchange-input_label {
    display: block;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    color: #41F295;
    pointer-events: none
}

.exchange-input_label.hasError {
    color: #f13c3c
}

.exchange-input_input {
    height: 45px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    padding-bottom: 5px
}

.exchange-input_container {
    position: relative
}

.exchange-input_wrapper {
    position: relative;
    border-bottom: 1px solid #41F295;
    transition: all .2s ease
}

.exchange-input_wrapper.hasError {
    border-color: #f13c3c
}

.exchange-input_wrapper.noBorder {
    border-bottom: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.option__icon svg {
    vertical-align: middle
}

.option__desc {
    line-height: 56px
}

.option__desc span {
    line-height: 56px;
    vertical-align: middle
}

.option__desc--active {
    opacity: .4
}

.exchange-select {
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    min-height: 28px;
    max-width: 190px
}

.exchange-select .multiselect__select {
    width: 20px;
    padding: 4px 8px;
    height: 28px
}

.exchange-select .multiselect__single,
.exchange-select .multiselect__tags {
    display: inline-block;
    background: transparent;
    padding: 0 0 0 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    min-height: 28px;
    margin: 0
}

.exchange-select .multiselect__single svg,
.exchange-select .multiselect__tags svg {
    vertical-align: middle
}

.exchange-select .multiselect__single .exchange-select_coin-codeWrapper,
.exchange-select .multiselect__tags .exchange-select_coin-codeWrapper {
    margin-left: 8px
}

.exchange-select .multiselect__single .exchange-select_coin-code,
.exchange-select .multiselect__tags .exchange-select_coin-code {
    margin: 0 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 104px
}

.exchange-select .multiselect__single .exchange-select_coin-code-code,
.exchange-select .multiselect__tags .exchange-select_coin-code-code {
    display: block
}

.exchange-select .multiselect__single .exchange-select_coin-code-network,
.exchange-select .multiselect__tags .exchange-select_coin-code-network {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .6)
}

.exchange-select .multiselect__tags {
    border: none
}

.exchange-select.multiselect--active {
    width: calc(100% - 20px);
    max-width: 100%;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.exchange-select.multiselect--active .multiselect__tags {
    width: 100%;
    min-height: 56px;
    line-height: 56px
}

.exchange-select.multiselect--active .multiselect__tags .multiselect__input {
    line-height: 56px
}

.exchange-select .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
    min-height: 56px;
    line-height: 32px;
    padding: 0 12px;
    text-align: left;
    color: #000
}

.exchange-select .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option--highlight {
    background: transparent
}

.exchange-select .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option--selected {
    background: transparent;
    font-weight: 500
}

.option__icon-check {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.option__icon-check--active {
    opacity: 1
}

.exchange-input_error {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    font-size: 12px;
    text-align: right;
    color: #f13c3c
}

.default-input_root {
    width: 100%
}

.default-input_root .default-input_input {
    outline: none;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    width: 100%
}

.default-input_root .default-input_input.default-input_error {
    border-bottom: 1px solid #f13c3c
}

.default-input_root .default-input_input::-moz-placeholder {
    color: #fff
}

.default-input_root .default-input_input:-ms-input-placeholder {
    color: #fff
}

.default-input_root .default-input_input::placeholder {
    color: #fff
}

.roundCircleArrowsBtn_icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.roundCircleArrowsBtn_icon path {
    fill: #41F295;
}

.roundCircleArrowsBtn_icon.isInvalid path {
    fill: #0f0b1f
}

.roundCircleArrowsBtn {
    padding: 8px;
    background: #171717;
    width: 56px;
    border-radius: 50%
}

@media only screen and (min-width:768px) {
    .roundCircleArrowsBtn {
        width: 66px
    }
}

.roundCircleArrowsBtn_container {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #41F295;
    border-radius: 50%;
    background: #171717;
    transition: all .2s ease
}

@media only screen and (min-width:768px) {
    .roundCircleArrowsBtn_container {
        width: 50px;
        height: 50px
    }
}

.roundCircleArrowsBtn_container:hover {
    background: #41F295
}

.roundCircleArrowsBtn_container:hover .roundCircleArrowsBtn_icon path {
    fill: #0f0b1f
}

.roundCircleArrowsBtn_container.isInvalid {
    border-color: #f13c3c
}

.roundCircleArrowsBtn_container.isInvalid .roundCircleArrowsBtn_icon path {
    fill: #f13c3c
}

.roundCircleArrowsBtn_container.isInvalid:hover {
    background: #f13c3c
}

.roundCircleArrowsBtn_container.isInvalid:hover .roundCircleArrowsBtn_icon path {
    fill: #0f0b1f
}

.exchange-start_root {
    position: relative;
    color: #fff;
    height: 100%
}

.exchange-start_swap-btn {
    display: block;
    position: absolute;
    right: 50%;
    top: calc(50% - 5px);
    transform: translate(50%, -50%);
    z-index: 5
}

.exchange-start_row {
    margin-bottom: 20px;
    position: relative
}

.exchange-start_row--collapsed {
    margin-bottom: 0
}

.exchange-start_row--flex {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.exchange-start_resulting-input {
    margin-top: 10px
}

.exchange-start_tip-absolute {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    font-size: 14px;
    color: hsla(0, 0%, 100%, .16)
}

.exchange-start_attention {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 15px;
    margin-right: 7px
}

.exchange-start_error-row {
    color: #f13c3c;
    font-size: 12px;
    margin-top: 5px
}

.default-inputRoot {
    width: 100%
}

.default-inputRoot_light input {
    border: 1px solid #fff;
    color: #000
}

.default-inputRoot_light input::-moz-placeholder {
    color: #000;
    font-size: 16px
}

.default-inputRoot_light input:-ms-input-placeholder {
    color: #000;
    font-size: 16px
}

.default-inputRoot_light input::placeholder {
    color: #000;
    font-size: 16px
}

.default-inputRoot_dark input {
    background: #1b143a;
    color: #fff;
    border: 1px solid #1b143a
}

.default-inputRoot_dark input:focus {
    border-color: #41F295
}

.default-inputRoot_dark input::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.default-inputRoot_dark input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.default-inputRoot_dark input::placeholder {
    color: #fff;
    font-size: 16px
}

.default-input {
    border-radius: 14px;
    height: 56px;
    width: 100%;
    padding: 0 16px;
    font-size: 16px;
    line-height: 17px;
    outline: none;
    font-weight: 400;
    transition: all .5s ease;
    border: none
}

.default-inputValidation {
    border-color: #f13c3c !important
}

.copyIcon {
    cursor: pointer
}

.copied_circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(183, 243, 72, .6);
    display: inline-block;
    position: relative;
    vertical-align: text-top
}

.copied_check {
    width: 6px;
    height: 3px;
    border-left: 1px solid rgba(183, 243, 72, .6);
    border-bottom: 1px solid rgba(183, 243, 72, .6);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -80%) rotate(-45deg)
}

.copyBtn {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.button-text {
    line-height: 38px
}

.button-text svg {
    vertical-align: text-top
}

.copied_root {
    font-size: 14px;
    color: #fff
}

.copied_circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(183, 243, 72, .6);
    display: inline-block;
    position: relative;
    vertical-align: text-top
}

.copied_check {
    width: 6px;
    height: 3px;
    border-left: 1px solid rgba(183, 243, 72, .6);
    border-bottom: 1px solid rgba(183, 243, 72, .6);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -80%) rotate(-45deg)
}

.deposit-expired_root {
    margin-top: 20px;
    height: 290px
}

@media only screen and (min-width:768px) {
    .deposit-expired_root {
        height: 360px
    }
}

.deposit-expired_container {
    border: 1px solid #f13c3c;
    padding: 24px 16px;
    border-radius: 14px;
    overflow: hidden;
    height: 100%
}

.deposit-expired_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%
}

.deposit-expired_heading {
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 27px
}

@media only screen and (min-width:768px) {
    .deposit-expired_heading {
        font-size: 24px;
        line-height: 31px
    }
}

.deposit-expired_text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 150px
}

.deposit-expired_btn-text,
.deposit-expired_text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

.deposit-expired_btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.deposit-expired_btns button {
    width: 49%
}

.waiting-deposit_container,
.waiting-deposit_root {
    height: 100%
}

.waiting-deposit_heading {
    font-size: 14px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .6)
}

.waiting-deposit_box {
    margin-top: 8px
}

.waiting-deposit_amount {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    height: 22px
}

.waiting-deposit_amount svg {
    vertical-align: middle
}

@media only screen and (min-width:768px) {
    .waiting-deposit_amount {
        font-size: 24px;
        height: 27px
    }
}

.waiting-deposit_transactionId {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-top: 8px
}

.waiting-deposit_transactionId span {
    font-weight: 500
}

.waiting-deposit_btn-text {
    line-height: 38px
}

.waiting-deposit_btn-text svg {
    vertical-align: text-top
}

.waiting_deposit_qr {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    background: #fff;
    margin: 10px auto 0
}

.waiting-deposit_copy {
    margin-left: 10px
}

.waiting-deposit_content {
    padding: 10px 16px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 14px;
    margin-top: 20px;
    min-height: 200px
}

@media only screen and (min-width:768px) {
    .waiting-deposit_content {
        height: calc(100% - 133px)
    }
}

.waiting-deposit_block {
    margin-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16)
}

.waiting-deposit_row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.waiting-deposit_address {
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    word-wrap: break-word;
    padding-right: 5px;
    max-height: 57px;
    overflow: hidden
}

.waiting-deposit_address--extra {
    margin: 15px 0 10px;
    max-width: 100%;
    font-weight: 500;
    max-height: none
}

.waiting-deposit_address-section--shrinked .waiting-deposit_address-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.waiting-deposit_address-section--shrinked .waiting-deposit_address-wrapper .waiting-deposit_row {
    display: block;
    max-width: 50%
}

.waiting-deposit_address-section--shrinked .waiting-deposit_address-wrapper .waiting-deposit_row .waiting-deposit_address {
    margin: 15px 0
}

.md-checkbox {
    font-size: 14px;
    margin: 5px 16px 5px 0
}

.md-checkbox:last-of-type {
    margin: 5px 5px 5px 0
}

.md-checkbox .md-checkbox-label {
    padding-left: 8px;
    line-height: 16px;
    height: auto
}

.md-checkbox .md-checkbox-container {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #41F295
}

.md-checkbox .md-checkbox-container:after {
    background-color: #000
}

.md-checkbox.md-checked .md-checkbox-container {
    border-color: #41F295
}

.md-checkbox.md-checked .md-checkbox-container:after {
    width: 8px;
    height: 4px;
    border-left: 1px solid #41F295;
    border-bottom: 1px solid #41F295;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(-20%) translateY(-80%) rotate(-46deg)
}

.waiting-deposit_attention {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 15px;
    margin-right: 7px
}

.attention_root {
    height: 100%
}

.attention_container {
    border: 1px solid #f13c3c;
    padding: 24px 16px;
    border-radius: 14px;
    overflow: hidden;
    height: 100%
}

.attention_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.attention_panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .6)
}

.attention_panel--center {
    justify-content: center;
    margin: 30px 0
}

.attention_panel .attention_copy {
    margin-left: 5px;
    vertical-align: middle
}

.attention_heading {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    line-height: 31px
}

.attention_text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 150px
}

.attention_btn-text,
.attention_text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

.attention_input {
    margin: 34px 0 24px;
    position: relative
}

.OutlineInput {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 13px 0;
    background: transparent
}

.OutlineInput--error {
    border-color: #f13c3c
}

.inputError {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f13c3c
}

.attention_sended img {
    display: block;
    margin: 0 auto 30px
}

.attention_btns {
    height: 50px
}

.exchanging_root {
    height: 100%
}

.exchanging_bar {
    height: 1px;
    margin: 0 10px;
    width: calc(100% - 20px);
    border-bottom: 1px solid hsla(0, 0%, 100%, .16)
}

.exchanging_bar-wrapper {
    background: #0f0b1f;
    border: 5px solid #0f0b1f;
    border-radius: 11px;
    max-width: 356px;
    transform: translateY(-50%);
    margin: 0 auto
}

.exchanging_rate {
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 8px;
    padding: 4px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

@media only screen and (min-width:768px) {
    .exchanging_rate {
        font-size: 14px;
        padding: 8px
    }
}

.exchanging_head {
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    color: #0f0b1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px 10px
}

@media only screen and (min-width:768px) {
    .exchanging_head {
        padding: 12px 16px 10px
    }
}

.exchanging_rightPart strong {
    font-weight: 500
}

.exchanging_content {
    padding: 0 16px
}

.exchanging_container {
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 14px;
    overflow: hidden;
    height: 100%
}

.exchanging_error-wrapper {
    height: 100%
}

.exchanging_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 350px
}

@media only screen and (min-width:768px) {
    .exchanging_wrapper {
        min-height: auto;
        height: calc(100% - 39px)
    }
}

.exchanging_heading {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.exchanging_amount {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 8px 0
}

.exchanging_amount svg {
    vertical-align: text-top
}

.exchanging_hash {
    font-size: 14px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.exchanging_hash span {
    margin-right: 5px
}

.exchanging_hash a {
    color: hsla(0, 0%, 100%, .6);
    text-decoration: underline
}

.exchanging_spinner {
    vertical-align: text-bottom
}

.square-check-mark_root {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    display: inline-block;
    background: #2ac72a;
    border: none;
    position: relative;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .5)
}

.square-check-mark_check {
    width: 7px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -80%) rotate(-35deg) skew(0deg, -20deg)
}

.completed_root {
    height: 100%
}

.completed_bar {
    height: 1px;
    margin: 0 10px;
    width: calc(100% - 20px);
    border-bottom: 1px solid hsla(0, 0%, 100%, .16)
}

.completed_bar-wrapper {
    background: #0f0b1f;
    border: 5px solid #0f0b1f;
    border-radius: 11px;
    max-width: 356px;
    transform: translateY(-50%);
    margin: 0 auto
}

.completed_rate {
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 8px;
    padding: 4px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

@media only screen and (min-width:768px) {
    .completed_rate {
        font-size: 14px;
        padding: 8px
    }
}

.completed_head {
    font-size: 14px;
    line-height: 17px;
    color: #0f0b1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    background: #41F295;
    padding: 12px 10px 10px
}

@media only screen and (min-width:768px) {
    .completed_head {
        padding: 12px 16px 10px
    }
}

.completed_rightPart {
    text-align: right
}

.completed_content {
    padding: 0 16px
}

.completed_success-mark {
    vertical-align: middle
}

.completed_container {
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 14px;
    height: calc(100% - 90px);
    overflow: hidden
}

.completed_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 350px
}

@media only screen and (min-width:768px) {
    .completed_wrapper {
        min-height: auto;
        height: calc(100% - 39px)
    }
}

.completed_heading {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.completed_amount {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 8px 0
}

.completed_amount svg {
    vertical-align: text-top
}

.completed_hash {
    font-size: 14px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.completed_hash span {
    margin-right: 5px
}

.completed_hash a {
    color: hsla(0, 0%, 100%, .6);
    text-decoration: underline
}

.completed_getReceipt {
    height: 52px;
    margin-top: 30px
}

.completed_getReceipt .completed_getReceipt-text {
    font-weight: 500;
    font-size: 18px
}

.receipt_root {
    height: 100%
}

.receipt_container {
    padding: 24px 16px;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    position: relative
}

.receipt_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 490px
}

@media only screen and (min-width:768px) {
    .receipt_wrapper {
        min-height: auto;
        height: 100%
    }
}

.receipt_panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: hsla(0, 0%, 100%, .6)
}

.receipt_panel .receipt_copy {
    margin-left: 5px;
    vertical-align: middle
}

.receipt_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.receipt_heading span {
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    color: #fff;
    line-height: 31px
}

.receipt_text {
    text-align: left
}

.receipt_btn-text,
.receipt_text {
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.receipt_btn-text {
    text-align: center
}

.receipt_input {
    margin: 34px 0 24px;
    position: relative
}

.OutlineInput {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 13px 0;
    background: transparent
}

.OutlineInput--error {
    border-color: #f13c3c
}

.inputError {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f13c3c
}

.receipt_btn span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.receipt_status {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #41F295
}

.receipt_status--error {
    color: #f13c3c
}

.breadcrumbs {
    width: 100%;
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0 0 16px
}

.breadcrumbs_item {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0
}

.breadcrumbs_item:after {
    content: "/";
    margin: 0 0 0 5px;
    color: hsla(0, 0%, 100%, .6)
}

.breadcrumbs_item:last-child {
    margin: 0
}

.breadcrumbs_item:last-child:after {
    display: none
}

.breadcrumbs_link {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    line-height: 140%
}

.change {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.04em;
    border-radius: 4px
}

@media only screen and (min-width:1024px) {
    .change {
        font-size: 16px
    }
}

.change-up {
    background: rgba(34, 185, 94, .1);
    color: #22b95e
}

.change-down {
    background: rgba(216, 57, 57, .1);
    color: #f13c3c
}

.coinName {
    margin: 0 0 0 15px
}

.coinCode {
    display: flex;
    align-items: center
}

.coinCode:before {
    content: "(";
    margin-right: 2px;
    display: none
}

@media only screen and (min-width:1024px) {
    .coinCode:before {
        display: block
    }
}

.coinCode:after {
    content: ")";
    margin-left: 2px;
    display: none
}

@media only screen and (min-width:1024px) {
    .coinCode:after {
        display: block
    }
}

.coinCodeUnscoped:after,
.coinCodeUnscoped:before {
    content: "";
    display: none
}

.coinFullName {
    margin: 0 8px 0 0;
    display: none
}

@media only screen and (min-width:1024px) {
    .coinFullName {
        display: block
    }
}

.price-code {
    margin: 0 0 0 6px;
    color: hsla(0, 0%, 100%, .6)
}

.coin-icon {
    max-width: 32px;
    width: 32px;
    height: 32px;
    flex: 1 0 auto;
    border-radius: 50%;
    margin: 0 18px 0 0
}

.table {
    width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.table thead .md-table-head {
    background: #171131;
    height: 70px;
    padding: 0 !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16)
}

.table thead .md-table-head-container {
    padding: 0 0 17px;
    height: 100%;
    display: flex;
    align-items: flex-end
}

.table thead .md-table-head-label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    position: relative;
    height: 30px;
    align-items: center
}

.table thead .md-table-head-label i {
    display: none
}

@media only screen and (min-width:1024px) {
    .table thead .md-table-head-label {
        font-size: 16px
    }
}

.table tbody .md-table-row {
    cursor: pointer
}

.table tbody .md-table-row .md-table-cell {
    background: #171131;
    border-top: none;
    height: 80px
}

.table tbody .md-table-row .md-table-cell-container {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 6px 8px
}

@media only screen and (min-width:480px) {
    .table tbody .md-table-row .md-table-cell-container {
        padding: 6px 32px 6px 24px
    }
}

@media only screen and (min-width:1024px) {
    .table tbody .md-table-row .md-table-cell-container {
        font-size: 16px
    }
}

.table tbody .md-table-row .md-table-cell-container a {
    pointer-events: none;
    display: flex;
    align-items: center;
    color: inherit;
    transition: color 1s ease-out
}

.table tbody .md-table-row:first-child .md-table-cell {
    border-top: 1px solid #1b143a
}

.table tbody .md-table-row:nth-child(odd) .md-table-cell {
    background: #1f1743
}

.table tbody .md-table-row:hover .md-table-cell {
    background: #0f0b1f !important
}

.table tbody .md-table-row:hover .md-table-cell-container a {
    text-decoration: underline;
    color: hsla(0, 0%, 100%, .6)
}

.md-table-head.md-sortable .md-table-head-label:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 11px
}

.md-table-head.md-sortable .md-table-head-label:after,
.md-table-head.md-sortable .md-table-head-label:before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    position: absolute;
    opacity: .5;
    content: "";
    right: 14px;
    transition: all .3s ease
}

.md-table-head.md-sortable .md-table-head-label:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 11px
}

.md-table-head.md-sorted .md-table-head-label:after {
    opacity: 1
}

.md-table-head.md-sorted.md-sorted-desc .md-table-head-label:after {
    opacity: .5
}

.md-table-head.md-sorted.md-sorted-desc .md-table-head-label:before {
    opacity: 1
}

.table-gainers .md-table .md-table-content {
    overflow-x: hidden
}

.table-gainers thead .md-table-head:first-child .md-table-head-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 29px
}

@media only screen and (min-width:1024px) {
    .table-gainers thead .md-table-head:first-child .md-table-head-label {
        font-size: 24px
    }
}

.searchSelect {
    z-index: 5
}

.searchSelect .multiselect__tags {
    border-radius: 14px !important;
    border: 1px solid #fff;
    background: #171131;
    height: 48px;
    padding: 0 0 0 56px;
    display: flex;
    align-items: center
}

.searchSelect .multiselect__tags .multiselect__placeholder {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 140%;
    color: #fff
}

@media only screen and (min-width:768px) {
    .searchSelect .multiselect__tags .multiselect__placeholder {
        font-size: 16px
    }
}

.searchSelect .multiselect__input {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    background: #171131;
    letter-spacing: 0
}

.searchSelect .multiselect__input::-moz-placeholder {
    color: #171131;
    letter-spacing: 0
}

.searchSelect .multiselect__input:-ms-input-placeholder {
    color: #171131;
    letter-spacing: 0
}

.searchSelect .multiselect__input::placeholder {
    color: #171131;
    letter-spacing: 0
}

.searchSelect .multiselect__select {
    padding: 0;
    width: 17px;
    height: 17px;
    left: 16px;
    right: auto;
    top: 50%;
    transform: translateY(-50%)
}

.searchSelect .multiselect__select:before {
    width: 17px;
    margin: 0;
    height: 17px;
    content: "";
    display: block;
    border: none;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjUgOC4wMjAyOEMxNC41IDExLjc5MjEgMTEuMzc1OCAxNC44NjcyIDcuNSAxNC44NjcyQzMuNjI0MjQgMTQuODY3MiAwLjUgMTEuNzkyMSAwLjUgOC4wMjAyOEMwLjUgNC4yNDg0OSAzLjYyNDI0IDEuMTczMzQgNy41IDEuMTczMzRDMTEuMzc1OCAxLjE3MzM0IDE0LjUgNC4yNDg0OSAxNC41IDguMDIwMjhaIiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMi41IDEyLjkxOEwxNyAxNy4zMjYxIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=)
}

.searchSelect .searchSelectCoin {
    margin: 0 8px 0 0
}

.searchSelect .searchSelectCode {
    margin: 0 8px 0 0;
    font-weight: 700
}

.searchSelect .multiselect__single {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    background: #171131;
    letter-spacing: 0
}

.searchSelect .multiselect__content-wrapper {
    max-height: 280px;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 32px #000;
    border-radius: 14px;
    margin: 4px 0;
    border: none
}

.searchSelect .multiselect__content-wrapper .multiselect__option {
    min-height: 56px;
    padding: 0 17px;
    display: flex;
    align-items: center
}

.searchSelect .multiselect__content-wrapper .multiselect__option:after {
    display: none
}

.searchSelect .multiselect__content-wrapper .multiselect__option span {
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.searchSelect .multiselect__content-wrapper .multiselect__option--highlight {
    background: rgba(0, 0, 0, .1);
    color: #000
}

.searchSelect .searchCoinIcon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 8px 0 0;
    background: #41F295
}

.currencyToggler_root {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #231e3d;
    border-radius: 11px;
    padding: 2px
}

.currencyToggler_root .toggler_btn {
    color: hsla(0, 0%, 100%, .6);
    font-weight: 700;
    font-size: 16px;
    line-height: 135.9%;
    text-align: center;
    width: 82px;
    justify-content: center;
    height: 48px;
    background: #0f0b1f;
    display: flex;
    align-items: center;
    cursor: pointer
}

.currencyToggler_root .toggler_btn:first-of-type {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px
}

.currencyToggler_root .toggler_btn:last-of-type {
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px
}

.currencyToggler_root .toggler_btn.toggler_btnActive {
    cursor: default;
    background: #41F295;
    color: #000
}

.exchange-rate_title {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .exchange-rate_title {
        font-size: 56px
    }
}

.exchange-rateWrapper {
    padding: 0 15px
}

.exchange-rate_tables {
    display: flex;
    margin: 58px 0 0;
    flex-direction: column
}

@media only screen and (min-width:1170px) {
    .exchange-rate_tables {
        flex-direction: row
    }
}

.exchange-rate_tableWrapper {
    width: 100%;
    border-radius: 2px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:1170px) {
    .exchange-rate_tableWrapper {
        width: 50%
    }
}

.exchange-rate_tableWrapper:first-child {
    margin-bottom: 32px
}

@media only screen and (min-width:1170px) {
    .exchange-rate_tableWrapper:first-child {
        padding: 0 16px 0 0;
        margin-bottom: 0
    }
}

@media only screen and (min-width:1170px) {
    .exchange-rate_tableWrapper:last-child {
        padding: 0 0 0 16px
    }
}

.exchange-rate_table {
    margin-top: 24px;
    width: 100%
}

.exchange-rateMenu {
    margin: 60px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .exchange-rateMenu {
        flex-direction: row;
        align-items: center
    }
}

.exchange-rateSearch {
    max-width: 330px;
    width: 100%;
    margin: 24px 0 0
}

@media only screen and (min-width:768px) {
    .exchange-rateSearch {
        max-width: 415px;
        margin: 0
    }
}

.exchange-ratePagination {
    width: 100%;
    margin: 32px 0 0
}

.exchange-ratePagination a {
    color: #fff
}

.exchange-ratePagination .pagination {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.exchange-ratePagination .pagination li {
    margin: 0 6px;
    width: 56px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 11px;
    background: rgba(183, 243, 72, .1);
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
    display: block;
    outline: none
}

.exchange-ratePagination .pagination li.next-pagination-btn,
.exchange-ratePagination .pagination li.prev-pagination-btn {
    display: none
}

.exchange-ratePagination .pagination li:hover {
    background: #41F295;
    border: 1px solid #41F295
}

.exchange-ratePagination .pagination li:hover .page-link {
    color: #000
}

.exchange-ratePagination .pagination li a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    outline: none;
    justify-content: center
}

.exchange-ratePagination .pagination li:first-child,
.exchange-ratePagination .pagination li:last-child {
    display: none !important
}

.exchange-ratePagination .pagination li.active {
    background: #41F295;
    border: 1px solid #41F295
}

.exchange-ratePagination .pagination li.active a {
    color: #000
}

.hiw-wrapperSccrollContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1
}

.hiw-wrapperSccrollContainer div {
    height: 5000px
}

.hiw-accordionContainer,
.hiw_section {
    position: relative
}

.hiw_section {
    padding: 0 15px
}

.accordion_img {
    display: block;
    position: relative;
    left: -10px;
    margin: 28px 0 0
}

@media only screen and (min-width:1024px) {
    .accordion_img {
        display: none
    }
}

.hiw_title {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .hiw_title {
        font-size: 56px
    }
}

.hiw-wrapper {
    width: 100%;
    padding: 56px 0 0
}

@media only screen and (min-width:1024px) {
    .hiw-wrapper {
        max-width: 406px
    }
}

body .hiw-accordion .accordion_itemHide {
    overflow: hidden;
    height: 0
}

@media only screen and (min-width:1024px) {
    body .hiw-accordion {
        height: 425px
    }
}

body .hiw-accordion .accordion_itemArrow {
    display: none
}

body .hiw-accordion .accordion_item {
    padding: 5px 0 5px 36px;
    border-bottom: none;
    position: relative
}

body .hiw-accordion .accordion_item .accordion_itemVisible {
    height: auto
}

body .hiw-accordion .accordion_item:before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 4px;
    background: #eaeaea;
    border-radius: 48px;
    transition: all .5s ease
}

body .hiw-accordion .accordion_heading {
    font-size: 16px;
    line-height: 120%
}

body .hiw-accordion .accordion_itemActive .accordion_heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%
}

body .hiw-accordion .accordion_itemActive:before {
    background: #41F295 !important
}

.hiw-images {
    position: absolute;
    top: -35px;
    right: -49px;
    display: none
}

.hiw-images .widget_root {
    margin: 38px 65px 0 0
}

@media only screen and (min-width:1024px) {
    .hiw-images {
        display: block
    }
}

@media only screen and (min-width:1280px) {
    .hiw-images {
        right: -10px
    }
}

.accordion_itemWrapper {
    margin: 0 0 24px
}

.accordion_itemWrapper:last-child {
    margin: 0
}

.accordion_item {
    padding: 0 12px 24px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    position: relative
}

.accordion_itemHide {
    height: 0;
    overflow: hidden
}

.accordion_itemVisible {
    height: auto
}

.accordion_heading {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    align-items: center;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    cursor: pointer
}

.accordion-enter-active,
.accordion-leave-active {
    will-change: height, opacity;
    transition: height .3s ease, opacity .3s ease;
    overflow: hidden
}

.accordion-enter,
.accordion-leave-to {
    height: 0 !important;
    opacity: 0
}

.accordion_content {
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.accordion_itemArrow {
    width: 24px;
    height: 24px;
    max-width: 24px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: all .3s ease;
    flex: 1 0 auto
}

.accordion_itemArrow img {
    height: 6px
}

@media only screen and (min-width:768px) {
    .accordion_itemArrow img {
        height: 8px
    }
}

@media only screen and (min-width:768px) {
    .accordion_itemArrow {
        width: 38px;
        height: 38px;
        max-width: 38px
    }
}

.accordion_active .accordion_itemArrow {
    transform: rotate(0deg)
}

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

.accordion_item:last-child {
    margin: 0
}

.about-us_section {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    min-height: 700px;
}

.about-us_section:before {
    background-size: cover;
    background-image: url(../img/about-us-bg.svg);
    position: absolute;
    width: 591px;
    height: 746px;
    z-index: -1;
    right: -45px;
    top: 0
}

@media only screen and (min-width:992px) {
    .about-us_section:before {
        display: block;
        content: ""
    }
}

.about-us_title {
    margin: 0 0 18px;
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .about-us_title {
        font-size: 56px
    }
}

.about-us_description {
    width: 100%
}

@media only screen and (min-width:992px) {
    .about-us_description {
        max-width: 635px
    }
}

.about-us_text {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.about-us_advantages {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width:992px) {
    .about-us_advantages {
        max-width: 650px
    }
}

.about-us_advantage {
    width: 100%;
    padding: 40px 0 0
}

@media only screen and (min-width:768px) {
    .about-us_advantage {
        width: 50%;
        padding: 40px 20px 0
    }
}

@media only screen and (min-width:992px) {
    .about-us_advantage {
        padding: 80px 45px 0 0
    }
}

.about-us_advantageHead {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    margin: 0 0 8px
}

.about-us_advantageHead img {
    height: 43px;
    margin: 0 8px 0 0
}

.change {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.04em;
    border-radius: 4px
}

@media only screen and (min-width:1024px) {
    .change {
        font-size: 16px
    }
}

.change-up {
    background: rgba(34, 185, 94, .1);
    color: #22b95e
}

.change-down {
    background: rgba(216, 57, 57, .1);
    color: #f13c3c
}

.coinName {
    margin: 0 0 0 15px
}

.coinCode {
    display: flex;
    align-items: center
}

.coinCode:before {
    content: "(";
    margin-right: 2px;
    display: none
}

@media only screen and (min-width:1024px) {
    .coinCode:before {
        display: block
    }
}

.coinCode:after {
    content: ")";
    margin-left: 2px;
    display: none
}

@media only screen and (min-width:1024px) {
    .coinCode:after {
        display: block
    }
}

.coinCodeUnscoped:after,
.coinCodeUnscoped:before {
    content: "";
    display: none
}

.coinFullName {
    margin: 0 8px 0 0;
    display: none
}

@media only screen and (min-width:1024px) {
    .coinFullName {
        display: block
    }
}

.price-code {
    margin: 0 0 0 6px;
    color: hsla(0, 0%, 100%, .6)
}

.coin-icon {
    max-width: 32px;
    width: 32px;
    height: 32px;
    flex: 1 0 auto;
    border-radius: 50%;
    margin: 0 18px 0 0
}

.table {
    width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.table thead .md-table-head {
    background: #171131;
    height: 70px;
    padding: 0 !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16)
}

.table thead .md-table-head-container {
    padding: 0 0 17px;
    height: 100%;
    display: flex;
    align-items: flex-end
}

.table thead .md-table-head-label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    position: relative;
    height: 30px;
    align-items: center
}

.table thead .md-table-head-label i {
    display: none
}

@media only screen and (min-width:1024px) {
    .table thead .md-table-head-label {
        font-size: 16px
    }
}

.table tbody .md-table-row {
    cursor: pointer
}

.table tbody .md-table-row .md-table-cell {
    background: #171131;
    border-top: none;
    height: 80px
}

.table tbody .md-table-row .md-table-cell-container {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 6px 8px
}

@media only screen and (min-width:480px) {
    .table tbody .md-table-row .md-table-cell-container {
        padding: 6px 32px 6px 24px
    }
}

@media only screen and (min-width:1024px) {
    .table tbody .md-table-row .md-table-cell-container {
        font-size: 16px
    }
}

.table tbody .md-table-row .md-table-cell-container a {
    pointer-events: none;
    display: flex;
    align-items: center;
    color: inherit;
    transition: color 1s ease-out
}

.table tbody .md-table-row:first-child .md-table-cell {
    border-top: 1px solid #1b143a
}

.table tbody .md-table-row:nth-child(odd) .md-table-cell {
    background: #1f1743
}

.table tbody .md-table-row:hover .md-table-cell {
    background: #0f0b1f !important
}

.table tbody .md-table-row:hover .md-table-cell-container a {
    text-decoration: underline;
    color: hsla(0, 0%, 100%, .6)
}

.md-table-head.md-sortable .md-table-head-label:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 11px
}

.md-table-head.md-sortable .md-table-head-label:after,
.md-table-head.md-sortable .md-table-head-label:before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    position: absolute;
    opacity: .5;
    content: "";
    right: 14px;
    transition: all .3s ease
}

.md-table-head.md-sortable .md-table-head-label:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 11px
}

.md-table-head.md-sorted .md-table-head-label:after {
    opacity: 1
}

.md-table-head.md-sorted.md-sorted-desc .md-table-head-label:after {
    opacity: .5
}

.md-table-head.md-sorted.md-sorted-desc .md-table-head-label:before {
    opacity: 1
}

.table-gainers .md-table .md-table-content {
    overflow-x: hidden
}

.table-gainers thead .md-table-head:first-child .md-table-head-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 29px
}

@media only screen and (min-width:1024px) {
    .table-gainers thead .md-table-head:first-child .md-table-head-label {
        font-size: 24px
    }
}

.default-contentTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0 0 32px
}

.default-contentText {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.default-contentBorder {
    margin: 32px 0;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .16)
}

@media only screen and (min-width:768px) {
    .default-contentBorder {
        margin: 56px 0
    }
}

.unique-content--wrapper .accordion_headingUnique-title,
.unique-content .accordion_headingUnique-title {
    margin: 0
}

.unique-content--wrapper p,
.unique-content p {
    margin: 0 0 32px
}

.unique-content--wrapper ul,
.unique-content ul {
    margin-bottom: 22px;
    color: hsla(0, 0%, 100%, .6)
}

.unique-content--wrapper ul li,
.unique-content ul li {
    margin-bottom: 10px
}

.unique-content--wrapper .unique-contentTitle,
.unique-content .unique-contentTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0 0 32px
}

.unique-content--wrapper .unique-contentTitleSub,
.unique-content .unique-contentTitleSub {
    margin: 32px 0
}

.unique-content--wrapper h2,
.unique-content--wrapper h3,
.unique-content--wrapper h4,
.unique-content--wrapper h5,
.unique-content h2,
.unique-content h3,
.unique-content h4,
.unique-content h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0 0 32px
}

.unique-content--wrapper h2Sub,
.unique-content--wrapper h3Sub,
.unique-content--wrapper h4Sub,
.unique-content--wrapper h5Sub,
.unique-content h2Sub,
.unique-content h3Sub,
.unique-content h4Sub,
.unique-content h5Sub {
    margin: 32px 0
}

.unique-content--wrapper .unique-contentText,
.unique-content--wrapper p,
.unique-content .unique-contentText,
.unique-content p {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.unique-content--wrapper .unique-contentFaqTitle,
.unique-content .unique-contentFaqTitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    margin: 0 0 56px
}

.unique-content--wrapper .unique-contentBorder,
.unique-content .unique-contentBorder {
    margin: 32px 0;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .16)
}

@media only screen and (min-width:768px) {

    .unique-content--wrapper .unique-contentBorder,
    .unique-content .unique-contentBorder {
        margin: 56px 0
    }
}

.coin-page_section {
    position: relative
}

.coin-page_section:before {
    background-size: cover;
    content: "";
    background-image: url(../img/coin-bg.161b311.svg);
    position: absolute;
    width: 553px;
    height: 1444px;
    right: -45px;
    top: 0
}

.coin_title {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .coin_title {
        font-size: 56px
    }
}

.coin_price {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin: 14px 0 0;
    color: #fff
}

.coin_price span {
    color: hsla(0, 0%, 100%, .6);
    margin: 0 0 0 6px
}

.coin_price .change {
    margin: 0 0 0 12px
}

.exchange_wrapper {
    width: 100%
}

@media only screen and (min-width:1068px) {
    .exchange_wrapper {
        max-width: 670px
    }
}

.exchange_info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 12px 0 0
}

@media only screen and (min-width:768px) {
    .exchange_info {
        margin: 56px 0 0
    }
}

@media only screen and (max-width:767px) {
    .exchange_info {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "coinFromInfo1""coinFromInfo2""coinFromInfo3""coinFromInfo4""coinFromInfo5""coinToInfo1""coinToInfo2""coinToInfo3""coinToInfo4""coinToInfo5"
    }

    .exchange_info .coinFromInfo-1 {
        grid-area: coinFromInfo1
    }

    .exchange_info .coinFromInfo-2 {
        grid-area: coinFromInfo2
    }

    .exchange_info .coinFromInfo-3 {
        grid-area: coinFromInfo3
    }

    .exchange_info .coinFromInfo-4 {
        grid-area: coinFromInfo4
    }

    .exchange_info .coinFromInfo-5 {
        grid-area: coinFromInfo5
    }

    .exchange_info .coinToInfo-1 {
        grid-area: coinToInfo1
    }

    .exchange_info .coinToInfo-2 {
        grid-area: coinToInfo2
    }

    .exchange_info .coinToInfo-3 {
        grid-area: coinToInfo3
    }

    .exchange_info .coinToInfo-4 {
        grid-area: coinToInfo4
    }

    .exchange_info .coinToInfo-5 {
        grid-area: coinToInfo5
    }
}

@media only screen and (max-width:767px) {
    .exchange_info .coinFromInfo-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .exchange_info .coinFromInfo-2 {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .exchange_info .coinFromInfo-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .exchange_info .coinFromInfo-4 {
        -ms-grid-row: 4;
        -ms-grid-column: 1
    }

    .exchange_info .coinFromInfo-5 {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .exchange_info .coinToInfo-1 {
        -ms-grid-row: 6;
        -ms-grid-column: 1
    }

    .exchange_info .coinToInfo-2 {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .exchange_info .coinToInfo-3 {
        -ms-grid-row: 8;
        -ms-grid-column: 1
    }

    .exchange_info .coinToInfo-4 {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .exchange_info .coinToInfo-5 {
        -ms-grid-row: 10;
        -ms-grid-column: 1
    }
}

.exchange_info > div {
    padding: 12px 0
}

@media only screen and (min-width:768px) {
    .exchange_info > div {
        padding: 24px 15px 24px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .16)
    }
}

.exchange_info > div:first-child,
.exchange_info > div:nth-child(2) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    margin-bottom: 20px;
    padding-top: 44px
}

.exchange_info > div:first-child > div,
.exchange_info > div:nth-child(2) > div {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {

    .exchange_info > div:first-child,
    .exchange_info > div:nth-child(2) {
        padding-top: 0;
        margin-bottom: 0
    }
}

.exchange_infoTitle {
    margin: 0 0 14px
}

.exchange_infoTitle,
.exchange_infoValue {
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.exchange_infoValue {
    font-weight: 600
}

.coin_description {
    margin: 24px 0 56px
}

.coin_descriptionTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    margin: 0 0 24px
}

.coin_descriptionConten {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.exchange_infoHead {
    margin: 56px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    padding: 0 0 24px
}

.exchange_infoHistory {
    margin: 0 0 56px
}

.exchange_infoDescriptionTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0 0 32px
}

.exchange_infoDescriptionText {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.exchange_infoBorder {
    margin: 32px 0;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .16)
}

@media only screen and (min-width:768px) {
    .exchange_infoBorder {
        margin: 56px 0
    }
}

.exchange_infoDescriptionSubTitle {
    margin: 32px 0 16px;
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    line-height: 137%;
    font-weight: 700
}

.exchange_infoFaqTitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    margin: 0 0 56px
}

.exchange-pairs_section {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.exchange-pairs_heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 56px
}

@media only screen and (min-width:1068px) {
    .exchange-pairs_heading {
        flex-direction: row;
        margin: 0;
        justify-content: space-between;
        align-items: flex-start
    }
}

.rate_headingContainer {
    width: 100%;
    margin: 0 0 44px
}

@media only screen and (min-width:768px) {
    .rate_headingContainer {
        margin: 0 0 56px
    }
}

@media only screen and (min-width:1068px) {
    .rate_headingContainer {
        max-width: 670px;
        margin: 0 56px 56px 0
    }
}

.transaction-status_wrapper {
    margin: 56px 0 0;
    width: 100%
}

@media only screen and (min-width:768px) {
    .transaction-status_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
}

.transaction-status_section {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    min-height: calc(100vh - 200px)
}

.transaction-status_section:before {
    background-size: cover;
    background-image: url(../img/transaction-status-bg.9cf337f.png);
    position: absolute;
    width: 531px;
    height: 616px;
    right: -13px;
    transform: .3s ease all;
    top: 0;
    z-index: -1
}

@media only screen and (min-width:992px) {
    .transaction-status_section:before {
        display: block;
        content: ""
    }
}

.transaction-status_sectionActive:before {
    opacity: 0
}

.transaction-status_title {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .transaction-status_title {
        font-size: 56px
    }
}

.transaction-status_panel {
    flex: 0 1 53%;
    background: #171131;
    border-radius: 24px;
    padding: 32px
}

.transaction-status_widget {
    flex: 1;
    margin-top: 20px
}

@media only screen and (min-width:768px) {
    .transaction-status_widget {
        margin-top: -150px
    }
}

.transaction-status_subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff
}

.transaction-status_description {
    font-size: 16px;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .6);
    margin: 16px 0 24px
}

.transaction-status_error {
    font-size: 16px;
    line-height: 22px;
    color: #f13c3c;
    margin-bottom: 16px
}

@media only screen and (min-width:768px) {
    .transaction-status_row {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.transaction-status_input {
    width: 100%
}

@media only screen and (min-width:768px) {
    .transaction-status_input {
        flex: 0 1 calc(100% - 241px)
    }
}

.transaction-status_btn {
    width: 100%;
    margin-top: 15px;
    height: 46px
}

@media only screen and (min-width:768px) {
    .transaction-status_btn {
        margin-top: 0;
        width: auto;
        flex: 0 1 217px;
        height: 56px
    }
}

.slide-fade-enter-active {
    transition: all .3s ease
}

.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateX(100%);
    opacity: 0
}

.contacts_wrapper {
    margin: 56px 0 0;
    width: 100%
}

@media only screen and (min-width:992px) {
    .contacts_wrapper {
        max-width: 670px
    }
}

.contacts_section {
    position: relative;
    z-index: 1;
    padding: 0 15px
}

.contacts_section:before {
    background-size: cover;
    background-image: url(../img/contacts-bg.svg);
    position: absolute;
    width: 531px;
    height: 616px;
    right: -13px;
    top: 0;
    z-index: -1
}

@media only screen and (min-width:992px) {
    .contacts_section:before {
        display: block;
        content: ""
    }
}

.contacts_title {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .contacts_title {
        font-size: 56px
    }
}

.contacts_description {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.contacts_description a {
    text-decoration: underline;
    color: hsla(0, 0%, 100%, .6)
}

.contacts_info {
    display: flex;
    margin: 0 0 32px
}

.contacts_infoItem {
    padding: 0 25px 0 0
}

@media only screen and (min-width:768px) {
    .contacts_infoItem {
        padding: 0 80px 0 0
    }
}

.contacts_infoItemTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    margin: 0 0 16px;
    color: #fff
}

@media only screen and (min-width:768px) {
    .contacts_infoItemTitle {
        font-size: 24px
    }
}

.contacts_infoItemDesc {
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .contacts_infoItemDesc {
        font-size: 24px
    }
}

.contacts_infoItemDescLink {
    text-decoration: underline !important
}

.contacts_form {
    margin: 24px 0 0
}

.contacts_formInputs {
    display: flex;
    margin: 0 0 8px;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .contacts_formInputs {
        flex-direction: row;
        margin: 0 0 16px
    }
}

.contacts_formInputs .contacts_formInput {
    width: 100%;
    flex-direction: column;
    display: flex
}

@media only screen and (min-width:768px) {
    .contacts_formInputs .contacts_formInput {
        width: 50%
    }
}

.contacts_formInputs .contacts_formInput:first-child {
    margin: 0 0 8px
}

@media only screen and (min-width:768px) {
    .contacts_formInputs .contacts_formInput:first-child {
        padding: 0 8px 0 0;
        margin: 0
    }
}

@media only screen and (min-width:768px) {
    .contacts_formInputs .contacts_formInput:last-child {
        padding: 0 0 0 8px
    }
}

.contacts_formSubmit {
    margin: 16px 0 0
}

.contacts_formInputError {
    font-size: 12px;
    color: #f13c3c
}

.contacts_formInputSucces {
    font-size: 16px;
    line-height: 137%;
    color: #41F295;
    margin: 0 0 24px
}

.rights_section {
    padding: 0 15px
}

.rights_title {
    margin: 0 0 18px;
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .rights_title {
        font-size: 56px
    }
}

.rights_date {
    margin: 0 0 56px;
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.rights_descriptionTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 32px;
    color: #fff
}

.rights_descriptionText {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.rights_wrapper {
    max-width: 670px;
    width: 100%
}

.rights_descriptionBorder {
    margin: 56px 0;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .16)
}

.rights_title {
    margin: 0 0 18px;
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .rights_title {
        font-size: 56px
    }
}

.rights_date {
    margin: 0 0 56px;
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.rights_descriptionTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 32px;
    color: #fff
}

h3.rights_descriptionTitle {
    font-size: 32px
}

.rights_descriptionText {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.rights_descriptionText span {
    color: #fff
}

.rights_wrapper {
    max-width: 670px;
    width: 100%
}

.rights_descriptionBorder {
    margin: 56px 0;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .16)
}

.faq_section {
    position: relative;
    padding: 0 15px
}

.faq_section:before {
    background-size: cover;
    background-image: url(../img/faq-bg.6cbe813.svg);
    position: absolute;
    width: 535px;
    height: 760px;
    right: -45px;
    top: 0
}

@media only screen and (min-width:992px) {
    .faq_section:before {
        display: block;
        content: ""
    }
}

.faq_title {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em;
    color: #fff
}

@media only screen and (min-width:992px) {
    .faq_title {
        font-size: 56px
    }
}

.faq_text {
    font-size: 16px;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.faq_accordion-wrapper {
    margin: 56px 0 0
}

@media only screen and (min-width:992px) {
    .faq_accordion-wrapper {
        max-width: 670px
    }
}

.step1-table {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff
}

.step1-table-head {
    padding: 0;
    transition: all .1s ease;
    border-bottom: 1px solid #51354f
}

.step1-table__row {
    padding: 1rem 0;
    transition: all .1s ease
}

.step1-table__type {
    display: flex;
    justify-content: left;
    padding-left: 1.5rem
}

.step1-table-head__partners {
    padding: 1rem
}

.step1-table-head {
    padding: 0;
    transition: all .1s ease;
    border-bottom: 1px solid #51354f
}

.step1-table-head__sort {
    width: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer
}

.svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible
}

.step1-table-head__sort_desc {
    color: #fff
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em
}

.d-fbc,
.d-fcc {
    display: flex;
    align-items: center
}

.d-fcc {
    justify-content: center
}

.step1-table__icon {
    min-width: 27px
}

.icon-floating {
    width: 27px;
    height: 20px;
    fill: #fff
}

[class*=" icon-"],
[class^=icon-] {
    font-family: coins !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.step1-table__type {
    display: flex;
    justify-content: left;
    padding-left: 1.5rem
}

.best-rate {
    color: #41F295
}

.step1-table__amount {
    font-size: 16px;
    font-weight: 700;
    line-height: 2rem;
    color: #e5e5e5;
    transition: all .1s ease
}

.step1-table-amount {
    position: relative
}

.best-rate {
    color: #41F295
}

.step1-table__trustpilot-reviews:hover .step1-table__trustpilot-external {
    fill: #ff626e;
    visibility: visible
}

.fa-external {
    width: 11px;
    height: 11px;
    fill: #fff;
    transition: fill .2s ease
}

.step1-table__button button {
    cursor: pointer;
    background-color: transparent;
    text-transform: uppercase
}

.button_sm {
    height: 40px;
    font-size: .75rem
}

.button_primary {
    width: inherit;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.button_primary:hover {
    background-color: #e35760;
    border: 1px solid #e35760;
    color: #fff
}

.button {
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e35760;
    border: 1px solid #e35760;
    font-size: 1rem;
    transition: background-color .2s ease
}

.best-rate-button {
    border-color: #41F295;
    color: #41F295
}

.step1-table__partner {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    transition: all .1s ease
}

.step1-table-amount__amount {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.icon-fixed {
    width: 17px;
    height: 20px;
    fill: #fff
}

.step1-table-head__trust {
    padding: 0;
    cursor: pointer;
    position: relative
}

.d-f {
    display: flex
}

.step1-table-head,
.step1-table__row:not(:last-child) {
    border-bottom: 1px solid #41F295
}

.step1 {
    background: #131313;
    width: 100%;
    border-radius: 14px;
}

.row.step1-table__row:hover {
    background: #131313
}

.row.step1-table__row:hover .button_primary {
    background-color: #41F295;
    border: 1px solid #41F295;
    color: #171717;
}

.all_currencys {
    max-width: 750px;
    width: 100%;
    display: none
}

.coin-selector {
    margin: 40px 0;
    color: #fff;
    box-shadow: 0 10px 15px 5px rgb(0 0 0 / 6%);
    border-radius: 7px;
    outline: 0;
    background: #171717;
}

.all_currencys hr {
    border-top: 1px solid rgb(65 242 149);
}

.coin-selector .coin-search-box {
    border-radius: 10px 10px 0 0;
    height: 48px;
    display: flex;
    align-items: center
}

.coin-selector .coin-search-icon {
    height: 18px;
    margin: 15px
}

.coin-selector .coin-search-input {
    border: none;
    border-bottom: 1px solid rgb(65 242 149);
    background: none;
    color: #fff;
    padding: 3px;
    margin-left: -3px;
    outline: 0;
    position: relative;
    top: 1px;
    flex: 1;
    font-size: 14px
}

.coin-selector .coin-search-input::placeholder {
    color: #fff;
}

.coin-selector .coin-selector-close {
    height: 12px;
    margin: 21px 15px;
    cursor: pointer;
    outline: 0
}

.coin-selector .coin-element {
    height: 50px;
    text-align: left;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin: 5px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.coin-selector .coin-symbol {
    margin-left: 5px;
    overflow: hidden;
}

@media (max-width:600px) {
    .coin-selector .coin-element {
        width: 100%
    }
}

@media (max-width:767px) {
    .coin-selector {
        left: 0;
        right: 0;
        margin: 0
    }
}

.btn-primary.branded,
.btn-primary.branded:focus {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #e51d25;
    border-color: #e51d25;
    border-radius: 10px;
    transition: color .2s, background-color .2s;
    padding: 15px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    margin-bottom: 10px;
}

@media only screen and (max-width:560px) {

    .exchange-input_input,
    .exchange-select_coin-codeWrapper {
        font-size: 0.9rem;
    }
}

.modal-inline {
    cursor: pointer;
}

.reviews {
    background: #171717;
    border: solid #202020 1px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.form-control {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #171717 !important;
    background-clip: padding-box !important;
    border: 1px solid #202020 !important;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.list-group-item {
    position: relative !important;
    display: block !important;
    color: #fff !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: -1px !important;
    background-color: #171717 !important;
    border: 1px solid #202020 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #171717 !important;
    background-color: #41F295 !important;
}

a:hover, a:focus {
    color: #41F295 !important;
    text-decoration: underline;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #171717 !important;
    background-color: #eeeeee;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #131313 !important;
    background-clip: padding-box;
    border: 1px solid #252D2A !important;
    border-radius: 20px !important;
    outline: 0;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        color: #fff;
        padding-top: 7px;
        padding-bottom: 10px;
        margin-bottom: 0;
        text-align: right;
    }
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
}

.btn-primary {
    color: #171717 !important;
    background-color: #41F295 !important;
    border-color: #41F295 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #171717 !important;
    background-color: #41F295 !important;
    border-color: #41F295 !important;
    opacity: 0.8;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #171717 !important;
    background-clip: padding-box;
    border: 1px solid #202020 !important;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0px solid #e9ecef !important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 0px 0 #fff !important;
    opacity: .75 !important;
}
.close:focus,
.close:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: .5 !important;
}

.alert-danger {
    color: #ffff !important;
    background-color: #131313 !important;
    border-color: #202020 !important;
}

.alert-dismissible .close {
    position: absolute;
    display: none !important;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.autor {
  color: #41F295;
}