/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #2196f3;
    --indigo: #3f51b5;
    --purple: #9c27b0;
    --pink: #e91e63;
    --red: #f44336;
    --orange: #ff9800;
    --yellow: #ffeb3b;
    --green: #4caf50;
    --teal: #009688;
    --cyan: #00bcd4;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #009688;
    --secondary: #6c757d;
    --success: #4caf50;
    --info: #03a9f4;
    --warning: #ff5722;
    --danger: #f44336;
    --light: #f5f5f5;
    --dark: #424242;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

footer,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fafafa;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

a {
    color: #009688;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #004a43;
    text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code {
    font-family: monospace, monospace;
    font-size: 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none!important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

code {
    font-size: 87.5%;
    color: #e91e63;
    word-break: break-word;
}

a>code {
    color: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

.col-form-label {
    padding-top: calc(.4375rem + 1px);
    padding-bottom: calc(.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(.5625rem + 1px);
    padding-bottom: calc(.5625rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .46875rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .125rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:disabled {
    opacity: .65;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #007065;
    border-color: #00635a;
}

.btn-primary:focus {
    box-shadow: none, 0 0 0 .2rem rgba(0, 150, 136, .5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}

.btn-link {
    font-weight: 400;
    color: #009688;
    background-color: transparent;
}

.btn-link:hover {
    color: #004a43;
    background-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent;
}

.btn-link:focus {
    box-shadow: none;
}

.btn-link:disabled {
    color: rgba(0, 0, 0, .26);
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: .5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

@keyframes a {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0);
    }
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0);
    }
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0);
    }
}

.d-none {
    display: none!important;
}

.d-block {
    display: block!important;
}

.d-flex {
    display: flex!important;
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-flex {
        display: flex!important;
    }
}

.flex-row {
    flex-direction: row!important;
}

.flex-row-reverse {
    flex-direction: row-reverse!important;
}

.flex-wrap {
    flex-wrap: wrap!important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important;
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }
}

.position-absolute {
    position: absolute!important;
}

.position-fixed {
    position: fixed!important;
}

.fixed-top {
    top: 0;
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.w-25 {
    width: 25%!important;
}

.w-50 {
    width: 50%!important;
}

.w-75 {
    width: 75%!important;
}

.w-100 {
    width: 100%!important;
}

.h-25 {
    height: 25%!important;
}

.h-50 {
    height: 50%!important;
}

.h-75 {
    height: 75%!important;
}

.h-100 {
    height: 100%!important;
}

.m-0 {
    margin: 0!important;
}

.mt-0,
.my-0 {
    margin-top: 0!important;
}

.mr-0 {
    margin-right: 0!important;
}

.mb-0,
.my-0 {
    margin-bottom: 0!important;
}

.ml-0 {
    margin-left: 0!important;
}

.m-1 {
    margin: .25rem!important;
}

.mt-1,
.my-1 {
    margin-top: .25rem!important;
}

.mr-1 {
    margin-right: .25rem!important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important;
}

.ml-1 {
    margin-left: .25rem!important;
}

.m-2 {
    margin: .5rem!important;
}

.mt-2,
.my-2 {
    margin-top: .5rem!important;
}

.mr-2 {
    margin-right: .5rem!important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

.ml-2 {
    margin-left: .5rem!important;
}

.m-3 {
    margin: 1rem!important;
}

.mt-3,
.my-3 {
    margin-top: 1rem!important;
}

.mr-3 {
    margin-right: 1rem!important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
}

.ml-3 {
    margin-left: 1rem!important;
}

.m-4 {
    margin: 1.5rem!important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important;
}

.mr-4 {
    margin-right: 1.5rem!important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important;
}

.ml-4 {
    margin-left: 1.5rem!important;
}

.m-5 {
    margin: 3rem!important;
}

.mt-5,
.my-5 {
    margin-top: 3rem!important;
}

.mr-5 {
    margin-right: 3rem!important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important;
}

.ml-5 {
    margin-left: 3rem!important;
}

.p-0 {
    padding: 0!important;
}

.p-1 {
    padding: .25rem!important;
}

.p-2 {
    padding: .5rem!important;
}

.p-3 {
    padding: 1rem!important;
}

.p-4 {
    padding: 1.5rem!important;
}

.p-5 {
    padding: 3rem!important;
}

.m-auto {
    margin: auto!important;
}

.mt-auto,
.my-auto {
    margin-top: auto!important;
}

.mr-auto {
    margin-right: auto!important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important;
}

.ml-auto {
    margin-left: auto!important;
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important;
    }
    .mr-lg-0 {
        margin-right: 0!important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important;
    }
    .ml-lg-0 {
        margin-left: 0!important;
    }
    .m-lg-1 {
        margin: .25rem!important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important;
    }
    .mr-lg-1 {
        margin-right: .25rem!important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important;
    }
    .ml-lg-1 {
        margin-left: .25rem!important;
    }
    .m-lg-2 {
        margin: .5rem!important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important;
    }
    .mr-lg-2 {
        margin-right: .5rem!important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important;
    }
    .ml-lg-2 {
        margin-left: .5rem!important;
    }
    .m-lg-3 {
        margin: 1rem!important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important;
    }
    .mr-lg-3 {
        margin-right: 1rem!important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important;
    }
    .ml-lg-3 {
        margin-left: 1rem!important;
    }
    .m-lg-4 {
        margin: 1.5rem!important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important;
    }
    .mr-lg-4 {
        margin-right: 1.5rem!important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important;
    }
    .ml-lg-4 {
        margin-left: 1.5rem!important;
    }
    .m-lg-5 {
        margin: 3rem!important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important;
    }
    .mr-lg-5 {
        margin-right: 3rem!important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important;
    }
    .ml-lg-5 {
        margin-left: 3rem!important;
    }
    .p-lg-0 {
        padding: 0!important;
    }
    .p-lg-1 {
        padding: .25rem!important;
    }
    .p-lg-2 {
        padding: .5rem!important;
    }
    .p-lg-3 {
        padding: 1rem!important;
    }
    .p-lg-4 {
        padding: 1.5rem!important;
    }
    .p-lg-5 {
        padding: 3rem!important;
    }
    .m-lg-auto {
        margin: auto!important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important;
    }
    .mr-lg-auto {
        margin-right: auto!important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important;
    }
    .ml-lg-auto {
        margin-left: auto!important;
    }
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important;
    }
    .text-lg-right {
        text-align: right!important;
    }
    .text-lg-center {
        text-align: center!important;
    }
}

.text-primary {
    color: #009688!important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #00635a!important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media print {
    *,
     :after,
     :before {
        text-shadow: none!important;
        box-shadow: none!important;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px!important;
    }
}

body {
    font-weight: 400;
}

a:focus,
button:focus {
    outline: none;
}

@supports (pointer-events:auto) {
    .bmd-layout-backdrop {
        background-color: rgba(0, 0, 0, .5);
        opacity: 0;
        transition-property: opacity;
        visibility: visible;
        pointer-events: none;
    }
}

.btn {
    position: relative;
    margin-bottom: .3125rem;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    will-change: box-shadow, transform;
    color: rgba(0, 0, 0, .87);
    background-color: transparent;
    border-color: #ccc;
}

.btn.active,
.btn:active,
.btn:focus,
.btn:hover {
    color: rgba(0, 0, 0, .87);
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .2);
}

