/*!
 * Bootstrap v4.1.3 (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: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    overflow: hidden;
    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: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[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
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

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

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[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
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¬ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.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
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top:15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.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,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.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,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

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

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

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

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

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

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

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

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

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

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem*2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem*2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((.5rem + 1px)*-1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((.5rem + 1px)*-1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

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

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

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

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d)or(transform-style:preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

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

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

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

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

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

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

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

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

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

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

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

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

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

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-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,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-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,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-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,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-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,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-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,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-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,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-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
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.not-animated {
    opacity: 0
}

.animated {
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

body,
small,
#primary-menu ul ul li>a,
.wp-caption,
.feature-box.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a {
    font-family: 'Poppins', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
#logo,
#primary-menu ul li>a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a,
#top-search form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.counter,
label,
.nav-tree li a,
.wedding-head .first-name,
.wedding-head .last-name {
    font-family: 'Poppins', sans-serif
}

.entry-meta li,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span {
    font-family: 'Poppins', serif
}

.font-body {
    font-family: 'Poppins', sans-serif !important
}

.font-primary {
    font-family: 'Poppins', sans-serif !important
}

.font-secondary {
    font-family: 'Poppins', serif !important
}

body {
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5
}

#logo {
    font-size: 36px;
    line-height: 100%
}

#primary-menu ul li>a {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase
}

#primary-menu ul ul li>a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    line-height: 1.3 !important
}

#top-search form input {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px
}

.entry-meta li {
    font-size: 13px;
    line-height: 14px;
    font-style: italic
}

.entry-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700
}

.entry-link span {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px
}

.entry blockquote p {
    font-weight: 400;
    font-style: italic
}

.entry.entry-date-section span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.more-link {
    font-style: italic
}

.comment-content .comment-author span {
    font-size: 12px;
    font-weight: normal;
    font-style: italic
}

.wp-caption {
    font-style: italic
}

.button.button-desc {
    font-size: 22px;
    line-height: 1
}

.button.button-desc span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: none
}

.feature-box.fbox-center.fbox-italic p {
    font-style: italic
}

.testi-content p {
    font-style: italic
}

.team-title span {
    font-weight: 400;
    font-style: italic;
    font-size: 15px
}

.counter {
    font-size: 42px;
    font-weight: 600
}

.skills li .progress-percent .counter {
    font-weight: 400
}

label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.before-heading {
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.wedding-head .first-name,
.wedding-head .last-name {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px
}

.wedding-head .first-name span,
.wedding-head .last-name span {
    font-size: 56px;
    font-weight: 400;
    font-style: italic;
    text-transform: none
}

.mdc-touch-target-wrapper {
    display: inline
}

.mdc-elevation-overlay {
    position: absolute;
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    transition: opacity 280ms cubic-bezier(.4, 0, .2, 1);
    background-color: #fff
}

.mdc-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-button-font-size, .875rem);
    line-height: 2.25rem;
    line-height: var(--mdc-typography-button-line-height, 2.25rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: .0892857143em;
    letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
    text-decoration: none;
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: uppercase;
    text-transform: var(--mdc-typography-button-text-transform, uppercase);
    padding: 0 8px 0 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    border-radius: 4px
}

.mdc-button .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

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

.mdc-button:active {
    outline: none
}

.mdc-button:hover {
    cursor: pointer
}

.mdc-button:disabled {
    cursor: default;
    pointer-events: none
}

.mdc-button .mdc-button__ripple {
    border-radius: 4px
}

.mdc-button:not(:disabled) {
    background-color: transparent
}

.mdc-button:disabled {
    background-color: transparent
}

.mdc-button .mdc-button__icon {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    vertical-align: top
}

[dir=rtl] .mdc-button .mdc-button__icon,
.mdc-button .mdc-button__icon[dir=rtl] {
    margin-left: 8px;
    margin-right: 0
}

.mdc-button .mdc-button__touch {
    position: absolute;
    top: 50%;
    right: 0;
    height: 48px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mdc-button:not(:disabled) {
    color: #000001;
    color: var(--mdc-theme-primary, #000001)
}

.mdc-button:disabled {
    color: rgba(0, 0, 0, .38)
}

.mdc-button__label+.mdc-button__icon {
    margin-left: 8px;
    margin-right: 0
}

[dir=rtl] .mdc-button__label+.mdc-button__icon,
.mdc-button__label+.mdc-button__icon[dir=rtl] {
    margin-left: 0;
    margin-right: 8px
}

svg.mdc-button__icon {
    fill: currentColor
}

.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
    margin-left: -4px;
    margin-right: 8px
}

[dir=rtl] .mdc-button--raised .mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--unelevated .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon[dir=rtl] {
    margin-left: 8px;
    margin-right: -4px
}

.mdc-button--raised .mdc-button__label+.mdc-button__icon,
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,
.mdc-button--outlined .mdc-button__label+.mdc-button__icon {
    margin-left: 8px;
    margin-right: -4px
}

[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,
.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon,
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,
.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl] {
    margin-left: -4px;
    margin-right: 8px
}

.mdc-button--raised,
.mdc-button--unelevated {
    padding: 0 16px 0 16px
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff)
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
    background-color: rgba(0, 0, 0, .12)
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
    color: rgba(0, 0, 0, .38)
}

.mdc-button--raised {
    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);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-button--raised:hover,
.mdc-button--raised:focus {
    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)
}

.mdc-button--raised: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)
}

.mdc-button--raised:disabled {
    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)
}

.mdc-button--outlined {
    padding: 0 15px 0 15px;
    border-width: 1px;
    border-style: solid
}

.mdc-button--outlined .mdc-button__ripple {
    top: -1px;
    left: -1px;
    border: 1px solid transparent
}

.mdc-button--outlined:not(:disabled) {
    border-color: rgba(0, 0, 0, .12)
}

.mdc-button--outlined:disabled {
    border-color: rgba(0, 0, 0, .12)
}

.mdc-button--touch {
    margin-top: 6px;
    margin-bottom: 6px
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
    }
    to {
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
    }
}

@keyframes mdc-ripple-fg-radius-in {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
    }
    to {
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0
    }
    to {
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
}

@keyframes mdc-ripple-fg-opacity-in {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0
    }
    to {
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
    to {
        opacity: 0
    }
}

@keyframes mdc-ripple-fg-opacity-out {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
    to {
        opacity: 0
    }
}

.mdc-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-button .mdc-button__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-button:hover .mdc-button__ripple::before {
    opacity: .04
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
    transition: opacity 150ms linear
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-button .mdc-button__ripple {
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
    top: 0;
    left: 0
}

.mdc-button--raised .mdc-button__ripple::before,
.mdc-button--raised .mdc-button__ripple::after,
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-on-primary, #fff)
}

.mdc-button--raised:hover .mdc-button__ripple::before,
.mdc-button--unelevated:hover .mdc-button__ripple::before {
    opacity: .08
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
    transition: opacity 150ms linear
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .24
}

.mdc-button {
    height: 36px
}

.mdc-card {
    border-radius: 4px;
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    position: relative;
    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);
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

.mdc-card .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mdc-card--outlined {
    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);
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0
}

.mdc-card__media {
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.mdc-card__media::before {
    display: block;
    content: ""
}

.mdc-card__media:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.mdc-card__media:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.mdc-card__media--square::before {
    margin-top: 100%
}

.mdc-card__media--16-9::before {
    margin-top: 56.25%
}

.mdc-card__media-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box
}

.mdc-card__primary-action {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden
}

.mdc-card__primary-action:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.mdc-card__primary-action:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.mdc-card__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    min-height: 52px;
    padding: 8px
}

.mdc-card__actions--full-bleed {
    padding: 0
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box
}

.mdc-card__action-icons {
    color: rgba(0, 0, 0, .6);
    flex-grow: 1;
    justify-content: flex-end
}

.mdc-card__action-buttons+.mdc-card__action-icons {
    margin-left: 16px;
    margin-right: 0
}

[dir=rtl] .mdc-card__action-buttons+.mdc-card__action-icons,
.mdc-card__action-buttons+.mdc-card__action-icons[dir=rtl] {
    margin-left: 0;
    margin-right: 16px
}

.mdc-card__action {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdc-card__action:focus {
    outline: none
}

.mdc-card__action--button {
    margin-left: 0;
    margin-right: 8px;
    padding: 0 8px
}

[dir=rtl] .mdc-card__action--button,
.mdc-card__action--button[dir=rtl] {
    margin-left: 8px;
    margin-right: 0
}

.mdc-card__action--button:last-child {
    margin-left: 0;
    margin-right: 0
}

[dir=rtl] .mdc-card__action--button:last-child,
.mdc-card__action--button:last-child[dir=rtl] {
    margin-left: 0;
    margin-right: 0
}

.mdc-card__actions--full-bleed .mdc-card__action--button {
    justify-content: space-between;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 8px 16px;
    text-align: left
}

[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button,
.mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl] {
    text-align: right
}

.mdc-card__action--icon {
    margin: -6px 0;
    padding: 12px
}

.mdc-card__action--icon:not(:disabled) {
    color: rgba(0, 0, 0, .6)
}

.mdc-card__primary-action {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-card__primary-action::before,
.mdc-card__primary-action::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-card__primary-action::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-card__primary-action.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-card__primary-action.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-card__primary-action::before,
.mdc-card__primary-action::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-card__primary-action.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-card__primary-action::before,
.mdc-card__primary-action::after {
    background-color: #000
}

.mdc-card__primary-action:hover::before {
    opacity: .04
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused::before,
.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-card__primary-action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%,
    50% {
        stroke-dashoffset: 29.7833385
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%,
    50% {
        stroke-dashoffset: 29.7833385
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%,
    68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        animation-timing-function: cubic-bezier(0, 0, 0, 1)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%,
    68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        animation-timing-function: cubic-bezier(0, 0, 0, 1)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        opacity: 1;
        stroke-dashoffset: 0
    }
    to {
        opacity: 0;
        stroke-dashoffset: -29.7833385
    }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        opacity: 1;
        stroke-dashoffset: 0
    }
    to {
        opacity: 0;
        stroke-dashoffset: -29.7833385
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    from {
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    from {
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0
    }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    32.8%,
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    32.8%,
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}

.mdc-checkbox {
    display: inline-block;
    position: relative;
    flex: 0 0 18px;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    line-height: 0;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: bottom;
    padding: 11px
}

.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background::before,
.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background::before {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
    opacity: .04
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
    transition: opacity 150ms linear
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-checkbox .mdc-checkbox__background {
    top: 11px;
    left: 11px
}

.mdc-checkbox .mdc-checkbox__background::before {
    top: -13px;
    left: -13px;
    width: 40px;
    height: 40px
}

.mdc-checkbox .mdc-checkbox__native-control {
    top: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: rgba(0, 0, 0, .54);
    background-color: transparent
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
    border-color: #018786;
    border-color: var(--mdc-theme-secondary, #018786);
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
    0% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
    50% {
        border-color: #018786;
        border-color: var(--mdc-theme-secondary, #018786);
        background-color: #018786;
        background-color: var(--mdc-theme-secondary, #018786)
    }
}

@keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
    0% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
    50% {
        border-color: #018786;
        border-color: var(--mdc-theme-secondary, #018786);
        background-color: #018786;
        background-color: var(--mdc-theme-secondary, #018786)
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
    0%,
    80% {
        border-color: #018786;
        border-color: var(--mdc-theme-secondary, #018786);
        background-color: #018786;
        background-color: var(--mdc-theme-secondary, #018786)
    }
    100% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
}

@keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
    0%,
    80% {
        border-color: #018786;
        border-color: var(--mdc-theme-secondary, #018786);
        background-color: #018786;
        background-color: var(--mdc-theme-secondary, #018786)
    }
    100% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-in-background-8A000000secondary00000000secondary;
    animation-name: mdc-checkbox-fade-in-background-8A000000secondary00000000secondary
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-out-background-8A000000secondary00000000secondary;
    animation-name: mdc-checkbox-fade-out-background-8A000000secondary00000000secondary
}

.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: rgba(0, 0, 0, .38);
    background-color: transparent
}

.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background {
    border-color: transparent;
    background-color: rgba(0, 0, 0, .38)
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
    color: #fff
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    border-color: #fff
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
    color: #fff
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    border-color: #fff
}

@media screen and (-ms-high-contrast:active) {
    .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
        border-color: GrayText;
        background-color: transparent
    }
    .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
    .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background {
        border-color: GrayText;
        background-color: transparent
    }
    .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
        color: GrayText
    }
    .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
        border-color: GrayText
    }
    .mdc-checkbox__mixedmark {
        margin: 0 1px
    }
}

.mdc-checkbox--disabled {
    cursor: default;
    pointer-events: none
}

.mdc-checkbox__background {
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 2px;
    background-color: transparent;
    pointer-events: none;
    will-change: background-color, border-color;
    transition: background-color 90ms 0ms cubic-bezier(.4, 0, .6, 1), border-color 90ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-checkbox__background .mdc-checkbox__background::before {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000)
}

.mdc-checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 180ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
    opacity: 1
}

.mdc-checkbox__checkmark-path {
    transition: stroke-dashoffset 180ms 0ms cubic-bezier(.4, 0, .6, 1);
    stroke: currentColor;
    stroke-width: 3.12px;
    stroke-dashoffset: 29.7833385;
    stroke-dasharray: 29.7833385
}

.mdc-checkbox__mixedmark {
    width: 100%;
    height: 0;
    -webkit-transform: scaleX(0) rotate(0deg);
    transform: scaleX(0) rotate(0deg);
    border-width: 1px;
    border-style: solid;
    opacity: 0;
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 90ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), transform 90ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), transform 90ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 90ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
    transition: none !important
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
    -webkit-animation-duration: 180ms;
    animation-duration: 180ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
    -webkit-animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
    animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
    animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
    -webkit-animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
    animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
    -webkit-animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
    animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
    animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
    -webkit-animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
    animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
    animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
    animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
    transition: none
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background {
    transition: border-color 90ms 0ms cubic-bezier(0, 0, .2, 1), background-color 90ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path {
    stroke-dashoffset: 0
}

.mdc-checkbox__background::before {
    position: absolute;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    will-change: opacity, transform;
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 90ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), transform 90ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), transform 90ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 90ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-checkbox__native-control:focus~.mdc-checkbox__background::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .12;
    transition: opacity 80ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 80ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 80ms 0ms cubic-bezier(0, 0, .2, 1), transform 80ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 80ms 0ms cubic-bezier(0, 0, .2, 1), transform 80ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 80ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-checkbox__native-control {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit
}

.mdc-checkbox__native-control:disabled {
    cursor: default;
    pointer-events: none
}

.mdc-checkbox--touch {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px
}

.mdc-checkbox--touch .mdc-checkbox__native-control {
    top: -4px;
    right: -4px;
    left: -4px;
    width: 48px;
    height: 48px
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark {
    transition: opacity 180ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 180ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 180ms 0ms cubic-bezier(0, 0, .2, 1), transform 180ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 180ms 0ms cubic-bezier(0, 0, .2, 1), transform 180ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 180ms 0ms cubic-bezier(0, 0, .2, 1);
    opacity: 1
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    -webkit-transform: scaleX(1) rotate(-45deg);
    transform: scaleX(1) rotate(-45deg)
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 90ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), transform 90ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 90ms 0ms cubic-bezier(.4, 0, .6, 1), transform 90ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 90ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    -webkit-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
    opacity: 1
}

.mdc-checkbox {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-checkbox .mdc-checkbox__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000)
}

.mdc-checkbox:hover .mdc-checkbox__ripple::before {
    opacity: .04
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
    transition: opacity 150ms linear
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-checkbox.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-checkbox__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
    content: none
}

.mdc-chip__icon--leading {
    color: rgba(0, 0, 0, .54)
}

.mdc-chip__icon--trailing {
    color: rgba(0, 0, 0, .54)
}

.mdc-chip__icon--trailing:hover {
    color: rgba(0, 0, 0, .62)
}

.mdc-chip__icon--trailing:focus {
    color: rgba(0, 0, 0, .87)
}

.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
    width: 20px;
    height: 20px;
    font-size: 20px
}

.mdc-chip__icon.mdc-chip__icon--trailing {
    width: 18px;
    height: 18px;
    font-size: 18px
}

.mdc-chip__icon--trailing {
    margin-left: 4px;
    margin-right: -4px
}

[dir=rtl] .mdc-chip__icon--trailing,
.mdc-chip__icon--trailing[dir=rtl] {
    margin-left: -4px;
    margin-right: 4px
}

.mdc-chip {
    border-radius: 16px;
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .87);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    height: 32px;
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    border-width: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none
}

.mdc-chip .mdc-chip__ripple {
    border-radius: 16px
}

.mdc-chip:hover {
    color: rgba(0, 0, 0, .87)
}

.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
    margin-left: -4px;
    margin-right: 4px
}

[dir=rtl] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
.mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir=rtl],
[dir=rtl] .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden),
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir=rtl] {
    margin-left: 4px;
    margin-right: -4px
}

.mdc-chip .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mdc-chip::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mdc-chip:hover {
    color: #000;
    color: var(--mdc-theme-on-surface, #000)
}

.mdc-chip .mdc-chip__touch {
    position: absolute;
    top: 50%;
    right: 0;
    height: 48px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mdc-chip--exit {
    transition: opacity 75ms cubic-bezier(.4, 0, .2, 1), width 150ms cubic-bezier(0, 0, .2, 1), padding 100ms linear, margin 100ms linear;
    opacity: 0
}

.mdc-chip__text {
    white-space: nowrap
}

.mdc-chip__icon {
    border-radius: 50%;
    outline: none;
    vertical-align: middle
}

.mdc-chip__checkmark {
    height: 20px
}

.mdc-chip__checkmark-path {
    transition: stroke-dashoffset 150ms 50ms cubic-bezier(.4, 0, .6, 1);
    stroke-width: 2px;
    stroke-dashoffset: 29.7833385;
    stroke-dasharray: 29.7833385
}

.mdc-chip__primary-action:focus {
    outline: none
}

.mdc-chip--selected .mdc-chip__checkmark-path {
    stroke-dashoffset: 0
}

.mdc-chip__icon--leading,
.mdc-chip__icon--trailing {
    position: relative
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
    color: #000001;
    color: var(--mdc-theme-primary, #000001)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
    color: rgba(98, 0, 238, .54)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
    color: #000001;
    color: var(--mdc-theme-primary, #000001)
}

.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
    stroke: #000001;
    stroke: var(--mdc-theme-primary, #000001)
}

.mdc-chip-set--choice .mdc-chip--selected {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff)
}

.mdc-chip__checkmark-svg {
    width: 0;
    height: 20px;
    transition: width 150ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-chip--selected .mdc-chip__checkmark-svg {
    width: 20px
}

.mdc-chip-set--filter .mdc-chip__icon--leading {
    transition: opacity 75ms linear;
    transition-delay: -50ms;
    opacity: 1
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark {
    transition: opacity 75ms linear;
    transition-delay: 80ms;
    opacity: 0
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark .mdc-chip__checkmark-svg {
    transition: width 0ms
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
    opacity: 0
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading+.mdc-chip__checkmark {
    width: 0;
    opacity: 1
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
    width: 0;
    opacity: 0
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading+.mdc-chip__checkmark {
    width: 20px
}

.mdc-chip {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-chip .mdc-chip__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-chip.mdc-ripple-upgraded--unbounded .mdc-chip__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-chip.mdc-ripple-upgraded--foreground-activation .mdc-chip__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-chip.mdc-ripple-upgraded--foreground-deactivation .mdc-chip__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
    background-color: rgba(0, 0, 0, .87)
}

.mdc-chip:hover .mdc-chip__ripple::before {
    opacity: .04
}

.mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,
.mdc-chip.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,
.mdc-chip:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-chip:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
    transition: opacity 150ms linear
}

.mdc-chip:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-chip.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-chip .mdc-chip__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before {
    opacity: .08
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover .mdc-chip__ripple::before {
    opacity: .12
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
    transition-duration: 75ms;
    opacity: .2
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
    transition: opacity 150ms linear
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
    transition-duration: 75ms;
    opacity: .2
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .2
}

@-webkit-keyframes mdc-chip-entry {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .4
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes mdc-chip-entry {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .4
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.mdc-chip-set {
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.mdc-chip-set .mdc-chip {
    margin: 4px
}

.mdc-chip-set .mdc-chip--touch {
    margin-top: 8px;
    margin-bottom: 8px
}

.mdc-chip-set--input .mdc-chip {
    -webkit-animation: mdc-chip-entry 100ms cubic-bezier(0, 0, .2, 1);
    animation: mdc-chip-entry 100ms cubic-bezier(0, 0, .2, 1)
}

.mdc-data-table__content {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mdc-data-table {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12);
    -webkit-overflow-scrolling: touch;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow-x: auto
}

.mdc-data-table__row {
    background-color: inherit
}

.mdc-data-table__header-row {
    background-color: inherit
}

.mdc-data-table__row--selected {
    background-color: rgba(98, 0, 238, .04)
}

.mdc-data-table__row {
    border-top-color: rgba(0, 0, 0, .12)
}

.mdc-data-table__row {
    border-top-width: 1px;
    border-top-style: solid
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
    background-color: rgba(0, 0, 0, .04)
}

.mdc-data-table__header-cell {
    color: rgba(0, 0, 0, .87)
}

.mdc-data-table__cell {
    color: rgba(0, 0, 0, .87)
}

.mdc-data-table__cell {
    height: 52px
}

.mdc-data-table__header-cell {
    height: 56px
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
    padding-right: 16px;
    padding-left: 16px
}

.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
    padding-left: 16px;
    padding-right: 0
}

[dir=rtl] .mdc-data-table__header-cell--checkbox,
.mdc-data-table__header-cell--checkbox[dir=rtl],
[dir=rtl] .mdc-data-table__cell--checkbox,
.mdc-data-table__cell--checkbox[dir=rtl] {
    padding-left: 0;
    padding-right: 16px
}

.mdc-data-table__table {
    min-width: 100%;
    border: 0;
    white-space: nowrap;
    border-collapse: collapse;
    table-layout: fixed
}

.mdc-data-table__cell {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden
}

.mdc-data-table__cell--numeric {
    text-align: right
}

[dir=rtl] .mdc-data-table__cell--numeric,
.mdc-data-table__cell--numeric[dir=rtl] {
    text-align: left
}

.mdc-data-table__header-cell {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-subtitle2-font-size, .875rem);
    line-height: 1.375rem;
    line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
    letter-spacing: .0071428571em;
    letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
    box-sizing: border-box;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden
}

[dir=rtl] .mdc-data-table__header-cell,
.mdc-data-table__header-cell[dir=rtl] {
    text-align: right
}

.mdc-data-table__header-cell--numeric {
    text-align: right
}

[dir=rtl] .mdc-data-table__header-cell--numeric,
.mdc-data-table__header-cell--numeric[dir=rtl] {
    text-align: left
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background::before,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background::before,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background::before,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background::before {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
    opacity: .04
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
    transition: opacity 150ms linear
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: rgba(0, 0, 0, .54);
    background-color: transparent
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
    border-color: #000001;
    border-color: var(--mdc-theme-primary, #000001);
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000primary00000000primary {
    0% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
    50% {
        border-color: #000001;
        border-color: var(--mdc-theme-primary, #000001);
        background-color: #000001;
        background-color: var(--mdc-theme-primary, #000001)
    }
}

@keyframes mdc-checkbox-fade-in-background-8A000000primary00000000primary {
    0% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
    50% {
        border-color: #000001;
        border-color: var(--mdc-theme-primary, #000001);
        background-color: #000001;
        background-color: var(--mdc-theme-primary, #000001)
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000primary00000000primary {
    0%,
    80% {
        border-color: #000001;
        border-color: var(--mdc-theme-primary, #000001);
        background-color: #000001;
        background-color: var(--mdc-theme-primary, #000001)
    }
    100% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
}

@keyframes mdc-checkbox-fade-out-background-8A000000primary00000000primary {
    0%,
    80% {
        border-color: #000001;
        border-color: var(--mdc-theme-primary, #000001);
        background-color: #000001;
        background-color: var(--mdc-theme-primary, #000001)
    }
    100% {
        border-color: rgba(0, 0, 0, .54);
        background-color: transparent
    }
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-in-background-8A000000primary00000000primary;
    animation-name: mdc-checkbox-fade-in-background-8A000000primary00000000primary
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-out-background-8A000000primary00000000primary;
    animation-name: mdc-checkbox-fade-out-background-8A000000primary00000000primary
}

.mdc-dialog,
.mdc-dialog__scrim {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.mdc-dialog {
    display: none;
    z-index: 7
}

.mdc-dialog .mdc-dialog__surface {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff)
}

.mdc-dialog .mdc-dialog__scrim {
    background-color: rgba(0, 0, 0, .32)
}

.mdc-dialog .mdc-dialog__title {
    color: rgba(0, 0, 0, .87)
}

.mdc-dialog .mdc-dialog__content {
    color: rgba(0, 0, 0, .6)
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions {
    border-color: rgba(0, 0, 0, .12)
}

.mdc-dialog .mdc-dialog__surface {
    min-width: 280px
}

@media(max-width:592px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: calc(100vw - 32px)
    }
}

@media(min-width:592px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: 560px
    }
}

.mdc-dialog .mdc-dialog__surface {
    max-height: calc(100% - 32px)
}

.mdc-dialog .mdc-dialog__surface {
    border-radius: 4px
}

.mdc-dialog__scrim {
    opacity: 0;
    z-index: -1
}

.mdc-dialog__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    height: 100%;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    pointer-events: none
}

.mdc-dialog__surface {
    position: relative;
    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;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
    overflow-y: auto
}

.mdc-dialog__surface .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__surface,
[dir=rtl] .mdc-dialog .mdc-dialog__surface {
    text-align: right
}

.mdc-dialog__title {
    display: block;
    margin-top: 0;
    line-height: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1.25rem;
    font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
    line-height: 2rem;
    line-height: var(--mdc-typography-headline6-line-height, 2rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-headline6-font-weight, 500);
    letter-spacing: .0125em;
    letter-spacing: var(--mdc-typography-headline6-letter-spacing, .0125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline6-text-transform, inherit);
    display: block;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0 24px 9px;
    border-bottom: 1px solid transparent
}

.mdc-dialog__title::before {
    display: inline-block;
    width: 0;
    height: 40px;
    content: "";
    vertical-align: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__title,
[dir=rtl] .mdc-dialog .mdc-dialog__title {
    text-align: right
}

.mdc-dialog--scrollable .mdc-dialog__title {
    padding-bottom: 15px
}

.mdc-dialog__content {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-body1-font-size, 1rem);
    line-height: 1.5rem;
    line-height: var(--mdc-typography-body1-line-height, 1.5rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body1-font-weight, 400);
    letter-spacing: .03125em;
    letter-spacing: var(--mdc-typography-body1-letter-spacing, .03125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body1-text-transform, inherit);
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 24px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.mdc-dialog__content>:first-child {
    margin-top: 0
}

.mdc-dialog__content>:last-child {
    margin-bottom: 0
}

.mdc-dialog__title+.mdc-dialog__content {
    padding-top: 0
}

.mdc-dialog--scrollable .mdc-dialog__content {
    padding-top: 8px;
    padding-bottom: 8px
}

.mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 6px 0 0
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 0
}

.mdc-dialog__actions {
    display: flex;
    position: relative;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    min-height: 52px;
    margin: 0;
    padding: 8px;
    border-top: 1px solid transparent
}

.mdc-dialog--stacked .mdc-dialog__actions {
    flex-direction: column;
    align-items: flex-end
}

.mdc-dialog__button {
    margin-left: 8px;
    margin-right: 0;
    max-width: 100%;
    text-align: right
}

[dir=rtl] .mdc-dialog__button,
.mdc-dialog__button[dir=rtl] {
    margin-left: 0;
    margin-right: 8px
}

.mdc-dialog__button:first-child {
    margin-left: 0;
    margin-right: 0
}

[dir=rtl] .mdc-dialog__button:first-child,
.mdc-dialog__button:first-child[dir=rtl] {
    margin-left: 0;
    margin-right: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__button,
[dir=rtl] .mdc-dialog .mdc-dialog__button {
    text-align: left
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
    margin-top: 12px
}

.mdc-dialog--open,
.mdc-dialog--opening,
.mdc-dialog--closing {
    display: flex
}

.mdc-dialog--opening .mdc-dialog__scrim {
    transition: opacity 150ms linear
}

.mdc-dialog--opening .mdc-dialog__container {
    transition: opacity 75ms linear, -webkit-transform 150ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-dialog--closing .mdc-dialog__scrim,
.mdc-dialog--closing .mdc-dialog__container {
    transition: opacity 75ms linear
}

.mdc-dialog--closing .mdc-dialog__container {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mdc-dialog--open .mdc-dialog__scrim {
    opacity: 1
}

.mdc-dialog--open .mdc-dialog__container {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.mdc-dialog-scroll-lock {
    overflow: hidden
}

.mdc-drawer {
    border-color: rgba(0, 0, 0, .12);
    background-color: #fff;
    border-radius: 0 0 0 0;
    z-index: 6;
    width: 256px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    overflow: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.mdc-drawer .mdc-drawer__title {
    color: rgba(0, 0, 0, .87)
}

.mdc-drawer .mdc-list-group__subheader {
    color: rgba(0, 0, 0, .6)
}

.mdc-drawer .mdc-drawer__subtitle {
    color: rgba(0, 0, 0, .6)
}

.mdc-drawer .mdc-list-item__graphic {
    color: rgba(0, 0, 0, .6)
}

.mdc-drawer .mdc-list-item {
    color: rgba(0, 0, 0, .87)
}

.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: #000001
}

.mdc-drawer .mdc-list-item--activated {
    color: rgba(98, 0, 238, .87)
}

[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
    border-radius: 0 0 0 0
}

.mdc-drawer .mdc-list-item {
    border-radius: 4px
}

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content {
    margin-left: 256px;
    margin-right: 0
}

[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content,
.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir=rtl] {
    margin-left: 0;
    margin-right: 256px
}

[dir=rtl] .mdc-drawer,
.mdc-drawer[dir=rtl] {
    border-right-width: 0;
    border-left-width: 1px;
    border-right-style: none;
    border-left-style: solid
}

.mdc-drawer .mdc-list-item {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-subtitle2-font-size, .875rem);
    line-height: 1.375rem;
    line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
    letter-spacing: .0071428571em;
    letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
    height: calc(48px - 2*4px);
    margin: 8px 8px;
    padding: 0 8px
}

.mdc-drawer .mdc-list-item:nth-child(1) {
    margin-top: 2px
}

.mdc-drawer .mdc-list-item:nth-last-child(1) {
    margin-bottom: 0
}

.mdc-drawer .mdc-list-group__subheader {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    padding: 0 16px
}

.mdc-drawer .mdc-list-group__subheader::before {
    display: inline-block;
    width: 0;
    height: 24px;
    content: "";
    vertical-align: 0
}

.mdc-drawer .mdc-list-divider {
    margin: 3px 0 4px
}

.mdc-drawer .mdc-list-item__text,
.mdc-drawer .mdc-list-item__graphic {
    pointer-events: none
}

.mdc-drawer--animate {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

[dir=rtl] .mdc-drawer--animate,
.mdc-drawer--animate[dir=rtl] {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mdc-drawer--opening {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-duration: 250ms
}

[dir=rtl] .mdc-drawer--opening,
.mdc-drawer--opening[dir=rtl] {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mdc-drawer--closing {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-duration: 200ms
}

[dir=rtl] .mdc-drawer--closing,
.mdc-drawer--closing[dir=rtl] {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mdc-drawer__header {
    flex-shrink: 0;
    box-sizing: border-box;
    min-height: 64px;
    padding: 0 16px 4px
}

.mdc-drawer__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1.25rem;
    font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
    line-height: 2rem;
    line-height: var(--mdc-typography-headline6-line-height, 2rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-headline6-font-weight, 500);
    letter-spacing: .0125em;
    letter-spacing: var(--mdc-typography-headline6-letter-spacing, .0125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline6-text-transform, inherit);
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: -20px
}

.mdc-drawer__title::before {
    display: inline-block;
    width: 0;
    height: 36px;
    content: "";
    vertical-align: 0
}

.mdc-drawer__title::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px
}

.mdc-drawer__subtitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 0
}

.mdc-drawer__subtitle::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0
}

.mdc-drawer__content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mdc-drawer--dismissible {
    left: 0;
    right: initial;
    display: none;
    position: absolute
}

[dir=rtl] .mdc-drawer--dismissible,
.mdc-drawer--dismissible[dir=rtl] {
    left: initial;
    right: 0
}

.mdc-drawer--dismissible.mdc-drawer--open {
    display: flex
}

.mdc-drawer-app-content {
    margin-left: 0;
    margin-right: 0;
    position: relative
}

[dir=rtl] .mdc-drawer-app-content,
.mdc-drawer-app-content[dir=rtl] {
    margin-left: 0;
    margin-right: 0
}

.mdc-drawer--modal {
    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);
    left: 0;
    right: initial;
    display: none;
    position: fixed
}

.mdc-drawer--modal+.mdc-drawer-scrim {
    background-color: rgba(0, 0, 0, .32)
}

[dir=rtl] .mdc-drawer--modal,
.mdc-drawer--modal[dir=rtl] {
    left: initial;
    right: 0
}

.mdc-drawer--modal.mdc-drawer--open {
    display: flex
}

.mdc-drawer-scrim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.mdc-drawer--open+.mdc-drawer-scrim {
    display: block
}

.mdc-drawer--animate+.mdc-drawer-scrim {
    opacity: 0
}

.mdc-drawer--opening+.mdc-drawer-scrim {
    transition-duration: 250ms;
    opacity: 1
}

.mdc-drawer--closing+.mdc-drawer-scrim {
    transition-duration: 200ms;
    opacity: 0
}

.mdc-elevation--z0 {
    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)
}

.mdc-elevation--z1 {
    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)
}

.mdc-elevation--z2 {
    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)
}

.mdc-elevation--z3 {
    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)
}

.mdc-elevation--z4 {
    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)
}

.mdc-elevation--z5 {
    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)
}

.mdc-elevation--z6 {
    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)
}

.mdc-elevation--z7 {
    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)
}

.mdc-elevation--z8 {
    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)
}

.mdc-elevation--z9 {
    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)
}

.mdc-elevation--z10 {
    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)
}

.mdc-elevation--z11 {
    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)
}

.mdc-elevation--z12 {
    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)
}

.mdc-elevation--z13 {
    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)
}

.mdc-elevation--z14 {
    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)
}

.mdc-elevation--z15 {
    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)
}

.mdc-elevation--z16 {
    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)
}

.mdc-elevation--z17 {
    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)
}

.mdc-elevation--z18 {
    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)
}

.mdc-elevation--z19 {
    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)
}

.mdc-elevation--z20 {
    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)
}

.mdc-elevation--z21 {
    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)
}

.mdc-elevation--z22 {
    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)
}

.mdc-elevation--z23 {
    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)
}

.mdc-elevation--z24 {
    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)
}

.mdc-elevation-transition {
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    will-change: box-shadow
}

.mdc-fab {
    position: relative;
    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);
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding: 0;
    border: none;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: visible;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, -webkit-transform 270ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 270ms 0ms cubic-bezier(0, 0, .2, 1);
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786);
    color: #fff;
    color: var(--mdc-theme-on-secondary, #fff)
}

.mdc-fab .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mdc-fab:not(.mdc-fab--extended) {
    border-radius: 50%
}

.mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
    border-radius: 50%
}

.mdc-fab::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mdc-fab:hover,
.mdc-fab:focus {
    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)
}

.mdc-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)
}

.mdc-fab:active,
.mdc-fab:focus {
    outline: none
}

.mdc-fab:hover {
    cursor: pointer
}

.mdc-fab>svg {
    width: 100%
}

.mdc-fab .mdc-fab__icon {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.mdc-fab--mini {
    width: 40px;
    height: 40px
}

.mdc-fab--extended {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-button-font-size, .875rem);
    line-height: 2.25rem;
    line-height: var(--mdc-typography-button-line-height, 2.25rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: .0892857143em;
    letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
    text-decoration: none;
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: uppercase;
    text-transform: var(--mdc-typography-button-text-transform, uppercase);
    border-radius: 24px;
    padding: 0 20px;
    width: auto;
    max-width: 100%;
    height: 48px;
    line-height: normal
}

.mdc-fab--extended .mdc-fab__ripple {
    border-radius: 24px
}

.mdc-fab--extended .mdc-fab__icon {
    margin-left: -8px;
    margin-right: 12px
}

[dir=rtl] .mdc-fab--extended .mdc-fab__icon,
.mdc-fab--extended .mdc-fab__icon[dir=rtl] {
    margin-left: 12px;
    margin-right: -8px
}

.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon {
    margin-left: 12px;
    margin-right: -8px
}

[dir=rtl] .mdc-fab--extended .mdc-fab__label+.mdc-fab__icon,
.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon[dir=rtl] {
    margin-left: -8px;
    margin-right: 12px
}

.mdc-fab--touch {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px
}

.mdc-fab--touch .mdc-fab__touch {
    position: absolute;
    top: 50%;
    right: 0;
    height: 48px;
    left: 50%;
    width: 48px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mdc-fab__label {
    justify-content: flex-start;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: visible
}

.mdc-fab__icon {
    transition: -webkit-transform 180ms 90ms cubic-bezier(0, 0, .2, 1);
    transition: transform 180ms 90ms cubic-bezier(0, 0, .2, 1);
    transition: transform 180ms 90ms cubic-bezier(0, 0, .2, 1), -webkit-transform 180ms 90ms cubic-bezier(0, 0, .2, 1);
    fill: currentColor;
    will-change: transform
}

.mdc-fab .mdc-fab__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.mdc-fab--exited {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: opacity 15ms linear 150ms, -webkit-transform 180ms 0ms cubic-bezier(.4, 0, 1, 1);
    transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(.4, 0, 1, 1);
    transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(.4, 0, 1, 1), -webkit-transform 180ms 0ms cubic-bezier(.4, 0, 1, 1)
}

.mdc-fab--exited .mdc-fab__icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 135ms 0ms cubic-bezier(.4, 0, 1, 1);
    transition: transform 135ms 0ms cubic-bezier(.4, 0, 1, 1);
    transition: transform 135ms 0ms cubic-bezier(.4, 0, 1, 1), -webkit-transform 135ms 0ms cubic-bezier(.4, 0, 1, 1)
}

.mdc-fab {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-fab .mdc-fab__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-fab.mdc-ripple-upgraded--unbounded .mdc-fab__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-fab.mdc-ripple-upgraded--foreground-activation .mdc-fab__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-fab.mdc-ripple-upgraded--foreground-deactivation .mdc-fab__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
    background-color: #fff;
    background-color: var(--mdc-theme-on-secondary, #fff)
}

.mdc-fab:hover .mdc-fab__ripple::before {
    opacity: .08
}

.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-fab:not(.mdc-ripple-upgraded) .mdc-fab__ripple::after {
    transition: opacity 150ms linear
}

.mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-fab.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .24
}

.mdc-fab .mdc-fab__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.mdc-floating-label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: .009375em;
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
    position: absolute;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    line-height: 1.15rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: text;
    overflow: hidden;
    will-change: transform;
    transition: color 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1), color 150ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1), color 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1)
}

[dir=rtl] .mdc-floating-label,
.mdc-floating-label[dir=rtl] {
    right: 0;
    left: auto;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    text-align: right
}

.mdc-floating-label--float-above {
    cursor: auto
}

.mdc-floating-label--float-above {
    -webkit-transform: translateY(-106%) scale(.75);
    transform: translateY(-106%) scale(.75)
}

.mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-standard 250ms 1;
    animation: mdc-floating-label-shake-float-above-standard 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-standard {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-106%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-standard {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-106%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-106%) scale(.75)
    }
}

.mdc-form-field {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
    display: inline-flex;
    align-items: center;
    vertical-align: middle
}

.mdc-form-field>label {
    margin-left: 0;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 0;
    order: 0
}

[dir=rtl] .mdc-form-field>label,
.mdc-form-field>label[dir=rtl] {
    margin-left: auto;
    margin-right: 0
}

[dir=rtl] .mdc-form-field>label,
.mdc-form-field>label[dir=rtl] {
    padding-left: 0;
    padding-right: 4px
}

.mdc-form-field--align-end>label {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 4px;
    order: -1
}

[dir=rtl] .mdc-form-field--align-end>label,
.mdc-form-field--align-end>label[dir=rtl] {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .mdc-form-field--align-end>label,
.mdc-form-field--align-end>label[dir=rtl] {
    padding-left: 4px;
    padding-right: 0
}

.mdc-icon-button {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 48px;
    height: 48px;
    padding: 12px
}

.mdc-icon-button svg,
.mdc-icon-button img {
    width: 24px;
    height: 24px
}

.mdc-icon-button:disabled {
    color: rgba(0, 0, 0, .38);
    color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, .38))
}

.mdc-icon-button:disabled {
    cursor: default;
    pointer-events: none
}

.mdc-icon-button__icon {
    display: inline-block
}

.mdc-icon-button__icon.mdc-icon-button__icon--on {
    display: none
}

.mdc-icon-button--on .mdc-icon-button__icon {
    display: none
}

.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
    display: inline-block
}

.mdc-icon-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-icon-button::before,
.mdc-icon-button::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-icon-button::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-icon-button.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-icon-button.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-icon-button.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-icon-button::before,
.mdc-icon-button::after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%
}

.mdc-icon-button.mdc-ripple-upgraded::before,
.mdc-icon-button.mdc-ripple-upgraded::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-icon-button.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-icon-button::before,
.mdc-icon-button::after {
    background-color: #000
}

.mdc-icon-button:hover::before {
    opacity: .04
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused::before,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-icon-button:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-icon-button:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-icon-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-image-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0
}

.mdc-image-list__item,
.mdc-image-list__image-aspect-container {
    position: relative;
    box-sizing: border-box
}

.mdc-image-list__item {
    list-style-type: none
}

.mdc-image-list__image {
    width: 100%
}

.mdc-image-list__image-aspect-container .mdc-image-list__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.mdc-image-list__image-aspect-container {
    padding-bottom: calc(100%/1)
}

.mdc-image-list__image {
    border-radius: 0
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
    border-radius: 0 0 0 0
}

.mdc-image-list__supporting {
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 8px 0;
    line-height: 24px
}

.mdc-image-list__label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
    line-height: 1.75rem;
    line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: .009375em;
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.mdc-image-list--masonry {
    display: block
}

.mdc-image-list--masonry .mdc-image-list__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.mdc-image-list--masonry .mdc-image-list__image {
    display: block;
    height: auto
}

:root {
    --mdc-layout-grid-margin-desktop: 24px;
    --mdc-layout-grid-gutter-desktop: 24px;
    --mdc-layout-grid-column-width-desktop: 72px;
    --mdc-layout-grid-margin-tablet: 16px;
    --mdc-layout-grid-gutter-tablet: 16px;
    --mdc-layout-grid-column-width-tablet: 72px;
    --mdc-layout-grid-margin-phone: 16px;
    --mdc-layout-grid-gutter-phone: 16px;
    --mdc-layout-grid-column-width-phone: 72px
}

@media(min-width:840px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 24px;
        padding: var(--mdc-layout-grid-margin-desktop, 24px)
    }
}

@media(min-width:600px) and (max-width:839px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 16px;
        padding: var(--mdc-layout-grid-margin-tablet, 16px)
    }
}

@media(max-width:599px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 16px;
        padding: var(--mdc-layout-grid-margin-phone, 16px)
    }
}

@media(min-width:840px) {
    .mdc-layout-grid__inner {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        margin: -12px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2*-1)
    }
    @supports (display:grid) {
        .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 24px;
            grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
            grid-template-columns: repeat(12, minmax(0, 1fr))
        }
    }
}

@media(min-width:600px) and (max-width:839px) {
    .mdc-layout-grid__inner {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px)/2*-1)
    }
    @supports (display:grid) {
        .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
            grid-template-columns: repeat(8, minmax(0, 1fr))
        }
    }
}

@media(max-width:599px) {
    .mdc-layout-grid__inner {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-phone, 16px)/2*-1)
    }
    @supports (display:grid) {
        .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }
    }
}

@media(min-width:840px) {
    .mdc-layout-grid__cell {
        width: calc(33.3333333333% - 24px);
        width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
        box-sizing: border-box;
        margin: 12px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2)
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4
        }
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell {
            margin: 0
        }
    }
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-desktop {
        width: calc(8.3333333333% - 24px);
        width: calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-desktop {
            width: auto;
            grid-column-end: span 1
        }
    }
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-desktop {
        width: calc(16.6666666667% - 24px);
        width: calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-desktop {
            width: auto;
            grid-column-end: span 2
        }
    }
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-desktop {
        width: calc(25% - 24px);
        width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-desktop {
            width: auto;
            grid-column-end: span 3
        }
    }
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-desktop {
        width: calc(33.3333333333% - 24px);
        width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-desktop {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-desktop {
        width: calc(41.6666666667% - 24px);
        width: calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-desktop {
            width: auto;
            grid-column-end: span 5
        }
    }
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-desktop {
        width: calc(50% - 24px);
        width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-desktop {
            width: auto;
            grid-column-end: span 6
        }
    }
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-desktop {
        width: calc(58.3333333333% - 24px);
        width: calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-desktop {
            width: auto;
            grid-column-end: span 7
        }
    }
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-desktop {
        width: calc(66.6666666667% - 24px);
        width: calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-desktop {
            width: auto;
            grid-column-end: span 8
        }
    }
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-desktop {
        width: calc(75% - 24px);
        width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-desktop {
            width: auto;
            grid-column-end: span 9
        }
    }
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-desktop {
        width: calc(83.3333333333% - 24px);
        width: calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-desktop {
            width: auto;
            grid-column-end: span 10
        }
    }
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-desktop {
        width: calc(91.6666666667% - 24px);
        width: calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-desktop {
            width: auto;
            grid-column-end: span 11
        }
    }
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-desktop {
        width: calc(100% - 24px);
        width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-desktop {
            width: auto;
            grid-column-end: span 12
        }
    }
}

@media(min-width:600px) and (max-width:839px) {
    .mdc-layout-grid__cell {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
        box-sizing: border-box;
        margin: 8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px)/2)
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4
        }
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell {
            margin: 0
        }
    }
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-tablet {
        width: calc(12.5% - 16px);
        width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-tablet {
            width: auto;
            grid-column-end: span 1
        }
    }
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-tablet {
        width: calc(25% - 16px);
        width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-tablet {
            width: auto;
            grid-column-end: span 2
        }
    }
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-tablet {
        width: calc(37.5% - 16px);
        width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-tablet {
            width: auto;
            grid-column-end: span 3
        }
    }
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-tablet {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-tablet {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-tablet {
        width: calc(62.5% - 16px);
        width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-tablet {
            width: auto;
            grid-column-end: span 5
        }
    }
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-tablet {
        width: calc(75% - 16px);
        width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-tablet {
            width: auto;
            grid-column-end: span 6
        }
    }
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-tablet {
        width: calc(87.5% - 16px);
        width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-tablet {
            width: auto;
            grid-column-end: span 7
        }
    }
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }
}

@media(max-width:599px) {
    .mdc-layout-grid__cell {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
        box-sizing: border-box;
        margin: 8px;
        margin: calc(var(--mdc-layout-grid-gutter-phone, 16px)/2)
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4
        }
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell {
            margin: 0
        }
    }
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-phone {
        width: calc(25% - 16px);
        width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-phone {
            width: auto;
            grid-column-end: span 1
        }
    }
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-phone {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-phone {
            width: auto;
            grid-column-end: span 2
        }
    }
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-phone {
        width: calc(75% - 16px);
        width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-phone {
            width: auto;
            grid-column-end: span 3
        }
    }
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))
    }
    @supports (display:grid) {
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
}

.mdc-layout-grid__cell--order-1 {
    order: 1
}

.mdc-layout-grid__cell--order-2 {
    order: 2
}

.mdc-layout-grid__cell--order-3 {
    order: 3
}

.mdc-layout-grid__cell--order-4 {
    order: 4
}

.mdc-layout-grid__cell--order-5 {
    order: 5
}

.mdc-layout-grid__cell--order-6 {
    order: 6
}

.mdc-layout-grid__cell--order-7 {
    order: 7
}

.mdc-layout-grid__cell--order-8 {
    order: 8
}

.mdc-layout-grid__cell--order-9 {
    order: 9
}

.mdc-layout-grid__cell--order-10 {
    order: 10
}

.mdc-layout-grid__cell--order-11 {
    order: 11
}

.mdc-layout-grid__cell--order-12 {
    order: 12
}

.mdc-layout-grid__cell--align-top {
    align-self: flex-start
}

@supports (display:grid) {
    .mdc-layout-grid__cell--align-top {
        align-self: start
    }
}

.mdc-layout-grid__cell--align-middle {
    align-self: center
}

.mdc-layout-grid__cell--align-bottom {
    align-self: flex-end
}

@supports (display:grid) {
    .mdc-layout-grid__cell--align-bottom {
        align-self: end
    }
}

@media(min-width:840px) {
    .mdc-layout-grid--fixed-column-width {
        width: 1176px;
        width: calc(var(--mdc-layout-grid-column-width-desktop, 72px)*12 + var(--mdc-layout-grid-gutter-desktop, 24px)*11 + var(--mdc-layout-grid-margin-desktop, 24px)*2)
    }
}

@media(min-width:600px) and (max-width:839px) {
    .mdc-layout-grid--fixed-column-width {
        width: 720px;
        width: calc(var(--mdc-layout-grid-column-width-tablet, 72px)*8 + var(--mdc-layout-grid-gutter-tablet, 16px)*7 + var(--mdc-layout-grid-margin-tablet, 16px)*2)
    }
}

@media(max-width:599px) {
    .mdc-layout-grid--fixed-column-width {
        width: 368px;
        width: calc(var(--mdc-layout-grid-column-width-phone, 72px)*4 + var(--mdc-layout-grid-gutter-phone, 16px)*3 + var(--mdc-layout-grid-margin-phone, 16px)*2)
    }
}

.mdc-layout-grid--align-left {
    margin-right: auto;
    margin-left: 0
}

.mdc-layout-grid--align-right {
    margin-right: 0;
    margin-left: auto
}

.mdc-line-ripple::before,
.mdc-line-ripple::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-style: solid;
    content: ""
}

.mdc-line-ripple::before {
    border-bottom-width: 1px;
    z-index: 1
}

.mdc-line-ripple::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-bottom-width: 2px;
    opacity: 0;
    z-index: 2
}

.mdc-line-ripple::after {
    transition: opacity 180ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 180ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 180ms cubic-bezier(.4, 0, .2, 1), opacity 180ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 180ms cubic-bezier(.4, 0, .2, 1), opacity 180ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 180ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-line-ripple--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.mdc-line-ripple--deactivating::after {
    opacity: 0
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(83.67142%);
        transform: translateX(83.67142%)
    }
    100% {
        -webkit-transform: translateX(200.611057%);
        transform: translateX(200.611057%)
    }
}

@keyframes mdc-linear-progress-primary-indeterminate-translate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(83.67142%);
        transform: translateX(83.67142%)
    }
    100% {
        -webkit-transform: translateX(200.611057%);
        transform: translateX(200.611057%)
    }
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-scale {
    0% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    36.65% {
        -webkit-animation-timing-function: cubic-bezier(.334731, .12482, .785844, 1);
        animation-timing-function: cubic-bezier(.334731, .12482, .785844, 1);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    69.15% {
        -webkit-animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        -webkit-transform: scaleX(.661479);
        transform: scaleX(.661479)
    }
    100% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@keyframes mdc-linear-progress-primary-indeterminate-scale {
    0% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    36.65% {
        -webkit-animation-timing-function: cubic-bezier(.334731, .12482, .785844, 1);
        animation-timing-function: cubic-bezier(.334731, .12482, .785844, 1);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    69.15% {
        -webkit-animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        -webkit-transform: scaleX(.661479);
        transform: scaleX(.661479)
    }
    100% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        -webkit-transform: translateX(37.651913%);
        transform: translateX(37.651913%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        -webkit-transform: translateX(84.386165%);
        transform: translateX(84.386165%)
    }
    100% {
        -webkit-transform: translateX(160.277782%);
        transform: translateX(160.277782%)
    }
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        -webkit-transform: translateX(37.651913%);
        transform: translateX(37.651913%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        -webkit-transform: translateX(84.386165%);
        transform: translateX(84.386165%)
    }
    100% {
        -webkit-transform: translateX(160.277782%);
        transform: translateX(160.277782%)
    }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-scale {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.205028, .057051, .57661, .453971);
        animation-timing-function: cubic-bezier(.205028, .057051, .57661, .453971);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    19.15% {
        -webkit-animation-timing-function: cubic-bezier(.152313, .196432, .648374, 1.004315);
        animation-timing-function: cubic-bezier(.152313, .196432, .648374, 1.004315);
        -webkit-transform: scaleX(.457104);
        transform: scaleX(.457104)
    }
    44.15% {
        -webkit-animation-timing-function: cubic-bezier(.257759, -.003163, .211762, 1.38179);
        animation-timing-function: cubic-bezier(.257759, -.003163, .211762, 1.38179);
        -webkit-transform: scaleX(.72796);
        transform: scaleX(.72796)
    }
    100% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@keyframes mdc-linear-progress-secondary-indeterminate-scale {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.205028, .057051, .57661, .453971);
        animation-timing-function: cubic-bezier(.205028, .057051, .57661, .453971);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    19.15% {
        -webkit-animation-timing-function: cubic-bezier(.152313, .196432, .648374, 1.004315);
        animation-timing-function: cubic-bezier(.152313, .196432, .648374, 1.004315);
        -webkit-transform: scaleX(.457104);
        transform: scaleX(.457104)
    }
    44.15% {
        -webkit-animation-timing-function: cubic-bezier(.257759, -.003163, .211762, 1.38179);
        animation-timing-function: cubic-bezier(.257759, -.003163, .211762, 1.38179);
        -webkit-transform: scaleX(.72796);
        transform: scaleX(.72796)
    }
    100% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@-webkit-keyframes mdc-linear-progress-buffering {
    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes mdc-linear-progress-buffering {
    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(-83.67142%);
        transform: translateX(-83.67142%)
    }
    100% {
        -webkit-transform: translateX(-200.611057%);
        transform: translateX(-200.611057%)
    }
}

@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(-83.67142%);
        transform: translateX(-83.67142%)
    }
    100% {
        -webkit-transform: translateX(-200.611057%);
        transform: translateX(-200.611057%)
    }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        -webkit-transform: translateX(-37.651913%);
        transform: translateX(-37.651913%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        -webkit-transform: translateX(-84.386165%);
        transform: translateX(-84.386165%)
    }
    100% {
        -webkit-transform: translateX(-160.277782%);
        transform: translateX(-160.277782%)
    }
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
        -webkit-transform: translateX(-37.651913%);
        transform: translateX(-37.651913%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
        -webkit-transform: translateX(-84.386165%);
        transform: translateX(-84.386165%)
    }
    100% {
        -webkit-transform: translateX(-160.277782%);
        transform: translateX(-160.277782%)
    }
}

@-webkit-keyframes mdc-linear-progress-buffering-reverse {
    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes mdc-linear-progress-buffering-reverse {
    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.mdc-linear-progress {
    position: relative;
    width: 100%;
    height: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline: 1px solid transparent;
    overflow: hidden;
    transition: opacity 250ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-linear-progress__bar {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: none;
    animation: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform 250ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: transform 250ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: transform 250ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 250ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-linear-progress__bar-inner {
    display: inline-block;
    position: absolute;
    width: 100%;
    -webkit-animation: none;
    animation: none;
    border-top: 4px solid
}

.mdc-linear-progress__buffering-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-size: 10px 4px;
    -webkit-animation: mdc-linear-progress-buffering 250ms infinite linear;
    animation: mdc-linear-progress-buffering 250ms infinite linear
}

.mdc-linear-progress__buffer {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform 250ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: transform 250ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: transform 250ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 250ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-linear-progress__primary-bar {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.mdc-linear-progress__secondary-bar {
    visibility: hidden
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
    transition: none
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
    left: -145.166611%;
    -webkit-animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
    animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner {
    -webkit-animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
    animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
    left: -54.888891%;
    visibility: visible;
    -webkit-animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
    animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner {
    -webkit-animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
    animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear
}

.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
    right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
    -webkit-animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
    animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse
}

.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
    -webkit-animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
    animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse
}

.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
    -webkit-animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
    animation: mdc-linear-progress-buffering-reverse 250ms infinite linear
}

.mdc-linear-progress--closed {
    opacity: 0;
    -webkit-animation: none;
    animation: none
}

.mdc-linear-progress__bar-inner {
    border-color: #000001;
    border-color: var(--mdc-theme-primary, #000001)
}

.mdc-linear-progress__buffering-dots {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E")
}

.mdc-linear-progress__buffer {
    background-color: #e6e6e6
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
    right: -145.166611%;
    left: auto
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
    right: -54.888891%;
    left: auto
}

.mdc-list {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
    line-height: 1.75rem;
    line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: .009375em;
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
    line-height: 1.5rem;
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mdc-list:focus {
    outline: none
}

.mdc-list-item {
    height: 48px
}

.mdc-list-item__secondary-text {
    color: rgba(0, 0, 0, .54);
    color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54))
}

.mdc-list-item__graphic {
    background-color: transparent
}

.mdc-list-item__graphic {
    color: rgba(0, 0, 0, .38);
    color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))
}

.mdc-list-item__meta {
    color: rgba(0, 0, 0, .38);
    color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))
}

.mdc-list-group__subheader {
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mdc-list-item--disabled .mdc-list-item__text {
    opacity: .38
}

.mdc-list-item--disabled .mdc-list-item__text,
.mdc-list-item--disabled .mdc-list-item__primary-text,
.mdc-list-item--disabled .mdc-list-item__secondary-text {
    color: #000;
    color: var(--mdc-theme-on-surface, #000)
}

.mdc-list--dense {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .812rem
}

.mdc-list-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    overflow: hidden
}

.mdc-list-item:focus {
    outline: none
}

.mdc-list-item--selected,
.mdc-list-item--activated {
    color: #000001;
    color: var(--mdc-theme-primary, #000001)
}

.mdc-list-item--selected .mdc-list-item__graphic,
.mdc-list-item--activated .mdc-list-item__graphic {
    color: #000001;
    color: var(--mdc-theme-primary, #000001)
}

.mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 32px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    fill: currentColor
}

.mdc-list-item[dir=rtl] .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list-item__graphic {
    margin-left: 32px;
    margin-right: 0
}

.mdc-list .mdc-list-item__graphic {
    display: inline-flex
}

.mdc-list-item__meta {
    margin-left: auto;
    margin-right: 0
}

.mdc-list-item__meta:not(.material-icons) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .75rem;
    font-size: var(--mdc-typography-caption-font-size, .75rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-caption-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: .0333333333em;
    letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mdc-list-item[dir=rtl] .mdc-list-item__meta,
[dir=rtl] .mdc-list-item .mdc-list-item__meta {
    margin-left: 0;
    margin-right: auto
}

.mdc-list-item__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mdc-list-item__text[for] {
    pointer-events: none
}

.mdc-list-item__primary-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: -20px;
    display: block
}

.mdc-list-item__primary-text::before {
    display: inline-block;
    width: 0;
    height: 32px;
    content: "";
    vertical-align: 0
}

.mdc-list-item__primary-text::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px
}

.mdc-list--dense .mdc-list-item__primary-text {
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: -20px
}

.mdc-list--dense .mdc-list-item__primary-text::before {
    display: inline-block;
    width: 0;
    height: 24px;
    content: "";
    vertical-align: 0
}

.mdc-list--dense .mdc-list-item__primary-text::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px
}

.mdc-list-item__secondary-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-top: 0;
    line-height: normal;
    display: block
}

.mdc-list-item__secondary-text::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0
}

.mdc-list--dense .mdc-list-item__secondary-text {
    display: block;
    margin-top: 0;
    line-height: normal;
    font-size: inherit
}

.mdc-list--dense .mdc-list-item__secondary-text::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0
}

.mdc-list--dense .mdc-list-item {
    height: 40px
}

.mdc-list--dense .mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 36px;
    width: 20px;
    height: 20px
}

.mdc-list-item[dir=rtl] .mdc-list--dense .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
    margin-left: 36px;
    margin-right: 0
}

.mdc-list--avatar-list .mdc-list-item {
    height: 56px
}

.mdc-list--avatar-list .mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.mdc-list-item[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
    margin-left: 16px;
    margin-right: 0
}

.mdc-list--two-line .mdc-list-item__text {
    align-self: flex-start
}

.mdc-list--two-line .mdc-list-item {
    height: 72px
}

.mdc-list--two-line.mdc-list--dense .mdc-list-item,
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
    height: 60px
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 20px;
    width: 36px;
    height: 36px
}

.mdc-list-item[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
    margin-left: 20px;
    margin-right: 0
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item {
    cursor: pointer
}

a.mdc-list-item {
    color: inherit;
    text-decoration: none
}

.mdc-list-divider {
    height: 0;
    margin: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.mdc-list-divider {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.mdc-list-divider--padded {
    margin: 0 16px
}

.mdc-list-divider--inset {
    margin-left: 72px;
    margin-right: 0;
    width: calc(100% - 72px)
}

.mdc-list-group[dir=rtl] .mdc-list-divider--inset,
[dir=rtl] .mdc-list-group .mdc-list-divider--inset {
    margin-left: 0;
    margin-right: 72px
}

.mdc-list-divider--inset.mdc-list-divider--padded {
    width: calc(100% - 72px - 16px)
}

.mdc-list-group .mdc-list {
    padding: 0
}

.mdc-list-group__subheader {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
    line-height: 1.75rem;
    line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: .009375em;
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
    margin: calc((3rem - 1.5rem)/2) 16px
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after {
    background-color: #000
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover::before {
    opacity: .04
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before {
    opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before {
    opacity: .16
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before {
    opacity: .08
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before {
    opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .2
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .2
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .2
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after {
    background-color: #000
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-menu {
    min-width: 112px
}

.mdc-menu .mdc-list-item__meta {
    color: rgba(0, 0, 0, .87)
}

.mdc-menu .mdc-list-item__graphic {
    color: rgba(0, 0, 0, .87)
}

.mdc-menu .mdc-list {
    color: rgba(0, 0, 0, .87);
    position: relative
}

.mdc-menu .mdc-list .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mdc-menu .mdc-list-divider {
    margin: 8px 0
}

.mdc-menu .mdc-list-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdc-menu .mdc-list-item--disabled {
    cursor: auto
}

.mdc-menu a.mdc-list-item .mdc-list-item__text,
.mdc-menu a.mdc-list-item .mdc-list-item__graphic {
    pointer-events: none
}

.mdc-menu__selection-group {
    padding: 0;
    fill: currentColor
}

.mdc-menu__selection-group .mdc-list-item {
    padding-left: 56px;
    padding-right: 16px
}

[dir=rtl] .mdc-menu__selection-group .mdc-list-item,
.mdc-menu__selection-group .mdc-list-item[dir=rtl] {
    padding-left: 16px;
    padding-right: 56px
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon {
    left: 16px;
    right: initial;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon,
.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl] {
    left: initial;
    right: 16px
}

.mdc-menu-item--selected .mdc-menu__selection-group-icon {
    display: inline
}

.mdc-menu-surface {
    display: none;
    position: absolute;
    box-sizing: border-box;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    margin: 0;
    padding: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    overflow: auto;
    will-change: transform, opacity;
    z-index: 8;
    transition: opacity .03s linear, -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
    transition: opacity .03s linear, transform .12s cubic-bezier(0, 0, .2, 1);
    transition: opacity .03s linear, transform .12s cubic-bezier(0, 0, .2, 1), -webkit-transform .12s cubic-bezier(0, 0, .2, 1);
    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);
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    color: #000;
    color: var(--mdc-theme-on-surface, #000);
    border-radius: 4px;
    transform-origin-left: top left;
    transform-origin-right: top right
}

.mdc-menu-surface:focus {
    outline: none
}

.mdc-menu-surface--open {
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.mdc-menu-surface--animating-open {
    display: inline-block;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mdc-menu-surface--animating-closed {
    display: inline-block;
    opacity: 0;
    transition: opacity .075s linear
}

[dir=rtl] .mdc-menu-surface,
.mdc-menu-surface[dir=rtl] {
    transform-origin-left: top right;
    transform-origin-right: top left
}

.mdc-menu-surface--anchor {
    position: relative;
    overflow: visible
}

.mdc-menu-surface--fixed {
    position: fixed
}

.mdc-notched-outline {
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none
}

[dir=rtl] .mdc-notched-outline,
.mdc-notched-outline[dir=rtl] {
    text-align: right
}

.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
    box-sizing: border-box;
    height: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    pointer-events: none
}

.mdc-notched-outline__leading {
    border-left: 1px solid;
    border-right: none;
    width: 12px
}

[dir=rtl] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir=rtl] {
    border-left: none;
    border-right: 1px solid
}

.mdc-notched-outline__trailing {
    border-left: none;
    border-right: 1px solid;
    flex-grow: 1
}

[dir=rtl] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir=rtl] {
    border-left: 1px solid;
    border-right: none
}

.mdc-notched-outline__notch {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 12px*2)
}

.mdc-notched-outline .mdc-floating-label {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.mdc-notched-outline .mdc-floating-label--float-above {
    text-overflow: clip
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    max-width: calc(100%/.75)
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-left: 0;
    padding-right: 0;
    border-top: none
}

[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
    padding-left: 8px;
    padding-right: 0
}

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
    padding: 0
}

.mdc-radio {
    padding: 10px;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    cursor: pointer;
    will-change: opacity, transform, border-color, color
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(0, 0, 0, .54)
}

.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #018786;
    border-color: var(--mdc-theme-secondary, #018786)
}

.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle {
    border-color: #018786;
    border-color: var(--mdc-theme-secondary, #018786)
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(0, 0, 0, .38)
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(0, 0, 0, .38)
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle {
    border-color: rgba(0, 0, 0, .38)
}

.mdc-radio .mdc-radio__background::before {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-radio .mdc-radio__background::before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px
}

.mdc-radio .mdc-radio__native-control {
    top: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px
}

.mdc-radio__background {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px
}

.mdc-radio__background::before {
    position: absolute;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    transition: opacity 120ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 120ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 120ms 0ms cubic-bezier(.4, 0, .6, 1), transform 120ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: opacity 120ms 0ms cubic-bezier(.4, 0, .6, 1), transform 120ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 120ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    transition: border-color 120ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-radio__inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
    transition: border-color 120ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 120ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: transform 120ms 0ms cubic-bezier(.4, 0, .6, 1), border-color 120ms 0ms cubic-bezier(.4, 0, .6, 1);
    transition: transform 120ms 0ms cubic-bezier(.4, 0, .6, 1), border-color 120ms 0ms cubic-bezier(.4, 0, .6, 1), -webkit-transform 120ms 0ms cubic-bezier(.4, 0, .6, 1)
}

.mdc-radio__native-control {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1
}

.mdc-radio--touch {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px
}

.mdc-radio--touch .mdc-radio__native-control {
    top: -4px;
    right: -4px;
    left: -4px;
    width: 48px;
    height: 48px
}

.mdc-radio__native-control:checked+.mdc-radio__background,
.mdc-radio__native-control:disabled+.mdc-radio__background {
    transition: opacity 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 120ms 0ms cubic-bezier(0, 0, .2, 1), transform 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 120ms 0ms cubic-bezier(0, 0, .2, 1), transform 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle {
    transition: border-color 120ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle {
    transition: border-color 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: transform 120ms 0ms cubic-bezier(0, 0, .2, 1), border-color 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: transform 120ms 0ms cubic-bezier(0, 0, .2, 1), border-color 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-radio--disabled {
    cursor: default;
    pointer-events: none
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition: border-color 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: transform 120ms 0ms cubic-bezier(0, 0, .2, 1), border-color 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: transform 120ms 0ms cubic-bezier(0, 0, .2, 1), border-color 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-radio__native-control:disabled+.mdc-radio__background,
[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background {
    cursor: default
}

.mdc-radio__native-control:focus+.mdc-radio__background::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .12;
    transition: opacity 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 120ms 0ms cubic-bezier(0, 0, .2, 1), transform 120ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 120ms 0ms cubic-bezier(0, 0, .2, 1), transform 120ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 120ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-radio {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-radio .mdc-radio__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-radio:hover .mdc-radio__ripple::before {
    opacity: .04
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
    transition: opacity 150ms linear
}

.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-radio.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
    content: none
}

.mdc-radio__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.mdc-ripple-surface {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    outline: none;
    overflow: hidden
}

.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-ripple-surface::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-ripple-surface.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
    background-color: #000
}

.mdc-ripple-surface:hover::before {
    opacity: .04
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,
.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded] {
    overflow: visible
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface--primary::before,
.mdc-ripple-surface--primary::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-ripple-surface--primary:hover::before {
    opacity: .04
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before,
.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-ripple-surface--accent::before,
.mdc-ripple-surface--accent::after {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-ripple-surface--accent:hover::before {
    opacity: .04
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused::before,
.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

@-webkit-keyframes mdc-select-float-native-control {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes mdc-select-float-native-control {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
    color: #000;
    color: var(--mdc-theme-on-surface, #000)
}

.mdc-select--with-leading-icon .mdc-select__icon {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    fill: currentColor;
    opacity: .54;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none
}

.mdc-select-helper-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .75rem;
    font-size: var(--mdc-typography-caption-font-size, .75rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-caption-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: .0333333333em;
    letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-caption-text-transform, inherit);
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    transition: opacity 180ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    will-change: opacity
}

.mdc-select-helper-text::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0
}

.mdc-select-helper-text--persistent {
    transition: none;
    opacity: 1;
    will-change: initial
}

.mdc-select {
    position: relative
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: #f5f5f5
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: rgba(0, 0, 0, .87)
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, .6)
}

.mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor+.mdc-select-helper-text {
    color: rgba(0, 0, 0, .6)
}

.mdc-select .mdc-select__anchor {
    border-radius: 4px 4px 0 0
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple::after {
    border-bottom-color: #000001;
    border-bottom-color: var(--mdc-theme-primary, #000001)
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: rgba(98, 0, 238, .87)
}

.mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .87)
}

.mdc-select .mdc-floating-label {
    left: 16px;
    right: initial;
    top: 21px;
    pointer-events: none
}

[dir=rtl] .mdc-select .mdc-floating-label,
.mdc-select .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 16px
}

.mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
    left: 48px;
    right: initial
}

[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 48px
}

.mdc-select.mdc-select--outlined .mdc-floating-label {
    left: 4px;
    right: initial;
    top: 17px
}

[dir=rtl] .mdc-select.mdc-select--outlined .mdc-floating-label,
.mdc-select.mdc-select--outlined .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 4px
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
    left: 36px;
    right: initial
}

[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 36px
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
    left: 36px;
    right: initial
}

[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
    left: initial;
    right: 36px
}

.mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
    left: auto;
    right: 8px;
    position: absolute;
    bottom: 16px;
    width: 24px;
    height: 24px;
    transition: -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
    pointer-events: none
}

[dir=rtl] .mdc-select__dropdown-icon,
.mdc-select__dropdown-icon[dir=rtl] {
    left: 8px;
    right: auto
}

.mdc-select--focused .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%236200ee%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

.mdc-select--activated .mdc-select__dropdown-icon {
    -webkit-transform: rotate(180deg) translateY(-5px);
    transform: rotate(180deg) translateY(-5px);
    transition: -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 150ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 150ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-select__anchor {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    will-change: opacity, transform, color
}

.mdc-select__anchor::before,
.mdc-select__anchor::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-select__anchor::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-select__anchor.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-select__anchor.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-select__anchor.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-select__anchor::before,
.mdc-select__anchor::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-select__anchor.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-select__anchor::before,
.mdc-select__anchor::after {
    background-color: rgba(0, 0, 0, .87)
}

.mdc-select__anchor:hover::before {
    opacity: .04
}

.mdc-select__anchor.mdc-ripple-upgraded--background-focused::before,
.mdc-select__anchor:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-select__anchor .mdc-floating-label--float-above {
    -webkit-transform: translateY(-70%) scale(.75);
    transform: translateY(-70%) scale(.75)
}

.mdc-select__anchor.mdc-select--focused .mdc-line-ripple::after {
    -webkit-transform: scale(1, 2);
    transform: scale(1, 2);
    opacity: 1
}

.mdc-select__anchor+.mdc-select-helper-text {
    margin-right: 12px;
    margin-left: 12px
}

.mdc-select--outlined .mdc-select__anchor+.mdc-select-helper-text {
    margin-right: 16px;
    margin-left: 16px
}

.mdc-select--focused .mdc-select__anchor+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
    opacity: 1
}

.mdc-select__selected-text {
    padding-left: 16px;
    padding-right: 52px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
    line-height: 1.75rem;
    line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: .009375em;
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
    box-sizing: border-box;
    width: 100%;
    min-width: 200px;
    height: 56px;
    padding-top: 20px;
    padding-bottom: 4px;
    border: none;
    outline: none;
    background-color: transparent;
    color: inherit;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[dir=rtl] .mdc-select__selected-text,
.mdc-select__selected-text[dir=rtl] {
    padding-left: 52px;
    padding-right: 16px
}

.mdc-select__selected-text::-ms-expand {
    display: none
}

.mdc-select__selected-text::-ms-value {
    background-color: transparent;
    color: inherit
}

@-moz-document url-prefix("") {
    .mdc-select__selected-text {
        text-indent: -2px
    }
}

.mdc-select--outlined {
    border: none
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: transparent
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .38)
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .87)
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-width: 2px
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #000001;
    border-color: var(--mdc-theme-primary, #000001)
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 4px 0 0 4px
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
    border-radius: 0 4px 4px 0
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0 4px 4px 0
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
    border-radius: 4px 0 0 4px
}

.mdc-select--outlined .mdc-select__selected-text {
    border-radius: 4px
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: transparent
}

.mdc-select--outlined .mdc-select__anchor {
    overflow: visible
}

.mdc-select--outlined .mdc-select__anchor::before,
.mdc-select--outlined .mdc-select__anchor::after {
    content: none
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
    -webkit-transform: translateY(-144%) scale(1);
    transform: translateY(-144%) scale(1)
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
    font-size: .75rem
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) scale(.75);
    transform: translateY(-130%) scale(.75)
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

.mdc-select--outlined .mdc-select__selected-text {
    padding-left: 16px;
    padding-right: 52px;
    display: flex;
    padding-top: 14px;
    padding-bottom: 12px;
    border: none;
    background-color: transparent;
    z-index: 1
}

[dir=rtl] .mdc-select--outlined .mdc-select__selected-text,
.mdc-select--outlined .mdc-select__selected-text[dir=rtl] {
    padding-left: 52px;
    padding-right: 16px
}

.mdc-select--outlined .mdc-select__icon {
    z-index: 2
}

.mdc-select--outlined .mdc-floating-label {
    line-height: 1.15rem;
    pointer-events: auto
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple::after {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #b00020
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid .mdc-select__anchor+.mdc-select-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-width: 2px
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

.mdc-select--invalid+.mdc-select-helper-text--validation-msg {
    opacity: 1
}

.mdc-select--required .mdc-floating-label::after {
    content: "*"
}

.mdc-select--disabled {
    cursor: default;
    pointer-events: none
}

.mdc-select--disabled .mdc-select__anchor {
    background-color: #fafafa
}

.mdc-select--disabled .mdc-floating-label {
    color: rgba(0, 0, 0, .38)
}

.mdc-select--disabled .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

.mdc-select--disabled .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .38)
}

.mdc-select--disabled .mdc-line-ripple::before {
    border-bottom-style: dotted
}

.mdc-select--disabled .mdc-select__icon {
    color: rgba(0, 0, 0, .38)
}

.mdc-select--disabled .mdc-select__selected-text {
    color: rgba(0, 0, 0, .38);
    pointer-events: none
}

.mdc-select--disabled.mdc-select--outlined .mdc-select__anchor {
    background-color: transparent
}

.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .16)
}

.mdc-select--no-label:not(.mdc-select--outlined) .mdc-select__anchor .mdc-select__selected-text {
    padding-top: 14px
}

.mdc-select--with-leading-icon .mdc-select__icon {
    left: 16px;
    right: initial
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,
.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
    left: initial;
    right: 16px
}

.mdc-select--with-leading-icon .mdc-select__selected-text {
    padding-left: 48px;
    padding-right: 32px
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__selected-text,
.mdc-select--with-leading-icon .mdc-select__selected-text[dir=rtl] {
    padding-left: 32px;
    padding-right: 48px
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
    -webkit-transform: translateY(-144%) translateX(-32px) scale(1);
    transform: translateY(-144%) translateX(-32px) scale(1)
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl] {
    -webkit-transform: translateY(-144%) translateX(32px) scale(1);
    transform: translateY(-144%) translateX(32px) scale(1)
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
    font-size: .75rem
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) translateX(-32px) scale(.75);
    transform: translateY(-130%) translateX(-32px) scale(.75)
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
    -webkit-transform: translateY(-130%) translateX(32px) scale(.75);
    transform: translateY(-130%) translateX(32px) scale(.75)
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1;
    animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake,
.mdc-select--with-leading-icon.mdc-select--outlined[dir=rtl] .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1;
    animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1
}

.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
    padding-left: 32px;
    padding-right: 32px
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text,
.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir=rtl] {
    padding-left: 32px;
    padding-right: 32px
}

.mdc-select__menu .mdc-list .mdc-list-item--selected {
    color: #000;
    color: var(--mdc-theme-on-surface, #000)
}

.mdc-select__menu .mdc-list .mdc-list-item--selected::before,
.mdc-select__menu .mdc-list .mdc-list-item--selected::after {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000)
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before {
    opacity: .04
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-slider-emphasize {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        -webkit-transform: scale(.571);
        transform: scale(.571)
    }
}

@keyframes mdc-slider-emphasize {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        -webkit-transform: scale(.571);
        transform: scale(.571)
    }
}

.mdc-slider {
    position: relative;
    width: 100%;
    height: 48px;
    cursor: pointer;
    touch-action: pan-x;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container::after {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786);
    opacity: .26
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker-container {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb {
    fill: #018786;
    fill: var(--mdc-theme-secondary, #018786);
    stroke: #018786;
    stroke: var(--mdc-theme-secondary, #018786)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark, #fff)
}

.mdc-slider--disabled {
    cursor: auto
}

.mdc-slider--disabled .mdc-slider__track {
    background-color: #9a9a9a
}

.mdc-slider--disabled .mdc-slider__track-container::after {
    background-color: #9a9a9a;
    opacity: .26
}

.mdc-slider--disabled .mdc-slider__track-marker-container {
    background-color: #9a9a9a
}

.mdc-slider--disabled .mdc-slider__thumb {
    fill: #9a9a9a;
    stroke: #9a9a9a
}

.mdc-slider--disabled .mdc-slider__thumb {
    stroke: #fff;
    stroke: var(--mdc-slider-bg-color-behind-component, white)
}

.mdc-slider:focus {
    outline: none
}

.mdc-slider__track-container {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    overflow: hidden
}

.mdc-slider__track-container::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: ""
}

.mdc-slider__track {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    will-change: transform
}

.mdc-slider[dir=rtl] .mdc-slider__track,
[dir=rtl] .mdc-slider .mdc-slider__track {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.mdc-slider__track-marker-container {
    display: flex;
    margin-right: 0;
    margin-left: -1px;
    visibility: hidden
}

.mdc-slider[dir=rtl] .mdc-slider__track-marker-container,
[dir=rtl] .mdc-slider .mdc-slider__track-marker-container {
    margin-right: -1px;
    margin-left: 0
}

.mdc-slider__track-marker-container::after {
    display: block;
    width: 2px;
    height: 2px;
    content: ""
}

.mdc-slider__track-marker {
    flex: 1
}

.mdc-slider__track-marker::after {
    display: block;
    width: 2px;
    height: 2px;
    content: ""
}

.mdc-slider__track-marker:first-child::after {
    width: 3px
}

.mdc-slider__thumb-container {
    position: absolute;
    top: 15px;
    left: 0;
    width: 21px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform
}

.mdc-slider__thumb {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.571);
    transform: scale(.571);
    stroke-width: 3.5;
    transition: fill 100ms ease-out, stroke 100ms ease-out, -webkit-transform 100ms ease-out;
    transition: transform 100ms ease-out, fill 100ms ease-out, stroke 100ms ease-out;
    transition: transform 100ms ease-out, fill 100ms ease-out, stroke 100ms ease-out, -webkit-transform 100ms ease-out
}

.mdc-slider__focus-ring {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 266.67ms ease-out, background-color 266.67ms ease-out, -webkit-transform 266.67ms ease-out;
    transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out;
    transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out, -webkit-transform 266.67ms ease-out
}

.mdc-slider__pin {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-left: -2px;
    -webkit-transform: rotate(-45deg) scale(0) translate(0, 0);
    transform: rotate(-45deg) scale(0) translate(0, 0);
    border-radius: 50% 50% 50% 0%;
    z-index: 1;
    transition: -webkit-transform 100ms ease-out;
    transition: transform 100ms ease-out;
    transition: transform 100ms ease-out, -webkit-transform 100ms ease-out
}

.mdc-slider__pin-value-marker {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mdc-slider--active .mdc-slider__thumb {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.mdc-slider--focus .mdc-slider__thumb {
    -webkit-animation: mdc-slider-emphasize 266.67ms linear;
    animation: mdc-slider-emphasize 266.67ms linear
}

.mdc-slider--focus .mdc-slider__focus-ring {
    -webkit-transform: scale3d(1.55, 1.55, 1.55);
    transform: scale3d(1.55, 1.55, 1.55);
    opacity: .25
}

.mdc-slider--in-transit .mdc-slider__thumb {
    transition-delay: 140ms
}

.mdc-slider--in-transit .mdc-slider__thumb-container,
.mdc-slider--in-transit .mdc-slider__track,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__thumb-container,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__track {
    transition: -webkit-transform 80ms ease;
    transition: transform 80ms ease;
    transition: transform 80ms ease, -webkit-transform 80ms ease
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__thumb {
    -webkit-transform: scale(calc(12/21));
    transform: scale(calc(12/21))
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__pin {
    -webkit-transform: rotate(-45deg) scale(1) translate(19px, -20px);
    transform: rotate(-45deg) scale(1) translate(19px, -20px)
}

.mdc-slider--discrete.mdc-slider--focus .mdc-slider__thumb {
    -webkit-animation: none;
    animation: none
}

.mdc-slider--discrete.mdc-slider--display-markers .mdc-slider__track-marker-container {
    visibility: visible
}

.mdc-snackbar {
    z-index: 8;
    margin: 8px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-snackbar__surface {
    background-color: #333
}

.mdc-snackbar__label {
    color: rgba(255, 255, 255, .87)
}

.mdc-snackbar__surface {
    min-width: 344px
}

@media(max-width:480px),
(max-width:344px) {
    .mdc-snackbar__surface {
        min-width: 100%
    }
}

.mdc-snackbar__surface {
    max-width: 672px
}

.mdc-snackbar__surface {
    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)
}

.mdc-snackbar__surface {
    border-radius: 4px
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
    display: flex
}

.mdc-snackbar--leading {
    justify-content: flex-start
}

.mdc-snackbar--stacked .mdc-snackbar__label {
    padding-left: 16px;
    padding-right: 0;
    padding-bottom: 12px
}

[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label,
.mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl] {
    padding-left: 0;
    padding-right: 16px
}

.mdc-snackbar--stacked .mdc-snackbar__surface {
    flex-direction: column;
    align-items: flex-start
}

.mdc-snackbar--stacked .mdc-snackbar__actions {
    align-self: flex-end;
    margin-bottom: 8px
}

.mdc-snackbar__surface {
    padding-left: 0;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

[dir=rtl] .mdc-snackbar__surface,
.mdc-snackbar__surface[dir=rtl] {
    padding-left: 8px;
    padding-right: 0
}

.mdc-snackbar--open .mdc-snackbar__surface {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    transition: opacity 150ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 150ms 0ms cubic-bezier(0, 0, .2, 1), transform 150ms 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 150ms 0ms cubic-bezier(0, 0, .2, 1), transform 150ms 0ms cubic-bezier(0, 0, .2, 1), -webkit-transform 150ms 0ms cubic-bezier(0, 0, .2, 1)
}

.mdc-snackbar--closing .mdc-snackbar__surface {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 75ms 0ms cubic-bezier(.4, 0, 1, 1)
}

.mdc-snackbar__label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    padding-left: 16px;
    padding-right: 8px;
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    padding-top: 14px;
    padding-bottom: 14px
}

[dir=rtl] .mdc-snackbar__label,
.mdc-snackbar__label[dir=rtl] {
    padding-left: 8px;
    padding-right: 16px
}

.mdc-snackbar__label::before {
    display: inline;
    content: attr(data-mdc-snackbar-label-text)
}

.mdc-snackbar__actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    box-sizing: border-box
}

.mdc-snackbar__action:not(:disabled) {
    color: #bb86fc
}

.mdc-snackbar__action::before,
.mdc-snackbar__action::after {
    background-color: #bb86fc
}

.mdc-snackbar__action:hover::before {
    opacity: .08
}

.mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before,
.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-snackbar__action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .24
}

.mdc-snackbar__dismiss {
    color: rgba(255, 255, 255, .87)
}

.mdc-snackbar__dismiss::before,
.mdc-snackbar__dismiss::after {
    background-color: rgba(255, 255, 255, .87)
}

.mdc-snackbar__dismiss:hover::before {
    opacity: .08
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused::before,
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .24
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
    width: 36px;
    height: 36px;
    padding: 9px;
    font-size: 18px
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss svg,
.mdc-snackbar__dismiss.mdc-snackbar__dismiss img {
    width: 18px;
    height: 18px
}

.mdc-snackbar__action+.mdc-snackbar__dismiss {
    margin-left: 8px;
    margin-right: 0
}

[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,
.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl] {
    margin-left: 0;
    margin-right: 8px
}

.mdc-switch__thumb-underlay {
    left: -18px;
    right: initial;
    top: -17px;
    width: 48px;
    height: 48px
}

[dir=rtl] .mdc-switch__thumb-underlay,
.mdc-switch__thumb-underlay[dir=rtl] {
    left: initial;
    right: -18px
}

.mdc-switch__native-control {
    width: 68px;
    height: 48px
}

.mdc-switch {
    display: inline-block;
    position: relative;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdc-switch.mdc-switch--checked .mdc-switch__track {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786);
    border-color: #018786;
    border-color: var(--mdc-theme-secondary, #018786)
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
    background-color: #000
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
    background-color: #fff;
    border-color: #fff
}

.mdc-switch__native-control {
    left: 0;
    right: initial;
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    transition: -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 90ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1)
}

[dir=rtl] .mdc-switch__native-control,
.mdc-switch__native-control[dir=rtl] {
    left: initial;
    right: 0
}

.mdc-switch__track {
    box-sizing: border-box;
    width: 32px;
    height: 14px;
    border: 1px solid;
    border-radius: 7px;
    opacity: .38;
    transition: opacity 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1);
    border-color: transparent
}

.mdc-switch__thumb-underlay {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-switch__thumb {
    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);
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 10px solid;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1
}

.mdc-switch--checked .mdc-switch__track {
    opacity: .54
}

.mdc-switch--checked .mdc-switch__thumb-underlay {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay,
.mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl] {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.mdc-switch--checked .mdc-switch__native-control {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

[dir=rtl] .mdc-switch--checked .mdc-switch__native-control,
.mdc-switch--checked .mdc-switch__native-control[dir=rtl] {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.mdc-switch--disabled {
    opacity: .38;
    pointer-events: none
}

.mdc-switch--disabled .mdc-switch__thumb {
    border-width: 1px
}

.mdc-switch--disabled .mdc-switch__native-control {
    cursor: default;
    pointer-events: none
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
    background-color: #9e9e9e
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before {
    opacity: .08
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .24
}

.mdc-switch__thumb-underlay {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-switch__thumb-underlay::before,
.mdc-switch__thumb-underlay::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-switch__thumb-underlay::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch__thumb-underlay::before,
.mdc-switch__thumb-underlay::after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before,
.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-switch__thumb-underlay::before,
.mdc-switch__thumb-underlay::after {
    background-color: #018786;
    background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-switch__thumb-underlay:hover::before {
    opacity: .04
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before,
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-tab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-button-font-size, .875rem);
    line-height: 2.25rem;
    line-height: var(--mdc-typography-button-line-height, 2.25rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: .0892857143em;
    letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
    text-decoration: none;
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: uppercase;
    text-transform: var(--mdc-typography-button-text-transform, uppercase);
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    z-index: 1
}

.mdc-tab .mdc-tab__text-label {
    color: rgba(0, 0, 0, .6)
}

.mdc-tab .mdc-tab__icon {
    color: rgba(0, 0, 0, .54);
    fill: currentColor
}

.mdc-tab::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mdc-tab--min-width {
    flex: 0 1 auto
}

.mdc-tab__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    pointer-events: none
}

.mdc-tab__text-label {
    transition: 150ms color linear;
    display: inline-block;
    line-height: 1;
    z-index: 2
}

.mdc-tab__icon {
    transition: 150ms color linear;
    width: 24px;
    height: 24px;
    font-size: 24px;
    z-index: 2
}

.mdc-tab--stacked .mdc-tab__content {
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.mdc-tab--stacked .mdc-tab__text-label {
    padding-top: 6px;
    padding-bottom: 4px
}

.mdc-tab--active .mdc-tab__text-label {
    color: #000001;
    color: var(--mdc-theme-primary, #000001)
}

.mdc-tab--active .mdc-tab__icon {
    color: #000001;
    color: var(--mdc-theme-primary, #000001);
    fill: currentColor
}

.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
    transition-delay: 100ms
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
    padding-left: 8px;
    padding-right: 0
}

[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl] {
    padding-left: 0;
    padding-right: 8px
}

.mdc-tab__ripple {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-tab__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-tab__ripple.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab__ripple.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-tab__ripple.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001)
}

.mdc-tab__ripple:hover::before {
    opacity: .04
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before,
.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-tab__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .12
}

.mdc-tab-bar {
    width: 100%
}

.mdc-tab {
    height: 48px
}

.mdc-tab--stacked {
    height: 72px
}

.mdc-tab-indicator {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-color: #000001;
    border-color: var(--mdc-theme-primary, #000001)
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
    color: #018786;
    color: var(--mdc-theme-secondary, #018786)
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-top-width: 2px
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
    height: 34px;
    font-size: 34px
}

.mdc-tab-indicator__content {
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
}

.mdc-tab-indicator__content--underline {
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    border-top-style: solid
}

.mdc-tab-indicator__content--icon {
    align-self: center;
    margin: 0 auto
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
    opacity: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content {
    transition: 250ms -webkit-transform cubic-bezier(.4, 0, .2, 1);
    transition: 250ms transform cubic-bezier(.4, 0, .2, 1);
    transition: 250ms transform cubic-bezier(.4, 0, .2, 1), 250ms -webkit-transform cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
    transition: none
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
    transition: 150ms opacity linear
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
    transition-delay: 100ms
}

.mdc-tab-scroller {
    overflow-y: hidden
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
    transition: 250ms -webkit-transform cubic-bezier(.4, 0, .2, 1);
    transition: 250ms transform cubic-bezier(.4, 0, .2, 1);
    transition: 250ms transform cubic-bezier(.4, 0, .2, 1), 250ms -webkit-transform cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-scroller__test {
    position: absolute;
    top: -9999px;
    width: 100px;
    height: 100px;
    overflow-x: scroll
}

.mdc-tab-scroller__scroll-area {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow-x: hidden
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
    display: none
}

.mdc-tab-scroller__scroll-area--scroll {
    overflow-x: scroll
}

.mdc-tab-scroller__scroll-content {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    -webkit-transform: none;
    transform: none;
    will-change: transform
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
    justify-content: flex-start
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
    justify-content: flex-end
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
    justify-content: center
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
    -webkit-overflow-scrolling: auto
}

.mdc-text-field-helper-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .75rem;
    font-size: var(--mdc-typography-caption-font-size, .75rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-caption-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: .0333333333em;
    letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-caption-text-transform, inherit);
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    opacity: 0;
    will-change: opacity;
    transition: opacity 150ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-text-field-helper-text::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0
}

.mdc-text-field-helper-text--persistent {
    transition: none;
    opacity: 1;
    will-change: initial
}

.mdc-text-field-character-counter {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .75rem;
    font-size: var(--mdc-typography-caption-font-size, .75rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-caption-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: .0333333333em;
    letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-caption-text-transform, inherit);
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-left: auto;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 0;
    white-space: nowrap
}

.mdc-text-field-character-counter::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0
}

[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
    padding-left: 0;
    padding-right: 16px
}

.mdc-text-field__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none
}

.mdc-text-field {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-text-field .mdc-text-field__ripple::before,
.mdc-text-field .mdc-text-field__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-text-field .mdc-text-field__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-text-field.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-text-field.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field .mdc-text-field__ripple::before,
.mdc-text-field .mdc-text-field__ripple::after {
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-text-field__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.mdc-text-field {
    height: 56px;
    border-radius: 4px 4px 0 0;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    will-change: opacity, transform, color
}

.mdc-text-field .mdc-text-field__ripple::before,
.mdc-text-field .mdc-text-field__ripple::after {
    background-color: rgba(0, 0, 0, .87)
}

.mdc-text-field:hover .mdc-text-field__ripple::before {
    opacity: .04
}

.mdc-text-field.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: rgba(0, 0, 0, .87)
}

@media all {
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .54)
    }
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
        color: rgba(0, 0, 0, .54)
    }
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
        color: rgba(0, 0, 0, .54)
    }
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
        color: rgba(0, 0, 0, .54)
    }
}

@media all {
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
        color: rgba(0, 0, 0, .54)
    }
}

.mdc-text-field .mdc-text-field__input {
    caret-color: #000001;
    caret-color: var(--mdc-theme-primary, #000001)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .87)
}

.mdc-text-field .mdc-line-ripple::after {
    border-bottom-color: #000001;
    border-bottom-color: var(--mdc-theme-primary, #000001)
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
    color: rgba(0, 0, 0, .54)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
    color: rgba(0, 0, 0, .54)
}

.mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: #f5f5f5
}

.mdc-text-field .mdc-floating-label {
    left: 16px;
    right: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

[dir=rtl] .mdc-text-field .mdc-floating-label,
.mdc-text-field .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 16px
}

.mdc-text-field .mdc-floating-label--float-above {
    -webkit-transform: translateY(-106%) scale(.75);
    transform: translateY(-106%) scale(.75)
}

.mdc-text-field--textarea .mdc-floating-label {
    left: 4px;
    right: initial
}

[dir=rtl] .mdc-text-field--textarea .mdc-floating-label,
.mdc-text-field--textarea .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 4px
}

.mdc-text-field--outlined .mdc-floating-label {
    left: 4px;
    right: initial
}

[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 4px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
    left: 36px;
    right: initial
}

[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 36px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
    left: 40px;
    right: initial
}

[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above,
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
    left: initial;
    right: 40px
}

.mdc-text-field__input {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: .009375em;
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
    padding: 20px 16px 7px;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: opacity 150ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-text-field__input::-webkit-input-placeholder {
    transition: opacity 67ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.mdc-text-field__input:-ms-input-placeholder {
    transition: opacity 67ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.mdc-text-field__input::-ms-input-placeholder {
    transition: opacity 67ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.mdc-text-field__input::placeholder {
    transition: opacity 67ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.mdc-text-field--fullwidth .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1
}

.mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1
}

.mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1
}

.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder,
.mdc-text-field--focused .mdc-text-field__input::placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1
}

.mdc-text-field__input:focus {
    outline: none
}

.mdc-text-field__input:invalid {
    box-shadow: none
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    padding-top: 0;
    padding-bottom: 1px
}

.mdc-text-field--outlined {
    overflow: visible
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #000001;
    border-color: var(--mdc-theme-primary, #000001)
}

.mdc-text-field--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 4px 0 0 4px
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
    border-radius: 0 4px 4px 0
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0 4px 4px 0
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
    border-radius: 4px 0 0 4px
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
    -webkit-transform: translateY(-37.25px) scale(1);
    transform: translateY(-37.25px) scale(1)
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
    font-size: .75rem
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-34.75px) scale(.75);
    transform: translateY(-34.75px) scale(.75)
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-top: 1px
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
    content: none
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
    background-color: transparent
}

.mdc-text-field--outlined .mdc-text-field__input {
    padding-top: 12px;
    padding-bottom: 14px;
    display: flex;
    border: none !important;
    background-color: transparent;
    z-index: 1
}

.mdc-text-field--outlined .mdc-text-field__icon {
    z-index: 2
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-top: 2px
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-width: 2px
}

.mdc-text-field--outlined.mdc-text-field--disabled {
    background-color: transparent
}

.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .06)
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
    .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
    .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
        border-color: GrayText
    }
}

.mdc-text-field--outlined.mdc-text-field--dense {
    height: 48px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    -webkit-transform: translateY(-134%) scale(1);
    transform: translateY(-134%) scale(1)
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: .8rem
}

.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-120%) scale(.8);
    transform: translateY(-120%) scale(.8)
}

.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
    padding: 12px 12px 7px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    top: 14px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
    top: 12px
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon--leading {
    left: 16px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon .mdc-text-field__icon--leading[dir=rtl] {
    left: initial;
    right: 16px
}

.mdc-text-field--with-leading-icon .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 16px
}

[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input,
.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl] {
    padding-left: 16px;
    padding-right: 48px
}

.mdc-text-field--with-leading-icon .mdc-floating-label {
    left: 48px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label,
.mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 48px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading {
    left: 16px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading[dir=rtl] {
    left: initial;
    right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
    -webkit-transform: translateY(-37.25px) translateX(-32px) scale(1);
    transform: translateY(-37.25px) translateX(-32px) scale(1)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
    -webkit-transform: translateY(-37.25px) translateX(32px) scale(1);
    transform: translateY(-37.25px) translateX(32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
    font-size: .75rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-34.75px) translateX(-32px) scale(.75);
    transform: translateY(-34.75px) translateX(-32px) scale(.75)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
    -webkit-transform: translateY(-34.75px) translateX(32px) scale(.75);
    transform: translateY(-34.75px) translateX(32px) scale(.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
    left: 36px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 36px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    -webkit-transform: translateY(-134%) translateX(-21px) scale(1);
    transform: translateY(-134%) translateX(-21px) scale(1)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl] {
    -webkit-transform: translateY(-134%) translateX(21px) scale(1);
    transform: translateY(-134%) translateX(21px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: .8rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-120%) translateX(-21px) scale(.8);
    transform: translateY(-120%) translateX(-21px) scale(.8)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
    -webkit-transform: translateY(-120%) translateX(21px) scale(.8);
    transform: translateY(-120%) translateX(21px) scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    left: 32px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 32px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
    left: initial;
    right: 12px
}

[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing[dir=rtl] {
    left: 12px;
    right: initial
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 48px
}

[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input,
.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl] {
    padding-left: 48px;
    padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading {
    left: 16px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading[dir=rtl] {
    left: initial;
    right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
    left: initial;
    right: 12px
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing[dir=rtl] {
    left: 12px;
    right: initial
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
    padding-right: 48px;
    padding-left: 48px
}

.mdc-text-field--dense .mdc-text-field__icon {
    bottom: 16px;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
    left: 12px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading[dir=rtl] {
    left: initial;
    right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 44px;
    padding-right: 16px
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl] {
    padding-left: 16px;
    padding-right: 44px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
    left: 44px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl] {
    left: initial;
    right: 44px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing {
    left: initial;
    right: 12px
}

[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing[dir=rtl] {
    left: 12px;
    right: initial
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 44px
}

[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl] {
    padding-left: 44px;
    padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
    left: 12px;
    right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading[dir=rtl] {
    left: initial;
    right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing {
    left: initial;
    right: 12px
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing[dir=rtl] {
    left: 12px;
    right: initial
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-right: 44px;
    padding-left: 44px
}

.mdc-text-field--dense .mdc-floating-label--float-above {
    -webkit-transform: translateY(-70%) scale(.8);
    transform: translateY(-70%) scale(.8)
}

.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1
}

.mdc-text-field--dense .mdc-text-field__input {
    padding: 12px 12px 0
}

.mdc-text-field--dense .mdc-floating-label {
    font-size: .813rem
}

.mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: .813rem
}

.mdc-text-field__input:required~.mdc-floating-label::after,
.mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label::after {
    margin-left: 1px;
    content: "*"
}

.mdc-text-field--textarea {
    display: inline-flex;
    width: auto;
    height: auto;
    overflow: visible;
    transition: none
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #000001;
    border-color: var(--mdc-theme-primary, #000001)
}

.mdc-text-field--textarea .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-textarea 250ms 1;
    animation: mdc-floating-label-shake-float-above-textarea 250ms 1
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 4px 0 0 4px
}

[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
    border-radius: 0 4px 4px 0
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0 4px 4px 0
}

[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
    border-radius: 4px 0 0 4px
}

.mdc-text-field--textarea .mdc-text-field__ripple::before,
.mdc-text-field--textarea .mdc-text-field__ripple::after {
    content: none
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
    background-color: transparent
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
    -webkit-transform: translateY(-144%) scale(1);
    transform: translateY(-144%) scale(1)
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
    font-size: .75rem
}

.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) scale(.75);
    transform: translateY(-130%) scale(.75)
}

.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

.mdc-text-field--textarea .mdc-text-field-character-counter {
    left: initial;
    right: 16px;
    position: absolute;
    bottom: 13px
}

[dir=rtl] .mdc-text-field--textarea .mdc-text-field-character-counter,
.mdc-text-field--textarea .mdc-text-field-character-counter[dir=rtl] {
    left: 16px;
    right: initial
}

.mdc-text-field--textarea .mdc-text-field__input {
    align-self: auto;
    box-sizing: border-box;
    height: auto;
    margin: 8px 1px 1px 0;
    padding: 0 16px 16px;
    line-height: 1.75rem
}

.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input {
    margin-bottom: 28px;
    padding-bottom: 0
}

.mdc-text-field--textarea .mdc-floating-label {
    top: 17px;
    width: auto;
    pointer-events: none
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
    -webkit-transform: none;
    transform: none
}

.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-width: 2px
}

.mdc-text-field--fullwidth {
    width: 100%
}

.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field--fullwidth.mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
    display: block
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple::before,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple::after {
    content: none
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
    background-color: transparent
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
    padding: 0 0 1px
}

.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
    resize: vertical
}

.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field-helper-line {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box
}

.mdc-text-field--dense+.mdc-text-field-helper-line {
    margin-bottom: 4px
}

.mdc-text-field+.mdc-text-field-helper-line {
    padding-right: 16px;
    padding-left: 16px
}

.mdc-form-field>.mdc-text-field+label {
    align-self: flex-start
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(98, 0, 238, .87)
}

.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
    opacity: 1
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid .mdc-text-field__input {
    caret-color: #b00020;
    caret-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    opacity: 1
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--disabled {
    background-color: #fafafa;
    pointer-events: none
}

.mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, .06)
}

.mdc-text-field--disabled .mdc-text-field__input {
    color: rgba(0, 0, 0, .38)
}

@media all {
    .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .38)
    }
    .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
        color: rgba(0, 0, 0, .38)
    }
    .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
        color: rgba(0, 0, 0, .38)
    }
    .mdc-text-field--disabled .mdc-text-field__input::placeholder {
        color: rgba(0, 0, 0, .38)
    }
}

@media all {
    .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
        color: rgba(0, 0, 0, .38)
    }
}

.mdc-text-field--disabled .mdc-floating-label {
    color: rgba(0, 0, 0, .38)
}

.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: rgba(0, 0, 0, .38)
}

.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: rgba(0, 0, 0, .38)
}

.mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: rgba(0, 0, 0, .3)
}

.mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: rgba(0, 0, 0, .3)
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled .mdc-line-ripple::before {
        border-bottom-color: GrayText
    }
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
        color: GrayText
    }
    .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
        color: GrayText
    }
    .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
        color: GrayText
    }
    .mdc-text-field--disabled .mdc-text-field__input::placeholder {
        color: GrayText
    }
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
        color: GrayText
    }
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled .mdc-floating-label {
        color: GrayText
    }
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
        color: GrayText
    }
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled .mdc-text-field-character-counter,
    .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
        color: GrayText
    }
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled .mdc-text-field__icon--leading {
        color: GrayText
    }
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--disabled .mdc-text-field__icon--trailing {
        color: GrayText
    }
}

.mdc-text-field--disabled .mdc-floating-label {
    cursor: default
}

.mdc-text-field--textarea.mdc-text-field--disabled {
    background-color: transparent;
    background-color: #f9f9f9
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, .06)
}

@media screen and (-ms-high-contrast:active) {
    .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
    .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
    .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
        border-color: GrayText
    }
}

.mdc-text-field--end-aligned .mdc-text-field__input {
    text-align: right
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
    text-align: left
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-34.75px) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8)
    }
    100% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-textarea {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)
    }
    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
}

:root {
    --mdc-theme-primary: #000001;
    --mdc-theme-secondary: #018786;
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: #b00020;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #000;
    --mdc-theme-on-error: #fff;
    --mdc-theme-text-primary-on-background: rgba(0, 0, 0, .87);
    --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, .54);
    --mdc-theme-text-hint-on-background: rgba(0, 0, 0, .38);
    --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, .38);
    --mdc-theme-text-icon-on-background: rgba(0, 0, 0, .38);
    --mdc-theme-text-primary-on-light: rgba(0, 0, 0, .87);
    --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, .54);
    --mdc-theme-text-hint-on-light: rgba(0, 0, 0, .38);
    --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, .38);
    --mdc-theme-text-icon-on-light: rgba(0, 0, 0, .38);
    --mdc-theme-text-primary-on-dark: white;
    --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, .7);
    --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, .5);
    --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, .5);
    --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, .5)
}

.mdc-theme--primary {
    color: #000001 !important;
    color: var(--mdc-theme-primary, #000001) !important
}

.mdc-theme--secondary {
    color: #018786 !important;
    color: var(--mdc-theme-secondary, #018786) !important
}

.mdc-theme--background {
    background-color: #fff;
    background-color: var(--mdc-theme-background, #fff)
}

.mdc-theme--surface {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff)
}

.mdc-theme--error {
    color: #b00020 !important;
    color: var(--mdc-theme-error, #b00020) !important
}

.mdc-theme--on-primary {
    color: #fff !important;
    color: var(--mdc-theme-on-primary, #fff) !important
}

.mdc-theme--on-secondary {
    color: #fff !important;
    color: var(--mdc-theme-on-secondary, #fff) !important
}

.mdc-theme--on-surface {
    color: #000 !important;
    color: var(--mdc-theme-on-surface, #000) !important
}

.mdc-theme--on-error {
    color: #fff !important;
    color: var(--mdc-theme-on-error, #fff) !important
}

.mdc-theme--text-primary-on-background {
    color: rgba(0, 0, 0, .87) !important;
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87)) !important
}

.mdc-theme--text-secondary-on-background {
    color: rgba(0, 0, 0, .54) !important;
    color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54)) !important
}

.mdc-theme--text-hint-on-background {
    color: rgba(0, 0, 0, .38) !important;
    color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38)) !important
}

.mdc-theme--text-disabled-on-background {
    color: rgba(0, 0, 0, .38) !important;
    color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, .38)) !important
}

.mdc-theme--text-icon-on-background {
    color: rgba(0, 0, 0, .38) !important;
    color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38)) !important
}

.mdc-theme--text-primary-on-light {
    color: rgba(0, 0, 0, .87) !important;
    color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, .87)) !important
}

.mdc-theme--text-secondary-on-light {
    color: rgba(0, 0, 0, .54) !important;
    color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, .54)) !important
}

.mdc-theme--text-hint-on-light {
    color: rgba(0, 0, 0, .38) !important;
    color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, .38)) !important
}

.mdc-theme--text-disabled-on-light {
    color: rgba(0, 0, 0, .38) !important;
    color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, .38)) !important
}

.mdc-theme--text-icon-on-light {
    color: rgba(0, 0, 0, .38) !important;
    color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, .38)) !important
}

.mdc-theme--text-primary-on-dark {
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-dark, #fff) !important
}

.mdc-theme--text-secondary-on-dark {
    color: rgba(255, 255, 255, .7) !important;
    color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, .7)) !important
}

.mdc-theme--text-hint-on-dark {
    color: rgba(255, 255, 255, .5) !important;
    color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, .5)) !important
}

.mdc-theme--text-disabled-on-dark {
    color: rgba(255, 255, 255, .5) !important;
    color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, .5)) !important
}

.mdc-theme--text-icon-on-dark {
    color: rgba(255, 255, 255, .5) !important;
    color: var(--mdc-theme-text-icon-on-dark, rgba(255, 255, 255, .5)) !important
}

.mdc-theme--primary-bg {
    background-color: #000001 !important;
    background-color: var(--mdc-theme-primary, #000001) !important
}

.mdc-theme--secondary-bg {
    background-color: #018786 !important;
    background-color: var(--mdc-theme-secondary, #018786) !important
}

.mdc-top-app-bar {
    background-color: #000001;
    background-color: var(--mdc-theme-primary, #000001);
    color: #fff;
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    z-index: 4
}

.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff)
}

.mdc-top-app-bar .mdc-top-app-bar__action-item::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
    background-color: #fff;
    background-color: var(--mdc-theme-on-primary, #fff)
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
    opacity: .08
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .24
}

.mdc-top-app-bar__row {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 64px
}

.mdc-top-app-bar__section {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    z-index: 1
}

.mdc-top-app-bar__section--align-start {
    justify-content: flex-start;
    order: -1
}

.mdc-top-app-bar__section--align-end {
    justify-content: flex-end;
    order: 1
}

.mdc-top-app-bar__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1.25rem;
    font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
    line-height: 2rem;
    line-height: var(--mdc-typography-headline6-line-height, 2rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-headline6-font-weight, 500);
    letter-spacing: .0125em;
    letter-spacing: var(--mdc-typography-headline6-letter-spacing, .0125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline6-text-transform, inherit);
    padding-left: 20px;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1
}

[dir=rtl] .mdc-top-app-bar__title,
.mdc-top-app-bar__title[dir=rtl] {
    padding-left: 0;
    padding-right: 20px
}

.mdc-top-app-bar--short-collapsed {
    border-radius: 0 0 24px 0
}

[dir=rtl] .mdc-top-app-bar--short-collapsed,
.mdc-top-app-bar--short-collapsed[dir=rtl] {
    border-radius: 0 0 0 24px
}

.mdc-top-app-bar--short {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    transition: width 250ms cubic-bezier(.4, 0, .2, 1)
}

[dir=rtl] .mdc-top-app-bar--short,
.mdc-top-app-bar--short[dir=rtl] {
    right: 0;
    left: auto
}

.mdc-top-app-bar--short .mdc-top-app-bar__row {
    height: 56px
}

.mdc-top-app-bar--short .mdc-top-app-bar__section {
    padding: 4px
}

.mdc-top-app-bar--short .mdc-top-app-bar__title {
    transition: opacity 200ms cubic-bezier(.4, 0, .2, 1);
    opacity: 1
}

.mdc-top-app-bar--short-collapsed {
    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);
    width: 56px;
    transition: width 300ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
    display: none
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
    transition: padding 150ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
    width: 112px
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
    padding-left: 0;
    padding-right: 12px
}

[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,
.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl] {
    padding-left: 12px;
    padding-right: 0
}

.mdc-top-app-bar--dense .mdc-top-app-bar__row {
    height: 48px
}

.mdc-top-app-bar--dense .mdc-top-app-bar__section {
    padding: 0 4px
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title {
    padding-left: 12px;
    padding-right: 0
}

[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,
.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl] {
    padding-left: 0;
    padding-right: 12px
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
    height: 128px
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    align-self: flex-end;
    padding-bottom: 2px
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
    align-self: flex-start
}

.mdc-top-app-bar--fixed {
    transition: box-shadow 200ms linear
}

.mdc-top-app-bar--fixed-scrolled {
    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);
    transition: box-shadow 200ms linear
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
    height: 96px
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
    padding: 0 12px
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 9px
}

[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,
.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl] {
    padding-left: 0;
    padding-right: 20px
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 64px
}

.mdc-top-app-bar--dense-fixed-adjust {
    padding-top: 48px
}

.mdc-top-app-bar--short-fixed-adjust {
    padding-top: 56px
}

.mdc-top-app-bar--prominent-fixed-adjust {
    padding-top: 128px
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
    padding-top: 96px
}

@media(max-width:599px) {
    .mdc-top-app-bar__row {
        height: 56px
    }
    .mdc-top-app-bar__section {
        padding: 4px
    }
    .mdc-top-app-bar--short {
        transition: width 200ms cubic-bezier(.4, 0, .2, 1)
    }
    .mdc-top-app-bar--short-collapsed {
        transition: width 250ms cubic-bezier(.4, 0, .2, 1)
    }
    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
        padding-left: 0;
        padding-right: 12px
    }
    [dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,
    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl] {
        padding-left: 12px;
        padding-right: 0
    }
    .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
        padding-bottom: 6px
    }
    .mdc-top-app-bar--fixed-adjust {
        padding-top: 56px
    }
}

.mdc-typography {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-font-family, Roboto, sans-serif)
}

.mdc-typography--headline1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 6rem;
    font-size: var(--mdc-typography-headline1-font-size, 6rem);
    line-height: 6rem;
    line-height: var(--mdc-typography-headline1-line-height, 6rem);
    font-weight: 300;
    font-weight: var(--mdc-typography-headline1-font-weight, 300);
    letter-spacing: -.015625em;
    letter-spacing: var(--mdc-typography-headline1-letter-spacing, -.015625em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline1-text-transform, inherit)
}

.mdc-typography--headline2 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 3.75rem;
    font-size: var(--mdc-typography-headline2-font-size, 3.75rem);
    line-height: 3.75rem;
    line-height: var(--mdc-typography-headline2-line-height, 3.75rem);
    font-weight: 300;
    font-weight: var(--mdc-typography-headline2-font-weight, 300);
    letter-spacing: -.0083333333em;
    letter-spacing: var(--mdc-typography-headline2-letter-spacing, -.0083333333em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline2-text-transform, inherit)
}

.mdc-typography--headline3 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline3-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 3rem;
    font-size: var(--mdc-typography-headline3-font-size, 3rem);
    line-height: 3.125rem;
    line-height: var(--mdc-typography-headline3-line-height, 3.125rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-headline3-font-weight, 400);
    letter-spacing: normal;
    letter-spacing: var(--mdc-typography-headline3-letter-spacing, normal);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline3-text-transform, inherit)
}

.mdc-typography--headline4 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline4-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 2.125rem;
    font-size: var(--mdc-typography-headline4-font-size, 2.125rem);
    line-height: 2.5rem;
    line-height: var(--mdc-typography-headline4-line-height, 2.5rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-headline4-font-weight, 400);
    letter-spacing: .0073529412em;
    letter-spacing: var(--mdc-typography-headline4-letter-spacing, .0073529412em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline4-text-transform, inherit)
}

.mdc-typography--headline5 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline5-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1.5rem;
    font-size: var(--mdc-typography-headline5-font-size, 1.5rem);
    line-height: 2rem;
    line-height: var(--mdc-typography-headline5-line-height, 2rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-headline5-font-weight, 400);
    letter-spacing: normal;
    letter-spacing: var(--mdc-typography-headline5-letter-spacing, normal);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline5-text-transform, inherit)
}

.mdc-typography--headline6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1.25rem;
    font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
    line-height: 2rem;
    line-height: var(--mdc-typography-headline6-line-height, 2rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-headline6-font-weight, 500);
    letter-spacing: .0125em;
    letter-spacing: var(--mdc-typography-headline6-letter-spacing, .0125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-headline6-text-transform, inherit)
}

.mdc-typography--subtitle1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
    line-height: 1.75rem;
    line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: .009375em;
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle1-text-transform, inherit)
}

.mdc-typography--subtitle2 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-subtitle2-font-size, .875rem);
    line-height: 1.375rem;
    line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
    letter-spacing: .0071428571em;
    letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle2-text-transform, inherit)
}

.mdc-typography--body1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1rem;
    font-size: var(--mdc-typography-body1-font-size, 1rem);
    line-height: 1.5rem;
    line-height: var(--mdc-typography-body1-line-height, 1.5rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body1-font-weight, 400);
    letter-spacing: .03125em;
    letter-spacing: var(--mdc-typography-body1-letter-spacing, .03125em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body1-text-transform, inherit)
}

.mdc-typography--body2 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-body2-font-size, .875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: .0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mdc-typography--caption {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .75rem;
    font-size: var(--mdc-typography-caption-font-size, .75rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-caption-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: .0333333333em;
    letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-caption-text-transform, inherit)
}

.mdc-typography--button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .875rem;
    font-size: var(--mdc-typography-button-font-size, .875rem);
    line-height: 2.25rem;
    line-height: var(--mdc-typography-button-line-height, 2.25rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: .0892857143em;
    letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
    text-decoration: none;
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: uppercase;
    text-transform: var(--mdc-typography-button-text-transform, uppercase)
}

.mdc-typography--overline {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: .75rem;
    font-size: var(--mdc-typography-overline-font-size, .75rem);
    line-height: 2rem;
    line-height: var(--mdc-typography-overline-line-height, 2rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-overline-font-weight, 500);
    letter-spacing: .1666666667em;
    letter-spacing: var(--mdc-typography-overline-letter-spacing, .1666666667em);
    text-decoration: none;
    -webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
    text-decoration: var(--mdc-typography-overline-text-decoration, none);
    text-transform: uppercase;
    text-transform: var(--mdc-typography-overline-text-transform, uppercase)
}

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

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

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

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

body,
.dropdown-menu {
    font-size: .875rem
}

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none
}

:active,
:focus {
    outline: none !important
}

body {
    line-height: 1.5;
    color: #555;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

a {
    text-decoration: none !important;
    color: #1abc9c
}

a:hover {
    color: #222
}

a img {
    border: none
}

img {
    max-width: 100%
}

iframe {
    border: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

h5,
h6 {
    margin-bottom: 20px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h4 {
    font-weight: 600
}

h5,
h6 {
    font-weight: bold
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
    color: #1abc9c
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px
}

small {
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.uppercase {
    text-transform: uppercase !important
}

.lowercase {
    text-transform: lowercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.nott {
    text-transform: none !important
}

.tright {
    text-align: right !important
}

.tleft {
    text-align: left !important
}

.fright {
    float: right !important
}

.fleft {
    float: left !important
}

.fnone {
    float: none !important
}

.ohidden {
    position: relative;
    overflow: hidden !important
}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #eee
}

.line.line-sm {
    margin: 30px 0
}

span.middot {
    display: inline-block;
    margin: 0 5px
}

.double-line {
    border-top: 3px double #e5e5e5
}

.emptydiv {
    display: block !important;
    position: relative !important
}

.allmargin {
    margin: 50px !important
}

.leftmargin {
    margin-left: 50px !important
}

.rightmargin {
    margin-right: 50px !important
}

.topmargin {
    margin-top: 50px !important
}

.bottommargin {
    margin-bottom: 50px !important
}

.clear-bottommargin {
    margin-bottom: -50px !important
}

.allmargin-sm {
    margin: 30px !important
}

.leftmargin-sm {
    margin-left: 30px !important
}

.rightmargin-sm {
    margin-right: 30px !important
}

.topmargin-sm {
    margin-top: 30px !important
}

.bottommargin-sm {
    margin-bottom: 30px !important
}

.clear-bottommargin-sm {
    margin-bottom: -30px !important
}

.allmargin-lg {
    margin: 80px !important
}

.leftmargin-lg {
    margin-left: 80px !important
}

.rightmargin-lg {
    margin-right: 80px !important
}

.topmargin-lg {
    margin-top: 80px !important
}

.bottommargin-lg {
    margin-bottom: 80px !important
}

.clear-bottommargin-lg {
    margin-bottom: -80px !important
}

.nomargin {
    margin: 0 !important
}

.noleftmargin {
    margin-left: 0 !important
}

.norightmargin {
    margin-right: 0 !important
}

.notopmargin {
    margin-top: 0 !important
}

.nobottommargin {
    margin-bottom: 0 !important
}

.header-stick {
    margin-top: -50px !important
}

.content-wrap .header-stick {
    margin-top: -80px !important
}

.footer-stick {
    margin-bottom: -50px !important
}

.content-wrap .footer-stick {
    margin-bottom: -80px !important
}

.noborder {
    border: none !important
}

.noleftborder {
    border-left: none !important
}

.norightborder {
    border-right: none !important
}

.notopborder {
    border-top: none !important
}

.nobottomborder {
    border-bottom: none !important
}

.noradius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important
}

.col-padding {
    padding: 60px
}

.nopadding {
    padding: 0 !important
}

.noleftpadding {
    padding-left: 0 !important
}

.norightpadding {
    padding-right: 0 !important
}

.notoppadding {
    padding-top: 0 !important
}

.nobottompadding {
    padding-bottom: 0 !important
}

.noabsolute {
    position: relative !important
}

.noshadow {
    box-shadow: none !important
}

.notextshadow {
    text-shadow: none !important
}

.hidden {
    display: none !important
}

.nothidden {
    display: block !important
}

.inline-block {
    float: none !important;
    display: inline-block !important
}

.center {
    text-align: center !important
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.bgcolor,
.bgcolor #header-wrap {
    background-color: #1abc9c !important
}

.color {
    color: #1abc9c !important
}

.border-color {
    border-color: #1abc9c !important
}

.nobg {
    background: none !important
}

.nobgcolor {
    background-color: transparent !important
}

.t300 {
    font-weight: 300 !important
}

.t400 {
    font-weight: 400 !important
}

.t500 {
    font-weight: 500 !important
}

.t600 {
    font-weight: 600 !important
}

.t700 {
    font-weight: 700 !important
}

.ls0 {
    letter-spacing: 0 !important
}

.ls1 {
    letter-spacing: 1px !important
}

.ls2 {
    letter-spacing: 2px !important
}

.ls3 {
    letter-spacing: 3px !important
}

.ls4 {
    letter-spacing: 4px !important
}

.ls5 {
    letter-spacing: 5px !important
}

.noheight {
    height: 0 !important
}

.nolineheight {
    line-height: 0 !important
}

.font-body {
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.font-primary {
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.font-secondary {
    font-family: 'Crete Round', serif
}

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0, 0, 0, .1)
}

.imagescale,
.imagescalein {
    display: block;
    overflow: hidden
}

.imagescale img,
.imagescalein img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.imagescale:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.imagescalein img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.imagescalein:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.grayscale {
    filter: brightness(80%) grayscale(1) contrast(90%);
    -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
    -moz-filter: brightness(80%) grayscale(1) contrast(90%);
    -o-filter: brightness(80%) grayscale(1) contrast(90%);
    -ms-filter: brightness(80%) grayscale(1) contrast(90%);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease
}

.grayscale:hover {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0)
}

.bganimate {
    -webkit-animation: BgAnimated 30s infinite linear;
    -moz-animation: BgAnimated 30s infinite linear;
    -ms-animation: BgAnimated 30s infinite linear;
    -o-animation: BgAnimated 30s infinite linear;
    animation: BgAnimated 30s infinite linear
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vertical-middle {
    height: auto !important;
    left: 0;
    max-width: none !important;
    z-index: 2
}

.vertical-middle+.video-wrap {
    z-index: 1 !important
}

.magnific-max-width .mfp-content {
    max-width: 800px
}

.section {
    position: relative;
    margin: 0;
    padding: 60px 0;
    overflow: hidden
}

.section.bg,
.container.bg {
    background-color: #eee
}

.section.gradient {
    background: #eee;
    background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 90%)
}

.section.bg2 {
    background-color: #a9abb7;
    background-image: radial-gradient(circle, #c9c9d1, #b6b7c2, #a9abb7)
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important
}

.section .container {
    z-index: 2
}

.section .container+.video-wrap {
    z-index: 1
}

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out
}

.section:hover .revealer-image {
    bottom: -50px
}

.col_full {
    width: 100%
}

.col_half,
.postcontent.bothsidebar {
    width: 48%
}

.col_one_third {
    width: 30.63%
}

.col_two_third {
    width: 65.33%
}

.col_one_fourth,
.sidebar {
    width: 22%
}

.col_three_fourth,
.postcontent {
    width: 74%
}

.col_one_fifth {
    width: 16.8%
}

.col_two_fifth {
    width: 37.6%
}

.col_three_fifth {
    width: 58.4%
}

.col_four_fifth {
    width: 79.2%
}

.col_one_sixth {
    width: 13.33%
}

.col_five_sixth {
    width: 82.67%
}

body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0
}

.col_last {
    margin-right: 0 !important;
    float: right;
    clear: right
}

#top-bar {
    position: relative;
    border-bottom: 1px solid #eee;
    height: 45px;
    line-height: 44px;
    font-size: 13px
}

#top-bar .col_half {
    width: auto
}

.top-links {
    position: relative;
    float: left
}

.top-links ul {
    margin: 0;
    list-style: none
}

.top-links ul li {
    float: left;
    position: relative;
    height: 44px;
    border-left: 1px solid #eee
}

.top-links ul li:first-child,
.top-links ul ul li {
    border-left: 0 !important
}

.top-links li>a {
    display: block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #666
}

.top-links li i {
    vertical-align: top
}

.top-links li i.icon-angle-down {
    margin: 0 0 0 5px !important
}

.top-links li i:first-child {
    margin-right: 3px
}

.top-links li.full-icon i {
    top: 2px;
    font-size: 14px;
    margin: 0
}

.top-links li:hover {
    background-color: #eee
}

.top-links ul ul,
.top-links ul div.top-link-section {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 210;
    line-height: 1.5;
    background: #fff;
    border: 0;
    top: 44px;
    left: 0;
    width: 140px;
    margin: 0;
    border-top: 1px solid #1abc9c;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2)
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section {
    pointer-events: auto
}

.top-links ul ul li {
    float: none;
    height: 36px;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #eee
}

.top-links ul ul li:hover {
    background-color: #f9f9f9
}

.top-links ul ul li:first-child {
    border-top: none !important;
    border-left: 1px solid #eee
}

.top-links ul ul a {
    height: 36px;
    line-height: 36px;
    font-size: 12px
}

.top-links ul ul img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.top-links ul ul.top-demo-lang img {
    top: 4px;
    width: 16px;
    height: 16px
}

.top-links ul div.top-link-section {
    padding: 25px;
    left: 0;
    width: 280px
}

.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
    left: auto;
    right: 0
}

#top-social,
#top-social ul {
    margin: 0
}

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    position: relative;
    float: left;
    width: auto;
    overflow: hidden;
    height: 44px;
    line-height: 44px
}

#top-social li {
    border-left: 1px solid #eee
}

#top-social li:first-child {
    border-left: 0 !important
}

#top-social li a {
    float: none;
    width: 40px;
    font-weight: bold;
    color: #666;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out
}

#top-social li a:hover {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

#top-social li .ts-icon {
    width: 40px;
    text-align: center;
    font-size: 14px
}

#top-login {
    margin-bottom: 0
}

#top-login .checkbox {
    margin-bottom: 10px
}

#top-login .form-control {
    position: relative
}

#top-login .form-control:focus {
    border-color: #ccc
}

#top-login .input-group#top-login-username {
    margin-bottom: -1px
}

#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#top-login .input-group#top-login-password {
    margin-bottom: 10px
}

#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5
}

#header .container {
    position: relative
}

#header.transparent-header {
    background: transparent;
    border-bottom: none;
    z-index: 199
}

#header.semi-transparent {
    background-color: rgba(255, 255, 255, .8)
}

#header.transparent-header.floating-header {
    margin-top: 60px
}

#header.transparent-header.floating-header .container {
    width: 1190px;
    max-width: 1190px;
    background-color: #fff;
    padding: 0 40px;
    border-radius: 2px
}

#header.transparent-header.floating-header.sticky-header .container {
    width: 1140px;
    max-width: 1140px;
    padding: 0 15px
}

#header.transparent-header+#slider,
#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#google-map,
#slider+#header.transparent-header {
    top: -100px;
    margin-bottom: -100px
}

#header.transparent-header.floating-header+#slider,
#header.transparent-header.floating-header+#google-map {
    top: -160px;
    margin-bottom: -160px
}

#header.transparent-header+#page-title.page-title-parallax .container {
    z-index: 5;
    padding-top: 85px
}

#header.transparent-header+#page-title.page-title-parallax .container.home-page {
    z-index: 5;
    padding-top: 30px
}

#header.full-header {
    border-bottom-color: #eee
}

body.stretched #header.full-header .container {
    width: 100%;
    max-width: none;
    padding: 0 30px
}

#header.transparent-header.full-header #header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#slider+#header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none
}

#logo {
    position: relative;
    float: left;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px
}

#header.full-header #logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #eee
}

#header.transparent-header.full-header #logo {
    border-right-color: rgba(0, 0, 0, .1)
}

#logo a {
    display: block;
    color: #000
}

#logo img {
    display: block;
    max-width: 100%;
    padding: 10px 0
}

#logo a.standard-logo {
    display: block
}

#logo a.retina-logo {
    display: none
}

.header-extras {
    float: right;
    margin: 30px 0 0
}

.header-extras li {
    float: left;
    margin-left: 20px;
    height: 40px;
    overflow: hidden;
    list-style: none
}

.header-extras li i {
    margin-top: 3px !important
}

.header-extras li:first-child {
    margin-left: 0
}

.header-extras li .he-text {
    float: left;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.43
}

.header-extras li .he-text span {
    display: block;
    font-weight: 400;
    color: #1abc9c
}

#primary-menu {
    float: right
}

#primary-menu ul.mobile-primary-menu {
    display: none
}

#header.full-header #primary-menu>ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #eee
}

#header.transparent-header.full-header #primary-menu>ul {
    border-right-color: rgba(0, 0, 0, .1)
}

#primary-menu-trigger,
#page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#primary-menu ul {
    list-style: none;
    margin: 0
}

#primary-menu>ul {
    float: left
}

#primary-menu ul li {
    position: relative
}

#primary-menu ul li.mega-menu {
    position: inherit
}

#primary-menu ul>li {
    float: left;
    margin-left: 2px
}

#primary-menu>ul>li:first-child {
    margin-left: 0
}

#primary-menu ul li>a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #002146;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#primary-menu ul li>a span {
    display: none
}

#primary-menu ul li>a i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top
}

#primary-menu ul li>a i.icon-angle-down:last-child {
    font-size: 12px;
    margin: 0 0 0 5px
}

#primary-menu ul li:hover>a,
#primary-menu ul li.current>a {
    color: #1abc9c
}

body.no-superfish #primary-menu li:hover>ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover>.mega-menu-content {
    display: block
}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    border-top: 2px solid #1abc9c;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0
}

#primary-menu ul li .mega-menu-content {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

#primary-menu ul ul:not(.mega-menu-column) ul {
    top: -2px !important;
    left: 218px
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 0
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 218px
}

#primary-menu ul ul li {
    float: none;
    margin: 0
}

#primary-menu ul ul li:first-child {
    border-top: 0
}

#primary-menu ul ul li>a {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#primary-menu ul ul li>a i {
    vertical-align: middle
}

#primary-menu ul ul li:hover>a {
    background-color: #f9f9f9;
    padding-left: 18px;
    color: #1abc9c
}

#primary-menu ul ul>li.sub-menu>a,
#primary-menu ul ul>li.sub-menu:hover>a {
    background-image: url("../images/icons/submenu.png");
    background-position: right center;
    background-repeat: no-repeat
}

#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content {
    width: 720px;
    max-width: 400px
}

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 15px;
    width: 1140px;
    max-width: none
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0;
    width: 1190px
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 60px
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 30px
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0 10px
}

#primary-menu ul li .mega-menu-content ul {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    box-shadow: none;
    background-color: transparent
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
    width: 100%
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
    border-left: 1px solid #f2f2f2
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 30px 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
    margin-top: 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:first-child {
    margin-top: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444;
    padding: 0 !important;
    line-height: 1.3 !important
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
    background-color: transparent
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
    color: #1abc9c
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu:hover>a {
    background: none
}

#primary-menu ul li .mega-menu-content.style-2 li {
    border: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover {
    padding-left: 12px
}

.mega-menu-column .entry-meta {
    margin: 8px -10px 0 0 !important;
    border: none !important;
    padding: 0 !important
}

.mega-menu-column .entry-meta li {
    float: left !important;
    border: none !important;
    margin: 0 10px 0 0 !important
}

#primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #f5f5f5
}

#primary-menu.style-2>div>ul {
    float: left
}

#primary-menu.style-2>div>ul>li>a {
    padding-top: 19px;
    padding-bottom: 19px
}

#logo+#primary-menu.style-2 {
    border-top: 0
}

#primary-menu.style-2>div #top-search,
#primary-menu.style-2>div #top-cart,
#primary-menu.style-2>div #side-panel-trigger {
    margin-top: 20px;
    margin-bottom: 20px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>ul,
body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>div {
    float: none;
    display: inline-block !important;
    width: auto;
    text-align: left
}

#primary-menu.style-3>ul>li>a {
    margin: 28px 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 2px
}

#primary-menu.style-3>ul>li:hover>a {
    color: #444;
    background-color: #f5f5f5
}

#primary-menu.style-3>ul>li.current>a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    background-color: #1abc9c
}

#primary-menu.style-4>ul>li>a {
    margin: 28px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    border: 1px solid transparent
}

#primary-menu.style-4>ul>li:hover>a,
#primary-menu.style-4>ul>li.current>a {
    border-color: #1abc9c
}

#primary-menu.style-5>ul {
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #eee
}

#primary-menu.style-5>ul>li:not(:first-child) {
    margin-left: 15px
}

#primary-menu.style-5>ul>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 14px
}

#primary-menu.style-5>ul>li>a i {
    display: block;
    width: auto;
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1
}

#primary-menu.style-6 ul>li>a {
    position: relative
}

#primary-menu.style-6>ul>li>a:after,
#primary-menu.style-6>ul>li.current>a:after,
#primary-menu.style-6>div>ul>li>a:after,
#primary-menu.style-6>div>ul>li.current>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    border-top: 2px solid #1abc9c;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

#primary-menu.style-6>ul>li.current>a:after,
#primary-menu.style-6>ul>li:hover>a:after,
#primary-menu.style-6>div>ul>li.current>a:after,
#primary-menu.style-6>div>ul>li:hover>a:after {
    width: 100%
}

#primary-menu.sub-title>ul>li,
#primary-menu.sub-title.style-2>div>ul>li {
    background: url("../images/icons/menu-divider.png") no-repeat right center;
    margin-left: 1px
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

#primary-menu.sub-title>ul>li>a,
#primary-menu.sub-title>div>ul>li>a {
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent
}

#primary-menu.sub-title>ul>li>a span,
#primary-menu.sub-title>div>ul>li>a span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize
}

#primary-menu.sub-title>ul>li:hover>a,
#primary-menu.sub-title>ul>li.current>a,
#primary-menu.sub-title>div>ul>li:hover>a,
#primary-menu.sub-title>div>ul>li.current>a {
    background-color: #1abc9c;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .1)
}

#primary-menu.sub-title>ul>li:hover>a span,
#primary-menu.sub-title>ul>li.current>a span,
#primary-menu.sub-title.style-2>div>ul>li:hover>a span,
#primary-menu.sub-title.style-2>div>ul>li.current>a span {
    color: #eee
}

#primary-menu.sub-title.style-2 ul ul span {
    display: none
}

#primary-menu.sub-title.style-2>div>ul>li {
    background-position: left center
}

#primary-menu.sub-title.style-2>div #top-search,
#primary-menu.sub-title.style-2>div #top-cart,
#primary-menu.sub-title.style-2>div #side-panel-trigger {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px
}

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2>div>ul>li:hover+li,
#primary-menu.sub-title.style-2>div>ul>li.current+li {
    background-image: none
}

#primary-menu.sub-title.style-2>div>ul>li>a {
    padding-top: 17px;
    padding-bottom: 22px
}

@media(min-width:992px) {
    #header.split-menu #logo {
        position: absolute;
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
        height: 100px
    }
    #header.split-menu #logo a.standard-logo {
        display: inline-block
    }
}

#header.split-menu #primary-menu {
    float: none;
    margin: 0
}

#header.split-menu #primary-menu>ul {
    z-index: 199
}

#header.split-menu #primary-menu>ul:first-child {
    float: left
}

#header.split-menu #primary-menu>ul:last-child {
    float: right
}

@media(min-width:992px) {
    .overlay-menu:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        left: auto;
        right: 75px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px
    }
    .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger {
        right: 90px
    }
    .overlay-menu #primary-menu>#overlay-menu-close {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 25px;
        left: auto;
        right: 25px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        text-align: center;
        color: #444;
        z-index: 300;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .4s ease, transform .45s .15s ease;
        -o-transition: opacity .4s ease, transform .45s .15s ease;
        transition: opacity .4s ease, transform .45s .15s ease
    }
    .overlay-menu #primary-menu>ul {
        opacity: 0 !important;
        pointer-events: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        z-index: 299;
        background: rgba(255, 255, 255, .95);
        -webkit-transition: opacity .7s ease;
        -o-transition: opacity .7s ease;
        transition: opacity .7s ease
    }
    .overlay-menu #primary-menu>ul.d-block {
        opacity: 1 !important;
        display: inherit !important;
        pointer-events: auto
    }
    .overlay-menu #primary-menu>ul.d-block~#overlay-menu-close {
        opacity: 1;
        -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
        -o-transition: opacity .7s .4s ease, transform .45s .15s ease;
        transition: opacity .7s .4s ease, transform .45s .15s ease;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto
    }
    .overlay-menu #primary-menu>ul>li {
        float: none;
        text-align: center;
        max-width: 400px;
        margin: 0 auto
    }
    .overlay-menu #primary-menu>ul>li>a {
        font-size: 24px;
        padding-top: 19px;
        padding-bottom: 19px;
        letter-spacing: 2px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear
    }
    .overlay-menu #primary-menu>ul.d-block>li>a {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

#top-search,
#top-cart,
#side-panel-trigger,
#top-account {
    float: right;
    margin: 40px 0 40px 15px
}

#top-cart {
    position: relative
}

#top-search a,
#top-cart>a,
#side-panel-trigger a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#top-search a {
    z-index: 11
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross {
    opacity: 0
}

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px
}

#top-cart>a:hover {
    color: #1abc9c
}

#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10
}

#top-search form input {
    box-shadow: none !important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    letter-spacing: 2px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input {
    padding-left: 40px
}

body:not(.device-md):not(.device-sm):not(.device-xs) .container-fullwidth #top-search form input {
    padding-left: 60px
}

body.top-search-open #top-search form input {
    pointer-events: auto
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

#top-search form input::-moz-placeholder {
    color: #555;
    opacity: 1;
    text-transform: uppercase
}

#top-search form input:-ms-input-placeholder {
    color: #555;
    text-transform: uppercase
}

#top-search form input::-webkit-input-placeholder {
    color: #555;
    text-transform: uppercase
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
    border: none !important
}

#top-cart {
    margin-right: 0
}

#top-cart>a>span {
    display: block;
    position: absolute;
    top: -7px;
    left: auto;
    right: -14px;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #1abc9c;
    border-radius: 50%
}

#top-cart .top-cart-content {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    border-top: 2px solid #1abc9c;
    top: 60px;
    right: -15px;
    left: auto;
    margin: -10000px 0 0;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease
}

.style-2 .container #top-cart .top-cart-content {
    top: 40px
}

.style-2.sub-title .container #top-cart .top-cart-content {
    top: 50px
}

#top-cart.top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 11;
    margin-top: 0
}

.top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #eee
}

.top-cart-title h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px
}

.top-cart-items {
    padding: 15px
}

.top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f5f5f5
}

.top-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #eee;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear
}

.top-cart-item-image a,
.top-cart-item-image img {
    display: block;
    width: 44px !important;
    height: 44px !important
}

.top-cart-item-image:hover {
    border-color: #1abc9c
}

.top-cart-item-desc {
    position: relative;
    overflow: hidden
}

.top-cart-item-desc a {
    max-width: 85%;
    display: block;
    text-align: left !important;
    font-size: 13px !important;
    width: auto !important;
    height: auto !important;
    color: #333;
    font-weight: 700
}

.top-cart-item-desc a:hover {
    color: #1abc9c !important
}

.top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 12px !important;
    color: #999
}

.top-cart-item-desc span.top-cart-item-quantity {
    display: block;
    position: absolute;
    font-size: 12px !important;
    right: 0;
    top: 2px;
    color: #444
}

.top-cart-action {
    padding: 15px;
    border-top: 1px solid #eee
}

.top-cart-action span.top-checkout-price {
    font-size: 20px;
    color: #1abc9c
}

#top-account {
    margin: 35px 0 34px 20px
}

#top-account a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#top-account a span {
    margin-left: 5px;
    font-weight: 700
}

#top-account a i.icon-angle-down {
    margin-left: 5px;
    font-size: 12px
}

#top-account .dropdown-menu {
    padding: 10px 0
}

#top-account .dropdown-menu li a {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 22px
}

#top-account .dropdown-menu li a .badge {
    display: block;
    float: right;
    margin: 2px 0 0 0
}

#top-account .dropdown-menu li a i:last-child {
    position: relative;
    top: 1px;
    margin-left: 5px
}

#header,
#header-wrap,
#logo img {
    height: 100px
}

#header.sticky-style-2 {
    height: 161px
}

#header.sticky-style-3 {
    height: 181px
}

#header.sticky-style-2 #header-wrap {
    height: 60px
}

#header.sticky-style-3 #header-wrap {
    height: 80px
}

#primary-menu>ul>li>ul,
#primary-menu>ul>li>.mega-menu-content,
#primary-menu>ul>li.mega-menu>.mega-menu-content {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease
}

#top-search,
#top-cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu>ul,
body:not(.top-search-open) #primary-menu>.container>ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger,
body:not(.top-search-open) #top-account {
    opacity: 1
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu>ul,
body.top-search-open #primary-menu>.container>ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account {
    opacity: 0
}

#header.sticky-header.semi-transparent {
    background-color: transparent
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, .8)
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 80px;
    transition: .6s
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
    padding-top: 30px;
    padding-bottom: 19px
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 {
    height: 161px
}

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu {
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

#header.sticky-header:not(.static-sticky) #top-account {
    margin-top: 15px !important;
    margin-bottom: 14px !important
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
    top: 40px
}

#header.sticky-header.sticky-style-2 #primary-menu {
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-3>ul>li>a {
    margin: 0;
    border-radius: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-4>ul>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 10px 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5>ul>li {
    margin-left: 2px
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5>ul>li:first-child {
    margin-left: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5>ul>li>a {
    line-height: 22px;
    padding-top: 19px;
    padding-bottom: 19px
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5>ul>li>a>div {
    padding: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5>ul>li>a i {
    display: inline-block;
    width: 16px;
    top: -1px;
    margin: 0 6px 0 0;
    font-size: 14px;
    line-height: 22px
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>ul>li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2>div>ul>li {
    background: none !important;
    margin-left: 2px
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>ul>li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2>div>ul>li:first-child {
    margin-left: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>ul>li>a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>div>ul>li>a {
    line-height: 22px;
    padding: 19px 15px;
    text-transform: none;
    font-size: 14px;
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
    display: none
}

#page-menu,
#page-menu-wrap {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#page-menu-wrap {
    z-index: 99;
    background-color: #1abc9c;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden
}

#page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

#header.static-sticky~#page-menu.sticky-page-menu #page-menu-wrap,
#header.static-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap {
    top: 100px
}

#header~#page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky~#page-menu.sticky-page-menu #page-menu-wrap,
#header~#content #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap {
    top: 0
}

#header.sticky-header~#page-menu.sticky-page-menu #page-menu-wrap,
#header.sticky-header~#content #page-menu.sticky-page-menu #page-menu-wrap {
    top: 60px
}

#page-submenu-trigger {
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px
}

#page-menu .menu-title {
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

#page-menu .menu-title span {
    font-weight: 700
}

#page-menu nav {
    position: relative;
    float: right
}

#page-menu nav ul {
    margin-bottom: 0;
    height: 44px
}

#page-menu nav li {
    position: relative;
    float: left;
    list-style: none
}

#page-menu nav li a {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 8px 4px;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    border-radius: 14px
}

#page-menu nav li a .icon-angle-down {
    margin-left: 5px
}

body:not(.device-touch) #page-menu nav li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#page-menu nav li:hover a,
#page-menu nav li.current a {
    background-color: rgba(0, 0, 0, .15)
}

#page-menu li:hover ul {
    display: block
}

#page-menu ul ul {
    display: none;
    position: absolute;
    width: 150px;
    top: 44px;
    left: 0;
    z-index: 149;
    height: auto;
    background-color: #1abc9c
}

#page-menu ul ul ul {
    display: none !important
}

#page-menu ul ul li {
    float: none
}

#page-menu ul ul a {
    height: auto;
    line-height: 22px;
    margin: 0;
    padding: 8px 14px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .15)
}

#page-menu ul ul li:hover a,
#page-menu ul ul li.current a {
    background-color: rgba(0, 0, 0, .3)
}

@media(min-width:992px) {
    #page-menu.dots-menu,
    #page-menu.dots-menu #page-menu-wrap {
        position: fixed;
        z-index: 99;
        top: 50%;
        left: auto;
        right: 20px;
        width: 24px;
        height: auto;
        line-height: 1.5;
        background-color: transparent;
        text-shadow: none
    }
    #page-menu.dots-menu #page-menu-wrap {
        position: relative;
        box-shadow: none
    }
    #page-menu.dots-menu .menu-title {
        display: none
    }
    #page-menu.dots-menu nav {
        float: none;
        width: 24px
    }
    #page-menu.dots-menu nav ul {
        height: auto
    }
    #page-menu.dots-menu nav ul li {
        float: none;
        width: 14px;
        height: 14px;
        margin: 10px 6px
    }
    #page-menu.dots-menu nav li a {
        position: relative;
        width: 10px;
        height: 10px;
        line-height: 1.5;
        padding: 0;
        margin: 0 2px;
        background-color: rgba(0, 0, 0, .4);
        border-radius: 50%;
        color: #777
    }
    #page-menu.dots-menu nav li a:hover {
        background-color: rgba(0, 0, 0, .7)
    }
    #page-menu.dots-menu nav li.current a {
        background-color: #1abc9c
    }
    #page-menu.dots-menu nav li div {
        position: absolute;
        width: auto;
        top: -11px;
        right: 25px;
        background-color: #1abc9c;
        color: #fff;
        padding: 5px 14px;
        white-space: nowrap;
        pointer-events: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
        border-radius: 2px;
        opacity: 0
    }
    body:not(.device-touch) #page-menu.dots-menu nav li div {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    #page-menu.dots-menu nav li div:after {
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -6px;
        left: auto;
        right: -5px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 6px solid #1abc9c
    }
    #page-menu.dots-menu nav li a:hover div {
        opacity: 1;
        right: 30px
    }
}

.one-page-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222
}

@media(min-width:992px) {
    .side-header #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 260px;
        height: 100%;
        height: calc(100vh);
        background-color: #fff;
        border: none;
        border-right: 1px solid #eee;
        overflow: hidden;
        box-shadow: 0 0 15px rgba(0, 0, 0, .065)
    }
    .side-header #header-wrap {
        width: 300px;
        height: 100%;
        overflow: auto;
        padding-right: 40px
    }
    .side-header #header .container {
        width: 260px !important;
        padding: 0 30px !important;
        margin: 0 !important
    }
    .side-header #logo {
        float: none;
        margin: 60px 0 40px
    }
    .side-header #logo img {
        height: auto !important
    }
    .side-header #logo:not(.nobottomborder):after,
    .side-header #primary-menu:not(.nobottomborder):after {
        display: block;
        content: '';
        width: 20%;
        border-bottom: 1px solid #e5e5e5
    }
    .side-header .center #logo:after {
        margin: 0 auto
    }
    .side-header #primary-menu {
        margin-bottom: 30px
    }
    .side-header #primary-menu:not(.nobottomborder):after {
        margin-top: 40px
    }
    .side-header #primary-menu,
    .side-header #primary-menu ul {
        float: none;
        height: auto
    }
    .side-header #primary-menu ul li {
        float: none;
        margin: 15px 0 0
    }
    .side-header #primary-menu ul li:first-child {
        margin-top: 0
    }
    .side-header #primary-menu ul li a {
        height: 25px;
        line-height: 25px;
        padding: 0;
        text-transform: uppercase
    }
    .side-header #primary-menu ul li i {
        line-height: 24px
    }
    .side-header #primary-menu ul ul {
        position: relative;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border: none;
        height: auto;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 5px 0;
        padding-left: 12px
    }
    .side-header #primary-menu ul ul ul {
        top: 0 !important;
        left: 0
    }
    .side-header #primary-menu ul ul.menu-pos-invert {
        left: 0;
        right: auto
    }
    .side-header #primary-menu ul ul ul.menu-pos-invert {
        right: auto
    }
    .side-header #primary-menu ul ul li {
        margin: 0;
        border: 0
    }
    .side-header #primary-menu ul ul li:first-child {
        border-top: 0
    }
    .side-header #primary-menu ul ul a {
        font-size: 12px;
        height: auto !important;
        line-height: 24px !important;
        padding: 2px 0 !important
    }
    .side-header #primary-menu ul ul li:hover>a {
        background-color: transparent !important;
        color: #444 !important
    }
    .side-header #primary-menu ul>li.sub-menu>a,
    .side-header #primary-menu ul>li.sub-menu:hover>a {
        background-image: none !important
    }
    .side-header #primary-menu ul>li.sub-menu>a:after {
        position: absolute;
        content: 'ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â®ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â…ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¾ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¥';
        top: 1px;
        right: 0;
        -webkit-transition: transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear
    }
    .side-header #primary-menu ul>li.sub-menu:hover>a:after {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .side-header:not(.open-header) #wrapper {
        margin: 0 0 0 260px !important;
        width: auto !important
    }
    .side-header:not(.open-header) #wrapper .container {
        width: auto;
        max-width: none;
        margin: 0 40px
    }
    .side-header.open-header.push-wrapper {
        overflow-x: hidden
    }
    .side-header.open-header #header {
        left: -260px
    }
    .side-header.open-header.side-header-open #header {
        left: 0
    }
    .side-header.open-header #wrapper {
        left: 0
    }
    .side-header.open-header.push-wrapper.side-header-open #wrapper {
        left: 260px
    }
    #header-trigger {
        display: none
    }
    .side-header.open-header #header-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: 20px;
        left: 20px;
        z-index: 11;
        font-size: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background-color: #fff;
        text-align: center;
        border-radius: 2px
    }
    .side-header.open-header.side-header-open #header-trigger {
        left: 280px
    }
    .side-header.open-header #header-trigger i:nth-child(1),
    .side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
        display: block
    }
    .side-header.open-header.side-header-open #header-trigger i:nth-child(1),
    .side-header.open-header #header-trigger i:nth-child(2) {
        display: none
    }
    .side-header.open-header #header,
    .side-header.open-header #header-trigger,
    .side-header.open-header.push-wrapper #wrapper {
        -webkit-transition: left .4s ease;
        -o-transition: left .4s ease;
        transition: left .4s ease
    }
    .side-header.side-header-right #header {
        left: auto;
        right: 0;
        border: none;
        border-left: 1px solid #eee
    }
    .side-header.side-header-right:not(.open-header) #wrapper {
        margin: 0 260px 0 0 !important
    }
    .side-header.side-header-right.open-header #header {
        left: auto;
        right: -260px
    }
    .side-header.side-header-right.open-header.side-header-open #header {
        left: auto;
        right: 0
    }
    .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper {
        left: -260px
    }
    .side-header.side-header-right.open-header #header-trigger {
        left: auto;
        right: 20px
    }
    .side-header.side-header-right.open-header.side-header-open #header-trigger {
        left: auto;
        right: 280px
    }
    .side-header.side-header-right.open-header #header,
    .side-header.side-header-right.open-header #header-trigger {
        -webkit-transition: right .4s ease;
        -o-transition: right .4s ease;
        transition: right .4s ease
    }
}

body.side-push-panel {
    overflow-x: hidden
}

#side-panel {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 399;
    width: 300px;
    height: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

body.side-panel-left #side-panel {
    left: -300px;
    right: auto
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container {
    right: 0
}

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
    left: 0;
    right: auto
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 100%;
    overflow: auto;
    padding: 50px 70px 50px 40px
}

body.device-touch #side-panel .side-panel-wrap {
    overflow-y: scroll
}

#side-panel .widget {
    margin-top: 40px;
    padding-top: 40px;
    width: 220px;
    border-top: 1px solid #e5e5e5
}

#side-panel .widget:first-child {
    padding-top: 0;
    border-top: 0;
    margin: 0
}

body.side-panel-open #side-panel {
    right: 0
}

body.side-panel-left.side-panel-open #side-panel {
    left: 0;
    right: auto
}

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
    right: 300px
}

body.side-push-panel.side-panel-open.stretched.device-xl .slider-parallax-inner,
body.side-push-panel.side-panel-open.stretched.device-lg .slider-parallax-inner {
    left: -300px
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
    left: 300px;
    right: auto
}

#side-panel-trigger {
    display: block;
    cursor: pointer;
    z-index: 11;
    margin-right: 5px
}

#side-panel-trigger-close a {
    display: none
}

#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease
}

body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease
}

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.side-panel-open .body-overlay {
    opacity: 1;
    z-index: 298;
    pointer-events: auto
}

body.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md) .body-overlay:hover {
    cursor: url('../images/icons/close.png') 15 15, default
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative
}

.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%
}

.video-overlay,
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url('../images/grid.png') repeat;
    -webkit-backface-visibility: hidden
}

.video-placeholder {
    z-index: 4;
    background-repeat: no-repeat !important
}

#page-title {
    position: relative;
    padding: 50px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee
}

#page-title .container {
    position: relative
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: -10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px
}

body.stretched .container-fullwidth .breadcrumb {
    right: 60px !important
}

#header.transparent-header+#page-title.page-title-parallax .breadcrumb {
    margin-top: 35px !important
}

.breadcrumb a {
    color: #555
}

.breadcrumb a:hover {
    color: #1abc9c
}

.breadcrumb i {
    width: auto !important
}

#page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15) !important;
    border-bottom: none
}

#page-title.page-title-dark h1 {
    color: rgba(255, 255, 255, .9) !important
}

#page-title.page-title-dark span {
    color: rgba(255, 255, 255, .7)
}

#page-title.page-title-dark .breadcrumb>.active {
    color: rgba(255, 255, 255, .6)
}

#page-title.page-title-dark .breadcrumb a {
    color: rgba(255, 255, 255, .8)
}

#page-title.page-title-dark .breadcrumb a:hover {
    color: rgba(255, 255, 255, .95)
}

#page-title.page-title-right {
    text-align: right
}

#page-title.page-title-right .breadcrumb {
    left: 15px !important;
    right: auto !important
}

#page-title.page-title-center {
    text-align: center
}

#page-title.page-title-center span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

#page-title.page-title-center .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 20px 0 0 !important;
    justify-content: center
}

#page-title.page-title-pattern {
    background-image: url('/images/pattern.png');
    background-repeat: repeat;
    background-attachment: fixed
}

#page-title.page-title-parallax {
    padding: 100px 0;
    text-shadow: none;
    border-bottom: none
}

#page-title.page-title-parallax span {
    font-size: 22px
}

#page-title.page-title-parallax .breadcrumb {
    font-size: 13px
}

#page-title.page-title-parallax {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0
}

@media screen and (min-width:1920px) {
    #page-title.page-title-parallax {
        background-position: 50% 50%
    }
}

#page-title.page-title-mini {
    padding: 20px 0
}

#page-title.page-title-mini h1 {
    font-weight: 600;
    font-size: 18px;
    color: #444
}

#page-title.page-title-mini span {
    display: none
}

#page-title.page-title-nobg {
    background: transparent !important;
    border-bottom: 1px solid #f5f5f5
}

#page-title.page-title-video {
    background: none;
    position: relative;
    overflow: hidden
}

#page-title.page-title-video .container {
    z-index: 3
}

#page-title.page-title-video .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#page-title.page-title-video .video-wrap video {
    width: 100%
}

#content {
    position: relative;
    overflow: hidden;
    background-color: #fff
}

#content p {
    line-height: 1.8
}

.content-wrap {
    position: relative;
    padding: 80px 0
}

#content .container {
    position: relative
}

.grid-container {
    position: relative;
    overflow: hidden
}

body:not(.device-touch) .grid-container {
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease
}

.portfolio-filter {
    position: relative;
    margin: 0 0 40px 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .07);
    float: left;
    border-radius: 4px
}

.portfolio-filter li {
    float: left;
    position: relative
}

.portfolio-filter li a {
    display: block;
    position: relative;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #666;
    border-left: 1px solid rgba(0, 0, 0, .07)
}

.portfolio-filter li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px
}

.portfolio-filter li:last-child a {
    border-radius: 0 4px 4px 0
}

.portfolio-filter li a:hover {
    color: #1abc9c
}

.portfolio-filter li.activeFilter a {
    color: #fff !important;
    background-color: #1abc9c;
    margin: -1px 0;
    padding: 13px 18px;
    font-weight: bold
}

.bothsidebar .portfolio-filter li a {
    padding: 12px 14px
}

.bothsidebar .portfolio-filter li.activeFilter a {
    padding: 13px 18px
}

.portfolio-filter.style-2,
.portfolio-filter.style-3,
.portfolio-filter.style-4 {
    border: none;
    border-radius: 0
}

.portfolio-filter.style-2 li,
.portfolio-filter.style-3 li,
.portfolio-filter.style-4 li {
    margin-bottom: 10px
}

.portfolio-filter.style-2 li:not(:first-child),
.portfolio-filter.style-3 li:not(:first-child) {
    margin-left: 10px
}

.portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a,
.portfolio-filter.style-4 li a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 22px;
    border: none
}

.portfolio-filter.style-2 li.activeFilter a {
    color: #fff !important;
    margin: 0
}

.portfolio-filter.style-3 li a {
    border: 1px solid transparent
}

.portfolio-filter.style-3 li.activeFilter a {
    color: #1abc9c !important;
    border-color: #1abc9c;
    background-color: transparent;
    margin: 0
}

.portfolio-filter.style-4 li:not(:first-child) {
    margin-left: 30px
}

.portfolio-filter.style-4 li a {
    padding: 13px 5px;
    font-size: 15px;
    border-radius: 0
}

.portfolio-filter.style-4 li a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-filter.style-4 li.activeFilter a {
    color: #444 !important;
    background-color: transparent;
    margin: 0
}

.portfolio-filter.style-4 li.activeFilter a:after {
    width: 100%;
    left: 0%;
    background-color: #1abc9c
}

.portfolio-filter.center.style-2 li,
.portfolio-filter.center.style-3 li,
.portfolio-filter.center.style-4 li {
    display: inline-block;
    float: none
}

.portfolio-shuffle {
    float: right;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 14px;
    text-align: center;
    line-height: 41px;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio-shuffle:hover {
    background-color: #1abc9c;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.portfolio {
    position: relative;
    margin: 0 -12px -12px 0
}

body:not(.device-touch) .portfolio {
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear
}

.portfolio-item {
    float: left;
    position: relative;
    width: 25%;
    height: auto;
    padding: 0 12px 12px 0
}

.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio {
    overflow: hidden
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
    height: auto
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-image img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.portfolio-desc {
    z-index: 3;
    padding: 15px 5px 10px
}

.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 19px
}

.portfolio-desc h3 a {
    color: #222
}

.portfolio-desc h3 a:hover {
    color: #1abc9c
}

.portfolio-desc span {
    display: block;
    margin-top: 3px;
    color: #888
}

.portfolio-desc span a {
    color: #888
}

.portfolio-desc span a:hover {
    color: #000
}

.portfolio-notitle .portfolio-desc {
    position: absolute;
    display: block !important;
    width: 100%;
    height: 78px;
    padding: 15px 5px;
    top: auto;
    bottom: -79px;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-desc {
    -webkit-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out
}

.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -78px;
    border-bottom: 0
}

.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc {
    bottom: 0 !important
}

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-sm):not(.device-xs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-sm):not(.device-xs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

body.device-touch.device-sm .portfolio-notitle .portfolio-desc,
body.device-touch.device-xs .portfolio-notitle .portfolio-desc {
    display: none !important
}

.portfolio.portfolio-nomargin,
.portfolio.portfolio-full {
    margin: 0 !important
}

.portfolio-nomargin .portfolio-item,
.portfolio-full .portfolio-item {
    padding: 0 !important
}

.portfolio-nomargin .portfolio-desc {
    padding: 15px 10px 15px
}

.portfolio.portfolio-full {
    margin: 0 !important;
    width: 100%
}

.portfolio-full .portfolio-item {
    overflow: hidden !important
}

.portfolio-full .portfolio-desc {
    padding: 15px
}

.postcontent .portfolio-desc h3 {
    font-size: 17px
}

.postcontent .portfolio-desc span {
    font-size: 12px
}

.postcontent .portfolio-notitle .portfolio-desc {
    height: 70px;
    bottom: -71px
}

.postcontent .portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -70px
}

.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -50px !important
}

.bothsidebar .portfolio {
    margin: 0
}

.bothsidebar .portfolio-item {
    padding: 0
}

.bothsidebar .portfolio-desc {
    display: none !important
}

.portfolio.portfolio-3 {
    margin: 0 -15px -15px 0
}

.portfolio-3 .portfolio-item {
    width: 33.33333333%;
    padding: 0 15px 15px 0
}

.postcontent .portfolio-3 .portfolio-desc h3 {
    font-size: 18px
}

.postcontent .portfolio-3 .portfolio-desc span {
    font-size: 13px
}

.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
    height: 72px;
    bottom: -73px
}

.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -72px
}

.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -40px !important
}

.bothsidebar .portfolio.portfolio-3 {
    margin: 0 -11px -11px 0
}

.bothsidebar .portfolio-3 .portfolio-item {
    padding: 0 11px 11px 0
}

.bothsidebar .portfolio-3 .portfolio-desc {
    display: block !important
}

.bothsidebar .portfolio-3 .portfolio-desc h3 {
    font-size: 15px
}

.bothsidebar .portfolio-3 .portfolio-desc span {
    font-size: 12px
}

.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
    height: 68px;
    bottom: -69px
}

.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -68px
}

.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -50px !important
}

.portfolio.portfolio-2 {
    margin: 0 -20px -20px 0
}

.portfolio-2 .portfolio-item {
    width: 50%;
    padding: 0 20px 20px 0
}

.portfolio-2 .portfolio-desc {
    padding: 20px 5px 10px
}

.portfolio-2 .portfolio-desc h3 {
    font-size: 21px
}

.portfolio-2 .portfolio-desc span {
    margin-top: 4px;
    font-size: 14px
}

.portfolio-2.portfolio-nomargin .portfolio-desc {
    padding: 20px 15px 20px
}

.portfolio-2.portfolio-notitle .portfolio-desc {
    height: 90px;
    bottom: -91px
}

.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -90px
}

.postcontent .portfolio-2 .portfolio-desc h3 {
    font-size: 21px
}

.postcontent .portfolio-2 .portfolio-desc span {
    font-size: 14px
}

.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc {
    padding-bottom: 20px
}

.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
    height: 90px;
    bottom: -91px
}

.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -90px
}

.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -40px !important
}

.bothsidebar .portfolio-2 .portfolio-desc {
    display: block !important;
    padding-top: 15px;
    padding-bottom: 0
}

.bothsidebar .portfolio-2 .portfolio-desc h3 {
    font-size: 19px
}

.bothsidebar .portfolio-2 .portfolio-desc span {
    font-size: 13px
}

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc {
    padding-bottom: 15px
}

.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
    height: 75px;
    bottom: -76px
}

.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -75px
}

.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -40px !important
}

.portfolio.portfolio-5 {
    margin: 0 -10px -10px 0
}

.portfolio-5 .portfolio-item {
    width: 20%;
    padding: 0 10px 10px 0
}

.portfolio-5 .portfolio-desc h3 {
    font-size: 17px
}

.portfolio-5.portfolio-notitle .portfolio-desc {
    height: 71px;
    bottom: -72px
}

.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -71px
}

.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -30px !important
}

.postcontent .portfolio.portfolio-5 {
    margin: 0
}

.postcontent .portfolio-5 .portfolio-item {
    padding: 0
}

.postcontent .portfolio-5 .portfolio-desc h3 {
    font-size: 15px
}

.postcontent .portfolio-5 .portfolio-desc span {
    font-size: 12px
}

.postcontent .portfolio-5 .portfolio-desc {
    padding: 15px 10px
}

.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
    height: 68px;
    bottom: -69px
}

.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -68px
}

.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -50px !important
}

.portfolio.portfolio-6 {
    margin: 0 -6px -6px 0
}

.portfolio-6 .portfolio-item {
    width: 16.66666667%;
    padding: 0 6px 6px 0
}

.portfolio-6 .portfolio-desc h3 {
    font-size: 15px
}

.portfolio-6 .portfolio-desc span {
    font-size: 12px
}

.portfolio-6.portfolio-notitle .portfolio-desc {
    height: 68px;
    bottom: -69px
}

.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -68px
}

.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -40px !important
}

.portfolio.portfolio-1 {
    margin: 0 0 -40px 0
}

.portfolio-1 .portfolio-item {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
    padding-bottom: 40px;
    padding-right: 0;
    border-bottom: 1px solid #eee
}

.portfolio-1 .portfolio-item .portfolio-image {
    float: left;
    margin-right: 0;
    width: 65%;
    height: auto
}

.portfolio-1 .portfolio-item.alt .portfolio-image {
    float: right;
    margin: 0
}

.portfolio-1 .portfolio-desc {
    float: left;
    width: 35%;
    padding: 10px 0 10px 40px
}

.portfolio-1 .alt .portfolio-desc {
    float: right;
    padding-left: 0;
    padding-right: 40px
}

.portfolio-1 .portfolio-desc h3 {
    font-size: 22px
}

.portfolio-1 .portfolio-desc span {
    margin-top: 6px;
    font-size: 14px
}

.portfolio-1 .portfolio-desc p {
    margin: 20px 0 25px;
    font-size: 14px
}

.portfolio-1 .portfolio-desc li {
    margin: 3px 0
}

.bothsidebar .portfolio-1 .iconlist {
    display: block !important
}

.bothsidebar .portfolio-1 .portfolio-item {
    width: 100% !important
}

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-desc {
    float: none;
    margin: 0 !important
}

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
    margin-bottom: 20px !important
}

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
    width: 100%;
    height: auto
}

.bothsidebar .portfolio-1 .portfolio-desc {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    background-color: transparent !important;
    left: 0 !important;
    right: 0 !important
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 50%
}

.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 50%
}

.portfolio.portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px 0
}

.portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding: 0;
    border-bottom: 0;
    overflow: hidden
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
    float: none;
    width: 100%;
    margin: 0 !important
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px)
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px)
}

.portfolio-1.portfolio-fullwidth .portfolio-desc {
    position: absolute;
    float: none;
    width: 35%;
    height: 100%;
    padding: 30px;
    background-color: #f9f9f9;
    top: 0;
    left: auto;
    right: -35%
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc {
    right: 0
}

.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    left: -35%;
    right: auto
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    -webkit-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc {
    left: 0
}

.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 33%
}

.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 33%
}

.postcontent .portfolio.portfolio-1.portfolio-fullwidth {
    margin: 0 0 -40px 0
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 40px
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px)
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px)
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
    padding: 25px
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
    margin-bottom: 20px !important
}

.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.portfolio.portfolio-parallax {
    margin: 0 !important
}

.portfolio.portfolio-parallax .portfolio-item {
    float: none;
    width: 100% !important;
    height: 500px !important;
    margin: 0 !important;
    padding: 0 !important
}

.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
    width: 100% !important;
    height: 500px !important;
    background-attachment: fixed
}

.portfolio.portfolio-parallax .portfolio-desc {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -57px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    padding: 0;
    opacity: 0
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio.portfolio-parallax .portfolio-desc {
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
    opacity: 1
}

.portfolio.portfolio-parallax .portfolio-desc h3 {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: -1px
}

.portfolio.portfolio-parallax .portfolio-desc h3 a {
    color: #fff
}

.portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
    color: #ddd
}

.portfolio.portfolio-parallax .portfolio-desc span {
    margin-top: 12px;
    font-size: 16px;
    color: #ccc
}

.portfolio.portfolio-parallax .portfolio-desc span a {
    color: #ddd
}

.portfolio.portfolio-parallax .portfolio-desc span a:hover {
    color: #bbb
}

.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
    width: 100%;
    text-align: center;
    margin: 15px 0 0
}

.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
    display: inline-block;
    width: 50px;
    height: 0;
    border-bottom: 1px solid #fff
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div {
    width: 120px
}

.portfolio.portfolio-parallax .portfolio-overlay {
    background-color: rgba(0, 0, 0, .4)
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, .5)
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay {
    opacity: 1
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #f5f5f5;
    width: 40px !important;
    height: 40px !important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    -webkit-backface-visibility: hidden
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay a {
    -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear
}

.portfolio-overlay a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -44px
}

.portfolio-overlay a.center-icon {
    display: block;
    margin: -20px 0 0 -20px;
    opacity: 0
}

.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon {
    opacity: 1
}

.portfolio-overlay a:hover {
    color: #1abc9c;
    background-color: #eee
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon {
    margin-top: -18px
}

.portfolio-overlay a i.icon-line-play {
    position: relative;
    left: 2px
}

.portfolio-overlay .portfolio-desc {
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align: center
}

.portfolio-overlay .portfolio-desc a {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: inherit;
    width: auto !important;
    height: auto !important;
    line-height: 1;
    background-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.portfolio-overlay .portfolio-desc h3 {
    font-weight: 600;
    color: #f5f5f5 !important;
    line-height: 1
}

.portfolio-overlay .portfolio-desc h3 a {
    color: #f5f5f5 !important
}

.portfolio-overlay .portfolio-desc span {
    margin-top: 7px;
    color: #ddd !important
}

.portfolio-overlay .portfolio-desc span a {
    color: #ddd !important;
    font-size: inherit
}

.portfolio-overlay .portfolio-desc~a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 0 !important
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay .portfolio-desc~a {
    -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, opacity .2s linear
}

.portfolio-overlay .portfolio-desc~a.right-icon {
    left: 0;
    right: 0;
    margin-left: 5px !important;
    margin-right: 0 !important
}

.portfolio-overlay .portfolio-desc a:hover {
    background: transparent
}

body.device-touch.device-sm .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay {
    display: none !important
}

.portfolio-single-image>a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
    display: block;
    width: 100%
}

.portfolio-single-image-full {
    position: relative;
    height: 600px;
    overflow: hidden;
    margin: -80px 0 80px !important
}

.portfolio-single-video {
    height: auto !important
}

.masonry-thumbs {
    position: relative
}

.masonry-thumbs a {
    position: relative;
    float: left;
    width: 25%;
    max-width: 100% !important;
    overflow: hidden
}

.masonry-thumbs.grid-2 a {
    width: 50%
}

.masonry-thumbs.grid-3 a {
    width: 33.3%
}

.masonry-thumbs.grid-4 a {
    width: 25%
}

.masonry-thumbs.grid-5 a {
    width: 20%
}

.masonry-thumbs.grid-6 a {
    width: 16.6%
}

.masonry-thumbs a,
.masonry-thumbs img {
    display: block;
    height: auto !important
}

.masonry-thumbs img {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 1px 1px 0
}

.masonry-thumbs .overlay {
    padding: 0 1px 1px 0
}

.portfolio-single-content {
    font-size: 14px
}

.portfolio-single-content h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 600 !important
}

.portfolio-ajax-modal {
    width: 1000px !important
}

.modal-padding {
    padding: 40px
}

.ajax-modal-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    padding: 25px 40px
}

.ajax-modal-title h2 {
    font-size: 26px;
    margin-bottom: 0
}

#portfolio-ajax-wrap {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease
}

#portfolio-ajax-wrap.portfolio-ajax-opened {
    max-height: 1200px
}

#portfolio-ajax-container {
    display: none;
    padding-bottom: 60px
}

#portfolio-ajax-title h2 {
    font-size: 26px
}

.portfolio-meta,
.portfolio-share {
    list-style: none;
    font-size: 14px
}

.portfolio-meta li {
    margin: 10px 0;
    color: #666
}

.portfolio-meta li:first-child {
    margin-top: 0
}

.portfolio-meta li span {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    color: #333
}

.portfolio-meta li span i {
    position: relative;
    top: 1px;
    width: 14px;
    text-align: center;
    margin-right: 7px
}

.well .line {
    margin: 20px 0;
    border-color: #e5e5e5
}

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 96px;
    height: 24px;
    margin-top: -12px
}

.page-title-right #portfolio-navigation {
    left: 10px;
    right: auto
}

.page-title-center #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #444;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear
}

.page-title-dark #portfolio-navigation a {
    color: #eee
}

.page-title-parallax #portfolio-navigation a {
    color: #fff
}

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 24px;
    line-height: 1
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
    font-size: 32px;
    top: -6px
}

#portfolio-navigation a i.icon-angle-right {
    left: -1px
}

#portfolio-navigation a:first-child {
    margin-left: 0
}

#portfolio-navigation a:hover {
    color: #1abc9c
}

#portfolio-ajax-show #portfolio-navigation {
    top: 0;
    margin-top: 0
}

.iportfolio {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0
}

.iportfolio .portfolio-image {
    position: relative;
    overflow: hidden
}

.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
    display: block;
    width: 100%;
    height: auto
}

.iportfolio .portfolio-overlay {
    height: 100% !important
}

#posts {
    position: relative
}

.entry {
    position: relative;
    margin: 0 0 50px
}

.entry:after {
    content: '';
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #f5f5f5
}

.entry-image {
    margin-bottom: 30px
}

.entry-image,
.entry-image>a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.entry-image iframe {
    display: block
}

.entry-image video {
    display: block;
    width: 100%
}

.entry-image img {
    border-radius: 3px
}

.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.entry-title h2 a {
    color: #333
}

.entry-title h2 a:hover {
    color: #1abc9c
}

.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none
}

.single-post .entry-meta {
    margin-bottom: 20px
}

.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: .5
}

.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.entry-meta li a {
    color: #999
}

.entry-meta li a:hover {
    color: #1abc9c
}

.entry-meta li:first-child:before {
    display: none
}

.entry-meta li ins {
    font-weight: 700;
    text-decoration: none
}

.entry-c {
    position: relative;
    overflow: hidden
}

#posts .entry-content {
    margin-top: 30px
}

.single-post .entry-content .entry-image {
    max-width: 350px
}

.entry-content {
    position: relative
}

.entry-link {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px 0;
    text-align: center;
    color: #444;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 3px
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.entry-link:hover {
    color: #fff;
    background-color: #1abc9c;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.entry-link span {
    display: block;
    margin-top: 5px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #aaa
}

.entry-link:hover span {
    color: #eee
}

.entry blockquote p {
    font-weight: 400;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.small-thumbs .entry-image,
.ievent .entry-image {
    float: left;
    width: 300px;
    margin: 0 30px 0 0
}

.small-thumbs .entry-image img,
.ievent .entry-image img {
    border-radius: 0
}

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0
}

.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img {
    border-radius: 5px
}

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 20px;
    font-weight: 600
}

.small-thumbs.alt .entry-image {
    float: right;
    margin: 0 0 0 30px
}

.small-thumbs.alt .entry-c .entry-image {
    float: none;
    margin: 0 0 20px 0
}

.bothsidebar .small-thumbs .entry-image {
    width: 200px;
    margin: 0 25px 0 0
}

.bothsidebar .small-thumbs.alt .entry-image {
    margin: 0 0 0 25px
}

.bothsidebar .small-thumbs .entry-c .entry-image {
    width: 100%;
    margin: 0 0 20px 0
}

.bothsidebar .small-thumbs .entry-title h2 {
    font-size: 18px
}

.post-grid {
    margin-right: -28px
}

.post-grid .entry {
    float: left;
    width: 25%;
    padding-right: 28px
}

.post-grid .entry-image img {
    border-radius: 0
}

.post-grid .entry-title h2 {
    font-size: 17px;
    font-weight: 600
}

.post-grid .entry-link {
    font-size: 24px
}

.post-grid .entry-link span {
    font-size: 13px
}

.post-grid.grid-3 {
    margin-right: -30px
}

.post-grid.grid-3 .entry {
    width: 33.33333333%;
    padding-right: 30px
}

.post-grid.grid-3 .entry-title h2 {
    font-size: 18px
}

.postcontent .post-grid.grid-3 {
    margin-right: -25px
}

.postcontent .post-grid.grid-3 .entry {
    padding-right: 25px
}

.postcontent .post-grid.grid-3 .entry-title h2 {
    font-size: 16px
}

.post-grid.grid-2 {
    margin-right: -40px
}

.post-grid.grid-2 .entry {
    width: 50%;
    padding-right: 40px
}

.post-grid.grid-2 .entry-title h2 {
    font-size: 20px
}

.postcontent .post-grid.grid-2 .entry-title h2 {
    font-size: 18px
}

.bothsidebar .post-grid.grid-2 .entry-title h2 {
    font-size: 16px
}

.post-masonry .entry-image,
.post-masonry .entry-image img {
    height: auto !important
}

.post-masonry-full {
    margin: -80px 0 -80px -1px !important
}

.post-masonry-full .entry {
    width: 24.9% !important;
    margin: 0 !important;
    padding: 40px 30px;
    border-bottom: 1px dashed;
    border-left: 1px dashed;
    border-color: #e5e5e5
}

.post-masonry-full .entry:after {
    display: none
}

.post-masonry-full.grid-3 .entry {
    width: 33.3% !important
}

.timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -71px;
    width: 0;
    border-left: 1px dashed #ccc;
    height: 100%
}

.post-timeline {
    margin-right: -140px !important
}

.post-timeline .entry {
    width: 500px !important;
    margin-right: 140px !important;
    padding-right: 0 !important
}

.entry.entry-date-section {
    width: 100% !important;
    margin: 50px -70px 80px;
    padding: 0;
    border: 0;
    text-align: center
}

.entry.entry-date-section span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #eee;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.post-timeline .entry-timeline {
    display: none;
    position: absolute;
    border: 2px solid #ccc;
    background-color: #fff;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -76px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    color: #aaa;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-timeline .entry-timeline div.timeline-divider {
    position: absolute;
    top: 4px;
    left: -58px;
    width: 50px;
    height: 0;
    border-top: 1px dashed #ccc;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-timeline .alt .entry-timeline {
    right: auto;
    left: -77px
}

.post-timeline .alt .entry-timeline div.timeline-divider {
    left: auto;
    right: -58px
}

.post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal
}

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
    border-color: #1abc9c;
    color: #1abc9c
}

.postcontent .timeline-border {
    left: -68px;
    margin-left: 0
}

.postcontent .post-timeline {
    padding-left: 0;
    margin-left: 100px;
    margin-right: 0 !important;
    overflow: visible
}

.postcontent .post-timeline .entry {
    width: 100% !important;
    margin-right: 0 !important
}

.postcontent .post-timeline .entry-timeline {
    display: block;
    border: 3px solid #ccc;
    background-color: #fff;
    padding-top: 10px;
    text-indent: 0;
    top: 20px;
    left: -100px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 24px
}

.postcontent .post-timeline .entry-timeline div.timeline-divider {
    top: 29px;
    left: 64px;
    width: 32px
}

.ipost .entry-image img {
    border-radius: 0
}

.ipost .entry-title h3,
.ipost .entry-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.ipost .entry-title h4 {
    font-size: 15px
}

.ipost .entry-title h3 a,
.ipost .entry-title h4 a {
    color: #333
}

.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover {
    color: #1abc9c
}

.ipost .entry-meta {
    margin-right: -10px
}

.ipost .entry-meta li {
    font-size: 13px;
    margin-right: 10px
}

.ipost .entry-content {
    margin-top: 20px
}

.ipost .entry-content p {
    margin-bottom: 0
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #1abc9c;
    padding: 0 2px;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.more-link:hover {
    border-bottom-color: #555
}

.overlay-icon {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .2);
    text-align: center
}

.overlay-icon i {
    line-height: 48px;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.spost,
.mpost {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e5e5e5
}

.mpost {
    margin-top: 25px;
    padding-top: 25px
}

.spost:first-child,
.mpost:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.spost .entry-image,
.mpost .entry-image {
    float: left;
    margin: 0 15px 0 0;
    text-align: center
}

.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
    width: 48px;
    height: 48px
}

.spost .entry-image a i,
.mpost .entry-image a i {
    font-size: 28px;
    line-height: 48px;
    color: #666;
    background-color: #eee
}

.spost .entry-title h4,
.mpost .entry-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.spost .entry-title h4 a,
.mpost .entry-title h4 a {
    color: #333
}

.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover {
    color: #1abc9c
}

.spost .entry-meta {
    margin: 8px -10px 0 0
}

.spost .entry-meta li,
.mpost .entry-meta li {
    font-size: 13px;
    margin: 0 10px 0 0
}

.mpost .entry-image {
    margin-right: 20px
}

.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
    width: 170px;
    height: 128px
}

.mpost .entry-image a,
.mpost .entry-image img {
    border-radius: 2px
}

.mpost .entry-image a i {
    font-size: 42px;
    line-height: 128px
}

.mpost .entry-title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600
}

.mpost .entry-meta {
    margin-top: 5px
}

.mpost .entry-meta li i {
    margin-right: 2px
}

.mpost .entry-content {
    margin-top: 15px
}

.post-navigation+.line {
    margin: 40px 0 50px
}

.author-image {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px
}

.author-image img {
    width: 64px;
    height: 64px
}

.author-desc {
    position: relative;
    overflow: hidden
}

#comments {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eee
}

.commentlist {
    list-style: none;
    padding-bottom: 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #eee
}

#reviews .commentlist {
    padding-bottom: 30px;
    margin: 0 0 20px
}

.commentlist ul {
    list-style: none
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li {
    margin: 30px 0 0 0
}

.commentlist ul:first-child {
    margin-top: 0
}

.commentlist li {
    position: relative;
    margin: 30px 0 0 30px
}

#reviews .commentlist li {
    margin-top: 20px
}

.comment-wrap {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 20px 20px 35px
}

.commentlist ul .comment-wrap {
    margin-left: 25px;
    padding-left: 20px
}

#reviews .comment-wrap {
    border: 0;
    padding: 10px 0 0 35px
}

.commentlist>li:first-child,
#reviews .commentlist>li:first-child {
    padding-top: 0;
    margin-top: 0
}

.commentlist li .children {
    margin-top: 0
}

.commentlist li li .children {
    margin-left: 30px
}

.commentlist li .comment-content,
.pingback {
    position: relative;
    overflow: hidden
}

.commentlist li .comment-content p,
.pingback p {
    margin: 20px 0 0 0
}

.commentlist li .comment-content {
    padding: 0 0 0 15px
}

.commentlist li .comment-meta {
    float: left;
    margin-right: 0;
    line-height: 1
}

.comment-avatar {
    position: absolute;
    top: 15px;
    left: -35px;
    padding: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%
}

.comment-avatar img {
    display: block;
    border-radius: 50%
}

.commentlist li .children .comment-avatar {
    left: -25px
}

.comment-content .comment-author {
    margin-bottom: -10px;
    font-size: 16px;
    font-weight: bold;
    color: #555
}

.comment-content .comment-author a {
    border: none;
    color: #333
}

.comment-content .comment-author a:hover {
    color: #1abc9c
}

.comment-content .comment-author span {
    display: block
}

.comment-content .comment-author span,
.comment-content .comment-author span a {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Crete Round', serif;
    font-style: italic;
    color: #aaa
}

.comment-content .comment-author span a:hover {
    color: #888
}

.comment-reply-link,
.review-comment-ratings {
    display: block;
    position: absolute;
    top: 4px;
    left: auto;
    text-align: center;
    right: 0;
    width: 14px;
    height: 14px;
    color: #ccc;
    font-size: 14px;
    line-height: 1
}

.review-comment-ratings {
    width: auto;
    color: #333
}

.comment-reply-link:hover {
    color: #888
}

#respond,
#respond form {
    margin-bottom: 0
}

.commentlist li #respond {
    margin: 30px 0 0
}

.commentlist li li #respond {
    margin-left: 30px
}

#respond p {
    margin: 10px 0 0 0
}

#respond p:first-child {
    margin-top: 0
}

#respond label small {
    color: #999;
    font-weight: normal
}

#respond input[type="text"],
#respond textarea {
    margin-bottom: 0
}

#respond .col_one_third,
#respond .col_full {
    margin-bottom: 20px
}

.fb-comments,
.fb_iframe_widget,
.fb-comments>span,
.fb_iframe_widget>span,
.fb-comments>span>iframe,
.fb_iframe_widget>span>iframe {
    display: block !important;
    width: 100% !important;
    margin: 0
}

img.alignleft,
div.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%
}

div.alignleft>img,
div.alignnone>img,
div.aligncenter>img,
div.alignright>img {
    display: block;
    float: none
}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
    display: block;
    margin: 10px 0;
    float: none
}

img.aligncenter,
div.aligncenter,
div.aligncenter img {
    margin-left: auto;
    margin-right: auto;
    clear: both
}

img.alignright,
div.alignright {
    float: right;
    margin: 5px 0 13px 20px
}

.wp-caption {
    text-align: center;
    margin: 10px 20px 13px 20px;
    font-family: 'Poppins', 'Montserrat', serif;
    font-style: italic
}

.wp-caption img,
.wp-caption img a {
    display: block;
    margin: 0
}

p.wp-caption-text {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 50px
}

.wp-smiley {
    max-height: 13px;
    margin: 0 !important
}

#infscr-loading,
#portfolio-ajax-loader {
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    text-align: center
}

#infscr-loading img,
#portfolio-ajax-loader img {
    display: none;
    width: 24px;
    height: 24px;
    margin: 12px
}

#portfolio-ajax-loader {
    display: none
}

#portfolio-ajax-loader img {
    display: block
}

.page-load-status {
    position: relative;
    display: none;
    padding: 30px 0
}

.page-load-status .css3-spinner {
    position: absolute;
    z-index: auto;
    background-color: transparent !important
}

.page-load-status .css3-spinner-ball-pulse-sync>div {
    background-color: #333
}

.shop {
    position: relative;
    margin: 0 -20px -20px 0
}

.product {
    position: relative
}

.shop .product {
    float: left;
    padding: 0 20px 20px 0;
    width: 25%
}

.product-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.product-image>a,
.product-image .slide a,
.product-image img {
    display: block;
    width: 100%;
    height: 100%
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .product-image>a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.product-image>a:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.product-image:hover>a:nth-of-type(2) {
    opacity: 1;
    z-index: 2
}

.product-desc {
    padding: 15px 0;
    font-size: 14px
}

.product-title {
    margin-bottom: 7px
}

.product-title h3 {
    margin: 0;
    font-size: 20px
}

.product-title h3 a,
.single-product .product-title h2 a {
    color: #333
}

.product-title h3 a:hover,
.single-product .product-title h2 a:hover {
    color: #1abc9c
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    margin-bottom: 4px
}

.product-price del {
    font-weight: 400;
    font-size: 90%;
    color: #888
}

.product-price ins {
    text-decoration: none;
    color: #1abc9c
}

.product-overlay {
    position: absolute;
    width: 100%;
    height: 44px;
    line-height: 44px;
    top: auto;
    bottom: -44px;
    left: 0;
    z-index: 6;
    overflow: hidden
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay {
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out
}

.product:hover .product-overlay {
    bottom: 0
}

.product-overlay a {
    display: block;
    float: left;
    width: 50%;
    font-size: 13px;
    color: #333;
    background-color: #f5f5f5;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-overlay a.item-quick-view {
    border-right: 0
}

.product-overlay a i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.product-overlay a:hover {
    background-color: #333;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.sale-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    background-color: #1abc9c;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-radius: 2px;
    z-index: 5
}

.sale-flash.out-of-stock {
    background-color: #777
}

.shop.product-3 {
    margin: 0 -30px -30px 0
}

.product-3 .product {
    padding: 0 30px 30px 0;
    width: 33.33333333%
}

.postcontent .shop.product-3 {
    margin: 0 -25px -25px 0
}

.postcontent .product-3 .product {
    padding: 0 25px 25px 0
}

.postcontent .shop.product-2 {
    margin: 0 -40px -40px 0
}

.postcontent .product-2 .product {
    padding: 0 40px 40px 0;
    width: 50%
}

.bothsidebar .shop.product-2 {
    margin: 0 -40px -20px 0
}

.bothsidebar .product-2 .product {
    padding: 0 40px 20px 0
}

.shop.product-1 {
    margin: 0 0 -40px 0
}

.product-1 .product {
    float: none;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%
}

.product-1 .product-image {
    float: left;
    width: 300px;
    height: 400px;
    margin-right: 30px
}

.product-1 .product.alt .product-image {
    float: right;
    margin: 0 0 0 30px
}

.product-1 .product-desc {
    padding: 0;
    position: relative;
    overflow: hidden
}

.product-1 .product-title h3 {
    font-size: 22px
}

.product-1 .product-desc .product-price {
    font-size: 20px
}

.product-1 .product-desc .product-rating {
    margin-bottom: 15px
}

.bothsidebar .product-1 .product {
    border-top: 1px solid #f5f5f5;
    padding-top: 40px
}

.bothsidebar .product-1 .product:first-child {
    border-top: 0;
    padding-top: 0
}

.bothsidebar .product-1 .product-image {
    width: 240px;
    height: 320px
}

.bothsidebar .product-1 .product-title h3 {
    font-size: 20px
}

.bothsidebar .product-1 .product-desc .product-price {
    font-size: 16px
}

.single-product .product {
    width: 100%;
    margin: 0
}

.shop-quick-view-ajax,
.portfolio-ajax-modal {
    position: relative;
    background-color: #fff;
    width: 800px;
    margin: 0 auto
}

.single-product .product-image,
.single-product .product-image img {
    height: auto
}

.single-product .product-desc {
    padding: 0
}

.single-product .product-title h2 {
    font-size: 28px;
    margin-bottom: 8px
}

.single-product .product-price {
    float: left;
    font-size: 24px;
    color: #1abc9c;
    margin-bottom: 0
}

.single-product .product-rating {
    float: right;
    position: relative;
    top: 9px
}

.single-product .product-desc .line {
    margin: 20px 0
}

.quantity {
    float: left;
    margin-right: 30px
}

.quantity .qty {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #eee;
    text-align: center;
    margin-bottom: 0
}

.quantity .plus,
.quantity .minus {
    display: block;
    float: left;
    cursor: pointer;
    border: 0 transparent;
    padding: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eee;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear
}

.quantity .plus:hover,
.quantity .minus:hover {
    background-color: #ddd
}

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
    box-shadow: none !important;
    outline: 0 !important
}

.single-product .add-to-cart.button {
    height: 40px;
    line-height: 40px
}

.product-meta {
    font-size: 13px;
    color: #777
}

.product-meta>.panel-body {
    margin-bottom: -5px
}

.product-meta>.panel-body>span {
    display: block;
    margin-bottom: 5px
}

.single-product .feature-box.fbox-plain.fbox-small {
    padding-left: 26px
}

.single-product .feature-box.fbox-plain.fbox-small .fbox-icon {
    width: 20px
}

.single-product .feature-box.fbox-plain.fbox-small h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 7px
}

.single-product .feature-box.fbox-plain.fbox-small p {
    margin-left: -26px
}

.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i {
    font-size: 18px
}

.product.iproduct {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.iproduct .product-image,
.iproduct .product-image a,
.iproduct .product-image img {
    height: auto
}

.cart .remove {
    font-size: 14px;
    color: #f00
}

.cart .remove:hover {
    color: #000
}

.cart th {
    padding: 12px 15px !important;
    font-size: 14px;
    color: #555
}

.cart td {
    padding: 12px 15px !important;
    vertical-align: middle !important;
    border-color: #e5e5e5 !important
}

.cart-product-thumbnail a {
    display: block;
    width: 68px
}

.cart-product-thumbnail img {
    display: block;
    width: 64px;
    height: 64px;
    border: 2px solid #eee
}

.cart-product-thumbnail img:hover {
    border-color: #1abc9c
}

.cart-product-name a,
.product-name a {
    font-weight: bold;
    font-size: 13px;
    color: #333
}

.cart-product-name a:hover,
.product-name a:hover {
    color: #666
}

.cart-product-price,
.cart-product-quantity,
.cart-product-subtotal {
    text-align: center !important
}

.cart-product-quantity .quantity {
    display: inline-block;
    margin: 0;
    float: none
}

td.actions {
    padding: 10px 15px !important;
    vertical-align: top !important;
    background-color: #f5f5f5
}

.events .entry,
.ievent {
    padding: 20px;
    background-color: #f9f9f9;
    border-bottom: 3px solid #eee
}

.events .entry:after {
    display: none !important
}

.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    width: 60px;
    height: 64px;
    text-align: center;
    padding-top: 9px;
    font-size: 26px;
    line-height: 1
}

.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
    display: block;
    font-size: 12px;
    margin-top: 7px
}

.events .entry-c,
.ievent .entry-c {
    padding: 5px 0
}

.single-event .entry-image img {
    border-radius: 0
}

.single-event .events-meta {
    font-size: 14px
}

.single-event .events-meta .iconlist li,
.parallax .iconlist li {
    margin: 5px 0
}

.single-event .entry-overlay,
.parallax .entry-overlay-meta {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, .85);
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    z-index: 5
}

.single-event .col_full .entry-overlay,
.single-event .col_three_fourth .entry-overlay {
    position: relative
}

.single-event .countdown {
    display: inline-block;
    position: relative;
    top: 7px
}

.single-event .countdown-section {
    padding: 0 15px;
    border-left-color: rgba(255, 255, 255, .3);
    color: #ccc
}

.single-event .countdown-amount {
    color: #fff
}

.parallax .entry-overlay,
.parallax .entry-overlay-meta {
    background: transparent;
    width: auto;
    text-align: right;
    bottom: 30px;
    left: auto;
    right: 30px
}

.parallax .entry-overlay-meta {
    padding: 20px;
    font-size: 14px;
    text-align: left;
    right: 38px;
    bottom: 130px;
    width: 368px;
    height: auto;
    line-height: inherit;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px
}

.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
    right: auto;
    left: 30px
}

.parallax.overlay-left .entry-overlay-meta {
    left: 38px
}

.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
    bottom: 100px;
    right: auto;
    left: 50%;
    margin-left: -192px
}

.parallax.overlay-center .entry-overlay-meta {
    top: 100px;
    bottom: auto;
    margin-left: -184px
}

.parallax .entry-overlay-meta h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
    padding-bottom: 17px
}

.parallax .entry-overlay-meta h2 a {
    color: #fff
}

.parallax .entry-overlay-meta h2 a:hover {
    color: #ddd
}

.parallax .countdown {
    top: 0
}

.parallax .countdown-section {
    border-left: 0;
    width: 80px;
    height: 80px;
    margin: 0 8px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    padding-top: 14px
}

.parallax .countdown-amount {
    font-size: 28px;
    margin-bottom: 6px
}

.ievent {
    position: relative;
    margin-top: 20px
}

.ievent:first-child {
    margin-top: 0
}

.ievent .entry-image {
    width: 30%;
    margin-right: 20px
}

.ievent .entry-content {
    margin-top: 20px
}

.ievent .entry-title h2 {
    font-size: 18px
}

.ievent .entry-meta {
    margin-right: -10px
}

.ievent .entry-meta li {
    font-size: 13px;
    margin-right: 10px;
    padding-left: 10px
}

.ievent .entry-meta li:first-child {
    padding-left: 0
}

.countdown {
    display: block
}

.countdown-row {
    display: block;
    position: relative;
    text-align: center
}

.countdown-section {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    width: 25%;
    border-left: 1px dotted #bbb;
    color: #888;
    text-transform: capitalize
}

.countdown-section:first-child {
    border-left: 0
}

.countdown-amount {
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px
}

.countdown-descr {
    display: block;
    width: 100%
}

.countdown-medium .countdown-section {
    font-size: 14px
}

.countdown-medium .countdown-amount {
    font-size: 30px;
    margin-bottom: 7px
}

.countdown-large .countdown-section {
    font-size: 18px
}

.countdown-large .countdown-amount {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 8px
}

.countdown.countdown-inline {
    display: inline-block
}

.countdown.countdown-inline .countdown-row {
    display: inline-block;
    text-align: center
}

.countdown.countdown-inline .countdown-section {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    border: none;
    color: inherit;
    margin-left: 7px;
    text-transform: initial
}

.countdown.countdown-inline .countdown-section:first-child {
    margin-left: 0
}

.countdown.countdown-inline .countdown-amount {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    margin: 0 3px 0 0
}

.countdown.countdown-inline .countdown-descr {
    display: inline-block;
    width: auto
}

body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-section {
    border: none;
    padding: 15px
}

body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-amount {
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    margin-bottom: 15px !important
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #1abc9c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button-dark {
    background-color: #444
}

.button-light {
    background-color: #eee;
    color: #333;
    text-shadow: none !important
}

.button:hover {
    background-color: #444;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-dark:hover {
    background-color: #1abc9c
}

.button.button-mini {
    padding: 0 14px;
    font-size: 11px;
    height: 28px;
    line-height: 28px
}

.button.button-small {
    padding: 0 17px;
    font-size: 12px;
    height: 34px;
    line-height: 34px
}

.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px
}

.button.button-xlarge {
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px
}

.button.button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.button.button-desc span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    text-transform: none
}

.button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
    width: 16px;
    text-align: center
}

.button.tright i {
    margin: 0 0 0 5px
}

.button-mini i {
    margin-right: 3px
}

.button-mini.tright i {
    margin: 0 0 0 3px
}

.button-small i {
    margin-right: 4px
}

.button-small.tright i {
    margin: 0 0 0 4px
}

.button-xlarge i {
    top: 2px;
    margin-right: 8px
}

.button-xlarge.tright i {
    margin: 0 0 0 8px
}

.button.button-desc i {
    top: 1px;
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px
}

.button.button-desc.tright i {
    margin: 0 0 0 12px
}

.button.button-desc div {
    display: inline-block
}

.button.button-rounded {
    border-radius: 3px
}

.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none
}

.button.button-border-thin {
    border-width: 1px;
    line-height: 38px
}

.button.button-border.button-mini {
    line-height: 24px
}

.button.button-border.button-small {
    line-height: 30px
}

.button.button-border.button-large {
    line-height: 42px
}

.button.button-border.button-xlarge {
    line-height: 48px
}

.button.button-border-thin.button-mini {
    line-height: 26px
}

.button.button-border-thin.button-small {
    line-height: 32px
}

.button.button-border-thin.button-large {
    line-height: 44px
}

.button.button-border-thin.button-xlarge {
    line-height: 50px
}

.button.button-border.button-desc {
    line-height: 1
}

.button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #fff;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-border.button-light {
    border-color: #eee;
    color: #eee
}

.button.button-border.button-light:hover {
    background-color: #eee;
    color: #333;
    text-shadow: none
}

.button.button-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.button.button-3d:hover {
    background-color: #1abc9c !important;
    opacity: .9
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
    text-shadow: none;
    color: #333
}

.button.button-reveal {
    padding: 0 28px;
    overflow: hidden
}

.button.button-reveal i {
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .1)
}

.button.button-reveal.button-border i {
    top: -2px
}

.button.button-reveal.tright i {
    left: auto;
    right: -32px
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
    border-radius: 3px 0 0 3px
}

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
    border-radius: 0 3px 3px 0
}

.button.button-reveal span {
    display: inline-block;
    position: relative;
    left: 0
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
    -webkit-transition: left .3s ease, right .3s ease;
    -o-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease
}

.button.button-reveal.button-mini {
    padding: 0 17px
}

.button.button-reveal.button-mini i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px
}

.button.button-reveal.button-mini.tright i {
    left: auto;
    right: -22px
}

.button.button-reveal.button-small {
    padding: 0 22px
}

.button.button-reveal.button-small i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px
}

.button.button-reveal.button-small.tright i {
    left: auto;
    right: -26px
}

.button.button-reveal.button-large {
    padding: 0 32px
}

.button.button-reveal.button-large i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px
}

.button.button-reveal.button-large.tright i {
    left: auto;
    right: -38px
}

.button.button-reveal.button-xlarge {
    padding: 0 40px
}

.button.button-reveal.button-xlarge i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px
}

.button.button-reveal.button-xlarge.tright i {
    left: auto;
    right: -44px
}

.button.button-reveal:hover i {
    left: 0
}

.button.button-reveal.tright:hover i {
    left: auto;
    right: 0
}

.button.button-reveal:hover span {
    left: 16px
}

.button.button-reveal.button-mini:hover span {
    left: 11px
}

.button.button-reveal.button-small:hover span {
    left: 13px
}

.button.button-reveal.button-large:hover span {
    left: 19px
}

.button.button-reveal.button-xlarge:hover span {
    left: 22px
}

.button.button-reveal.tright:hover span {
    left: -16px
}

.button.button-reveal.button-mini.tright:hover span {
    left: -11px
}

.button.button-reveal.button-small.tright:hover span {
    left: -13px
}

.button.button-reveal.button-large.tright:hover span {
    left: -19px
}

.button.button-reveal.button-xlarge.tright:hover span {
    left: -22px
}

.button.button-full {
    display: block;
    width: 100%;
    white-space: normal;
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.button.button-full.button-light {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.button.button-full strong {
    font-weight: 700;
    border-bottom: 2px solid #eee
}

body:not(.device-touch) .button.button-full strong {
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.button.button-full.button-light strong {
    border-bottom-color: #333
}

.button.button-full.button-light:hover strong {
    border-bottom-color: #eee
}

.button.button-circle {
    border-radius: 20px
}

.button.button-mini.button-circle {
    border-radius: 14px
}

.button.button-small.button-circle {
    border-radius: 17px
}

.button.button-large.button-circle {
    border-radius: 23px
}

.button.button-xlarge.button-circle {
    border-radius: 26px
}

.button.button-border.button-fill {
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    -webkit-backface-visibility: hidden
}

.button.button-border.button-fill span {
    position: relative
}

.button.button-border.button-fill:hover {
    background-color: transparent !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-border.button-fill.button-light:hover {
    border-color: #eee !important;
    color: #333 !important;
    text-shadow: none
}

.button.button-border.button-fill:before {
    content: '';
    position: absolute;
    background-color: #444;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden
}

.button.button-border.button-fill.button-light:before {
    background-color: #eee
}

.button.button-border.button-fill.fill-from-right:before {
    left: auto;
    right: 0
}

.button.button-border.button-fill:hover:before {
    width: 100%
}

.button.button-border.button-fill.fill-from-top:before,
.button.button-border.button-fill.fill-from-bottom:before {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button.button-border.button-fill.fill-from-top:before {
    width: 100%;
    height: 0
}

.button.button-border.button-fill.fill-from-top:hover:before {
    height: 100%
}

.button.button-border.button-fill.fill-from-bottom:before {
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0
}

.button.button-border.button-fill.fill-from-bottom:hover:before {
    height: 100%
}

.button-red {
    background-color: #c02942
}

.button-3d.button-red:hover,
.button-reveal.button-red:hover,
.button-border.button-red:hover,
.button-border.button-red.button-fill:before {
    background-color: #c02942 !important
}

.button-border.button-red {
    color: #c02942;
    border-color: #c02942
}

.button-teal {
    background-color: #53777a
}

.button-3d.button-teal:hover,
.button-reveal.button-teal:hover,
.button-border.button-teal:hover,
.button-border.button-teal.button-fill:before {
    background-color: #53777a !important
}

.button-border.button-teal {
    color: #53777a;
    border-color: #53777a
}

.button-yellow {
    background-color: #ecd078
}

.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover,
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill:before {
    background-color: #ecd078 !important
}

.button-border.button-yellow,
.button-border.button-yellow.button-fill.button-light:hover {
    color: #ecd078 !important;
    border-color: #ecd078 !important
}

.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill.button-light:hover {
    color: #333 !important
}

.button-green {
    background-color: #59ba41
}

.button-3d.button-green:hover,
.button-reveal.button-green:hover,
.button-border.button-green:hover,
.button-border.button-green.button-fill:before {
    background-color: #59ba41 !important
}

.button-border.button-green {
    color: #59ba41;
    border-color: #59ba41
}

.button-brown {
    background-color: #774f38
}

.button-3d.button-brown:hover,
.button-reveal.button-brown:hover,
.button-border.button-brown:hover,
.button-border.button-brown.button-fill:before {
    background-color: #774f38 !important
}

.button-border.button-brown {
    color: #774f38;
    border-color: #774f38
}

.button-aqua {
    background-color: #40c0cb
}

.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover,
.button-border.button-aqua:hover,
.button-border.button-aqua.button-fill:before {
    background-color: #40c0cb !important
}

.button-border.button-aqua {
    color: #40c0cb;
    border-color: #40c0cb
}

.button-lime {
    background-color: #aee239
}

.button-3d.button-lime:hover,
.button-reveal.button-lime:hover,
.button-border.button-lime:hover,
.button-border.button-lime.button-fill:before {
    background-color: #aee239 !important
}

.button-border.button-lime {
    color: #aee239;
    border-color: #aee239
}

.button-purple {
    background-color: #5d4157
}

.button-3d.button-purple:hover,
.button-reveal.button-purple:hover,
.button-border.button-purple:hover,
.button-border.button-purple.button-fill:before {
    background-color: #5d4157 !important
}

.button-border.button-purple {
    color: #5d4157;
    border-color: #5d4157
}

.button-leaf {
    background-color: #a8caba
}

.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover,
.button-border.button-leaf:hover,
.button-border.button-leaf.button-fill:before {
    background-color: #a8caba !important
}

.button-border.button-leaf {
    color: #a8caba;
    border-color: #a8caba
}

.button-pink {
    background-color: #f89fa1
}

.button-3d.button-pink:hover,
.button-reveal.button-pink:hover,
.button-border.button-pink:hover,
.button-border.button-pink.button-fill:before {
    background-color: #f89fa1 !important
}

.button-border.button-pink {
    color: #f89fa1;
    border-color: #f89fa1
}

.button-dirtygreen {
    background-color: #1693a5
}

.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover,
.button-border.button-dirtygreen:hover,
.button-border.button-dirtygreen.button-fill:before {
    background-color: #1693a5 !important
}

.button-border.button-dirtygreen {
    color: #1693a5;
    border-color: #1693a5
}

.button-blue {
    background-color: #1265a8
}

.button-3d.button-blue:hover,
.button-reveal.button-blue:hover,
.button-border.button-blue:hover,
.button-border.button-blue.button-fill:before {
    background-color: #1265a8 !important
}

.button-border.button-blue {
    color: #1265a8;
    border-color: #1265a8
}

.button-amber {
    background-color: #eb9c4d
}

.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before {
    background-color: #eb9c4d !important
}

.button-border.button-amber {
    color: #eb9c4d;
    border-color: #eb9c4d
}

.button-black {
    background-color: #111
}

.button-3d.button-black:hover,
.button-reveal.button-black:hover,
.button-border.button-black:hover,
.button-border.button-black.button-fill:before {
    background-color: #111 !important
}

.button-border.button-black {
    color: #111;
    border-color: #111
}

.button-white {
    background-color: #f9f9f9
}

.button-3d.button-white:hover,
.button-reveal.button-white:hover {
    background-color: #f9f9f9 !important
}

.button.button-nohover:hover {
    opacity: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
    border-color: inherit !important
}

.promo {
    position: relative;
    padding: 30px 200px 30px 0
}

.promo h3 {
    font-weight: bold;
    margin-bottom: 0
}

.promo>span,
.promo>.container>span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 16px;
    margin-top: 6px
}

.promo a.button {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -18px;
    left: auto;
    right: 0
}

.promo a.button.button-mini {
    margin-top: -12px
}

.promo a.button.button-small {
    margin-top: -15px
}

.promo a.button.button-large {
    margin-top: -22px
}

.promo a.button.button-xlarge {
    margin-top: -25px
}

.promo a.button.button-desc {
    margin-top: -40px
}

.promo-uppercase {
    text-transform: uppercase
}

.promo-uppercase h3 {
    font-size: 22px
}

.promo-uppercase>span,
.promo-uppercase>.container>span {
    font-size: 15px
}

.promo.promo-border {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding-left: 30px
}

.promo.promo-border a.button {
    right: 30px
}

.promo.promo-light {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding-left: 30px
}

.promo.promo-light a.button {
    right: 30px
}

.promo.promo-dark {
    border: 0 !important;
    background-color: #333;
    padding: 30px 200px 30px 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-radius: 3px
}

.promo.promo-dark h3 {
    color: #fff
}

.promo.promo-dark>h3 span,
.promo.promo-dark>.container>h3 span {
    padding: 2px 8px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
    font-weight: 400
}

.promo.promo-dark>span,
.promo.promo-dark>.container>span {
    color: #ccc;
    margin-top: 8px
}

.promo.promo-dark a.button {
    right: 30px
}

.promo.promo-flat {
    background-color: #1abc9c
}

.promo.promo-flat>span,
.promo.promo-flat>.container>span {
    color: rgba(255, 255, 255, .9)
}

.promo.promo-flat a.button:not(.button-border) {
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

.promo.promo-flat a.button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #444;
    text-shadow: none
}

.promo-full {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 40px 0 !important
}

.promo-full a.button {
    right: 15px !important
}

.promo-full.promo-right a.button {
    right: auto !important;
    left: 15px !important
}

.promo.parallax {
    padding: 80px 0 !important
}

.promo.promo-right {
    text-align: right;
    padding: 30px 0 30px 200px
}

.promo.promo-right a.button {
    left: 0;
    right: auto
}

.promo.promo-right.promo-border:not(.promo-mini),
.promo.promo-dark.promo-right:not(.promo-mini) {
    padding-right: 30px
}

.promo.promo-right.promo-border a.button,
.promo.promo-dark.promo-right a.button {
    left: 30px
}

.promo.promo-center {
    text-align: center;
    padding: 30px 20px
}

.promo.promo-center a.button {
    position: relative;
    top: 0;
    margin: 20px 0 0;
    left: 0 !important;
    right: 0
}

.promo.promo-mini {
    text-align: left;
    padding: 20px 25px
}

.promo.promo-mini h3 {
    font-size: 20px;
    line-height: 1.5
}

.promo.promo-mini.promo-uppercase h3 {
    font-size: 18px
}

.promo.promo-mini.promo-dark h3 {
    line-height: 1.7
}

.promo.promo-mini a.button {
    position: relative;
    top: 0;
    margin: 20px 0 0;
    left: 0 !important;
    right: 0
}

.promo.promo-mini.promo-center {
    text-align: center
}

.promo.promo-mini.promo-right {
    text-align: right
}

.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px
}

.feature-box:first-child {
    margin-top: 0
}

.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #1abc9c
}

.feature-box .fbox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px
}

.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333
}

.feature-box p {
    margin: 8px 0 0 0;
    color: #999
}

.feature-box .before-heading {
    font-size: 14px
}

.feature-box.fbox-large {
    padding: 0 0 0 115px
}

.feature-box.fbox-large .fbox-icon {
    width: 96px;
    height: 96px
}

.feature-box.fbox-large .fbox-icon i {
    font-size: 42px;
    line-height: 96px
}

.feature-box.fbox-outline .fbox-icon {
    border: 1px solid #1abc9c;
    border-radius: 50%;
    padding: 3px
}

.feature-box.fbox-outline .fbox-icon i {
    line-height: 56px
}

.feature-box.fbox-outline.fbox-large .fbox-icon {
    padding: 4px
}

.feature-box.fbox-outline.fbox-large .fbox-icon i {
    line-height: 86px
}

.feature-box.fbox-rounded .fbox-icon {
    border-radius: 3px !important
}

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img {
    border-radius: 3px !important
}

.feature-box.fbox-rounded.fbox-large .fbox-icon {
    border-radius: 4px !important
}

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img {
    border-radius: 4px !important
}

.feature-box.fbox-light.fbox-outline .fbox-icon {
    border-color: #e5e5e5
}

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #444
}

.feature-box.fbox-light .fbox-icon i {
    line-height: 62px
}

.feature-box.fbox-light.fbox-outline .fbox-icon i {
    line-height: 54px
}

.feature-box.fbox-light.fbox-large .fbox-icon i {
    line-height: 96px
}

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
    line-height: 84px
}

.feature-box.fbox-dark.fbox-outline .fbox-icon {
    border-color: #444
}

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
    background-color: #333
}

.feature-box.fbox-border .fbox-icon {
    border: 1px solid #1abc9c;
    border-radius: 50%
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
    border: none;
    background-color: transparent !important;
    color: #1abc9c
}

.feature-box.fbox-border .fbox-icon {
    padding: 0
}

.feature-box.fbox-border .fbox-icon i {
    line-height: 62px !important
}

.feature-box.fbox-border.fbox-large .fbox-icon i {
    line-height: 94px !important
}

.feature-box.fbox-border.fbox-light .fbox-icon {
    border-color: #e5e5e5
}

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img {
    color: #888
}

.feature-box.fbox-border.fbox-dark .fbox-icon {
    border-color: #333
}

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img {
    color: #444
}

.feature-box.fbox-plain .fbox-icon {
    border: none !important;
    height: auto !important
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
    border: none !important;
    background-color: transparent !important;
    color: #1abc9c;
    border-radius: 0
}

.feature-box.fbox-plain .fbox-icon i {
    font-size: 48px;
    line-height: 1 !important
}

.feature-box.fbox-plain .fbox-icon img {
    height: 64px
}

.feature-box.fbox-plain.fbox-image .fbox-icon {
    width: auto
}

.feature-box.fbox-plain.fbox-image .fbox-icon img {
    width: auto;
    display: inline-block
}

.feature-box.fbox-plain.fbox-small {
    padding-left: 42px
}

.feature-box.fbox-plain.fbox-small .fbox-icon {
    width: 28px
}

.feature-box.fbox-plain.fbox-small h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px
}

.feature-box.fbox-plain.fbox-small p {
    margin-left: -42px
}

.feature-box.fbox-plain.fbox-small .fbox-icon i {
    font-size: 28px
}

.feature-box.fbox-plain.fbox-small .fbox-icon img {
    height: 28px
}

.feature-box.fbox-plain.fbox-large .fbox-icon i {
    font-size: 72px
}

.feature-box.fbox-plain.fbox-large .fbox-icon img {
    height: 96px
}

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img {
    color: #888
}

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img {
    color: #444
}

.feature-box.fbox-center {
    padding: 0;
    text-align: center
}

.feature-box.fbox-center.fbox-small {
    padding-left: 0 !important
}

.feature-box.fbox-center .fbox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px
}

.feature-box.fbox-center .fbox-icon i {
    font-size: 42px;
    line-height: 96px
}

.feature-box.fbox-center.fbox-outline .fbox-icon i {
    line-height: 88px
}

.feature-box.fbox-center p {
    font-size: 14px;
    margin-top: 15px
}

.feature-box.fbox-center.fbox-large .fbox-icon {
    width: 128px;
    height: 128px
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
    font-size: 70px;
    line-height: 128px
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
    line-height: 118px
}

.feature-box.fbox-center.fbox-light .fbox-icon i {
    line-height: 94px
}

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
    line-height: 86px
}

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
    line-height: 114px
}

.feature-box.fbox-center.fbox-border .fbox-icon i {
    line-height: 94px !important
}

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
    line-height: 126px !important
}

.feature-box.fbox-center.fbox-plain .fbox-icon i {
    font-size: 84px
}

.feature-box.fbox-center.fbox-plain .fbox-icon img {
    height: 96px
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
    font-size: 112px
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
    height: 128px
}

.feature-box.fbox-center.fbox-small .fbox-icon {
    width: 64px;
    height: 64px
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
    font-size: 28px;
    line-height: 64px
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
    line-height: 58px
}

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
    line-height: 54px
}

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
    line-height: 62px !important
}

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
    font-size: 56px
}

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
    height: 64px
}

.feature-box.fbox-center.fbox-small p {
    font-size: 14px;
    margin-top: 10px
}

.feature-box.fbox-center.fbox-plain.fbox-small p {
    margin-left: 0
}

.feature-box.fbox-right {
    padding: 0 80px 0 0;
    text-align: right
}

.feature-box.fbox-right.fbox-large {
    padding-right: 115px
}

.feature-box.fbox-right .fbox-icon {
    left: auto;
    right: 0
}

.feature-box.fbox-right.fbox-plain.fbox-small {
    padding: 0 42px 0 0
}

.feature-box.fbox-right.fbox-plain.fbox-small p {
    margin: 0 -42px 0 0
}

.feature-box h3+.fbox-icon {
    margin-top: 20px !important
}

.feature-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
    content: '';
    display: block;
    margin: 20px auto;
    width: 30px;
    border-top: 2px solid #555;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
    width: 50px
}

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
    display: none
}

.feature-box.fbox-center.fbox-italic p {
    font-style: italic;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.feature-box.fbox-bg.fbox-center {
    margin-top: 68px;
    padding: 68px 30px 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.feature-box.fbox-bg.fbox-center:first-child {
    margin-top: 48px
}

.feature-box.fbox-bg.fbox-center.fbox-large {
    margin-top: 84px;
    padding-top: 84px
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child {
    margin-top: 64px
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
    position: absolute;
    top: -48px;
    left: 50%;
    margin: 0 0 0 -48px
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
    top: -64px;
    left: 50%;
    margin-left: -64px
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
    background-color: #fff
}

.fbox-effect .fbox-icon i {
    z-index: 1
}

.fbox-effect .fbox-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px
}

.fbox-effect .fbox-icon i {
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.fbox-effect .fbox-icon i:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .3s, opacity .3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .3s, opacity .3s;
    transform: scale(.8);
    opacity: 0
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
    background-color: #333;
    color: #fff
}

.fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #1abc9c
}

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #1abc9c
}

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.fbox-border.fbox-effect .fbox-icon i {
    -webkit-transition: color .5s, box-shadow .5s, background-color .5s;
    -o-transition: color .5s, box-shadow .5s, background-color .5s;
    transition: color .5s, box-shadow .5s, background-color .5s
}

.fbox-border.fbox-effect .fbox-icon i:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    box-shadow: none;
    background-image: url('/images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .5s, opacity .5s, background-color .5s;
    -o-transition: -moz-transform .5s, opacity .5s, background-color .5s;
    transition: transform .5s, opacity .5s, background-color .5s
}

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px
}

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
    color: #fff;
    box-shadow: 0 0 0 1px #333
}

.fbox-border.fbox-effect .fbox-icon i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    background-color: #333
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #1abc9c
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #1abc9c
}

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.feature-box.media-box {
    padding: 0
}

.feature-box.media-box .fbox-media {
    margin: 0 0 25px
}

.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.feature-box.media-box .fbox-media iframe {
    display: block
}

.feature-box.media-box p {
    margin-top: 17px
}

.feature-box.media-box.fbox-bg .fbox-media {
    margin: 0
}

.feature-box.media-box.fbox-bg .fbox-desc {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-radius: 0 0 5px 5px
}

.feature-box.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px 0 0
}

.flipbox {
    perspective: 1000px
}

.flipbox-inner {
    transition: .5s;
    transition-timing-function: ease;
    position: relative;
    transform-style: preserve-3d
}

.flipbox-front,
.flipbox-back {
    -webkit-backface-visibility: hidden
}

.flipbox-front {
    z-index: 2
}

.flipbox-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.flipbox:not(.flipbox-vertical) .flipbox-front {
    transform: rotateY(0deg)
}

.flipbox:not(.flipbox-vertical) .flipbox-back {
    transform: rotateY(-180deg)
}

.flipbox.flipbox-vertical .flipbox-front {
    transform: rotateX(0deg)
}

.flipbox.flipbox-vertical .flipbox-back {
    transform: rotateX(-180deg)
}

.flipbox:not(.flipbox-vertical):hover .flipbox-inner,
.flipbox:not(.flipbox-vertical).hover .flipbox-inner {
    transform: rotateY(180deg)
}

.flipbox.flipbox-vertical:hover .flipbox-inner,
.flipbox.flipbox-vertical.hover .flipbox-inner {
    transform: rotateX(180deg)
}

.process-steps {
    margin: 0 0 40px;
    list-style: none
}

.process-steps li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    overflow: hidden
}

.process-steps.process-2 li {
    width: 50%
}

.process-steps.process-3 li {
    width: 33.33%
}

.process-steps.process-5 li {
    width: 20%
}

.process-steps li .i-circled {
    margin-bottom: 0 !important
}

.process-steps li .i-bordered {
    background-color: #fff
}

.process-steps li h5 {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 300
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #1abc9c
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
    background-color: #1abc9c !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-color: #1abc9c !important
}

.process-steps li:before,
.process-steps li:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #ddd
}

.process-steps li:after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0
}

.process-steps li:first-child:before,
.process-steps li:last-child:after {
    display: none
}

.style-msg,
.style-msg2 {
    position: relative;
    display: block;
    color: #444;
    border-left: 4px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.style-msg2 {
    border-left: 4px solid rgba(0, 0, 0, .2)
}

.successmsg {
    background: #c5ebd4;
    color: #184b21
}

.errormsg {
    background: #fcc;
    color: #740d0a
}

.infomsg {
    background: #b9dff4;
    color: #124f70
}

.alertmsg {
    background: #fce0b6;
    color: #975e06
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
    display: block;
    padding: 15px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6)
}

.style-msg2 .msgtitle {
    background: rgba(0, 0, 0, .15);
    border-top: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: bold
}

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.style-msg2 .sb-msg {
    font-weight: normal
}

.style-msg2 ol,
.style-msg2 ul {
    margin: 0 0 0 30px
}

.style-msg2 ol {
    list-style-type: decimal
}

.style-msg2 ul {
    list-style-type: disc
}

.alert i,
.sb-msg i,
.msgtitle i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px
}

.style-msg .close {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px
}

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
    font-style: normal
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px
}

.i-bordered {
    border: 1px solid #555;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #fff
}

.i-plain:hover {
    color: #777
}

.i-circled {
    border-radius: 50%
}

.i-light {
    background-color: #f5f5f5;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .2)
}

.i-alt {
    background-image: url('/images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%
}

.i-rounded:hover,
.i-circled:hover {
    background-color: #1abc9c;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #fff;
    border-color: #444
}

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important
}

.i-small.i-bordered {
    line-height: 26px !important
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important
}

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important
}

.i-medium.i-bordered {
    line-height: 34px !important
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important
}

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important
}

.i-large.i-bordered {
    line-height: 62px !important
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important
}

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important
}

.i-xlarge.i-bordered {
    line-height: 82px !important
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important
}

.i-xxlarge.i-rounded,
.i-xxlarge.i-plain,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
    margin: 6px 15px 10px 0;
    font-size: 64px
}

.i-xxlarge.i-rounded,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
    width: 96px !important;
    height: 96px !important;
    line-height: 96px !important
}

.i-xxlarge.i-bordered {
    line-height: 94px !important
}

.i-xxlarge.i-plain {
    width: 80px !important;
    height: 80px !important;
    font-size: 64px;
    line-height: 80px !important
}

.i-overlay,
.i-overlay a {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .2) url('../images/grid.png') repeat
}

.i-overlay a {
    background: transparent
}

.i-overlay img,
.i-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #e5e5e5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.i-overlay i {
    margin: -18px 0 0 -18px;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px;
    font-size: 24px
}

.on-hover.i-overlay {
    opacity: 0
}

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.on-hover.i-overlay:hover {
    opacity: 1
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #aaa;
    border-radius: 3px;
    overflow: hidden
}

.si-rounded {
    border-radius: 50%
}

.si-borderless {
    border-color: transparent !important
}

.si-dark {
    background-color: #444;
    color: #fff !important;
    border-color: transparent
}

.si-light {
    background-color: rgba(0, 0, 0, .05);
    color: #666 !important;
    border-color: transparent
}

.si-colored {
    border-color: transparent !important
}

.si-colored i {
    color: #fff
}

.social-icon.si-large {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 54px !important
}

.social-icon.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important
}

.social-icon i {
    display: block;
    position: relative
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon i:last-child {
    color: #fff !important
}

.social-icon:hover i:first-child {
    margin-top: -38px
}

.social-icon.si-large:hover i:first-child {
    margin-top: -54px
}

.social-icon.si-small:hover i:first-child {
    margin-top: -30px
}

.social-icon:hover {
    color: #555;
    border-color: transparent
}

.si-colored.social-icon {
    border-color: transparent
}

.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100
}

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px
}

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.si-share span {
    line-height: 36px;
    font-weight: bold;
    font-size: 13px
}

.si-share div {
    float: right
}

.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px
}

.si-facebook:hover,
.si-colored.si-facebook {
    background-color: #3b5998 !important
}

.si-delicious:hover,
.si-colored.si-delicious {
    background-color: #205cc0 !important
}

.si-paypal:hover,
.si-colored.si-paypal {
    background-color: #00588b !important
}

.si-flattr:hover,
.si-colored.si-flattr {
    background-color: #f67c1a !important
}

.si-android:hover,
.si-colored.si-android {
    background-color: #a4c639 !important
}

.si-smashmag:hover,
.si-colored.si-smashmag {
    background-color: #e53b2c !important
}

.si-gplus:hover,
.si-colored.si-gplus {
    background-color: #dd4b39 !important
}

.si-wikipedia:hover,
.si-colored.si-wikipedia {
    background-color: #333 !important
}

.si-stumbleupon:hover,
.si-colored.si-stumbleupon {
    background-color: #f74425 !important
}

.si-foursquare:hover,
.si-colored.si-foursquare {
    background-color: #25a0ca !important
}

.si-call:hover,
.si-colored.si-call {
    background-color: #444 !important
}

.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns {
    background-color: #f26739 !important
}

.si-forrst:hover,
.si-colored.si-forrst {
    background-color: #5b9a68 !important
}

.si-digg:hover,
.si-colored.si-digg {
    background-color: #191919 !important
}

.si-spotify:hover,
.si-colored.si-spotify {
    background-color: #81b71a !important
}

.si-reddit:hover,
.si-colored.si-reddit {
    background-color: #c6c6c6 !important
}

.si-blogger:hover,
.si-colored.si-blogger {
    background-color: #fc4f08 !important
}

.si-cc:hover,
.si-colored.si-cc {
    background-color: #688527 !important
}

.si-dribbble:hover,
.si-colored.si-dribbble {
    background-color: #ea4c89 !important
}

.si-evernote:hover,
.si-colored.si-evernote {
    background-color: #5ba525 !important
}

.si-flickr:hover,
.si-colored.si-flickr {
    background-color: #ff0084 !important
}

.si-google:hover,
.si-colored.si-google {
    background-color: #dd4b39 !important
}

.si-instapaper:hover,
.si-colored.si-instapaper {
    background-color: #333 !important
}

.si-klout:hover,
.si-colored.si-klout {
    background-color: #ff5f52 !important
}

.si-linkedin:hover,
.si-colored.si-linkedin {
    background-color: #0e76a8 !important
}

.si-vk:hover,
.si-colored.si-vk {
    background-color: #2b587a !important
}

.si-rss:hover,
.si-colored.si-rss {
    background-color: #ee802f !important
}

.si-skype:hover,
.si-colored.si-skype {
    background-color: #00aff0 !important
}

.si-twitter:hover,
.si-colored.si-twitter {
    background-color: #00acee !important
}

.si-youtube:hover,
.si-colored.si-youtube {
    background-color: #c4302b !important
}

.si-vimeo:hover,
.si-colored.si-vimeo {
    background-color: #86c9ef !important
}

.si-aim:hover,
.si-colored.si-aim {
    background-color: #fcd20b !important
}

.si-yahoo:hover,
.si-colored.si-yahoo {
    background-color: #720e9e !important
}

.si-email3:hover,
.si-colored.si-email3 {
    background-color: #6567a5 !important
}

.si-macstore:hover,
.si-colored.si-macstore {
    background-color: #333 !important
}

.si-myspace:hover,
.si-colored.si-myspace {
    background-color: #666 !important
}

.si-podcast:hover,
.si-colored.si-podcast {
    background-color: #e4b21b !important
}

.si-cloudapp:hover,
.si-colored.si-cloudapp {
    background-color: #525557 !important
}

.si-dropbox:hover,
.si-colored.si-dropbox {
    background-color: #3d9ae8 !important
}

.si-ebay:hover,
.si-colored.si-ebay {
    background-color: #89c507 !important
}

.si-github:hover,
.si-colored.si-github {
    background-color: #171515 !important
}

.si-googleplay:hover,
.si-colored.si-googleplay {
    background-color: #dd4b39 !important
}

.si-itunes:hover,
.si-colored.si-itunes {
    background-color: #222 !important
}

.si-plurk:hover,
.si-colored.si-plurk {
    background-color: #cf5a00 !important
}

.si-pinboard:hover,
.si-colored.si-pinboard {
    background-color: #0000e6 !important
}

.si-soundcloud:hover,
.si-colored.si-soundcloud {
    background-color: #f70 !important
}

.si-tumblr:hover,
.si-colored.si-tumblr {
    background-color: #34526f !important
}

.si-wordpress:hover,
.si-colored.si-wordpress {
    background-color: #1e8cbe !important
}

.si-yelp:hover,
.si-colored.si-yelp {
    background-color: #c41200 !important
}

.si-intensedebate:hover,
.si-colored.si-intensedebate {
    background-color: #009ee4 !important
}

.si-eventbrite:hover,
.si-colored.si-eventbrite {
    background-color: #f16924 !important
}

.si-scribd:hover,
.si-colored.si-scribd {
    background-color: #666 !important
}

.si-stripe:hover,
.si-colored.si-stripe {
    background-color: #008cdd !important
}

.si-print:hover,
.si-colored.si-print {
    background-color: #111 !important
}

.si-dwolla:hover,
.si-colored.si-dwolla {
    background-color: #ff5c03 !important
}

.si-statusnet:hover,
.si-colored.si-statusnet {
    background-color: #131a30 !important
}

.si-acrobat:hover,
.si-colored.si-acrobat {
    background-color: #d3222a !important
}

.si-drupal:hover,
.si-colored.si-drupal {
    background-color: #27537a !important
}

.si-buffer:hover,
.si-colored.si-buffer {
    background-color: #333 !important
}

.si-pocket:hover,
.si-colored.si-pocket {
    background-color: #ee4056 !important
}

.si-bitbucket:hover,
.si-colored.si-bitbucket {
    background-color: #0e4984 !important
}

.si-stackoverflow:hover,
.si-colored.si-stackoverflow {
    background-color: #ef8236 !important
}

.si-hackernews:hover,
.si-colored.si-hackernews {
    background-color: #f60 !important
}

.si-xing:hover,
.si-colored.si-xing {
    background-color: #126567 !important
}

.si-instagram:hover,
.si-colored.si-instagram {
    background-color: #3f729b !important
}

.si-quora:hover,
.si-colored.si-quora {
    background-color: #a82400 !important
}

.si-openid:hover,
.si-colored.si-openid {
    background-color: #e16309 !important
}

.si-steam:hover,
.si-colored.si-steam {
    background-color: #111 !important
}

.si-amazon:hover,
.si-colored.si-amazon {
    background-color: #e47911 !important
}

.si-disqus:hover,
.si-colored.si-disqus {
    background-color: #e4e7ee !important
}

.si-plancast:hover,
.si-colored.si-plancast {
    background-color: #222 !important
}

.si-appstore:hover,
.si-colored.si-appstore {
    background-color: #000 !important
}

.si-pinterest:hover,
.si-colored.si-pinterest {
    background-color: #c8232c !important
}

.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx {
    background-color: #111 !important
}

.si-text-color.si-facebook i {
    color: #3b5998
}

.si-text-color.si-delicious i {
    color: #205cc0
}

.si-text-color.si-paypal i {
    color: #00588b
}

.si-text-color.si-flattr i {
    color: #f67c1a
}

.si-text-color.si-android i {
    color: #a4c639
}

.si-text-color.si-smashmag i {
    color: #e53b2c
}

.si-text-color.si-gplus i {
    color: #dd4b39
}

.si-text-color.si-wikipedia i {
    color: #333
}

.si-text-color.si-stumbleupon i {
    color: #f74425
}

.si-text-color.si-foursquare i {
    color: #25a0ca
}

.si-text-color.si-call i {
    color: #444
}

.si-text-color.si-ninetyninedesigns i {
    color: #f26739
}

.si-text-color.si-forrst i {
    color: #5b9a68
}

.si-text-color.si-digg i {
    color: #191919
}

.si-text-color.si-spotify i {
    color: #81b71a
}

.si-text-color.si-reddit i {
    color: #c6c6c6
}

.si-text-color.si-blogger i {
    color: #fc4f08
}

.si-text-color.si-cc i {
    color: #688527
}

.si-text-color.si-dribbble i {
    color: #ea4c89
}

.si-text-color.si-evernote i {
    color: #5ba525
}

.si-text-color.si-flickr i {
    color: #ff0084
}

.si-text-color.si-google i {
    color: #dd4b39
}

.si-text-color.si-instapaper i {
    color: #333
}

.si-text-color.si-klout i {
    color: #ff5f52
}

.si-text-color.si-linkedin i {
    color: #0e76a8
}

.si-text-color.si-vk i {
    color: #2b587a
}

.si-text-color.si-rss i {
    color: #ee802f
}

.si-text-color.si-skype i {
    color: #00aff0
}

.si-text-color.si-twitter i {
    color: #00acee
}

.si-text-color.si-youtube i {
    color: #c4302b
}

.si-text-color.si-vimeo i {
    color: #86c9ef
}

.si-text-color.si-aim i {
    color: #fcd20b
}

.si-text-color.si-yahoo i {
    color: #720e9e
}

.si-text-color.si-email3 i {
    color: #6567a5
}

.si-text-color.si-macstore i {
    color: #333
}

.si-text-color.si-myspace i {
    color: #666
}

.si-text-color.si-podcast i {
    color: #e4b21b
}

.si-text-color.si-cloudapp i {
    color: #525557
}

.si-text-color.si-dropbox i {
    color: #3d9ae8
}

.si-text-color.si-ebay i {
    color: #89c507
}

.si-text-color.si-github i {
    color: #171515
}

.si-text-color.si-googleplay i {
    color: #dd4b39
}

.si-text-color.si-itunes i {
    color: #222
}

.si-text-color.si-plurk i {
    color: #cf5a00
}

.si-text-color.si-pinboard i {
    color: #0000e6
}

.si-text-color.si-soundcloud i {
    color: #f70
}

.si-text-color.si-tumblr i {
    color: #34526f
}

.si-text-color.si-wordpress i {
    color: #1e8cbe
}

.si-text-color.si-yelp i {
    color: #c41200
}

.si-text-color.si-intensedebate i {
    color: #009ee4
}

.si-text-color.si-eventbrite i {
    color: #f16924
}

.si-text-color.si-scribd i {
    color: #666
}

.si-text-color.si-stripe i {
    color: #008cdd
}

.si-text-color.si-print i {
    color: #111
}

.si-text-color.si-dwolla i {
    color: #ff5c03
}

.si-text-color.si-statusnet i {
    color: #131a30
}

.si-text-color.si-acrobat i {
    color: #d3222a
}

.si-text-color.si-drupal i {
    color: #27537a
}

.si-text-color.si-buffer i {
    color: #333
}

.si-text-color.si-pocket i {
    color: #ee4056
}

.si-text-color.si-bitbucket i {
    color: #0e4984
}

.si-text-color.si-stackoverflow i {
    color: #ef8236
}

.si-text-color.si-hackernews i {
    color: #f60
}

.si-text-color.si-xing i {
    color: #126567
}

.si-text-color.si-instagram i {
    color: #3f729b
}

.si-text-color.si-quora i {
    color: #a82400
}

.si-text-color.si-openid i {
    color: #e16309
}

.si-text-color.si-steam i {
    color: #111
}

.si-text-color.si-amazon i {
    color: #e47911
}

.si-text-color.si-disqus i {
    color: #e4e7ee
}

.si-text-color.si-plancast i {
    color: #222
}

.si-text-color.si-appstore i {
    color: #000
}

.si-text-color.si-pinterest i {
    color: #c8232c
}

.si-text-color.si-fivehundredpx i {
    color: #111
}

.si-text-color:hover {
    color: #fff
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    cursor: pointer
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

.toggle .toggleta {
    font-weight: bold
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
    display: none
}

.toggle .toggleta i.toggle-open {
    display: block
}

.toggle .togglet:not(.toggleta) span.toggle-open,
.toggle .togglet.toggleta span.toggle-closed {
    display: none
}

.toggle .togglet.toggleta span.toggle-open,
.toggle .togglet:not(.toggleta) span.toggle-closed {
    display: block
}

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px
}

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: #eee;
    line-height: 44px;
    padding: 0 0 0 36px;
    border-radius: 2px
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 44px
}

.toggle.toggle-bg .togglec {
    padding: 12px 0 0 36px
}

.toggle.toggle-border {
    border: 1px solid #ccc;
    border-radius: 4px
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px
}

.toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px
}

.toggle.toggle-border .togglec {
    padding: 0 15px 15px 36px
}

.faqs .toggle {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta {
    font-size: 15px
}

.faqs .toggle .togglet i {
    top: 1px;
    font-size: 14px
}

.faqs .toggle .togglec {
    padding-bottom: 10px
}

.accordion {
    margin-bottom: 20px
}

.acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #ddd;
    padding: 10px 0 10px 20px
}

.acctitlec {
    cursor: auto
}

.acctitle:first-child {
    border-top: none
}

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px
}

.acctitle i.acc-open,
.acctitlec i.acc-closed {
    display: none
}

.acctitlec i.acc-open {
    display: block
}

.acc_content {
    position: relative;
    padding: 0 0 15px 20px
}

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #eee;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0
}

.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px
}

.accordion.accordion-bg .acc_content {
    padding: 10px 0 15px 36px
}

.accordion.accordion-border {
    border: 1px solid #ddd;
    border-radius: 4px
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #ccc;
    line-height: 44px;
    padding: 0 15px 0 36px
}

.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px
}

.accordion.accordion-border .acc_content {
    padding: 0 15px 15px 36px
}

.accordion.accordion-lg .acctitle {
    font-size: 23px;
    line-height: 44px;
    padding-left: 30px;
    font-weight: 400
}

.accordion.accordion-lg .acctitle i {
    width: 20px;
    font-size: 20px;
    line-height: 64px
}

.accordion.accordion-lg .acc_content {
    padding: 10px 0 30px 30px
}

.tabs {
    position: relative;
    margin: 0 0 30px 0
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #ddd;
    list-style: none
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-left: 1px solid #ddd
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: bold
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #fff
}

.tabs.tabs-alt ul.tab-nav li {
    border-color: transparent
}

.tabs.tabs-alt ul.tab-nav li:first-child {
    border-left: 0
}

.tabs.tabs-alt ul.tab-nav li a {
    background-color: #fff
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: 1px solid #ddd;
    border-bottom: 0
}

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
    top: -1px;
    height: 43px;
    line-height: 38px;
    border-top: 2px solid #1abc9c
}

.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a {
    height: 42px
}

.tabs.tabs-bb ul.tab-nav li {
    border: 0;
    margin: 0
}

.tabs.tabs-bb ul.tab-nav li a {
    background-color: transparent;
    border-bottom: 2px solid transparent
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #1abc9c;
    top: -2px;
    height: 44px;
    line-height: 44px
}

ul.tab-nav.tab-nav2 {
    border-bottom: 0
}

ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px
}

ul.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0
}

ul.tab-nav.tab-nav2 li a {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #1abc9c;
    color: #fff
}

ul.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none
}

ul.tab-nav-lg li {
    float: left;
    position: relative;
    text-align: center;
    padding: 15px
}

ul.tab-nav-lg li a {
    display: inline-block;
    color: #444;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px
}

ul.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px
}

ul.tab-nav-lg li.ui-tabs-active a {
    color: #1abc9c
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -50px;
    border: solid transparent
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
    border-top-color: #fff;
    border-width: 16px;
    left: 50%;
    margin-left: -16px
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
    border-top-color: #fff;
    border-width: 16px;
    left: 50%;
    margin-left: -16px
}

.tab-container {
    position: relative;
    padding: 20px 0 0
}

ul.tab-nav li a i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.tabs-bordered ul.tab-nav li:first-child {
    margin-left: 0
}

.tabs-bordered .tab-container {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px
}

.side-tabs ul.tab-nav {
    float: left;
    width: 200px;
    padding: 20px 0;
    border-bottom: 0;
    border-right: 1px solid #ddd
}

.side-tabs ul.tab-nav li {
    float: none;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    height: auto;
    text-align: left
}

.side-tabs ul.tab-nav li:first-child {
    margin-left: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
    top: 0;
    right: -1px
}

.side-tabs .tab-container {
    overflow: hidden;
    padding: 15px 0 0 20px
}

.ui-tabs .ui-tabs-hide {
    position: absolute !important;
    left: -10000px !important;
    display: block !important
}

.side-tabs ul.tab-nav.tab-nav2 {
    border: 0
}

.side-tabs ul.tab-nav.tab-nav2 li {
    border: 0;
    margin: 6px 0 0
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child {
    margin-top: 0
}

.side-tabs ul.tab-nav.tab-nav2 li a {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
    right: 0
}

.tabs-bordered.side-tabs ul.tab-nav {
    position: relative;
    padding: 0;
    z-index: 2;
    margin-right: -1px
}

.tabs-bordered.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
    right: -1px;
    border-right: 1px solid #fff
}

.tabs-bordered.side-tabs .tab-container {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #ddd
}

.sidenav {
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 4px
}

.sidenav li {
    list-style-type: none
}

.sidenav li a {
    display: block;
    position: relative;
    margin: 0 0 -1px;
    padding: 11px 20px 11px 14px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-right-width: 2px;
    color: #666
}

.sidenav>li:first-child>a {
    border-radius: 4px 4px 0 0
}

.sidenav>li:last-child>a {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 2px
}

.sidenav>.ui-tabs-active>a,
.sidenav>.ui-tabs-active>a:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(0, 0, 0, .1) !important;
    color: #fff !important;
    font-weight: 700;
    background-color: #1abc9c !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.sidenav li ul {
    display: none
}

.sidenav li.ui-tabs-active ul {
    display: block
}

.sidenav li li a {
    padding: 6px 20px 6px 35px;
    font-size: 14px;
    border-top: none;
    border-bottom: none
}

.sidenav li li:first-child a {
    padding-top: 20px
}

.sidenav li li:last-child a {
    padding-bottom: 20px
}

.sidenav li i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 16px
}

.sidenav .icon-chevron-right {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: auto;
    right: 6px;
    margin-top: -8px;
    margin-right: 0;
    opacity: .4;
    font-size: 12px !important
}

.sidenav>li>a:hover {
    background-color: #f5f5f5;
    color: #222
}

.sidenav a:hover .icon-chevron-right {
    opacity: .5
}

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right {
    opacity: 1
}

.faqlist li {
    margin-bottom: 5px;
    font-size: 15px
}

.faqlist li a {
    color: #444
}

.faqlist li a:hover {
    color: #1abc9c !important
}

.clients-grid,
.testimonials-grid {
    list-style: none;
    overflow: hidden
}

.clients-grid li,
.testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
    -webkit-backface-visibility: hidden
}

.clients-grid.grid-2 li {
    width: 50%;
    padding: 25px 0
}

.clients-grid.grid-3 li {
    width: 33.33%
}

.clients-grid.grid-4 li {
    width: 25%
}

.clients-grid.grid-6 li {
    width: 16.66%
}

.clients-grid li a {
    opacity: .6
}

body:not(.device-touch) .clients-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.clients-grid li a:hover {
    opacity: 1
}

.clients-grid li a,
.clients-grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.clients-grid li a img {
    width: 100%
}

.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
    content: '';
    position: absolute
}

.clients-grid li:before,
.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #ddd
}

.clients-grid li:after,
.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd
}

.testimonials-grid li {
    width: 50%;
    padding: 25px
}

.testimonials-grid.grid-3 li {
    width: 33.33%
}

.testimonials-grid.grid-1 li {
    width: 100%
}

.testimonials-grid li .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important
}

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.testi-image {
    float: left;
    margin-right: 15px
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    display: block;
    width: 64px;
    height: 64px
}

.testi-image i {
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
    line-height: 64px;
    font-size: 28px;
    color: #888;
    text-shadow: 1px 1px 1px #fff
}

.testi-image img {
    border-radius: 50%
}

.testi-content {
    position: relative;
    overflow: hidden
}

.testi-content p {
    margin-bottom: 0;
    font-family: 'Crete Round', serif;
    font-style: italic
}

.testi-content p:before,
.testi-content p:after {
    content: '"'
}

.testi-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase
}

.testi-meta:before {
    content: 'ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¬ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Âœ'
}

.testi-meta span {
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    text-transform: none;
    padding-left: 10px
}

.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before {
    content: ''
}

.testimonial.twitter-scroll .testi-meta span {
    padding-left: 0
}

.testimonial.twitter-scroll .testi-meta span a {
    color: #999
}

.testimonial.twitter-scroll .testi-meta span a:hover {
    color: #222
}

.testimonial.testimonial-full {
    padding: 30px
}

.testimonial.testimonial-full[data-animation="fade"] {
    padding: 30px
}

.testimonial.testimonial-full[data-animation="fade"] .flexslider {
    overflow: visible !important
}

.testimonial-full .testi-image {
    float: none;
    margin: 0 auto 20px
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
    display: block;
    width: 72px;
    height: 72px
}

.testimonial-full .testi-image i {
    line-height: 72px
}

.testimonial-full .testi-content {
    text-align: center;
    font-size: 18px
}

.testimonial-full .testi-meta {
    margin-top: 15px
}

.testimonial-full .testi-meta span {
    padding-left: 0
}

.section>.testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 800px;
    margin: 0 auto
}

.section>.testimonial[data-animation="fade"] {
    padding: 0
}

.section>.testimonial .testi-content {
    font-size: 22px
}

.section>.testimonial .testi-meta,
.section>.testimonial .testi-meta span {
    font-size: 14px
}

.testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0
}

.testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px
}

.testimonial .flex-control-nav li a {
    width: 6px !important;
    height: 6px !important;
    border: none;
    background-color: #1abc9c;
    opacity: .5
}

.testimonial .flex-control-nav li:hover a {
    opacity: .75
}

.testimonial .flex-control-nav li a.flex-active {
    opacity: 1
}

.testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px
}

.testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none
}

.team,
.team-image {
    position: relative
}

.team-image>a,
.team-image img {
    display: block;
    width: 100%
}

.team-desc {
    text-align: center
}

.team-desc.team-desc-bg {
    background-color: #fff;
    padding: 10px 0 30px
}

.team .si-share {
    margin-top: 30px;
    text-align: left
}

.team .si-share .social-icon {
    font-size: 14px;
    width: 34px
}

.team-title {
    position: relative;
    padding-top: 20px
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.team-title span {
    display: block;
    color: #1abc9c;
    font-weight: 400;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-size: 15px;
    margin-top: 5px
}

.team-content {
    margin-top: 15px;
    color: #777
}

.team-content p:last-child {
    margin-bottom: 0
}

.team-overlay,
.team-overlay:before {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center
}

body:not(.device-touch) .team-overlay {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.team-overlay:before {
    content: '';
    z-index: auto;
    background-color: #fff;
    opacity: .75
}

.team-overlay .social-icon {
    float: none;
    position: relative;
    z-index: 3;
    margin: 0 3px !important;
    display: inline-block
}

.team:hover .team-overlay {
    opacity: 1
}

.team.center .team-title:after {
    left: 50%;
    margin-left: -40px
}

.team.team-list .team-image {
    float: left;
    width: 250px;
    margin-right: 30px
}

.team.team-list .team-desc {
    position: relative;
    overflow: hidden;
    text-align: left
}

.team.team-list .team-title {
    padding-top: 0
}

.team .team-desc>.social-icon {
    margin-top: 20px
}

.team .team-content~.social-icon {
    margin-top: 30px
}

.team:not(.team-list) .social-icon {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px
}

.pricing {
    position: relative
}

.pricing [class^=col-] {
    padding: 0;
    margin-top: 20px
}

.pricing-box {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background-color: #f5f5f5
}

.pricing-title {
    padding: 15px 0;
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.pricing-title h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555
}

.pricing-title span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 14px;
    margin-top: 3px;
    text-transform: uppercase
}

.pricing-price {
    position: relative;
    padding: 25px 0;
    color: #333;
    font-weight: 300;
    font-size: 64px;
    line-height: 1
}

.pricing-price:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px
}

.pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: normal
}

.pricing-price span.price-tenure {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin: 0 0 0 3px
}

.pricing-features {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.pricing-features ul {
    margin: 0;
    padding: 15px 0;
    list-style: none
}

.pricing-features li {
    padding: 6px 0;
    font-size: 14px
}

.pricing-action {
    padding: 15px 30px
}

.pricing-box.best-price {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    z-index: 10
}

.pricing-box.best-price {
    margin: -20px -1px 0 -1px
}

.pricing-box.best-price .pricing-title {
    background-color: #fff;
    padding: 20px 0
}

.pricing-box.best-price .pricing-title h3 {
    font-size: 22px
}

.pricing-box.best-price .pricing-price {
    color: #1abc9c;
    font-size: 72px
}

.pricing-box.pricing-minimal .pricing-price {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.pricing-box.pricing-minimal .pricing-price:after {
    display: none
}

.pricing.pricing-5 .pricing-box {
    float: left;
    width: 20%;
    margin-top: 20px
}

.pricing.pricing-5 .pricing-box.best-price {
    margin-top: 0
}

.pricing.pricing-5 .pricing-box:nth-child(5) {
    margin-left: -1px
}

.pricing.pricing-5 .pricing-title h3 {
    font-size: 18px
}

.pricing.pricing-5 .best-price .pricing-title h3 {
    font-size: 20px
}

.pricing-box.pricing-extended {
    background-color: #fff;
    text-align: left
}

.pricing-box.pricing-extended .pricing-desc {
    float: left;
    width: 75%;
    padding: 25px
}

.pricing-box.pricing-extended .pricing-title {
    background-color: transparent;
    padding-top: 0;
    text-align: left
}

.pricing-box.pricing-extended .pricing-features {
    border: 0
}

.pricing-box.pricing-extended .pricing-features ul {
    padding: 15px 0 0 0
}

.pricing-box.pricing-extended .pricing-features li {
    padding: 6px 0;
    font-size: 15px;
    width: 50%;
    float: left
}

.pricing-box.pricing-extended .pricing-features ul li i {
    position: relative;
    top: 1px;
    width: 16px;
    margin-right: 2px
}

.pricing-box.pricing-extended .pricing-action-area {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .05);
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 0 3px 3px 0;
    text-align: center
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price,
.pricing-box.pricing-extended .pricing-action-area .pricing-action {
    padding: 0
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price {
    padding-bottom: 20px
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price:after {
    display: none
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
    display: block;
    margin: 10px 0 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px
}

.pricing-box.pricing-extended .pricing-meta {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.table-comparison,
.table-comparison th {
    text-align: center
}

.table-comparison th:first-child,
.table-comparison td:first-child {
    text-align: left;
    font-weight: bold
}

.counter {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.counter.counter-small {
    font-size: 28px
}

.counter.counter-large {
    font-size: 56px
}

.counter.counter-xlarge {
    font-size: 64px;
    font-weight: 400
}

.counter.counter-inherit {
    font-size: inherit;
    font-weight: inherit
}

.counter+h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px
}

.counter.counter-lined+h5:before {
    display: block;
    position: relative;
    margin: 20px auto 25px auto;
    content: '';
    width: 15%;
    border-top: 2px solid #444;
    opacity: .9
}

.counter.counter-small+h5 {
    font-size: 13px
}

.counter.counter-large+h5,
.counter.counter-xlarge+h5 {
    font-size: 15px;
    font-weight: 300
}

.widget .counter+h5 {
    opacity: .7
}

.rounded-skill {
    display: inline-block;
    margin: 0 15px 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333
}

body:not(.device-touch) .rounded-skill {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.rounded-skill+h5 {
    margin-bottom: 0
}

.rounded-skill i {
    font-size: 42px
}

.rounded-skill canvas {
    position: absolute;
    top: 0;
    left: 0
}

.skills {
    margin: 0;
    list-style: none;
    padding-top: 25px
}

.skills li {
    position: relative;
    margin-top: 38px;
    height: 4px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 2px
}

.skills li:first-child {
    margin-top: 0
}

.skills li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1abc9c;
    overflow: visible !important;
    border-radius: 2px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out
}

.skills li .progress-percent {
    position: absolute;
    top: -28px;
    right: 0;
    background-color: #333;
    color: #f9f9f9;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 11px;
    border-radius: 2px
}

.skills li .progress-percent .counter {
    font-weight: 400;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.progress-percent:after,
.progress-percent:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.progress-percent:after {
    border-top-color: #333;
    border-width: 4px;
    left: 50%;
    margin-left: -4px
}

.progress-percent:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px
}

.skills li>span {
    position: absolute;
    z-index: 1;
    top: -23px;
    left: 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222
}

blockquote p {
    margin-bottom: 15px
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee
}

.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

blockquote.float-left {
    max-width: 300px;
    margin: 5px 20px 10px 0;
    padding-right: 0
}

blockquote.float-right {
    max-width: 300px;
    margin: 5px 0 10px 20px;
    padding-left: 0
}

.dropcap {
    float: left;
    font-size: 42px;
    line-height: 1;
    margin: 0 5px 0 0;
    text-transform: uppercase
}

.highlight {
    padding: 2px 5px;
    background-color: #444;
    color: #fff;
    border-radius: 2px
}

.text-rotater>.t-rotate>.animated {
    display: inline-block
}

.flip-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.flip-card-front,
.flip-card-back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 280px;
    border-radius: 6px;
    color: #fff;
    font-size: 1.5rem
}

.flip-card-back {
    background-color: #666
}

.flip-card-front.no-after:after,
.flip-card-back.no-after:after {
    content: none
}

.flip-card-front:after,
.flip-card-back:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px
}

.flip-card:hover .flip-card-front,
.flip-card:hover .flip-card-back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
    -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1)
}

.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.flip-card-inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2
}

.flip-card-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card-front,
.flip-card:hover .flip-card-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card:hover .flip-card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.top-to-bottom .flip-card-back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.top-to-bottom .flip-card-front,
.top-to-bottom:hover .flip-card-back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.top-to-bottom:hover .flip-card-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card-inner span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300
}

.flip-card-inner p {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .7)
}

.owl-carousel .owl-stage {
    padding: 20px 0
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay .overlay-wrap,
.text-overlay {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.overlay .overlay-wrap i {
    position: absolute;
    opacity: .8;
    font-size: 24px;
    line-height: 1;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    color: #fff
}

.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
    opacity: 1
}

.text-overlay {
    position: absolute;
    opacity: .85;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px 15px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    backface-visibility: hidden
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
    margin: 0;
    color: #f5f5f5
}

.text-overlay-title h2 {
    font-size: 28px
}

.text-overlay-title h3 {
    font-size: 17px;
    font-weight: 600
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4,
.text-overlay-meta {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.text-overlay-meta {
    color: #ccc;
    font-size: 13px
}

.text-overlay-meta span i {
    position: relative;
    top: 1px;
    font-size: 14px
}

.news-carousel .text-overlay {
    padding: 40px 30px 25px
}

.news-carousel .text-overlay-title {
    margin: 15px 0 10px
}

.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
    line-height: 1.2;
    text-overflow: none;
    white-space: normal
}

.news-carousel .text-overlay-meta {
    font-size: 14px
}

.news-carousel .rounded-skill {
    position: absolute;
    margin: 0 !important;
    top: 30px;
    right: 30px;
    color: #fff;
    font-weight: 700
}

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

.sm-form-control:focus {
    border-color: #aaa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sm-form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.sm-form-control:-ms-input-placeholder {
    color: #999
}

.sm-form-control::-webkit-input-placeholder {
    color: #999
}

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.sm-form-control {
    height: auto
}

.form-control {
    border-radius: 3px
}

.form-control:active,
.form-control:focus {
    border-color: #999;
    box-shadow: none
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer
}

label.label-muted {
    color: #999;
    font-weight: normal;
    margin-right: 5px
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
    margin-bottom: 25px
}

#contact-form-overlay,
#contact-form-overlay-mini {
    position: relative;
    max-width: 800px;
    background-color: #fff;
    padding: 40px;
    margin: 0 auto;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .15)
}

#contact-form-overlay-mini {
    float: right;
    width: 380px;
    margin: 0
}

label.error {
    margin-top: 5px;
    color: #e42c3e;
    font-weight: 400
}

label.error {
    display: none !important
}

.show-error-msg+label.error {
    display: block !important
}

input[type=checkbox]:not(:checked)+label.error {
    display: block !important
}

.form-control.error,
.sm-form-control.error {
    border-color: #e42c3e
}

#google-map {
    position: relative;
    width: 100%;
    height: 450px
}

.gmap img {
    max-width: none !important
}

.gm-style .gm-style-iw h3 span {
    font-size: inherit;
    font-family: inherit
}

#map-overlay {
    position: relative;
    padding: 100px 0
}

#map-overlay #google-map {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result {
    padding: 0 !important
}

#content .gsc-selected-option-container {
    width: auto !important
}

#content .gsc-result-info {
    padding-left: 0 !important
}

#content .gsc-above-wrapper-area-container,
#content .gsc-table-result {
    margin-bottom: 10px
}

#content .gcsc-branding {
    display: none
}

#content .gsc-results,
#content .gsc-webResult {
    width: 100% !important
}

#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet {
    margin: 0 !important
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #1abc9c;
    margin-bottom: 30px
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #1abc9c;
    text-align: right
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
    margin-bottom: 0
}

.title-block>span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300
}

.title-block h1+span {
    font-size: 22px
}

.title-block h2+span {
    font-size: 19px
}

.title-block h3+span {
    font-size: 17px
}

.title-block h4+span {
    font-size: 15px;
    margin-top: 3px
}

.heading-block {
    margin-bottom: 50px
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333
}

.emphasis-title h1,
.emphasis-title h2 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.heading-block h1 {
    font-size: 32px
}

.heading-block h2 {
    font-size: 30px
}

.heading-block h3 {
    font-size: 26px
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 700
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777
}

.heading-block .before-heading {
    margin-bottom: 7px
}

.heading-block.center>span,
.heading-block.title-center>span,
.center .heading-block>span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.heading-block h1+span {
    font-size: 24px
}

.heading-block h2+span {
    font-size: 22px
}

.heading-block h3+span,
.heading-block h4+span {
    font-size: 20px
}

.heading-block~p:not(.lead) {
    font-size: 15px
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
    margin: 30px auto 0
}

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right {
    direction: rtl
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
    display: none
}

.heading-block.border-color:after {
    border-color: #1abc9c
}

.emphasis-title {
    margin: 0 0 50px
}

.emphasis-title h1,
.emphasis-title h2 {
    font-size: 64px;
    letter-spacing: -2px
}

.emphasis-title h1 strong,
.emphasis-title h2 strong {
    font-weight: 700
}

.fancy-title {
    position: relative;
    margin-bottom: 30px
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
    margin-bottom: 0
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    padding-right: 10px
}

.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5;
    left: auto;
    top: 46%;
    right: 0
}

.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #eee
}

.fancy-title.title-border-color:before {
    top: 49%;
    border-top: 1px solid #1abc9c;
    opacity: .6
}

.title-center {
    text-align: center
}

.title-center h1,
.title-center h2,
.title-center h3 {
    padding: 0 15px
}

.title-center h4,
.title-center h5,
.title-center h6 {
    padding: 0 10px
}

.title-right {
    text-align: right
}

.title-right h1,
.title-right h2,
.title-right h3 {
    padding: 0 0 0 15px
}

.title-right h4,
.title-right h5,
.title-right h6 {
    padding: 0 0 0 10px
}

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #1abc9c
}

.fancy-title.title-dotted-border {
    background: url('../images/icons/dotted.png') repeat-x center
}

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: 400;
    color: #999
}

.divider {
    position: relative;
    overflow: hidden;
    background-color: #e21b22;
    height: 3px;
    width: 40%;
    margin: 0 auto
}

.divider.spacing {
    margin: 35px 0
}

.divider.divider-margin {
    margin: 70px 0
}

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #eee
}

.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before {
    border-top-width: 3px
}

.divider.divider-short:after {
    width: 30%
}

.divider.divider-vshort:after {
    width: 12%
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center
}

.divider a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.divider a:hover {
    color: #888
}

.divider.divider-right {
    text-align: right
}

.divider.divider-right:after {
    left: auto;
    right: 30px
}

.divider.divider-center,
.divider.divider-center.divider-short {
    text-align: center
}

.divider.divider-center:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px
}

.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px
}

.divider.divider-center.divider-short:before {
    left: auto !important;
    right: 50%;
    margin-right: 20px;
    width: 15%
}

.divider.divider-center.divider-short:after {
    left: 50% !important;
    right: auto !important;
    margin-left: 20px;
    width: 15%
}

.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after {
    width: 6%
}

.divider.divider-rounded {
    color: #bbb
}

.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
    top: 19px;
    left: 40px
}

.divider.divider-rounded i,
.divider.divider-border i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%
}

.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
    left: auto;
    right: 40px
}

.divider.divider-border {
    color: #e5e5e5
}

.divider.divider-border i {
    line-height: 38px;
    background-color: transparent;
    border: 1px solid #eee
}

.divider.divider-line:before,
.divider.divider-line:after {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.top-advert {
    float: right;
    padding: 5px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.top-advert a,
.top-advert img {
    display: block
}

.bnews-title {
    display: block;
    float: left;
    margin-top: 2px;
    padding-top: .3em;
    text-transform: uppercase
}

.bnews-slider {
    float: left;
    width: 970px;
    margin-left: 20px;
    min-height: 0
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, .3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear
}

.stretched #gotoTop {
    bottom: 30px
}

#gotoTop:hover {
    background-color: #1abc9c
}

.error404 {
    display: block;
    font-size: 216px;
    font-weight: 700;
    color: #ddd;
    line-height: 1.35;
    letter-spacing: 4px
}

.error404-wrap .container {
    z-index: 7
}

.error404-wrap .error404 {
    line-height: .9;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 244px;
    color: #fff !important;
    opacity: .2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .4)
}

.error404-wrap .heading-block h4 {
    font-weight: 300;
    margin-bottom: 8px
}

.error404-wrap .heading-block span {
    font-size: 17px
}

.error404-wrap form {
    max-width: 500px
}

.landing-wide-form {
    background: rgba(0, 0, 0, .3);
    padding: 30px;
    border-radius: 3px
}

.landing-form-overlay {
    position: absolute;
    z-index: 10;
    top: auto;
    left: auto;
    right: 0;
    bottom: -154px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 3px 3px 0 0
}

.landing-video {
    z-index: 1;
    width: 560px;
    height: 315px;
    margin: 22px 0 0 95px;
    overflow: hidden
}

.landing-promo h3 {
    font-size: 26px
}

.landing-promo>.container>span {
    font-size: 17px
}

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/preloader.gif") center center no-repeat #fff
}

.preloader2 {
    background-color: transparent
}

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, .7)
}

.toast-title {
    font-weight: bold
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 20px 25px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 10px 15px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 10px 15px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 20px;
        width: 25em
    }
}

#footer {
    position: relative;
    background-color: #eee;
    border-top: 5px solid rgba(0, 0, 0, .2)
}

.device-xl.sticky-footer #top-bar,
.device-lg.sticky-footer #top-bar {
    z-index: 299
}

.device-xl.sticky-footer #header,
.device-lg.sticky-footer #header {
    z-index: 199
}

.device-xl.sticky-footer #slider:not(.slider-parallax-invisible),
.device-xl.sticky-footer #page-submenu,
.device-xl.sticky-footer #page-title,
.device-xl.sticky-footer #content,
.device-lg.sticky-footer #slider:not(.slider-parallax-invisible),
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content {
    z-index: 2
}

.device-xl.sticky-footer #footer,
.device-lg.sticky-footer #footer {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.device-xl.sticky-footer:not(.stretched) #footer,
.device-lg.sticky-footer:not(.stretched) #footer {
    left: 50%;
    margin-left: -610px;
    width: 1220px
}

.device-lg.sticky-footer:not(.stretched) #footer {
    margin-left: -500px;
    width: 1000px
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth {
    margin-bottom: 0
}

#copyrights {
    padding: 40px 0;
    background-color: #ddd;
    font-size: 14px;
    line-height: 1.8
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 3px
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #333;
    border-bottom: 1px dotted #444
}

.copyright-links a:hover {
    color: #555;
    border-bottom: 1px solid #666
}

.copyrights-menu {
    margin-bottom: 10px
}

.copyrights-menu a {
    font-size: 14px;
    margin: 0 10px;
    border-bottom: 0 !important
}

#copyrights .col_half {
    margin-bottom: 0 !important
}

#copyrights a:first-child {
    margin-left: 0
}

#copyrights .tright a:last-child {
    margin-right: 0
}

.footer-logo {
    display: block;
    margin-bottom: 30px
}

.widget {
    position: relative;
    margin-top: 50px
}

.widget p {
    line-height: 1.7
}

.sidebar-widgets-wrap .widget {
    padding-top: 50px;
    border-top: 1px solid #eee
}

.widget:first-child {
    margin-top: 0
}

.sidebar-widgets-wrap .widget:first-child {
    padding-top: 0;
    border-top: 0
}

.widget>h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.sidebar-widgets-wrap .widget>h4 {
    letter-spacing: 1px
}

.widget p:not(.lead) {
    font-size: 14px
}

.tagcloud {
    margin-bottom: -2px
}

.tagcloud a {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #e5e5e5;
    font-size: 13px !important;
    color: #666;
    border-radius: 2px
}

body:not(.device-touch) .tagcloud a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tagcloud a:hover {
    border-color: #1abc9c !important;
    color: #1abc9c !important
}

.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
    list-style: none;
    margin: 0
}

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
    padding: 4px
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
    display: inline-block;
    padding: 0 3px 0 12px
}

.widget_recent_comments li {
    display: block;
    background: url("../images/icons/widget-comment.png") left top no-repeat;
    padding: 4px 0 4px 20px
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
    background: url("../images/icons/widget-link.png") left top no-repeat;
    border: none !important;
    color: #444;
    font-size: 14px
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover {
    color: #000
}

.widget_recent_comments li a {
    display: inline;
    padding: 0;
    background: none !important
}

.widget_nav_menu>ul>li:first-child,
.widget_links>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_archive>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
.widget_recent_entries>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget_rss>ul>li:first-child {
    border-top: 0 !important
}

.widget_nav_menu>ul,
.widget_links>ul,
.widget_meta>ul,
.widget_archive>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul,
.widget_categories>ul,
.widget_pages>ul,
.widget_rss>ul {
    margin-top: -4px !important
}

.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul {
    margin-left: 15px
}

.widget .testimonial.no-image .testi-image {
    display: none
}

.widget .testimonial.twitter-scroll .testi-image {
    margin-right: 10px
}

.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
    width: 42px;
    height: 42px
}

.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
    width: 28px;
    height: 28px
}

.widget .testimonial.twitter-scroll .testi-image i {
    background-color: #eee;
    line-height: 28px;
    font-size: 14px;
    color: #888
}

.widget .testimonial p {
    font-size: 14px
}

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control {
    margin-bottom: 10px
}

.quick-contact-widget .input-group .form-control {
    margin-bottom: 0
}

.quick-contact-widget form,
#template-contactform {
    position: relative
}

.subscribe-widget h5 {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5
}

.widget-twitter-feed li {
    margin: 15px 0 0 0
}

.widget-twitter-feed li:first-child {
    margin-top: 0
}

.widget-twitter-feed small {
    display: block;
    margin-top: 3px
}

.widget-twitter-feed small a {
    color: #999
}

.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar {
    display: none
}

.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter {
    display: none
}

.widget-twitter-feed .twitter-feed-avatar {
    margin-left: 44px
}

.widget-twitter-feed .twitter-feed-avatar>li a.twitter-avatar {
    display: block;
    position: absolute;
    left: -44px;
    text-align: center;
    top: 2px;
    width: 32px;
    height: 32px
}

.twitter-feed-avatar a.twitter-avatar img {
    border-radius: 50%
}

.widget-filter-links ul {
    list-style: none;
    margin-bottom: 0
}

.widget-filter-links .widget-filter-reset {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 12px;
    line-height: 22px
}

.widget:not(:first-child) .widget-filter-reset {
    top: 50px
}

.widget-filter-links .widget-filter-reset a {
    color: #f00
}

.widget-filter-links .widget-filter-reset.active-filter {
    display: none
}

.widget-filter-links li {
    position: relative;
    font-size: 15px;
    line-height: 24px
}

.widget-filter-links li:not(:first-child) {
    margin-top: 10px
}

.widget-filter-links li a {
    display: block;
    color: #444;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-weight: 500
}

.widget-filter-links li span {
    position: absolute;
    top: 1px;
    left: auto;
    right: 0;
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #777;
    background-color: #eee;
    border-radius: 50%
}

.widget-filter-links li:hover a {
    color: #777
}

.widget-filter-links li.active-filter a {
    font-weight: 700
}

.widget-filter-links li.active-filter span {
    color: #fff;
    background-color: #1abc9c;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.nav-tree {
    position: relative;
    margin-bottom: 40px
}

.nav-tree ul {
    margin-bottom: 0;
    list-style: none
}

.nav-tree>ul {
    margin: -8px 0
}

.nav-tree li {
    position: relative
}

.nav-tree li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.nav-tree li i {
    font-size: 14px;
    width: 16px;
    text-align: center
}

.nav-tree li i:not(.icon-angle-down) {
    margin-right: 8px;
    position: relative;
    top: 1px
}

.nav-tree li a i.icon-angle-down {
    width: auto;
    font-size: 12px;
    margin-left: 2px
}

.nav-tree li:hover>a,
.nav-tree li.current>a,
.nav-tree li.active>a {
    color: #1abc9c !important
}

.nav-tree ul ul {
    display: none
}

.nav-tree li.current>ul {
    display: block
}

.nav-tree ul ul a {
    font-size: 12px;
    padding: 6px 0;
    letter-spacing: 1px;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.nav-tree ul ul a i.icon-angle-down {
    font-size: 12px
}

.nav-tree ul ul a {
    padding-left: 20px
}

.nav-tree ul ul ul a {
    padding-left: 40px
}

.nav-tree ul ul ul ul a {
    padding-left: 60px
}

.nav-tree ul ul ul ul ul a {
    padding-left: 80px
}

.wedding-head {
    position: relative;
    line-height: 1;
    font-size: 80px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    letter-spacing: 2px
}

.wedding-head .last-name {
    margin: 0 0 0 15px;
    text-align: left
}

.wedding-head .first-name span,
.wedding-head .last-name span {
    display: block;
    margin-top: 10px;
    font-size: 56px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Crete Round', serif;
    text-transform: none
}

.wedding-head .and {
    margin: 0;
    font-size: 200px;
    font-family: 'Times New Roman', serif
}

.table .success {
    color: #3c763d
}

.table .info {
    color: #31708f
}

.table .warning {
    color: #8a6d3b
}

.table .danger {
    color: #a94442
}

.btn-link,
.page-link,
.page-link:hover,
.page-link:focus {
    color: #1abc9c
}

.btn-link:hover,
.btn-link:focus {
    color: #222
}

.boot-tabs {
    margin-bottom: 20px !important
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    position: absolute;
    top: 47.5%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-chevron-left {
    left: 50%
}

.carousel-control .icon-chevron-right {
    right: 50%
}

.responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ddd
}

.img-circle {
    border-radius: 50% !important
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    color: #fff !important;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #1abc9c
}

label.radio,
label.checkbox {
    padding-left: 20px
}

.input-group-lg>.input-group-addon {
    line-height: 1
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none
}

body:not(.no-transition) #wrapper,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-perspective: 1000
}

.css3-spinner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.css3-spinner>.css3-spinner-flipper {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 0;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.css3-spinner>.css3-spinner-double-bounce1,
.css3-spinner>.css3-spinner-double-bounce2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    opacity: .6;
    -webkit-animation: cssspinnerbounce 2s infinite ease-in-out;
    animation: cssspinnerbounce 2s infinite ease-in-out
}

.css3-spinner>.css3-spinner-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes cssspinnerbounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes cssspinnerbounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.css3-spinner>.css3-spinner-rect1,
.css3-spinner>.css3-spinner-rect2,
.css3-spinner>.css3-spinner-rect3,
.css3-spinner>.css3-spinner-rect4,
.css3-spinner>.css3-spinner-rect5 {
    height: 30px;
    width: 6px;
    margin-top: -15px;
    margin-left: -21px;
    border-radius: 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.css3-spinner>.css3-spinner-rect2 {
    margin-left: -12px;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.css3-spinner>.css3-spinner-rect3 {
    margin-left: -3px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.css3-spinner>.css3-spinner-rect4 {
    margin-left: 6px;
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.css3-spinner>.css3-spinner-rect5 {
    margin-left: 15px;
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.css3-spinner>.css3-spinner-cube1,
.css3-spinner>.css3-spinner-cube2 {
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out
}

.css3-spinner>.css3-spinner-cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.css3-spinner>.css3-spinner-scaler {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.css3-spinner>.css3-spinner-grid-pulse {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-grid-pulse>div {
    background-color: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.css3-spinner-grid-pulse>div:nth-child(1) {
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.css3-spinner-grid-pulse>div:nth-child(2) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.css3-spinner-grid-pulse>div:nth-child(3) {
    -webkit-animation-delay: .71s;
    animation-delay: .71s;
    -webkit-animation-duration: .88s;
    animation-duration: .88s
}

.css3-spinner-grid-pulse>div:nth-child(4) {
    -webkit-animation-delay: .62s;
    animation-delay: .62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s
}

.css3-spinner-grid-pulse>div:nth-child(5) {
    -webkit-animation-delay: .31s;
    animation-delay: .31s;
    -webkit-animation-duration: .62s;
    animation-duration: .62s
}

.css3-spinner-grid-pulse>div:nth-child(6) {
    -webkit-animation-delay: -.14s;
    animation-delay: -.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s
}

.css3-spinner-grid-pulse>div:nth-child(7) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s
}

.css3-spinner-grid-pulse>div:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s
}

.css3-spinner-grid-pulse>div:nth-child(9) {
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.css3-spinner>.css3-spinner-clip-rotate {
    width: 33px;
    height: 33px;
    margin-top: -17px;
    margin-left: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-clip-rotate>div {
    border-radius: 100%;
    border: 2px solid #ddd;
    border-bottom-color: transparent !important;
    height: 33px;
    width: 33px;
    background: transparent !important;
    -webkit-animation: rotate 1s 0s linear infinite;
    animation: rotate 1s 0s linear infinite
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.css3-spinner>.css3-spinner-ball-rotate {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background-color: transparent !important;
    -webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
    animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
}

.css3-spinner-ball-rotate>div {
    background-color: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: relative
}

.css3-spinner-ball-rotate>div:nth-child(1),
.css3-spinner-ball-rotate>div:nth-child(3) {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: "";
    position: absolute;
    opacity: .7
}

.css3-spinner-ball-rotate>div:nth-child(1) {
    top: 0;
    left: -22px
}

.css3-spinner-ball-rotate>div:nth-child(3) {
    top: 0;
    left: 22px
}

@-webkit-keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.css3-spinner>.css3-spinner-zig-zag {
    background-color: transparent !important;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    -webkit-animation: none;
    animation: none
}

.css3-spinner-zig-zag>div {
    background-color: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner-zig-zag>div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear
}

.css3-spinner-zig-zag>div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.css3-spinner>.css3-spinner-ball-scale-multiple {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-ball-scale-multiple>div {
    background-color: #ddd;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
    animation: ball-scale-multiple 1.25s 0s linear infinite
}

.css3-spinner-ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.css3-spinner-ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.css3-spinner>.css3-spinner-triangle-path {
    background-color: transparent !important;
    -webkit-transform: translate(-29.994px, -37.50938px);
    -ms-transform: translate(-29.994px, -37.50938px);
    transform: translate(-29.994px, -37.50938px);
    -webkit-animation: none;
    animation: none
}

.css3-spinner-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ddd
}

.css3-spinner-triangle-path>div:nth-child(1) {
    -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-1 2s 0s ease-in-out infinite
}

.css3-spinner-triangle-path>div:nth-child(2) {
    -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-2 2s 0s ease-in-out infinite
}

.css3-spinner-triangle-path>div:nth-child(3) {
    -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-3 2s 0s ease-in-out infinite
}

.css3-spinner-triangle-path>div:nth-of-type(1) {
    top: 50px
}

.css3-spinner-triangle-path>div:nth-of-type(2) {
    left: 25px
}

.css3-spinner-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.css3-spinner>.css3-spinner-ball-pulse-sync {
    width: 70px;
    height: 34px;
    margin-left: -35px;
    margin-top: -17px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-ball-pulse-sync>div {
    display: inline-block;
    background-color: #ddd;
    width: 14px;
    height: 14px;
    margin: 10px 3px 0;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner-ball-pulse-sync>div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .7s -.21s infinite ease-in-out;
    animation: ball-pulse-sync .7s -.21s infinite ease-in-out
}

.css3-spinner-ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .7s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .7s -.14s infinite ease-in-out
}

.css3-spinner-ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .7s -.07s infinite ease-in-out;
    animation: ball-pulse-sync .7s -.07s infinite ease-in-out
}

.css3-spinner-ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .7s 0s infinite ease-in-out;
    animation: ball-pulse-sync .7s 0s infinite ease-in-out
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .85
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: .7
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .85
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: .7
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.css3-spinner>.css3-spinner-scale-ripple {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: transparent !important;
    -webkit-animation: none;
    animation: none
}

.css3-spinner-scale-ripple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #ddd;
    -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

.css3-spinner-scale-ripple>div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.css3-spinner-scale-ripple>div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.css3-spinner-scale-ripple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.css3-spinner-scale-ripple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

.mb_YTVPlayer :focus {
    outline: 0
}

.mb_YTVPlayer {
    display: block;
    transform: translateZ(0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    animation-timing-function: linear
}

.mb_YTVPlayer.fullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: none !important
}

.mb_YTVPlayer.fullscreen .mbYTP_wrapper {
    opacity: 1 !important
}

.mbYTP_wrapper iframe {
    max-width: 4000px !important
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5)
}

.inline_YTPlayer img {
    border: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.datepicker td,
.datepicker th {
    padding: 5px
}

.rating-xl {
    font-size: 3rem !important
}

.rating-lg {
    font-size: 2.5rem !important
}

.rating-md {
    font-size: 2rem !important
}

.rating-sm {
    font-size: 1.75rem !important
}

.rating-xs {
    font-size: 1.25rem !important
}

.rating-container .star {
    margin: 0 2px !important
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important
}

@media(max-width:1199.98px) {
    canvas {
        max-width: 100%;
        height: auto !important
    }
    .promo h3 {
        font-size: 20px
    }
    .promo>span,
    .promo>.container>span {
        font-size: 15px
    }
    .promo-uppercase h3 {
        font-size: 19px
    }
    .promo-uppercase>span,
    .promo-uppercase>.container>span {
        font-size: 14px
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    #wrapper {
        width: 1000px
    }
    #header.transparent-header.floating-header .container {
        width: 1030px;
        padding: 0 30px
    }
    #header.transparent-header.floating-header.sticky-header .container {
        width: 970px;
        padding: 0 15px
    }
    #primary-menu.sub-title ul>li>a {
        padding-left: 15px;
        padding-right: 15px
    }
    #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: 940px
    }
    .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: 1030px
    }
    .team.team-list .team-image {
        width: 200px
    }
    .testi-image,
    .testi-image a,
    .testi-image img,
    .testi-image i {
        display: block;
        width: 36px;
        height: 36px
    }
    .testi-image i {
        line-height: 36px;
        font-size: 20px
    }
    .bothsidebar .portfolio-item {
        width: 50%
    }
    .bothsidebar .portfolio.portfolio-3 {
        margin: 0 -20px -20px 0
    }
    .bothsidebar .portfolio-3 .portfolio-item {
        padding: 0 20px 20px 0
    }
    .bothsidebar .portfolio-shuffle,
    .postcontent .portfolio-1 .iconlist {
        display: none
    }
    .postcontent .small-thumbs .entry-image {
        width: 200px
    }
    .bothsidebar .small-thumbs .entry-image {
        width: 120px
    }
    .post-timeline .entry {
        width: 400px !important
    }
    .post-timeline .entry.entry-date-section {
        width: 100% !important
    }
    .mpost .entry-image,
    .mpost .entry-image a,
    .mpost .entry-image img,
    .mpost .entry-image i {
        width: 120px;
        height: 90px
    }
    .mpost .entry-image a i {
        line-height: 90px
    }
    .col_one_third .landing-wide-form .heading-block h2 {
        font-size: 32px
    }
    .col_one_third .landing-wide-form .heading-block span {
        font-size: 17px
    }
    .col_one_third .landing-wide-form {
        padding: 36px 30px
    }
    .bothsidebar .product-1 .product-image {
        width: 200px;
        height: 267px
    }
    .product-title h3 {
        font-size: 18px
    }
    .landing-video {
        width: 465px;
        height: 262px;
        margin: 19px 0 0 75px
    }
    .panel .portfolio-meta li {
        padding-left: 22px
    }
    .panel .portfolio-meta li span {
        display: block;
        margin-left: -21px
    }
    .portfolio-single-image-full.portfolio-single-thumbs,
    .portfolio-single-image-full .swiper-container {
        height: 400px
    }
    .bnews-slider {
        width: 817px
    }
    .landing-form-overlay {
        bottom: -142px
    }
}

@media(max-width:991.98px) {
    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: none
    }
    #header.full-header .container,
    .container-fullwidth {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 750px !important
    }
    .container.vertical-middle {
        width: 100% !important
    }
    .vertical-middle+.video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
    .postcontent,
    .postcontent.bothsidebar,
    .sidebar {
        width: 100%;
        margin-right: 0;
        float: none !important;
        margin-bottom: 40px !important;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee
    }
    .sidebar.col_last {
        float: none;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        border-bottom: 0
    }
    #header,
    #header-wrap,
    #header.sticky-style-2,
    #header.sticky-style-3,
    #header.sticky-style-2 #header-wrap,
    #header.sticky-style-3 #header-wrap {
        height: auto !important
    }
    #header.sticky-style-2 #header-wrap,
    #header.sticky-style-3 #header-wrap {
        min-height: 60px
    }
    #header.sticky-header #header-wrap {
        position: relative
    }
    #header.transparent-header,
    #header.semi-transparent {
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
        z-index: auto
    }
    #header.dark.transparent-header,
    #header.dark.semi-transparent {
        background-color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    #header.transparent-header.floating-header {
        margin-top: 0
    }
    #header.transparent-header.floating-header .container {
        width: 750px;
        padding: 0 15px;
        border-radius: 0
    }
    #header.transparent-header+#slider,
    #header.transparent-header+#page-title.page-title-parallax,
    #slider+#header.transparent-header,
    #header.transparent-header.floating-header+#slider,
    #header.transparent-header+#google-map {
        top: 0;
        margin-bottom: 0
    }
    .slider-parallax .slider-parallax-inner {
        position: relative
    }
    #header.transparent-header+#page-title.page-title-parallax .container {
        padding-top: 0
    }
    body:not(.primary-menu-open) #header.dark.transparent-header-responsive,
    body:not(.primary-menu-open) #header.transparent-header-responsive {
        background-color: transparent;
        border: none
    }
    body:not(.primary-menu-open) #header.semi-transparent.transparent-header-responsive {
        background-color: rgba(255, 255, 255, .8);
        z-index: 1
    }
    body:not(.primary-menu-open) #header.transparent-header-responsive+#slider,
    body:not(.primary-menu-open) #header.transparent-header-responsive+#page-title.page-title-parallax,
    body:not(.primary-menu-open) #slider+#header.transparent-header-responsive,
    body:not(.primary-menu-open) #header.transparent-header-responsive.floating-header+#slider,
    body:not(.primary-menu-open) #header.transparent-header-responsive+#google-map {
        top: -101px;
        margin-bottom: -101px
    }
    #header-trigger,
    .top-advert,
    .header-extras {
        display: none
    }
    #logo {
        display: block;
        height: 100px;
        float: none;
        margin: 0 auto 0 !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important
    }
    #logo a.standard-logo {
        display: inline-block
    }
    #primary-menu {
        display: block;
        float: none
    }
    #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        top: 25px;
        margin-top: 0;
        left: 0;
        z-index: 1
    }
    #primary-menu .container #primary-menu-trigger {
        top: 5px;
        left: 0
    }
    #primary-menu>ul,
    #primary-menu>div>ul {
        display: none;
        float: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    #primary-menu>div>ul {
        padding-top: 60px !important
    }
    body:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        -webkit-transition: opacity .2s .2s ease, top .4s ease;
        -o-transition: opacity .2s .2s ease, top .4s ease;
        transition: opacity .2s .2s ease, top .4s ease
    }
    body.top-search-open #primary-menu-trigger {
        opacity: 0
    }
    body.side-push-panel #side-panel-trigger-close a {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #444;
        text-align: center;
        background-color: rgba(0, 0, 0, .1);
        border-radius: 0 0 0 2px
    }
    #primary-menu.style-5>ul {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }
    #primary-menu ul li {
        float: none;
        margin: 0 !important;
        text-align: left !important;
        border-top: 1px solid #eee
    }
    #header.split-menu #primary-menu:not(.mobile-menu-off-canvas)>ul:not(:first-child)>li:first-child {
        border-top: 1px solid #eee
    }
    #primary-menu ul li:first-child {
        border-top: 0
    }
    #primary-menu ul>li>a,
    #primary-menu.style-2>div>ul>li>a {
        padding: 14px 5px !important;
        border: none !important;
        margin: 0 !important
    }
    #primary-menu.style-5>ul>li>a>div {
        line-height: 22px
    }
    #primary-menu.style-5>ul>li>a>div i {
        display: inline-block;
        margin: 0 6px 0 0;
        top: -1px;
        width: 16px;
        font-size: 14px;
        line-height: inherit
    }
    #primary-menu.style-6>ul>li>a:after,
    #primary-menu.style-6>ul>li.current>a:after {
        display: none
    }
    #primary-menu.sub-title>ul>li,
    #primary-menu.sub-title.style-2>div>ul>li {
        background: none !important;
        margin-left: 0
    }
    #primary-menu.sub-title>ul>li>a,
    #primary-menu.sub-title>div>ul>li>a {
        line-height: 22px;
        font-size: 13px;
        border-top: none
    }
    #primary-menu.sub-title ul li>a span {
        display: none !important
    }
    #primary-menu.sub-title ul li:hover>a,
    #primary-menu.sub-title ul li.current>a,
    #primary-menu.sub-title div ul>li:hover>a,
    #primary-menu.sub-title div ul>li.current>a,
    #primary-menu.style-3 ul li:hover>a,
    #primary-menu.style-3 ul li.current>a {
        background-color: transparent !important;
        color: #444;
        text-shadow: none
    }
    #primary-menu ul:not(.windows-mobile-menu) li>a i.icon-angle-down:last-child {
        display: none
    }
    #primary-menu>ul>li.sub-menu>a,
    #primary-menu>.container>ul>li.sub-menu>a {
        background-image: url("../images/icons/submenu.png");
        background-position: right center;
        background-repeat: no-repeat
    }
    #primary-menu ul li.mega-menu {
        position: relative
    }
    #primary-menu ul ul:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content {
        position: relative;
        width: auto;
        max-width: none;
        background: transparent !important;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #eee;
        z-index: 1;
        top: 0;
        padding-left: 15px
    }
    #primary-menu ul li .mega-menu-content {
        padding-left: 0
    }
    #primary-menu ul ul:not(.mega-menu-column) ul {
        top: 0 !important;
        left: 0
    }
    #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content.menu-pos-invert {
        left: 0;
        right: 0
    }
    #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
        right: 0
    }
    #primary-menu ul ul li {
        float: none;
        margin: 0;
        border-top: 1px solid #eee
    }
    #primary-menu ul ul li>a {
        padding: 11px 5px !important;
        font-size: 13px;
        text-transform: none;
        font-weight: 400
    }
    #primary-menu ul ul li:hover>a {
        background-color: transparent !important;
        font-weight: 700;
        padding-left: 5px;
        color: #1abc9c
    }
    #primary-menu ul li .mega-menu-content,
    #primary-menu ul li.mega-menu-small .mega-menu-content,
    #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto;
        margin: 0;
        top: 0
    }
    .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,
    #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto !important;
        margin: 0 !important
    }
    #primary-menu ul li.mega-menu .mega-menu-content.style-2 {
        padding: 0
    }
    #primary-menu ul li .mega-menu-content ul {
        display: block !important;
        position: relative;
        opacity: 1 !important;
        top: 0;
        left: 0;
        min-width: inherit
    }
    #primary-menu ul li .mega-menu-content ul ul {
        border-top: 1px solid #eee
    }
    #primary-menu ul li .mega-menu-content ul.mega-menu-column {
        float: none;
        width: auto;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        border-left: 0 !important;
        padding-left: 15px;
        border-top: 1px solid #eee
    }
    #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
        border: 0
    }
    #primary-menu ul li .mega-menu-content ul {
        width: 100% !important
    }
    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
        padding: 0 0 0 15px
    }
    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
        margin: 0
    }
    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
        font-size: 13px;
        font-weight: 700;
        text-transform: none !important;
        padding: 11px 5px !important;
        line-height: 22px !important;
        color: #444 !important
    }
    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
        background-color: transparent;
        color: #1abc9c !important
    }
    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
        color: #1abc9c !important
    }
    #primary-menu ul li .mega-menu-content.style-2 li {
        border-top: 1px solid #eee
    }
    #primary-menu ul li .mega-menu-content.style-2 li:first-child {
        border-top: 0
    }
    #primary-menu ul li .mega-menu-content.style-2 ul>li>a:hover {
        padding-left: 5px
    }
    .mega-menu-column .widget {
        padding: 30px 0;
        margin: 0 !important
    }
    #top-search {
        margin: 0 !important
    }
    #top-search a,
    #top-cart,
    #side-panel-trigger,
    #top-account {
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        margin: 40px 0;
        -webkit-transition: margin .4s ease;
        -o-transition: margin .4s ease;
        transition: margin .4s ease
    }
    #primary-menu>div>#top-search a,
    #primary-menu>div>#top-cart,
    #primary-menu>div>#side-panel-trigger {
        margin: 20px 0 !important
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu {
        position: relative
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu a {
        background-image: none !important
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
        position: absolute;
        cursor: pointer;
        width: 32px;
        height: 50px;
        line-height: 51px;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 !important;
        text-align: center !important
    }
    #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
        display: none
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
        margin: 0 !important
    }
    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger {
        text-align: center !important;
        height: 45px;
        line-height: 45px
    }
    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i {
        display: inline-block;
        line-height: 45px
    }
    #header.sticky-style-3 #top-cart .top-cart-content {
        top: 40px
    }
    #top-search a {
        right: 43px
    }
    #top-search form {
        height: 100px !important
    }
    #primary-menu>div>#top-search form {
        height: 60px !important
    }
    #top-search form input {
        font-size: 24px
    }
    #side-panel-trigger {
        right: 71px
    }
    #top-account {
        margin: 33px 0 32px;
        right: 75px
    }
    #top-account a.btn span {
        display: none
    }
    body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
        position: relative !important;
        top: 0 !important
    }
    #page-submenu-trigger {
        opacity: 1;
        pointer-events: auto;
        color: #fff
    }
    #page-menu.pagemenu-active #page-submenu-trigger {
        background-color: rgba(0, 0, 0, .2)
    }
    #page-menu nav {
        display: none;
        position: absolute;
        float: none;
        width: 200px;
        top: 43px;
        left: auto;
        right: 15px;
        height: auto;
        background-color: #1abc9c;
        z-index: 11
    }
    #page-menu.pagemenu-active nav {
        display: block
    }
    #page-menu nav ul {
        height: auto;
        background-color: rgba(0, 0, 0, .2)
    }
    #page-menu nav li {
        float: none
    }
    #page-menu nav li a {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 15px;
        border-radius: 0
    }
    #page-menu ul ul {
        position: relative;
        width: auto;
        top: 0;
        background-color: transparent
    }
    #page-menu ul ul a {
        padding-left: 25px
    }
    .sticky-responsive-menu #header {
        min-height: 100px;
        -webkit-transition: min-height .4s ease;
        -o-transition: min-height .4s ease;
        transition: min-height .4s ease
    }
    .sticky-responsive-menu #header-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .sticky-responsive-menu #header.sticky-style-2,
    .sticky-responsive-menu #header.sticky-style-3 {
        min-height: 160px
    }
    .sticky-responsive-menu.device-touch #header,
    .sticky-responsive-menu.device-touch #header-wrap,
    .sticky-responsive-menu.device-touch #logo,
    .sticky-responsive-menu.device-touch #logo img,
    .sticky-responsive-menu.device-touch #top-search a,
    .sticky-responsive-menu.device-touch #primary-menu-trigger,
    .sticky-responsive-menu.device-touch #top-cart,
    .sticky-responsive-menu.device-touch #side-panel-trigger,
    .sticky-responsive-menu.device-touch #top-account {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
    #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
        min-height: 60px
    }
    .responsive-sticky-header #header-wrap {
        z-index: 199;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        -webkit-backface-visibility: hidden
    }
    .responsive-sticky-header:not(.static-sticky) #logo,
    .responsive-sticky-header:not(.static-sticky) #logo img {
        height: 60px
    }
    .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
        top: 5px
    }
    .responsive-sticky-header #primary-menu>ul,
    .responsive-sticky-header #primary-menu>.container>ul {
        max-height: 300px;
        overflow-y: scroll
    }
    .responsive-sticky-header #primary-menu>ul,
    .responsive-sticky-header #primary-menu>.container>ul {
        margin-bottom: 20px !important
    }
    .responsive-sticky-header:not(.static-sticky) #top-search a,
    .responsive-sticky-header:not(.static-sticky) #top-cart,
    .responsive-sticky-header:not(.static-sticky) #side-panel-trigger {
        margin: 20px 0
    }
    .responsive-sticky-header:not(.static-sticky) #top-search form {
        height: 60px !important
    }
    .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content {
        top: 40px
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul {
        position: fixed;
        display: block;
        z-index: 499;
        width: 280px;
        height: 100%;
        height: calc(100vh);
        max-height: none !important;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        padding: 35px 25px 60px !important;
        background-color: #fff;
        border-right: 1px solid #eee !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>div>ul {
        left: auto !important;
        right: 0;
        border-right: 0 !important;
        border-left: 1px solid #eee !important;
        -webkit-transform: translate3d(280px, 0, 0);
        -o-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0)
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul {
        -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
        -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
        transition: transform .3s ease-in-out, opacity .2s ease !important
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul.d-block,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul.d-block {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .portfolio .portfolio-item {
        width: 33.33333333%
    }
    .portfolio-2 .portfolio-item {
        width: 50%
    }
    .portfolio-1 .portfolio-item {
        width: 100%
    }
    .portfolio-1 .portfolio-item .portfolio-image {
        float: none !important;
        margin: 0 !important;
        margin-bottom: 20px !important
    }
    .portfolio-1 .portfolio-item .portfolio-image,
    .portfolio-1 .portfolio-item .portfolio-image a,
    .portfolio-1 .portfolio-item .portfolio-image img,
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
        width: 100%;
        height: auto
    }
    .portfolio-1 .portfolio-desc {
        width: 100% !important;
        padding: 0 !important
    }
    .portfolio-1.portfolio-fullwidth {
        margin: 0 0 -60px 0
    }
    .portfolio-1.portfolio-fullwidth .portfolio-item {
        margin-bottom: 60px;
        padding-bottom: 0;
        border-bottom: 0;
        overflow: hidden
    }
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
        float: none;
        margin: 0 0 20px 0 !important
    }
    .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img,
    .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important
    }
    .portfolio-1.portfolio-fullwidth .portfolio-desc,
    .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
        position: relative;
        height: auto;
        background-color: transparent;
        left: 0 !important;
        right: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
        left: 50% !important
    }
    .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
        left: auto;
        right: 50% !important
    }
    .device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
    .device-touch .portfolio-parallax .portfolio-overlay {
        opacity: 1
    }
    .shop-quick-view-ajax,
    .portfolio-ajax-modal {
        width: 90% !important
    }
    .small-thumbs .entry-title h2,
    .ievent .entry-title h2 {
        font-size: 18px
    }
    .entry-meta li {
        font-size: 12px;
        margin: 0 10px 10px 0
    }
    .post-grid {
        margin-right: -20px
    }
    .post-grid .entry {
        width: 33.33333333%;
        padding-right: 20px
    }
    .post-grid.grid-2,
    .post-grid.grid-3 {
        margin-right: -30px
    }
    .post-grid.grid-2 .entry,
    .post-grid.grid-3 .entry {
        width: 50%;
        padding-right: 30px
    }
    .post-masonry-full .entry {
        width: 33.3% !important
    }
    .post-masonry-full.grid-3 .entry {
        width: 50% !important
    }
    .post-timeline .entry {
        width: 290px !important
    }
    .post-timeline .entry.entry-date-section {
        width: 100% !important
    }
    .product {
        width: 33.33333333%
    }
    .product:not(.product-2):not(.product-3) .product-title h3 {
        font-size: 18px
    }
    .pricing [class^=col-md-] .pricing-box.best-price {
        margin-top: 0
    }
    .pricing.pricing-5 .pricing-box.best-price {
        margin-top: 20px
    }
    .device-md .pricing.pricing-5 .pricing-title h3,
    .device-md .pricing.pricing-5 .best-price .pricing-title h3 {
        font-size: 14px
    }
    .device-md .pricing.pricing-5 .pricing-title span {
        font-size: 12px
    }
    .device-md .pricing.pricing-5 .pricing-price {
        font-size: 48px
    }
    .device-md .pricing.pricing-5 .pricing-price span {
        font-size: 20px
    }
    .device-md .pricing.pricing-5 .pricing-price span.price-tenure {
        font-size: 12px
    }
    .device-md .pricing.pricing-5 .pricing-box.best-price .pricing-title {
        padding: 15px 0
    }
    .pricing-box.pricing-extended .pricing-desc,
    .pricing-box.pricing-extended .pricing-action-area {
        position: relative;
        float: none;
        width: auto;
        padding: 25px
    }
    .pricing-box.pricing-extended .pricing-action-area {
        height: auto;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .05);
        border-radius: 0 0 3px 3px
    }
    .testimonials-grid.grid-3 li {
        width: 50%
    }
    .section>.testimonial {
        padding: 0 40px !important;
        max-width: none
    }
    .promo:not(.promo-full) {
        padding: 30px 20px !important
    }
    .promo.promo-dark h3 {
        line-height: 1.6
    }
    .promo a.button {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0 !important;
        left: 0 !important;
        right: 0
    }
    #contact-form-overlay-mini {
        float: none;
        width: auto;
        max-width: 380px;
        margin: 0 auto
    }
    .button.button-full {
        font-size: 22px
    }
    .button.button-full i {
        top: 3px !important
    }
    .bnews-title {
        float: none;
        display: inline-block
    }
    .bnews-slider {
        float: none;
        margin: 10px 0 0;
        width: 100%
    }
    .wedding-head {
        font-size: 60px
    }
    .wedding-head .first-name span,
    .wedding-head .last-name span {
        font-size: 40px
    }
    .wedding-head .and {
        font-size: 144px
    }
    .error404 {
        font-size: 180px
    }
    .landing-form-overlay {
        position: absolute;
        width: 100%;
        max-width: 400px;
        right: auto;
        left: 50%;
        margin-left: -200px;
        bottom: 0
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 400px !important
    }
    .sidebar-widgets-wrap {
        position: relative;
        margin: 0 -20px -40px -20px
    }
    .sidebar-widgets-wrap .widget {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49.6%;
        margin: 0 0 40px 0;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 0
    }
    .landing-video {
        width: 352px;
        height: 199px;
        margin: 14px 0 0 60px
    }
}

@media(max-width:767.98px) {
    body {
        padding: 0 !important
    }
    #wrapper {
        width: 100% !important
    }
    .container-fullwidth {
        margin: 0 auto;
        padding: 0 15px !important
    }
    h1 {
        font-size: 28px
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 16px
    }
    .one-page-arrow {
        display: none !important
    }
    #top-bar {
        height: auto
    }
    #top-bar .col_half {
        width: 100%;
        margin-bottom: 0 !important
    }
    .top-links,
    .top-links>ul>li {
        float: none !important
    }
    .top-links>ul {
        text-align: center
    }
    .top-links>ul>li {
        display: inline-block
    }
    .top-links>ul>li {
        margin-right: -4px
    }
    .top-links ul ul,
    .top-links ul div.top-link-section {
        text-align: left
    }
    .top-links ul div.top-link-section {
        left: auto;
        right: 0;
        padding: 20px 15px
    }
    #top-social,
    .flex-caption {
        display: none !important
    }
    .flex-control-nav li {
        opacity: 1 !important
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
        height: 60px
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
        display: block;
        width: 80px !important;
        height: 60px !important
    }
    .postcontent,
    .postcontent.bothsidebar,
    .sidebar,
    .col_full,
    .col_half,
    .col_one_third,
    .col_two_third,
    .col_three_fourth,
    .col_one_fourth,
    .col_one_fifth,
    .col_two_fifth,
    .col_three_fifth,
    .col_four_fifth,
    .col_one_sixth,
    .col_five_sixth {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px !important
    }
    .col_last {
        float: none
    }
    .sidebar.col_last {
        margin-bottom: 0 !important
    }
    form .col_full,
    form .col_half,
    form .col_one_third,
    form .col_two_third,
    form .col_three_fourth,
    form .col_one_fourth,
    form .col_one_fifth,
    form .col_two_fifth,
    form .col_three_fifth,
    form .col_four_fifth,
    form .col_one_sixth,
    form .col_five_sixth {
        margin-bottom: 25px !important
    }
    #page-title {
        padding: 20px 0 25px;
        text-align: center
    }
    #page-title h1 {
        line-height: 1.5;
        font-size: 24px
    }
    #page-title .breadcrumb {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 20px 0 0 !important;
        justify-content: center
    }
    #page-title #portfolio-navigation,
    #portfolio-ajax-title #portfolio-navigation {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px auto 0
    }
    #portfolio-ajax-title {
        text-align: center
    }
    .portfolio-filter {
        border: none;
        border-radius: 0;
        margin-bottom: 20px
    }
    .portfolio-filter li {
        width: 33.33%;
        margin: 0 0 20px 0 !important
    }
    .portfolio-filter li a {
        text-align: center;
        border-left: none;
        padding: 12px 18px !important;
        border-radius: 2px !important
    }
    .portfolio-filter li a:hover {
        color: #1abc9c
    }
    .portfolio-filter li.activeFilter a {
        color: #fff;
        margin: 0
    }
    .portfolio-filter.style-2 li a,
    .portfolio-filter.style-3 li a {
        border-radius: 22px !important
    }
    .portfolio-shuffle {
        display: none
    }
    .small-thumbs .entry-image,
    .ievent .entry-image {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px !important
    }
    .entry-title h2,
    .post-grid .entry-title h2 {
        font-size: 18px !important;
        font-weight: 600
    }
    .entry-meta li {
        font-size: 11px;
        margin: 0 10px 10px 0
    }
    #posts .entry-meta li i {
        display: none
    }
    #posts.post-grid .entry-meta li i,
    #posts .entry-meta li:last-child i {
        display: inline-block
    }
    .post-grid {
        margin-right: 0 !important
    }
    .post-grid .entry,
    .post-masonry-full.grid-3 .entry {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        border-right: 0 !important
    }
    .post-timeline .entry.entry-date-section {
        margin-left: 0
    }
    .postcontent .post-timeline {
        margin: 0
    }
    .timeline-border,
    .post-timeline .entry-timeline {
        display: none !important
    }
    .postcontent .post-timeline {
        padding-left: 0
    }
    .post-masonry-full .entry {
        padding: 40px !important
    }
    .product-1 .product {
        width: 100%
    }
    .product-1 .product-image {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 20px !important
    }
    .product-1 .product-title h3 {
        font-size: 19px
    }
    .product-1 p {
        display: none
    }
    .pricing-box.best-price {
        margin-top: 0
    }
    .pricing.pricing-5 .pricing-box {
        float: none;
        width: 100%
    }
    .pricing-box.pricing-extended .pricing-features li {
        width: auto;
        float: none
    }
    table.cart .quantity {
        display: block
    }
    table.cart .quantity .qty,
    table.cart .quantity .plus,
    table.cart .quantity .minus {
        float: none;
        width: 100%
    }
    table.cart .quantity .qty {
        border: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    .button.button-desc {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }
    .button.button-desc span {
        font-size: 11px
    }
    .process-steps li {
        float: none;
        width: auto !important;
        margin-top: 20px
    }
    .process-steps li:first-child {
        margin-top: 0
    }
    .process-steps li h5 {
        margin: 10px 0 0 0
    }
    .process-steps li:before,
    .process-steps li:after {
        display: none
    }
    .tabs-responsive .tab-container {
        padding: 0 !important
    }
    .tabs-responsive .tab-container:not(.accordion-border) {
        border: 0
    }
    .testimonials-grid li {
        float: none;
        width: auto !important;
        padding-left: 0;
        padding-right: 0
    }
    .team.team-list .team-image {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .team.team-list .team-title {
        margin-top: 15px
    }
    .title-block {
        padding: 2px 0 3px 15px;
        border-left-width: 5px
    }
    .title-block-right {
        padding: 2px 15px 3px 0;
        border-right-width: 5px
    }
    .title-block h1+span {
        font-size: 18px
    }
    .title-block h2+span {
        font-size: 17px
    }
    .title-block h3+span {
        font-size: 15px
    }
    .title-block h4+span {
        font-size: 13px
    }
    .heading-block h1 {
        font-size: 30px
    }
    .heading-block h2 {
        font-size: 26px
    }
    .heading-block h3 {
        font-size: 22px
    }
    .heading-block h4 {
        font-size: 19px
    }
    .heading-block h1+span {
        font-size: 20px
    }
    .heading-block h2+span {
        font-size: 18px
    }
    .heading-block h3+span,
    .heading-block h4+span {
        font-size: 17px
    }
    .heading-block~p:not(.lead) {
        font-size: 15px
    }
    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 44px !important
    }
    .wedding-head {
        font-size: 48px
    }
    .wedding-head .first-name,
    .wedding-head .last-name,
    .wedding-head .and {
        display: block;
        margin: 0 0 15px;
        text-align: center
    }
    .wedding-head .first-name span,
    .wedding-head .last-name span {
        font-size: 36px
    }
    .wedding-head .and {
        font-size: 120px
    }
    .news-carousel .overlay {
        display: none
    }
    #cookie-notification .container {
        padding-right: 15px
    }
    #cookie-notification .cookie-noti-btn {
        position: relative;
        left: 0;
        display: block;
        margin-top: 20px
    }
    #copyrights .col_half {
        text-align: center
    }
    #copyrights .col_half:last-child {
        display: none
    }
    #copyrights .footer-logo {
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    #header.full-header .container,
    .container-fullwidth {
        width: 540px !important
    }
    .container.vertical-middle {
        width: 100% !important
    }
    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 540px !important
    }
    #top-search form input {
        padding-right: 60px
    }
    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 300px !important
    }
    .swiper_wrapper .slider-caption h2 {
        font-size: 2.25rem
    }
    .swiper_wrapper .slider-caption p {
        font-size: 1.25rem
    }
    #header.transparent-header.floating-header .container {
        width: 540px;
        padding: 0 15px
    }
    .portfolio:not(.portfolio-1) {
        margin: 0 -6px -6px 0
    }
    .portfolio:not(.portfolio-1) .portfolio-item {
        padding: 0 6px 6px 0
    }
    .portfolio:not(.portfolio-1) .portfolio-item {
        width: 50%
    }
    .portfolio:not(.portfolio-1) .portfolio-desc {
        padding: 15px 5px 10px
    }
    .portfolio:not(.portfolio-1) .portfolio-desc h3 {
        font-size: 16px
    }
    .portfolio:not(.portfolio-1) .portfolio-desc span {
        font-size: 14px
    }
    .portfolio-notitle:not(.portfolio-1) .portfolio-desc {
        height: 78px;
        padding: 15px 5px;
        bottom: -79px
    }
    .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc,
    .portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
        bottom: -78px;
        border-bottom: 0
    }
    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon,
    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon,
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon,
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon {
        margin-top: -55px !important
    }
    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a {
        margin: 20px 0 0 !important
    }
    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a.right-icon {
        margin-left: 5px !important;
        margin-right: 0 !important
    }
    .portfolio.portfolio-nomargin,
    .portfolio.portfolio-full {
        margin: 0 !important
    }
    .post-grid:not(.post-masonry) .entry-image iframe {
        height: 246px
    }
    .shop:not(.product-1) {
        margin: 0 -12px -12px 0
    }
    .shop:not(.product-1) .product {
        padding: 0 12px 12px 0;
        width: 50%
    }
    .shop:not(.product-1) .product-title h3 {
        font-size: 17px
    }
    .clients-grid:not(.grid-3):not(.grid-2) li,
    .clients-grid.grid-4 li,
    .clients-grid.grid-6 li {
        width: 33.33%
    }
    .button.button-full {
        font-size: 18px
    }
    .button.button-full i {
        top: 2px !important;
        margin-left: 3px !important
    }
    .error404,
    .error404-wrap .error404 {
        font-size: 160px
    }
    .landing-video {
        position: relative;
        top: 12px;
        width: 333px;
        height: 187px;
        margin: 19px 0 0 53px
    }
}

@media(max-width:575.98px) {
    .container,
    #header.full-header .container,
    .container-fullwidth {
        width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    #primary-menu-trigger {
        left: 20px
    }
    #top-cart {
        display: none
    }
    #top-search a {
        right: 40px
    }
    #top-search form input {
        padding-right: 55px
    }
    #side-panel-trigger {
        right: 68px
    }
    #top-account {
        right: 68px
    }
    #top-account a.btn {
        padding-left: 8px;
        padding-right: 8px
    }
    #top-account a.btn i:last-child {
        display: none
    }
    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 180px !important
    }
    .swiper_wrapper .slider-caption h2 {
        font-size: 1.75rem
    }
    .swiper_wrapper .slider-caption p {
        font-size: 1rem
    }
    #header.transparent-header.floating-header .container {
        width: 310px;
        padding: 0 15px
    }
    .portfolio-filter li {
        width: 50%
    }
    .portfolio:not(.portfolio-1) {
        margin: 0
    }
    .portfolio .portfolio-item {
        width: 100%;
        padding: 0
    }
    .post-grid:not(.post-masonry) .entry-image iframe {
        height: 157px
    }
    .mpost .entry-image {
        float: none;
        margin: 0 0 20px 0
    }
    .mpost .entry-image,
    .mpost .entry-image a,
    .mpost .entry-image img,
    .mpost .entry-image i {
        width: 100%;
        height: auto
    }
    .mpost .entry-image i {
        height: 150px;
        line-height: 150px
    }
    .shop:not(.product-1) {
        margin: 0 !important
    }
    .shop:not(.product-1) .product {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%
    }
    .shop:not(.product-1) .product-title h3 {
        font-size: 19px
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
        height: 45px
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
        display: block;
        width: 60px !important;
        height: 45px !important
    }
    .si-share span {
        display: none
    }
    .parallax .entry-overlay-meta,
    .parallax .entry-overlay {
        left: 50% !important;
        right: 0 !important;
        margin: 0 0 0 -140px !important;
        width: 280px !important
    }
    .parallax .entry-overlay {
        width: 288px !important
    }
    .parallax .countdown-section {
        width: 64px;
        height: 64px;
        margin: 0 8px 0 0;
        font-size: 11px;
        padding: 0;
        padding-top: 12px
    }
    .parallax .countdown-amount {
        font-size: 20px
    }
    .countdown-large .countdown-section {
        display: block;
        width: auto;
        margin: 30px 0 0;
        border: 0
    }
    .countdown-large .countdown-section:first-child {
        margin-top: 0
    }
    .testi-image,
    .testi-image a,
    .testi-image img,
    .testi-image i {
        width: 36px;
        height: 36px
    }
    .testi-image i {
        line-height: 36px;
        font-size: 20px
    }
    .clients-grid:not(.grid-3):not(.grid-2) li,
    .clients-grid.grid-4 li,
    .clients-grid.grid-6 li {
        width: 50%
    }
    .button.button-full {
        font-size: 16px
    }
    .button.button-full i {
        top: 2px !important;
        margin-left: 3px !important
    }
    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 40px !important
    }
    .error404,
    .error404-wrap .error404 {
        font-size: 120px
    }
    .landing-video {
        position: relative;
        top: 9px;
        width: 212px;
        height: 119px;
        margin: 19px 0 0 34px
    }
    .landing-form-overlay {
        margin-left: -155px
    }
    .button.button-desc {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }
    .button.button-desc span {
        font-size: 11px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #logo a.standard-logo,
    #header.split-menu #logo a.standard-logo {
        display: none
    }
    #logo a.retina-logo {
        display: block
    }
    #header.split-menu #logo a.retina-logo {
        display: inline-block
    }
    .owl-carousel.owl-loading,
    .preloader,
    .preloader2,
    .form-process {
        background-size: 24px 24px
    }
    .widget_recent_comments li {
        background-image: url("../images/icons/widget-comment@2x.png");
        background-size: 15px 26px
    }
    .widget_nav_menu li a,
    .widget_links li a,
    .widget_meta li a,
    .widget_archive li a,
    .widget_recent_entries li a,
    .widget_categories li a,
    .widget_pages li a,
    .widget_rss li a,
    .widget_recent_comments li a {
        background-image: url("../images/icons/widget-link@2x.png");
        background-size: 4px 20px
    }
    .dark .widget_recent_comments li {
        background-image: url("../images/icons/widget-comment-dark@2x.png")
    }
    .dark .widget_nav_menu li a,
    .dark .widget_links li a,
    .dark .widget_meta li a,
    .dark .widget_archive li a,
    .dark .widget_recent_entries li a,
    .dark .widget_categories li a,
    .dark .widget_pages li a,
    .dark .widget_rss li a,
    .dark .widget_recent_comments li a {
        background-image: url("../images/icons/widget-link-dark@2x.png")
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991.98px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:991.98px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991.98px),
only screen and (min-device-pixel-ratio:2) and (max-width:991.98px),
only screen and (min-resolution:192dpi) and (max-width:991.98px),
only screen and (min-resolution:2dppx) and (max-width:991.98px) {
    #logo a.standard-logo {
        display: none
    }
    #logo a.retina-logo {
        display: inline-block
    }
}

/*!Ion.RangeSlider, 2.3.0, ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂšÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â© Denis Ineshin, 2010 - 2018, IonDen.com, Build date: 2018-12-11 23:23:51*/

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 20px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 20px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 20px;
    background-color: #fff;
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 20px;
    background-color: #92bce0;
    border: 1px solid #e21b22;
    background: #e21b22;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, .5)
}

.irs--big .irs-handle {
    top: 28px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, #fff 0%, #b4b9be 30%, #fff 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px white;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, .45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%)
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: #fff;
    text-shadow: none;
    padding: 6px 15px 4px 15px;
    background-color: #e21b22;
    border-radius: 3px;
    top: -25px
}

.irs--big .irs-single:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: solid 8px #e21b22;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    transform: translateX(-50%)
}

.irs--big .irs-grid-pol {
    background-color: #e21b22
}

.irs--big .irs-grid-text {
    color: #e21b22
}

.irs--modern {
    height: 55px
}

.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, .5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: #fff;
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 20px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, #fff 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: #fff;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: #fff;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: #c0c0c0;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, .5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: #000
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: #fff;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: #c0c0c0;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: #fff;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: #c0c0c0;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: #000
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid #000;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1)
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #000;
    color: #fff
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: #c0c0c0;
    font-size: 11px
}

a,
h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge),
.header-extras li .he-text span,
#primary-menu ul li:hover>a,
#primary-menu ul li.current>a,
#primary-menu div ul li:hover>a,
#primary-menu div ul li.current>a,
#primary-menu ul ul li:hover>a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover,
#top-cart>a:hover,
.top-cart-action span.top-checkout-price,
.breadcrumb a:hover,
.portfolio-filter li a:hover,
.portfolio-desc h3 a:hover,
.portfolio-overlay a:hover,
#portfolio-navigation a:hover,
.entry-title h2 a:hover,
.entry-meta li a:hover,
.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider,
.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover,
.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover,
.comment-content .comment-author a:hover,
.product-title h3 a:hover,
.single-product .product-title h2 a:hover,
.product-price ins,
.single-product .product-price,
.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img,
.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img,
.process-steps li.active h5,
.process-steps li.ui-tabs-active h5,
.team-title span,
.pricing-box.best-price .pricing-price,
.btn-link,
.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider,
.clear-rating-active:hover {
    color: #444
}

.color,
.top-cart-item-desc a:hover,
.portfolio-filter.style-3 li.activeFilter a,
.faqlist li a:hover,
.tagcloud a:hover,
.dark .top-cart-item-desc a:hover,
.iconlist-color li i,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu>ul>li:hover>a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu>ul>li.current>a,
.overlay-menu #primary-menu.dark>ul>li:hover>a,
.overlay-menu #primary-menu.dark>ul>li.current>a,
.nav-tree li:hover>a,
.nav-tree li.current>a,
.nav-tree li.active>a {
    color: #e21b22 !important
}

.secondary-color,
.insurance .other-info i,
.insurance .info-block.other-info strong,
.insurance .info-block .phone a {
    color: #f68b1f
}

.insurance .divider,
.insurance .full-red:not(:disabled) {
    background-color: #f68b1f !important
}

.insurance .mdc-button.secondary:hover,
.insurance .mdc-button.secondary:focus,
.insurance .mdc-button.secondary:active {
    background-color: #dd7a16 !important;
    border-color: #dd7a16 !important
}

#primary-menu.style-3>ul>li.current>a,
#primary-menu.sub-title>ul>li:hover>a,
#primary-menu.sub-title>ul>li.current>a,
#primary-menu.sub-title>div>ul>li:hover>a,
#primary-menu.sub-title>div>ul>li.current>a,
#top-cart>a>span,
#page-menu-wrap,
#page-menu ul ul,
#page-menu.dots-menu nav li.current a,
#page-menu.dots-menu nav li div,
.portfolio-filter li.activeFilter a,
.portfolio-filter.style-4 li.activeFilter a:after,
.portfolio-shuffle:hover,
.entry-link:hover,
.sale-flash,
.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime),
.button.button-dark:hover,
.promo.promo-flat,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img,
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i,
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
.i-rounded:hover,
.i-circled:hover,
ul.tab-nav.tab-nav2 li.ui-state-active a,
.testimonial .flex-control-nav li a,
.skills li .progress,
.owl-carousel .owl-dots .owl-dot,
#gotoTop:hover,
.dark .button-dark:hover,
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-effect.fbox-dark:hover .fbox-icon i,
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
.dark .i-rounded:hover,
.dark .i-circled:hover,
.dark ul.tab-nav.tab-nav2 li.ui-state-active a,
.dark .tagcloud a:hover,
.ei-slider-thumbs li.ei-slider-element,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus,
.nav-pills .show>.nav-link,
.checkbox-style:checked+.checkbox-style-1-label:before,
.checkbox-style:checked+.checkbox-style-2-label:before,
.checkbox-style:checked+.checkbox-style-3-label:before,
.radio-style:checked+.radio-style-3-label:before,
.irs-bar,
.irs-from,
.irs-to,
.irs-single,
input.switch-toggle-flat:checked+label,
input.switch-toggle-flat:checked+label:after,
input.switch-toggle-round:checked+label:before,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor,
.entry:after {
    background-color: #e21b22
}

.bgcolor,
.button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover,
.process-steps li.active a,
.process-steps li.ui-tabs-active a,
.sidenav>.ui-tabs-active>a,
.sidenav>.ui-tabs-active>a:hover,
.owl-carousel .owl-nav [class*=owl-]:hover,
.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    background-color: #e21b22 !important
}

#primary-menu.style-4>ul>li:hover>a,
#primary-menu.style-4>ul>li.current>a,
.top-cart-item-image:hover,
.portfolio-filter.style-3 li.activeFilter a,
.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider,
.cart-product-thumbnail img:hover,
.feature-box.fbox-outline .fbox-icon,
.feature-box.fbox-border .fbox-icon,
.dark .top-cart-item-image:hover,
.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider,
.dark .cart-product-thumbnail img:hover,
.heading-block.border-color:after {
    border-color: #e21b22
}

.top-links ul ul,
.top-links ul div.top-link-section,
#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content,
#primary-menu.style-6>ul>li>a:after,
#primary-menu.style-6>ul>li.current>a:after,
#top-cart .top-cart-content,
.fancy-title.title-border-color:before,
.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2,
#primary-menu.dark ul li .mega-menu-content.style-2,
.dark #top-cart .top-cart-content,
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a,
.irs-from:after,
.irs-single:after,
.irs-to:after {
    border-top-color: #e21b22
}

#page-menu.dots-menu nav li div:after,
.title-block {
    border-left-color: #e21b22
}

.title-block-right {
    border-right-color: #e21b22
}

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6,
.more-link,
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom-color: #e21b22
}

.border-color,
.process-steps li.active a,
.process-steps li.ui-tabs-active a,
.tagcloud a:hover,
.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    border-color: #e21b22 !important
}

.fbox-effect.fbox-dark .fbox-icon i:after,
.dark .fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #e21b22
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i,
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #e21b22
}

body.affordability .irs--big .irs-bar {
    border: 1px solid #002c5d;
    background: #002c5d
}

body.main-color-aqua .irs--big .irs-from,
body.main-color-aqua .irs--big .irs-to,
body.main-color-aqua .irs--big .irs-single {
    background-color: #86608e
}

body.main-color-aqua .irs--big .irs-from,
body.main-color-aqua .irs--big .irs-to,
body.main-color-aqua .irs--big .irs-single {
    background-color: #86608e
}

body.main-color-aqua .irs--big .irs-single:before {
    border-top: solid 8px #86608e
}

body.main-color-aqua .irs--big .irs-grid-pol {
    background-color: #86608e
}

body.main-color-aqua .irs--big .irs-grid-text {
    color: #86608e
}

body.main-color-aqua .affordability-results-container span {
    color: #002c5d
}

body.main-color-aqua .affordability-rate-result {
    color: #002c5d
}

body.main-color-aqua .color {
    color: #002c5d !important
}

@media only screen and (max-width:991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current a,
    #primary-menu ul ul li:hover>a,
    #primary-menu ul li .mega-menu-content.style-2>ul>li.mega-menu-title:hover>a,
    #primary-menu ul li .mega-menu-content.style-2>ul>li.mega-menu-title>a:hover {
        color: #e21b22 !important
    }
    #page-menu nav {
        background-color: #e21b22
    }
}

@media only screen and (max-width:767px) {
    .portfolio-filter li a:hover {
        color: #e21b22
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 150px
}

.owl-carousel .owl-nav button span {
    color: #fff;
    font-size: 70px
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px
}

.owl-carousel .owl-nav [class*=owl-]:hover,
.owl-carousel .owl-nav [class*=owl-]:focus,
.owl-carousel .owl-nav [class*=owl-]:active {
    background-color: transparent !important
}

.owl-carousel .owl-nav [class*=owl-]:hover span,
.owl-carousel .owl-nav [class*=owl-]:focus span,
.owl-carousel .owl-nav [class*=owl-]:active span {
    color: #000
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.jBox-wrapper {
    text-align: left;
    box-sizing: border-box
}

.jBox-title,
.jBox-content,
.jBox-container {
    position: relative;
    word-break: break-word;
    box-sizing: border-box
}

.jBox-container {
    background: #fff;
    height: 100vh
}

.jBox-content {
    padding: 8px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .2s
}

.jBox-footer {
    box-sizing: border-box
}

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
    padding: 8px 10px 0;
    font-weight: bold
}

.jBox-Tooltip.jBox-hasTitle .jBox-content,
.jBox-Mouse.jBox-hasTitle .jBox-content {
    padding-top: 5px
}

.jBox-Mouse {
    pointer-events: none
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box
}

.jBox-pointer:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    box-sizing: border-box
}

.jBox-pointer-top {
    top: 0
}

.jBox-pointer-top:after {
    left: 5px;
    top: 6px;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-right {
    right: 0
}

.jBox-pointer-right:after {
    top: 5px;
    right: 6px;
    box-shadow: 1px -1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-left {
    left: 0
}

.jBox-pointer-left:after {
    top: 5px;
    left: 6px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-bottom {
    bottom: 0
}

.jBox-pointer-bottom:after {
    left: 5px;
    bottom: 6px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}

.jBox-pointer-top,
.jBox-pointer-bottom {
    width: 30px;
    height: 12px
}

.jBox-pointer-left,
.jBox-pointer-right {
    width: 12px;
    height: 30px
}

.jBox-Modal .jBox-container {
    border-radius: 4px
}

.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4)
}

.jBox-Modal .jBox-content {
    padding: 15px 20px
}

.jBox-Modal .jBox-title {
    border-radius: 4px 4px 0 0;
    padding: 15px 20px;
    background: #fafafa;
    border-bottom: 1px solid #eee
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
    padding-right: 65px
}

.jBox-Modal .jBox-footer {
    border-radius: 0 0 4px 4px
}

.jBox-closeButton {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box
}

.jBox-closeButton svg {
    position: absolute;
    top: 50%;
    right: 50%
}

.jBox-closeButton path {
    fill: #aaa;
    transition: fill .2s
}

.jBox-closeButton:hover path {
    fill: #888
}

.jBox-overlay .jBox-closeButton {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px
}

.jBox-overlay .jBox-closeButton svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -10px
}

.jBox-overlay .jBox-closeButton path {
    fill: #ddd
}

.jBox-overlay .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-closeButton-title .jBox-closeButton {
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px
}

.jBox-closeButton-title svg {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: -6px
}

.jBox-closeButton-box {
    box-sizing: border-box
}

.jBox-closeButton-box .jBox-closeButton {
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%
}

.jBox-closeButton-box .jBox-closeButton svg {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -5px
}

.jBox-closeButton-box:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.jBox-closeButton-box.jBox-pointerPosition-top:before {
    top: 5px
}

.jBox-closeButton-box.jBox-pointerPosition-right:before {
    right: 2px
}

.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton {
    background: #fafafa
}

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .82)
}

.jBox-footer {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 8px 10px;
    border-radius: 0 0 3px 3px
}

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
    overflow: hidden
}

.jBox-draggable {
    cursor: move
}

@keyframes jBoxLoading {
    to {
        transform: rotate(360deg)
    }
}

.jBox-loading .jBox-content {
    opacity: .2
}

.jBox-loading-spinner .jBox-content {
    min-height: 38px !important;
    min-width: 38px !important;
    opacity: 0
}

.jBox-spinner {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

.jBox-spinner:before {
    display: block;
    box-sizing: border-box;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .8);
    animation: jBoxLoading .6s linear infinite
}

.jBox-countdown {
    border-radius: 4px 4px 0 0;
    z-index: 0;
    background: #000;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    overflow: hidden
}

.jBox-countdown-inner {
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #fff
}

[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
    animation-fill-mode: both
}

@keyframes jBox-tada {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(.8) rotate(-4deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.2) rotate(4deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.2) rotate(-4deg)
    }
    100% {
        transform: scale(1) rotate(0)
    }
}

.jBox-animated-tada {
    animation: jBox-tada 1s
}

@keyframes jBox-tadaSmall {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(.9) rotate(-2deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(2deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-2deg)
    }
    100% {
        transform: scale(1) rotate(0)
    }
}

.jBox-animated-tadaSmall {
    animation: jBox-tadaSmall 1s
}

@keyframes jBox-flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.jBox-animated-flash {
    animation: jBox-flash .5s
}

@keyframes jBox-shake {
    0%,
    100% {
        transform: translateX(0)
    }
    20%,
    60% {
        transform: translateX(-6px)
    }
    40%,
    80% {
        transform: translateX(6px)
    }
}

.jBox-animated-shake {
    animation: jBox-shake .4s
}

@keyframes jBox-pulseUp {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.15)
    }
    100% {
        transform: scale(1)
    }
}

.jBox-animated-pulseUp {
    animation: jBox-pulseUp .25s
}

@keyframes jBox-pulseDown {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.85)
    }
    100% {
        transform: scale(1)
    }
}

.jBox-animated-pulseDown {
    animation: jBox-pulseDown .25s
}

@keyframes jBox-popIn {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.jBox-animated-popIn {
    animation: jBox-popIn .25s
}

@keyframes jBox-popOut {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(0)
    }
}

.jBox-animated-popOut {
    animation: jBox-popOut .25s
}

@keyframes jBox-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.jBox-animated-fadeIn {
    animation: jBox-fadeIn .2s
}

@keyframes jBox-fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.jBox-animated-fadeOut {
    animation: jBox-fadeOut .2s
}

@keyframes jBox-slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-300px);
        opacity: 0
    }
}

.jBox-animated-slideUp {
    animation: jBox-slideUp .4s
}

@keyframes jBox-slideRight {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(300px);
        opacity: 0
    }
}

.jBox-animated-slideRight {
    animation: jBox-slideRight .4s
}

@keyframes jBox-slideDown {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(300px);
        opacity: 0
    }
}

.jBox-animated-slideDown {
    animation: jBox-slideDown .4s
}

@keyframes jBox-slideLeft {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-300px);
        opacity: 0
    }
}

.jBox-animated-slideLeft {
    animation: jBox-slideLeft .4s
}

.jBox-Confirm .jBox-content {
    text-align: center;
    padding: 46px 35px
}

@media(max-width:500px) {
    .jBox-Confirm .jBox-content {
        padding: 32px 20px
    }
}

.jBox-Confirm-footer {
    height: 46px
}

.jBox-Confirm-button {
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    width: 50%;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    padding: 0 10px;
    transition: color .2s, background-color .2s;
    box-sizing: border-box
}

.jBox-Confirm-button-cancel {
    border-bottom-left-radius: 4px;
    background: #ddd;
    color: #666
}

.jBox-Confirm-button-cancel:hover,
.jBox-Confirm-button-cancel:active {
    background: #ccc
}

.jBox-Confirm-button-cancel:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2)
}

.jBox-Confirm-button-submit {
    border-bottom-right-radius: 4px;
    background: #7d0;
    color: #fff
}

.jBox-Confirm-button-submit:hover,
.jBox-Confirm-button-submit:active {
    background: #6c0
}

.jBox-Confirm-button-submit:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2)
}

.jBox-Image .jBox-container {
    background-color: transparent
}

.jBox-Image .jBox-content {
    padding: 0;
    width: 100%;
    height: 100%
}

.jBox-image-container {
    background: center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.jBox-image-label-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 100
}

.jBox-image-label {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    padding: 8px 40px;
    line-height: 24px;
    transition: opacity .36s;
    opacity: 0;
    z-index: 0;
    pointer-events: none
}

.jBox-image-label.expanded {
    background: #000
}

.jBox-image-label:not(.expanded) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.jBox-image-label.active {
    opacity: 1;
    pointer-events: all
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .8;
    transition: opacity .2s;
    background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
    background-size: 11px auto;
    user-select: none;
    z-index: 1
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
    opacity: 1
}

.jBox-image-pointer-next {
    right: 0;
    transform: scaleX(-1)
}

.jBox-image-pointer-prev {
    left: 0
}

.jBox-image-counter-container {
    position: absolute;
    right: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    text-align: right;
    display: none
}

.jBox-image-has-counter .jBox-image-counter-container {
    display: block
}

.jBox-image-has-counter .jBox-image-label:not(.expanded) {
    padding-right: 80px;
    text-indent: 40px
}

.jBox-overlay.jBox-overlay-Image {
    background: #000
}

.jBox-image-not-found {
    background: #000
}

.jBox-image-not-found:before {
    content: '';
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 5px solid #222;
    border-radius: 50%
}

.jBox-image-not-found:after {
    content: '';
    display: block;
    box-sizing: content-box;
    z-index: auto;
    width: 6px;
    height: 74px;
    margin-top: -37px;
    margin-left: -3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #222;
    transform: rotateZ(45deg);
    transform-origin: 50% 50% 0
}

.jBox-image-download-button-wrapper {
    position: absolute;
    top: -40px;
    right: 35px;
    height: 40px;
    display: flex;
    cursor: pointer;
    opacity: .8;
    transition: opacity .2s
}

.jBox-image-download-button-wrapper:hover {
    opacity: 1
}

.jBox-image-download-button-icon {
    width: 40px;
    height: 40px;
    background: center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDE2IDI1NnYtMTkyaC0xOTJ2MTkyaC0xNjBsMjU2IDI1NiAyNTYtMjU2aC0xNjB6TTAgNTc2aDY0MHY2NGgtNjQwdi02NHoiPjwvcGF0aD48L3N2Zz4=);
    background-size: 60%
}

.jBox-image-download-button-text {
    white-space: nowrap;
    line-height: 40px;
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 14px
}

@keyframes jBoxImageLoading {
    to {
        transform: rotate(360deg)
    }
}

.jBox-image-loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border: 4px solid #333;
    border-bottom-color: #666;
    animation: jBoxImageLoading 1.2s linear infinite;
    border-radius: 50%
}

.jBox-Notice {
    transition: margin .2s
}

.jBox-Notice .jBox-container {
    border-radius: 4px;
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .25), inset -1px -1px 0 0 rgba(0, 0, 0, .1)
}

.jBox-Notice .jBox-content {
    border-radius: 4px;
    padding: 12px 20px
}

@media(max-width:768px) {
    .jBox-Notice .jBox-content {
        padding: 10px 15px
    }
}

@media(max-width:500px) {
    .jBox-Notice .jBox-content {
        padding: 8px 10px
    }
}

.jBox-Notice.jBox-hasTitle .jBox-content {
    padding-top: 5px
}

@media(max-width:500px) {
    .jBox-Notice.jBox-hasTitle .jBox-content {
        padding-top: 0
    }
}

.jBox-Notice.jBox-hasTitle .jBox-title {
    padding: 12px 20px 0;
    font-weight: bold
}

@media(max-width:768px) {
    .jBox-Notice.jBox-hasTitle .jBox-title {
        padding: 10px 15px 0
    }
}

@media(max-width:500px) {
    .jBox-Notice.jBox-hasTitle .jBox-title {
        padding: 8px 10px 0
    }
}

.jBox-Notice.jBox-closeButton-title .jBox-title {
    padding-right: 55px
}

.jBox-Notice.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton {
    width: 40px
}

.jBox-Notice.jBox-Notice-black .jBox-container {
    color: #fff;
    background: #000
}

.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-Notice.jBox-Notice-gray .jBox-container {
    color: #222;
    background: #f6f6f6
}

.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
    fill: #222
}

.jBox-Notice.jBox-Notice-red .jBox-container {
    color: #fff;
    background: #d00
}

.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-Notice.jBox-Notice-green .jBox-container {
    color: #fff;
    background: #5d0
}

.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-Notice.jBox-Notice-blue .jBox-container {
    color: #fff;
    background: #49d
}

.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-Notice.jBox-Notice-yellow .jBox-container {
    color: #000;
    background: #fd0
}

.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-NoticeFancy .jBox-content,
.jBox-NoticeFancy .jBox-title {
    padding-left: 25px
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container {
    color: #fff;
    background: #000
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    border-radius: 4px 0 0 4px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    background-size: 14px 14px
}

.jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,
.jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after {
    background-color: #888
}

.jBox-NoticeFancy.jBox-Notice-red .jBox-container:after {
    background-color: #e00
}

.jBox-NoticeFancy.jBox-Notice-green .jBox-container:after {
    background-color: #6c0
}

.jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after {
    background-color: #49d
}

.jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after {
    background-color: #fb0
}

.jBox-NoticeFancy .jBox-countdown {
    left: 8px;
    border-radius: 0 4px 0 0
}

.jBox-TooltipBorder .jBox-container,
.jBox-TooltipBorder .jBox-pointer:after {
    border: 2px solid #49d
}

.jBox-TooltipBorder .jBox-pointer:after {
    width: 22px;
    height: 22px
}

.jBox-TooltipBorder .jBox-pointer-top,
.jBox-TooltipBorder .jBox-pointer-bottom {
    width: 34px;
    height: 13px
}

.jBox-TooltipBorder .jBox-pointer-top:after,
.jBox-TooltipBorder .jBox-pointer-bottom:after {
    left: 6px
}

.jBox-TooltipBorder .jBox-pointer-left,
.jBox-TooltipBorder .jBox-pointer-right {
    width: 13px;
    height: 34px
}

.jBox-TooltipBorder .jBox-pointer-left:after,
.jBox-TooltipBorder .jBox-pointer-right:after {
    top: 6px
}

.jBox-TooltipBorder.jBox-closeButton-box:before {
    width: 28px;
    height: 28px;
    background: #49d
}

.jBox-TooltipBorderThick .jBox-container {
    box-shadow: none;
    border-radius: 8px;
    border: 4px solid #ccc
}

.jBox-TooltipBorderThick .jBox-pointer:after {
    box-shadow: none;
    border: 4px solid #ccc;
    width: 24px;
    height: 24px
}

.jBox-TooltipBorderThick .jBox-pointer-top,
.jBox-TooltipBorderThick .jBox-pointer-bottom {
    width: 38px;
    height: 13px
}

.jBox-TooltipBorderThick .jBox-pointer-left,
.jBox-TooltipBorderThick .jBox-pointer-right {
    width: 13px;
    height: 38px
}

.jBox-TooltipBorderThick.jBox-closeButton-box:before {
    width: 32px;
    height: 32px;
    background: #ccc
}

.jBox-TooltipDark .jBox-container {
    border-radius: 4px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.jBox-TooltipDark .jBox-pointer:after {
    background: #000
}

.jBox-TooltipDark .jBox-closeButton {
    background: #000
}

.jBox-TooltipDark.jBox-closeButton-box:before {
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
    fill: #ddd
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
    fill: #fff
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
    fill: #bbb
}

.jBox-TooltipError {
    pointer-events: none
}

.jBox-TooltipError .jBox-container {
    border-radius: 2px;
    background: #d00;
    color: #fff;
    font-weight: bold;
    font-size: 13px
}

.jBox-TooltipError .jBox-content {
    padding: 0 10px;
    line-height: 28px
}

.jBox-TooltipError .jBox-pointer:after {
    background: #d00;
    width: 20px;
    height: 20px
}

.jBox-TooltipError .jBox-pointer-top,
.jBox-TooltipError .jBox-pointer-bottom {
    width: 22px;
    height: 8px
}

.jBox-TooltipError .jBox-pointer-right,
.jBox-TooltipError .jBox-pointer-left {
    width: 8px;
    height: 22px
}

.jBox-TooltipError .jBox-pointer-top:after {
    left: 1px;
    top: 6px
}

.jBox-TooltipError .jBox-pointer-right:after {
    top: 1px;
    right: 6px
}

.jBox-TooltipError .jBox-pointer-bottom:after {
    left: 1px;
    bottom: 6px
}

.jBox-TooltipError .jBox-pointer-left:after {
    top: 1px;
    left: 6px
}

.jBox-TooltipSmall {
    pointer-events: none
}

.jBox-TooltipSmall .jBox-container {
    border-radius: 2px
}

.jBox-TooltipSmall .jBox-content {
    padding: 0 10px;
    line-height: 28px
}

.jBox-TooltipSmall .jBox-pointer:after {
    width: 20px;
    height: 20px
}

.jBox-TooltipSmall .jBox-pointer-top,
.jBox-TooltipSmall .jBox-pointer-bottom {
    width: 22px;
    height: 8px
}

.jBox-TooltipSmall .jBox-pointer-right,
.jBox-TooltipSmall .jBox-pointer-left {
    width: 8px;
    height: 22px
}

.jBox-TooltipSmall .jBox-pointer-top:after {
    left: 1px;
    top: 6px
}

.jBox-TooltipSmall .jBox-pointer-right:after {
    top: 1px;
    right: 6px
}

.jBox-TooltipSmall .jBox-pointer-bottom:after {
    left: 1px;
    bottom: 6px
}

.jBox-TooltipSmall .jBox-pointer-left:after {
    top: 1px;
    left: 6px
}

.jBox-TooltipSmallGray {
    pointer-events: none
}

.jBox-TooltipSmallGray .jBox-container {
    font-size: 13px;
    line-height: 24px;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, #fafafa, #f2f2f2)
}

.jBox-TooltipSmallGray .jBox-content {
    padding: 0 10px
}

.jBox-TooltipSmallGray .jBox-pointer:after {
    width: 20px;
    height: 20px
}

.jBox-TooltipSmallGray .jBox-pointer-top,
.jBox-TooltipSmallGray .jBox-pointer-bottom {
    width: 22px;
    height: 8px
}

.jBox-TooltipSmallGray .jBox-pointer-left,
.jBox-TooltipSmallGray .jBox-pointer-right {
    width: 8px;
    height: 22px
}

.jBox-TooltipSmallGray .jBox-pointer-top:after {
    background: #fafafa;
    left: 1px;
    top: 6px
}

.jBox-TooltipSmallGray .jBox-pointer-right:after {
    top: 1px;
    right: 6px
}

.jBox-TooltipSmallGray .jBox-pointer-bottom:after {
    background: #f2f2f2;
    left: 1px;
    bottom: 6px
}

.jBox-TooltipSmallGray .jBox-pointer-left:after {
    top: 1px;
    left: 6px
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translateZ(0)
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.body-colour,
body {
    color: #555561
}

.color-aqua {
    color: #40c0cb
}

.color-orange {
    color: #f48c23
}

.pac-container {
    z-index: 999999
}

.jBox-wrapper {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    line-height: 28px
}

.bold {
    font-weight: bold
}

#header {
    height: unset
}

#header-wrap {
    height: unset;
    background-color: #fff
}

label {
    margin-bottom: 0;
    letter-spacing: 0 !important
}

label.error-label {
    color: #e21b22
}

label.plain-label {
    font-size: 13px;
    font-weight: initial;
    text-transform: initial;
    cursor: default;
    padding-left: 16px
}

label.plain-label.plain-label-value {
    font-size: 16px
}

.lazyload,
.lazyloading {
    min-width: 100%;
    opacity: 0
}

img.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

a.anchor-tag {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden
}

a.anchor-tag[name='better-rate'] {
    top: -65px
}

a.anchor-tag[name='contact-us'] {
    top: -80px
}

a.anchor-tag[name='pre-approve'] {
    top: -75px
}

a.anchor-tag[name='5-steps'] {
    top: -75px
}

a.anchor-tag[name='donate-now'] {
    top: 530px
}

a.anchor-tag[name='guide'] {
    top: -80px
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    color: #002d57;
    color: #e21b22;
    border-bottom: 2px solid #e21b22
}

#expand-button {
    padding-bottom: 20px
}

#expand-button a:not(i) {
    color: #002c5d;
    font-weight: bold;
    text-decoration: underline !important
}

#expand-button a:hover,
#expand-button a:active,
#expand-button a:focus {
    text-decoration: underline !important
}

#amortisation-table {
    width: 100%
}

.mdc-text-field--disabled input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none
}

.calculator-page .section.mobile-tabs {
    padding-bottom: 0
}

.home .main-banner {
    background-position-y: -60px
}

.bg-navy {
    background-color: #002c5d
}

.calculator-question {
    margin-bottom: 30px
}

.calculator-question h1 {
    margin-left: auto;
    margin-right: auto
}

.mobile-tabs .mdc-select {
    margin-bottom: 40px
}

#wrapper #page-title h1 {
    text-transform: none;
    letter-spacing: 0
}

#wrapper #page-title.page-title-dark h1 {
    color: #fff !important
}

#wrapper #page-title.page-title-parallax h1 {
    letter-spacing: 0
}

.calculator-page #page-title a.action {
    max-width: 260px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
    cursor: pointer !important;
    line-height: 1.2
}

.calculator-tabs ul:nth-child(1) li,
.calculator-tabs ul:nth-child(2) li {
    text-align: center
}

.calculator-tabs ul:nth-child(1) li {
    margin-top: 10px
}

.calculator-tabs ul.toggle-filter:first-child {
    margin-bottom: 20px
}

.calculator-tabs ul.toggle-filter:nth-child(1),
.calculator-tabs ul.toggle-filter:nth-child(2) {
    width: 100%
}

.calculator-page #calculators {
    background: #fff;
    padding: 30px 0;
    transition: all .2s ease-in;
    margin-bottom: 60px;
    border-radius: 4px;
    overflow: visible
}

.calculator-page .calculator-tabs {
    overflow: visible
}

.calculator-page .calculator-tabs ul.toggle-filter:first-child {
    margin-bottom: 0
}

.calculator-page li.embed-tab {
    padding-left: 8px;
    padding-right: 8px
}

.calculator-page li.embed-tab:first-child {
    padding-left: 0
}

.calculator-page li.embed-tab:last-child {
    padding-right: 0
}

.calculator-page .toggle-filter li a {
    font-weight: bold;
    min-height: 54px
}

.calculator-page .toggle-filter li.activeFilter a,
.calculator-page .toggle-filter li a:hover,
.calculator-page .toggle-filter li a:active,
.calculator-page .toggle-filter li a:focus {
    border-bottom: solid;
    border-color: #002c5d;
    padding-bottom: 12px;
    color: #002c5d
}

.iframe-embedded-mode .section.gradient {
    background: none;
    padding: 30px 0
}

.row.iframe-embedded-row {
    margin-left: 0;
    margin-right: 0
}

.divider.thin-grey {
    height: 1px;
    background-color: #ccc;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px
}

.divider.grey-divider {
    background-color: #d5d5d5
}

.divider.embed-divider {
    display: none
}

.iframe-embedded-mode .divider.embed-divider {
    display: block;
    width: 11%
}

.iframe-embedded-mode .divider:not(.embed-divider) {
    display: none
}

.powered-by-logo img {
    max-height: 60px
}

.powered-by-logo div {
    display: inline;
    position: relative;
    bottom: -25px;
    margin-right: 10px;
    font-style: italic
}

.powered-by-logo {
    text-align: right;
    position: absolute;
    bottom: 1px;
    right: 15px
}

.iframe-embedded-mode #bond-and-transfer .powered-by-logo {
    position: static
}

#calculators h3 {
    color: #002d57
}

#content #calculators h1,
#content h1 {
    font-size: 30px;
    line-height: 1.35
}

.articles {
    padding-top: 60px
}

#calculators .result-row {
    display: flex;
    justify-content: space-between
}

#calculators .cta-button {
    float: right
}

#calculators .calculator-menu-title {
    margin-top: 20px
}

#calculators .calculator-button>a {
    color: #595959
}

#calculators .calculator-button>a :hover,
#calculators .calculator-button>a :focus,
#calculators .calculator-button>a :active {
    color: #002c5d
}

#calculators .terms {
    margin-bottom: 20px;
    margin-top: 20px
}

#calculators .terms span {
    font-style: italic
}

a.journey-selection {
    max-width: 280px;
    min-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

div.journey-container {
    width: 80% !important;
    text-align: center !important
}

div.journey-container .h2 {
    width: 100% !important;
    text-align: center !important
}

.irs--big .irs-handle {
    cursor: pointer
}

.irs-single.irs-sliding {
    top: 75px
}

.irs-single.irs-sliding::before {
    transform: rotate(180deg);
    bottom: 31px;
    left: 41%
}

.mdc-text-field:not(.mdc-text-field--disabled).bb-tag-input-container .mdc-text-field__input {
    color: transparent;
    overflow: hidden
}

.mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused.bb-tag-input-container .mdc-text-field__input {
    color: rgba(0, 0, 0, .87)
}

#call-me-back-journey p.mdc-text-field-chips-counter,
#call-me-back-journey p.chip-limit {
    font-size: 90% !important;
    color: #555
}

.manage-application-regions-form .mdc-text-field-chips-counter {
    text-align: left
}

.bb-tag-input-container .mdc-chip-set {
    padding-top: 9px;
    position: absolute;
    z-index: 1
}

#call-me-back-journey .bb-tag-input-container .mdc-chip {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

#call-me-back-journey .bb-tag-input-container .mdc-chip,
#call-me-back-journey .bb-tag-input-container .mdc-chip:hover,
#call-me-back-journey .bb-tag-input-container .mdc-chip:active,
#call-me-back-journey .bb-tag-input-container .mdc-chip:focus {
    background-color: transparent
}

#call-me-back-journey .bb-tag-input-container .mdc-chip__ripple {
    display: none
}

.mdc-button {
    text-transform: none;
    min-width: 210px;
    height: 50px;
    font-weight: 800;
    border-radius: 4px;
    letter-spacing: inherit
}

.mdc-button.primary:hover,
.mdc-button.primary:active,
.mdc-button.primary:focus {
    background-color: #012145 !important;
    color: #fff !important;
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mdc-button.secondary:hover,
.mdc-button.secondary:active,
.mdc-button.secondary:focus {
    background-color: #ce131b !important;
    color: #fff !important;
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mdc-button.turquoise:hover,
.mdc-button.turquoise:active,
.mdc-button.turquoise:focus {
    background-color: #fff !important;
    color: #6bc8bf !important;
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mdc-select__selected-text {
    text-align: left
}

.mdc-select:not(.mdc-select--disabled) {
    background-color: transparent
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover {
    border-bottom-color: rgba(0, 0, 0, .87)
}

.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #555561
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: rgba(0, 0, 0, .6)
}

.mdc-select--focused .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

.mdc-menu-surface {
    border-radius: 0 0 4px 4px
}

.full-red:not(:disabled) {
    background-color: #e21b22 !important;
    color: #fff !important
}

.full-blue:not(:disabled) {
    background-color: #fff !important;
    border: 2px solid #002c5d !important;
    color: #002c5d !important
}

.full-blue:not(:disabled):hover,
.full-blue:not(:disabled):active,
.full-blue:not(:disabled):focus {
    background-color: #002c5d !important;
    color: #fff !important
}

.full-grey:not(:disabled) {
    background-color: #d5d5d5;
    color: #808080;
    border-color: #d5d5d5
}

.full-grey:not(:disabled):hover,
.full-grey:not(:disabled):active,
.full-grey:not(:disabled):focus {
    background-color: #bababa !important
}

.full-width {
    width: 100%
}

.full-width-inputs input,
.full-width-inputs button,
.full-width-inputs .mdc-text-field,
.full-width-inputs .select-width-class {
    width: 100%
}

.half-width-inputs input,
.half-width-inputs button,
.half-width-inputs .mdc-text-field,
.half-width-inputs .select-width-class {
    width: 48% !important
}

.mdc-select {
    border-radius: 4px
}

.mdc-floating-label,
.mdc-text-field__input,
.mdc-button,
.field-error-helper-text {
    font-family: 'Poppins', 'Montserrat'
}

.mdc-text-field--outlined .mdc-text-field__input {
    padding-top: 12px;
    padding-bottom: 7px;
    caret-color: #555561;
    text-transform: initial;
    font-size: .9rem
}

.mdc-text-field.mdc-text-field--textarea textarea {
    text-transform: initial
}

.mdc-text-field--outlined+.field-error-helper-text,
.mdc-select+.field-error-helper-text {
    margin-right: 12px;
    margin-left: 12px
}

.mdc-floating-label {
    text-transform: initial !important
}

.mdc-text-field--with-leading-icon .mdc-text-field__input {
    padding-left: 35px !important
}

.mdc-button--outlined.primary:not(:disabled) {
    color: #002d57;
    border-color: #002d57
}

.mdc-button--outlined.primary:not(:disabled):hover {
    color: #fff;
    background-color: #002d57
}

.mdc-button.primary::before,
.mdc-button.primary::after {
    background-color: #002d57
}

.mdc-button--outlined:not(:disabled).secondary {
    color: #e21b22;
    border-color: #e21b22
}

.mdc-button--outlined:not(:disabled).secondary:hover {
    color: #fff;
    background-color: #e21b22
}

.mdc-button--outlined:not(:disabled).secondary::before,
.mdc-button--outlined:not(:disabled).secondary::after {
    background-color: #e21b22
}

.mdc-button--unelevated:not(:disabled) {
    background-color: #002d57
}

.mdc-button--unelevated:not(:disabled).secondary {
    background-color: #e21b22;
    font-weight: bold;
    width: inherit
}

.mdc-button.main:hover,
.mdc-button.main:active,
.mdc-button.main:focus {
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mdc-button--outlined.main:not(:disabled),
.mdc-button--unelevated.main:not(:disabled) {
    color: #fff;
    border-color: #002d57;
    background-color: #002c5d
}

.mdc-button--outlined.main.red:not(:disabled),
.mdc-button--unelevated.main.red:not(:disabled) {
    color: #fff;
    background-color: rgba(226, 27, 34, 1);
    border-color: #e21b22
}

.mdc-button--outlined.main.red:not(:disabled):hover,
.mdc-button--outlined.main.red:not(:disabled):active,
.mdc-button--outlined.main.red:not(:disabled):focus,
.mdc-button--unelevated.main.red:not(:disabled):hover,
.mdc-button--unelevated.main.red:not(:disabled):active,
.mdc-button--unelevated.main.red:not(:disabled):focus {
    color: #e21b22;
    border-color: #e21b22
}

.insurance .mdc-button--outlined.main:not(:disabled),
.mdc-button--unelevated.main:not(:disabled) {
    border-color: #f68b1f;
    background-color: #f68b1f
}

.mdc-button--outlined.main:not(:disabled):hover,
.mdc-button--unelevated.main:not(:disabled):hover {
    color: #002d57;
    background-color: transparent
}

.insurance .mdc-button--outlined.main:not(:disabled):hover,
.mdc-button--unelevated.main:not(:disabled):hover {
    color: #f68b1f
}

.mdc-button.alternate:hover,
.mdc-button.alternate:active,
.mdc-button.alternate:focus {
    transition: border-color .5s;
    -webkit-transition: border-color .5s
}

.mdc-button--outlined.alternate:not(:disabled) {
    color: #002c5d;
    border-color: #808080;
    background-color: transparent
}

.mdc-button--outlined.turquoise:not(:disabled) {
    color: #fff;
    border-color: #6bc8bf;
    background-color: #6bc8bf
}

.mdc-button.turquoise:hover,
.mdc-button.turquoise:active,
.mdc-button.turquoise:focus {
    color: #6bc8bf;
    border-color: #6bc8bf;
    background-color: #fff;
    transition: border-color .5s;
    -webkit-transition: border-color .5s;
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mdc-button--outlined.inverse-turquoise:not(:disabled) {
    color: #6bc8bf;
    border-color: #6bc8bf;
    background-color: #fff
}

.mdc-button.inverse-turquoise:hover,
.mdc-button.inverse-turquoise:active,
.mdc-button.inverse-turquoise:focus {
    color: #fff;
    border-color: #6bc8bf;
    background-color: #6bc8bf;
    transition: border-color .5s;
    -webkit-transition: border-color .5s;
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mdc-button--outlined.inverse:not(:disabled) {
    color: #002c5d;
    border-color: #fff;
    background-color: #fff
}

.mdc-button.inverse:hover,
.mdc-button.inverse:active,
.mdc-button.inverse:focus {
    color: #fff;
    background-color: #002c5d;
    transition: color .5s;
    -webkit-transition: color .5s;
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mdc-button--outlined.alternate.tertiary:not(:disabled) {
    color: #40c0cb
}

.mdc-button--outlined.alternate:not(:disabled):hover,
.mdc-button--outlined.alternate:not(:disabled):active,
.mdc-button--outlined.alternate:not(:disabled):focus {
    border-color: #002d57;
    background-color: transparent
}

select option {
    color: #000 !important
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #555561;
    font-weight: 800
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path {
    stroke: #454545
}

.mdc-radio::before,
.mdc-radio::after {
    background-color: #555561
}

.benefit-pre-approve .imageTitle {
    background-image: url(/images/pages/affordability/benefit-pre-approve.png)
}

#affordability-calculate {
    z-index: 100
}

#affordability-calculator-reset {
    position: absolute;
    right: 18px;
    margin-top: 10px;
    cursor: pointer
}

#calculators .video-container {
    margin-bottom: 40px
}

#calculators .line {
    margin: 15px 0;
    border-color: #ddd
}

#calculators .divider {
    margin: 60px auto
}

.divider.divider-60 {
    width: 60px;
    margin-bottom: 30px
}

.result-row .secondary {
    color: #002c5d
}

.email-container {
    margin-top: 20px
}

.email-container .mdc-button {
    min-width: 20px
}

div[class$="-result-container"] .large-bold {
    font-weight: bold;
    font-size: 18px
}

#contact .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__idle {
    border-color: #feffff
}

.mdc-text-field:not(.mdc-text-field--disabled).has-success+.field-error-helper-text {
    visibility: hidden
}

.field-error-helper-text {
    letter-spacing: 0;
    color: #e21b22 !important;
    font-size: 90% !important;
    text-align: left
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.current {
    color: #002c5d !important
}

.menu-item a {
    color: #595959 !important;
    text-align: center
}

body:not(.top-search-open) .logged-in-support-bar #primary-menu-trigger {
    right: 10px !important;
    top: 50px;
    position: absolute !important;
    font-size: 30px;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1;
    z-index: 1;
    color: #002c5d
}

.menu-item a {
    color: #595959 !important;
    text-align: center
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item a:active {
    color: #002c5d !important
}

#header-support-bar.logged-in-support-bar {
    text-align: unset
}

.logged-in-support-bar #primary-menu>ul {
    display: none
}

.logged-in-support-bar #primary-menu {
    display: block;
    float: none
}

.logged-in-support-bar #logo {
    float: none;
    display: inline-block;
    margin-right: 240px
}

.logged-in-support-bar {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

#application-steps {
    display: inline-block;
    position: relative;
    bottom: 14px
}

.application-step {
    display: inline-block;
    font-size: .875rem;
    margin-right: 10px;
    color: #999;
    font-weight: bold
}

.step-divider {
    border-right: 1px solid #002c5d;
    margin-right: 16px;
    padding-right: 20px
}

.application-step.active-step {
    color: #002c5d
}

.application-steps-number {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    background: #999;
    color: #fff;
    text-align: center;
    font-size: 15px
}

.header-region-selection {
    cursor: pointer
}

.hover-pointer {
    cursor: pointer
}

.application-step.active-step .application-steps-number {
    background-color: #002c5d
}

.logged-in-support-bar #logo img {
    height: 70px
}

.logged-in-support-bar #primary-menu>ul>li {
    float: none
}

.logged-in-support-bar #primary-menu>ul>li a {
    float: left
}

#primary-menu-trigger {
    text-transform: uppercase
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item a:active {
    color: #002c5d !important
}

#primary-menu>ul>li:hover>a {
    color: #002c5d;
    padding-bottom: 39px
}

#primary-menu>ul>li.current>a {
    color: #002c5d;
    padding-bottom: 39px
}

#primary-menu>ul>li>a {
    text-transform: none;
    letter-spacing: inherit;
    font-weight: normal;
    font-size: 15px;
    color: #595959
}

#primary-menu.dark ul li .mega-menu-content.style-2 {
    border-top: none !important
}

.covid a {
    color: #fff;
    font-size: 18px
}

body:not(.insurance):not(.affordability) .container.benefit-pre-approve .step {
    background-color: #6bc8bf
}

@media(min-width:992px) {
    #primary-menu>ul>li>a {
        transition: color .4s, padding .4s, border-bottom .4s;
        -webkit-transition: color .4s, padding .4s, border-bottom .4s
    }
}

@media(max-width:991px) {
    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
        background-color: transparent;
        color: #e21b22 !important
    }
    a.anchor-tag {
        top: 0
    }
}

#primary-menu ul li>a:hover,
#primary-menu ul li>a:focus,
#primary-menu ul li>a:active {
    color: #002146 !important
}

.page-title-padding {
    top: 0 !important
}

.secondary-featured {
    padding: 20px
}

.menu-actions {
    color: #595959 !important
}

a.menu-actions:hover,
a.menu-actions:focus {
    color: #002146 !important
}

.learn-tab {
    width: 100%;
    text-align: left
}

.learn-tab li a>h4 {
    color: #595959 !important;
    padding: 15px
}

.learn-tab li a>h4:hover,
.learn-tab li a>h4:focus,
.learn-tab li a>h4:active,
.learn-tab li a.active.show>h4 {
    color: #002146 !important
}

@media(min-width:992px) {
    #primary-menu ul li.more.mega-menu .mega-menu-content {
        width: 100%;
        padding: 15px
    }
    #primary-menu ul li.contact.mega-menu .mega-menu-content {
        width: 25%;
        left: 72.5%
    }
}

#primary-menu ul li a {
    text-transform: none
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a {
    padding-top: 3px;
    padding-bottom: 3px
}

#header-support-bar {
    padding: 6px 0;
    background: #eee;
    text-align: right;
    color: #002c5d;
    font-size: 12px
}

#header-support-bar.logged-in-support-bar {
    background: #fff
}

#header-support-bar a,
#header-support-bar span,
.header-support-bold {
    padding-left: 6px;
    color: #002c5d;
    font-size: 16px;
    transition: color .4s
}

#header-support-bar a:hover {
    color: #e21b22
}

.header-support-bold {
    font-size: 16px;
    font-weight: bold
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
    font-size: 14px;
    transition: .6s;
    transition: padding .4s
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a:hover {
    color: #002c5d
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a,
.inverse-colours #header #primary-menu>ul>li>a {
    color: #555561
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
    text-transform: none !important
}

#primary-menu ul ul li>a {
    font-weight: 500;
    font-size: 13px
}

.top-footer {
    display: none
}

body.insurance .top-footer {
    display: none
}

.bond #footer,
.affordability #footer {
    margin-top: 0
}

#footer {
    border-top: none;
    opacity: 0
}

#footer ul {
    padding-left: 0
}

@media(min-width:320px) {
    #footer {
        margin-top: 30px
    }
}

@media(min-width:768px) {
    .consultant-page-compliment {
        border-left: 2px solid #eee
    }
    .badge-callout-img {
        width: 200px
    }
    #footer {
        margin-top: 50px
    }
}

@media(max-width:450px) {
    #header-support-bar a,
    #header-support-bar span,
    .header-support-bold {
        padding-left: 0;
        font-size: 15px
    }
    .badge-callout-img {
        width: 140px
    }
}

@media(max-width:400px) {
    #header-support-bar a,
    #header-support-bar span,
    .header-support-bold {
        font-size: 13px
    }
}

#footer .footer-widgets-wrap {
    padding: 50px 0
}

#footer .line {
    margin: 30px 0;
    border-top: 1px solid #fff
}

#footer .widget_links li a {
    background: none;
    font-size: 12px
}

#footer .widget_links li a:hover,
#footer .widget_links li a:active,
#footer .widget_links li a:focus {
    color: #e21b22
}

.footer-link-container h3 {
    text-align: center;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 18px
}

.footer-link-container li {
    text-align: center
}

.page-item.disabled,
page-item.active {
    pointer-events: none
}

.paginationWrap .page-item.active .page-link,
.paginationWrap .page-link:hover,
.paginationWrap .page-link:focus {
    border-color: #002c5d !important;
    background-color: #002c5d !important
}

.prev .page-link:focus,
.next .page-link:focus {
    background-color: unset !important;
    border: 1px solid #dee2e6 !important;
    color: unset !important;
    box-shadow: unset
}

.page-link {
    color: #002c5d
}

.pagination-info {
    display: inline-block;
    padding-left: 10px
}

#footer .divider,
.blog-post .divider {
    margin: 30px 0 20px 0;
    width: 100%;
    background-color: #d8d8d8 !important;
    height: 1px
}

.foot-logo {
    position: absolute;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.footer-col {
    padding-left: 5px;
    padding-right: 5px
}

@media(min-width:320px) {
    .footer-col {
        margin-bottom: 30px
    }
}

@media(min-width:992px) {
    .footer-col {
        margin-bottom: 0
    }
    .affordability #page-title h1.text-left {
        max-width: 60%
    }
    .affordability #page-title h1.text-left span {
        max-width: 70%
    }
}

.widget_links h3 a {
    color: #444
}

.widget_links h3 a:hover,
.widget_links h3 a:active,
.widget_links h3 a:focus {
    color: #e21b22
}

.widget_links li a {
    padding: 0
}

.disclaimer {
    font-size: 12px
}

#copyrights {
    border-top: 1px solid #fff;
    background-color: #d8d8d8;
    font-size: 12px;
    padding: 25px 0
}

#copyrights a {
    color: #555561
}

#copyrights a:hover,
#copyrights a:active,
#copyrights a:focus {
    color: #002c5d
}

.footer-text {
    vertical-align: middle;
    text-align: center
}

.footer-social {
    margin-bottom: 0 !important
}

.not-found h4 {
    color: #e21b22
}

.not-found p,
#calculators .choice-container-404-text p {
    color: #002c5d
}

.calculator-related-posts {
    margin-top: 20px
}

@media(min-width:320px) {
    .footer-text {
        margin-bottom: 20px !important
    }
}

@media(min-width:768px) {
    .footer-text {
        margin-bottom: 0 !important
    }
}

#copyrights .fab {
    font-size: 35px;
    padding-right: 6px
}

@media(min-width:320px) {
    #copyrights .fright {
        position: relative;
        text-align: center
    }
    .fright {
        float: none !important
    }
}

@media(min-width:768px) {
    #copyrights .fright {
        position: absolute;
        right: 0;
        top: -6px
    }
}

.facebook i {
    color: #3c5a94
}

.youtube i {
    color: #cf1323
}

.linkedin i {
    color: #0078b1
}

.twitter i {
    color: #1da1f2
}

.instagram i {
    color: #c13584
}

.mobile-footer-container {
    display: table;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999
}

#contact-us-number-mobile,
#contact-us-number-mobile-right {
    display: table-cell !important;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    text-align: center
}

#contact-us-number-mobile a,
#contact-us-number-mobile-right a {
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    font-size: 16px;
    top: 1px
}

#contact-us-number-mobile {
    width: 25%;
    background-color: #006400;
    border-color: rgba(87, 169, 0, 1);
    border-right: 2px solid #fff
}

#contact-us-number-mobile-right {
    width: 75%;
    background: #555561
}

#contact-us-number-mobile a:hover,
#contact-us-number-mobile a:focus,
#contact-us-number-mobile a:active {
    text-decoration: underline !important
}

#content .home-contact {
    padding-top: 80px
}

#content .white-text h2,
#content .white-text h2 span,
#content .white-text p,
#content .home-contact h2,
#content .home-contact h2 span,
#content .home-contact p:not(.field-error-helper-text),
#content .home-contact input,
#content .home-contact select,
#content .home-contact .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
#content .home-contact .mdc-select:not(.mdc-select--disabled) .mdc-floating-label,
#content .home-contact .mdc-select__selected-text,
#content .home-contact span,
#content .home-contact label {
    color: #fff !important
}

#content .home-contact .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple,
#content .home-contact .mdc-radio::before,
.mdc-radio::after {
    background-color: #fff !important
}

#content .home-contact input {
    caret-color: #fff
}

#content .home-contact .mdc-select:not(.mdc-select--disabled),
#content .home-contact .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,
#content .home-contact .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
#content .home-contact .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #fff
}

.mdc-form-field>label {
    text-transform: initial
}

#content .home-contact .responsive-img {
    position: absolute;
    left: -60px;
    bottom: -60px;
    transition: bottom .4s
}

#content .home-contact .mdc-text-field--outlined .mdc-notched-outline__idle {
    border-color: #fff
}

#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path,
#content .home-contact .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    stroke: #fff
}

#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #fff
}

#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #fff
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #454545
}

#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
#content .home-contact .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #fff
}

#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: #fff
}

#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #fff
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #454545
}

#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,
#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,
#content .home-contact .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #fff
}

#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #fff
}

#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #fff
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #454545
}

#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
#content .home-contact .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #fff
}

.call-me-back-form {
    margin-bottom: 20px
}

.insurance-call-me-back #call-me-back .mdc-form-field.checkbox-mdc {
    display: flex
}

.call-me-back-form label {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300
}

.call-me-back-form input {
    caret-color: #555561
}

.call-me-back-form .call-me-back-container {
    text-align: left
}

.question-slide .mdc-text-field--outlined input.mdc-text-field__input {
    padding-right: 78px !important
}

#contact-us-map {
    height: 600px;
    width: 100%
}

.section.contact-teams {
    padding-bottom: 40px
}

.branch-contact-section .info-block h2 {
    margin-bottom: 0
}

.branch-contact-section .info-block>div:first-child {
    padding: 12px 30px
}

.branch-contact-section .info-block .phone div:first-child {
    padding-bottom: 0
}

.branch-contact-section {
    padding-bottom: 60px
}

.branch-contact-section .contact-second-header {
    margin-bottom: 20px;
    padding-top: 0
}

.branch-contact-box {
    margin-left: 24%;
    width: 60%;
    margin-bottom: 30px
}

.branch-contact-box .telephone {
    color: unset
}

.info-block>div {
    background-color: #eee;
    border-radius: 5px;
    color: #000;
    padding: 1px
}

#content .info-block h2 {
    font-size: 20px
}

.contact-us-home-loans #content .info-block h2 span {
    font-size: 22px;
    font-weight: 400
}

.contact-us-home-loans #content .contact-teams .info-block h2 {
    min-height: 58px
}

.info-block>div:first-child {
    padding: 20px 30px
}

.contact-us-insurance .info-block>div {
    padding-top: 15px
}

.gm-style-iw .info-block>div {
    background-color: transparent;
    padding: 0;
    font-size: 80%
}

.info-block {
    text-align: center
}

.info-block .heading-block h4 {
    text-transform: none;
    font-weight: normal;
    color: #042248
}

.info-block .address,
.info-block .office-name {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 13px
}

#contact-us-map .info-block .office-name {
    font-weight: bold
}

.info-block .phone {
    font-weight: bold
}

.info-block .phone a {
    font-weight: 400;
    font-size: 22px
}

#content h2 span.info-sub-heading {
    color: #7f7f7f;
    display: block
}

.info-block .phone a {
    color: #e21b22
}

.info-block.other-info {
    margin-bottom: 0 !important
}

.info-block.other-info div {
    background-color: #fff
}

.info-block.other-info strong {
    display: block;
    color: #e21b22;
    text-transform: uppercase;
    margin: 15px 0 10px 0
}

.info-block h2 {
    margin-bottom: 12px
}

#content .info-block h2 span {
    font-weight: bold
}

.other-info i {
    color: #e21b22;
    font-size: 80px
}

.other-info p {
    padding: 0 25px;
    font-size: 12px;
    margin-bottom: 0
}

#office-locations.accordion.accordion-border .acctitle i {
    left: -8px;
    font-size: 15px;
    float: right;
    position: relative
}

#office-locations.accordion.accordion-border .acctitle.acctitlec i.fa-plus {
    display: none
}

#contact-us-map i.fa-plus {
    display: none
}

i.fa-minus {
    display: none;
    cursor: pointer
}

#office-locations.accordion.accordion-border .acctitle.acctitlec i.fa-minus {
    display: block
}

#office-locations .accordion2 {
    display: none;
    margin-bottom: 30px
}

#office-locations.accordion.accordion-border .acc_content {
    padding-left: 15px
}

.office-name i {
    top: 7px;
    margin: 0 15px 0 5px;
    font-size: 15px;
    float: right;
    position: relative;
    cursor: pointer
}

#banking-partners .owl-carousel.owl-loaded,
#banking-partners .owl-carousel.owl-loaded .owl-stage-outer {
    height: 115px
}

#banking-partners .owl-nav button {
    top: 15px
}

#banking-partners .owl-nav button span {
    color: #ccc
}

#banking-partners img {
    width: 120px;
    margin-left: auto;
    margin-right: auto
}

.bank-selection-list img {
    width: 120px;
    margin-left: auto;
    margin-right: auto
}

.bank-selection-list img {
    width: 120px;
    margin-left: auto;
    margin-right: auto
}

.bank-logos-table img {
    width: 120px
}

.add-bank-submission-button {
    text-align: right;
    color: #e21b22
}

.my-offers-submissions .action-list-container {
    padding-left: 0;
    padding-right: 0
}

.bank-selection-list .mdc-form-field.checkbox-mdc {
    padding-top: 10px
}

.bank-selection-list {
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 30px
}

#hp-widget-vertical_feed,
div#top-reviews-carousel-widget {
    margin-left: auto;
    margin-right: auto
}

#hp-widget .slide {
    padding-left: 0
}

div#slideshow {
    width: 750px
}

div#slideshow .slide {
    z-index: 1
}

#top-reviews-carousel-widget .is-mobile>div {
    margin: 0 auto
}

#content p.review-content {
    font-size: unset;
    line-height: unset;
    overflow: hidden;
    height: 65px
}

#business-stats-widget {
    margin-left: auto;
    margin-right: auto
}

#hello-peter {
    background: #f2f2f2;
    padding: 20px
}

#hello-peter img {
    padding-right: 5px
}

#hello-peter .rating {
    font-weight: bold;
    padding-left: 10px
}

#hello-peter .rank {
    font-weight: bold;
    font-size: 22px;
    padding-left: 10px
}

.appear-on-load {
    opacity: 0
}

.no-gutters {
    margin: 0;
    padding: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

#content .page-heading h2 {
    color: #002347;
    font-weight: 100;
    margin-bottom: 15px
}

#content .page-heading h2 span {
    color: #002347
}

form {
    margin-bottom: 0
}

.form-container {
    padding-bottom: 30px
}

.validation-list-errors {
    margin: 0 auto 20px auto;
    padding: 0 10px;
    width: 100%
}

.validation-list-errors ul,
.validation-list-errors span {
    color: #e21b22;
    display: block;
    margin-bottom: 5px;
    font-size: .8rem
}

.validation-list-errors li {
    margin-left: 40px
}

#current-slide-page {
    right: 10px;
    top: 5px;
    position: absolute;
    font-weight: normal;
    font-size: .9rem;
    color: #002c5d
}

#current-slide-page span {
    color: #444
}

.terms-modal {
    color: #002c5d
}

#idv-id-holder p {
    margin-bottom: 0
}

#idv-id-holder .credit-score {
    font-size: 50px;
    color: #e21b22
}

#idv-id-holder .credit-score i {
    font-size: 20px;
    cursor: pointer
}

#content p {
    font-size: 15px
}

#content h1,
#content h2.h2-to-h1 {
    color: #002c5d;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: inherit;
    line-height: 1.1
}

#content h1 span {
    color: #002c5d;
    font-weight: 300
}

#content .catHeader h1 {
    color: #fff
}

.catHeader p {
    color: #fff
}

#content h2,
.jBox-wrapper h2 {
    color: #002c5d;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: inherit
}

#content h2:not(.h2-to-h1) {
    margin-bottom: 20px
}

#content h1.h1-to-h2 {
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 20px
}

.affordability #content .affordability-result-container h2 {
    font-size: 20px;
    color: #444;
    margin-bottom: 5px;
    margin-top: 10px
}

#content .inline-heading {
    font-size: 18px;
    font-weight: bold
}

#content .heading-l h2 {
    font-size: 40px
}

.contact-second-header {
    padding-top: 0;
    margin-bottom: 0
}

.contact-us-home-loans .divider {
    margin-bottom: 50px
}

.jBox-wrapper.jBox-Modal h2 {
    font-size: 26px;
    margin-bottom: 30px
}

.jBox-wrapper.jBox-Modal .jbox-multi h2 {
    padding-left: 15px
}

.jBox-wrapper.jBox-Modal p,
.jBox-wrapper.jBox-Modal li {
    font-size: 15px
}

#content h2 span,
.jBox-wrapper.jBox-Modal h2 span {
    color: #002c5d;
    font-weight: 300
}

.jBox-Modal ul {
    margin-left: 30px
}

#content h3 {
    font-weight: 800;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: inherit
}

#content h3 span {
    color: #002c5d;
    font-weight: 300
}

#video-library h4 {
    margin-top: 30px
}

strong {
    font-weight: 800
}

p a,
#intra-page-links a {
    color: #002c5d
}

p a:hover,
p a:focus,
p a:active,
#intra-page-links a:hover,
#intra-page-links a:focus,
#intra-page-links a:active {
    color: #e21b22
}

h2 a {
    color: #002c5d
}

table {
    width: 100%
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-top {
    vertical-align: text-top
}

td,
th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 15px
}

.wide-table td,
.wide-table th {
    padding-left: 5px;
    padding-right: 5px
}

.vertical-table th {
    text-align: left
}

.table-text-center td,
.table-text-center th {
    text-align: center
}

.blog-post ul,
.blog-post ol {
    padding-left: 40px
}

.blog-details-section {
    overflow: visible
}

div#intra-page-links {
    background: #fff;
    padding: 30px 30px 20px 20px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    transition: all .2s ease-in;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    left: -40px;
    width: calc(100% + 20px)
}

div#intra-page-links:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

.blog-links-intro {
    font-weight: bold;
    margin-bottom: 15px
}

#intra-page-links div:not(.blog-links-intro) {
    margin-bottom: 10px
}

.blog-post ul {
    list-style-type: disc
}

#blog-previews .row.loaded-posts {
    margin-left: 0;
    margin-right: 0
}

.blog-post ul li,
.blog-post ol li {
    display: list-item;
    padding-left: 10px;
    line-height: 28px
}

.blog-post ul li:not(:last-of-type),
.blog-post ol li:not(:last-of-type) {
    margin-bottom: 10px
}

.blog-post h4 {
    font-size: 20px;
    margin-bottom: 10px
}

@media screen and (max-width:991.98px) {
    .secondary-featured {
        padding-left: 0;
        padding-right: 0
    }
    .calculator-page .section.mobile-tabs.calculator-tabs {
        padding-top: 0
    }
    .calculator-page #page-title h1 .sub-title {
        color: #555561;
        text-shadow: none
    }
    .calculator-page #page-title h1 {
        color: #002c5d
    }
    .calculator-page #page-title {
        background-image: none !important
    }
    .calculator-page #page-title.page-title-parallax {
        padding-top: 40px
    }
    body:not(.top-search-open) .logged-in-support-bar #primary-menu-trigger {
        right: 10px !important;
        top: 30px;
        position: absolute !important;
        font-size: 30px;
        cursor: pointer;
        pointer-events: auto;
        opacity: 1;
        z-index: 1;
        color: #002c5d
    }
}

.toggle-filter {
    position: relative;
    margin: 0 0 40px 0;
    list-style: none;
    float: left;
    border-radius: 4px
}

.toggle-filter li {
    float: left;
    position: relative
}

.toggle-filter li a {
    display: block;
    position: relative;
    padding: 12px 9px;
    font-size: 15px;
    line-height: 15px;
    color: #555561
}

.toggle-filter li.activeFilter a,
.toggle-filter li a:hover,
.toggle-filter li a:active,
.toggle-filter li a:focus {
    color: #e21b22;
    border-bottom: 3px solid #e21b22;
    padding-bottom: 9px
}

.toggle .togglet,
.toggle .toggleta {
    color: #002c5d
}

.toggle .togglet,
.toggle .toggleta,
.toggle .togglec {
    padding-left: 0
}

.toggle .togglec {
    color: #555561
}

.toggle .togglet,
.toggle .toggleta {
    font-weight: normal !important
}

#page-title {
    height: 800px;
    max-height: 100%
}

#page-title h1 {
    max-width: 50%;
    font-size: 35px;
    line-height: 1.3;
    float: right;
    color: #fff;
    text-shadow: none
}

#page-title h1 .sub-title {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-shadow: 0 0 1rem rgba(0, 0, 0, .6)
}

#page-title h1.text-center {
    max-width: 70%;
    float: none;
    margin: 0 auto
}

#page-title h1.text-left {
    max-width: 50%;
    float: none
}

#page-title h1.text-right {
    max-width: 50%;
    float: right
}

#page-title .affordability-link {
    margin-right: 30px
}

#page-title a.action,
.mobile-tabs a.action,
.action-link,
.outline-button,
.toggle-filter-button a {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #eee;
    padding: 15px 20px;
    font-size: 22px;
    border-radius: 4px;
    line-height: 1;
    background-color: rgba(255, 255, 255, .2);
    transition: background-color .5s;
    -webkit-transition: background-color .5s
}

.mobile-tabs a.action,
.toggle-filter-button a {
    border-color: #002c5d;
    color: #002c5d;
    text-align: center;
    margin-top: 0;
    margin-bottom: 22px;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px
}

.toggle-filter-button a:hover,
.toggle-filter-button a:active,
.toggle-filter-button a:focus,
.mobile-tabs a.action:hover,
.mobile-tabs a.action:active,
.mobile-tabs a.action:focus {
    background-color: #002c5d;
    border-color: #002c5d;
    color: #fff;
    transition: background-color border-color color .5s;
    -webkit-transition: background-color border-color color .5s
}

.outline-button {
    border-color: #000;
    color: #000;
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0
}

#page-title a.action.solid {
    padding: 23px 60px;
    font-size: 24px
}

#page-title a.action.red.solid {
    background-color: rgba(226, 27, 34, 1);
    border-color: #e21b22
}

#page-title a.action.blue.solid {
    background-color: rgba(0, 44, 93, 1);
    border-color: #002c5d
}

#page-title a.action.red:hover,
#page-title a.action.red:active,
#page-title a.action.red:focus,
.outline-button.red:hover,
.outline-button.red:active,
.outline-button.red:focus {
    background-color: rgba(180, 21, 27, 1);
    border-color: #b4151b;
    transition: background-color border-color .5s;
    -webkit-transition: background-color border-color .5s
}

.outline-button.red:hover,
.outline-button.red:active,
.outline-button.red:focus {
    color: #eee
}

#page-title a.action.blue:hover,
#page-title a.action.blue:active,
#page-title a.action.blue:focus {
    background-color: #002146
}

.outline-button.blue:hover,
.outline-button.blue:active,
.outline-button.blue:focus {
    background-color: rgba(0, 44, 93, 1);
    border-color: #002c5d;
    transition: background-color border-color 1s;
    -webkit-transition: background-color border-color 1s;
    color: #eee
}

.action-link.hoverable {
    color: rgba(0, 44, 93, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 44, 93, 1);
    transition: color .5s, background-color .5s
}

.action-link.hoverable:hover,
.action-link.hoverable:active,
.action-link.hoverable:focus {
    background-color: rgba(0, 44, 93, 1)
}

.action-link {
    margin-top: 0;
    background-color: #002c5d;
    font-weight: 800;
    font-size: .875rem;
    border: none
}

.action-link.action-link-aqua {
    background-color: #40c0cb
}

.action-link.action-link-blue {
    background-color: #002c5d;
    border: 1px solid #002c5d
}

.action-link.action-link-aqua.disabled {
    pointer-events: none
}

.action-link.disabled {
    background-color: #d5d5d5;
    color: #808080 !important
}

.action-link:hover,
.action-link:active,
.action-link:focus {
    background-color: #be0f15;
    color: #fff
}

.action-link.action-link-aqua:hover,
.action-link.action-link-aqua:active,
.action-link.action-link-aqua:focus {
    background-color: #339ca5
}

.action-link.action-link-blue:hover,
.action-link.action-link-blue:active,
.action-link.action-link-blue:focus {
    background-color: #fff;
    color: #002c5d
}

.action-link.disabled:hover,
.action-link.disabled:active,
.action-link.disabled:focus {
    background-color: #d5d5d5;
    color: #808080 !important
}

a.anchor-aqua .anchor-text {
    color: #40c0cb;
    font-weight: bold
}

a.anchor-aqua.disabled .anchor-text {
    color: #bababa;
    cursor: default;
    font-weight: normal
}

a.anchor-aqua:not(.disabled) .anchor-text:active,
a.anchor-aqua:not(.disabled) .anchor-text:focus,
a.anchor-aqua:not(.disabled) .anchor-text:hover {
    color: #339ca5
}

.not-found .action-link.action-link-blue {
    width: 100%
}

.video-button {
    text-align: center
}

.video-container,
.frame {
    border: 15px #fff solid;
    box-shadow: 0 4px 5px 2px rgba(34, 34, 34, .2);
    margin-right: 4px;
    cursor: pointer;
    position: relative
}

.video-container.no-container {
    border: none;
    box-shadow: none
}

.video-container:hover .fas,
.video-container:focus .fas,
.video-container:active .fas {
    color: #fff
}

.video-container .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 60px;
    color: #002c5d
}

.video-container.alt-play-icon:hover .fas {
    top: 49.7%;
    left: 49.9%;
    border-radius: 28px;
    font-size: 58px
}

.video-container .iframe-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

iframe.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.how-approval-works ul {
    list-style: circle;
    font-size: 22px;
    color: #fff
}

.video-container-dark {
    padding: 20px;
    background-color: #fff
}

.why-get-prequalified .video-container .fas {
    color: #eee
}

.why-get-prequalified .video-container:hover .fas,
.why-get-prequalified .video-container:active .fas,
.why-get-prequalified .video-container:focus .fas {
    color: #e21b22
}

.call-me-back-form .mdc-text-field input:-internal-autofill-selected {
    z-index: auto
}

.mdc-text-field input:-webkit-autofill,
.mdc-text-field input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    z-index: auto !important
}

.mdc-text-field input:-webkit-autofill,
.mdc-text-field input:-webkit-autofill:hover,
.mdc-text-field input:-webkit-autofill:focus,
.mdc-text-field input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

.home-contact .mdc-text-field input:-webkit-autofill,
.home-contact .mdc-text-field input:-webkit-autofill:hover,
.home-contact .mdc-text-field input:-webkit-autofill:focus,
.home-contact .mdc-text-field input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset
}

#slider-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    cursor: pointer
}

.bond-amount {
    position: relative;
    top: 5px;
    margin-bottom: 40px
}

.slider-result-container {
    margin-top: 40px
}

.slider-result-container .save {
    color: #002c5d !important;
    font-size: 20px !important
}

.affordability-result-container .slider-result-container {
    margin-top: 50px
}

.affordability-results-container .col-md-4 {
    padding-left: 0;
    padding-right: 0
}

.results-container-mobile .rand-value {
    text-align: right
}

.better-rate-result,
.affordability-rate-result,
.affordability-results-container span {
    display: block;
    font-size: 40px;
    line-height: 60px;
    color: #e21b22;
    font-weight: bold
}

.affordability-rate-result {
    color: #002c5d
}

.affordability-results-container {
    flex-wrap: inherit
}

.affordability-results-container .row {
    margin-bottom: 10px
}

.affordability-results-container>div:not(.no-bg) {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px
}

.affordability-results-container h4,
.affordability-result-heading {
    margin-bottom: 10px;
    margin-top: 0;
    color: #002c5d;
    font-weight: normal
}

.affordability-results-container h4 {
    font-size: 14px;
    margin-bottom: 0 !important
}

.affordability-result-heading {
    color: #555561;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px
}

.affordability-results-container span {
    display: block;
    font-size: 28px
}

#content .affordability-form-container h2 {
    margin-bottom: 30px
}

.affordability-form-container .mdc-text-field {
    font-size: 16px
}

.affordability .affordability-results-container span {
    color: #444;
    font-weight: normal;
    line-height: unset
}

.affordability-results-container span {
    font-size: 18px
}

.quote {
    font-size: 100px;
    position: absolute;
    left: -40px;
    font-weight: bold;
    top: 0;
    color: #e2e2e2;
    font-family: 'Times New Roman', Times, serif
}

.quote-bottom {
    top: unset;
    left: unset;
    bottom: 0;
    right: -50px
}

.bond-step-number {
    display: block;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    color: #555561;
    margin-bottom: 15px
}

.bond-step-title {
    display: block;
    color: #002c5d;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px
}

.bond-step-description {
    display: block;
    line-height: 28px;
    margin-bottom: 20px
}

.bond-step-last-description {
    display: block;
    color: #e21b22;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -30px
}

.bond-step-last-description span {
    color: #555561
}

.section.testimonials h2,
.section.testimonials p {
    text-shadow: 1px 1px 2px rgba(34, 34, 34, .5)
}

.testimonial-block {
    background-color: #eee;
    border-radius: 5px;
    color: #000;
    padding: 40px;
    background-image: url('/images/icons/quotes.png');
    background-repeat: no-repeat;
    background-position: 48px 65px
}

.testimonial-block h4 {
    color: #042248;
    margin-bottom: 20px;
    font-size: 14px
}

.testimonial-block div {
    font-size: 13px;
    line-height: 22px
}

.testimonial-block div:last-child {
    font-weight: bold;
    padding-top: 10px
}

.donate-button {
    margin-top: 10px;
    margin-bottom: 40px
}

.khaya-logo {
    margin-top: 10px
}

.blog-post .topmargin {
    margin-top: 20px !important
}

.blog-paragraphs row col-md-12 p:last-child {
    margin-bottom: 0
}

.sharing-title {
    margin: 30px 0 0 0
}

.post-sharing .fb,
.post-sharing .tw,
.post-sharing .li,
.post-sharing .em,
.post-sharing .pd,
.post-sharing .wh {
    display: inline-block
}

.post-sharing .fb a {
    background-color: #526eac
}

.post-sharing .tw a {
    background-color: #00abed
}

.post-sharing .wh a {
    background-color: #25d366
}

.post-sharing .li a {
    background-color: #0077b5
}

.post-sharing .em a {
    background-color: #848484
}

.post-sharing .pd a {
    background-color: #f00
}

.post-sharing>span {
    margin-right: 5px;
    padding-bottom: 10px
}

.post-sharing a {
    min-width: 83px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    min-width: 110px;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none
}

.post-sharing a i {
    font-size: 14px;
    margin-right: 9px
}

#blog-index h3 {
    color: #595959;
    font-size: 22px
}

#blog-index .learnContent .cardInfo h3 {
    font-size: 15px
}

#blog-index h3:hover,
#blog-index h3:active,
#blog-index h3:focus {
    color: #002c5d
}

#content .blog-post h3 {
    color: #002c5d;
    font-size: 26px;
    margin-top: 30px
}

#content .blog-post h1 {
    color: #002c5d;
    font-size: 26px;
    margin-top: 30px;
    line-height: 1.35
}

.next-prev-hidden {
    visibility: hidden;
    pointer-events: none
}

#content .blog-post p {
    margin-bottom: 20px;
    font-size: 14px
}

.blog-date {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 20px
}

.blog-date span:nth-child(3) {
    padding-left: 10px
}

.blog-preview {
    margin-bottom: 50px;
    margin-top: 20px
}

.blog-preview:first-of-type {
    margin-bottom: 0
}

#content .blog-preview h3 {
    margin-bottom: 20px
}

.blog-preview img {
    margin-bottom: 30px
}

.emphasis {
    font-style: italic
}

.breadcrumbs {
    padding: 15px;
    margin-bottom: 15px;
    margin-top: -40px
}

.breadcrumbs.self-service {
    padding-bottom: 0;
    margin-bottom: 0
}

.breadcrumbs span {
    padding-right: 5px
}

.breadcrumbs a {
    color: #222
}

.breadcrumbs a:hover {
    color: #e21b22
}

.breadcrumbs i {
    font-size: smaller;
    color: #b9b9b9
}

.breadcrumbs .current-post {
    color: #e21b22;
    font-weight: bold
}

.sidebar-blog-link {
    margin-bottom: 10px;
    margin-top: 10px
}

.sidebar-blog-link a {
    color: #002c5d;
    font-weight: bold
}

.sidebar-blog-link a:hover,
.sidebar-blog-link a:active,
.sidebar-blog-link a:focus {
    color: #e21b22
}

.blog-sidebar-item {
    margin-bottom: 20px
}

.blog-sidebar-item .divider {
    margin-top: 20px
}

.blog-sidebar-item .blog-date {
    margin-bottom: 10px
}

.post-next-prev {
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 40px 0;
    padding-left: 0;
    padding-right: 0
}

.post-next-prev .post-prev {
    text-align: right
}

.post-next-prev .post-prev,
.post-next-prev .post-next {
    width: 50%;
    float: left
}

.post-next-prev .post-prev a {
    border-right: 1px solid #f1f1f1;
    margin-right: -1px
}

.post-prev a {
    text-align: left;
    padding-left: 60px;
    border-right: 2px solid #e1e1e1 !important
}

.post-next a {
    text-align: right;
    padding-right: 60px;
    border-left: none;
    border-left: 2px solid #e1e1e1 !important;
    right: 1px
}

.post-next-prev a {
    color: #002c5d;
    font-weight: bold;
    font-size: 90%;
    line-height: 135%;
    min-height: 130px;
    display: block;
    padding: 25px;
    position: relative;
    text-decoration: none
}

.post-next-prev a div {
    padding-top: 7%
}

.post-next-prev .next-text,
.post-next-prev .previous-text {
    color: #555561;
    display: block;
    margin-bottom: 10px;
    font-size: 80%
}

.post-next-prev .post-prev .fas {
    left: 10px;
    color: #000;
    margin-top: -25px;
    left: 0
}

.post-next-prev a .fas {
    color: #bbb;
    font-size: 17px;
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.post-next-prev i {
    color: #ddd !important;
    font-size: 300% !important;
    transition: all .25s ease-out
}

.get-started-container,
.get-started-form>.row {
    background: rgba(255, 255, 255, 1)
}

.get-started-page #header {
    display: block !important
}

body:not(.get-started-page) .slide-title {
    text-align: center
}

.get-started-page #logo {
    float: none;
    text-align: center;
    margin-right: 0
}

.get-started-page #logo img {
    margin-left: auto;
    margin-right: auto
}

.get-started-page #primary-menu-trigger {
    display: none
}

.get-started-page #header-support-bar {
    display: none !important
}

.get-started-page #wrapper {
    background-image: url(/images/pages/lead-funnel.jpg);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-color: #eee;
    background-position-x: center
}

.get-started-page #header-wrap {
    background-color: transparent
}

.get-started-page #content {
    background-color: transparent
}

.get-started-page #call-me-back-journey {
    background-color: transparent
}

.get-started-page .radio-container {
    background-color: #fff
}

.get-started-page .bx-viewport {
    min-height: 560px !important
}

.get-started-page button {
    margin-bottom: 30px
}

.get-started-page #call-me-back {
    padding-top: 30px;
    margin-bottom: -20px
}

.get-started-page #call-me-back-journey .slide-title {
    padding-top: 30px
}

.get-started-page #call-me-back-journey .slide-title h2 span,
.get-started-page #call-me-back-journey .slide-title h2,
.get-started-page #call-me-back-journey .slide-title h1.h1-to-h2 span,
.get-started-page #call-me-back-journey .slide-title h1.h1-to-h2 {
    color: #555;
    font-weight: 500
}

.get-started-page #call-me-back-journey #slide-container-register-step-1 .slide-sub-title {
    padding-top: 0
}

.get-started-page .call-me-back-form {
    background-color: #fff
}

.get-started-page .slide-title .font-weight-bold {
    font-weight: normal !important
}

.get-started-page .get-started-radio {
    width: 100%
}

.get-started-container {
    width: 100%;
    background-color: #fff;
    min-height: 600px
}

.contact-us-insurance #call-me-back-journey {
    background: #fff
}

.insurance .mdc-button.slider-previous-question {
    background: #fff !important;
    color: #f68b1f !important
}

.insurance #page-title a.action.blue {
    background: #f68b1f;
    border-color: #f68b1f
}

.insurance #page-title a.action.blue:hover,
.insurance #page-title a.action.blue:focus,
.insurance #page-title a.action.blue:active {
    background: #d2710f;
    border-color: #d2710f
}

#call-me-back-journey {
    background: #f2f2f2;
    background: #fff
}

section#call-me-back-journey {
    padding: 40px 0 20px 0
}

#call-me-back-journey.section.gradient {
    background: #eee;
    background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 90%)
}

.calculator-page #call-me-back-journey {
    background-image: linear-gradient(to bottom, rgba(256, 256, 256, 0), rgba(256, 256, 256, 0), rgba(256, 256, 256, 0), rgba(256, 256, 256, 0), rgba(256, 256, 256, 1))
}

#call-me-back-journey p {
    color: #002c5d;
    font-size: 18px;
    line-height: 26px
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    border: none;
    margin-bottom: 0
}

.image-centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.image-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#question-list {
    max-height: 300px
}

#question-list div[class^="full-question-"],
#question-list div[class*=" full-question-"] {
    cursor: pointer;
    line-height: 1.5;
    padding: 8px 0;
    color: #555561
}

#question-list div[class^="full-question-"]:hover,
#question-list div[class*=" full-question-"]:hover,
#question-list div[class^="full-question-"]:active,
#question-list div[class*=" full-question-"]:active,
#question-list div[class^="full-question-"]:focus,
#question-list div[class*=" full-question-"]:focus {
    color: #555561;
    background-color: rgba(236, 236, 236, .87)
}

.choice-lead p,
.question-lead p {
    margin-top: 20px
}

.choice-lead img,
.question-lead img {
    margin-top: 30px
}

.radio-slide-back-link {
    color: #555;
    cursor: pointer;
    font-weight: bold
}

.radio-slide-back-link:hover,
.radio-slide-back-link:active,
.radio-slide-back-link:focus {
    color: #002c5d
}

.slider-go-back {
    position: absolute;
    top: 18px;
    color: #031c3a;
    font-size: 20px
}

.start-slide .slider-go-back,
.start-slide .slider-previous-question {
    display: none
}

.start-slide .selection-continue-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.slider-navigate,
.slider-go-back,
.slider-question-helpful {
    cursor: pointer
}

.slider-navigate img,
.slider-question-helpful img {
    max-width: 128px
}

.slider-navigate p,
.slider-question-helpful p {
    margin-bottom: 0
}

#question-list {
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    top: 132px;
    border: 2px solid #555561;
    border-top: none;
    padding-top: 10px;
    overflow-x: hidden
}

#question-list span {
    margin-left: 45px;
    display: inline-block
}

#question-list .fa {
    padding: 0 10px;
    color: #bbb;
    position: absolute;
    left: 4px;
    top: 12px
}

#question-list div.active {
    color: #042248;
    background-color: rgba(204, 219, 230, .87) !important
}

#question-list>div:last-of-type {
    color: #002c5d !important
}

#question-list>div:last-of-type .fa {
    display: none
}

#question-progress-indicator {
    font-size: 0;
    background-color: #e21b22;
    width: 100%;
    cursor: default
}

#call-me-back-journey .slide-title p {
    font-size: 17px
}

.dashboard-documents {
    padding: 2px;
    margin-top: 20px
}

.dashboard-buttons {
    margin-top: 20px
}

#question-progress-indicator>label {
    margin-bottom: 0;
    font-size: 2px;
    padding: 2px;
    width: 20%;
    background-color: #6dc8bf;
    -webkit-transition: width .5s;
    transition: width .5s;
    cursor: default
}

.question-progress-indicator-x {
    font-size: 1px;
    background-color: #4d4d4d;
    width: calc(100% - 40px);
    cursor: default
}

#application-holder-sidebar h4 {
    position: relative;
    margin-bottom: 10px;
    color: #002c5d;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 10px;
    border-bottom: 1px solid #eee
}

#application-holder-sidebar .sidebar-heading {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    padding: 10px 0
}

#application-holder-sidebar h4 .sidebar-complete-percent {
    color: #002c5d;
    float: right
}

#application-holder-sidebar .action-list-items {
    width: 100%
}

.sidebar-header {
    overflow-x: hidden
}

.circle {
    width: 60px;
    position: relative;
    text-align: center;
    font-family: sans-serif
}

.circle strong {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #002c5d;
    font-family: 'Poppins', sans-serif
}

.circle.span {
    display: block;
    margin-top: 12px
}

.circle-progress-label {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #002c5d;
    position: relative;
    bottom: 22px;
    margin-left: 5px
}

#application-holder-sidebar h6 {
    text-transform: uppercase;
    color: #002c5d;
    font-size: .8rem;
    font-weight: normal
}

#application-holder-sidebar .fa-trash-alt {
    color: #e21b22
}

#application-holder-sidebar .fa-trash-alt:hover,
#application-holder-sidebar .fa-trash-alt:focus,
#application-holder-sidebar .fa-trash-alt:active {
    color: #002c5d
}

.vertical-progress-container {
    position: relative
}

.vertical-progress-container .question-progress-indicator-x>label {
    margin-bottom: 0;
    font-size: 2px;
    width: 0%;
    height: 3px;
    background-color: #40c0cb;
    -webkit-transition: width .5s;
    transition: width .5s;
    cursor: default
}

.vertical-progress-container .completed-node+li .question-progress-indicator-x>label {
    background-color: #40c0cb
}

#question-choice-container {
    border: 2px solid #eee;
    padding: 40px;
    margin: 2rem auto 2rem auto
}

.row.question-choice {
    margin: 10px
}

#question-choice-container .outline-button {
    margin-top: 0
}

.question-slide .mdc-text-field__icon i {
    font-size: 28px
}

.question-slide .mdc-text-field__icon span {
    position: absolute;
    top: 2px;
    right: 37px;
    color: rgba(0, 0, 0, .4);
    font-size: 16px
}

.slider-previous-question {
    cursor: pointer
}

.question-choice .slider-previous-question {
    position: relative;
    top: -15px;
    margin-top: 15px
}

#slide-container-call-me-back .field-error-helper-text {
    display: block !important
}

.slide-title h2 {
    margin-bottom: 20px
}

#slide-container-tiles .slider-navigate {
    min-height: 300px
}

#slide-container-tiles .action-link {
    padding-right: 15px;
    padding-left: 15px
}

#slide-container-search .mdc-text-field {
    background-color: #fff
}

#slide-container-search hr {
    width: 94%;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #e0e0e0
}

#slide-container-search .slider-previous-question {
    position: relative;
    top: -20px
}

#slide-container-search .slide-title {
    margin-bottom: 30px
}

#slide-container-call-me-back .slider-previous-question:not(button) {
    cursor: pointer;
    top: 6px;
    position: relative;
    left: -14px
}

.slider-navigate .slider-button {
    margin-top: 10px
}

.slider-navigate .slider-button .action-link {
    width: 90%;
    background: #555561;
    color: #fff;
    border: none
}

.slider-navigate .slider-button .action-link:hover,
.slider-navigate .slider-button .action-link:focus,
.slider-navigate .slider-button .action-link:active {
    background: #44444d
}

#call-me-back-journey .slider-navigate .slider-button .action-link {
    background: #fff;
    border: 1px solid #002c5d;
    color: #002c5d
}

#call-me-back-journey .slider-navigate .slider-button .action-link:hover,
#call-me-back-journey .slider-navigate .slider-button .action-link:visited,
#call-me-back-journey .slider-navigate .slider-button .action-link:active,
#call-me-back-journey .slider-navigate .slider-button .action-link:focus {
    background: #002c5d;
    border: none;
    color: #fff
}

#call-me-back-journey .tile-choice-container {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
    transition: all .2s ease-in;
    margin-bottom: 30px;
    border-radius: 4px
}

.choice-container-404 {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
    transition: all .2s ease-in;
    margin-bottom: 30px;
    border-radius: 4px
}

.choice-container-404:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .16);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

.choice-container-404-text {
    padding: 30px
}

.thank-you-page .choice-container-404-text {
    padding-bottom: 1px
}

#content .choice-container-404-text p {
    font-size: 15px;
    min-height: 60px;
    line-height: 20px
}

#content .thank-you-page .choice-container-404-text p {
    min-height: 80px
}

#call-me-back-journey .tile-choice-container:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .16);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

#call-me-back-journey .tile-choice-container h4 {
    color: #444;
    padding-top: 10px
}

.slider-radio-option {
    transition: all .2s ease-in;
    margin-bottom: 15px;
    border: 1px solid #808080;
    border-radius: 5px;
    height: 50px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 50px;
    cursor: pointer;
    position: relative
}

.downgrade-application-questions .slider-radio-option {
    padding-right: 50px
}

.slider-radio-option .radio-slot {
    border: 2px solid #808080;
    border-radius: 11px;
    display: inline-block;
    height: 25px;
    width: 25px;
    padding-left: 3px;
    padding-top: 1px
}

.slider-radio-option .radio-text {
    display: inline-block
}

.slider-radio-option input {
    pointer-events: none
}

.slider-radio-option .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
.slider-radio-option .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #002c5d
}

.slider-radio-option:hover .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
.slider-radio-option:hover .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #eee
}

.slider-radio-option .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background {
    border-color: #002c5d;
    background-color: #002c5d
}

.slider-radio-option:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    border-color: #002c5d;
    background-color: #002c5d
}

.slider-radio-option label {
    color: #002c5d;
    line-height: 1rem
}

.slider-radio-option:hover label {
    color: #eee
}

.slider-radio-option .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #002c5d
}

.slider-radio-option:hover .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #eee
}

.slider-radio-option:hover .mdc-checkbox__native-control:enabled:not(:checked)~.mdc-checkbox__background {
    border-color: #eee
}

.bxslider .slider-radio-option:hover .fa-info-circle:not(.consultant-tip-icon) {
    color: #eee
}

.slider-radio-option.selected-radio {
    border-color: #002c5d
}

.slider-radio-option span[data-toggle] {
    position: absolute;
    right: 25px
}

.hide-validation-msg p.field-error-helper-text {
    display: none
}

.radio-select-validation-msg {
    color: #e21b22;
    font-size: 90% !important;
    text-align: left;
    padding: 0 15px 15px 15px
}

#call-me-back-journey .tile-choice-container h4 {
    color: #002c5d
}

#call-me-back-journey .tile-choice-container.row {
    margin-left: unset;
    margin-right: unset
}

#call-me-back-journey .tile-choice-container h4 {
    font-size: 20px;
    margin-bottom: 20px
}

#call-me-back-journey .tile-choice-container p {
    font-size: 15px;
    line-height: 22px
}

.contact-us-home-loans #call-me-back-journey,
.calculator-page #call-me-back-journey {
    margin-bottom: 50px
}

.contact-us-home-loans .info-block {
    margin-bottom: 20px
}

.slider-navigate p {
    min-height: 92px
}

.boolean .tile-choice-container {
    border: 2px solid #86608e
}

.boolean.slider-navigate p {
    min-height: 0
}

* {
    box-sizing: border-box
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.multi-answer .grid-item h3 {
    color: #002c5d
}

.jBox-overlay .jBox-closeButton {
    right: 30%;
    top: 30px
}

.jBox-overlay .jBox-closeButton path {
    fill: #000
}

.jBox-overlay .jBox-closeButton:hover path,
.jBox-overlay .jBox-closeButton:active path,
.jBox-overlay .jBox-closeButton:focus path {
    fill: #000
}

.jBox-overlay {
    background-color: rgba(255, 255, 255, .95)
}

.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
    box-shadow: none
}

.tooltip {
    pointer-events: none
}

.info-tooltip {
    color: #002c5d;
    cursor: pointer;
    font-family: 'Poppins', 'Montserrat';
    margin-right: 20px
}

.bxslider .fa-info-circle:not(.consultant-tip-icon),
.info-tooltip .fa-info-circle {
    color: #002c5d;
    font-size: 16px
}

.jBox-content #question-helpful a .fa {
    font-weight: 900;
    margin-right: 12px;
    margin-bottom: 10px
}

.jBox-content .question-details a {
    color: #002c5d
}

.jBox-content .question-details a.action-link {
    color: #fff
}

.jBox-content .question-details a.action-link:hover {
    color: #fff
}

.jBox-content .question-details a:hover,
.jBox-content .question-details a:active,
.jBox-content .question-details a:focus {
    color: #e21b22
}

.needHelpContact {
    background: #fff;
    color: #fff
}

.needHelpContact h3,
.needHelpContact a {
    color: #002c5d !important
}

.needHelpContact h4 {
    color: #6c757d !important;
    line-height: 1.2
}

.needHelpContact a {
    font-weight: bold
}

#need-help-pop-up blockquote {
    font-style: italic
}

#need-help-pop-up {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    border: 1px solid #002c5d;
    background: #f4f4f4;
    margin-bottom: 4em;
    padding-bottom: 0
}

#need-help-pop-up #user-profile-picture {
    max-width: 200px
}

#need-help-pop-up .consultantReview {
    background: #fff
}

#need-help-pop-up .consultantReview h3 {
    font-weight: bold;
    font-style: normal;
    max-width: 400px;
    color: #002c5d;
    line-height: 1.3;
    font-size: 1.3em
}

#need-help-pop-up .contactDetail {
    max-width: 440px;
    border-bottom: 1px solid #eee;
    padding: 1em;
    margin: 0 auto;
    font-size: 1.5em
}

#need-help-pop-up .contactDetail i {
    color: #40c0cb;
    width: 24px
}

#need-help-pop-up .stars {
    font-size: 1.4em
}

#need-help-pop-up .stars i {
    color: #40c0cb
}

#need-help-pop-up .moreAboutConsultant h3 {
    color: #002c5d
}

.faq-contact {
    font-size: 20px
}

.faq-contact a {
    display: table
}

.faq-contact .togglec a {
    display: inline;
    font-weight: bold
}

.faq-contact .togglec p {
    margin-bottom: 0
}

.faq-contact i {
    display: table-cell;
    padding-right: 10px
}

.faq-search-clear {
    font-size: 26px;
    display: none
}

#faq-container .togglec a.action-link {
    display: inline-block;
    margin-top: 15px
}

#faq-container ul {
    margin-left: 30px
}

#faq-container li {
    font-size: 15px;
    line-height: 28px
}

.jBox-content .question-details div h2:first-of-type {
    width: 100%
}

h2 span.tooltips {
    text-decoration: underline;
    text-decoration-color: #f00;
    text-decoration-style: dashed;
    font-weight: 800
}

#slide-container-offer-question h2 span.tooltips {
    font-weight: 800
}

.jBox-Tooltip {
    width: 300px
}

.jBox-Modal .jBox-title {
    background: #fff;
    border-bottom: none
}

.jBox-wrapper:not(.jBox-Tooltip) {
    top: 100px !important;
    left: 0 !important;
    right: 0 !important
}

.jBox-Tooltip {
    pointer-events: none
}

.tooltip-inner {
    max-width: 300px;
    font-family: 'Poppins', 'Montserrat';
    font-size: 1em;
    padding: 1rem .9rem;
    color: #002c5d;
    background-color: #fff;
    border: 1px solid #002c5d;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2)
}

.tooltip.show {
    opacity: 1
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #002c5d
}

.blog-table {
    width: auto;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto
}

.blog-table th,
.column-size {
    column-width: 100px
}

.blog-table th,
.blog-table td {
    border: none
}

.blog-table td .no-border {
    border-top: 0;
    border-bottom: 0
}

.blog-table td,
.underline {
    border-top: 1px solid #ddd
}

.blog-list li {
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
    margin-bottom: 10px
}

.blog-list-heading>li {
    font-size: 20px;
    font-weight: bold
}

.blog-list-heading>li li,
.blog-list-heading>li p {
    font-weight: normal;
    font-size: 14px
}

@media only screen and (min-width:768px) {
    .get-started-page .bx-wrapper {
        margin-top: 5px
    }
    .get-started-container {
        padding: 0 40px
    }
    .post-prev .fa-angle-left {
        padding-left: 10px
    }
    .post-next .fa-angle-right {
        padding-right: 10px
    }
    .post-prev a div {
        padding-left: 40px
    }
    .post-next a div {
        padding-right: 40px
    }
}

.post-next-prev a .fas {
    color: #bbb;
    font-size: 17px;
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.post-next-prev i {
    color: #ddd !important;
    font-size: 300% !important;
    transition: all .25s ease-out
}

.post-next-prev .post-next .fas {
    right: 10px;
    color: #000;
    margin-top: -25px;
    right: 0
}

.post-next-prev a:hover .fas {
    color: #387191
}

.post-next:hover:not(.ignore) {
    background: #f5f5f5
}

.post-prev:hover:not(.ignore) {
    background: #f5f5f5
}

.post-next-prev a:hover {
    color: #e21b22
}

.rest-of-videos {
    padding-top: 30px
}

textarea {
    resize: none
}

#toast-container>div {
    opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #555561;
    -webkit-text-fill-color: #555561;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s
}

input:-internal-autofill-selected,
textarea:-internal-autofill-selected,
select:-internal-autofill-selected {
    background-color: transparent !important
}

body::-webkit-scrollbar,
#question-list::-webkit-scrollbar,
.jBox-content::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

body::-webkit-scrollbar-track,
#question-list::-webkit-scrollbar-track,
.jBox-content::-webkit-scrollbar-track {
    background-color: #fff
}

body::-webkit-scrollbar-thumb,
#question-list::-webkit-scrollbar-thumb,
.jBox-content::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff
}

#question-list::-webkit-scrollbar-thumb {
    background-color: #3cc
}

body::-webkit-scrollbar-button,
#question-list::-webkit-scrollbar-button,
.jBox-content::-webkit-scrollbar-button {
    display: none
}

.spacing-top {
    margin-top: 3rem
}

.spacing-bottom {
    margin-top: 3rem
}

@media(min-width:576px) {
    .covid .sub-title {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
    .mobile-footer-container {
        display: none
    }
}

@media(min-width:1600px) {
    .row.question-choice.downgrade-application-questions {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:1366px) {
    .calculator-page #page-title h1.text-center {
        max-width: 100%
    }
}

@media(max-width:1366px) {
    #page-title a.action.calculator-selection {
        margin-top: 20px
    }
}

@media(max-width:1199.98px) {
    .calculator-page .toggle-filter li a {
        padding: 12px 0
    }
    .toggle-filter li a {
        padding: 12px 14px
    }
    #primary-menu ul li>a {
        padding-left: 13px;
        padding-right: 13px
    }
    #primary-menu ul li:last-child>a {
        padding-right: 0
    }
}

#header.sticky-header:not(.static-sticky) #header-wrap {
    height: 115px;
    transition: .6s
}

@media(max-width:991.98px) {
    .get-started-page .full-width-inputs {
        padding: 0;
        margin: 0
    }
    #mobile-tab-select-items .mdc-menu-surface {
        position: static
    }
    #faq-container .toggle-filter {
        float: unset
    }
    #calculators .showEmail,
    #calculators button[id$="-calculate"] {
        margin-bottom: 20px
    }
    #primary-menu-trigger {
        left: auto;
        right: 0
    }
    #primary-menu-trigger i {
        font-size: 1.6em
    }
    #page-title a.action.blue {
        background: #002c5d;
        border-color: #002c5d
    }
    #page-title a.action.red {
        background: #e21b22;
        border-color: #e21b22
    }
    #logo {
        text-align: left;
        height: 100px
    }
    .logged-in-support-bar #logo {
        height: 70px
    }
    #page-title h1.text-center {
        max-width: 70%
    }
    #page-title .container {
        max-width: 100%
    }
    #page-title {
        height: 500px
    }
    .insurance-icons .info-block:last-of-type {
        margin-top: 40px
    }
    .info-block>div {
        margin-bottom: 0
    }
    .mobile-tabs ul.toggle-filter {
        width: 100%
    }
    .mobile-tabs ul.toggle-filter li {
        float: none
    }
    .mobile-tabs ul.toggle-filter li a {
        border-bottom: 1px solid #c8c8c8;
        padding: 15px
    }
    .mobile-tabs ul.toggle-filter li.activeFilter a {
        background-color: #f5f5f5;
        color: #e21b22;
        border-bottom: 3px solid #e21b22
    }
    #video-library h4 {
        margin-bottom: 10px
    }
    #page-title h1.text-left {
        max-width: 100%;
        float: none
    }
    #page-title h1.text-right {
        max-width: 100%;
        float: none
    }
    #page-title h1 {
        text-align: center !important
    }
    #blog-index .frame {
        left: 2px
    }
    .slider-go-back {
        top: 35px;
        left: 0
    }
    .slide-title {
        margin-top: 20px
    }
    .slider-navigate p {
        min-height: 78px
    }
    body.affordability .slider-navigate p {
        min-height: 90px
    }
    #header.transparent-header,
    #header.semi-transparent {
        z-index: 99
    }
    .branch-contact-box {
        margin-left: 0;
        width: 100%
    }
}

@media(max-width:767.98px) {
    .icon-text-collection {
        margin-top: 30px
    }
    .breadcrumbs {
        padding: 15px;
        margin-bottom: 15px;
        margin-top: -24px
    }
    .affordability .affordability-results-container span:not(.rand-value) {
        text-align: left
    }
    .affordability .affordability-results-container {
        margin-top: 10px;
        margin-bottom: 30px
    }
    .affordability .affordability-results-container span {
        font-size: .9rem
    }
    .affordability .affordability-results-container {
        flex-wrap: wrap
    }
    .get-started-container {
        height: 740px
    }
    .get-started-page #wrapper {
        background-image: none;
        background-color: #eee
    }
    .powered-by-logo {
        position: unset
    }
    h4 {
        font-size: 18px
    }
    #content .heading-l h2 {
        font-size: 26px
    }
    #page-title h1 .sub-title {
        font-size: 18px;
        color: #fff;
        line-height: 1.6
    }
    #page-title a.action.red {
        margin-top: 40px
    }
    #page-title a.action.solid {
        padding: 20px 50px;
        font-size: 22px
    }
    #page-title.page-title-parallax {
        padding: 80px 0
    }
    #page-title .container {
        max-width: 90%
    }
    #page-title h1 {
        font-size: 32px;
        line-height: 44px;
        max-width: 100% !important
    }
    #call-me-back-journey .tile-choice-container {
        margin-bottom: 30px;
        padding: 30px 30px;
        margin-left: 10px;
        margin-right: 10px
    }
    #call-me-back-journey .call-me-back-option {
        padding-left: 0;
        padding-right: 0
    }
    #call-me-back-journey .bx-wrapper {
        padding-left: 0;
        padding-right: 0
    }
    #call-me-back-journey .slide-sub-title p {
        margin-bottom: 0
    }
    .slide-title {
        margin-top: 0
    }
    .row>.sm-no-gutter {
        padding-left: 0;
        padding-right: 0
    }
    .row.question-choice {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }
    ul.pagination {
        margin-bottom: 15px
    }
    .pagination-info {
        display: block;
        padding-left: 0
    }
    #page-title {
        height: 450px
    }
    .calculator-page #page-title a.action {
        font-size: 14px
    }
    .calculator-page #page-title a.action {
        max-width: 185px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .slider-navigate p {
        min-height: 79px
    }
    .jBox-wrapper.jBox-Modal p {
        text-align: center
    }
    .jBox-wrapper.jBox-Modal h2 {
        text-align: center
    }
    .tile-choice-container .image-centre {
        width: 100%
    }
    .section,
    #content .home-contact {
        padding: 40px 0
    }
}

@media(max-width:575.98px) {
    .video-container .fas {
        font-size: 56px
    }
    .blog-post ul,
    .blog-post ol {
        padding-left: 10px
    }
    .blog-post ul li {
        padding-left: 0
    }
    .mobile-footer-container {
        display: table
    }
    .rest-of-videos {
        padding-top: 0 !important
    }
    #copyrights {
        padding-bottom: 55px
    }
    .video-container {
        border-width: 10px
    }
    .quote {
        font-size: 65px;
        left: 10px;
        top: 15px
    }
    .quote-bottom {
        right: 10px;
        top: unset;
        left: unset;
        bottom: 25px
    }
    #hello-peter {
        text-align: center
    }
    #hello-peter .rating,
    #hello-peter .rank {
        display: block
    }
    #hello-peter .divider {
        margin: 25px auto
    }
    .container,
    #header.full-header .container,
    .container-fullwidth {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .home-contact .text-right {
        text-align: center !important
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -22px
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -22px
    }
    #logo {
        height: 70px
    }
    #logo img {
        padding: 15px 0;
        height: 75px
    }
    body:not(.top-search-open) #primary-menu-trigger {
        top: 15px
    }
    #page-title {
        height: 80%
    }
    #page-title a.action {
        padding: 15px 30px;
        font-size: 18px;
        margin-top: 30px
    }
    #page-title a.action.solid {
        background-color: #fff;
        text-shadow: none;
        color: #002c5d;
        font-size: 18px;
        font-weight: normal;
        padding: 20px 70px
    }
    #page-title a.action.blue.solid {
        background-color: #002c5d;
        color: #fff
    }
    .insurance #page-title a.action.blue {
        color: #fff;
        background-color: #f68b1f
    }
    #wrapper #page-title.page-title-dark h1 {
        color: #002c5d !important;
        text-shadow: none;
        line-height: 1.1
    }
    #page-title h1 {
        font-size: 24px
    }
    #page-title h1 .sub-title {
        color: #002c5d !important;
        text-shadow: none;
        font-size: 14px
    }
    #page-title .covid span,
    #page-title span.covid {
        margin-top: 0
    }
    #page-title h1 .covid .sub-title {
        line-height: 1.3
    }
    .covid a {
        color: #002c5d;
        font-size: 15px
    }
    #page-title.page-title-parallax {
        padding: 40px 0
    }
    #page-title .affordability-link {
        margin-right: 5px
    }
    .home #page-title {
        background-image: url('/images/pages/mobile/blank.jpg') !important
    }
    .affordability #page-title {
        background-image: url('/images/pages/mobile/blank.jpg') !important
    }
    .bond #page-title {
        background-image: url('/images/pages/mobile/blank.jpg') !important
    }
    .insurance #page-title {
        background-image: url('/images/pages/mobile/blank.jpg') !important
    }
    .contact-us-home-loans #page-title {
        background-image: url('/images/pages/mobile/contact.jpg') !important
    }
    .contact-us-insurance #page-title {
        background-image: url('/images/pages/mobile/contact-insurance.jpg') !important
    }
    .section .call-me-back:not(#call-me-back-affordability) {
        width: 100% !important;
        min-width: 100% !important
    }
    .affordability-results-container h4 {
        min-height: 48px
    }
    #calculators form {
        margin-bottom: 30px
    }
    .post-next-prev .post-next a {
        padding: 15px 35px 15px 20px
    }
    .post-next-prev .post-prev a {
        padding: 15px 20px 15px 35px
    }
    #affordability-calculate {
        margin-bottom: 20px
    }
    .jBox-overlay .jBox-closeButton {
        right: 5% !important
    }
    .jBox-container .outline-button {
        padding: 15px 18px;
        min-width: 82px
    }
    .slider-navigate p {
        min-height: 70px
    }
    #call-me-back-journey .slide-title p {
        font-size: 18px
    }
    .outline-button.red,
    .outline-button.red,
    .outline-button.red {
        background-color: rgba(180, 21, 27, 1);
        border-color: #b4151b;
        color: #eee
    }
    .outline-button.blue,
    .outline-button.blue,
    .outline-button.blue {
        background-color: rgba(0, 44, 93, 1);
        border-color: #002c5d;
        color: #eee
    }
    .jBox-content {
        margin-left: 10px
    }
    .jBox-wrapper.jBox-Modal .jbox-multi h2 {
        padding-left: 0
    }
    #question-choice-container {
        padding: 40px 0
    }
    #slide-container-call-me-back .full-width-inputs .mdc-text-field {
        width: 99%
    }
    .branch-contact-box>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:485px) {
    .calculator-page #page-title a.action {
        max-width: 142px;
        margin-right: 0
    }
}

@media(max-width:420px) {
    #page-title .container {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    #question-choice-container .slider-question-helpful {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media(max-width:321px) {
    #page-title h1 {
        line-height: 30px
    }
    #page-title h1 .sub-title {
        line-height: 1.5
    }
    #page-title a.action {
        padding: 16px 50px !important;
        font-size: 18px !important
    }
    .better-rate-result {
        font-size: 30px
    }
}

@media(max-width:767.98px) {
    .text-center-mobile {
        text-align: center
    }
    .get-started-page .bx-viewport {
        min-height: 780px !important
    }
    .get-started-form>.row>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
    .get-started-form .register-back {
        padding-left: 0
    }
    .get-started-form .register-next {
        padding-right: 0
    }
    .get-started-container {
        padding-left: 0;
        padding-right: 0
    }
    .get-started-page #call-me-back-journey {
        background-color: #fff
    }
    .calculator-page #calculators {
        padding: 0;
        box-shadow: none
    }
    #mobile-tab-select-items .mdc-select {
        margin-bottom: 10px
    }
    .slide-sub-title {
        margin-bottom: 20px
    }
    .get-started-page .slide-sub-title {
        margin-bottom: 0
    }
    .footer-link-container {
        margin-top: 160px
    }
    .footer-col {
        margin-bottom: 20px
    }
    .blog-preview .action-link {
        margin-bottom: 30px
    }
}

@media(min-width:992px) {
    .get-started-page #logo img {
        margin-top: 20px;
        height: 120px
    }
    .get-started-page section#call-me-back-journey {
        padding-top: 20px
    }
    .get-started-page #call-me-back-journey .slide-title {
        padding-top: 45px;
        padding-bottom: 10px
    }
    .get-started-container,
    .get-started-form>.row {
        padding: 0 35px;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
        background: rgba(255, 255, 255, .85)
    }
    #better-rate-slider-container {
        margin-bottom: 50px
    }
    .about .sub-title {
        width: 80%;
        margin-left: 20%
    }
}

@media(min-width:576px) AND (max-width:767.98px) {
    .powered-by-logo div {
        bottom: 0
    }
    #content .choice-container-404-text p {
        min-height: 80px
    }
    #page-title a.action.solid {
        padding: 19px 70px
    }
    #page-title a.action.red {
        margin-top: 20px
    }
}

@media(min-width:991.98px) AND (max-width:1199.8px) {
    .calculator-page .toggle-filter li a {
        min-height: 70px
    }
    #content .thank-you-page .choice-container-404-text p {
        min-height: 100px
    }
    #page-title h1.text-center {
        max-width: 80%
    }
    #page-title h1 .sub-title {
        font-size: 18px;
        line-height: 1.8
    }
    .slider-navigate p {
        min-height: 70px
    }
}

@media(min-width:767.98px) AND (max-width:991.98px) {
    #question-list {
        top: 154px
    }
    #page-title.page-title-parallax {
        padding: 90px 0
    }
    #page-title h1 {
        font-size: 36px;
        line-height: 48px
    }
    #page-title h1 .sub-title {
        font-size: 18px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(34, 34, 34, .5);
        line-height: 1.5
    }
    #page-title a.action.solid {
        padding: 19px 70px;
        font-size: 24px
    }
    #page-title a.action.red {
        margin-top: 35px
    }
    .slider-navigate p {
        min-height: 70px
    }
    #call-me-back-journey .tile-choice-container {
        margin-bottom: 10px
    }
    #call-me-back-journey #slide-container-call-me-back .slide-title p {
        font-size: 18px
    }
    #call-me-back-journey #slide-container-call-me-back .slide-title p {
        padding-left: 100px;
        padding-right: 100px
    }
    section#call-me-back-journey {
        padding-top: 40px;
        padding-bottom: 10px
    }
    .slide-sub-title p:empty {
        display: none
    }
}

@media(min-width:576px) AND (max-width:991.98px) {
    .home #page-title h1 .sub-title {
        font-size: 16px
    }
    .home #page-title.page-title-parallax {
        padding-top: 60px
    }
    .home #page-title a.action {
        margin-top: 40px
    }
}

@media(min-width:768px) AND (max-width:1199.8px) {
    .circle-progress-label {
        font-size: 13px
    }
    .logged-in-support-bar #logo {
        margin-right: 10px
    }
    #primary-menu ul li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width:1200px) {
    #call-me-back-journey .offset-xl-2 {
        margin-left: 12.5%
    }
    .mobile-tabs ul.toggle-filter {
        float: none;
        margin-left: 0 !important;
        width: 100%
    }
    #page-title h1 .sub-title {
        font-size: 16px;
        line-height: 1.8
    }
}

@media(min-width:1920px) {
    .get-started-page #wrapper {
        background-size: contain
    }
}

@media(max-width:349.98px) {
    .self-service-marital-status.long-question-radio label {
        line-height: 1.2
    }
    .question-buttons .mdc-button {
        min-width: 114px
    }
}

@media(max-width:349.98px) {
    .blog-post ul,
    .blog-post ol {
        padding-left: 0
    }
}

.badge-callout-img {
    position: fixed;
    bottom: 20px;
    right: 20px
}

.covid {
    padding-top: 10px
}

.covid>span>span {
    color: #fff !important
}

.covid>span {
    text-decoration: underline
}

#logo img {
    padding: 15px 0
}

.catHeader {
    background-color: #6bc8bf;
    padding: 2em 0
}

.secondary-featured {
    border-top: 1px solid #eee
}

.secondary-featured:last-child {
    border-bottom: 1px solid #eee
}

.learn-tab.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.mediaCard {
    display: block;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .03), 0 6px 10px 2px rgba(0, 0, 0, .08);
    height: 100%;
    transition: transform .2s ease;
    background: #fff
}

.mediaCard .cardInfo {
    padding: 1em 1.5em
}

.insurance-landing .mediaCard .cardInfo {
    padding: 1.5em 2em 2.3em 2em
}

.mediaCard p {
    color: #555561;
    font-size: 1em !important
}

.blog-preview,
.blog-preview:first-of-type {
    margin-bottom: 30px
}

.mediaCard .btn {
    text-decoration: none !important
}

a.btn-link,
.cardInfo .btn-link {
    color: #002c5d
}

a.watchVideo {
    color: #002c5d
}

a.watchVideo:hover,
a.watchVideo:active,
a.watchVideo:focus {
    color: #222
}

.mediaCard h3 {
    transition: color .2s ease
}

#blog-index .mediaCard h3:hover {
    color: #595959
}

#guide-index .guide-index-sidebar .active a {
    color: #002c5d
}

.mediaCard:hover {
    transform: translateY(-3px)
}

.mediaCard:hover h3 {
    color: #002c5d !important
}

.mediaCard .video-container {
    border: 0;
    box-shadow: 0 0 0 0 rgba(34, 34, 34, .2);
    margin: 0
}

.no-pagination .paginationWrap {
    display: none
}

.tab-pane .container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#primary-menu ul li.more.mega-menu .mega-menu-content {
    background-color: #eee;
    color: #555561;
    border-color: #eee
}

@media(max-width:991.98px) {
    #primary-menu ul li .mega-menu-content {
        display: block
    }
    #primary-menu ul li.more.mega-menu .mega-menu-content {
        background-color: #eee !important;
        padding-top: 1em;
        padding-bottom: 1em
    }
    #primary-menu ul li.more.mega-menu .mega-menu-content .menu-item {
        padding: .5em 1.5em;
        display: block
    }
}

@media(min-width:992px) {
    #primary-menu ul li.more.mega-menu .mega-menu-content .menu-item a {
        color: #555561 !important;
        font-weight: 400 !important
    }
    #primary-menu ul li.more.mega-menu .mega-menu-content .menu-item a:hover {
        color: #002c5d !important
    }
    #primary-menu ul li.more.mega-menu .mega-menu-content .menu-item {
        padding: .5em .7em
    }
    #primary-menu ul li.more.mega-menu .mega-menu-content {
        padding: 0 15px
    }
}

@media(min-width:992px) {
    #header.sticky-header:not(.static-sticky) #primary-menu>ul>li.sfHover>a.sf-with-ul:after {
        bottom: -10px
    }
}

.stepWrap {
    display: flex;
    align-items: flex-start
}

.stepWrap p {
    margin-top: 18px
}

.step {
    color: #fff !important;
    background-color: #002c5d;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.step.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.btn {
    padding: .7rem 2.2rem;
    font-weight: bold
}

.btn-primary {
    background-color: rgba(0, 44, 93, 1);
    border-color: #002c5d
}

.btn-primary.btn-turquoise {
    background-color: #6bc8bf;
    border-color: #6bc8bf
}

.btn-primary.insurance-color {
    background-color: #f68b1f;
    border-color: #f68b1f
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: transparent !important;
    border-color: #002c5d !important;
    color: #002c5d !important
}

.btn-primary.btn-turquoise:hover,
.btn-primary.btn-turquoise:active,
.btn-primary.btn-turquoise:focus {
    background-color: transparent;
    border-color: #6bc8bf !important;
    color: #6bc8bf !important
}

.btn-primary.insurance-color:hover {
    background-color: transparent;
    border-color: #f68b1f;
    color: #f68b1f
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 1rem 2.4rem
}

.maxTitle {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
}

.imageTitle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    padding: 20px
}

.testimonialQuote {
    font-size: 100px;
    font-weight: bold;
    color: #002c5d;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: -70px;
    display: block
}

.testimonialImage {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    margin-top: auto;
    margin-bottom: auto
}

.testimonialClient {
    color: #002c5d
}

.testimonialWrap p {
    margin-bottom: 15px
}

.howWorksSteps {
    max-width: 600px;
    margin: 0 auto
}

.stepWrap {
    overflow: hidden
}

.stepWrap:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 45px;
    background-color: #eee;
    z-index: 1
}

.stepWrap.lastStep::before {
    display: none
}

.stepWrap .stepContent h2 {
    margin-top: 12px;
    margin-bottom: 16px
}

.stepWrap .step {
    position: relative;
    z-index: 10
}

.stepContent {
    margin-bottom: 3rem
}

.better-rate-result,
.affordability-rate-result,
.affordability-results-container span {
    color: #002c5d
}

.navy {
    color: #002c5d
}

.irs--big .irs-bar {
    border: 1px solid #002c5d;
    background: #002c5d
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    background-color: #002c5d
}

.irs--big .irs-single:before {
    border-top-color: #002c5d
}

@media(max-width:992px) {
    #need-help-pop-up {
        padding-left: 1em !important;
        padding-right: 1em !important
    }
    .get-started-page .slider-radio-option:hover .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
    .get-started-page .slider-radio-option:hover .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
        border-color: #002c5d
    }
    .get-started-page .slider-radio-option:hover {
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        border-color: #808080;
        background-color: #fff
    }
    .get-started-page .slider-radio-option:hover label {
        color: #002c5d
    }
    .get-started-page .slider-radio-option:hover .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
        border-color: #002c5d
    }
    .get-started-page .bxslider .slider-radio-option:hover .fa-info-circle {
        color: #002c5d
    }
    .imageTitle {
        min-height: 300px;
        margin-bottom: 2rem
    }
    .imageTitle h2 {
        color: #002c5d !important
    }
}

.calculator-button {
    margin-bottom: 1.5em
}

.calculator-button a {
    text-align: center;
    display: block;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .03), 0 6px 10px 2px rgba(0, 0, 0, .08);
    height: 100%;
    padding: 1em;
    transition: transform .2s ease
}

.calculator-button a h3 {
    color: #555561 !important
}

.calculator-button a:hover h3 {
    color: #002c5d !important
}

.calculator-button a:hover {
    transform: translateY(-3px)
}

.calculator-help {
    margin-bottom: 1.5em
}

.calculator-help .calculator-help-box {
    text-align: center;
    padding: 1em;
    margin-bottom: 1.5em;
    display: block;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .03), 0 6px 10px 2px rgba(0, 0, 0, .08);
    height: 100%
}

.calculator-help .calculator-help-box h3 {
    color: #555561 !important
}

#content .choice-container-404-text p {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: inherit;
    text-align: left !important;
    color: #555561 !important
}

.thank-you-page .choice-container-404-text {
    padding: 15px
}

@media(max-width:991.98px) {
    #primary-menu ul li.more.mega-menu .mega-menu-content {
        margin-left: -30px;
        margin-right: -30px
    }
    #primary-menu ul li.more.mega-menu .mega-menu-content .menu-item {
        padding: .5em 1.5em .5em 3.5em
    }
}

.main-banner {
    min-height: 65vh;
    background-size: cover;
    background-position: center
}

.main-banner h1 {
    line-height: 1.2
}

.main-banner h1,
.main-banner p {
    color: #fff;
    margin-bottom: 1em
}

.main-banner p {
    margin-bottom: 1em !important;
    font-size: 1.2em
}

.btn.btn-blue {
    background-color: #002c5d;
    color: #fff
}

.btn.btn-blue:hover {
    color: #fff;
    border-color: #fff
}

.btn.btn-white {
    background-color: #fff;
    color: #002c5d
}

.btn.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.subNav {
    background-color: #eee;
    padding: .5em 1em;
    text-align: center
}

.subNav a {
    color: #555561;
    display: block;
    padding: .5em 1em
}

.subNav a:first-child {
    padding-left: 0
}

.subNav a:hover {
    color: #002c5d
}

.subNav a.active {
    font-weight: bold;
    color: #002c5d
}

@media(max-width:991.98px) {
    #header-support-bar a,
    #header-support-bar span,
    .header-support-bold {
        font-size: 12px
    }
    .main-banner {
        height: auto !important;
        min-height: 0 !important;
        padding: 4rem 1rem
    }
    .main-banner h1,
    .main-banner p {
        text-align: center;
        margin-bottom: 1em
    }
    #header {
        position: sticky;
        top: 0
    }
    #primary-menu {
        position: fixed;
        z-index: 500;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 101px;
        padding-left: 24px;
        padding-right: 24px;
        transform: translateX(100%);
        transition: all .2s ease;
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 20px 20px rgba(0, 0, 0, .2)
    }
    ul.sf-js-enabled {
        display: block !important
    }
    .primary-menu-open #primary-menu {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto
    }
    .primary-menu-open .fa-bars:before {
        content: "ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¯ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¬ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â"
    }
    .step-divider {
        border: none
    }
}

@media(max-width:575.98px) {
    .main-banner {
        background-image: none !important
    }
    .main-banner h1,
    .main-banner p {
        color: #002c5d
    }
    .main-banner .btn.btn-white {
        background-color: #002c5d !important;
        color: #fff !important
    }
}

@media(max-width:349.98px) {
    #header-support-bar a,
    #header-support-bar span,
    .header-support-bold {
        font-size: 11px
    }
}

@media(min-width:992px) {
    .mega-menu-content {
        opacity: 0 !important;
        pointer-events: none
    }
    .dropActive a.current:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #eee;
        left: calc(50% - 10px);
        bottom: 0;
        opacity: 1;
        transition: opacity .2s ease;
        transition-delay: .4s;
        pointer-events: none
    }
    .sticky-header .dropActive a.current:after {
        opacity: 0;
        transition-delay: 0s
    }
    .dropActive a {
        position: relative !important
    }
}

.calculator-button a,
.calculator-help .calculator-help-box {
    text-align: left
}

.copyright {
    font-size: .8em
}

@media(min-width:992px) {
    .get-started-page #content {
        min-height: 100vh
    }
}

.get-started-page #footer {
    margin-top: 0
}

.get-started-page #wrapper {
    background-size: cover
}

@media(max-width:767px) {
    body:not(.top-search-open) .logged-in-support-bar #primary-menu-trigger {
        font-size: 20px;
        position: fixed;
        top: 10px;
        right: 10px;
        height: 50px
    }
    .application-holder-section {
        padding-top: 100px !important
    }
    .self-service #header-support-bar>.container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .self-service #logo img {
        padding: 5px 0;
        height: 60px
    }
    #application-steps {
        padding: 10px 10px 0 25px;
        display: inline-block;
        white-space: nowrap
    }
    #application-holder.side-nav-open .vertical-progress {
        display: block
    }
    .logged-in-support-bar #primary-menu>ul>li a {
        float: none
    }
}

@media(min-width:992px) {
    body:not(.top-search-open) .logged-in-support-bar #primary-menu-trigger {
        top: 40px
    }
    .self-service #primary-menu,
    .login-page #primary-menu {
        position: fixed;
        z-index: 100;
        background-color: #fff;
        width: 300px;
        left: auto;
        right: calc(50% - 585px);
        top: 88px;
        padding-left: 24px;
        padding-right: 24px;
        transform: translateX(40px);
        transition: transform .2s ease, opacity .2s ease;
        opacity: 0;
        pointer-events: none;
        display: none;
        box-shadow: 0 20px 20px rgba(0, 0, 0, .2)
    }
    .self-service ul.sf-js-enabled,
    .login-page ul.sf-js-enabled {
        display: block !important
    }
    .self-service.primary-menu-open #primary-menu,
    .login-page.primary-menu-open #primary-menu {
        transform: translateX(0);
        opacity: 1 !important;
        pointer-events: auto;
        display: block !important
    }
    .self-service.primary-menu-open .fa-bars:before,
    .login-page.primary-menu-open .fa-bars:before {
        content: "ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¯ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¬ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â"
    }
    .self-service #primary-menu ul li>a,
    .login-page #primary-menu ul li>a {
        padding: 20px 15px
    }
}

.homeVideos .video-container {
    margin: 4px 4px 8px
}

.homeVideos .blue-bg {
    background-color: #002c5d;
    color: #fff;
    padding: 2em;
    margin: 4px
}

.homeVideos .blue-bg h2,
.homeVideos .blue-bg h3 {
    color: #fff !important;
    font-weight: 300 !important
}

.homeVideos .blue-bg h2 {
    margin: 0 !important
}

.homeVideos .vid-single {
    height: 200px
}

.homeVideos .vid-double {
    height: 408px
}

.homeVideos .responsive-img {
    object-fit: contain;
    max-width: none;
    height: 110%
}

.homeVideos .vid-double .responsive-img {
    transform: translateX(-100px)
}

.homeVideos .vid-double,
.homeVideos .vid-single {
    overflow: hidden
}

.homeVideos .video-container .fas {
    z-index: 20
}

.homeVideos .video-container.vid-double .iframe-video-wrapper {
    padding-bottom: 408px
}

.homeVideos .video-container.vid-single .iframe-video-wrapper {
    padding-bottom: 200px
}

@media(max-width:991.98px) {
    .homeVideos .blue-bg {
        height: auto !important
    }
    .homeVideos .vid-double,
    .homeVideos .vid-single {
        height: 176px
    }
    .homeVideos .video-container.vid-double .iframe-video-wrapper,
    .homeVideos .video-container.vid-single .iframe-video-wrapper {
        padding-bottom: 56.25%
    }
    .homeVideos .vid-double .responsive-img {
        transform: translateX(0)
    }
    .application-step:not(.header-region-selection) {
        display: none
    }
}

.cross-link {
    background: #fff;
    display: block;
    border-radius: 4px
}

.cross-link .link-content {
    padding: 1em
}

.cross-link .link-content h4 {
    color: #002c5d
}

.cross-link .link-content p {
    line-height: 1.5 !important;
    color: #555561
}

.mediaCard:hover {
    transform: translateY(-3px)
}

#call-me-back-journey .tile-choice-container {
    display: block
}

.insCallMeBack {
    background-color: #eee !important;
    padding: 80px 0 40px 0 !important
}

.insurance .testimonialQuote {
    color: #f68b1f
}

body:not(.insurance) .input-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5em;
    font-size: 1.2em;
    opacity: .4
}

.insurance #call-me-back .input-tooltip {
    margin-top: 10px
}

.input-tooltip:hover {
    opacity: 1
}

.primary-menu-open.self-service #primary-menu-trigger {
    background-color: #002c5d;
    color: #fff !important;
    border: 1px solid #002c5d
}

.self-service #primary-menu-trigger {
    border-radius: 100%;
    background-color: #e1e1e1;
    color: #002c5d !important;
    font-size: 20px !important;
    user-select: none;
    transition: all .2s ease;
    border: 1px solid #ccc
}

.self-service #primary-menu-trigger:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #eee;
    left: calc(50% - 10px);
    bottom: -17px;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none
}

.primary-menu-open.self-service #primary-menu-trigger:after {
    opacity: 1
}

.colorText,
.color-bb-navy {
    color: #002c5d
}

.bgCover {
    background-size: cover;
    background-position: center
}

.benefits p {
    font-size: .9em !important
}

.benefits h3 {
    margin-bottom: .5em !important
}

.cross-link {
    background: #fff;
    display: block;
    border-radius: 4px
}

.cross-link .link-content {
    padding: 1em
}

.cross-link .link-content h4 {
    color: #002c5d
}

.cross-link .link-content p {
    line-height: 1.5 !important;
    color: #555561
}

.mediaCard:hover {
    transform: translateY(-3px)
}

#call-me-back-journey .tile-choice-container {
    display: block
}

.insCallMeBack {
    background-color: #eee !important;
    padding: 80px 0 40px 0 !important
}

.insurance .testimonialQuote {
    color: #f68b1f
}

.insurance .tooltip-inner {
    max-width: 400px
}

.input-tooltip:hover {
    opacity: 1
}

.primary-menu-open.self-service #primary-menu-trigger {
    background-color: #002c5d;
    color: #fff !important;
    border: 1px solid #002c5d
}

.self-service #primary-menu-trigger {
    border-radius: 100%;
    background-color: #e1e1e1;
    color: #002c5d !important;
    font-size: 20px !important;
    user-select: none;
    transition: all .2s ease;
    border: 1px solid #ccc
}

.client-initials {
    border-radius: 100%;
    background-color: #e1e1e1;
    color: #002c5d !important;
    font-size: 20px !important;
    user-select: none;
    transition: all .2s ease;
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto
}

.delete-chat-message {
    position: absolute;
    right: 15px;
    z-index: 1
}

#messagesWrap .delete-chat-message {
    display: none
}

.self-service #primary-menu-trigger:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #eee;
    left: calc(50% - 10px);
    bottom: -17px;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none
}

.primary-menu-open.self-service #primary-menu-trigger:after {
    opacity: 1
}

.bgCover {
    background-size: cover;
    background-position: center
}

.benefits p {
    font-size: .9em !important
}

.benefits h3 {
    margin-bottom: .5em !important
}

@media(max-width:991.98px) {
    .bgCover {
        height: 250px
    }
}

table.example {
    font-size: 85%;
    margin-bottom: 0
}

table.example th {
    background-color: #002c5d;
    border-color: #001b3a;
    color: #fff;
    text-align: center
}

table.example td {
    background-color: #fff;
    text-align: center
}

.insurance #footer {
    margin-top: 0
}

.terms {
    padding-top: 20px;
    padding-bottom: 20px
}

.terms p {
    margin-bottom: 10px;
    font-size: 11px !important
}

.catHeader .readMore {
    color: #002c5d;
    font-size: 20px;
    display: inline-block;
    padding: .2em 1em;
    border-radius: 4px;
    border: 1px solid #fff;
    transition: all .2s ease;
    background: #fff;
    font-weight: bold;
    padding: .8em 1.4em;
    font-size: 18px
}

.catHeader .readMore i {
    transition: all .2s ease
}

.catHeader .readMore:hover {
    background: #002c5d;
    color: #fff;
    border-color: #002c5d
}

.catHeader .readMore:hover i {
    transform: translateX(3px)
}

.guide-index-sidebar ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.guide-index-sidebar ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 100%;
    font-size: .8rem;
    margin-bottom: .5rem;
    align-items: center;
    font-size: 1.1em;
    opacity: .5;
    transition: all .2s ease
}

.guide-index-sidebar ol li.active,
.guide-index-sidebar ol li:hover {
    opacity: 1
}

.guide-index-sidebar ol li a {
    color: #666
}

.guide-index-sidebar ol li::before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: .5rem;
    line-height: 1;
    border-radius: 100%;
    background: #6bc8bf;
    color: #fff;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease
}

.guide-index-sidebar p {
    font-size: 13px !important
}

.widget-wrapper {
    margin-bottom: 2em;
    padding: 1em;
    background: #fff;
    border: 0 solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .03), 0 6px 10px 2px rgba(0, 0, 0, .08)
}

.widget-wrapper h3 {
    margin-bottom: .5em;
    color: #002c5d
}

.widget-wrapper.bg {
    background: #eee;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 0
}

.widget-wrapper.bg * {
    position: relative;
    z-index: 10
}

.widget-wrapper.bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9)
}

.widget-wrapper .btn {
    width: 100%;
    padding: .7rem 1rem
}

.widget-wrapper .btn.btn-secondary {
    padding: .5rem 1rem
}

.widget-wrapper p {
    margin-bottom: .8em;
    line-height: 1.5 !important
}

.widget-wrapper.bg-dark {
    background-color: #002c5d !important
}

.widget-wrapper.bg-dark h2 {
    color: #fff !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important
}

.widget-wrapper.bg-dark .btn-primary {
    border: 1px solid #fff
}

.widget-wrapper.bg-dark .btn-primary:hover {
    background: #fff
}

#guide-index .stepWrap:before {
    display: none
}

#guide-index h1,
#guide-index h2 {
    font-size: 30px
}

#guide-index h2 {
    line-height: 1.1
}

.guide-title {
    padding: 2em;
    background: #f8f9fa;
    margin-bottom: 2em;
    border-radius: 0 0 4px 4px
}

.tips-wrap {
    background: #eee;
    padding: 2em;
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 2em;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.tips-wrap * {
    position: relative;
    z-index: 10
}

.tips-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9)
}

.tips-wrap li {
    list-style-type: none;
    display: flex;
    margin-bottom: 1em
}

.tips-wrap>p {
    font-size: 14px !important
}

.tips-wrap li img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1)
}

.tips-wrap .icon-wrap {
    background: #002c5d;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: .5em
}

.tips-wrap li,
.tips-wrap li p {
    font-size: 12px !important;
    line-height: 1.5 !important
}

.tips-wrap li p {
    margin-top: .5em;
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 0 dashed rgba(255, 255, 255, .1)
}

.tips-wrap li p b {
    font-size: 14px
}

.tips-wrap .tips-section {
    padding: 1em;
    border: 1px dashed rgba(0, 0, 0, .2);
    border-radius: 4px;
    margin-bottom: 1em
}

.checklist li {
    list-style-type: none;
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start;
    font-size: 16px
}

.checklist li:before {
    content: url(/images/learn/tick.svg);
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 10px;
    position: relative;
    top: 0
}

.sidebar-sticky-wrap.is-affixed .inner-wrapper-sticky {
    top: 140px !important
}

.buyersGuideToggle {
    position: fixed;
    bottom: 0;
    padding: .5em 1em;
    text-align: center;
    background: #002c5d;
    color: #fff;
    width: 100%;
    left: 0;
    display: none;
    z-index: 510
}

.buyersGuideToggle:focus,
.buyersGuideToggle:active {
    color: #fff
}

.buyersGuideToggle i {
    transition: all .2s ease
}

.sidebarOpen .buyersGuideToggle i {
    transform: rotate(180deg)
}

body.sidebarOpen {
    overflow: hidden
}

.not-found .mediaCard h3 {
    min-height: 66px;
    margin-bottom: 1em !important
}

#content h1.error {
    font-size: 6em
}

@media(max-width:991.98px) {
    .buyersGuideToggle {
        display: block
    }
    .guide-index-sidebar {
        padding-top: 20px;
        padding-bottom: 50px;
        background: #fff;
        position: fixed;
        z-index: 500;
        left: 0;
        top: 100px;
        width: 100%;
        height: calc(100% - 100px);
        overflow: hidden;
        overflow-y: scroll;
        transform: translateY(50%);
        opacity: 0;
        transition: all .2s ease;
        pointer-events: none;
        -webkit-overflow-scrolling: touch
    }
    .sidebarOpen .guide-index-sidebar {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }
}

h3.focus {
    color: #002c5d;
    font-size: 1.4em !important
}

.checklist.checklist-sm li {
    font-size: 14px
}

.positive {
    color: #6bc8bf;
    font-size: 24px;
    line-height: 1
}

.negative {
    color: #e21b23;
    font-size: 24px;
    line-height: 1
}

.checklist.cross li:before {
    content: url(/images/learn/cross.svg)
}

.bg-background-light {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

.bg-background-light *,
.bg-background-light h3 {
    z-index: 10 !important;
    position: relative
}

.bg-background-light:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 5
}

.doDontHeader img {
    width: 10em;
    bottom: -.7em;
    position: relative
}

.doDontHeader span {
    display: block;
    white-space: nowrap;
    font-weight: bold !important
}

.otp-section {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff !important;
    padding-bottom: 200px !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .03), 0 6px 10px 2px rgba(0, 0, 0, .08)
}

.bg-background-solid:after {
    display: none
}

.icon-text-pair {
    margin-bottom: 30px;
    padding-right: 10px !important
}

.icon-list .icon-wrap {
    background: #002c5d;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: .5em
}

.icon-list li img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1)
}

.icon-list li {
    list-style-type: none;
    display: flex;
    margin-bottom: 1em
}

.icon-list li p {
    margin-top: .5em;
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 0 dashed rgba(255, 255, 255, .1);
    font-size: 14px !important;
    line-height: 1.5 !important
}

.tips-section>p {
    line-height: 1.5 !important;
    font-size: 14px !important
}

#guide-index .icon-wrap {
    display: none
}

ul.list {
    list-style-type: none
}

ul.list li {
    margin-bottom: 1em;
    padding-left: 2em;
    position: relative
}

ul.list li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #002c5d;
    border-radius: 100%;
    position: absolute;
    left: .4em;
    top: .4em
}

.bg-primary {
    background-color: #002c5d !important
}

.bg-primary ul.list li:before {
    background: #fff
}

.text-large {
    font-size: 130% !important
}

@media(max-width:991.98px) {
    .stepWrap {
        flex-direction: column;
        align-items: start
    }
    .stepWrap p {
        margin-top: 0
    }
    .post-sharing a {
        width: 100%;
        min-width: 0
    }
    .post-sharing>span {
        width: 47%
    }
    .post-next-prev .post-next a,
    .post-next-prev a {
        display: flex;
        align-items: center
    }
    .post-next-prev .post-next .fas,
    .post-next-prev .post-prev .fas {
        margin-top: -13px
    }
}

.hello-carousel {
    height: 240px
}

#guide-index .step {
    background-color: #6bc8bf
}

#guide-index .tips-wrap .icon-wrap {
    background-color: #6bc8bf
}

.btn-primary.insurance-color:active {
    background-color: #002c5d !important;
    border-color: #002c5d !important
}

.icon-width {
    max-width: 90px;
    margin: 1.5em auto 1em
}

@media(max-width:991.98px) {
    #call-me-back-journey p.field-error-helper-text {
        font-size: .8em !important;
        line-height: 1em !important
    }
    .get-started-page #call-me-back-journey .slide-title h2 {
        margin-bottom: 20px
    }
    #current-slide-page {
        position: relative;
        display: block;
        width: 100%;
        text-align: right;
        padding-right: 15px
    }
    #idv-id-holder .mdc-form-field.checkbox-mdc {
        left: 0
    }
    #idv-id-holder .full-width-inputs {
        flex-direction: column-reverse
    }
    #idv-id-holder .full-width-inputs .full-blue {
        margin-bottom: 1em
    }
    .slider-navigate p {
        min-height: auto
    }
    .hello-carousel {
        height: 280px
    }
    .stepContent {
        margin-left: 3rem
    }
    .benefit-pre-approve .stepWrap p {
        margin-left: 3rem
    }
    .bg .stepWrap:before {
        background-color: #ccc
    }
    .testimonialImage {
        max-width: 150px;
        flex: 0 0 150px;
        height: 150px;
        margin-bottom: 1em
    }
    .application-step.active-step {
        margin: 0;
        padding: 0
    }
}

@media(max-width:767px) {
    #current-slide-page {
        position: relative
    }
    #idv-id-holder .mdc-form-field.checkbox-mdc {
        left: 0
    }
    .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        max-width: 130%
    }
    #current-tab form {
        position: relative
    }
    .expense-add-button {
        position: relative;
        top: 0
    }
    #self-service-form-buttons {
        flex-direction: column-reverse
    }
}

.document-upload-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 10px !important;
    border-color: #eee !important;
    border-width: 2px !important
}

.document-upload-list {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.swal-overlay {
    background-color: rgba(0, 44, 93, .45)
}

.swal-title {
    color: #002c5d;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: inherit
}

.swal-text {
    font-size: 15px;
    color: #555561;
    font-family: 'Poppins', 'Montserrat', sans-serif
}

.swal-button {
    transition: all .2s ease
}

.swal-button.swal-button--confirm {
    background-color: rgba(0, 44, 93, 1);
    border: 1px solid #002c5d
}

.swal-button.swal-button--confirm:hover,
.swal-button.swal-button--confirm:focus {
    border-color: #002c5d;
    color: #002c5d;
    background: transparent
}

.swal-icon--warning,
.swal-icon--info {
    border-color: #002c5d;
    -webkit-animation: none !important;
    animation: none !important
}

.swal-icon--info:before,
.swal-icon--info:after {
    background-color: #002c5d
}

.swal-icon--warning__body,
.swal-icon--warning__dot,
.swal-icon--info:before,
.swal-icon--info:after {
    background-color: #002c5d
}

.swal-button.swal-button--confirm:hover,
.swal-button.swal-button--confirm:focus {
    border-color: #002c5d;
    color: #fff;
    background: #002c5d
}

.mdc-text-field--outlined.has-success:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.has-success:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.has-success:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-text-field--outlined.pre-populated:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.pre-populated:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.pre-populated:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #40c0cb;
    background: rgba(64, 192, 203, .04)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #002c5d
}

.vertical-progress-container .current-node {
    background: #002c5d;
    border-radius: 3px;
    border: 0 solid #40c0cb;
    padding: 3px 7px;
    transform: scale(1.06)
}

.vertical-progress-container .current-node .node-text {
    font-size: 1em;
    color: #fff !important
}

.vertical-progress-container .current-node .completion-indicator {
    color: #fff
}

.preAppAmount {
    font-size: .9em;
    display: block;
    padding: .4em 1em;
    background: #eee;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-align: left;
    color: #002c5d;
    margin-top: .5em
}

.preAppAmount b {
    display: block;
    font-size: 1.6em
}

.display-none {
    display: none
}

.cropper-container>img {
    max-width: 100% !important;
    display: block !important
}

#canvas {
    height: 100%;
    width: 100%;
    background-color: #fff;
    cursor: default;
    border: 1px solid #000
}

.consultantProfile,
.bx-wrapper .consultantProfile {
    border-radius: 100%;
    border: 3px solid #fff;
    max-width: 150px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.floating-need-help .consultantProfile {
    max-width: 65px
}

.consultant-badge-display img {
    height: 70px;
    margin-bottom: 30px
}

.single-badge img {
    max-width: 160px
}

.testimonialImage {
    flex: 0 0 200px;
    height: 200px;
    width: 200px;
    max-width: 200px !important
}

.testimonialSmall {
    background-color: #eee
}

.widget-wrapper.bg-dark .btn.btn-primary:hover {
    background: #fff !important;
    border: 1px solid #fff !important
}

.consultantSideImage {
    background-size: cover;
    background-position: 10%
}

@media(max-width:991.98px) {
    .consultantSideImage {
        min-height: 300px
    }
}

#consultantWrap {
    background: #002c5d;
    color: #fff
}

#consultantWrap .btn-primary {
    border: 1px solid #fff
}

#consultantWrap .btn.btn-primary:hover {
    background: #fff !important;
    border: 1px solid #fff !important
}

#content .benefitsWrap h2 {
    font-size: 24px
}

.consultant-page #footer {
    margin-top: 0
}

.totalInput .mdc-text-field--outlined .mdc-text-field__input {
    font-weight: bold;
    color: #002c5d;
    font-size: 1.2rem
}

.totalInput .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading {
    font-weight: bold;
    color: #002c5d
}

.totalInput .mdc-text-field--outlined.has-success:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.totalInput .mdc-text-field--outlined.has-success:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.totalInput .mdc-text-field--outlined.has-success:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.totalInput .mdc-text-field--outlined.pre-populated:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.totalInput .mdc-text-field--outlined.pre-populated:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.totalInput .mdc-text-field--outlined.pre-populated:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #002c5d;
    background: rgba(64, 192, 203, .04);
    border-width: 2px
}

.totalInput .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    color: #002c5d
}

.full-height {
    height: 100%
}

.consultant-page .consultantLogo {
    height: 200px
}

.consultant-page .consultantHeader {
    padding-top: 10em;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    overflow: hidden
}

.consultant-page .consultantLogoWrap {
    position: relative;
    right: -100px
}

.consultant-page .consultantLogoWrap:after {
    content: "";
    display: block;
    height: 3px;
    width: 200%;
    background: #002c5d;
    left: -200%;
    position: absolute;
    bottom: 0
}

.consultant-page .consultantLogoWrap:before {
    content: "";
    display: block;
    height: 6px;
    width: 200%;
    background: #e11b22;
    right: -200%;
    position: absolute;
    top: 0
}

.consultant-page .consultantDetailsWrap {
    z-index: 2;
    position: relative
}

.consultant-page #header {
    display: none
}

.consultant-page .consultantProfile {
    position: relative;
    bottom: 4px;
    margin-right: -75px;
    box-shadow: 0 0 0 #000
}

.consultant-page .consultant {
    border-radius: 5px;
    background: #002c5d;
    padding: 10px 10px 20px 100px
}

.consultant-page .buyersGuide h2 {
    color: #6bc8bf !important
}

.consultant-page .buyersGuide .btn-primary {
    background-color: #6bc8bf !important;
    border-color: #6bc8bf !important
}

.consultant-page .buyersGuide .btn-primary:hover {
    background-color: #002c5d !important;
    border-color: #002c5d !important;
    color: #fff !important
}

.video-container.consultantVideo .fas {
    color: #6bc8bf
}

@media(max-width:767.98px) {
    .consultant-page .consultantLogo {
        height: auto
    }
    .consultant-page .consultantProfile {
        margin-right: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
    }
    .consultant-page .consultantDetailsWrap .consultant {
        width: 100%;
        padding: 20px
    }
    .consultant-page .consultantLogoWrap {
        right: -10px
    }
    .consultant-page .consultantHeader {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .consultant-page .consultantSection {
        background-color: #002c5d !important
    }
}

.tipsContainer {
    display: flex;
    align-items: start
}

.tipsContainer .tipProfile {
    width: 40px;
    height: auto;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    margin-right: 10px
}

.tipsContainer .info-tooltip {
    display: block
}

.tipsContainer .tipsQ {
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    padding: 4px 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    width: fit-content
}

.tipsContainer .tips.tipsQ:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    filter: drop-shadow(-3px 2px 2px rgba(0, 0, 0, .1));
    position: absolute;
    left: -8px;
    top: 8px
}

.tipsContainer .tipsA .tip {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 0 4px 4px 4px;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    padding: 4px 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    max-width: 500px;
    font-size: .9em
}

.tipsContainer .info-tooltip[aria-expanded="true"] i:before {
    content: "ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¯ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â”"
}

.consultantTip {
    display: flex;
    align-items: center;
    width: fit-content
}

.consultantTip .tipProfile {
    width: 40px;
    height: auto;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    margin-right: 10px
}

.consultantTip span {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    padding: 4px 10px
}

.consultantTip span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    filter: drop-shadow(-3px 2px 2px rgba(0, 0, 0, .1));
    position: absolute;
    left: -8px;
    top: 6px
}

.tooltip.bs-tooltip-bottom {
    left: 119px !important;
    top: -5px !important
}

.tooltip.bs-tooltip-bottom .arrow {
    display: none !important
}

.tooltip.bs-tooltip-bottom .tooltip-inner {
    background: #fff !important;
    border-radius: 0 4px 4px 4px !important;
    border: 1px solid #eee !important;
    text-align: left !important;
    font-size: .9em
}

.testimonialImageWrap {
    position: relative
}

.testimonialLarge .testimonialImageWrap img {
    position: absolute;
    top: -18%;
    left: 5%;
    opacity: .03;
    width: 120%;
    max-width: none
}

.testimonialLarge .testimonialImage {
    position: relative;
    z-index: 10;
    border: 20px solid #002c5d;
    flex: 0 0 250px;
    height: 250px;
    width: 250px;
    max-width: 250px !important;
    margin: 0
}

.testimonialLarge .testimonialQuote {
    margin-top: -20px
}

small.helloQuote {
    font-size: 240%;
    line-height: .1;
    display: inline-block;
    position: relative;
    top: .4em
}

.stars i {
    color: #40c0cb;
    font-size: 1.4em;
    margin-right: .2em
}

.helloReview h4 {
    color: #002c5d;
    font-size: 1.2em;
    line-height: 1.4
}

.helloReview h5 {
    font-size: 1.2em
}

#content .helloReview p {
    font-size: .9em;
    opacity: .7
}

.congrats {
    position: relative
}

.congrats img {
    max-width: 300px;
    margin-bottom: 1em
}

.congrats .custom-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.congrats button {
    max-width: 200px
}

@keyframes sway {
    0% {
        transform: rotate(-2deg)
    }
    100% {
        transform: rotate(-4deg)
    }
}

.congrats img {
    animation: sway 3s infinite;
    animation-direction: alternate;
    transform-origin: 55% 5%
}

.testimonialWrap span.accent {
    color: #002c5d;
    font-weight: 500
}

.testimonialQuote {
    pointer-events: none
}

.consultantDescription p {
    color: #002c5d;
    font-size: 1.2em !important;
    line-height: 1.4 !important
}

.benefitsWrap .mediaCard p {
    font-size: 1em !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important
}

.benefitsWrap .mediaCard h2 {
    line-height: 1.2 !important
}

.consultant-page .consultantProfile {
    max-width: 230px;
    margin: 0 !important;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%)
}

.consultantDescription {
    padding: 100px 3em 0 !important
}

.consultant-page .consultant {
    border-radius: 0 5px 0 0;
    padding: 20px 20px 20px 135px !important
}

.consultant-page .consultant p {
    font-size: 1.5em !important;
    font-weight: 700
}

.consultant-page .testimonialWrap p {
    color: #002c5d;
    font-size: 1.2em !important;
    line-height: 1.4 !important
}

.consultant-page #consultantWrap h2 {
    font-size: 2.2em !important
}

.consultant-page #consultantWrap {
    background: #f5f5f6;
    color: #fff;
    padding: 6em 0 !important
}

.consultant-page .consultantHeader {
    padding-top: 0
}

.consultant-page .consLogoWrap {
    padding-left: 0;
    margin-bottom: 9em
}

.consultant-page .consLogoWrap img {
    max-width: 90%
}

h2.guide {
    color: #6bc8bf !important
}

.btn-primary.guide {
    background-color: #6bc8bf;
    border-color: #6bc8bf
}

@media(max-width:767.98px) {
    .consultant-page .consultantDetailsWrap .consultant {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .consultant-page .consLogoWrap {
        padding-right: 0 !important;
        text-align: center
    }
    .consultant-page .consLogoWrap img {
        max-width: 50%
    }
    .consultant-page .consultant p {
        line-height: 1.2 !important
    }
    .consultantDescription {
        padding: 40px 2em 0 !important
    }
    .consultant-page #content .container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .consultant-page .consultantProfile {
        position: relative;
        transform: translateX(0);
        margin-bottom: -100px !important;
        margin-top: 2em !important;
        max-width: 190px
    }
    .consultant-page .consLogoWrap {
        margin-bottom: 3em
    }
    .consultant-page .consultantHeader {
        z-index: 10
    }
    .consultant-page .consultantDetailsWrap {
        padding-top: 60px
    }
    .consultant-page .consultantDetailsWrap h2 {
        margin-bottom: .5em !important
    }
}

[data-toggle='tooltip'] {
    cursor: pointer
}

#idv-id-holder .mdc-form-field.checkbox-mdc {
    position: relative;
    left: -10px
}

.self-service #header-support-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

#self-service-form-buttons {
    margin-top: 20px
}

#current-tab form {
    margin-top: 10px
}

.expense-icons {
    font-size: larger
}

.breadcrumb-margin-top {
    margin-top: 6rem
}

.align-left {
    text-align: left
}

.font-size-18>h2 {
    font-size: 18px !important
}

.expense-item-amount p.field-error-helper-text {
    display: none
}

#current-tab .action-link {
    margin-left: 15px;
    width: 100%
}

#form-navigation-buttons {
    margin-top: 40px
}

#current-tab h1 {
    display: inline-block;
    padding-bottom: 9px !important;
    margin-bottom: 0;
    font-size: 26px
}

#current-tab ul {
    padding-left: 40px
}

#application-holder .divider {
    margin: 30px auto;
    width: 30%
}

#application-holder #current-tab #credit-expenses-form .divider {
    height: 2px;
    background-color: #6bc8bf
}

.expense-add-button a:not(:hover) {
    color: #6bc8bf
}

.expense-icons-container a:not(:hover) {
    color: #6bc8bf
}

#application-holder #current-tab .divider,
#application-holder-header .divider,
#application-landing-container .divider,
.divider.small-divider {
    text-align: left;
    margin: 0 0 15px 0;
    width: 60px;
    height: 4px
}

#application-holder #current-tab .divider.full-width-divider {
    width: 100%
}

.landing-button-container {
    width: 210px
}

#current-tab {
    padding: 0 0 0 2rem
}

#application-holder-header {
    padding-right: 0
}

#application-holder-header p {
    color: #002c5d
}

.action-list-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.action-list-item:not(:first-of-type) {
    padding-top: 15px
}

.action-list-item a {
    color: #002c5d
}

.action-list {
    margin-bottom: 16px;
    text-align: center;
    border: 1px solid #808080;
    border-radius: 4px;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    padding-top: 15px;
    margin-top: 16px;
    top: 34px
}

#application-holder-header h1 {
    display: inline
}

#application-landing-container .landing-total-percentage-complete {
    position: absolute;
    bottom: 0
}

#application-landing-container {
    padding-top: 5rem
}

#application-holder-header h4,
#application-landing-container h4 {
    margin-bottom: 9px;
    color: #002c5d
}

#application-holder-header h1 {
    font-size: 36px
}

#application-holder-header h4:not(.welcome-msg) {
    float: right;
    position: relative;
    top: 5px;
    padding-left: 10px
}

#application-holder-header h4.welcome-msg,
#application-landing-container h4.welcome-msg {
    color: #002c5d;
    font-weight: normal
}

.self-service-sub-title h4 {
    font-weight: normal;
    margin-bottom: 10px
}

p.self-service-form-question {
    margin-bottom: 10px
}

#self-service-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    transition: all .2s ease-in;
    margin-bottom: 30px;
    border-radius: 4px
}

#current-tab #self-service-form-buttons {
    display: none
}

#self-service-main h1:not(#current-slide-page) {
    color: #002c5d;
    margin-bottom: 0;
    font-size: 18px
}

.vertical-progress-container {
    margin-bottom: 20px
}

.vertical-progress-container *,
.vertical-progress-container *:after,
.vertical-progress-container *:before {
    margin: 0;
    padding: 0
}

.vertical-progress-container .node {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    transition: all 1000ms ease;
    border: 4px solid #4d4d4d;
    background-color: #fff;
    float: left
}

.vertical-progress-container .completed-node .node {
    border-color: #40c0cb
}

.vertical-progress-container .completed-node .node-text {
    color: #002c5d
}

.vertical-progress-container .completed-node+li .node-link {
    background-color: #40c0cb
}

.vertical-progress-container .node-text {
    height: 20px;
    padding-top: 10px;
    cursor: pointer
}

.vertical-progress-container .visited-node .node-text {
    color: #555561
}

.vertical-progress-container .current-node .node-text {
    color: #40c0cb
}

.vertical-progress-container .unvisited-node .node,
.vertical-progress-container .visited-node .node {
    background-color: #fff
}

.vertical-progress-container .node-link {
    height: 12px;
    width: 4px;
    margin-left: 8px;
    transition: all 800ms ease
}

.vertical-progress-container li {
    list-style: none;
    line-height: 1px
}

.vertical-progress-container .visited-node .node-link {
    background-color: #555561
}

.vertical-progress-container .visited-node .node {
    border: 4px solid #555561
}

.vertical-progress-container .unvisited-node .node-link {
    background-color: #4d4d4d
}

.vertical-progress-container .current-node .node,
.vertical-progress-container .current-node .node {
    border: 4px solid #40c0cb
}

.vertical-progress-container.private .node-text,
.private .node-text {
    cursor: default;
    color: #bababa
}

.vertical-progress-container.private .question-progress-indicator-x>label {
    cursor: default;
    background-color: #4d4d4d
}

.vertical-progress li:last-child .node-link {
    background-color: #00000000
}

.completion-indicator {
    float: right;
    position: relative;
    top: -6px;
    color: #002c5d
}

.completion-indicator i.far.fa-circle {
    color: #e21b22
}

.sidebar-total-percent span {
    color: #002c5d;
    font-size: 18px;
    font-weight: bold
}

.sidebar-total-percent-circle {
    display: inline-block;
    min-height: 60px
}

.sidebar-complete-percent a {
    position: relative;
    left: -21px
}

.self-service-nav-collapse {
    position: absolute;
    top: 85px;
    right: 50px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    color: #bababa;
    border: 2px solid #bababa;
    padding: 2px !important;
    cursor: pointer
}

.self-service-nav-collapse i {
    font-size: 20px;
    padding-left: 2px !important
}

.progressor-box {
    height: 40px;
    margin-left: 30px !important;
    width: 90%;
    padding-top: 10px !important
}

.progressor {
    height: 8px;
    background-color: #bababa;
    display: inline-block;
    margin-left: -1px
}

.progress-percent-x {
    float: right;
    padding-top: 2px
}

label.progress-percent-x {
    color: #40c0cb
}

.progressor.completed {
    background-color: #e21b22
}

.self-service-progress-bar {
    background-color: #40c0cb
}

#application-holder-progress-header {
    margin-bottom: 40px;
    padding-right: 0
}

#application-holder-progress-header .progress {
    margin-top: 15px
}

#application-holder-progress-header .heading {
    float: left;
    font-weight: bold;
    margin-bottom: 5px
}

#application-holder-progress-header .progress {
    float: left;
    width: 100%;
    height: .4rem;
    background-color: #4d4d4d
}

#application-holder-progress-header .number {
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #40c0cb
}

#logout-link {
    margin-right: 15px
}

.full-form {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    transition: all .2s ease-in;
    border-radius: 4px
}

.full-form-container h1 {
    font-size: 22px;
    color: #002c5d
}

.full-form-container p {
    color: #002c5d
}

.full-form-container h1 span.h1-thin {
    font-weight: 200;
    color: #002c5d
}

.full-form-container .full-form a {
    color: #002c5d
}

.full-form-container .full-form a:hover {
    color: #e21b22
}

.btn.fileinput-button {
    font-size: 14px
}

.btn-success {
    background-color: transparent;
    color: #002c5d;
    border: 2px #002c5d solid;
    padding: 10px 12px;
    transition: background-color .5s
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #f5f5f5 !important;
    color: #002c5d !important
}

.document-upload-item {
    border: 1px dashed #0ff;
    border-radius: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.document-upload-item .btn-success {
    width: 100%;
    border: 1px dashed;
    padding: 20px 10px;
    margin-bottom: 40px;
    margin-bottom: 0;
    text-align: left;
    border: none
}

.document-upload-item label {
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center;
    cursor: default
}

.readonly .document-upload-item,
.readonly.document-upload-item {
    border: none
}

.readonly .document-upload-item label,
.readonly.document-upload-item label {
    text-align: left
}

.readonly .vert-divider {
    border-right: none
}

.document-upload-item label span {
    font-weight: normal;
    color: #e21b22
}

.uploaded-document-file-name {
    color: #40c0cb
}

.document-upload-list div {
    margin: 0
}

.readonly .readonly-field-value {
    padding-top: 0
}

.readonly-field-label {
    letter-spacing: 0;
    cursor: default;
    display: block;
    text-transform: initial
}

.readonly-field-value {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 5px
}

.document-upload-list div a {
    padding-right: 10px;
    line-height: 2.5rem
}

.document-upload-list fa-download {
    color: #002c5d
}

.document-upload-list fa-download:hover,
.document-upload-list fa-download:active,
.document-upload-list fa-download:focus {
    color: #e21b22
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background {
    border-color: #002c5d;
    background-color: #002c5d
}

#slide-container-call-me-back-journey #call-me-back>p span {
    font-weight: bold
}

#call-me-back-journey .slide-title h2,
#call-me-back-journey .slide-title h1.h1-to-h2 {
    font-size: 22px
}

#call-me-back-journey .slide-sub-title p {
    max-width: 100%;
    margin: 0 auto 30px auto;
    font-size: 15px;
    color: #555
}

#call-me-back-journey .full-width-sub-title .slide-sub-title p {
    max-width: 100%
}

#summary-container .divider {
    height: 3px !important;
    width: 100% !important;
    margin: 30px auto !important
}

#summary-container h1 {
    font-size: 1rem
}

#summary-container h4 {
    margin-bottom: 5px;
    font-size: .9rem
}

.vert-align-centre-container {
    position: relative
}

.landing-applications-item img {
    width: 80%
}

.floating-need-help {
    position: fixed;
    z-index: 3;
    right: 10px;
    width: 60px;
    bottom: 20px;
    cursor: pointer;
    border-radius: 30px;
    transition: width .5s, right .5s, border-radius .5s;
    -webkit-transition: width .5s, right .5s, border-radius .5s
}

.floating-need-help:hover {
    right: 7px;
    border-radius: 33px;
    width: 66px;
    transition: width .5s, right .5s, border-radius .5s;
    -webkit-transition: width .5s, right .5s border-radius .5s
}

#landing-applications-container h4 .application-total-percent,
#need-help-pop-up h4.application-total-percent {
    color: #40c0cb;
    font-size: 26px
}

#landing-applications-container {
    background-color: #eee;
    padding: 1px 20px 20px 20px;
    border-radius: 4px
}

.landing-applications-item {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 4px
}

#application-landing-container .landing-applications-item h4 {
    margin-bottom: 0;
    color: #002c5d;
    line-height: 1.4
}

#application-landing-container .landing-applications-item .landing-content.application-info h4 {
    padding-bottom: .2em;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: .2em
}

#application-landing-container .landing-applications-item .landing-content.application-info h5 {
    color: #002c5d;
    line-height: 1.4;
    font-size: 16px
}

#application-landing-container .full-width-inputs .mdc-button {
    width: 100%
}

#content .landing-applications-item p {
    color: #002c5d;
    font-size: 14px;
    font-weight: bold
}

#application-landing-container .landing-content.application-info small {
    font-size: 90%
}

#application-landing-container .landing-content.application-info h4 small {
    font-size: 70%
}

.landing-applications-item .applicants h4,
.landing-applications-item .applicants p {
    margin-bottom: 0;
    color: #002c5d
}

.landing-application-start {
    text-align: center;
    margin-top: 30px
}

.vert-divider {
    border-right: 1px solid #e21b22;
    padding-right: 30px
}

.vert-align-centre-container {
    position: relative
}

#need-help-pop-up h4,
#need-help-pop-up p {
    color: #002c5d;
    font-weight: normal;
    margin-bottom: 0
}

#need-help-pop-up p {
    line-height: 1.4
}

#need-help-pop-up a:not(.btn) {
    color: #40c0cb
}

.self-service .jBox-container .jBox-content>.container {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.form-button-post-script {
    margin-top: 30px
}

.full-form-container .form-button-post-script a {
    text-decoration: underline !important;
    color: #40c0cb;
    font-weight: bold
}

.password-requirements {
    margin-bottom: 30px
}

.password-requirements i {
    color: #e21b22;
    margin-right: 6px;
    margin-bottom: 10px;
    margin-left: 30px
}

.password-requirements i.valid {
    color: #40c0cb
}

.full-form-container a.under-line {
    text-decoration: underline !important
}

.self-service #primary-menu {
    min-height: 100vh
}

.self-service #primary-menu ul,
.self-service #primary-menu li,
.self-service #primary-menu a {
    width: 100%;
    float: none !important;
    display: block
}

.self-service #primary-menu h2 {
    line-height: 1.2;
    color: #002c5d !important
}

.self-service #primary-menu h2 small {
    font-size: 50%
}

.self-service #primary-menu li {
    border-bottom: 1px solid #eee;
    border-top-width: 0 !important
}

.self-service #primary-menu li:first-child {
    border-top: 1px solid #eee !important
}

.self-service #primary-menu li a {
    padding-left: 0 !important
}

.self-service #content {
    min-height: calc(100vh - 87px)
}

@media(min-width:992px) {
    #landing-applications-container .vert-align-centre {
        width: 100%;
        margin: 0
    }
}

@media(min-width:768px) {
    #supporting-documents-form .vert-align-centre {
        margin: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 30px
    }
    .self-service #header-wrap {
        padding-top: 36px
    }
    .logged-in-support-bar #logo img {
        padding: 10px 0
    }
}

@media(min-width:768px) AND (max-width:991.98px) {
    #current-tab #self-service-form-buttons .mdc-button {
        min-width: unset
    }
    .action-list {
        width: 100%
    }
}

@media(max-width:1198.98px) {
    #logout-link {
        margin-right: 10px
    }
}

@media(max-width:991.98px) {
    #user-profile-picture {
        height: auto;
        max-width: 150px
    }
    .self-service #primary-menu {
        top: 82px
    }
    #need-help-pop-up .row {
        margin-left: 0;
        margin-right: 0
    }
    .vert-align-centre {
        text-align: center;
        margin-top: 20px
    }
    .vert-align-centre {
        text-align: center;
        margin-top: 20px
    }
    .vert-align-centre.full-width-inputs button {
        width: unset
    }
    .landing-applications-item img {
        width: unset
    }
    .landing-applications-item {
        padding: 20px
    }
    #application-landing-container .landing-total-percentage-complete {
        position: relative;
        padding-top: 20px
    }
    .vertical-progress-container {
        margin-bottom: 0
    }
    #current-tab {
        padding-left: 0
    }
}

@media(max-width:767px) {
    #self-service-main {
        padding-top: 0
    }
    #application-landing-container {
        padding-top: 7rem
    }
    .get-started-page #call-me-back-journey .slide-title h2 {
        margin-bottom: 10px
    }
    #call-me-back-journey .slide-sub-title p {
        margin: 0 auto 20px auto
    }
    #supporting-documents-form .vert-divider {
        border-right: none
    }
    #current-slide-page {
        position: static;
        float: right;
        margin-bottom: 10px;
        position: absolute;
        right: -15px
    }
    #self-service-form-buttons button:first-of-type,
    #form-navigation-buttons button:first-of-type,
    #idv-id-holder .slider-previous-question {
        margin-bottom: 20px
    }
    .mdc-button {
        min-width: 120px
    }
    #call-me-back-journey .slide-sub-title p {
        max-width: 100%
    }
    .slider-radio-option {
        border: 1px solid #808080;
        height: 70px;
        padding-top: 13px;
        padding-left: 5px;
        cursor: pointer
    }
    .vertical-progress-container {
        margin-bottom: 30px;
        margin-left: 0
    }
    .vertical-progress {
        width: 100%;
        margin-top: 20px
    }
    .vert-prog-title {
        width: 90%
    }
    .vert-prog-subtitle {
        width: 90%
    }
    #self-service-main h2 {
        display: none
    }
    #self-service-main .checkbox-mdc {
        margin-left: -10px;
        margin-right: 20px
    }
    #self-service-main {
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0
    }
    #self-service-main {
        padding-left: 0;
        padding-right: 0
    }
    .bx-viewport {
        overflow: visible !important
    }
    #current-tab .col-12,
    #current-tab .current-slide .col-md-12,
    #current-tab .current-slide .col-md-6 {
        padding-right: 0
    }
    .application-holder-section {
        overflow: visible;
        padding-bottom: 0
    }
    #summary-container p:last-of-type {
        margin-bottom: 0
    }
}

.table .actions i {
    margin-right: 5px
}

a.admin-table-applicants {
    color: #002c5d
}

a.admin-table-applicants:hover,
a.admin-table-applicants:active,
a.admin-table-applicants:focus {
    color: #222
}

.admin-table-applicant-name {
    overflow-wrap: break-word
}

#content p.terms-and-conditions {
    font-size: .7rem
}

@media(max-width:575.98px) {
    #landing-applications-container .vert-divider {
        border-right: none;
        padding-right: 0
    }
    .landing-applications-item .applicants h4,
    .landing-applications-item .applicants p {
        margin-left: 0
    }
    #need-help-pop-up {
        padding-bottom: 50px;
        margin-bottom: 100px
    }
    .progressor-box {
        width: 88%
    }
    #landing-applications-container {
        background-color: #fff;
        padding-left: 0;
        padding-right: 0
    }
    .landing-applications-item {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        padding-top: 0
    }
    #landing-applications-container {
        padding-top: 0
    }
    #application-landing-container p {
        margin-bottom: 0
    }
    #landing-applications-container .mdc-button {
        width: 100%
    }
    .full-form {
        box-shadow: none
    }
}

.self-service .sidebar-applicants {
    margin-top: 1em
}

.self-service .sidebar-applicants h5,
.self-service .sidebar-applicants h5 span {
    color: #bababa !important;
    font-weight: normal;
    cursor: pointer
}

.self-service .sidebar-applicants h5.private span {
    cursor: default
}

.self-service .sidebar-applicants h5.active,
.self-service .sidebar-applicants h5.active span {
    color: #002c5d !important;
    font-weight: bold
}

.self-service .sidebar-applicants h5 {
    opacity: .7
}

.self-service .sidebar-applicants h5.selected {
    opacity: 1
}

.self-service .application-progress {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 4px
}

.self-service .sidebar-header {
    overflow: visible !important
}

.self-service .application-holder-section {
    overflow: visible !important;
    padding-top: 80px !important
}

.self-service .application-progress .anchor-aqua {
    margin-top: 1em;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: .5em;
    border-radius: 4px;
    border: 2px dashed #eee;
    color: #bababa !important;
    font-weight: normal !important;
    transition: all .2s ease
}

.self-service .application-progress .anchor-aqua,
.self-service .application-progress .anchor-aqua .anchor-text {
    color: #002c5d !important;
    border-color: #002c5d !important;
    font-weight: normal !important;
    transition: all .2s ease
}

.self-service .application-progress .anchor-aqua.disabled,
.self-service .application-progress .anchor-aqua.disabled .anchor-text {
    color: #bababa !important;
    border-color: #bababa !important
}

.landing-applications-item {
    background-repeat: no-repeat
}

.slide-title {
    padding: 0
}

.slide-title h2,
.slide-title h1.h1-to-h2 {
    margin-bottom: .2em !important
}

.slide-sub-title {
    padding: 0
}

.slide-sub-title p {
    line-height: 1.4 !important;
    margin-bottom: 1em !important
}

#need-help-pop-up {
    max-width: 600px;
    padding-left: 2em;
    padding-right: 2em
}

#user-profile-picture {
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border: 5px solid #fff
}

.applicant h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.resultCard {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 0 15px
}

.resultCard .resultCardHeader {
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #002c5d;
    color: #fff
}

.resultCard .resultCardHeader h4 {
    color: #fff
}

.resultCard .actions {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    margin-top: .5em
}

.resultCard .actions .actionButton {
    text-align: center;
    font-size: .7em;
    line-height: 1.2;
    flex: 0 0 20%;
    width: 20%;
    color: #002c5d
}

.resultCard .actions .actionButton i {
    display: block;
    font-size: 1.8em;
    margin-bottom: .2em
}

.searchWrap .mdc-text-field-helper-text {
    line-height: 14px !important
}

@media(min-width:992px) {
    .landing-content {
        flex: 0 0 300px
    }
    .document-upload-item {
        width: 100%
    }
    .landing-content.applicants {
        flex: 0 0 300px
    }
}

@media(max-width:991.98px) {
    .adminPortal .searchWrap {
        margin-right: 0 !important;
        margin-left: 0 !important;
        background: #f8f9fa;
        border-radius: 5px
    }
    .mobile-actions .btn {
        min-width: none;
        width: 49%;
        padding: .5em 1em;
        margin-bottom: 2%
    }
    .mobile-actions {
        justify-content: space-between;
        margin-bottom: 1em;
        width: 100%
    }
    .slide-title h2 {
        text-align: left
    }
    .slide-sub-title p {
        text-align: left;
        margin-bottom: .5em !important
    }
    .adminPortal {
        padding-top: 100px;
        overflow: visible
    }
    #content .adminPortal h1 {
        font-size: 30px;
        margin-bottom: 15px
    }
    .self-service .application-progress {
        background: transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
        padding: 1em;
        margin-bottom: 1em;
        border-radius: 0
    }
    .application-sections-wrap {
        position: relative
    }
    .select-application-section {
        position: relative;
        z-index: 60;
        height: 40px;
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
        border-radius: 4px;
        padding: 0 1em;
        cursor: pointer
    }
    .select-application-section>i {
        transition: all .2s ease
    }
    .showSections .select-application-section>i {
        transform: rotate(180deg)
    }
    .showSections .application-sections {
        height: auto
    }
    .select-application-section .completion-indicator {
        flex-grow: 1;
        text-align: right;
        top: 0;
        padding-right: 1em
    }
    #self-service-main {
        padding-top: 15px;
        padding-bottom: 15px;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
        margin-left: 15px;
        margin-right: 15px
    }
    .self-service #content>.container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .landing-applications-item {
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
        border-radius: 4px;
        padding: 0 1em 1em
    }
    #application-landing-container {
        overflow: visible
    }
}

.landing-content.applicants h5 span {
    text-align: left;
    color: #002c5d;
    font-weight: normal
}

.landing-content.applicants h5 {
    padding: .5em 0;
    border-top: 1px solid #eee
}

.landing-content.applicants h5:last-child {
    padding: .5em 0;
    border-bottom: 1px solid #eee
}

.self-service .welcome-msg small {
    font-size: 50%
}

#application-landing-container {
    min-height: calc(100vh - 290px)
}

.document-note {
    color: #e21b22
}

@media(max-width:991.98px) {
    .application-sections {
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 50;
        height: 0;
        overflow: hidden;
        overflow-y: scroll;
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
        padding: 0 1em;
        max-height: 50vh
    }
}

#resultsTable .bankLogo {
    max-height: 100px;
    width: 160px;
    min-width: 130px
}

#edit-bank-submission-form .bankLogo {
    max-height: 100px;
    width: 130px;
    min-width: 130px
}

.consultantChatWindow {
    padding: 1.5em 2em;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    position: relative
}

.consultant-chat-window {
    padding: 1.5em 2em;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    position: relative
}

.consultantChatWindow.message {
    max-width: 600px
}

.consultant-chat-window.message {
    max-width: 600px
}

.bxslider .consultant-message-text {
    padding-right: 0
}

.bxslider .consultant-chat-window.message {
    max-width: unset
}

#content .loanDetails {
    background: #fff;
    border-bottom: 1px solid #f1f1f1
}

#content .loanDetails h2 {
    margin-bottom: .3em;
    line-height: 1.2
}

#content .loanDetails h2 {
    margin-bottom: 0 !important
}

#content .loanDetails h2 small {
    font-size: .5em
}

.consultantChatDetails h2 {
    line-height: 1 !important
}

.consultantChatWindow p {
    line-height: 1.4 !important
}

.consultant-chat-window p {
    line-height: 1.4 !important
}

.consultantChatWindow.message:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    filter: drop-shadow(-3px 2px 2px rgba(0, 0, 0, .1));
    position: absolute;
    left: -16px;
    top: 50px
}

.consultant-chat-window.message:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    filter: drop-shadow(-3px 2px 2px rgba(0, 0, 0, .1));
    position: absolute;
    left: -16px;
    top: 50px
}

.consultantChatWrap .consultantProfile {
    max-width: 140px
}

.consultant-message-text {
    padding-left: 35px
}

#resultsTable {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

#resultsTable td,
#resultsTable th {
    border: 0 solid #ddd;
    text-align: left;
    padding: 15px
}

#resultsTable thead tr {
    height: 50px;
    background: #002c5d
}

#resultsTable thead tr th {
    color: #fff
}

#resultsTable tbody tr.even {
    background-color: #f5f5f5
}

#resultsTable strong {
    font-size: 1.1em;
    color: #002c5d
}

#resultsTable td small {
    white-space: nowrap
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    bottom: calc(50% - 9px)
}

.feedbackWrap {
    float: right;
    max-width: 980px;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1)
}

.mobileOfferDetails h4 {
    font-size: 1em !important;
    margin-bottom: .5em !important
}

.mobileOfferDetails img {
    margin-bottom: .5em !important
}

._jsSortDeals {
    position: fixed;
    bottom: 27px;
    left: 10px;
    z-index: 100;
    width: 50%
}

._jsSortDeals:active,
._jsSortDeals:focus,
._jsSortDeals:hover {
    background-color: rgba(0, 44, 93, 1) !important;
    border-color: #002c5d !important;
    outline: none !important;
    color: #fff !important
}

._jsSelectSort {
    opacity: .6
}

._jsSelectSort.active {
    opacity: 1
}

.mobileFilters {
    transition: transform .2s ease, opacity .2s ease;
    transform: translateX(-80%);
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 10px;
    bottom: 80px;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 20px);
    z-index: 100;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1)
}

.showOfferFilters .mobileFilters {
    opacity: 1;
    transform: translateX(0%);
    pointer-events: auto
}

@media(max-width:991.98px) {
    .consultant-chat-window.message:after {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #fff;
        left: 33px;
        top: -30px !important;
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, .05))
    }
}

@media(max-width:767.98px) {
    .consultantChatWindow.message:after {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #fff;
        left: 33px;
        top: -30px;
        filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, .05))
    }
    .consultant-chat-window.message {
        max-width: 90%
    }
    .consultantChatWrap .consultantProfile {
        max-width: 100px
    }
    #resultsTable thead tr {
        display: none
    }
}

.addApplicant {
    position: relative
}

.consultantTip {
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 1
}

.consultantTip .consultantProfile {
    width: 34px;
    height: 34px;
    border-width: 2px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2)
}

.consultantTip i {
    position: absolute;
    top: 0;
    right: 0;
    color: #002d57;
    display: block;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #fff
}

.document-upload-item {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.new-file-item,
.existing-file-item {
    padding: .5em;
    border: 1px solid #eee;
    border-top: 0
}

.new-file-item:first-child,
.existing-file-item:first-child {
    border-top: 1px solid #eee;
    border-radius: 5px 5px 0 0
}

.new-file-item:last-child,
.existing-file-item:last-child {
    border-radius: 0 0 5px 5px
}

.new-file-item>i,
.existing-file-item>i {
    font-size: 2em;
    opacity: .3;
    margin-right: .3em
}

.new-file-item>span i,
.existing-file-item>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.document-upload-item {
    border-radius: 10px !important;
    border-color: #eee !important;
    border-width: 0 !important
}

.document-upload-item .btn-success {
    text-align: center;
    border-radius: 10px !important;
    border-color: #eee !important;
    border-width: 2px !important;
    border-style: dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.document-upload-item .btn-success i {
    margin-right: .5em
}

.document-upload-item .vert-divider {
    border: 0;
    padding-right: inherit
}

.document-upload-item {
    padding: 1em
}

.document-upload-item h3 {
    margin-bottom: .5em;
    color: #002c5d;
    font-weight: normal !important
}

@media(max-width:767px) {
    #supporting-documents-form .vert-divider {
        padding-right: 15px
    }
    .document-upload-item .btn-success {
        margin-top: 0;
        margin-bottom: 10px;
        height: auto
    }
    .landing-content {
        flex: 0 0 100%;
        text-align: center
    }
    .landing-content.applicants {
        flex: 0 0 100%;
        width: 100%
    }
    .landing-content-circle {
        flex: 0 0 100%
    }
    .landing-button-wrap {
        flex: 0 0 100%;
        width: 100%
    }
    .landing-button-container {
        width: 100%
    }
    .landing-button-container .mdc-button {
        width: 100%
    }
    .landing-content-circle .circle {
        transform: scale(1.4)
    }
}

.chatWindow {
    position: relative
}

.chatWindow .chatBar {
    background: #002c5d;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: .3rem .3rem 0 0
}

.chatWindow .chatBar h2 {
    color: #fff !important;
    font-size: 1.5em !important;
    margin-bottom: 0 !important
}

.chatWindow .consultantProfile {
    margin: 0 !important;
    max-width: 60px
}

.chatWindow .chatBar a {
    color: #fff;
    font-size: 1.2em
}

.chatWindow .message {
    padding: .5em 4em .5em 1em;
    background: #fff;
    border-radius: 2px 10px 10px 10px;
    border: 0 solid #eee;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0);
    position: relative;
    max-width: 90%;
    width: fit-content;
    margin-bottom: .5em;
    background-color: #e1e8f1;
    border-color: #c5ceda
}

.chatWindow .message p {
    line-height: 1.4 !important
}

.chatWindow .message.first {
    margin-top: .5em;
    border-radius: 0 10px 10px 10px
}

.chatWindow .message.first:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #e1e8f1;
    position: absolute;
    left: -16px;
    top: 0
}

.chatWindow .message.self {
    align-self: flex-end;
    border-radius: 10px 2px 10px 10px;
    background-color: #f7f7f7
}

.chatWindow .message.self.first {
    border-radius: 10px 0 10px 10px
}

.chatWindow .message.self.first:after {
    border-top: 0 solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #f7f7f7;
    border-right: 0 solid #f7f7f7;
    position: absolute;
    left: auto;
    right: -16px;
    top: 0
}

.chatWindow .message .time {
    position: absolute;
    bottom: .3em;
    right: .5em;
    font-size: .7em;
    opacity: .5
}

.chats {
    padding: 2em;
    max-height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: scroll
}

.chatSend input,
.chatSend textarea {
    height: 100%;
    border-radius: 10px 0 0 10px;
    border-right: 0
}

.chatSend .btn {
    border-radius: 0 10px 10px 0;
    font-size: 1.2em;
    padding: 18px 1em 19px 1em
}

.chatSend .mdc-text-field--textarea {
    cursor: default;
    width: 100%;
    height: 64px
}

.chatSend .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.chatSend .mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input {
    margin-bottom: 0
}

.deleted-chat p {
    color: #cecece
}

.chatWindow .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    font-size: 1.2em;
    color: #ccc;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 1
}

.chats::-webkit-scrollbar {
    width: 5px
}

.chats::-webkit-scrollbar-track {
    background: #f1f1f1
}

.chats::-webkit-scrollbar-thumb {
    background: #888
}

.chats::-webkit-scrollbar-thumb:hover {
    background: #555
}

.chatWindow .chatSend {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .1)
}

#chatWindow .container {
    padding-left: 15px !important;
    padding-right: 15px !important
}

#chatWindow .col-12 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

#chatWindow .chats {
    padding-left: 2em !important;
    padding-right: 2em !important
}

@media(max-width:767px) {
    .chatWindow .consultantProfile {
        max-width: 40px
    }
    .chatWindow .chatBar h2 {
        font-size: 1.1em !important
    }
    .chats {
        max-height: calc(50vh - 100px);
        font-size: .8em
    }
    .chatWindow .close {
        top: -5px;
        right: -5px
    }
}

#need-help-pop-up .contactDetail {
    max-width: 90%
}

#need-help-pop-up .stars {
    font-size: .9em
}

#need-help-pop-up blockquote {
    line-height: 1.4;
    font-size: 1em
}

#need-help-pop-up blockquote b {
    font-size: 1.2em
}

#need-help-pop-up #user-profile-picture {
    border: 0
}

#need-help-pop-up {
    border: 1px solid #c1c1c1
}

#need-help-pop-up p {
    font-size: 16px
}

#need-help-pop-up h4 {
    font-size: 16px
}

#need-help-pop-up .consultantReview h3 {
    font-size: 1.5em
}

@media(max-width:575.98px) {
    #need-help-pop-up {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    #jBox1.jBox-Modal .jBox-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important
    }
    #jBox1.jBox-Modal .jBox-content::-webkit-scrollbar {
        display: none
    }
    #jBox1.jBox-wrapper:not(.jBox-Tooltip) {
        top: 40px !important
    }
    #need-help-pop-up {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border: 0 !important
    }
    #jBox1-overlay {
        background: #f4f4f4
    }
    #jBox1-overlay.jBox-overlay .jBox-closeButton {
        top: 0 !important;
        right: 0 !important
    }
    #need-help-pop-up .contactDetail {
        text-align: left !important;
        font-size: 1.2em;
        white-space: nowrap;
        padding-left: 0
    }
    #need-help-pop-up p {
        font-size: 14px
    }
    #need-help-pop-up #user-profile-picture {
        max-width: 150px
    }
}

.document-note {
    margin: 0 0 1em !important;
    font-style: italic;
    color: #666;
    font-weight: normal;
    text-align: left !important
}

.statusSection {
    margin-bottom: 2em
}

.statusSection .statusHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em;
    padding: 4px 5px 4px 6px
}

.statusSection .statusHeading h2 {
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.statusSection .amount {
    display: block;
    padding: .5em .5em;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #002c5d;
    max-width: 50px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 16px
}

.statusSection .statusHeading .amount {
    font-weight: 700
}

.statusSection .amount.neg {
    background: #e32129;
    border-color: #e32129;
    color: #fff
}

.statusSection .amount.pos {
    background: #1a7b3b;
    border-color: #1a7b3b;
    color: #fff
}

.statusSection .btn-list {
    border: 1px solid #eee;
    border-radius: 4px !important;
    display: flex;
    padding: 4px 4px 4px 12px;
    align-items: center;
    color: #002c5d;
    margin-bottom: .2em;
    background: #eee;
    transition: all .2s ease
}

.statusSection .btn-list:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    transform: translateY(-2px);
    background: #fff
}

.statusSection .btn-list .optionTitle {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    text-align: left;
    font-weight: normal;
    font-size: .85em;
    padding-right: .5em
}

.action-list-items {
    min-height: 56px
}

.mobile-actions {
    display: none !important
}

.mobile-actions.showActions {
    display: flex !important
}

@media(max-width:991.98px) {
    .adminPortal .searchWrap {
        margin-right: 0 !important;
        margin-left: 0 !important;
        background: #fff;
        border-radius: 5px
    }
    .resultCard .resultCardHeader small {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%
    }
    .resultCard .display-mobile a {
        color: #555561
    }
}

.message {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    padding: 1em .5em
}

.message .consultantProfile {
    max-width: 90%;
    margin-bottom: .5em
}

.message .messageProfileWrap .consultantProfile {
    max-width: 55px;
    margin-left: auto;
    margin-right: auto
}

.message .messageText p {
    white-space: pre-wrap;
    margin-bottom: 0;
    line-height: 1.4 !important
}

.message .messageLink {
    padding-left: 0;
    color: #40c0cb;
    font-size: 1em;
    padding-bottom: 0
}

.message .messageDate {
    color: #002c5d
}

.needHelp {
    margin-bottom: 1em
}

.needHelp span {
    display: block;
    color: #40c0cb;
    border: 2px solid #40c0cb;
    border-radius: 0 5px 5px 0;
    border-left: 0;
    padding: .5em 2.1em;
    margin-left: -10px;
    position: relative;
    font-weight: 700;
    font-size: 1.1em;
    transition: all .2s ease
}

.needHelp .consultantProfile {
    max-width: 60px;
    border-width: 2px;
    position: relative;
    z-index: 2
}

.needHelp:hover span {
    border-color: #40c0cb;
    background: #40c0cb;
    color: #fff
}

#need-help-pop-up .needHelpMessage h2[aria-expanded="true"] i {
    transform: rotate(180deg)
}

#need-help-pop-up .darkBG {
    background: #002c5d;
    color: #fff
}

#need-help-pop-up .darkBG h2 {
    color: #fff;
    font-size: 2.2em
}

#need-help-pop-up .darkBG h3 {
    color: #40c0cb;
    font-size: 1.5em
}

#need-help-pop-up .lightBG {
    background: #fff
}

#need-help-pop-up .needHelpConsultantInfo {
    padding-top: 75px
}

#need-help-pop-up .needHelpConsultantInfo p {
    font-weight: 700;
    font-size: 1.4em
}

#need-help-pop-up .needHelpConsultantInfo p.availability {
    color: #fff;
    font-weight: normal;
    font-size: 1em
}

#need-help-pop-up .needHelpConsultantInfo .btn-primary {
    color: #fff;
    background: #40c0cb
}

#need-help-pop-up .needHelpConsultantInfo .btn-primary:hover {
    color: #002c5d !important;
    background: #fff !important
}

#need-help-pop-up .needHelpHeader .needHelpLogo {
    max-width: 50%
}

#need-help-pop-up .needHelpHeader .consultantProfile {
    max-width: 200px;
    margin-bottom: -80px
}

.message .messageText p a {
    color: #002c5d !important
}

#need-help-pop-up .needHelpHeader {
    margin-top: -50px
}

#need-help-pop-up .message .messageText p a {
    font-weight: 700
}

#need-help-pop-up .message .messageText p {
    font-size: 1em
}

#need-help-pop-up blockquote {
    border-left: 0 solid #eee;
    text-align: center;
    font-style: normal !important
}

#need-help-pop-up .consultantReview h3 {
    margin-left: auto;
    margin-right: auto
}

#need-help-pop-up blockquote b,
#need-help-pop-up blockquote {
    color: #002c5d
}

#need-help-pop-up .needHelpMessage h2 {
    font-size: 1.4em
}

#need-help-pop-up .needHelpMessage #collapseMessages .message:nth-child(n+6) {
    display: none
}

#need-help-pop-up .needHelpMessage h2 span {
    font-weight: 700
}

@media(max-width:991.98px) {
    #need-help-pop-up .needHelpHeader .consultantProfile {
        max-width: 160px;
        margin-bottom: -50px
    }
    #need-help-pop-up .message .messageText p {
        text-align: left;
        font-size: .9em
    }
    #collapseMessages {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .messageProfileWrap {
        padding-left: 3px !important;
        padding-right: 0 !important
    }
}

.consultant-message-text.consultant-small {
    display: flex;
    align-items: center
}

.consultant-message-text.consultant-small p {
    margin-bottom: 0
}

.consultant-small .consultant-chat-window.message:after {
    top: 40px
}

.consultant-small .message {
    padding: 1em 1em
}

.consultant-small .consultantProfile {
    max-width: 120px
}

@charset "UTF-8";
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer
}

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%
    }
}

@charset "UTF-8";
.progress-animated .progress-bar,
.progress-animated .bar {
    background: url('../img/progressbar.gif') !important;
    filter: none
}

.fileupload-process {
    float: right;
    display: none
}

.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/loading.gif') center no-repeat;
    background-size: contain
}

.files audio,
.files video {
    max-width: 300px
}

.toggle[type='checkbox'] {
    transform: scale(2);
    margin-left: 10px
}

@media(max-width:767px) {
    .fileupload-buttonbar .btn {
        margin-bottom: 5px
    }
    .fileupload-buttonbar .delete,
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none
    }
    .files .name {
        width: 80px;
        word-wrap: break-word
    }
    .files audio,
    .files video {
        max-width: 80px
    }
    .files img,
    .files canvas {
        max-width: 100%
    }
}

/*!
 * Cropper.js v1.5.9
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-10T13:16:21.689Z
 */

.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%
}

.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-canvas,
.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    opacity: .5
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, .75);
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.33333%;
    left: 0;
    top: 33.33333%;
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.33333%;
    top: 0;
    width: 33.33333%
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0
}

.cropper-center:after,
.cropper-center:before {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute
}

.cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px
}

.cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px
}

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

@media(min-width:768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px
    }
}

@media(min-width:992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px
    }
}

@media(min-width:1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: .75;
        width: 5px
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed
}

@charset "UTF-8";
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable>thead>tr>th:active,
table.dataTable>thead>tr>td:active {
    outline: none
}

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px
}

table.dataTable>thead .sorting,
table.dataTable>thead .sorting_asc,
table.dataTable>thead .sorting_desc,
table.dataTable>thead .sorting_asc_disabled,
table.dataTable>thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â˜"
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: "ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚ÂƒÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â¢ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Â€ÃƒÂƒÃ‚ÂƒÃƒÂ‚Ã‚Â‚ÃƒÂƒÃ‚Â‚ÃƒÂ‚Ã‚Âœ"
}

table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
    opacity: 1
}

table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    opacity: 0
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width:767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important
    }
}

table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable {
    border-right-width: 0
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: #fff;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #0275d8
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before {
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control,
table.dataTable.dtr-column>tbody>tr>th.dtr-control,
table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: .8em;
    width: .8em;
    margin-top: -.5em;
    margin-left: -.5em;
    display: block;
    position: absolute;
    color: #fff;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #0275d8
}

table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: transparent !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .6)
}

@media screen and (max-width:767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
    top: 5px
}