.btn.active:focus,
.btn.active:hover,
.btn:active:focus,
.btn:active:hover {
    color: rgba(0, 0, 0, .87);
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .4);
}

.btn:disabled:focus,
.btn:disabled:hover {
    background-color: transparent;
    border-color: #ccc;
}

.btn.btn-link {
    background-color: transparent;
}

.btn.btn-primary {
    color: #009688;
    background-color: transparent;
    border-color: #ccc;
}

.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    color: #009688;
    background-color: hsla(0, 0%, 60%, .2);
    border-color: hsla(0, 0%, 60%, .2);
}

.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
    color: #009688;
    background-color: hsla(0, 0%, 60%, .4);
    border-color: hsla(0, 0%, 60%, .4);
}

.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled:hover {
    background-color: transparent;
    border-color: #ccc;
}

.btn.btn-primary.btn-link {
    background-color: transparent;
}

.btn.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn:disabled,
.btn[disabled] {
    color: rgba(0, 0, 0, .26);
}

.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover,
.btn[disabled],
.btn[disabled]:focus,
.btn[disabled]:hover {
    background: transparent;
}

@keyframes b {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    to {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes c {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, inset 0 0 0 0;
    }
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, inset 0 0 0 0;
    }
    50% {
        width: 0;
        height: 0;
        margin-top: -4px;
        margin-left: 6px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, inset 0 0 0 0;
        transform: rotate(45deg);
    }
    51% {
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: -2px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 10px;
        transform: rotate(0deg);
    }
    to {
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: -2px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 0;
        transform: rotate(0deg);
    }
}

form {
    margin-bottom: 1.125rem;
}

[class*=" bmd-label"],
[class^=bmd-label] {
    color: rgba(0, 0, 0, .26);
}

input::placeholder,
label {
    line-height: 1;
}

input::placeholder {
    font-size: 1rem;
}

label {
    font-size: 1rem;
}

.nav-link {
    text-transform: uppercase;
}

h6 {
    font-weight: 500;
}

@keyframes d {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@supports (pointer-events:auto) {
     :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay>.bmd-layout-backdrop.in {
        pointer-events: auto;
        opacity: 1;
    }
}

@media (max-width:767.98px) {
    @supports (pointer-events: auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1;
        }
    }
}

@media (max-width:767.98px) {
    @supports (pointer-events: auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1;
        }
    }
}

@media (max-width:991.98px) {
    @supports (pointer-events: auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1;
        }
    }
}

@media (max-width:991.98px) {
    @supports (pointer-events: auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-md-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1;
        }
    }
}

@media (max-width:1199.98px) {
    @supports (pointer-events: auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1;
        }
    }
}

@media (max-width:1199.98px) {
    @supports (pointer-events: auto) {
         :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down>.bmd-layout-backdrop.in {
            pointer-events: auto;
            opacity: 1;
        }
    }
}

@supports (pointer-events:auto) {
     :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down>.bmd-layout-backdrop.in {
        pointer-events: auto;
        opacity: 1;
    }
}