@charset "UTF-8";/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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,"Noto Sans","Liberation Sans",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;
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
    --uk-leader-fill-content: '.';
    --uk-position-margin-offset: 0px;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    line-height: inherit
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dd {
    margin-bottom: .5rem
}

a {
    background-color: transparent;
    outline: 0!important;
    transition: .5s;
    display: block
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button],[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.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
}

.small,small {
    font-size: .875em;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,.list-unstyled {
    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: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.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-wrap: 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 {
    -ms-overflow-style: scrollbar;
    display: block;
    font-size: 87.5%
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
    font-family: Consolas,monaco,monospace
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.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 {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-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 {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-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 {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-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 {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-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;
    color: #212529
}

.table td,.table th {
    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-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.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: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.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 {
    color: #fff;
    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
    }

    .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
    }

    .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
    }

    .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
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    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 (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::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.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,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    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: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated select.form-control:valid,select.form-control.is-valid {
    padding-right: 3rem!important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated select.form-control:invalid,select.form-control.is-invalid {
    padding-right: 3rem!important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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 .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    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 (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    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 {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,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(38,143,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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.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(130,138,145,.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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.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(72,180,97,.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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.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(58,176,195,.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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.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(222,170,12,.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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.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(225,83,97,.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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.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(216,217,219,.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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.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(82,88,93,.5)
}

.btn-outline-primary {
    color: #007bff;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (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
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    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-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-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;
    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;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    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:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    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: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    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=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    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.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,.input-group-prepend {
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    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=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.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),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    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:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .collapsing,.collapsing.width,.custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .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(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
    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(0,123,255,.25)
}

.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 {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    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:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    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: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.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 (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 (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 (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-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.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 (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    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 {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    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:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        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,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        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,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        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,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        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,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    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,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    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 {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    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-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;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display:flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    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 {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    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: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.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: 3;
    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;
    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 (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.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
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.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;
    z-index: 2;
    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: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

.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: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    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;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    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:focus,.list-group-item-secondary.list-group-item-action:hover {
    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:focus,.list-group-item-success.list-group-item-action:hover {
    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:focus,.list-group-item-info.list-group-item-action:hover {
    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:focus,.list-group-item-warning.list-group-item-action:hover {
    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:focus,.list-group-item-danger.list-group-item-action:hover {
    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:focus,.list-group-item-light.list-group-item-action:hover {
    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:focus,.list-group-item-dark.list-group-item-action:hover {
    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:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }

    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    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;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .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-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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;
    white-space: normal;
    word-spacing: 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-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-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,"Noto Sans","Liberation Sans",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;
    white-space: normal;
    word-spacing: 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::after,.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-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-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right,.carousel-item {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev,.carousel-indicators li {
        transition: none
    }

    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.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:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    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-sm {
    border-radius: .2rem!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-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!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: flex!important
}

.d-inline-flex {
    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: flex!important
    }

    .d-sm-inline-flex {
        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: flex!important
    }

    .d-md-inline-flex {
        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: flex!important
    }

    .d-lg-inline-flex {
        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: flex!important
    }

    .d-xl-inline-flex {
        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: flex!important
    }

    .d-print-inline-flex {
        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 embed,.embed-responsive iframe,.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 {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!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;
    margin: -1px;
    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
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!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-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-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
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!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) {
    .flex-sm-row {
        flex-direction:row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .float-sm-left {
        float: left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .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-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-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
    }

    .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) {
    .flex-md-row {
        flex-direction:row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .float-md-left {
        float: left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .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-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-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
    }

    .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) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .float-lg-left {
        float: left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .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-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-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
    }

    .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) {
    .flex-xl-row {
        flex-direction:row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .float-xl-left {
        float: left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .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-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-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-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-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!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
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::after,::before {
        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
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,body {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-badge-small .mat-badge-content {
    font-size: 9px
}

.mat-badge-large .mat-badge-content {
    font-size: 24px
}

.mat-h1,.mat-headline,.mat-typography h1 {
    font: 400 24px/32px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px
}

.mat-h2,.mat-title,.mat-typography h2 {
    font: 500 20px/32px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px
}

.mat-h3,.mat-subheading-2,.mat-typography h3 {
    font: 400 16px/28px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px
}

.mat-h4,.mat-subheading-1,.mat-typography h4 {
    font: 400 15px/24px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px
}

.mat-h5,.mat-typography h5 {
    font: 400 calc(14px * .83)/20px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 12px
}

.mat-h6,.mat-typography h6 {
    font: 400 calc(14px * .67)/20px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 12px
}

.mat-body-2,.mat-body-strong {
    font: 500 14px/24px Roboto,"Helvetica Neue",sans-serif
}

.mat-body,.mat-body-1,.mat-typography {
    font: 400 14px/20px Roboto,"Helvetica Neue",sans-serif
}

.mat-body p,.mat-body-1 p,.mat-typography p {
    margin: 0 0 12px
}

.mat-caption,.mat-small {
    font: 400 12px/20px Roboto,"Helvetica Neue",sans-serif
}

.mat-display-4,.mat-typography .mat-display-4 {
    font: 300 112px/112px Roboto,"Helvetica Neue",sans-serif;
    letter-spacing: -.05em;
    margin: 0 0 56px
}

.mat-display-3,.mat-typography .mat-display-3 {
    font: 400 56px/56px Roboto,"Helvetica Neue",sans-serif;
    letter-spacing: -.02em;
    margin: 0 0 64px
}

.mat-display-2,.mat-typography .mat-display-2 {
    font: 400 45px/48px Roboto,"Helvetica Neue",sans-serif;
    letter-spacing: -.005em;
    margin: 0 0 64px
}

.mat-display-1,.mat-typography .mat-display-1 {
    font: 400 34px/40px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 64px
}

.mat-bottom-sheet-container {
    font: 400 14px/20px Roboto,"Helvetica Neue",sans-serif
}

.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-button-toggle,.mat-card {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500
}

.mat-card-header .mat-card-title {
    font-size: 20px
}

.mat-card-content,.mat-card-subtitle {
    font-size: 14px
}

.mat-checkbox {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 24px
}

.mat-chip {
    font-size: 14px;
    font-weight: 500
}

.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon {
    font-size: 18px
}

.mat-table {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 500
}

.mat-cell,.mat-footer-cell {
    font-size: 14px
}

.mat-calendar {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-calendar-body {
    font-size: 13px
}

.mat-calendar-body-label,.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400
}

.mat-dialog-title {
    font: 500 20px/32px Roboto,"Helvetica Neue",sans-serif
}

.mat-expansion-panel-header {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 15px;
    font-weight: 400
}

.mat-expansion-panel-content {
    font: 400 14px/20px Roboto,"Helvetica Neue",sans-serif
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em
}

.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125
}

.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em
}

.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125
}

.mat-form-field-infix {
    padding: .5em 0;
    border-top: .84375em solid transparent
}

.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(-1.34375em) scale(.75);
    width: 133.33333%
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34374em) scale(.75);
    width: 133.33334%
}

.mat-form-field-label-wrapper {
    top: -.84375em;
    padding-top: .84375em
}

.mat-form-field-label {
    top: 1.34375em
}

.mat-form-field-underline {
    bottom: 1.34375em
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: .66667em;
    top: calc(100% - 1.79167em)
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: .4375em 0
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28125em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);
    -ms-transform: translateY(-1.28124em) scale(.75);
    width: 133.33334%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);
    -ms-transform: translateY(-1.28123em) scale(.75);
    width: 133.33335%
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: .54167em;
    top: calc(100% - 1.66667em)
}

@media print {
    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
        transform: translateY(-1.28122em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28121em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.2812em) scale(.75)
    }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 .75em
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
    margin-top: -.5em
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(-.59375em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.59374em) scale(.75);
    width: 133.33334%
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
    margin-top: -.25em
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(-1.59375em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59374em) scale(.75);
    width: 133.33334%
}

.mat-grid-tile-footer,.mat-grid-tile-header {
    font-size: 14px
}

.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2) {
    font-size: 12px
}

input.mat-input-element {
    margin-top: -.0625em
}

.mat-menu-item {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 400
}

.mat-paginator,.mat-paginator-page-size .mat-select-trigger {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px
}

.mat-radio-button,.mat-select {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-select-trigger {
    height: 1.125em
}

.mat-slide-toggle-content {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-slider-thumb-label-text {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px;
    font-weight: 500
}

.mat-stepper-horizontal,.mat-stepper-vertical {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400
}

.mat-step-sub-label-error {
    font-weight: 400
}

.mat-step-label-error {
    font-size: 14px
}

.mat-step-label-selected {
    font-size: 14px;
    font-weight: 500
}

.mat-tab-group {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-tab-label,.mat-tab-link {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6 {
    font: 500 20px/32px Roboto,"Helvetica Neue",sans-serif;
    margin: 0
}

.mat-tooltip {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px
}

.mat-list-item,.mat-list-option {
    font-family: Roboto,"Helvetica Neue",sans-serif
}

.mat-list-base .mat-list-item {
    font-size: 16px
}

.mat-list-base .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
    font-size: 14px
}

.mat-list-base .mat-list-option {
    font-size: 16px
}

.mat-list-base .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
    font-size: 14px
}

.mat-list-base[dense] .mat-list-item {
    font-size: 12px
}

.mat-list-base[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-list-base[dense] .mat-list-option {
    font-size: 12px
}

.mat-list-base[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
    font-size: 12px
}

.mat-list-base[dense] .mat-subheader {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px;
    font-weight: 500
}

.mat-option {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,.87)
}

.mat-optgroup-label {
    font: 500 14px/24px Roboto,"Helvetica Neue",sans-serif;
    color: rgba(0,0,0,.54)
}

.mat-simple-snackbar {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500
}

.mat-ripple {
    overflow: hidden;
    position: relative
}

.mat-ripple.mat-ripple-unbounded {
    overflow: visible
}

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity,transform 0s cubic-bezier(0,0,.2,1);
    transform: scale(0)
}

@media (-ms-high-contrast:active) {
    .mat-ripple-element {
        display: none
    }
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.cdk-global-overlay-wrapper,.cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

.cdk-overlay-container:empty {
    display: none
}

.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1
}

@media screen and (-ms-high-contrast:active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: .6
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0,0,0,.32)
}

.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

@-webkit-keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@-webkit-keyframes cdk-text-field-autofill-end {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    -webkit-animation-name: cdk-text-field-autofill-start;
    animation-name: cdk-text-field-autofill-start
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    -webkit-animation-name: cdk-text-field-autofill-end;
    animation-name: cdk-text-field-autofill-end
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    height: auto!important;
    overflow: hidden!important;
    padding: 2px 0!important;
    box-sizing: content-box!important
}

.mat-ripple-element {
    background-color: rgba(0,0,0,.1)
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled) {
    background: rgba(0,0,0,.04)
}

.mat-option.mat-active {
    background: rgba(0,0,0,.04);
    color: rgba(0,0,0,.87)
}

.mat-option.mat-option-disabled {
    color: rgba(0,0,0,.38)
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f51b5
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ff4081
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0,0,0,.38)
}

.mat-pseudo-checkbox {
    color: rgba(0,0,0,.54)
}

.mat-pseudo-checkbox::after {
    color: #fafafa
}

.mat-pseudo-checkbox-disabled {
    color: #b0b0b0
}

.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #3f51b5
}

.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate {
    background: #ff4081
}

.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0,0,0,.87)
}

.mat-theme-loaded-marker {
    display: none
}

.mat-autocomplete-panel {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
    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)
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: #fff
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
    color: rgba(0,0,0,.87)
}

@media (-ms-high-contrast:active) {
    .mat-badge-content {
        outline: solid 1px;
        border-radius: 0
    }

    .mat-checkbox-disabled {
        opacity: .5
    }
}

.mat-badge-accent .mat-badge-content {
    background: #ff4081;
    color: #fff
}

.mat-badge-warn .mat-badge-content {
    color: #fff;
    background: #f44336
}

.mat-badge {
    position: relative
}

.mat-badge-hidden .mat-badge-content {
    display: none
}

.mat-badge-disabled .mat-badge-content {
    background: #b9b9b9;
    color: rgba(0,0,0,.38)
}

.mat-badge-content {
    color: #fff;
    background: #3f51b5;
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none
}

.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content {
    transition: none
}

.mat-badge-content.mat-badge-active {
    transform: none
}

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px
}

.mat-bottom-sheet-container {
    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);
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-button,.mat-icon-button,.mat-stroked-button {
    color: inherit;
    background: 0 0
}

.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary {
    color: #3f51b5
}

.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent {
    color: #ff4081
}

.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn {
    color: #f44336
}

.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled] {
    color: rgba(0,0,0,.26)
}

.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: #3f51b5
}

.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: #ff4081
}

.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: #f44336
}

.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay {
    background-color: transparent
}

.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element {
    opacity: .1;
    background-color: currentColor
}

.mat-button-focus-overlay {
    background: #000
}

.mat-stroked-button:not([disabled]) {
    border-color: rgba(0,0,0,.12)
}

.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button {
    color: rgba(0,0,0,.87);
    background-color: #fff
}

.mat-fab.mat-accent,.mat-fab.mat-primary,.mat-fab.mat-warn,.mat-flat-button.mat-accent,.mat-flat-button.mat-primary,.mat-flat-button.mat-warn,.mat-mini-fab.mat-accent,.mat-mini-fab.mat-primary,.mat-mini-fab.mat-warn,.mat-raised-button.mat-accent,.mat-raised-button.mat-primary,.mat-raised-button.mat-warn {
    color: #fff
}

.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled] {
    color: rgba(0,0,0,.26);
    background-color: rgba(0,0,0,.12)
}

.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary {
    background-color: #3f51b5
}

.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent {
    background-color: #ff4081
}

.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn {
    background-color: #f44336
}

.mat-fab.mat-accent .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element {
    background-color: rgba(255,255,255,.1)
}

.mat-flat-button:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]) {
    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)
}

.mat-raised-button:not([class*=mat-elevation-z]) {
    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)
}

.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
    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)
}

.mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
    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)
}

.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]) {
    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)
}

.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
    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)
}

.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
    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)
}

.mat-button-toggle-group,.mat-button-toggle-standalone {
    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)
}

.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.12)
}

.mat-button-toggle {
    color: rgba(0,0,0,.38)
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
    background-color: rgba(0,0,0,.12)
}

.mat-button-toggle-appearance-standard {
    color: rgba(0,0,0,.87);
    background: #fff
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
    background-color: #000
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle {
    border-left: 1px solid rgba(0,0,0,.12)
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle {
    border-left: none;
    border-right: 1px solid rgba(0,0,0,.12)
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0,0,0,.12)
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
    color: rgba(0,0,0,.87)
}

.mat-button-toggle-disabled {
    color: rgba(0,0,0,.26);
    background-color: #eee
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
    background: #fff
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd
}

.mat-card {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-card:not([class*=mat-elevation-z]) {
    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)
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
    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)
}

.mat-card-subtitle {
    color: rgba(0,0,0,.54)
}

.mat-checkbox-frame {
    border-color: rgba(0,0,0,.54)
}

.mat-checkbox-checkmark {
    fill: #fafafa
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa!important
}

@media (-ms-high-contrast:black-on-white) {
    .mat-checkbox-checkmark-path {
        stroke: #000!important
    }
}

.mat-checkbox-mixedmark {
    background-color: #fafafa
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #3f51b5
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ff4081
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #f44336
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: rgba(0,0,0,.54)
}

@media (-ms-high-contrast:active) {
    .mat-checkbox-background {
        background: 0 0
    }
}

.mat-checkbox .mat-ripple-element {
    background-color: #000
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #3f51b5
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #ff4081
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #f44336
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.mat-chip.mat-standard-chip .mat-chip-remove {
    color: rgba(0,0,0,.87);
    opacity: .4
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
    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)
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
    opacity: .54
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
    opacity: .4
}

.mat-chip.mat-standard-chip::after {
    background: #000
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #3f51b5;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
    background: rgba(255,255,255,.1)
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
    background: rgba(255,255,255,.1)
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ff4081;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
    background: rgba(255,255,255,.1)
}

.mat-table {
    background: #fff
}

.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row {
    background: inherit
}

mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell {
    border-bottom-color: rgba(0,0,0,.12)
}

.mat-header-cell {
    color: rgba(0,0,0,.54)
}

.mat-cell,.mat-footer-cell {
    color: rgba(0,0,0,.87)
}

.mat-calendar-arrow {
    border-top-color: rgba(0,0,0,.54)
}

.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle {
    color: rgba(0,0,0,.54)
}

.mat-calendar-table-header {
    color: rgba(0,0,0,.38)
}

.mat-calendar-table-header-divider::after {
    background: rgba(0,0,0,.12)
}

.mat-calendar-body-label {
    color: rgba(0,0,0,.54)
}

.mat-calendar-body-cell-content {
    color: rgba(0,0,0,.87);
    border-color: transparent
}

.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0,0,0,.38)
}

.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0,0,0,.04)
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0,0,0,.38)
}

.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0,0,0,.18)
}

.mat-calendar-body-selected {
    background-color: #3f51b5;
    color: #fff
}

.mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(63,81,181,.4)
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content {
    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);
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
    background-color: #ff4081;
    color: #fff
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(255,64,129,.4)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
    background-color: #f44336;
    color: #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(244,67,54,.4)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content-touch {
    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)
}

.mat-datepicker-toggle-active {
    color: #3f51b5
}

.mat-datepicker-toggle-active.mat-accent {
    color: #ff4081
}

.mat-datepicker-toggle-active.mat-warn {
    color: #f44336
}

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-divider {
    border-top-color: rgba(0,0,0,.12)
}

.mat-divider-vertical {
    border-right-color: rgba(0,0,0,.12)
}

.mat-expansion-panel {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
    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)
}

.mat-action-row {
    border-top-color: rgba(0,0,0,.12)
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(0,0,0,.04)
}

@media (hover: none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background:#fff
    }
}

.mat-expansion-panel-header-title {
    color: rgba(0,0,0,.87)
}

.mat-expansion-indicator::after,.mat-expansion-panel-header-description {
    color: rgba(0,0,0,.54)
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0,0,0,.26)
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
    color: inherit
}

.mat-form-field-label,.mat-hint {
    color: rgba(0,0,0,.6)
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #3f51b5
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
    color: #ff4081
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
    color: #f44336
}

.mat-focused .mat-form-field-required-marker {
    color: #ff4081
}

.mat-form-field-ripple {
    background-color: rgba(0,0,0,.87)
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #3f51b5
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
    background-color: #ff4081
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
    background-color: #f44336
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
    color: #3f51b5
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
    color: #ff4081
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after,.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent {
    color: #f44336
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336
}

.mat-error {
    color: #f44336
}

.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0,0,0,.54)
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em;
    background-color: rgba(0,0,0,.42)
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0,0,0,.42)
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0,0,0,.04)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0,0,0,.02)
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0,0,0,.42)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0,0,0,.38)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0,0,0,.12)
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0,0,0,.87)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #3f51b5
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ff4081
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0,0,0,.38)
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0,0,0,.06)
}

.mat-icon.mat-primary {
    color: #3f51b5
}

.mat-icon.mat-accent {
    color: #ff4081
}

.mat-icon.mat-warn {
    color: #f44336
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
    color: rgba(0,0,0,.54)
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled {
    color: rgba(0,0,0,.38)
}

.mat-input-element {
    caret-color: #3f51b5
}

.mat-input-element::-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element::placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element::-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element::-webkit-input-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-accent .mat-input-element {
    caret-color: #ff4081
}

.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element {
    caret-color: #f44336
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
    color: #f44336
}

.mat-list-base .mat-list-item,.mat-list-base .mat-list-option {
    color: rgba(0,0,0,.87)
}

.mat-list-base .mat-subheader {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,.54)
}

.mat-list-item-disabled {
    background-color: #eee
}

.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover {
    background: rgba(0,0,0,.04)
}

.mat-menu-panel {
    background: #fff
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
    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)
}

.mat-menu-item {
    background: 0 0;
    color: rgba(0,0,0,.87)
}

.mat-menu-item[disabled],.mat-menu-item[disabled]::after {
    color: rgba(0,0,0,.38)
}

.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after {
    color: rgba(0,0,0,.54)
}

.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]) {
    background: rgba(0,0,0,.04)
}

.mat-paginator {
    background: #fff
}

.mat-paginator,.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0,0,0,.54)
}

.mat-paginator-decrement,.mat-paginator-increment {
    border-top: 2px solid rgba(0,0,0,.54);
    border-right: 2px solid rgba(0,0,0,.54)
}

.mat-paginator-first,.mat-paginator-last {
    border-top: 2px solid rgba(0,0,0,.54)
}

.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0,0,0,.38)
}

.mat-progress-bar-background {
    fill: #c5cae9
}

.mat-progress-bar-buffer {
    background-color: #c5cae9
}

.mat-progress-bar-fill::after {
    background-color: #3f51b5
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ff4081
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336
}

.mat-progress-spinner circle,.mat-spinner circle {
    stroke: #3f51b5
}

.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle {
    stroke: #ff4081
}

.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle {
    stroke: #f44336
}

.mat-radio-outer-circle {
    border-color: rgba(0,0,0,.54)
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #3f51b5
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #3f51b5
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ff4081
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #ff4081
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #f44336
}

.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle {
    border-color: rgba(0,0,0,.38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0,0,0,.38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0,0,0,.38)
}

.mat-radio-button .mat-ripple-element {
    background-color: #000
}

.mat-select-value {
    color: rgba(0,0,0,.87)
}

.mat-select-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-select-disabled .mat-select-value {
    color: rgba(0,0,0,.38)
}

.mat-select-arrow {
    color: rgba(0,0,0,.54)
}

.mat-select-panel {
    background: #fff
}

.mat-select-panel:not([class*=mat-elevation-z]) {
    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)
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0,0,0,.12)
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #3f51b5
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ff4081
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0,0,0,.38)
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0,0,0,.87)
}

.mat-drawer {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.mat-drawer.mat-drawer-push {
    background-color: #fff
}

.mat-drawer:not(.mat-drawer-side) {
    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)
}

.mat-drawer-side {
    border-right: 1px solid rgba(0,0,0,.12)
}

.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side {
    border-left: 1px solid rgba(0,0,0,.12);
    border-right: none
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
    border-left: none;
    border-right: 1px solid rgba(0,0,0,.12)
}

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0,0,0,.6)
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #ff4081
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(255,64,129,.54)
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #ff4081
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #3f51b5
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(63,81,181,.54)
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #3f51b5
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #f44336
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(244,67,54,.54)
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #f44336
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: #000
}

.mat-slide-toggle-thumb {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    background-color: #fafafa
}

.mat-slide-toggle-bar {
    background-color: rgba(0,0,0,.38)
}

.mat-slider-track-background {
    background-color: rgba(0,0,0,.26)
}

.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill {
    background-color: #3f51b5
}

.mat-primary .mat-slider-thumb-label-text {
    color: #fff
}

.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill {
    background-color: #ff4081
}

.mat-accent .mat-slider-thumb-label-text {
    color: #fff
}

.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill {
    background-color: #f44336
}

.mat-warn .mat-slider-thumb-label-text {
    color: #fff
}

.mat-slider-focus-ring {
    background-color: rgba(255,64,129,.2)
}

.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background {
    background-color: rgba(0,0,0,.38)
}

.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0,0,0,.26)
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0,0,0,.12)
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0,0,0,.87)
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0,0,0,.26)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0,0,0,.26);
    background-color: transparent
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: rgba(0,0,0,.38)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0,0,0,.26)
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0,0,0,.7)
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)
}

.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover {
    background-color: rgba(0,0,0,.04)
}

@media (hover: none) {
    .mat-step-header:hover {
        background:0 0
    }
}

.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional {
    color: rgba(0,0,0,.54)
}

.mat-step-header .mat-step-icon {
    background-color: rgba(0,0,0,.54);
    color: #fff
}

.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit {
    background-color: #3f51b5;
    color: #fff
}

.mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #f44336
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0,0,0,.87)
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #f44336
}

.mat-stepper-horizontal,.mat-stepper-vertical {
    background-color: #fff
}

.mat-stepper-vertical-line::before {
    border-left-color: rgba(0,0,0,.12)
}

.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line {
    border-top-color: rgba(0,0,0,.12)
}

.mat-sort-header-arrow {
    color: #757575
}

.mat-tab-header,.mat-tab-nav-bar {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: none
}

.mat-tab-label,.mat-tab-link {
    color: rgba(0,0,0,.87)
}

.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled {
    color: rgba(0,0,0,.38)
}

.mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.87)
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.38)
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197,202,233,.3)
}

.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #3f51b5
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,128,171,.3)
}

.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ff4081
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,205,210,.3)
}

.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197,202,233,.3)
}

.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #3f51b5
}

.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255,255,255,.12)
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,128,171,.3)
}

.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ff4081
}

.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(255,255,255,.12)
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,205,210,.3)
}

.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336
}

.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255,255,255,.12)
}

.mat-toolbar {
    background: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.mat-toolbar.mat-primary {
    background: #3f51b5;
    color: #fff
}

.mat-toolbar.mat-accent {
    background: #ff4081;
    color: #fff
}

.mat-toolbar.mat-warn {
    background: #f44336;
    color: #fff
}

.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline {
    background-color: currentColor
}

.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value {
    color: inherit
}

.mat-toolbar .mat-input-element {
    caret-color: currentColor
}

.mat-tooltip {
    background: rgba(97,97,97,.9)
}

.mat-tree {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    background: #fff
}

.mat-nested-tree-node,.mat-tree-node {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,.87)
}

.mat-snack-bar-container {
    color: rgba(255,255,255,.7);
    background: #323232;
    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)
}

.mat-simple-snackbar-action {
    color: #ff4081
}

/*! UIkit 3.14.3 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
html {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666
}

.uk-link,a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer
}

.uk-link-toggle:hover .uk-link,.uk-link:hover,a:hover {
    color: #0f6ecd;
    text-decoration: underline
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-style: dotted
}

b,strong {
    font-weight: bolder
}

:not(pre)>code,:not(pre)>kbd,:not(pre)>samp {
    font-family: Consolas,monaco,monospace;
    font-size: .875rem;
    color: #f0506e;
    white-space: nowrap;
    padding: 2px 6px;
    background: #f8f8f8
}

em {
    color: #f0506e
}

ins {
    background: #ffd;
    color: #666;
    text-decoration: none
}

mark {
    background: #ffd;
    color: #666
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

canvas,img,svg,video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

img:not([src]) {
    visibility: hidden;
    min-width: 1px
}

iframe {
    border: 0
}

address,dl,fieldset,figure,ol,p,pre,ul {
    margin: 0 0 20px
}

*+address,*+dl,*+fieldset,*+figure,*+ol,*+p,*+pre,*+ul {
    margin-top: 20px
}

.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,.uk-heading-2xlarge,.uk-heading-large,.uk-heading-medium,.uk-heading-small,.uk-heading-xlarge,h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    color: #333;
    text-transform: none
}

*+.uk-h1,*+.uk-h2,*+.uk-h3,*+.uk-h4,*+.uk-h5,*+.uk-h6,*+.uk-heading-2xlarge,*+.uk-heading-large,*+.uk-heading-medium,*+.uk-heading-small,*+.uk-heading-xlarge,*+h1,*+h2,*+h3,*+h4,*+h5,*+h6 {
    margin-top: 40px
}

.uk-h1,h1 {
    font-size: 2.23125rem;
    line-height: 1.2
}

.uk-h2,h2 {
    font-size: 1.7rem;
    line-height: 1.3
}

.uk-h3,h3 {
    font-size: 1.5rem;
    line-height: 1.4
}

.uk-h4,h4 {
    font-size: 1.25rem;
    line-height: 1.4
}

.uk-h5,h5 {
    font-size: 16px;
    line-height: 1.4
}

.uk-h6,h6 {
    font-size: .875rem;
    line-height: 1.4
}

@media (min-width: 960px) {
    .uk-h1,h1 {
        font-size:2.625rem
    }

    .uk-h2,h2 {
        font-size: 2rem
    }
}

ol,ul {
    padding-left: 30px
}

ol>li>ol,ol>li>ul,ul>li>ol,ul>li>ul {
    margin: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.uk-hr,hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px;
    border: 0;
    border-top: 1px solid #e5e5e5
}

*+.uk-hr,*+hr {
    margin-top: 20px
}

address {
    font-style: normal
}

blockquote {
    margin: 0 0 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    color: #333
}

*+blockquote {
    margin-top: 20px
}

blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote footer {
    margin-top: 10px;
    font-size: .875rem;
    line-height: 1.5;
    color: #666
}

blockquote footer::before {
    content: "— "
}

pre {
    font: .875rem/1.5 Consolas,monaco,monospace;
    color: #666;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff
}

:focus {
    outline: 0
}

:focus-visible {
    outline: #333 dotted 2px
}

::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

details,main {
    display: block
}

template {
    display: none
}

.uk-link-muted a,.uk-link-toggle .uk-link-muted,a.uk-link-muted {
    color: #999
}

.uk-link-muted a:hover,.uk-link-toggle:hover .uk-link-muted,a.uk-link-muted:hover {
    color: #666
}

.uk-link-text a,.uk-link-toggle .uk-link-text,a.uk-link-text {
    color: inherit
}

.uk-link-text a:hover,.uk-link-toggle:hover .uk-link-text,a.uk-link-text:hover {
    color: #999
}

.uk-link-heading a,.uk-link-toggle .uk-link-heading,a.uk-link-heading {
    color: inherit
}

.uk-link-heading a:hover,.uk-link-toggle:hover .uk-link-heading,a.uk-link-heading:hover {
    color: #1e87f0;
    text-decoration: none
}

.uk-link-reset a,.uk-link-toggle,a.uk-link-reset {
    color: inherit!important;
    text-decoration: none!important
}

.uk-heading-small {
    font-size: 2.6rem;
    line-height: 1.2
}

.uk-heading-medium {
    font-size: 2.8875rem;
    line-height: 1.1
}

.uk-heading-large {
    font-size: 3.4rem;
    line-height: 1.1
}

.uk-heading-xlarge {
    font-size: 4rem;
    line-height: 1
}

.uk-heading-2xlarge {
    font-size: 6rem;
    line-height: 1
}

@media (min-width: 960px) {
    .uk-heading-small {
        font-size:3.25rem
    }

    .uk-heading-medium {
        font-size: 3.5rem
    }

    .uk-heading-large {
        font-size: 4rem
    }

    .uk-heading-xlarge {
        font-size: 6rem
    }

    .uk-heading-2xlarge {
        font-size: 8rem
    }
}

@media (min-width: 1200px) {
    .uk-heading-medium {
        font-size:4rem
    }

    .uk-heading-large {
        font-size: 6rem
    }

    .uk-heading-xlarge {
        font-size: 8rem
    }

    .uk-heading-2xlarge {
        font-size: 11rem
    }
}

.uk-heading-divider {
    padding-bottom: calc(5px + .1em);
    border-bottom: solid #e5e5e5
}

.uk-heading-bullet {
    position: relative
}

.uk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: solid #e5e5e5
}

.uk-heading-line {
    overflow: hidden
}

.uk-heading-line>* {
    display: inline-block;
    position: relative
}

.uk-heading-line>::after,.uk-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(.2px + .05em)/ 2));
    width: 2000px;
    border-bottom: solid #e5e5e5
}

.uk-heading-line>::before {
    right: 100%;
    margin-right: calc(5px + .3em)
}

.uk-heading-line>::after {
    left: 100%;
    margin-left: calc(5px + .3em)
}

[class*=uk-divider] {
    border: none;
    margin-bottom: 20px
}

*+[class*=uk-divider] {
    margin-top: 20px
}

.uk-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-divider-icon::after,.uk-divider-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (50px / 2));
    border-bottom: 1px solid #e5e5e5
}

.uk-divider-icon::before {
    right: calc(50% + (50px / 2));
    width: 100%
}

.uk-divider-icon::after {
    left: calc(50% + (50px / 2));
    width: 100%
}

.uk-divider-small {
    line-height: 0
}

.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    vertical-align: top
}

.uk-divider-vertical {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e5e5e5
}

.uk-list {
    padding: 0;
    list-style: none
}

.uk-list>*>:last-child {
    margin-bottom: 0
}

.uk-list>*>ul,.uk-list>:nth-child(n+2) {
    margin-top: 10px
}

.uk-list-circle>*,.uk-list-decimal>*,.uk-list-disc>*,.uk-list-hyphen>*,.uk-list-square>* {
    padding-left: 30px
}

.uk-list-decimal {
    counter-reset: decimal
}

.uk-list-decimal>* {
    counter-increment: decimal
}

.uk-list-circle>::before,.uk-list-decimal>::before,.uk-list-disc>::before,.uk-list-hyphen>::before,.uk-list-square>::before {
    content: "";
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right
}

.uk-list-disc>::before {
    list-style-type: disc
}

.uk-list-circle>::before {
    list-style-type: circle
}

.uk-list-square>::before {
    list-style-type: square
}

.uk-list-decimal>::before {
    content: counter(decimal,decimal) '\200A.\00A0'
}

.uk-list-hyphen>::before {
    content: '–\00A0\00A0'
}

.uk-list-muted>::before {
    color: #999!important
}

.uk-list-emphasis>::before {
    color: #333!important
}

.uk-list-primary>::before {
    color: #1e87f0!important
}

.uk-list-secondary>::before {
    color: #222!important
}

.uk-list-bullet>* {
    padding-left: 30px
}

.uk-list-bullet>::before {
    content: "";
    display: list-item;
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

.uk-list-striped>* {
    padding: 10px
}

.uk-list-striped>:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f8f8
}

.uk-list-striped>:nth-child(n+2) {
    margin-top: 0
}

.uk-list-large>*>ul,.uk-list-large>:nth-child(n+2) {
    margin-top: 20px
}

.uk-list-collapse>*>ul,.uk-list-collapse>:nth-child(n+2) {
    margin-top: 0
}

.uk-list-large.uk-list-divider>:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px
}

.uk-list-collapse.uk-list-divider>:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0
}

.uk-list-large.uk-list-striped>* {
    padding: 20px 10px
}

.uk-list-collapse.uk-list-striped>* {
    padding-top: 0;
    padding-bottom: 0
}

.uk-list-collapse.uk-list-striped>:nth-child(n+2),.uk-list-large.uk-list-striped>:nth-child(n+2) {
    margin-top: 0
}

.uk-description-list>dt {
    color: #333;
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase
}

.uk-description-list>dt:nth-child(n+2) {
    margin-top: 20px
}

.uk-description-list-divider>dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

*+.uk-table {
    margin-top: 20px
}

.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: .875rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase
}

.uk-table td {
    padding: 16px 12px;
    vertical-align: top
}

.uk-table td>:last-child {
    margin-bottom: 0
}

.uk-table tfoot {
    font-size: .875rem
}

.uk-table caption {
    font-size: .875rem;
    text-align: left;
    color: #999
}

.uk-table-middle,.uk-table-middle td {
    vertical-align: middle!important
}

.uk-table-divider>:first-child>tr:not(:first-child),.uk-table-divider>:not(:first-child)>tr,.uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #e5e5e5
}

.uk-table-striped tbody tr:nth-of-type(odd),.uk-table-striped>tr:nth-of-type(odd) {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.uk-table tbody tr.uk-active,.uk-table-hover tbody tr:hover,.uk-table-hover>tr:hover,.uk-table>tr.uk-active {
    background: #ffd
}

.uk-table-small td,.uk-table-small th {
    padding: 10px 12px
}

.uk-table-large td,.uk-table-large th {
    padding: 22px 12px
}

.uk-table-justify td:first-child,.uk-table-justify th:first-child {
    padding-left: 0
}

.uk-table-justify td:last-child,.uk-table-justify th:last-child {
    padding-right: 0
}

.uk-table-shrink {
    width: 1px
}

.uk-table-expand {
    min-width: 150px
}

.uk-table-link {
    padding: 0!important
}

.uk-table-link>a {
    display: block;
    padding: 16px 12px
}

.uk-table-small .uk-table-link>a {
    padding: 10px 12px
}

@media (max-width: 959px) {
    .uk-table-responsive,.uk-table-responsive tbody,.uk-table-responsive td,.uk-table-responsive th,.uk-table-responsive tr {
        display:block
    }

    .uk-table-responsive thead {
        display: none
    }

    .uk-table-responsive td,.uk-table-responsive th {
        width: auto!important;
        max-width: none!important;
        min-width: 0!important;
        overflow: visible!important;
        white-space: normal!important
    }

    .uk-table-responsive .uk-table-link:not(:first-child)>a,.uk-table-responsive td:not(:first-child):not(.uk-table-link),.uk-table-responsive th:not(:first-child):not(.uk-table-link) {
        padding-top: 5px!important
    }

    .uk-table-responsive .uk-table-link:not(:last-child)>a,.uk-table-responsive td:not(:last-child):not(.uk-table-link),.uk-table-responsive th:not(:last-child):not(.uk-table-link) {
        padding-bottom: 5px!important
    }

    .uk-table-justify.uk-table-responsive td,.uk-table-justify.uk-table-responsive th {
        padding-left: 0;
        padding-right: 0
    }

    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px
    }
}

.uk-table tbody tr {
    transition: background-color .1s linear
}

.uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-table-striped>tr:nth-of-type(2n):last-child {
    border-bottom: 1px solid #e5e5e5
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

button.uk-icon:not(:disabled) {
    cursor: pointer
}

.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor
}

.uk-icon>* {
    transform: translate(0,0)
}

.uk-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    max-width: none
}

.uk-icon-link {
    color: #999;
    text-decoration: none!important
}

.uk-icon-link:hover {
    color: #666
}

.uk-active>.uk-icon-link,.uk-icon-link:active {
    color: #595959
}

.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

.uk-icon-button:hover {
    background-color: #ebebeb;
    color: #666
}

.uk-active>.uk-icon-button,.uk-icon-button:active {
    background-color: #dfdfdf;
    color: #666
}

.uk-range {
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    background: 0 0
}

.uk-range:focus {
    outline: 0
}

.uk-range::-moz-focus-outer {
    border: none
}

.uk-range:not(:disabled)::-webkit-slider-thumb {
    cursor: pointer
}

.uk-range:not(:disabled)::-moz-range-thumb {
    cursor: pointer
}

.uk-range::-webkit-slider-runnable-track {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px
}

.uk-range:active::-webkit-slider-runnable-track,.uk-range:focus::-webkit-slider-runnable-track {
    background: #dedede
}

.uk-range::-moz-range-track {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px
}

.uk-range:focus::-moz-range-track {
    background: #dedede
}

.uk-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -7px;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #ccc
}

.uk-range::-moz-range-thumb {
    border: 1px solid #ccc;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    border-radius: 500px;
    background: #fff
}

.uk-checkbox,.uk-input,.uk-radio,.uk-select,.uk-textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit
}

.uk-input {
    overflow: visible
}

.uk-select {
    text-transform: none
}

.uk-select optgroup {
    font: inherit;
    font-weight: 700
}

.uk-textarea {
    overflow: auto
}

.uk-input[type=search]::-webkit-search-cancel-button,.uk-input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.uk-input[type=number]::-webkit-inner-spin-button,.uk-input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.uk-input::-moz-placeholder,.uk-textarea::-moz-placeholder {
    opacity: 1
}

.uk-checkbox:not(:disabled),.uk-radio:not(:disabled) {
    cursor: pointer
}

.uk-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.uk-input,.uk-textarea {
    -webkit-appearance: none
}

.uk-input,.uk-select,.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #666;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border
}

.uk-input,.uk-select:not([multiple]):not([size]) {
    vertical-align: middle;
    display: inline-block
}

.uk-input:not(input),.uk-select:not(select) {
    line-height: 38px
}

.uk-select[multiple],.uk-select[size],.uk-textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top
}

.uk-select[multiple],.uk-select[size] {
    resize: vertical
}

.uk-input:focus,.uk-select:focus,.uk-textarea:focus {
    outline: 0;
    background-color: #fff;
    color: #666
}

.uk-input:disabled,.uk-select:disabled,.uk-textarea:disabled {
    background-color: #f8f8f8;
    color: #999;
    border-color: #e5e5e5
}

.uk-input::-webkit-input-placeholder {
    color: #999
}

.uk-input::-moz-placeholder {
    color: #999
}

.uk-input::-ms-input-placeholder {
    color: #999
}

.uk-input::placeholder {
    color: #999
}

.uk-textarea::-webkit-input-placeholder {
    color: #999
}

.uk-textarea::-moz-placeholder {
    color: #999
}

.uk-textarea::-ms-input-placeholder {
    color: #999
}

.uk-textarea::placeholder {
    color: #999
}

.uk-form-small {
    font-size: .875rem
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px
}

[multiple].uk-form-small,[size].uk-form-small,textarea.uk-form-small {
    padding: 5px 8px
}

.uk-form-small:not(select):not(input):not(textarea) {
    line-height: 28px
}

.uk-form-large {
    font-size: 1.25rem
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px
}

[multiple].uk-form-large,[size].uk-form-large,textarea.uk-form-large {
    padding: 7px 12px
}

.uk-form-large:not(select):not(input):not(textarea) {
    line-height: 53px
}

.uk-form-danger,.uk-form-danger:focus {
    color: #f0506e;
    border-color: #f0506e
}

.uk-form-success,.uk-form-success:focus {
    color: #32d296;
    border-color: #32d296
}

.uk-form-blank {
    background: 0 0;
    border-color: transparent
}

.uk-form-blank:focus {
    border-color: #e5e5e5;
    border-style: solid
}

input.uk-form-width-xsmall {
    width: 50px
}

select.uk-form-width-xsmall {
    width: 75px
}

.uk-form-width-small {
    width: 130px
}

.uk-form-width-medium {
    width: 200px
}

.uk-form-width-large {
    width: 500px
}

.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.uk-select:not([multiple]):not([size]) option {
    color: #666
}

.uk-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.uk-input[list]:focus,.uk-input[list]:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-input[list]::-webkit-calendar-picker-indicator {
    display: none!important
}

.uk-checkbox,.uk-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border
}

.uk-radio {
    border-radius: 50%
}

.uk-checkbox:focus,.uk-radio:focus {
    background-color: rgba(0,0,0,0);
    outline: 0;
    border-color: #1e87f0
}

.uk-checkbox:checked,.uk-checkbox:indeterminate,.uk-radio:checked {
    background-color: #1e87f0;
    border-color: transparent
}

.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus,.uk-radio:checked:focus {
    background-color: #0e6dcd
}

.uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:disabled,.uk-radio:disabled {
    background-color: #f8f8f8;
    border-color: #e5e5e5
}

.uk-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4
}

.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}

.uk-form-custom input[type=file],.uk-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer
}

.uk-form-custom input[type=file] {
    font-size: 500px;
    overflow: hidden
}

.uk-form-label {
    color: #333;
    font-size: .875rem
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px
}

@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width:200px;
        margin-top: 7px;
        float: left
    }

    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px
    }

    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 7px
    }
}

.uk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

.uk-form-icon:hover {
    color: #666
}

.uk-form-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 40px!important
}

.uk-form-icon-flip {
    right: 0;
    left: auto
}

.uk-form-icon-flip~.uk-input {
    padding-right: 40px!important
}

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color
}

.uk-button:not(:disabled) {
    cursor: pointer
}

.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-button:hover {
    text-decoration: none
}

.uk-button-default.uk-active,.uk-button-default:active {
    background-color: transparent;
    color: #333;
    border-color: #999
}

.uk-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-primary:hover {
    background-color: #0f7ae5;
    color: #fff
}

.uk-button-primary.uk-active,.uk-button-primary:active {
    background-color: #0e6dcd;
    color: #fff
}

.uk-button-secondary {
    background-color: #222;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-secondary:hover {
    background-color: #151515;
    color: #fff
}

.uk-button-secondary.uk-active,.uk-button-secondary:active {
    background-color: #080808;
    color: #fff
}

.uk-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-danger:hover {
    background-color: #ee395b;
    color: #fff
}

.uk-button-danger.uk-active,.uk-button-danger:active {
    background-color: #ec2147;
    color: #fff
}

.uk-button-danger:disabled,.uk-button-default:disabled,.uk-button-primary:disabled,.uk-button-secondary:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5
}

.uk-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: .875rem
}

.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: .875rem
}

.uk-button-text {
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    color: #333;
    position: relative
}

.uk-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #333;
    transition: right .3s ease-out
}

.uk-button-text:hover {
    color: #333
}

.uk-button-text:hover::before {
    right: 0
}

.uk-button-text:disabled {
    color: #999
}

.uk-button-text:disabled::before {
    display: none
}

.uk-button-link {
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    color: #333
}

.uk-button-link:disabled,.uk-button-link:hover {
    color: #999;
    text-decoration: none
}

.uk-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative
}

.uk-button-group>.uk-button:nth-child(n+2),.uk-button-group>div:nth-child(n+2) .uk-button {
    margin-left: -1px
}

.uk-button-group .uk-button.uk-active,.uk-button-group .uk-button:active,.uk-button-group .uk-button:hover {
    position: relative;
    z-index: 1
}

.uk-progress {
    vertical-align: baseline;
    display: block;
    width: 100%;
    border: 0;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden
}

*+.uk-progress {
    margin-top: 20px
}

.uk-progress::-webkit-progress-bar {
    background-color: transparent
}

.uk-progress::-webkit-progress-value {
    background-color: #1e87f0;
    transition: width .6s ease
}

.uk-progress::-moz-progress-bar {
    background-color: #1e87f0;
    transition: width .6s ease
}

.uk-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 960px) {
    .uk-section {
        padding-top:70px;
        padding-bottom: 70px
    }
}

.uk-section>:last-child {
    margin-bottom: 0
}

.uk-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px
}

.uk-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

.uk-section-default {
    background: #fff
}

.uk-section-muted {
    background: #f8f8f8
}

.uk-section-primary {
    background: #1e87f0
}

.uk-section-secondary {
    background: #222
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.uk-container>:last-child {
    margin-bottom: 0
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}

.uk-container-xsmall {
    max-width: 750px
}

.uk-container-small {
    max-width: 900px
}

.uk-container-large {
    max-width: 1400px
}

.uk-container-xlarge {
    max-width: 1600px
}

.uk-container-expand {
    max-width: none
}

.uk-container-expand-left {
    margin-left: 0
}

.uk-container-expand-right {
    margin-right: 0
}

.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
    width: calc(100% + 15px)
}

.uk-container-item-padding-remove-left {
    margin-left: -15px
}

.uk-container-item-padding-remove-right {
    margin-right: -15px
}

@media (min-width: 640px) {
    .uk-container {
        padding-left:30px;
        padding-right: 30px
    }

    .uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px)
    }

    .uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 30px)
    }

    .uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
        width: calc(100% + 30px)
    }

    .uk-container-item-padding-remove-left {
        margin-left: -30px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -30px
    }
}

@media (min-width: 960px) {
    .uk-section-large {
        padding-top:140px;
        padding-bottom: 140px
    }

    .uk-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }

    .uk-container {
        padding-left: 40px;
        padding-right: 40px
    }

    .uk-container-expand-left,.uk-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-xsmall,.uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-small,.uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-large,.uk-container-expand-right.uk-container-large {
        max-width: calc(50% + (1400px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-xlarge,.uk-container-expand-right.uk-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 40px)
    }

    .uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
        width: calc(100% + 40px)
    }

    .uk-container-item-padding-remove-left {
        margin-left: -40px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -40px
    }
}

.uk-tile {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    padding: 40px 15px
}

@media (min-width: 640px) {
    .uk-tile {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 960px) {
    .uk-tile {
        padding:70px 40px
    }
}

.uk-tile>:last-child {
    margin-bottom: 0
}

.uk-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.uk-tile-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.uk-tile-large {
    padding-top: 70px;
    padding-bottom: 70px
}

.uk-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width: 960px) {
    .uk-tile-large {
        padding-top:140px;
        padding-bottom: 140px
    }

    .uk-tile-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }
}

.uk-tile-default {
    background-color: #fff
}

.uk-tile-muted {
    background-color: #f8f8f8
}

.uk-tile-primary {
    background-color: #1e87f0
}

.uk-tile-secondary {
    background-color: #222
}

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out
}

.uk-card-body {
    display: flow-root;
    padding: 30px
}

.uk-card-footer,.uk-card-header {
    display: flow-root;
    padding: 15px 30px
}

@media (min-width: 1200px) {
    .uk-card-body {
        padding:40px
    }

    .uk-card-footer,.uk-card-header {
        padding: 20px 40px
    }
}

.uk-card-body>:last-child,.uk-card-footer>:last-child,.uk-card-header>:last-child {
    margin-bottom: 0
}

.uk-card-title {
    font-size: 1.5rem;
    line-height: 1.4
}

.uk-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    height: 22px;
    padding: 0 10px;
    background: #1e87f0;
    color: #fff;
    font-size: .875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 2px;
    text-transform: uppercase
}

.uk-card-badge:first-child+* {
    margin-top: 0
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-card-default {
    background-color: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.uk-card-default .uk-card-title {
    color: #333
}

.uk-card-default.uk-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-card-default .uk-card-header {
    border-bottom: 1px solid #e5e5e5
}

.uk-card-default .uk-card-footer {
    border-top: 1px solid #e5e5e5
}

.uk-card-primary {
    background-color: #1e87f0;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.uk-card-primary .uk-card-title {
    color: #fff
}

.uk-card-primary.uk-card-hover:hover {
    background-color: #1e87f0;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-card-secondary {
    background-color: #222;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.uk-card-secondary .uk-card-title {
    color: #fff
}

.uk-card-secondary.uk-card-hover:hover {
    background-color: #222;
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-card-small .uk-card-body,.uk-card-small.uk-card-body {
    padding: 20px
}

.uk-card-small .uk-card-footer,.uk-card-small .uk-card-header {
    padding: 13px 20px
}

.uk-card-body>.uk-nav-default {
    margin-left: -30px;
    margin-right: -30px
}

.uk-card-body>.uk-nav-default:only-child {
    margin-top: -15px;
    margin-bottom: -15px
}

.uk-card-body>.uk-nav-default .uk-nav-divider,.uk-card-body>.uk-nav-default .uk-nav-header,.uk-card-body>.uk-nav-default>li>a {
    padding-left: 30px;
    padding-right: 30px
}

.uk-card-body>.uk-nav-default .uk-nav-sub {
    padding-left: 45px
}

@media (min-width: 1200px) {
    .uk-card-large .uk-card-body,.uk-card-large.uk-card-body {
        padding:70px
    }

    .uk-card-large .uk-card-footer,.uk-card-large .uk-card-header {
        padding: 35px 70px
    }

    .uk-card-body>.uk-nav-default {
        margin-left: -40px;
        margin-right: -40px
    }

    .uk-card-body>.uk-nav-default:only-child {
        margin-top: -25px;
        margin-bottom: -25px
    }

    .uk-card-body>.uk-nav-default .uk-nav-divider,.uk-card-body>.uk-nav-default .uk-nav-header,.uk-card-body>.uk-nav-default>li>a {
        padding-left: 40px;
        padding-right: 40px
    }

    .uk-card-body>.uk-nav-default .uk-nav-sub {
        padding-left: 55px
    }
}

.uk-card-small>.uk-nav-default {
    margin-left: -20px;
    margin-right: -20px
}

.uk-card-small>.uk-nav-default:only-child {
    margin-top: -5px;
    margin-bottom: -5px
}

.uk-card-small>.uk-nav-default .uk-nav-divider,.uk-card-small>.uk-nav-default .uk-nav-header,.uk-card-small>.uk-nav-default>li>a {
    padding-left: 20px;
    padding-right: 20px
}

.uk-card-small>.uk-nav-default .uk-nav-sub {
    padding-left: 35px
}

@media (min-width: 1200px) {
    .uk-card-large>.uk-nav-default,.uk-card-large>.uk-nav-default:only-child {
        margin:0
    }

    .uk-card-large>.uk-nav-default .uk-nav-divider,.uk-card-large>.uk-nav-default .uk-nav-header,.uk-card-large>.uk-nav-default>li>a {
        padding-left: 0;
        padding-right: 0
    }

    .uk-card-large>.uk-nav-default .uk-nav-sub {
        padding-left: 15px
    }
}

.uk-close {
    color: #999;
    transition: .1s ease-in-out;
    transition-property: color,opacity
}

.uk-close:hover {
    color: #666
}

.uk-spinner>* {
    -webkit-animation: 1.4s linear infinite uk-spinner-rotate;
    animation: 1.4s linear infinite uk-spinner-rotate
}

@-webkit-keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(270deg)
    }
}

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(270deg)
    }
}

.uk-spinner>*>* {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: 1.4s ease-in-out infinite uk-spinner-dash;
    animation: 1.4s ease-in-out infinite uk-spinner-dash;
    stroke-width: 1;
    stroke-linecap: round
}

@-webkit-keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

.uk-totop {
    padding: 5px;
    color: #999;
    transition: color .1s ease-in-out
}

.uk-totop:hover {
    color: #666
}

.uk-totop:active {
    color: #333
}

.uk-marker {
    padding: 5px;
    background: #222;
    color: #fff;
    border-radius: 500px
}

.uk-marker:hover {
    color: #fff
}

.uk-alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #f8f8f8;
    color: #666
}

*+.uk-alert {
    margin-top: 20px
}

.uk-alert>:last-child {
    margin-bottom: 0
}

.uk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: .4
}

.uk-alert-close:first-child+* {
    margin-top: 0
}

.uk-alert-close:hover {
    color: inherit;
    opacity: .8
}

.uk-alert-primary {
    background: #d8eafc;
    color: #1e87f0
}

.uk-alert-success {
    background: #edfbf6;
    color: #32d296
}

.uk-alert-warning {
    background: #fff6ee;
    color: #faa05a
}

.uk-alert-danger {
    background: #fef4f6;
    color: #f0506e
}

.uk-alert h1,.uk-alert h2,.uk-alert h3,.uk-alert h4,.uk-alert h5,.uk-alert h6 {
    color: inherit
}

.uk-alert a:not([class]),.uk-alert a:not([class]):hover {
    color: inherit;
    text-decoration: underline
}

.uk-placeholder {
    margin-bottom: 20px;
    padding: 30px;
    background: 0 0;
    border: 1px dashed #e5e5e5
}

*+.uk-placeholder {
    margin-top: 20px
}

.uk-placeholder>:last-child {
    margin-bottom: 0
}

.uk-badge {
    box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #1e87f0;
    color: #fff!important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0
}

.uk-badge:hover {
    text-decoration: none
}

.uk-label {
    display: inline-block;
    padding: 0 10px;
    background: #1e87f0;
    line-height: 1.5;
    font-size: .875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: uppercase
}

.uk-label-success {
    background-color: #32d296;
    color: #fff
}

.uk-label-warning {
    background-color: #faa05a;
    color: #fff
}

.uk-label-danger {
    background-color: #f0506e;
    color: #fff
}

.uk-overlay {
    padding: 30px
}

.uk-overlay>:last-child {
    margin-bottom: 0
}

.uk-overlay-default {
    background: rgba(255,255,255,.8)
}

.uk-overlay-primary {
    background: rgba(34,34,34,.8)
}

.uk-article {
    display: flow-root
}

.uk-article>:last-child {
    margin-bottom: 0
}

.uk-article+.uk-article {
    margin-top: 70px
}

.uk-article-title {
    font-size: 2.23125rem;
    line-height: 1.2
}

@media (min-width: 960px) {
    .uk-article-title {
        font-size:2.625rem
    }
}

.uk-article-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.uk-article-meta a {
    color: #999
}

.uk-article-meta a:hover {
    color: #666;
    text-decoration: none
}

.uk-comment-body {
    display: flow-root;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.uk-comment-header {
    display: flow-root;
    margin-bottom: 20px
}

.uk-comment-body>:last-child,.uk-comment-header>:last-child {
    margin-bottom: 0
}

.uk-comment-title {
    font-size: 1.25rem;
    line-height: 1.4
}

.uk-comment-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.uk-comment-list {
    padding: 0;
    list-style: none
}

.uk-comment-list>:nth-child(n+2) {
    margin-top: 70px
}

.uk-comment-list .uk-comment~ul {
    margin: 70px 0 0;
    padding-left: 30px;
    list-style: none
}

.uk-comment-list .uk-comment~ul>:nth-child(n+2) {
    margin-top: 70px
}

.uk-comment-primary {
    padding: 30px;
    background-color: #f8f8f8
}

.uk-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0
}

.uk-search-input::-webkit-search-cancel-button,.uk-search-input::-webkit-search-decoration {
    -webkit-appearance: none
}

.uk-search-input::-moz-placeholder {
    opacity: 1;
    color: #999
}

.uk-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #666
}

.uk-search-input:focus {
    outline: 0
}

.uk-search-input::-webkit-input-placeholder {
    color: #999
}

.uk-search-input::-ms-input-placeholder {
    color: #999
}

.uk-search-input::placeholder {
    color: #999
}

.uk-search .uk-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

.uk-search .uk-search-icon:hover {
    color: #999
}

.uk-search .uk-search-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.uk-search .uk-search-icon-flip {
    right: 0;
    left: auto
}

.uk-search-default {
    width: 240px
}

.uk-search-default .uk-search-input {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: 0 0;
    border: 1px solid #e5e5e5
}

.uk-search-default .uk-search-input:focus {
    background-color: rgba(0,0,0,0);
    border-color: #1e87f0
}

.uk-search-default .uk-search-icon {
    width: 40px
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
    padding-left: 40px
}

.uk-search-default .uk-search-icon-flip~.uk-search-input {
    padding-right: 40px
}

.uk-search-navbar {
    width: 400px
}

.uk-search-navbar .uk-search-input {
    height: 40px;
    background: 0 0;
    font-size: 1.5rem
}

.uk-search-navbar .uk-search-icon {
    width: 40px
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
    padding-left: 40px
}

.uk-search-navbar .uk-search-icon-flip~.uk-search-input {
    padding-right: 40px
}

.uk-search-large {
    width: 500px
}

.uk-search-large .uk-search-input {
    height: 80px;
    background: 0 0;
    font-size: 2.625rem
}

.uk-search-large .uk-search-icon {
    width: 80px
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
    padding-left: 80px
}

.uk-search-large .uk-search-icon-flip~.uk-search-input {
    padding-right: 80px
}

.uk-search-toggle {
    color: #999
}

.uk-search-toggle:hover {
    color: #666
}

.uk-accordion {
    padding: 0;
    list-style: none
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 20px
}

.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden
}

.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-open>.uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-accordion-title:hover {
    color: #666;
    text-decoration: none
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 20px
}

.uk-accordion-content>:last-child {
    margin-bottom: 0
}

.uk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 20px;
    --uk-position-viewport-offset: 10;
    box-sizing: border-box;
    width: 300px
}

.uk-drop.uk-open {
    display: block
}

.uk-drop-stack .uk-drop-grid>* {
    width: 100%!important
}

.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 10;
    box-sizing: border-box;
    min-width: 200px;
    max-width: 100vw;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15)
}

.uk-dropdown.uk-open {
    display: block
}

.uk-dropdown-nav {
    font-size: .875rem
}

.uk-dropdown-nav>li>a {
    color: #999
}

.uk-dropdown-nav>li.uk-active>a,.uk-dropdown-nav>li>a:hover {
    color: #666
}

.uk-dropdown-nav .uk-nav-subtitle {
    font-size: 12px
}

.uk-dropdown-nav .uk-nav-header {
    color: #333
}

.uk-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.uk-dropdown-nav .uk-nav-sub a {
    color: #999
}

.uk-dropdown-nav .uk-nav-sub a:hover,.uk-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #666
}

.uk-dropdown-stack .uk-dropdown-grid>* {
    width: 100%!important
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .15s linear
}

@media (min-width: 640px) {
    .uk-modal {
        padding:50px 30px
    }
}

@media (min-width: 960px) {
    .uk-comment-list .uk-comment~ul {
        padding-left:100px
    }

    .uk-modal {
        padding-left: 40px;
        padding-right: 40px
    }
}

.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: 100%!important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity,transform
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px
}

.uk-modal-full {
    padding: 0;
    background: 0 0
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0)
}

.uk-modal-body {
    display: flow-root;
    padding: 30px
}

.uk-modal-header {
    display: flow-root;
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.uk-modal-footer {
    display: flow-root;
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #e5e5e5
}

.uk-modal-body>:last-child,.uk-modal-footer>:last-child,.uk-modal-header>:last-child {
    margin-bottom: 0
}

.uk-modal-title {
    font-size: 2rem;
    line-height: 1.3
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
}

[class*=uk-modal-close-]:first-child+* {
    margin-top: 0
}

.uk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0,-100%);
    color: #fff
}

.uk-modal-close-outside:hover {
    color: #fff
}

.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
    touch-action: pan-y
}

.uk-slideshow-items>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform,opacity
}

.uk-slideshow-items>:not(.uk-active) {
    display: none
}

.uk-slider {
    -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
    overflow: hidden
}

.uk-slider-container-offset {
    margin: -11px -25px -39px;
    padding: 11px 25px 39px
}

.uk-slider-items {
    will-change: transform;
    position: relative;
    touch-action: pan-y
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap
}

.uk-slider-items>* {
    flex: none;
    max-width: 100%;
    position: relative
}

.uk-sticky {
    position: relative;
    box-sizing: border-box
}

.uk-sticky-fixed {
    z-index: 980;
    margin: 0!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.uk-sticky.uk-animation-reverse,.uk-sticky[class*=uk-animation-] {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px
}

@media (min-width: 960px) {
    .uk-modal-close-outside {
        right:0;
        transform: translate(100%,-100%)
    }

    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px
    }

    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px
    }
}

.uk-open>.uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-open>.uk-offcanvas-reveal {
    width: 270px
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 5px;
    right: 5px;
    padding: 5px
}

.uk-offcanvas-close:first-child+* {
    margin-top: 0
}

.uk-offcanvas-overlay {
    width: 100vw;
    touch-action: none
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1
}

.uk-offcanvas-container,.uk-offcanvas-page {
    overflow-x: hidden
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px
}

@media (min-width: 960px) {
    .uk-open>.uk-offcanvas-reveal {
        width:350px
    }

    .uk-offcanvas-close {
        top: 20px;
        right: 20px
    }

    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px
    }
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-switcher>:not(.uk-active) {
    display: none
}

.uk-switcher>*>:last-child {
    margin-bottom: 0
}

.uk-leader {
    overflow: hidden
}

.uk-leader-fill::after {
    display: inline-block;
    margin-left: 15px;
    width: 0;
    content: attr(data-fill);
    white-space: nowrap
}

.uk-leader-fill.uk-leader-hide::after {
    display: none
}

.uk-notification {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px
}

.uk-notification-bottom-right,.uk-notification-top-right {
    left: auto;
    right: 10px
}

.uk-notification-bottom-center,.uk-notification-top-center {
    left: 50%;
    margin-left: -175px
}

.uk-notification-bottom-center,.uk-notification-bottom-left,.uk-notification-bottom-right {
    top: auto;
    bottom: 10px
}

@media (max-width: 639px) {
    .uk-notification {
        left:10px;
        right: 10px;
        width: auto;
        margin: 0
    }
}

.uk-notification-message {
    position: relative;
    padding: 15px;
    background: #f8f8f8;
    color: #666;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer
}

*+.uk-notification-message {
    margin-top: 10px
}

.uk-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px
}

.uk-notification-message:hover .uk-notification-close {
    display: block
}

.uk-notification-message-primary {
    color: #1e87f0
}

.uk-notification-message-success {
    color: #32d296
}

.uk-notification-message-warning {
    color: #faa05a
}

.uk-notification-message-danger {
    color: #f0506e
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 10;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px
}

.uk-tooltip.uk-active {
    display: block
}

.uk-sortable {
    position: relative
}

.uk-sortable>:last-child {
    margin-bottom: 0
}

.uk-sortable-drag {
    position: fixed!important;
    z-index: 1050!important;
    pointer-events: none
}

.uk-sortable-placeholder {
    opacity: 0;
    pointer-events: none
}

.uk-sortable-empty {
    min-height: 50px
}

.uk-sortable-handle:hover {
    cursor: move
}

.uk-countdown-number {
    font-variant-numeric: tabular-nums;
    font-size: 2rem;
    line-height: .8
}

@media (min-width: 640px) {
    .uk-countdown-number {
        font-size:4rem
    }
}

@media (min-width: 960px) {
    .uk-countdown-number {
        font-size:6rem
    }
}

.uk-countdown-separator {
    font-size: 1rem;
    line-height: 1.6
}

@media (min-width: 640px) {
    .uk-countdown-separator {
        font-size:2rem
    }
}

@media (min-width: 960px) {
    .uk-countdown-separator {
        font-size:3rem
    }
}

.uk-grid>* {
    margin: 0
}

.uk-grid>*>:last-child {
    margin-bottom: 0
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
    padding: 0;
    list-style: none
}

.uk-grid>* {
    padding-left: 30px
}

*+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin {
    margin-top: 30px
}

@media (min-width: 1200px) {
    .uk-grid {
        margin-left:-40px
    }

    .uk-grid>* {
        padding-left: 40px
    }

    *+.uk-grid-margin,.uk-grid+.uk-grid,.uk-grid>.uk-grid-margin {
        margin-top: 40px
    }
}

.uk-grid-column-small,.uk-grid-small {
    margin-left: -15px
}

.uk-grid-column-small>*,.uk-grid-small>* {
    padding-left: 15px
}

*+.uk-grid-margin-small,.uk-grid+.uk-grid-row-small,.uk-grid+.uk-grid-small,.uk-grid-row-small>.uk-grid-margin,.uk-grid-small>.uk-grid-margin {
    margin-top: 15px
}

.uk-grid-column-medium,.uk-grid-medium {
    margin-left: -30px
}

.uk-grid-column-medium>*,.uk-grid-medium>* {
    padding-left: 30px
}

*+.uk-grid-margin-medium,.uk-grid+.uk-grid-medium,.uk-grid+.uk-grid-row-medium,.uk-grid-medium>.uk-grid-margin,.uk-grid-row-medium>.uk-grid-margin {
    margin-top: 30px
}

.uk-grid-column-large,.uk-grid-large {
    margin-left: -40px
}

.uk-grid-column-large>*,.uk-grid-large>* {
    padding-left: 40px
}

*+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin {
    margin-top: 40px
}

@media (min-width: 1200px) {
    .uk-grid-column-large,.uk-grid-large {
        margin-left:-70px
    }

    .uk-grid-column-large>*,.uk-grid-large>* {
        padding-left: 70px
    }

    *+.uk-grid-margin-large,.uk-grid+.uk-grid-large,.uk-grid+.uk-grid-row-large,.uk-grid-large>.uk-grid-margin,.uk-grid-row-large>.uk-grid-margin {
        margin-top: 70px
    }
}

.uk-grid-collapse,.uk-grid-column-collapse {
    margin-left: 0
}

.uk-grid-collapse>*,.uk-grid-column-collapse>* {
    padding-left: 0
}

.uk-grid+.uk-grid-collapse,.uk-grid+.uk-grid-row-collapse,.uk-grid-collapse>.uk-grid-margin,.uk-grid-row-collapse>.uk-grid-margin {
    margin-top: 0
}

.uk-grid-divider>* {
    position: relative;
    padding-left: 60px
}

.uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
    left: 30px
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    right: 0;
    border-top: 1px solid #e5e5e5;
    top: -30px;
    left: 60px
}

.uk-grid-divider {
    margin-left: -60px
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin {
    margin-top: 60px
}

@media (min-width: 1200px) {
    .uk-grid-divider {
        margin-left:-80px
    }

    .uk-grid-divider>* {
        padding-left: 80px
    }

    .uk-grid-divider>:not(.uk-first-column)::before {
        left: 40px
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
        margin-top: 80px
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
        top: -40px;
        left: 80px
    }
}

.uk-grid-divider.uk-grid-column-small,.uk-grid-divider.uk-grid-small {
    margin-left: -30px
}

.uk-grid-divider.uk-grid-column-small>*,.uk-grid-divider.uk-grid-small>* {
    padding-left: 30px
}

.uk-grid-divider.uk-grid-column-small>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-small>:not(.uk-first-column)::before {
    left: 15px
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin {
    margin-top: 30px
}

.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin::before {
    top: -15px;
    left: 30px
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before {
    top: -15px
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before {
    left: 30px
}

.uk-grid-divider.uk-grid-column-medium,.uk-grid-divider.uk-grid-medium {
    margin-left: -60px
}

.uk-grid-divider.uk-grid-column-medium>*,.uk-grid-divider.uk-grid-medium>* {
    padding-left: 60px
}

.uk-grid-divider.uk-grid-column-medium>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-medium>:not(.uk-first-column)::before {
    left: 30px
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
    margin-top: 60px
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before {
    top: -30px;
    left: 60px
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before {
    top: -30px
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before {
    left: 60px
}

.uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large {
    margin-left: -80px
}

.uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>* {
    padding-left: 80px
}

.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before {
    left: 40px
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 80px
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
    top: -40px;
    left: 80px
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
    top: -40px
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
    left: 80px
}

@media (min-width: 1200px) {
    .uk-grid-divider.uk-grid-column-large,.uk-grid-divider.uk-grid-large {
        margin-left:-140px
    }

    .uk-grid-divider.uk-grid-column-large>*,.uk-grid-divider.uk-grid-large>* {
        padding-left: 140px
    }

    .uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before,.uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before {
        left: 70px
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
        margin-top: 140px
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
        top: -70px;
        left: 140px
    }

    .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
        top: -70px
    }

    .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
        left: 140px
    }
}

.uk-grid-item-match,.uk-grid-match>* {
    display: flex;
    flex-wrap: wrap
}

.uk-grid-item-match>:not([class*=uk-width]),.uk-grid-match>*>:not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto
}

.uk-nav,.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-nav li>a {
    display: flex;
    align-items: center;
    -moz-column-gap: .25em;
    column-gap: .25em;
    text-decoration: none
}

.uk-nav>li>a {
    padding: 5px 0
}

ul.uk-nav-sub {
    padding: 5px 0 5px 15px
}

.uk-nav-sub ul {
    padding-left: 15px
}

.uk-nav-sub a {
    padding: 2px 0
}

.uk-nav-parent-icon>.uk-parent>a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-left: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: .875rem
}

.uk-nav-header:not(:first-child) {
    margin-top: 20px
}

.uk-nav .uk-nav-divider {
    margin: 5px 0
}

.uk-nav-default {
    font-size: .875rem
}

.uk-nav-default>li>a {
    color: #999
}

.uk-nav-default>li>a:hover {
    color: #666
}

.uk-nav-default>li.uk-active>a {
    color: #333
}

.uk-nav-default .uk-nav-subtitle {
    font-size: 12px
}

.uk-nav-default .uk-nav-header {
    color: #333
}

.uk-nav-default .uk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.uk-nav-default .uk-nav-sub a {
    color: #999
}

.uk-nav-default .uk-nav-sub a:hover {
    color: #666
}

.uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #333
}

.uk-nav-primary>li>a {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #999
}

.uk-nav-primary>li>a:hover {
    color: #666
}

.uk-nav-primary>li.uk-active>a {
    color: #333
}

.uk-nav-primary .uk-nav-subtitle {
    font-size: 1.25rem
}

.uk-nav-primary .uk-nav-header {
    color: #333
}

.uk-nav-primary .uk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.uk-nav-primary .uk-nav-sub a {
    color: #999
}

.uk-nav-primary .uk-nav-sub a:hover {
    color: #666
}

.uk-nav-primary .uk-nav-sub li.uk-active>a {
    color: #333
}

.uk-nav-center {
    text-align: center
}

.uk-nav-center li>a {
    justify-content: center
}

.uk-nav-center .uk-nav-sub,.uk-nav-center .uk-nav-sub ul {
    padding-left: 0
}

.uk-nav-center.uk-nav-parent-icon>.uk-parent>a::after {
    margin-left: 0
}

.uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider) {
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid #e5e5e5
}

.uk-navbar {
    display: flex;
    position: relative
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #f8f8f8
}

.uk-navbar-center,.uk-navbar-center-left>*,.uk-navbar-center-right>*,.uk-navbar-left,.uk-navbar-right {
    display: flex;
    align-items: center
}

.uk-navbar-right {
    margin-left: auto
}

.uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.uk-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box;
    z-index: 990
}

.uk-navbar-center-left,.uk-navbar-center-right {
    position: absolute;
    top: 0
}

.uk-navbar-center-left {
    right: 100%
}

.uk-navbar-center-right {
    left: 100%
}

[class*=uk-navbar-center-] {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box
}

.uk-navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-navbar-center:only-child,.uk-navbar-left,.uk-navbar-right {
    flex-wrap: wrap
}

.uk-navbar-item,.uk-navbar-nav>li>a,.uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: .25em;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-decoration: none
}

.uk-navbar-nav>li>a {
    color: #999;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a[aria-expanded=true] {
    color: #666
}

.uk-navbar-nav>li.uk-active>a,.uk-navbar-nav>li>a:active {
    color: #333
}

.uk-navbar-item {
    color: #666
}

.uk-navbar-item>:last-child {
    margin-bottom: 0
}

.uk-navbar-toggle {
    color: #999
}

.uk-navbar-toggle:hover,.uk-navbar-toggle[aria-expanded=true] {
    color: #666;
    text-decoration: none
}

.uk-navbar-subtitle {
    font-size: .875rem
}

.uk-navbar-justify .uk-navbar-item,.uk-navbar-justify .uk-navbar-left,.uk-navbar-justify .uk-navbar-nav,.uk-navbar-justify .uk-navbar-nav>li,.uk-navbar-justify .uk-navbar-right,.uk-navbar-justify .uk-navbar-toggle {
    flex-grow: 1
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 15px;
    --uk-position-viewport-offset: 10;
    box-sizing: border-box;
    width: 200px;
    max-width: 100vw;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15)
}

.uk-navbar-dropdown.uk-open {
    display: block
}

.uk-navbar-dropdown-grid {
    margin-left: -50px
}

.uk-navbar-dropdown-grid>* {
    padding-left: 50px
}

.uk-navbar-dropdown-grid>.uk-grid-margin {
    margin-top: 50px
}

.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid>* {
    width: 100%!important
}

.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
    width: 400px
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
    width: 600px
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
    width: 800px
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
    width: 1000px
}

.uk-navbar-dropdown-dropbar {
    --uk-position-offset: 0px;
    --uk-position-viewport-offset: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none
}

.uk-navbar-dropdown-nav {
    font-size: .875rem
}

.uk-navbar-dropdown-nav>li>a {
    color: #999
}

.uk-navbar-dropdown-nav>li>a:hover {
    color: #666
}

.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #333
}

.uk-navbar-dropdown-nav .uk-nav-subtitle {
    font-size: 12px
}

.uk-navbar-dropdown-nav .uk-nav-header {
    color: #333
}

.uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.uk-navbar-dropdown-nav .uk-nav-sub a {
    color: #999
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
    color: #666
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #333
}

.uk-navbar-dropbar {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 7px rgba(0,0,0,.05)
}

.uk-container>:not(.uk-navbar-justified)>.uk-navbar-left .uk-navbar-item:first-child,.uk-container>:not(.uk-navbar-justified)>.uk-navbar-left .uk-navbar-nav:first-child,.uk-container>:not(.uk-navbar-justified)>.uk-navbar-left .uk-navbar-toggle:first-child {
    margin-left: -15px
}

.uk-container>:not(.uk-navbar-justified)>.uk-navbar-right .uk-navbar-item:last-child,.uk-container>:not(.uk-navbar-justified)>.uk-navbar-right .uk-navbar-nav:last-child,.uk-container>:not(.uk-navbar-justified)>.uk-navbar-right .uk-navbar-toggle:last-child {
    margin-right: -15px
}

.uk-navbar-dropdown-grid>* {
    position: relative
}

.uk-navbar-dropdown-grid>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    border-left: 1px solid #e5e5e5
}

.uk-navbar-dropdown-grid.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

.uk-subnav>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.uk-subnav>*>:first-child {
    display: flex;
    align-items: center;
    -moz-column-gap: .25em;
    column-gap: .25em;
    color: #999;
    font-size: .875rem;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

.uk-subnav>*>a:hover {
    color: #666;
    text-decoration: none
}

.uk-subnav>.uk-active>a {
    color: #333
}

.uk-subnav-divider {
    margin-left: -41px
}

.uk-subnav-divider>* {
    display: flex;
    align-items: center
}

.uk-subnav-divider>::before {
    content: "";
    height: 1.5em;
    margin-left: 0;
    margin-right: 20px;
    border-left: 1px solid transparent
}

.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: #e5e5e5
}

.uk-subnav-pill>*>:first-child {
    padding: 5px 10px;
    background: 0 0;
    color: #999
}

.uk-subnav-pill>*>a:active,.uk-subnav-pill>*>a:hover {
    background-color: #f8f8f8;
    color: #666
}

.uk-subnav-pill>.uk-active>a {
    background-color: #1e87f0;
    color: #fff
}

.uk-subnav>.uk-disabled>a {
    color: #999
}

.uk-breadcrumb {
    padding: 0;
    list-style: none
}

.uk-breadcrumb>* {
    display: contents
}

.uk-breadcrumb>*>* {
    font-size: .875rem;
    color: #999
}

.uk-breadcrumb>*>:hover {
    color: #666;
    text-decoration: none
}

.uk-breadcrumb>:last-child>a:not([href]),.uk-breadcrumb>:last-child>span {
    color: #666
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px 0 calc(20px - 4px);
    font-size: .875rem;
    color: #999
}

.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0;
    list-style: none
}

.uk-pagination>* {
    flex: none;
    padding-left: 0;
    position: relative
}

.uk-pagination>*>* {
    display: block;
    padding: 5px 10px;
    color: #999;
    transition: color .1s ease-in-out
}

.uk-pagination>*>:hover {
    color: #666;
    text-decoration: none
}

.uk-pagination>.uk-active>* {
    color: #666
}

.uk-pagination>.uk-disabled>* {
    color: #999
}

.uk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5
}

.uk-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.uk-tab>*>a {
    display: flex;
    align-items: center;
    -moz-column-gap: .25em;
    column-gap: .25em;
    justify-content: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out
}

.uk-tab>*>a:hover {
    color: #666;
    text-decoration: none
}

.uk-tab>.uk-active>a {
    color: #333;
    border-color: #1e87f0
}

.uk-tab>.uk-disabled>a {
    color: #999
}

.uk-tab-bottom::before {
    top: 0;
    bottom: auto
}

.uk-tab-bottom>*>a {
    border-top: 1px solid transparent;
    border-bottom: none
}

.uk-tab-left,.uk-tab-right {
    flex-direction: column;
    margin-left: 0
}

.uk-tab-left>*,.uk-tab-right>* {
    padding-left: 0
}

.uk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: none
}

.uk-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid #e5e5e5;
    border-bottom: none
}

.uk-tab-left>*>a {
    justify-content: left;
    border-right: 1px solid transparent;
    border-bottom: none
}

.uk-tab-right>*>a {
    justify-content: left;
    border-left: 1px solid transparent;
    border-bottom: none
}

.uk-tab .uk-dropdown {
    margin-left: 30px
}

.uk-slidenav {
    padding: 5px 10px;
    color: rgba(102,102,102,.5);
    transition: color .1s ease-in-out
}

.uk-slidenav:hover {
    color: rgba(102,102,102,.9)
}

.uk-slidenav:active {
    color: rgba(102,102,102,.5)
}

.uk-slidenav-large {
    padding: 10px
}

.uk-slidenav-container {
    display: flex
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -12px;
    padding: 0;
    list-style: none
}

.uk-dotnav>* {
    flex: none;
    padding-left: 12px
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102,102,102,.4);
    transition: .2s ease-in-out;
    transition-property: background-color,border-color
}

.uk-dotnav>*>:hover {
    background-color: rgba(102,102,102,.6);
    border-color: transparent
}

.uk-dotnav>*>:active {
    background-color: rgba(102,102,102,.2);
    border-color: transparent
}

.uk-dotnav>.uk-active>* {
    background-color: rgba(102,102,102,.6);
    border-color: transparent
}

.uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

.uk-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 12px
}

.uk-thumbnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    padding: 0;
    list-style: none
}

.uk-thumbnav>* {
    padding-left: 15px
}

.uk-thumbnav>*>* {
    display: inline-block;
    position: relative
}

.uk-thumbnav>*>::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.4);
    transition: background-color .1s ease-in-out
}

.uk-thumbnav>*>:hover::after,.uk-thumbnav>.uk-active>::after {
    background-color: transparent
}

.uk-thumbnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -15px
}

.uk-thumbnav-vertical>* {
    padding-left: 0;
    padding-top: 15px
}

.uk-iconnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none
}

.uk-iconnav>* {
    padding-left: 10px
}

.uk-iconnav>*>a {
    display: flex;
    align-items: center;
    -moz-column-gap: .25em;
    column-gap: .25em;
    line-height: 0;
    color: #999;
    text-decoration: none;
    font-size: .875rem;
    transition: .1s ease-in-out;
    transition-property: color,background-color
}

.uk-iconnav>*>a:hover,.uk-iconnav>.uk-active>a {
    color: #666
}

.uk-iconnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px
}

.uk-iconnav-vertical>* {
    padding-left: 0;
    padding-top: 10px
}

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1
}

.uk-lightbox :focus {
    outline-color: rgba(255,255,255,.7)
}

.uk-lightbox :focus-visible {
    outline-color: rgba(255,255,255,.7)
}

.uk-lightbox-page {
    overflow: hidden
}

.uk-lightbox-items>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,.7);
    will-change: transform,opacity
}

.uk-lightbox-items>*>* {
    max-width: 100vw;
    max-height: 100vh
}

.uk-lightbox-items>*>:not(iframe) {
    width: auto;
    height: auto
}

.uk-lightbox-items>.uk-active {
    display: flex
}

.uk-lightbox-toolbar {
    padding: 10px;
    background: rgba(0,0,0,.3);
    color: rgba(255,255,255,.7)
}

.uk-lightbox-toolbar>* {
    color: rgba(255,255,255,.7)
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255,255,255,.7)
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff
}

.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.3);
    color: rgba(255,255,255,.7);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.uk-lightbox-button:hover {
    color: #fff
}

.uk-lightbox-caption:empty {
    display: none
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%
}

[class*=uk-animation-] {
    -webkit-animation: .5s ease-out both;
    animation: .5s ease-out both
}

.uk-animation-fade {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.uk-animation-scale-up {
    -webkit-animation-name: uk-fade,uk-scale-up;
    animation-name: uk-fade,uk-scale-up
}

.uk-animation-scale-down {
    -webkit-animation-name: uk-fade,uk-scale-down;
    animation-name: uk-fade,uk-scale-down
}

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade,uk-slide-top;
    animation-name: uk-fade,uk-slide-top
}

.uk-animation-slide-bottom {
    -webkit-animation-name: uk-fade,uk-slide-bottom;
    animation-name: uk-fade,uk-slide-bottom
}

.uk-animation-slide-left {
    -webkit-animation-name: uk-fade,uk-slide-left;
    animation-name: uk-fade,uk-slide-left
}

.uk-animation-slide-right {
    -webkit-animation-name: uk-fade,uk-slide-right;
    animation-name: uk-fade,uk-slide-right
}

.uk-animation-slide-top-small {
    -webkit-animation-name: uk-fade,uk-slide-top-small;
    animation-name: uk-fade,uk-slide-top-small
}

.uk-animation-slide-bottom-small {
    -webkit-animation-name: uk-fade,uk-slide-bottom-small;
    animation-name: uk-fade,uk-slide-bottom-small
}

.uk-animation-slide-left-small {
    -webkit-animation-name: uk-fade,uk-slide-left-small;
    animation-name: uk-fade,uk-slide-left-small
}

.uk-animation-slide-right-small {
    -webkit-animation-name: uk-fade,uk-slide-right-small;
    animation-name: uk-fade,uk-slide-right-small
}

.uk-animation-slide-top-medium {
    -webkit-animation-name: uk-fade,uk-slide-top-medium;
    animation-name: uk-fade,uk-slide-top-medium
}

.uk-animation-slide-bottom-medium {
    -webkit-animation-name: uk-fade,uk-slide-bottom-medium;
    animation-name: uk-fade,uk-slide-bottom-medium
}

.uk-animation-slide-left-medium {
    -webkit-animation-name: uk-fade,uk-slide-left-medium;
    animation-name: uk-fade,uk-slide-left-medium
}

.uk-animation-slide-right-medium {
    -webkit-animation-name: uk-fade,uk-slide-right-medium;
    animation-name: uk-fade,uk-slide-right-medium
}

.uk-animation-kenburns {
    -webkit-animation-name: uk-kenburns;
    animation-name: uk-kenburns;
    -webkit-animation-duration: 15s;
    animation-duration: 15s
}

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake
}

.uk-animation-stroke {
    -webkit-animation-name: uk-stroke;
    animation-name: uk-stroke;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    stroke-dasharray: var(--uk-animation-stroke)
}

.uk-animation-reverse {
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.uk-animation-fast {
    -webkit-animation-duration: .1s;
    animation-duration: .1s
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    -webkit-animation-name: none;
    animation-name: none
}

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes uk-scale-up {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes uk-scale-up {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes uk-scale-down {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes uk-scale-down {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes uk-slide-top {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-top {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-slide-bottom {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-slide-left {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-slide-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-slide-bottom-small {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom-small {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-slide-left-small {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-left-small {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-slide-right-small {
    0% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right-small {
    0% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-slide-top-medium {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-top-medium {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-slide-bottom-medium {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes uk-slide-bottom-medium {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-slide-left-medium {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-left-medium {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-slide-right-medium {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes uk-slide-right-medium {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes uk-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes uk-shake {
    0%,100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes uk-shake {
    0%,100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@-webkit-keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%
}

.uk-child-width-1-2>* {
    width: 50%
}

.uk-child-width-1-3>* {
    width: calc(100% * 1 / 3.001)
}

.uk-child-width-1-4>* {
    width: 25%
}

.uk-child-width-1-5>* {
    width: 20%
}

.uk-child-width-1-6>* {
    width: calc(100% * 1 / 6.001)
}

.uk-child-width-auto>* {
    width: auto
}

.uk-child-width-expand>:not([class*=uk-width]) {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .uk-child-width-1-1\@s>* {
        width:100%
    }

    .uk-child-width-1-2\@s>* {
        width: 50%
    }

    .uk-child-width-1-3\@s>* {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@s>* {
        width: 25%
    }

    .uk-child-width-1-5\@s>* {
        width: 20%
    }

    .uk-child-width-1-6\@s>* {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@s>* {
        width: auto
    }

    .uk-child-width-expand\@s>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-child-width-1-1\@m>* {
        width:100%
    }

    .uk-child-width-1-2\@m>* {
        width: 50%
    }

    .uk-child-width-1-3\@m>* {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@m>* {
        width: 25%
    }

    .uk-child-width-1-5\@m>* {
        width: 20%
    }

    .uk-child-width-1-6\@m>* {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@m>* {
        width: auto
    }

    .uk-child-width-expand\@m>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-child-width-1-1\@l>* {
        width:100%
    }

    .uk-child-width-1-2\@l>* {
        width: 50%
    }

    .uk-child-width-1-3\@l>* {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@l>* {
        width: 25%
    }

    .uk-child-width-1-5\@l>* {
        width: 20%
    }

    .uk-child-width-1-6\@l>* {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@l>* {
        width: auto
    }

    .uk-child-width-expand\@l>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-child-width-1-1\@xl>* {
        width:100%
    }

    .uk-child-width-1-2\@xl>* {
        width: 50%
    }

    .uk-child-width-1-3\@xl>* {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@xl>* {
        width: 25%
    }

    .uk-child-width-1-5\@xl>* {
        width: 20%
    }

    .uk-child-width-1-6\@xl>* {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@xl>* {
        width: auto
    }

    .uk-child-width-expand\@xl>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.uk-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.uk-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.uk-width-small {
    width: 150px
}

.uk-width-medium {
    width: 300px
}

.uk-width-large {
    width: 450px
}

.uk-width-xlarge {
    width: 600px
}

.uk-width-2xlarge {
    width: 750px
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .uk-width-1-1\@s {
        width:100%
    }

    .uk-width-1-2\@s {
        width: 50%
    }

    .uk-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@s {
        width: 25%
    }

    .uk-width-3-4\@s {
        width: 75%
    }

    .uk-width-1-5\@s {
        width: 20%
    }

    .uk-width-2-5\@s {
        width: 40%
    }

    .uk-width-3-5\@s {
        width: 60%
    }

    .uk-width-4-5\@s {
        width: 80%
    }

    .uk-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@s {
        width: 150px
    }

    .uk-width-medium\@s {
        width: 300px
    }

    .uk-width-large\@s {
        width: 450px
    }

    .uk-width-xlarge\@s {
        width: 600px
    }

    .uk-width-2xlarge\@s {
        width: 750px
    }

    .uk-width-auto\@s {
        width: auto
    }

    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-width-1-1\@m {
        width:100%
    }

    .uk-width-1-2\@m {
        width: 50%
    }

    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@m {
        width: 150px
    }

    .uk-width-medium\@m {
        width: 300px
    }

    .uk-width-large\@m {
        width: 450px
    }

    .uk-width-xlarge\@m {
        width: 600px
    }

    .uk-width-2xlarge\@m {
        width: 750px
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-width-1-1\@l {
        width:100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@l {
        width: 150px
    }

    .uk-width-medium\@l {
        width: 300px
    }

    .uk-width-large\@l {
        width: 450px
    }

    .uk-width-xlarge\@l {
        width: 600px
    }

    .uk-width-2xlarge\@l {
        width: 750px
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-width-1-1\@xl {
        width:100%
    }

    .uk-width-1-2\@xl {
        width: 50%
    }

    .uk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@xl {
        width: 25%
    }

    .uk-width-3-4\@xl {
        width: 75%
    }

    .uk-width-1-5\@xl {
        width: 20%
    }

    .uk-width-2-5\@xl {
        width: 40%
    }

    .uk-width-3-5\@xl {
        width: 60%
    }

    .uk-width-4-5\@xl {
        width: 80%
    }

    .uk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@xl {
        width: 150px
    }

    .uk-width-medium\@xl {
        width: 300px
    }

    .uk-width-large\@xl {
        width: 450px
    }

    .uk-width-xlarge\@xl {
        width: 600px
    }

    .uk-width-2xlarge\@xl {
        width: 750px
    }

    .uk-width-auto\@xl {
        width: auto
    }

    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

.uk-width-max-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.uk-width-min-content {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

[class*=uk-height] {
    box-sizing: border-box
}

.uk-height-1-1 {
    height: 100%
}

.uk-height-viewport {
    min-height: 100vh
}

.uk-height-viewport-2 {
    min-height: 200vh
}

.uk-height-viewport-3 {
    min-height: 300vh
}

.uk-height-viewport-4 {
    min-height: 400vh
}

.uk-height-small {
    height: 150px
}

.uk-height-medium {
    height: 300px
}

.uk-height-large {
    height: 450px
}

.uk-height-max-small {
    max-height: 150px
}

.uk-height-max-medium {
    max-height: 300px
}

.uk-height-max-large {
    max-height: 450px
}

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333
}

.uk-text-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.uk-text-meta a {
    color: #999
}

.uk-text-meta a:hover {
    color: #666;
    text-decoration: none
}

.uk-text-small {
    font-size: .875rem;
    line-height: 1.5
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5
}

.uk-text-default {
    font-size: 16px;
    line-height: 1.5
}

.uk-text-light {
    font-weight: 300
}

.uk-text-normal {
    font-weight: 400
}

.uk-text-bold {
    font-weight: 700
}

.uk-text-lighter {
    font-weight: lighter
}

.uk-text-bolder {
    font-weight: bolder
}

.uk-text-italic {
    font-style: italic
}

.uk-text-capitalize {
    text-transform: capitalize!important
}

.uk-text-uppercase {
    text-transform: uppercase!important
}

.uk-text-lowercase {
    text-transform: lowercase!important
}

.uk-text-decoration-none {
    text-decoration: none!important
}

.uk-text-muted {
    color: #999!important
}

.uk-text-emphasis {
    color: #333!important
}

.uk-text-primary {
    color: #1e87f0!important
}

.uk-text-secondary {
    color: #222!important
}

.uk-text-success {
    color: #32d296!important
}

.uk-text-warning {
    color: #faa05a!important
}

.uk-text-danger {
    color: #f0506e!important
}

.uk-text-background {
    -webkit-background-clip: text;
    color: transparent!important;
    display: inline-block;
    background-color: #1e87f0
}

.uk-text-left {
    text-align: left!important
}

.uk-text-right {
    text-align: right!important
}

.uk-text-center {
    text-align: center!important
}

.uk-text-justify {
    text-align: justify!important
}

@media (min-width: 640px) {
    .uk-text-left\@s {
        text-align:left!important
    }

    .uk-text-right\@s {
        text-align: right!important
    }

    .uk-text-center\@s {
        text-align: center!important
    }
}

@media (min-width: 960px) {
    .uk-text-left\@m {
        text-align:left!important
    }

    .uk-text-right\@m {
        text-align: right!important
    }

    .uk-text-center\@m {
        text-align: center!important
    }
}

.uk-text-top {
    vertical-align: top!important
}

.uk-text-middle {
    vertical-align: middle!important
}

.uk-text-bottom {
    vertical-align: bottom!important
}

.uk-text-baseline {
    vertical-align: baseline!important
}

.uk-text-nowrap {
    white-space: nowrap
}

.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

td.uk-text-truncate,th.uk-text-truncate {
    max-width: 0
}

.uk-text-break {
    overflow-wrap: break-word
}

td.uk-text-break,th.uk-text-break {
    word-break: break-word
}

[class*=uk-column-] {
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media (min-width: 1200px) {
    .uk-text-left\@l {
        text-align:left!important
    }

    .uk-text-right\@l {
        text-align: right!important
    }

    .uk-text-center\@l {
        text-align: center!important
    }

    [class*=uk-column-] {
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

[class*=uk-column-] img {
    transform: translate3d(0,0,0)
}

.uk-column-divider {
    -moz-column-rule: 1px solid #e5e5e5;
    column-rule: 1px solid #e5e5e5;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.uk-column-1-2 {
    -moz-column-count: 2;
    column-count: 2
}

.uk-column-1-3 {
    -moz-column-count: 3;
    column-count: 3
}

.uk-column-1-4 {
    -moz-column-count: 4;
    column-count: 4
}

.uk-column-1-5 {
    -moz-column-count: 5;
    column-count: 5
}

.uk-column-1-6 {
    -moz-column-count: 6;
    column-count: 6
}

.uk-column-span {
    -moz-column-span: all;
    column-span: all
}

[data-uk-cover],[uk-cover] {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y))
}

iframe[data-uk-cover],iframe[uk-cover] {
    pointer-events: none
}

.uk-cover-container {
    overflow: hidden;
    position: relative
}

.uk-background-default {
    background-color: #fff
}

.uk-background-muted {
    background-color: #f8f8f8
}

.uk-background-primary {
    background-color: #1e87f0
}

.uk-background-secondary {
    background-color: #222
}

.uk-background-contain,.uk-background-cover,.uk-background-height-1-1,.uk-background-width-1-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.uk-background-cover {
    background-size: cover
}

.uk-background-contain {
    background-size: contain
}

.uk-background-width-1-1 {
    background-size: 100%
}

.uk-background-height-1-1 {
    background-size: auto 100%
}

.uk-background-top-left {
    background-position: 0 0
}

.uk-background-top-center {
    background-position: 50% 0
}

.uk-background-top-right {
    background-position: 100% 0
}

.uk-background-center-left {
    background-position: 0 50%
}

.uk-background-center-center {
    background-position: 50% 50%
}

.uk-background-center-right {
    background-position: 100% 50%
}

.uk-background-bottom-left {
    background-position: 0 100%
}

.uk-background-bottom-center {
    background-position: 50% 100%
}

.uk-background-bottom-right {
    background-position: 100% 100%
}

.uk-background-norepeat {
    background-repeat: no-repeat
}

.uk-background-fixed {
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (pointer: coarse) {
    .uk-background-fixed {
        background-attachment:scroll
    }
}

.uk-background-blend-multiply {
    background-blend-mode: multiply
}

.uk-background-blend-screen {
    background-blend-mode: screen
}

.uk-background-blend-overlay {
    background-blend-mode: overlay
}

.uk-background-blend-darken {
    background-blend-mode: darken
}

.uk-background-blend-lighten {
    background-blend-mode: lighten
}

.uk-background-blend-color-dodge {
    background-blend-mode: color-dodge
}

.uk-background-blend-color-burn {
    background-blend-mode: color-burn
}

.uk-background-blend-hard-light {
    background-blend-mode: hard-light
}

.uk-background-blend-soft-light {
    background-blend-mode: soft-light
}

.uk-background-blend-difference {
    background-blend-mode: difference
}

.uk-background-blend-exclusion {
    background-blend-mode: exclusion
}

.uk-background-blend-hue {
    background-blend-mode: hue
}

.uk-background-blend-saturation {
    background-blend-mode: saturation
}

.uk-background-blend-color {
    background-blend-mode: color
}

.uk-background-blend-luminosity {
    background-blend-mode: luminosity
}

[class*=uk-align] {
    display: block;
    margin-bottom: 30px
}

*+[class*=uk-align] {
    margin-top: 30px
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto
}

.uk-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left
}

.uk-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right
}

@media (min-width: 640px) {
    .uk-column-1-2\@s {
        -moz-column-count:2;
        column-count: 2
    }

    .uk-column-1-3\@s {
        -moz-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@s {
        -moz-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@s {
        -moz-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@s {
        -moz-column-count: 6;
        column-count: 6
    }

    .uk-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .uk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 960px) {
    .uk-column-1-2\@m {
        -moz-column-count:2;
        column-count: 2
    }

    .uk-column-1-3\@m {
        -moz-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@m {
        -moz-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@m {
        -moz-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@m {
        -moz-column-count: 6;
        column-count: 6
    }

    .uk-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .uk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 1200px) {
    .uk-column-divider {
        -moz-column-gap:80px;
        column-gap: 80px
    }

    .uk-column-1-2\@l {
        -moz-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@l {
        -moz-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@l {
        -moz-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@l {
        -moz-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@l {
        -moz-column-count: 6;
        column-count: 6
    }

    .uk-align-left\@l {
        margin-top: 0;
        float: left
    }

    .uk-align-right\@l {
        margin-top: 0;
        float: right
    }

    .uk-align-left,.uk-align-left\@l,.uk-align-left\@m,.uk-align-left\@s {
        margin-right: 40px
    }

    .uk-align-right,.uk-align-right\@l,.uk-align-right\@m,.uk-align-right\@s {
        margin-left: 40px
    }
}

@media (min-width: 1600px) {
    .uk-text-left\@xl {
        text-align:left!important
    }

    .uk-text-right\@xl {
        text-align: right!important
    }

    .uk-text-center\@xl {
        text-align: center!important
    }

    .uk-column-1-2\@xl {
        -moz-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@xl {
        -moz-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@xl {
        -moz-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@xl {
        -moz-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@xl {
        -moz-column-count: 6;
        column-count: 6
    }

    .uk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left
    }

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right
    }
}

.uk-svg,.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor
}

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor
}

.uk-svg {
    transform: translate(0,0)
}

.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.uk-panel>:last-child {
    margin-bottom: 0
}

.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both
}

.uk-clearfix::before {
    content: "";
    display: table-cell
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both
}

.uk-float-left {
    float: left
}

.uk-float-right {
    float: right
}

[class*=uk-float-] {
    max-width: 100%
}

.uk-overflow-hidden {
    overflow: hidden
}

.uk-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.uk-overflow-auto>:last-child {
    margin-bottom: 0
}

.uk-resize {
    resize: both
}

.uk-resize-horizontal {
    resize: horizontal
}

.uk-resize-vertical {
    resize: vertical
}

.uk-display-block {
    display: block!important
}

.uk-display-inline {
    display: inline!important
}

.uk-display-inline-block {
    display: inline-block!important
}

[class*=uk-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.uk-inline-clip {
    overflow: hidden
}

.uk-preserve-width,.uk-preserve-width canvas,.uk-preserve-width img,.uk-preserve-width svg,.uk-preserve-width video {
    max-width: none
}

.uk-responsive-height,.uk-responsive-width {
    box-sizing: border-box
}

.uk-responsive-width {
    max-width: 100%!important;
    height: auto
}

.uk-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none
}

[data-uk-responsive],[uk-responsive] {
    max-width: 100%
}

.uk-object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.uk-object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.uk-object-fill {
    -o-object-fit: fill;
    object-fit: fill
}

.uk-object-none {
    -o-object-fit: none;
    object-fit: none
}

.uk-object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.uk-object-top-left {
    -o-object-position: 0 0;
    object-position: 0 0
}

.uk-object-top-center {
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.uk-object-top-right {
    -o-object-position: 100% 0;
    object-position: 100% 0
}

.uk-object-center-left {
    -o-object-position: 0 50%;
    object-position: 0 50%
}

.uk-object-center-center {
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.uk-object-center-right {
    -o-object-position: 100% 50%;
    object-position: 100% 50%
}

.uk-object-bottom-left {
    -o-object-position: 0 100%;
    object-position: 0 100%
}

.uk-object-bottom-center {
    -o-object-position: 50% 100%;
    object-position: 50% 100%
}

.uk-object-bottom-right {
    -o-object-position: 100% 100%;
    object-position: 100% 100%
}

.uk-border-circle {
    border-radius: 50%
}

.uk-border-pill {
    border-radius: 500px
}

.uk-border-rounded {
    border-radius: 5px
}

.uk-inline-clip[class*=uk-border-] {
    -webkit-transform: translateZ(0)
}

.uk-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0,0,0,.08)
}

.uk-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.uk-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0,0,0,.16)
}

[class*=uk-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out
}

.uk-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.08)
}

.uk-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.uk-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0,0,0,.16)
}

.uk-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0,0,0,.16)
}

@supports ((-webkit-filter: blur(0)) or (filter:blur(0))) {
    .uk-box-shadow-bottom {
        display:inline-block;
        position: relative;
        z-index: 0;
        max-width: 100%;
        vertical-align: middle
    }

    .uk-box-shadow-bottom::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        z-index: -1;
        height: 30px;
        border-radius: 100%;
        background: #444;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        will-change: filter
    }
}

.uk-dropcap::first-letter,.uk-dropcap>p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: -2px
}

@-moz-document url-prefix() {
    .uk-dropcap::first-letter,.uk-dropcap>p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

.uk-logo {
    font-size: 1.5rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    text-decoration: none
}

.uk-logo:hover {
    color: #333;
    text-decoration: none
}

.uk-logo>:where(img,svg,video) {
    display: inline-block
}

.uk-logo-inverse {
    display: none
}

.uk-disabled {
    pointer-events: none
}

.uk-drag,.uk-drag * {
    cursor: move
}

.uk-drag iframe {
    pointer-events: none
}

.uk-dragover {
    box-shadow: 0 0 20px rgba(100,100,100,.3)
}

.uk-blend-multiply {
    mix-blend-mode: multiply
}

.uk-blend-screen {
    mix-blend-mode: screen
}

.uk-blend-overlay {
    mix-blend-mode: overlay
}

.uk-blend-darken {
    mix-blend-mode: darken
}

.uk-blend-lighten {
    mix-blend-mode: lighten
}

.uk-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.uk-blend-color-burn {
    mix-blend-mode: color-burn
}

.uk-blend-hard-light {
    mix-blend-mode: hard-light
}

.uk-blend-soft-light {
    mix-blend-mode: soft-light
}

.uk-blend-difference {
    mix-blend-mode: difference
}

.uk-blend-exclusion {
    mix-blend-mode: exclusion
}

.uk-blend-hue {
    mix-blend-mode: hue
}

.uk-blend-saturation {
    mix-blend-mode: saturation
}

.uk-blend-color {
    mix-blend-mode: color
}

.uk-blend-luminosity {
    mix-blend-mode: luminosity
}

.uk-transform-center {
    transform: translate(-50%,-50%)
}

.uk-transform-origin-top-left {
    transform-origin: 0 0
}

.uk-transform-origin-top-center {
    transform-origin: 50% 0
}

.uk-transform-origin-top-right {
    transform-origin: 100% 0
}

.uk-transform-origin-center-left {
    transform-origin: 0 50%
}

.uk-transform-origin-center-right {
    transform-origin: 100% 50%
}

.uk-transform-origin-bottom-left {
    transform-origin: 0 100%
}

.uk-transform-origin-bottom-center {
    transform-origin: 50% 100%
}

.uk-transform-origin-bottom-right {
    transform-origin: 100% 100%
}

.uk-flex {
    display: flex
}

.uk-flex-inline {
    display: inline-flex
}

.uk-flex-left {
    justify-content: flex-start
}

.uk-flex-center {
    justify-content: center
}

.uk-flex-right {
    justify-content: flex-end
}

.uk-flex-between {
    justify-content: space-between
}

.uk-flex-around {
    justify-content: space-around
}

@media (min-width: 640px) {
    .uk-flex-left\@s {
        justify-content:flex-start
    }

    .uk-flex-center\@s {
        justify-content: center
    }

    .uk-flex-right\@s {
        justify-content: flex-end
    }

    .uk-flex-between\@s {
        justify-content: space-between
    }

    .uk-flex-around\@s {
        justify-content: space-around
    }
}

@media (min-width: 960px) {
    .uk-flex-left\@m {
        justify-content:flex-start
    }

    .uk-flex-center\@m {
        justify-content: center
    }

    .uk-flex-right\@m {
        justify-content: flex-end
    }

    .uk-flex-between\@m {
        justify-content: space-between
    }

    .uk-flex-around\@m {
        justify-content: space-around
    }
}

@media (min-width: 1200px) {
    .uk-flex-left\@l {
        justify-content:flex-start
    }

    .uk-flex-center\@l {
        justify-content: center
    }

    .uk-flex-right\@l {
        justify-content: flex-end
    }

    .uk-flex-between\@l {
        justify-content: space-between
    }

    .uk-flex-around\@l {
        justify-content: space-around
    }
}

@media (min-width: 1600px) {
    .uk-flex-left\@xl {
        justify-content:flex-start
    }

    .uk-flex-center\@xl {
        justify-content: center
    }

    .uk-flex-right\@xl {
        justify-content: flex-end
    }

    .uk-flex-between\@xl {
        justify-content: space-between
    }

    .uk-flex-around\@xl {
        justify-content: space-around
    }
}

.uk-flex-stretch {
    align-items: stretch
}

.uk-flex-top {
    align-items: flex-start
}

.uk-flex-middle {
    align-items: center
}

.uk-flex-bottom {
    align-items: flex-end
}

.uk-flex-row {
    flex-direction: row
}

.uk-flex-row-reverse {
    flex-direction: row-reverse
}

.uk-flex-column {
    flex-direction: column
}

.uk-flex-column-reverse {
    flex-direction: column-reverse
}

.uk-flex-nowrap {
    flex-wrap: nowrap
}

.uk-flex-wrap {
    flex-wrap: wrap
}

.uk-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.uk-flex-wrap-stretch {
    align-content: stretch
}

.uk-flex-wrap-top {
    align-content: flex-start
}

.uk-flex-wrap-middle {
    align-content: center
}

.uk-flex-wrap-bottom {
    align-content: flex-end
}

.uk-flex-wrap-between {
    align-content: space-between
}

.uk-flex-wrap-around {
    align-content: space-around
}

.uk-flex-first {
    order: -1
}

.uk-flex-last {
    order: 99
}

@media (min-width: 640px) {
    .uk-flex-first\@s {
        order:-1
    }

    .uk-flex-last\@s {
        order: 99
    }
}

@media (min-width: 960px) {
    .uk-flex-first\@m {
        order:-1
    }

    .uk-flex-last\@m {
        order: 99
    }
}

.uk-flex-none {
    flex: none
}

.uk-flex-auto {
    flex: auto
}

.uk-flex-1 {
    flex: 1
}

.uk-margin {
    margin-bottom: 20px
}

*+.uk-margin,.uk-margin-top {
    margin-top: 20px!important
}

.uk-margin-bottom {
    margin-bottom: 20px!important
}

.uk-margin-left {
    margin-left: 20px!important
}

.uk-margin-right {
    margin-right: 20px!important
}

.uk-margin-small {
    margin-bottom: 10px
}

*+.uk-margin-small,.uk-margin-small-top {
    margin-top: 10px!important
}

.uk-margin-small-bottom {
    margin-bottom: 10px!important
}

.uk-margin-small-left {
    margin-left: 10px!important
}

.uk-margin-small-right {
    margin-right: 10px!important
}

.uk-margin-medium {
    margin-bottom: 40px
}

*+.uk-margin-medium,.uk-margin-medium-top {
    margin-top: 40px!important
}

.uk-margin-medium-bottom {
    margin-bottom: 40px!important
}

.uk-margin-medium-left {
    margin-left: 40px!important
}

.uk-margin-medium-right {
    margin-right: 40px!important
}

.uk-margin-large {
    margin-bottom: 40px
}

*+.uk-margin-large,.uk-margin-large-top {
    margin-top: 40px!important
}

.uk-margin-large-bottom {
    margin-bottom: 40px!important
}

.uk-margin-large-left {
    margin-left: 40px!important
}

.uk-margin-large-right {
    margin-right: 40px!important
}

@media (min-width: 1200px) {
    .uk-flex-first\@l {
        order:-1
    }

    .uk-flex-last\@l {
        order: 99
    }

    .uk-margin-large {
        margin-bottom: 70px
    }

    *+.uk-margin-large,.uk-margin-large-top {
        margin-top: 70px!important
    }

    .uk-margin-large-bottom {
        margin-bottom: 70px!important
    }

    .uk-margin-large-left {
        margin-left: 70px!important
    }

    .uk-margin-large-right {
        margin-right: 70px!important
    }
}

.uk-margin-xlarge {
    margin-bottom: 70px
}

*+.uk-margin-xlarge,.uk-margin-xlarge-top {
    margin-top: 70px!important
}

.uk-margin-xlarge-bottom {
    margin-bottom: 70px!important
}

.uk-margin-xlarge-left {
    margin-left: 70px!important
}

.uk-margin-xlarge-right {
    margin-right: 70px!important
}

@media (min-width: 1200px) {
    .uk-margin-xlarge {
        margin-bottom:140px
    }

    *+.uk-margin-xlarge,.uk-margin-xlarge-top {
        margin-top: 140px!important
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 140px!important
    }

    .uk-margin-xlarge-left {
        margin-left: 140px!important
    }

    .uk-margin-xlarge-right {
        margin-right: 140px!important
    }

    .uk-margin-auto\@l {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@l {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@l {
        margin-right: auto!important
    }
}

.uk-margin-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.uk-margin-auto-top {
    margin-top: auto!important
}

.uk-margin-auto-bottom {
    margin-bottom: auto!important
}

.uk-margin-auto-left {
    margin-left: auto!important
}

.uk-margin-auto-right {
    margin-right: auto!important
}

.uk-margin-auto-vertical {
    margin-top: auto!important;
    margin-bottom: auto!important
}

@media (min-width: 640px) {
    .uk-margin-auto\@s {
        margin-left:auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@s {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@s {
        margin-right: auto!important
    }
}

@media (min-width: 960px) {
    .uk-margin-auto\@m {
        margin-left:auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@m {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@m {
        margin-right: auto!important
    }
}

@media (min-width: 1600px) {
    .uk-flex-first\@xl {
        order:-1
    }

    .uk-flex-last\@xl {
        order: 99
    }

    .uk-margin-auto\@xl {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .uk-margin-auto-left\@xl {
        margin-left: auto!important
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto!important
    }

    .uk-margin-remove-left\@xl {
        margin-left: 0!important
    }

    .uk-margin-remove-right\@xl {
        margin-right: 0!important
    }
}

.uk-margin-remove {
    margin: 0!important
}

.uk-margin-remove-top {
    margin-top: 0!important
}

.uk-margin-remove-bottom {
    margin-bottom: 0!important
}

.uk-margin-remove-left {
    margin-left: 0!important
}

.uk-margin-remove-right {
    margin-right: 0!important
}

.uk-margin-remove-vertical {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.uk-margin-remove-adjacent+*,.uk-margin-remove-first-child>:first-child {
    margin-top: 0!important
}

.uk-margin-remove-last-child>:last-child {
    margin-bottom: 0!important
}

@media (min-width: 640px) {
    .uk-margin-remove-left\@s {
        margin-left:0!important
    }

    .uk-margin-remove-right\@s {
        margin-right: 0!important
    }

    .uk-hidden\@s {
        display: none!important
    }
}

@media (min-width: 960px) {
    .uk-margin-remove-left\@m {
        margin-left:0!important
    }

    .uk-margin-remove-right\@m {
        margin-right: 0!important
    }

    .uk-hidden\@m {
        display: none!important
    }
}

.uk-padding {
    padding: 30px
}

@media (min-width: 1200px) {
    .uk-margin-remove-left\@l {
        margin-left:0!important
    }

    .uk-margin-remove-right\@l {
        margin-right: 0!important
    }

    .uk-padding {
        padding: 40px
    }
}

.uk-padding-small {
    padding: 15px
}

.uk-padding-large {
    padding: 40px
}

@media (min-width: 1200px) {
    .uk-padding-large {
        padding:70px
    }
}

.uk-padding-remove {
    padding: 0!important
}

.uk-padding-remove-top {
    padding-top: 0!important
}

.uk-padding-remove-bottom {
    padding-bottom: 0!important
}

.uk-padding-remove-left {
    padding-left: 0!important
}

.uk-padding-remove-right {
    padding-right: 0!important
}

.uk-padding-remove-vertical {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.uk-padding-remove-horizontal {
    padding-left: 0!important;
    padding-right: 0!important
}

[class*=uk-position-bottom],[class*=uk-position-center],[class*=uk-position-left],[class*=uk-position-right],[class*=uk-position-top] {
    position: absolute!important;
    max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
    box-sizing: border-box
}

.uk-position-top {
    top: 0;
    left: 0;
    right: 0
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0
}

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0
}

.uk-position-top-left {
    top: 0;
    left: 0
}

.uk-position-top-right {
    top: 0;
    right: 0
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0
}

.uk-position-center {
    top: calc(50% - var(--uk-position-margin-offset));
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y));
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

[class*=uk-position-center-left],[class*=uk-position-center-right] {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0,var(--uk-position-translate-y))
}

.uk-position-center-left {
    left: 0
}

.uk-position-center-right {
    right: 0
}

.uk-position-center-left-out {
    right: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.uk-position-center-right-out {
    left: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.uk-position-bottom-center,.uk-position-top-center {
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    transform: translate(var(--uk-position-translate-x),0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.uk-position-top-center {
    top: 0
}

.uk-position-bottom-center {
    bottom: 0
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-small {
    margin: 15px;
    --uk-position-margin-offset: 15px
}

.uk-position-large,.uk-position-medium {
    margin: 30px;
    --uk-position-margin-offset: 30px
}

.uk-position-relative {
    position: relative!important
}

.uk-position-absolute {
    position: absolute!important
}

.uk-position-fixed {
    position: fixed!important
}

.uk-position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.uk-position-z-index {
    z-index: 1
}

.uk-position-z-index-negative {
    z-index: -1
}

:where(.uk-transition-fade),:where([class*=uk-transition-scale]),:where([class*=uk-transition-slide]) {
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0
}

.uk-transition-fade,[class*=uk-transition-scale],[class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y)) translate(var(--uk-translate-x),var(--uk-translate-y)) scale(var(--uk-scale-x),var(--uk-scale-y));
    transition: .3s ease-out;
    transition-property: opacity,transform,filter,-webkit-filter;
    opacity: 0
}

.uk-transition-active.uk-active .uk-transition-fade,.uk-transition-toggle .uk-transition-fade:focus-within,.uk-transition-toggle:focus .uk-transition-fade,.uk-transition-toggle:hover .uk-transition-fade {
    opacity: 1
}

[class*=uk-transition-scale] {
    -webkit-backface-visibility: hidden
}

.uk-transition-scale-up {
    --uk-scale-x: 1;
    --uk-scale-y: 1
}

.uk-transition-scale-down {
    --uk-scale-x: 1.03;
    --uk-scale-y: 1.03
}

.uk-transition-active.uk-active .uk-transition-scale-up,.uk-transition-toggle .uk-transition-scale-up:focus-within,.uk-transition-toggle:focus .uk-transition-scale-up,.uk-transition-toggle:hover .uk-transition-scale-up {
    --uk-scale-x: 1.03;
    --uk-scale-y: 1.03;
    opacity: 1
}

.uk-transition-active.uk-active .uk-transition-scale-down,.uk-transition-toggle .uk-transition-scale-down:focus-within,.uk-transition-toggle:focus .uk-transition-scale-down,.uk-transition-toggle:hover .uk-transition-scale-down {
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    opacity: 1
}

.uk-transition-slide-top {
    --uk-translate-y: -100%
}

.uk-transition-slide-bottom {
    --uk-translate-y: 100%
}

.uk-transition-slide-left {
    --uk-translate-x: -100%
}

.uk-transition-slide-right {
    --uk-translate-x: 100%
}

.uk-transition-slide-top-small {
    --uk-translate-y: calc(-1 * 10px)
}

.uk-transition-slide-bottom-small {
    --uk-translate-y: 10px
}

.uk-transition-slide-left-small {
    --uk-translate-x: calc(-1 * 10px)
}

.uk-transition-slide-right-small {
    --uk-translate-x: 10px
}

.uk-transition-slide-top-medium {
    --uk-translate-y: calc(-1 * 50px)
}

.uk-transition-slide-bottom-medium {
    --uk-translate-y: 50px
}

.uk-transition-slide-left-medium {
    --uk-translate-x: calc(-1 * 50px)
}

.uk-transition-slide-right-medium {
    --uk-translate-x: 50px
}

.uk-transition-active.uk-active [class*=uk-transition-slide],.uk-transition-toggle [class*=uk-transition-slide]:focus-within,.uk-transition-toggle:focus [class*=uk-transition-slide],.uk-transition-toggle:hover [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    opacity: 1
}

.uk-transition-opaque {
    opacity: 1
}

.uk-transition-slow {
    transition-duration: .7s
}

.uk-hidden,[hidden] {
    display: none!important
}

@media (min-width: 1200px) {
    .uk-position-large {
        margin:50px;
        --uk-position-margin-offset: 50px
    }

    .uk-hidden\@l {
        display: none!important
    }
}

@media (min-width: 1600px) {
    .uk-hidden\@xl {
        display:none!important
    }
}

@media (max-width: 639px) {
    .uk-background-image\@s {
        background-image:none!important
    }

    .uk-visible\@s {
        display: none!important
    }
}

@media (max-width: 959px) {
    .uk-background-image\@m {
        background-image:none!important
    }

    .uk-visible\@m {
        display: none!important
    }
}

@media (max-width: 1199px) {
    .uk-background-image\@l {
        background-image:none!important
    }

    .uk-visible\@l {
        display: none!important
    }
}

@media (max-width: 1599px) {
    .uk-background-image\@xl {
        background-image:none!important
    }

    .uk-visible\@xl {
        display: none!important
    }
}

.uk-invisible {
    visibility: hidden!important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute!important;
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden!important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0!important
}

@media (hover: none) {
    .uk-hidden-touch {
        display:none!important
    }
}

@media (hover) {
    .uk-hidden-notouch {
        display: none!important
    }
}

.uk-card-primary.uk-card-body,.uk-card-primary>:not([class*=uk-card-media]),.uk-card-secondary.uk-card-body,.uk-card-secondary>:not([class*=uk-card-media]),.uk-light,.uk-offcanvas-bar,.uk-overlay-primary,.uk-section-primary:not(.uk-preserve-color),.uk-section-secondary:not(.uk-preserve-color),.uk-tile-primary:not(.uk-preserve-color),.uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-link,.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,.uk-card-primary.uk-card-body .uk-link:hover,.uk-card-primary.uk-card-body a,.uk-card-primary.uk-card-body a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-link:hover,.uk-card-primary>:not([class*=uk-card-media]) a,.uk-card-primary>:not([class*=uk-card-media]) a:hover,.uk-card-secondary.uk-card-body .uk-link,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,.uk-card-secondary.uk-card-body .uk-link:hover,.uk-card-secondary.uk-card-body a,.uk-card-secondary.uk-card-body a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link:hover,.uk-card-secondary>:not([class*=uk-card-media]) a,.uk-card-secondary>:not([class*=uk-card-media]) a:hover,.uk-light .uk-link,.uk-light .uk-link-toggle:hover .uk-link,.uk-light .uk-link:hover,.uk-light a,.uk-light a:hover,.uk-offcanvas-bar .uk-link,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link,.uk-offcanvas-bar .uk-link:hover,.uk-offcanvas-bar a,.uk-offcanvas-bar a:hover,.uk-overlay-primary .uk-link,.uk-overlay-primary .uk-link-toggle:hover .uk-link,.uk-overlay-primary .uk-link:hover,.uk-overlay-primary a,.uk-overlay-primary a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,.uk-section-primary:not(.uk-preserve-color) a,.uk-section-primary:not(.uk-preserve-color) a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,.uk-section-secondary:not(.uk-preserve-color) a,.uk-section-secondary:not(.uk-preserve-color) a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,.uk-tile-primary:not(.uk-preserve-color) a,.uk-tile-primary:not(.uk-preserve-color) a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,.uk-tile-secondary:not(.uk-preserve-color) a,.uk-tile-secondary:not(.uk-preserve-color) a:hover {
    color: #fff
}

.uk-card-primary.uk-card-body :not(pre)>code,.uk-card-primary.uk-card-body :not(pre)>kbd,.uk-card-primary.uk-card-body :not(pre)>samp,.uk-card-primary>:not([class*=uk-card-media]) :not(pre)>code,.uk-card-primary>:not([class*=uk-card-media]) :not(pre)>kbd,.uk-card-primary>:not([class*=uk-card-media]) :not(pre)>samp,.uk-card-secondary.uk-card-body :not(pre)>code,.uk-card-secondary.uk-card-body :not(pre)>kbd,.uk-card-secondary.uk-card-body :not(pre)>samp,.uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>code,.uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>kbd,.uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>samp,.uk-light :not(pre)>code,.uk-light :not(pre)>kbd,.uk-light :not(pre)>samp,.uk-offcanvas-bar :not(pre)>code,.uk-offcanvas-bar :not(pre)>kbd,.uk-offcanvas-bar :not(pre)>samp,.uk-overlay-primary :not(pre)>code,.uk-overlay-primary :not(pre)>kbd,.uk-overlay-primary :not(pre)>samp,.uk-section-primary:not(.uk-preserve-color) :not(pre)>code,.uk-section-primary:not(.uk-preserve-color) :not(pre)>kbd,.uk-section-primary:not(.uk-preserve-color) :not(pre)>samp,.uk-section-secondary:not(.uk-preserve-color) :not(pre)>code,.uk-section-secondary:not(.uk-preserve-color) :not(pre)>kbd,.uk-section-secondary:not(.uk-preserve-color) :not(pre)>samp,.uk-tile-primary:not(.uk-preserve-color) :not(pre)>code,.uk-tile-primary:not(.uk-preserve-color) :not(pre)>kbd,.uk-tile-primary:not(.uk-preserve-color) :not(pre)>samp,.uk-tile-secondary:not(.uk-preserve-color) :not(pre)>code,.uk-tile-secondary:not(.uk-preserve-color) :not(pre)>kbd,.uk-tile-secondary:not(.uk-preserve-color) :not(pre)>samp {
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.1)
}

.uk-card-primary.uk-card-body .uk-h1,.uk-card-primary.uk-card-body .uk-h2,.uk-card-primary.uk-card-body .uk-h3,.uk-card-primary.uk-card-body .uk-h4,.uk-card-primary.uk-card-body .uk-h5,.uk-card-primary.uk-card-body .uk-h6,.uk-card-primary.uk-card-body .uk-heading-2xlarge,.uk-card-primary.uk-card-body .uk-heading-large,.uk-card-primary.uk-card-body .uk-heading-medium,.uk-card-primary.uk-card-body .uk-heading-small,.uk-card-primary.uk-card-body .uk-heading-xlarge,.uk-card-primary.uk-card-body blockquote,.uk-card-primary.uk-card-body em,.uk-card-primary.uk-card-body h1,.uk-card-primary.uk-card-body h2,.uk-card-primary.uk-card-body h3,.uk-card-primary.uk-card-body h4,.uk-card-primary.uk-card-body h5,.uk-card-primary.uk-card-body h6,.uk-card-primary>:not([class*=uk-card-media]) .uk-h1,.uk-card-primary>:not([class*=uk-card-media]) .uk-h2,.uk-card-primary>:not([class*=uk-card-media]) .uk-h3,.uk-card-primary>:not([class*=uk-card-media]) .uk-h4,.uk-card-primary>:not([class*=uk-card-media]) .uk-h5,.uk-card-primary>:not([class*=uk-card-media]) .uk-h6,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-2xlarge,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-large,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-medium,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-small,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-xlarge,.uk-card-primary>:not([class*=uk-card-media]) blockquote,.uk-card-primary>:not([class*=uk-card-media]) em,.uk-card-primary>:not([class*=uk-card-media]) h1,.uk-card-primary>:not([class*=uk-card-media]) h2,.uk-card-primary>:not([class*=uk-card-media]) h3,.uk-card-primary>:not([class*=uk-card-media]) h4,.uk-card-primary>:not([class*=uk-card-media]) h5,.uk-card-primary>:not([class*=uk-card-media]) h6,.uk-card-secondary.uk-card-body .uk-h1,.uk-card-secondary.uk-card-body .uk-h2,.uk-card-secondary.uk-card-body .uk-h3,.uk-card-secondary.uk-card-body .uk-h4,.uk-card-secondary.uk-card-body .uk-h5,.uk-card-secondary.uk-card-body .uk-h6,.uk-card-secondary.uk-card-body .uk-heading-2xlarge,.uk-card-secondary.uk-card-body .uk-heading-large,.uk-card-secondary.uk-card-body .uk-heading-medium,.uk-card-secondary.uk-card-body .uk-heading-small,.uk-card-secondary.uk-card-body .uk-heading-xlarge,.uk-card-secondary.uk-card-body blockquote,.uk-card-secondary.uk-card-body em,.uk-card-secondary.uk-card-body h1,.uk-card-secondary.uk-card-body h2,.uk-card-secondary.uk-card-body h3,.uk-card-secondary.uk-card-body h4,.uk-card-secondary.uk-card-body h5,.uk-card-secondary.uk-card-body h6,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h1,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h2,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h3,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h4,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h5,.uk-card-secondary>:not([class*=uk-card-media]) .uk-h6,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-2xlarge,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-large,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-medium,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-small,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-xlarge,.uk-card-secondary>:not([class*=uk-card-media]) blockquote,.uk-card-secondary>:not([class*=uk-card-media]) em,.uk-card-secondary>:not([class*=uk-card-media]) h1,.uk-card-secondary>:not([class*=uk-card-media]) h2,.uk-card-secondary>:not([class*=uk-card-media]) h3,.uk-card-secondary>:not([class*=uk-card-media]) h4,.uk-card-secondary>:not([class*=uk-card-media]) h5,.uk-card-secondary>:not([class*=uk-card-media]) h6,.uk-light .uk-h1,.uk-light .uk-h2,.uk-light .uk-h3,.uk-light .uk-h4,.uk-light .uk-h5,.uk-light .uk-h6,.uk-light .uk-heading-2xlarge,.uk-light .uk-heading-large,.uk-light .uk-heading-medium,.uk-light .uk-heading-small,.uk-light .uk-heading-xlarge,.uk-light blockquote,.uk-light em,.uk-light h1,.uk-light h2,.uk-light h3,.uk-light h4,.uk-light h5,.uk-light h6,.uk-offcanvas-bar .uk-h1,.uk-offcanvas-bar .uk-h2,.uk-offcanvas-bar .uk-h3,.uk-offcanvas-bar .uk-h4,.uk-offcanvas-bar .uk-h5,.uk-offcanvas-bar .uk-h6,.uk-offcanvas-bar .uk-heading-2xlarge,.uk-offcanvas-bar .uk-heading-large,.uk-offcanvas-bar .uk-heading-medium,.uk-offcanvas-bar .uk-heading-small,.uk-offcanvas-bar .uk-heading-xlarge,.uk-offcanvas-bar blockquote,.uk-offcanvas-bar em,.uk-offcanvas-bar h1,.uk-offcanvas-bar h2,.uk-offcanvas-bar h3,.uk-offcanvas-bar h4,.uk-offcanvas-bar h5,.uk-offcanvas-bar h6,.uk-overlay-primary .uk-h1,.uk-overlay-primary .uk-h2,.uk-overlay-primary .uk-h3,.uk-overlay-primary .uk-h4,.uk-overlay-primary .uk-h5,.uk-overlay-primary .uk-h6,.uk-overlay-primary .uk-heading-2xlarge,.uk-overlay-primary .uk-heading-large,.uk-overlay-primary .uk-heading-medium,.uk-overlay-primary .uk-heading-small,.uk-overlay-primary .uk-heading-xlarge,.uk-overlay-primary blockquote,.uk-overlay-primary em,.uk-overlay-primary h1,.uk-overlay-primary h2,.uk-overlay-primary h3,.uk-overlay-primary h4,.uk-overlay-primary h5,.uk-overlay-primary h6,.uk-section-primary:not(.uk-preserve-color) .uk-h1,.uk-section-primary:not(.uk-preserve-color) .uk-h2,.uk-section-primary:not(.uk-preserve-color) .uk-h3,.uk-section-primary:not(.uk-preserve-color) .uk-h4,.uk-section-primary:not(.uk-preserve-color) .uk-h5,.uk-section-primary:not(.uk-preserve-color) .uk-h6,.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-section-primary:not(.uk-preserve-color) blockquote,.uk-section-primary:not(.uk-preserve-color) em,.uk-section-primary:not(.uk-preserve-color) h1,.uk-section-primary:not(.uk-preserve-color) h2,.uk-section-primary:not(.uk-preserve-color) h3,.uk-section-primary:not(.uk-preserve-color) h4,.uk-section-primary:not(.uk-preserve-color) h5,.uk-section-primary:not(.uk-preserve-color) h6,.uk-section-secondary:not(.uk-preserve-color) .uk-h1,.uk-section-secondary:not(.uk-preserve-color) .uk-h2,.uk-section-secondary:not(.uk-preserve-color) .uk-h3,.uk-section-secondary:not(.uk-preserve-color) .uk-h4,.uk-section-secondary:not(.uk-preserve-color) .uk-h5,.uk-section-secondary:not(.uk-preserve-color) .uk-h6,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-section-secondary:not(.uk-preserve-color) blockquote,.uk-section-secondary:not(.uk-preserve-color) em,.uk-section-secondary:not(.uk-preserve-color) h1,.uk-section-secondary:not(.uk-preserve-color) h2,.uk-section-secondary:not(.uk-preserve-color) h3,.uk-section-secondary:not(.uk-preserve-color) h4,.uk-section-secondary:not(.uk-preserve-color) h5,.uk-section-secondary:not(.uk-preserve-color) h6,.uk-tile-primary:not(.uk-preserve-color) .uk-h1,.uk-tile-primary:not(.uk-preserve-color) .uk-h2,.uk-tile-primary:not(.uk-preserve-color) .uk-h3,.uk-tile-primary:not(.uk-preserve-color) .uk-h4,.uk-tile-primary:not(.uk-preserve-color) .uk-h5,.uk-tile-primary:not(.uk-preserve-color) .uk-h6,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-tile-primary:not(.uk-preserve-color) blockquote,.uk-tile-primary:not(.uk-preserve-color) em,.uk-tile-primary:not(.uk-preserve-color) h1,.uk-tile-primary:not(.uk-preserve-color) h2,.uk-tile-primary:not(.uk-preserve-color) h3,.uk-tile-primary:not(.uk-preserve-color) h4,.uk-tile-primary:not(.uk-preserve-color) h5,.uk-tile-primary:not(.uk-preserve-color) h6,.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,.uk-tile-secondary:not(.uk-preserve-color) blockquote,.uk-tile-secondary:not(.uk-preserve-color) em,.uk-tile-secondary:not(.uk-preserve-color) h1,.uk-tile-secondary:not(.uk-preserve-color) h2,.uk-tile-secondary:not(.uk-preserve-color) h3,.uk-tile-secondary:not(.uk-preserve-color) h4,.uk-tile-secondary:not(.uk-preserve-color) h5,.uk-tile-secondary:not(.uk-preserve-color) h6 {
    color: #fff
}

.uk-card-primary.uk-card-body blockquote footer,.uk-card-primary>:not([class*=uk-card-media]) blockquote footer,.uk-card-secondary.uk-card-body blockquote footer,.uk-card-secondary>:not([class*=uk-card-media]) blockquote footer,.uk-light blockquote footer,.uk-offcanvas-bar blockquote footer,.uk-overlay-primary blockquote footer,.uk-section-primary:not(.uk-preserve-color) blockquote footer,.uk-section-secondary:not(.uk-preserve-color) blockquote footer,.uk-tile-primary:not(.uk-preserve-color) blockquote footer,.uk-tile-secondary:not(.uk-preserve-color) blockquote footer {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-hr,.uk-card-primary.uk-card-body hr,.uk-card-primary>:not([class*=uk-card-media]) .uk-hr,.uk-card-primary>:not([class*=uk-card-media]) hr,.uk-card-secondary.uk-card-body .uk-hr,.uk-card-secondary.uk-card-body hr,.uk-card-secondary>:not([class*=uk-card-media]) .uk-hr,.uk-card-secondary>:not([class*=uk-card-media]) hr,.uk-light .uk-hr,.uk-light hr,.uk-offcanvas-bar .uk-hr,.uk-offcanvas-bar hr,.uk-overlay-primary .uk-hr,.uk-overlay-primary hr,.uk-section-primary:not(.uk-preserve-color) .uk-hr,.uk-section-primary:not(.uk-preserve-color) hr,.uk-section-secondary:not(.uk-preserve-color) .uk-hr,.uk-section-secondary:not(.uk-preserve-color) hr,.uk-tile-primary:not(.uk-preserve-color) .uk-hr,.uk-tile-primary:not(.uk-preserve-color) hr,.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,.uk-tile-secondary:not(.uk-preserve-color) hr {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body :focus,.uk-card-primary>:not([class*=uk-card-media]) :focus,.uk-card-secondary.uk-card-body :focus,.uk-card-secondary>:not([class*=uk-card-media]) :focus,.uk-light :focus,.uk-offcanvas-bar :focus,.uk-overlay-primary :focus,.uk-section-primary:not(.uk-preserve-color) :focus,.uk-section-secondary:not(.uk-preserve-color) :focus,.uk-tile-primary:not(.uk-preserve-color) :focus,.uk-tile-secondary:not(.uk-preserve-color) :focus {
    outline-color: #fff
}

.uk-card-primary.uk-card-body :focus-visible,.uk-card-primary>:not([class*=uk-card-media]) :focus-visible,.uk-card-secondary.uk-card-body :focus-visible,.uk-card-secondary>:not([class*=uk-card-media]) :focus-visible,.uk-light :focus-visible,.uk-offcanvas-bar :focus-visible,.uk-overlay-primary :focus-visible,.uk-section-primary:not(.uk-preserve-color) :focus-visible,.uk-section-secondary:not(.uk-preserve-color) :focus-visible,.uk-tile-primary:not(.uk-preserve-color) :focus-visible,.uk-tile-secondary:not(.uk-preserve-color) :focus-visible {
    outline-color: #fff
}

.uk-card-primary.uk-card-body .uk-link-muted a,.uk-card-primary.uk-card-body a.uk-link-muted,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-muted a,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-muted,.uk-card-secondary.uk-card-body .uk-link-muted a,.uk-card-secondary.uk-card-body a.uk-link-muted,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-muted a,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-muted,.uk-light .uk-link-muted a,.uk-light a.uk-link-muted,.uk-offcanvas-bar .uk-link-muted a,.uk-offcanvas-bar a.uk-link-muted,.uk-overlay-primary .uk-link-muted a,.uk-overlay-primary a.uk-link-muted,.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted,.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-link-muted a:hover,.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,.uk-card-primary.uk-card-body a.uk-link-muted:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-muted a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-muted:hover,.uk-card-secondary.uk-card-body .uk-link-muted a:hover,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,.uk-card-secondary.uk-card-body a.uk-link-muted:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-muted a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-muted:hover,.uk-light .uk-link-muted a:hover,.uk-light .uk-link-toggle:hover .uk-link-muted,.uk-light a.uk-link-muted:hover,.uk-offcanvas-bar .uk-link-muted a:hover,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted,.uk-offcanvas-bar a.uk-link-muted:hover,.uk-overlay-primary .uk-link-muted a:hover,.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,.uk-overlay-primary a.uk-link-muted:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-link-text a:hover,.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,.uk-card-primary.uk-card-body a.uk-link-text:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-text a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-text:hover,.uk-card-secondary.uk-card-body .uk-link-text a:hover,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,.uk-card-secondary.uk-card-body a.uk-link-text:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-text a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-text:hover,.uk-light .uk-link-text a:hover,.uk-light .uk-link-toggle:hover .uk-link-text,.uk-light a.uk-link-text:hover,.uk-offcanvas-bar .uk-link-text a:hover,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text,.uk-offcanvas-bar a.uk-link-text:hover,.uk-overlay-primary .uk-link-text a:hover,.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,.uk-overlay-primary a.uk-link-text:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-link-heading a:hover,.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,.uk-card-primary.uk-card-body a.uk-link-heading:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-heading a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,.uk-card-primary>:not([class*=uk-card-media]) a.uk-link-heading:hover,.uk-card-secondary.uk-card-body .uk-link-heading a:hover,.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,.uk-card-secondary.uk-card-body a.uk-link-heading:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-heading a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,.uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-heading:hover,.uk-light .uk-link-heading a:hover,.uk-light .uk-link-toggle:hover .uk-link-heading,.uk-light a.uk-link-heading:hover,.uk-offcanvas-bar .uk-link-heading a:hover,.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading,.uk-offcanvas-bar a.uk-link-heading:hover,.uk-overlay-primary .uk-link-heading a:hover,.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,.uk-overlay-primary a.uk-link-heading:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-heading-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-divider,.uk-card-secondary.uk-card-body .uk-heading-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-divider,.uk-light .uk-heading-divider,.uk-offcanvas-bar .uk-heading-divider,.uk-overlay-primary .uk-heading-divider,.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider {
    border-bottom-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-heading-bullet::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-bullet::before,.uk-card-secondary.uk-card-body .uk-heading-bullet::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-bullet::before,.uk-light .uk-heading-bullet::before,.uk-offcanvas-bar .uk-heading-bullet::before,.uk-overlay-primary .uk-heading-bullet::before,.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before {
    border-left-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-heading-line>::after,.uk-card-primary.uk-card-body .uk-heading-line>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-line>::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-heading-line>::before,.uk-card-secondary.uk-card-body .uk-heading-line>::after,.uk-card-secondary.uk-card-body .uk-heading-line>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-line>::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-line>::before,.uk-light .uk-heading-line>::after,.uk-light .uk-heading-line>::before,.uk-offcanvas-bar .uk-heading-line>::after,.uk-offcanvas-bar .uk-heading-line>::before,.uk-overlay-primary .uk-heading-line>::after,.uk-overlay-primary .uk-heading-line>::before,.uk-section-primary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-section-primary:not(.uk-preserve-color) .uk-heading-line>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line>::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line>::before {
    border-bottom-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-divider-icon,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon,.uk-card-secondary.uk-card-body .uk-divider-icon,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon,.uk-light .uk-divider-icon,.uk-offcanvas-bar .uk-divider-icon,.uk-overlay-primary .uk-divider-icon,.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-primary.uk-card-body .uk-divider-icon::after,.uk-card-primary.uk-card-body .uk-divider-icon::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon::before,.uk-card-secondary.uk-card-body .uk-divider-icon::after,.uk-card-secondary.uk-card-body .uk-divider-icon::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon::before,.uk-light .uk-divider-icon::after,.uk-light .uk-divider-icon::before,.uk-offcanvas-bar .uk-divider-icon::after,.uk-offcanvas-bar .uk-divider-icon::before,.uk-overlay-primary .uk-divider-icon::after,.uk-overlay-primary .uk-divider-icon::before,.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before {
    border-bottom-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-divider-small::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-small::after,.uk-card-secondary.uk-card-body .uk-divider-small::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-small::after,.uk-light .uk-divider-small::after,.uk-offcanvas-bar .uk-divider-small::after,.uk-overlay-primary .uk-divider-small::after,.uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-divider-vertical,.uk-card-primary>:not([class*=uk-card-media]) .uk-divider-vertical,.uk-card-secondary.uk-card-body .uk-divider-vertical,.uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-vertical,.uk-light .uk-divider-vertical,.uk-offcanvas-bar .uk-divider-vertical,.uk-overlay-primary .uk-divider-vertical,.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical,.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical,.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical,.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical {
    border-left-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-list-muted>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-muted>::before,.uk-card-secondary.uk-card-body .uk-list-muted>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-muted>::before,.uk-light .uk-list-muted>::before,.uk-offcanvas-bar .uk-list-muted>::before,.uk-overlay-primary .uk-list-muted>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-muted>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted>::before {
    color: rgba(255,255,255,.5)!important
}

.uk-card-primary.uk-card-body .uk-list-emphasis>::before,.uk-card-primary.uk-card-body .uk-list-primary>::before,.uk-card-primary.uk-card-body .uk-list-secondary>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-emphasis>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-primary>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-secondary>::before,.uk-card-secondary.uk-card-body .uk-list-emphasis>::before,.uk-card-secondary.uk-card-body .uk-list-primary>::before,.uk-card-secondary.uk-card-body .uk-list-secondary>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-emphasis>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-primary>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-secondary>::before,.uk-light .uk-list-emphasis>::before,.uk-light .uk-list-primary>::before,.uk-light .uk-list-secondary>::before,.uk-offcanvas-bar .uk-list-emphasis>::before,.uk-offcanvas-bar .uk-list-primary>::before,.uk-offcanvas-bar .uk-list-secondary>::before,.uk-overlay-primary .uk-list-emphasis>::before,.uk-overlay-primary .uk-list-primary>::before,.uk-overlay-primary .uk-list-secondary>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-primary>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary>::before {
    color: #fff!important
}

.uk-card-primary.uk-card-body .uk-list-bullet>::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-list-bullet>::before,.uk-card-secondary.uk-card-body .uk-list-bullet>::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-bullet>::before,.uk-light .uk-list-bullet>::before,.uk-offcanvas-bar .uk-list-bullet>::before,.uk-overlay-primary .uk-list-bullet>::before,.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet>::before,.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet>::before,.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet>::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet>::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-card-primary.uk-card-body .uk-list-divider>:nth-child(n+2),.uk-card-primary>:not([class*=uk-card-media]) .uk-list-divider>:nth-child(n+2),.uk-card-secondary.uk-card-body .uk-list-divider>:nth-child(n+2),.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-divider>:nth-child(n+2),.uk-light .uk-list-divider>:nth-child(n+2),.uk-offcanvas-bar .uk-list-divider>:nth-child(n+2),.uk-overlay-primary .uk-list-divider>:nth-child(n+2),.uk-section-primary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2),.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2),.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2),.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider>:nth-child(n+2) {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-card-primary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-card-secondary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-card-secondary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-light .uk-list-striped>:nth-of-type(odd),.uk-offcanvas-bar .uk-list-striped>:nth-of-type(odd),.uk-overlay-primary .uk-list-striped>:nth-of-type(odd),.uk-section-primary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd),.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped>:nth-of-type(odd) {
    border-top-color: rgba(255,255,255,.2);
    border-bottom-color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.1)
}

.uk-card-primary.uk-card-body .uk-table th,.uk-card-primary>:not([class*=uk-card-media]) .uk-table th,.uk-card-secondary.uk-card-body .uk-table th,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table th,.uk-light .uk-table th,.uk-offcanvas-bar .uk-table th,.uk-overlay-primary .uk-table th,.uk-section-primary:not(.uk-preserve-color) .uk-table th,.uk-section-secondary:not(.uk-preserve-color) .uk-table th,.uk-tile-primary:not(.uk-preserve-color) .uk-table th,.uk-tile-secondary:not(.uk-preserve-color) .uk-table th {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-table caption,.uk-card-primary>:not([class*=uk-card-media]) .uk-table caption,.uk-card-secondary.uk-card-body .uk-table caption,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table caption,.uk-light .uk-table caption,.uk-offcanvas-bar .uk-table caption,.uk-overlay-primary .uk-table caption,.uk-section-primary:not(.uk-preserve-color) .uk-table caption,.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,.uk-card-primary.uk-card-body .uk-table>tr.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-table tbody tr.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-table>tr.uk-active,.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,.uk-card-secondary.uk-card-body .uk-table>tr.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table tbody tr.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table>tr.uk-active,.uk-light .uk-table tbody tr.uk-active,.uk-light .uk-table>tr.uk-active,.uk-offcanvas-bar .uk-table tbody tr.uk-active,.uk-offcanvas-bar .uk-table>tr.uk-active,.uk-overlay-primary .uk-table tbody tr.uk-active,.uk-overlay-primary .uk-table>tr.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-table>tr.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-table>tr.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-table>tr.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-table>tr.uk-active {
    background: rgba(255,255,255,.08)
}

.uk-card-primary.uk-card-body .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-primary.uk-card-body .uk-table-divider>:not(:first-child)>tr,.uk-card-primary.uk-card-body .uk-table-divider>tr:not(:first-child),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>:not(:first-child)>tr,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>tr:not(:first-child),.uk-card-secondary.uk-card-body .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-secondary.uk-card-body .uk-table-divider>:not(:first-child)>tr,.uk-card-secondary.uk-card-body .uk-table-divider>tr:not(:first-child),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>:first-child>tr:not(:first-child),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>:not(:first-child)>tr,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>tr:not(:first-child),.uk-light .uk-table-divider>:first-child>tr:not(:first-child),.uk-light .uk-table-divider>:not(:first-child)>tr,.uk-light .uk-table-divider>tr:not(:first-child),.uk-offcanvas-bar .uk-table-divider>:first-child>tr:not(:first-child),.uk-offcanvas-bar .uk-table-divider>:not(:first-child)>tr,.uk-offcanvas-bar .uk-table-divider>tr:not(:first-child),.uk-overlay-primary .uk-table-divider>:first-child>tr:not(:first-child),.uk-overlay-primary .uk-table-divider>:not(:first-child)>tr,.uk-overlay-primary .uk-table-divider>tr:not(:first-child),.uk-section-primary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-section-primary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-section-primary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child),.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child),.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider>:first-child>tr:not(:first-child),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider>:not(:first-child)>tr,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider>tr:not(:first-child) {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-primary.uk-card-body .uk-table-striped>tr:nth-of-type(odd),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(odd),.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-secondary.uk-card-body .uk-table-striped>tr:nth-of-type(odd),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(odd),.uk-light .uk-table-striped tbody tr:nth-of-type(odd),.uk-light .uk-table-striped>tr:nth-of-type(odd),.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd),.uk-offcanvas-bar .uk-table-striped>tr:nth-of-type(odd),.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),.uk-overlay-primary .uk-table-striped>tr:nth-of-type(odd),.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-section-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd),.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd),.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(odd) {
    background: rgba(255,255,255,.1);
    border-top-color: rgba(255,255,255,.2);
    border-bottom-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,.uk-card-primary.uk-card-body .uk-table-hover>tr:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-hover>tr:hover,.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,.uk-card-secondary.uk-card-body .uk-table-hover>tr:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-hover>tr:hover,.uk-light .uk-table-hover tbody tr:hover,.uk-light .uk-table-hover>tr:hover,.uk-offcanvas-bar .uk-table-hover tbody tr:hover,.uk-offcanvas-bar .uk-table-hover>tr:hover,.uk-overlay-primary .uk-table-hover tbody tr:hover,.uk-overlay-primary .uk-table-hover>tr:hover,.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-section-primary:not(.uk-preserve-color) .uk-table-hover>tr:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover>tr:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover>tr:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover>tr:hover {
    background: rgba(255,255,255,.08)
}

.uk-card-primary.uk-card-body .uk-icon-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link,.uk-card-secondary.uk-card-body .uk-icon-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link,.uk-light .uk-icon-link,.uk-offcanvas-bar .uk-icon-link,.uk-overlay-primary .uk-icon-link,.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-active>.uk-icon-link,.uk-card-primary.uk-card-body .uk-icon-link:active,.uk-card-primary.uk-card-body .uk-icon-link:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-active>.uk-icon-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link:hover,.uk-card-secondary.uk-card-body .uk-active>.uk-icon-link,.uk-card-secondary.uk-card-body .uk-icon-link:active,.uk-card-secondary.uk-card-body .uk-icon-link:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-active>.uk-icon-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link:hover,.uk-light .uk-active>.uk-icon-link,.uk-light .uk-icon-link:active,.uk-light .uk-icon-link:hover,.uk-offcanvas-bar .uk-active>.uk-icon-link,.uk-offcanvas-bar .uk-icon-link:active,.uk-offcanvas-bar .uk-icon-link:hover,.uk-overlay-primary .uk-active>.uk-icon-link,.uk-overlay-primary .uk-icon-link:active,.uk-overlay-primary .uk-icon-link:hover,.uk-section-primary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-active>.uk-icon-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-icon-button,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button,.uk-card-secondary.uk-card-body .uk-icon-button,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button,.uk-light .uk-icon-button,.uk-offcanvas-bar .uk-icon-button,.uk-overlay-primary .uk-icon-button,.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button {
    background-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-icon-button:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button:hover,.uk-card-secondary.uk-card-body .uk-icon-button:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button:hover,.uk-light .uk-icon-button:hover,.uk-offcanvas-bar .uk-icon-button:hover,.uk-overlay-primary .uk-icon-button:hover,.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover {
    background-color: rgba(255,255,255,.15);
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-icon-button:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button:active,.uk-card-secondary.uk-card-body .uk-icon-button:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button:active,.uk-light .uk-icon-button:active,.uk-offcanvas-bar .uk-icon-button:active,.uk-overlay-primary .uk-icon-button:active,.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active,.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active {
    background-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-input,.uk-card-primary.uk-card-body .uk-select,.uk-card-primary.uk-card-body .uk-textarea,.uk-card-primary>:not([class*=uk-card-media]) .uk-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-select,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea,.uk-card-secondary.uk-card-body .uk-input,.uk-card-secondary.uk-card-body .uk-select,.uk-card-secondary.uk-card-body .uk-textarea,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-select,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea,.uk-light .uk-input,.uk-light .uk-select,.uk-light .uk-textarea,.uk-offcanvas-bar .uk-input,.uk-offcanvas-bar .uk-select,.uk-offcanvas-bar .uk-textarea,.uk-overlay-primary .uk-input,.uk-overlay-primary .uk-select,.uk-overlay-primary .uk-textarea,.uk-section-primary:not(.uk-preserve-color) .uk-input,.uk-section-primary:not(.uk-preserve-color) .uk-select,.uk-section-primary:not(.uk-preserve-color) .uk-textarea,.uk-section-secondary:not(.uk-preserve-color) .uk-input,.uk-section-secondary:not(.uk-preserve-color) .uk-select,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,.uk-tile-primary:not(.uk-preserve-color) .uk-input,.uk-tile-primary:not(.uk-preserve-color) .uk-select,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,.uk-tile-secondary:not(.uk-preserve-color) .uk-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-select,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea {
    background-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
    background-clip: padding-box;
    border-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-input:focus,.uk-card-primary.uk-card-body .uk-select:focus,.uk-card-primary.uk-card-body .uk-textarea:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-input:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-select:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea:focus,.uk-card-secondary.uk-card-body .uk-input:focus,.uk-card-secondary.uk-card-body .uk-select:focus,.uk-card-secondary.uk-card-body .uk-textarea:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-select:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea:focus,.uk-light .uk-input:focus,.uk-light .uk-select:focus,.uk-light .uk-textarea:focus,.uk-offcanvas-bar .uk-input:focus,.uk-offcanvas-bar .uk-select:focus,.uk-offcanvas-bar .uk-textarea:focus,.uk-overlay-primary .uk-input:focus,.uk-overlay-primary .uk-select:focus,.uk-overlay-primary .uk-textarea:focus,.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus {
    background-color: rgba(255,255,255,.15);
    color: rgba(255,255,255,.7);
    border-color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-input::-webkit-input-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-input::-webkit-input-placeholder,.uk-card-secondary.uk-card-body .uk-input::-webkit-input-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input::-webkit-input-placeholder,.uk-light .uk-input::-webkit-input-placeholder,.uk-offcanvas-bar .uk-input::-webkit-input-placeholder,.uk-overlay-primary .uk-input::-webkit-input-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-input::-moz-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-input::-moz-placeholder,.uk-card-secondary.uk-card-body .uk-input::-moz-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input::-moz-placeholder,.uk-light .uk-input::-moz-placeholder,.uk-offcanvas-bar .uk-input::-moz-placeholder,.uk-overlay-primary .uk-input::-moz-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-input::-ms-input-placeholder,.uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input::-ms-input-placeholder,.uk-light .uk-input::-ms-input-placeholder,.uk-offcanvas-bar .uk-input::-ms-input-placeholder,.uk-overlay-primary .uk-input::-ms-input-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-input::placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-input::placeholder,.uk-card-secondary.uk-card-body .uk-input::placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input::placeholder,.uk-light .uk-input::placeholder,.uk-offcanvas-bar .uk-input::placeholder,.uk-overlay-primary .uk-input::placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-textarea::-webkit-input-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea::-webkit-input-placeholder,.uk-card-secondary.uk-card-body .uk-textarea::-webkit-input-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea::-webkit-input-placeholder,.uk-light .uk-textarea::-webkit-input-placeholder,.uk-offcanvas-bar .uk-textarea::-webkit-input-placeholder,.uk-overlay-primary .uk-textarea::-webkit-input-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-textarea::-moz-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea::-moz-placeholder,.uk-card-secondary.uk-card-body .uk-textarea::-moz-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea::-moz-placeholder,.uk-light .uk-textarea::-moz-placeholder,.uk-offcanvas-bar .uk-textarea::-moz-placeholder,.uk-overlay-primary .uk-textarea::-moz-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder,.uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder,.uk-light .uk-textarea::-ms-input-placeholder,.uk-offcanvas-bar .uk-textarea::-ms-input-placeholder,.uk-overlay-primary .uk-textarea::-ms-input-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-textarea::placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-textarea::placeholder,.uk-card-secondary.uk-card-body .uk-textarea::placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-textarea::placeholder,.uk-light .uk-textarea::placeholder,.uk-offcanvas-bar .uk-textarea::placeholder,.uk-overlay-primary .uk-textarea::placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]),.uk-card-primary>:not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]),.uk-card-secondary>:not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),.uk-light .uk-select:not([multiple]):not([size]),.uk-offcanvas-bar .uk-select:not([multiple]):not([size]),.uk-overlay-primary .uk-select:not([multiple]):not([size]),.uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),.uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),.uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),.uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-primary.uk-card-body .uk-input[list]:focus,.uk-card-primary.uk-card-body .uk-input[list]:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-input[list]:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-input[list]:hover,.uk-card-secondary.uk-card-body .uk-input[list]:focus,.uk-card-secondary.uk-card-body .uk-input[list]:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input[list]:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-input[list]:hover,.uk-light .uk-input[list]:focus,.uk-light .uk-input[list]:hover,.uk-offcanvas-bar .uk-input[list]:focus,.uk-offcanvas-bar .uk-input[list]:hover,.uk-overlay-primary .uk-input[list]:focus,.uk-overlay-primary .uk-input[list]:hover,.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-primary.uk-card-body .uk-checkbox,.uk-card-primary.uk-card-body .uk-radio,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio,.uk-card-secondary.uk-card-body .uk-checkbox,.uk-card-secondary.uk-card-body .uk-radio,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio,.uk-light .uk-checkbox,.uk-light .uk-radio,.uk-offcanvas-bar .uk-checkbox,.uk-offcanvas-bar .uk-radio,.uk-overlay-primary .uk-checkbox,.uk-overlay-primary .uk-radio,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,.uk-section-primary:not(.uk-preserve-color) .uk-radio,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,.uk-section-secondary:not(.uk-preserve-color) .uk-radio,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,.uk-tile-primary:not(.uk-preserve-color) .uk-radio,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio {
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-checkbox:focus,.uk-card-primary.uk-card-body .uk-radio:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:focus,.uk-card-secondary.uk-card-body .uk-checkbox:focus,.uk-card-secondary.uk-card-body .uk-radio:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:focus,.uk-light .uk-checkbox:focus,.uk-light .uk-radio:focus,.uk-offcanvas-bar .uk-checkbox:focus,.uk-offcanvas-bar .uk-radio:focus,.uk-overlay-primary .uk-checkbox:focus,.uk-overlay-primary .uk-radio:focus,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus {
    background-color: rgba(255,255,255,.15);
    border-color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-checkbox:checked,.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,.uk-card-primary.uk-card-body .uk-radio:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-card-secondary.uk-card-body .uk-checkbox:checked,.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,.uk-card-secondary.uk-card-body .uk-radio:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-light .uk-checkbox:checked,.uk-light .uk-checkbox:indeterminate,.uk-light .uk-radio:checked,.uk-offcanvas-bar .uk-checkbox:checked,.uk-offcanvas-bar .uk-checkbox:indeterminate,.uk-offcanvas-bar .uk-radio:checked,.uk-overlay-primary .uk-checkbox:checked,.uk-overlay-primary .uk-checkbox:indeterminate,.uk-overlay-primary .uk-radio:checked,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
    background-color: #fff;
    border-color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,.uk-card-primary.uk-card-body .uk-radio:checked:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:checked:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:checked:focus,.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,.uk-card-secondary.uk-card-body .uk-radio:checked:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:checked:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:checked:focus,.uk-light .uk-checkbox:checked:focus,.uk-light .uk-checkbox:indeterminate:focus,.uk-light .uk-radio:checked:focus,.uk-offcanvas-bar .uk-checkbox:checked:focus,.uk-offcanvas-bar .uk-checkbox:indeterminate:focus,.uk-offcanvas-bar .uk-radio:checked:focus,.uk-overlay-primary .uk-checkbox:checked:focus,.uk-overlay-primary .uk-checkbox:indeterminate:focus,.uk-overlay-primary .uk-radio:checked:focus,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus {
    background-color: #fff
}

.uk-card-primary.uk-card-body .uk-radio:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-card-secondary.uk-card-body .uk-radio:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-radio:checked,.uk-light .uk-radio:checked,.uk-offcanvas-bar .uk-radio:checked,.uk-overlay-primary .uk-radio:checked,.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-card-primary.uk-card-body .uk-checkbox:checked,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-card-secondary.uk-card-body .uk-checkbox:checked,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:checked,.uk-light .uk-checkbox:checked,.uk-offcanvas-bar .uk-checkbox:checked,.uk-overlay-primary .uk-checkbox:checked,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,.uk-card-primary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,.uk-card-secondary>:not([class*=uk-card-media]) .uk-checkbox:indeterminate,.uk-light .uk-checkbox:indeterminate,.uk-offcanvas-bar .uk-checkbox:indeterminate,.uk-overlay-primary .uk-checkbox:indeterminate,.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-card-primary.uk-card-body .uk-form-label,.uk-card-primary>:not([class*=uk-card-media]) .uk-form-label,.uk-card-secondary.uk-card-body .uk-form-label,.uk-card-secondary>:not([class*=uk-card-media]) .uk-form-label,.uk-light .uk-form-label,.uk-offcanvas-bar .uk-form-label,.uk-overlay-primary .uk-form-label,.uk-section-primary:not(.uk-preserve-color) .uk-form-label,.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-form-icon,.uk-card-primary>:not([class*=uk-card-media]) .uk-form-icon,.uk-card-secondary.uk-card-body .uk-form-icon,.uk-card-secondary>:not([class*=uk-card-media]) .uk-form-icon,.uk-light .uk-form-icon,.uk-offcanvas-bar .uk-form-icon,.uk-overlay-primary .uk-form-icon,.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon,.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon,.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-form-icon:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-form-icon:hover,.uk-card-secondary.uk-card-body .uk-form-icon:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-form-icon:hover,.uk-light .uk-form-icon:hover,.uk-offcanvas-bar .uk-form-icon:hover,.uk-overlay-primary .uk-form-icon:hover,.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-button-default,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default,.uk-card-secondary.uk-card-body .uk-button-default,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default,.uk-light .uk-button-default,.uk-offcanvas-bar .uk-button-default,.uk-overlay-primary .uk-button-default,.uk-section-primary:not(.uk-preserve-color) .uk-button-default,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-button-default.uk-active,.uk-card-primary.uk-card-body .uk-button-default:active,.uk-card-primary.uk-card-body .uk-button-default:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-default:hover,.uk-card-secondary.uk-card-body .uk-button-default.uk-active,.uk-card-secondary.uk-card-body .uk-button-default:active,.uk-card-secondary.uk-card-body .uk-button-default:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default:hover,.uk-light .uk-button-default.uk-active,.uk-light .uk-button-default:active,.uk-light .uk-button-default:hover,.uk-offcanvas-bar .uk-button-default.uk-active,.uk-offcanvas-bar .uk-button-default:active,.uk-offcanvas-bar .uk-button-default:hover,.uk-overlay-primary .uk-button-default.uk-active,.uk-overlay-primary .uk-button-default:active,.uk-overlay-primary .uk-button-default:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.uk-card-primary.uk-card-body .uk-button-primary,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary,.uk-card-secondary.uk-card-body .uk-button-primary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary,.uk-light .uk-button-primary,.uk-offcanvas-bar .uk-button-primary,.uk-overlay-primary .uk-button-primary,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
    background-color: #fff;
    color: #666
}

.uk-card-primary.uk-card-body .uk-button-primary:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary:hover,.uk-card-secondary.uk-card-body .uk-button-primary:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary:hover,.uk-light .uk-button-primary:hover,.uk-offcanvas-bar .uk-button-primary:hover,.uk-overlay-primary .uk-button-primary:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
    background-color: #f2f2f2;
    color: #666
}

.uk-card-primary.uk-card-body .uk-button-primary.uk-active,.uk-card-primary.uk-card-body .uk-button-primary:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary:active,.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,.uk-card-secondary.uk-card-body .uk-button-primary:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary:active,.uk-light .uk-button-primary.uk-active,.uk-light .uk-button-primary:active,.uk-offcanvas-bar .uk-button-primary.uk-active,.uk-offcanvas-bar .uk-button-primary:active,.uk-overlay-primary .uk-button-primary.uk-active,.uk-overlay-primary .uk-button-primary:active,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active {
    background-color: #e6e6e6;
    color: #666
}

.uk-card-primary.uk-card-body .uk-button-secondary,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary,.uk-card-secondary.uk-card-body .uk-button-secondary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary,.uk-light .uk-button-secondary,.uk-offcanvas-bar .uk-button-secondary,.uk-overlay-primary .uk-button-secondary,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary {
    background-color: #fff;
    color: #666
}

.uk-card-primary.uk-card-body .uk-button-secondary:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary:hover,.uk-card-secondary.uk-card-body .uk-button-secondary:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary:hover,.uk-light .uk-button-secondary:hover,.uk-offcanvas-bar .uk-button-secondary:hover,.uk-overlay-primary .uk-button-secondary:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover {
    background-color: #f2f2f2;
    color: #666
}

.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,.uk-card-primary.uk-card-body .uk-button-secondary:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary.uk-active,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary:active,.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,.uk-card-secondary.uk-card-body .uk-button-secondary:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary.uk-active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary:active,.uk-light .uk-button-secondary.uk-active,.uk-light .uk-button-secondary:active,.uk-offcanvas-bar .uk-button-secondary.uk-active,.uk-offcanvas-bar .uk-button-secondary:active,.uk-overlay-primary .uk-button-secondary.uk-active,.uk-overlay-primary .uk-button-secondary:active,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active {
    background-color: #e6e6e6;
    color: #666
}

.uk-card-primary.uk-card-body .uk-button-text,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text,.uk-card-secondary.uk-card-body .uk-button-text,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text,.uk-light .uk-button-text,.uk-offcanvas-bar .uk-button-text,.uk-overlay-primary .uk-button-text,.uk-section-primary:not(.uk-preserve-color) .uk-button-text,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-button-text::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text::before,.uk-card-secondary.uk-card-body .uk-button-text::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text::before,.uk-light .uk-button-text::before,.uk-offcanvas-bar .uk-button-text::before,.uk-overlay-primary .uk-button-text::before,.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before {
    border-bottom-color: #fff
}

.uk-card-primary.uk-card-body .uk-button-text:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text:hover,.uk-card-secondary.uk-card-body .uk-button-text:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text:hover,.uk-light .uk-button-text:hover,.uk-offcanvas-bar .uk-button-text:hover,.uk-overlay-primary .uk-button-text:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-button-text:disabled,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-text:disabled,.uk-card-secondary.uk-card-body .uk-button-text:disabled,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text:disabled,.uk-light .uk-button-text:disabled,.uk-offcanvas-bar .uk-button-text:disabled,.uk-overlay-primary .uk-button-text:disabled,.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled,.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-button-link,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-link,.uk-card-secondary.uk-card-body .uk-button-link,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-link,.uk-light .uk-button-link,.uk-offcanvas-bar .uk-button-link,.uk-overlay-primary .uk-button-link,.uk-section-primary:not(.uk-preserve-color) .uk-button-link,.uk-section-secondary:not(.uk-preserve-color) .uk-button-link,.uk-tile-primary:not(.uk-preserve-color) .uk-button-link,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-button-link:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-button-link:hover,.uk-card-secondary.uk-card-body .uk-button-link:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-button-link:hover,.uk-light .uk-button-link:hover,.uk-offcanvas-bar .uk-button-link:hover,.uk-overlay-primary .uk-button-link:hover,.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body.uk-card-badge,.uk-card-primary>:not([class*=uk-card-media]).uk-card-badge,.uk-card-secondary.uk-card-body.uk-card-badge,.uk-card-secondary>:not([class*=uk-card-media]).uk-card-badge,.uk-light.uk-card-badge,.uk-offcanvas-bar.uk-card-badge,.uk-overlay-primary.uk-card-badge,.uk-section-primary:not(.uk-preserve-color).uk-card-badge,.uk-section-secondary:not(.uk-preserve-color).uk-card-badge,.uk-tile-primary:not(.uk-preserve-color).uk-card-badge,.uk-tile-secondary:not(.uk-preserve-color).uk-card-badge {
    background-color: #fff;
    color: #666
}

.uk-card-primary.uk-card-body .uk-close,.uk-card-primary>:not([class*=uk-card-media]) .uk-close,.uk-card-secondary.uk-card-body .uk-close,.uk-card-secondary>:not([class*=uk-card-media]) .uk-close,.uk-light .uk-close,.uk-offcanvas-bar .uk-close,.uk-overlay-primary .uk-close,.uk-section-primary:not(.uk-preserve-color) .uk-close,.uk-section-secondary:not(.uk-preserve-color) .uk-close,.uk-tile-primary:not(.uk-preserve-color) .uk-close,.uk-tile-secondary:not(.uk-preserve-color) .uk-close {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-close:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-close:hover,.uk-card-secondary.uk-card-body .uk-close:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-close:hover,.uk-light .uk-close:hover,.uk-offcanvas-bar .uk-close:hover,.uk-overlay-primary .uk-close:hover,.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-totop,.uk-card-primary>:not([class*=uk-card-media]) .uk-totop,.uk-card-secondary.uk-card-body .uk-totop,.uk-card-secondary>:not([class*=uk-card-media]) .uk-totop,.uk-light .uk-totop,.uk-offcanvas-bar .uk-totop,.uk-overlay-primary .uk-totop,.uk-section-primary:not(.uk-preserve-color) .uk-totop,.uk-section-secondary:not(.uk-preserve-color) .uk-totop,.uk-tile-primary:not(.uk-preserve-color) .uk-totop,.uk-tile-secondary:not(.uk-preserve-color) .uk-totop {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-totop:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-totop:hover,.uk-card-secondary.uk-card-body .uk-totop:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-totop:hover,.uk-light .uk-totop:hover,.uk-offcanvas-bar .uk-totop:hover,.uk-overlay-primary .uk-totop:hover,.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-totop:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-totop:active,.uk-card-secondary.uk-card-body .uk-totop:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-totop:active,.uk-light .uk-totop:active,.uk-offcanvas-bar .uk-totop:active,.uk-overlay-primary .uk-totop:active,.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-marker,.uk-card-primary>:not([class*=uk-card-media]) .uk-marker,.uk-card-secondary.uk-card-body .uk-marker,.uk-card-secondary>:not([class*=uk-card-media]) .uk-marker,.uk-light .uk-marker,.uk-offcanvas-bar .uk-marker,.uk-overlay-primary .uk-marker,.uk-section-primary:not(.uk-preserve-color) .uk-marker,.uk-section-secondary:not(.uk-preserve-color) .uk-marker,.uk-tile-primary:not(.uk-preserve-color) .uk-marker,.uk-tile-secondary:not(.uk-preserve-color) .uk-marker {
    background: #f8f8f8;
    color: #666
}

.uk-card-primary.uk-card-body .uk-marker:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-marker:hover,.uk-card-secondary.uk-card-body .uk-marker:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-marker:hover,.uk-light .uk-marker:hover,.uk-offcanvas-bar .uk-marker:hover,.uk-overlay-primary .uk-marker:hover,.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover {
    color: #666
}

.uk-card-primary.uk-card-body .uk-badge,.uk-card-primary>:not([class*=uk-card-media]) .uk-badge,.uk-card-secondary.uk-card-body .uk-badge,.uk-card-secondary>:not([class*=uk-card-media]) .uk-badge,.uk-light .uk-badge,.uk-offcanvas-bar .uk-badge,.uk-overlay-primary .uk-badge,.uk-section-primary:not(.uk-preserve-color) .uk-badge,.uk-section-secondary:not(.uk-preserve-color) .uk-badge,.uk-tile-primary:not(.uk-preserve-color) .uk-badge,.uk-tile-secondary:not(.uk-preserve-color) .uk-badge {
    background-color: #fff;
    color: #666!important
}

.uk-card-primary.uk-card-body .uk-label,.uk-card-primary>:not([class*=uk-card-media]) .uk-label,.uk-card-secondary.uk-card-body .uk-label,.uk-card-secondary>:not([class*=uk-card-media]) .uk-label,.uk-light .uk-label,.uk-offcanvas-bar .uk-label,.uk-overlay-primary .uk-label,.uk-section-primary:not(.uk-preserve-color) .uk-label,.uk-section-secondary:not(.uk-preserve-color) .uk-label,.uk-tile-primary:not(.uk-preserve-color) .uk-label,.uk-tile-secondary:not(.uk-preserve-color) .uk-label {
    background-color: #fff;
    color: #666
}

.uk-card-primary.uk-card-body .uk-article-meta,.uk-card-primary>:not([class*=uk-card-media]) .uk-article-meta,.uk-card-secondary.uk-card-body .uk-article-meta,.uk-card-secondary>:not([class*=uk-card-media]) .uk-article-meta,.uk-light .uk-article-meta,.uk-offcanvas-bar .uk-article-meta,.uk-overlay-primary .uk-article-meta,.uk-section-primary:not(.uk-preserve-color) .uk-article-meta,.uk-section-secondary:not(.uk-preserve-color) .uk-article-meta,.uk-tile-primary:not(.uk-preserve-color) .uk-article-meta,.uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-input,.uk-light .uk-search-input,.uk-offcanvas-bar .uk-search-input,.uk-overlay-primary .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-search-input::-webkit-input-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-input::-webkit-input-placeholder,.uk-card-secondary.uk-card-body .uk-search-input::-webkit-input-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-input::-webkit-input-placeholder,.uk-light .uk-search-input::-webkit-input-placeholder,.uk-offcanvas-bar .uk-search-input::-webkit-input-placeholder,.uk-overlay-primary .uk-search-input::-webkit-input-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-search-input::-moz-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-input::-moz-placeholder,.uk-card-secondary.uk-card-body .uk-search-input::-moz-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-input::-moz-placeholder,.uk-light .uk-search-input::-moz-placeholder,.uk-offcanvas-bar .uk-search-input::-moz-placeholder,.uk-overlay-primary .uk-search-input::-moz-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-search-input::-ms-input-placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-input::-ms-input-placeholder,.uk-card-secondary.uk-card-body .uk-search-input::-ms-input-placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-input::-ms-input-placeholder,.uk-light .uk-search-input::-ms-input-placeholder,.uk-offcanvas-bar .uk-search-input::-ms-input-placeholder,.uk-overlay-primary .uk-search-input::-ms-input-placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-search-input::placeholder,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-input::placeholder,.uk-card-secondary.uk-card-body .uk-search-input::placeholder,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-input::placeholder,.uk-light .uk-search-input::placeholder,.uk-offcanvas-bar .uk-search-input::placeholder,.uk-overlay-primary .uk-search-input::placeholder,.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-search .uk-search-icon,.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-search .uk-search-icon,.uk-card-primary>:not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search .uk-search-icon,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,.uk-light .uk-search .uk-search-icon,.uk-light .uk-search .uk-search-icon:hover,.uk-offcanvas-bar .uk-search .uk-search-icon,.uk-offcanvas-bar .uk-search .uk-search-icon:hover,.uk-overlay-primary .uk-search .uk-search-icon,.uk-overlay-primary .uk-search .uk-search-icon:hover,.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input,.uk-light .uk-search-default .uk-search-input,.uk-offcanvas-bar .uk-search-default .uk-search-input,.uk-overlay-primary .uk-search-default .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,.uk-light .uk-search-default .uk-search-input:focus,.uk-offcanvas-bar .uk-search-default .uk-search-input:focus,.uk-overlay-primary .uk-search-default .uk-search-input:focus,.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus {
    background-color: rgba(0,0,0,.05)
}

.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-large .uk-search-input,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-large .uk-search-input,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,.uk-light .uk-search-large .uk-search-input,.uk-light .uk-search-navbar .uk-search-input,.uk-offcanvas-bar .uk-search-large .uk-search-input,.uk-offcanvas-bar .uk-search-navbar .uk-search-input,.uk-overlay-primary .uk-search-large .uk-search-input,.uk-overlay-primary .uk-search-navbar .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input {
    background-color: transparent
}

.uk-card-primary.uk-card-body .uk-search-toggle,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-toggle,.uk-card-secondary.uk-card-body .uk-search-toggle,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-toggle,.uk-light .uk-search-toggle,.uk-offcanvas-bar .uk-search-toggle,.uk-overlay-primary .uk-search-toggle,.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle,.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-search-toggle:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-search-toggle:hover,.uk-card-secondary.uk-card-body .uk-search-toggle:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-search-toggle:hover,.uk-light .uk-search-toggle:hover,.uk-offcanvas-bar .uk-search-toggle:hover,.uk-overlay-primary .uk-search-toggle:hover,.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-accordion-title,.uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title,.uk-card-secondary.uk-card-body .uk-accordion-title,.uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title,.uk-light .uk-accordion-title,.uk-offcanvas-bar .uk-accordion-title,.uk-overlay-primary .uk-accordion-title,.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title,.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title,.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-accordion-title:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title:hover,.uk-card-secondary.uk-card-body .uk-accordion-title:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title:hover,.uk-light .uk-accordion-title:hover,.uk-offcanvas-bar .uk-accordion-title:hover,.uk-overlay-primary .uk-accordion-title:hover,.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-grid-divider>:not(.uk-first-column)::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-grid-divider>:not(.uk-first-column)::before,.uk-card-secondary.uk-card-body .uk-grid-divider>:not(.uk-first-column)::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-grid-divider>:not(.uk-first-column)::before,.uk-light .uk-grid-divider>:not(.uk-first-column)::before,.uk-offcanvas-bar .uk-grid-divider>:not(.uk-first-column)::before,.uk-overlay-primary .uk-grid-divider>:not(.uk-first-column)::before,.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before,.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before,.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider>:not(.uk-first-column)::before {
    border-left-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-light .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-overlay-primary .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-nav-parent-icon>.uk-parent>a::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent>a::after,.uk-card-secondary.uk-card-body .uk-nav-parent-icon>.uk-parent>a::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent>a::after,.uk-light .uk-nav-parent-icon>.uk-parent>a::after,.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent>a::after,.uk-overlay-primary .uk-nav-parent-icon>.uk-parent>a::after,.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-card-primary.uk-card-body .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-card-secondary.uk-card-body .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-light .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-overlay-primary .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-card-primary.uk-card-body .uk-nav-default>li>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li>a,.uk-card-secondary.uk-card-body .uk-nav-default>li>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li>a,.uk-light .uk-nav-default>li>a,.uk-offcanvas-bar .uk-nav-default>li>a,.uk-overlay-primary .uk-nav-default>li>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default>li>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default>li>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default>li>a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-nav-default>li>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li>a:hover,.uk-card-secondary.uk-card-body .uk-nav-default>li>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li>a:hover,.uk-light .uk-nav-default>li>a:hover,.uk-offcanvas-bar .uk-nav-default>li>a:hover,.uk-overlay-primary .uk-nav-default>li>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default>li>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default>li>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default>li>a:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,.uk-card-primary.uk-card-body .uk-nav-default>li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,.uk-card-secondary.uk-card-body .uk-nav-default>li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li.uk-active>a,.uk-light .uk-nav-default .uk-nav-header,.uk-light .uk-nav-default>li.uk-active>a,.uk-offcanvas-bar .uk-nav-default .uk-nav-header,.uk-offcanvas-bar .uk-nav-default>li.uk-active>a,.uk-overlay-primary .uk-nav-default .uk-nav-header,.uk-overlay-primary .uk-nav-default>li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default>li.uk-active>a {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,.uk-light .uk-nav-default .uk-nav-divider,.uk-offcanvas-bar .uk-nav-default .uk-nav-divider,.uk-overlay-primary .uk-nav-default .uk-nav-divider,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,.uk-light .uk-nav-default .uk-nav-sub a,.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,.uk-overlay-primary .uk-nav-default .uk-nav-sub a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,.uk-light .uk-nav-default .uk-nav-sub a:hover,.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-light .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-nav-primary>li>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li>a,.uk-card-secondary.uk-card-body .uk-nav-primary>li>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li>a,.uk-light .uk-nav-primary>li>a,.uk-offcanvas-bar .uk-nav-primary>li>a,.uk-overlay-primary .uk-nav-primary>li>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-nav-primary>li>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li>a:hover,.uk-card-secondary.uk-card-body .uk-nav-primary>li>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li>a:hover,.uk-light .uk-nav-primary>li>a:hover,.uk-offcanvas-bar .uk-nav-primary>li>a:hover,.uk-overlay-primary .uk-nav-primary>li>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li>a:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,.uk-card-primary.uk-card-body .uk-nav-primary>li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,.uk-card-secondary.uk-card-body .uk-nav-primary>li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a,.uk-light .uk-nav-primary .uk-nav-header,.uk-light .uk-nav-primary>li.uk-active>a,.uk-offcanvas-bar .uk-nav-primary .uk-nav-header,.uk-offcanvas-bar .uk-nav-primary>li.uk-active>a,.uk-overlay-primary .uk-nav-primary .uk-nav-header,.uk-overlay-primary .uk-nav-primary>li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary>li.uk-active>a {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,.uk-light .uk-nav-primary .uk-nav-divider,.uk-offcanvas-bar .uk-nav-primary .uk-nav-divider,.uk-overlay-primary .uk-nav-primary .uk-nav-divider,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,.uk-light .uk-nav-primary .uk-nav-sub a,.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a,.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,.uk-light .uk-nav-primary .uk-nav-sub a:hover,.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-light .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active>a {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-card-primary>:not([class*=uk-card-media]) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-card-secondary>:not([class*=uk-card-media]) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-light .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-offcanvas-bar .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-overlay-primary .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider) {
    border-top-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-navbar-nav>li>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a,.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a,.uk-light .uk-navbar-nav>li>a,.uk-offcanvas-bar .uk-navbar-nav>li>a,.uk-overlay-primary .uk-navbar-nav>li>a,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-navbar-nav>li:hover>a,.uk-card-primary.uk-card-body .uk-navbar-nav>li>a[aria-expanded=true],.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li:hover>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a[aria-expanded=true],.uk-card-secondary.uk-card-body .uk-navbar-nav>li:hover>a,.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a[aria-expanded=true],.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li:hover>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a[aria-expanded=true],.uk-light .uk-navbar-nav>li:hover>a,.uk-light .uk-navbar-nav>li>a[aria-expanded=true],.uk-offcanvas-bar .uk-navbar-nav>li:hover>a,.uk-offcanvas-bar .uk-navbar-nav>li>a[aria-expanded=true],.uk-overlay-primary .uk-navbar-nav>li:hover>a,.uk-overlay-primary .uk-navbar-nav>li>a[aria-expanded=true],.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true],.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true],.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true],.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a[aria-expanded=true] {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a,.uk-card-primary.uk-card-body .uk-navbar-nav>li>a:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a:active,.uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a,.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-nav>li>a:active,.uk-light .uk-navbar-nav>li.uk-active>a,.uk-light .uk-navbar-nav>li>a:active,.uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a,.uk-offcanvas-bar .uk-navbar-nav>li>a:active,.uk-overlay-primary .uk-navbar-nav>li.uk-active>a,.uk-overlay-primary .uk-navbar-nav>li>a:active,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-navbar-item,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-item,.uk-card-secondary.uk-card-body .uk-navbar-item,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-item,.uk-light .uk-navbar-item,.uk-offcanvas-bar .uk-navbar-item,.uk-overlay-primary .uk-navbar-item,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-navbar-toggle,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-toggle,.uk-card-secondary.uk-card-body .uk-navbar-toggle,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-toggle,.uk-light .uk-navbar-toggle,.uk-offcanvas-bar .uk-navbar-toggle,.uk-overlay-primary .uk-navbar-toggle,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded=true],.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-toggle:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded=true],.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-toggle:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],.uk-light .uk-navbar-toggle:hover,.uk-light .uk-navbar-toggle[aria-expanded=true],.uk-offcanvas-bar .uk-navbar-toggle:hover,.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded=true],.uk-overlay-primary .uk-navbar-toggle:hover,.uk-overlay-primary .uk-navbar-toggle[aria-expanded=true],.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true] {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-subnav>*>:first-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child,.uk-card-secondary.uk-card-body .uk-subnav>*>:first-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child,.uk-light .uk-subnav>*>:first-child,.uk-offcanvas-bar .uk-subnav>*>:first-child,.uk-overlay-primary .uk-subnav>*>:first-child,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-subnav>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>a:hover,.uk-card-secondary.uk-card-body .uk-subnav>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>a:hover,.uk-light .uk-subnav>*>a:hover,.uk-offcanvas-bar .uk-subnav>*>a:hover,.uk-overlay-primary .uk-subnav>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>*>a:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-subnav>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>.uk-active>a,.uk-card-secondary.uk-card-body .uk-subnav>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>.uk-active>a,.uk-light .uk-subnav>.uk-active>a,.uk-offcanvas-bar .uk-subnav>.uk-active>a,.uk-overlay-primary .uk-subnav>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>.uk-active>a {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary.uk-card-body .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-light .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-offcanvas-bar .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-overlay-primary .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-subnav-pill>*>:first-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>:first-child,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>:first-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>:first-child,.uk-light .uk-subnav-pill>*>:first-child,.uk-offcanvas-bar .uk-subnav-pill>*>:first-child,.uk-overlay-primary .uk-subnav-pill>*>:first-child,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>:first-child {
    background-color: transparent;
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-subnav-pill>*>a:active,.uk-card-primary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:hover,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:active,.uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:hover,.uk-light .uk-subnav-pill>*>a:active,.uk-light .uk-subnav-pill>*>a:hover,.uk-offcanvas-bar .uk-subnav-pill>*>a:active,.uk-offcanvas-bar .uk-subnav-pill>*>a:hover,.uk-overlay-primary .uk-subnav-pill>*>a:active,.uk-overlay-primary .uk-subnav-pill>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>*>a:hover {
    background-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-subnav-pill>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>.uk-active>a,.uk-card-secondary.uk-card-body .uk-subnav-pill>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>.uk-active>a,.uk-light .uk-subnav-pill>.uk-active>a,.uk-offcanvas-bar .uk-subnav-pill>.uk-active>a,.uk-overlay-primary .uk-subnav-pill>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill>.uk-active>a {
    background-color: #fff;
    color: #666
}

.uk-card-primary.uk-card-body .uk-breadcrumb>*>*,.uk-card-primary.uk-card-body .uk-subnav>.uk-disabled>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>*>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>.uk-disabled>a,.uk-card-secondary.uk-card-body .uk-breadcrumb>*>*,.uk-card-secondary.uk-card-body .uk-subnav>.uk-disabled>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>*>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>.uk-disabled>a,.uk-light .uk-breadcrumb>*>*,.uk-light .uk-subnav>.uk-disabled>a,.uk-offcanvas-bar .uk-breadcrumb>*>*,.uk-offcanvas-bar .uk-subnav>.uk-disabled>a,.uk-overlay-primary .uk-breadcrumb>*>*,.uk-overlay-primary .uk-subnav>.uk-disabled>a,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>*>*,.uk-section-primary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>*,.uk-section-secondary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>*>*,.uk-tile-primary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>.uk-disabled>a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-breadcrumb>*>:hover,.uk-card-primary.uk-card-body .uk-breadcrumb>:last-child>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>*>:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>:last-child>*,.uk-card-secondary.uk-card-body .uk-breadcrumb>*>:hover,.uk-card-secondary.uk-card-body .uk-breadcrumb>:last-child>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>*>:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>:last-child>*,.uk-light .uk-breadcrumb>*>:hover,.uk-light .uk-breadcrumb>:last-child>*,.uk-offcanvas-bar .uk-breadcrumb>*>:hover,.uk-offcanvas-bar .uk-breadcrumb>:last-child>*,.uk-overlay-primary .uk-breadcrumb>*>:hover,.uk-overlay-primary .uk-breadcrumb>:last-child>*,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>*,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>*,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>*>:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>:last-child>* {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-primary.uk-card-body .uk-pagination>*>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>*>*,.uk-card-secondary.uk-card-body .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary.uk-card-body .uk-pagination>*>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>*>*,.uk-light .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-light .uk-pagination>*>*,.uk-offcanvas-bar .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-offcanvas-bar .uk-pagination>*>*,.uk-overlay-primary .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-overlay-primary .uk-pagination>*>*,.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>*>*,.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>*>*,.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>*>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>*>* {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-pagination>*>:hover,.uk-card-primary.uk-card-body .uk-pagination>.uk-active>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>*>:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>.uk-active>*,.uk-card-secondary.uk-card-body .uk-pagination>*>:hover,.uk-card-secondary.uk-card-body .uk-pagination>.uk-active>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>*>:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>.uk-active>*,.uk-light .uk-pagination>*>:hover,.uk-light .uk-pagination>.uk-active>*,.uk-offcanvas-bar .uk-pagination>*>:hover,.uk-offcanvas-bar .uk-pagination>.uk-active>*,.uk-overlay-primary .uk-pagination>*>:hover,.uk-overlay-primary .uk-pagination>.uk-active>*,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>*>:hover,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>.uk-active>*,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>*>:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>.uk-active>*,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>*>:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>.uk-active>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>*>:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>.uk-active>* {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-pagination>.uk-disabled>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-pagination>.uk-disabled>*,.uk-card-secondary.uk-card-body .uk-pagination>.uk-disabled>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-pagination>.uk-disabled>*,.uk-light .uk-pagination>.uk-disabled>*,.uk-offcanvas-bar .uk-pagination>.uk-disabled>*,.uk-overlay-primary .uk-pagination>.uk-disabled>*,.uk-section-primary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>*,.uk-section-secondary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>*,.uk-tile-primary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination>.uk-disabled>* {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-tab::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab::before,.uk-card-secondary.uk-card-body .uk-tab::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab::before,.uk-light .uk-tab::before,.uk-offcanvas-bar .uk-tab::before,.uk-overlay-primary .uk-tab::before,.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before {
    border-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-tab>*>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>*>a,.uk-card-secondary.uk-card-body .uk-tab>*>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>*>a,.uk-light .uk-tab>*>a,.uk-offcanvas-bar .uk-tab>*>a,.uk-overlay-primary .uk-tab>*>a,.uk-section-primary:not(.uk-preserve-color) .uk-tab>*>a,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>*>a,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>*>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>*>a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-tab>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>*>a:hover,.uk-card-secondary.uk-card-body .uk-tab>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>*>a:hover,.uk-light .uk-tab>*>a:hover,.uk-offcanvas-bar .uk-tab>*>a:hover,.uk-overlay-primary .uk-tab>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-tab>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>*>a:hover {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-tab>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>.uk-active>a,.uk-card-secondary.uk-card-body .uk-tab>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>.uk-active>a,.uk-light .uk-tab>.uk-active>a,.uk-offcanvas-bar .uk-tab>.uk-active>a,.uk-overlay-primary .uk-tab>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>.uk-active>a {
    color: #fff;
    border-color: #fff
}

.uk-card-primary.uk-card-body .uk-tab>.uk-disabled>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab>.uk-disabled>a,.uk-card-secondary.uk-card-body .uk-tab>.uk-disabled>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>.uk-disabled>a,.uk-light .uk-tab>.uk-disabled>a,.uk-offcanvas-bar .uk-tab>.uk-disabled>a,.uk-overlay-primary .uk-tab>.uk-disabled>a,.uk-section-primary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a,.uk-section-secondary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a,.uk-tile-primary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-tab>.uk-disabled>a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-slidenav,.uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav,.uk-card-secondary.uk-card-body .uk-slidenav,.uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav,.uk-light .uk-slidenav,.uk-offcanvas-bar .uk-slidenav,.uk-overlay-primary .uk-slidenav,.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-slidenav:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:hover,.uk-card-secondary.uk-card-body .uk-slidenav:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:hover,.uk-light .uk-slidenav:hover,.uk-offcanvas-bar .uk-slidenav:hover,.uk-overlay-primary .uk-slidenav:hover,.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
    color: rgba(255,255,255,.95)
}

.uk-card-primary.uk-card-body .uk-slidenav:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:active,.uk-card-secondary.uk-card-body .uk-slidenav:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:active,.uk-light .uk-slidenav:active,.uk-offcanvas-bar .uk-slidenav:active,.uk-overlay-primary .uk-slidenav:active,.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active,.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-dotnav>*>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>*,.uk-card-secondary.uk-card-body .uk-dotnav>*>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>*,.uk-light .uk-dotnav>*>*,.uk-offcanvas-bar .uk-dotnav>*>*,.uk-overlay-primary .uk-dotnav>*>*,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>* {
    background-color: transparent;
    border-color: rgba(255,255,255,.9)
}

.uk-card-primary.uk-card-body .uk-dotnav>*>:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>:hover,.uk-card-secondary.uk-card-body .uk-dotnav>*>:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>:hover,.uk-light .uk-dotnav>*>:hover,.uk-offcanvas-bar .uk-dotnav>*>:hover,.uk-overlay-primary .uk-dotnav>*>:hover,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>:hover {
    background-color: rgba(255,255,255,.9);
    border-color: transparent
}

.uk-card-primary.uk-card-body .uk-dotnav>*>:active,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>:active,.uk-card-secondary.uk-card-body .uk-dotnav>*>:active,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>:active,.uk-light .uk-dotnav>*>:active,.uk-offcanvas-bar .uk-dotnav>*>:active,.uk-overlay-primary .uk-dotnav>*>:active,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>:active,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>:active,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>:active,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>:active {
    background-color: rgba(255,255,255,.5);
    border-color: transparent
}

.uk-card-primary.uk-card-body .uk-dotnav>.uk-active>*,.uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*,.uk-card-secondary.uk-card-body .uk-dotnav>.uk-active>*,.uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*,.uk-light .uk-dotnav>.uk-active>*,.uk-offcanvas-bar .uk-dotnav>.uk-active>*,.uk-overlay-primary .uk-dotnav>.uk-active>*,.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>* {
    background-color: rgba(255,255,255,.9);
    border-color: transparent
}

.uk-card-primary.uk-card-body .uk-iconnav>*>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>*>a,.uk-card-secondary.uk-card-body .uk-iconnav>*>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>*>a,.uk-light .uk-iconnav>*>a,.uk-offcanvas-bar .uk-iconnav>*>a,.uk-overlay-primary .uk-iconnav>*>a,.uk-section-primary:not(.uk-preserve-color) .uk-iconnav>*>a,.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav>*>a,.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav>*>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav>*>a {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-iconnav>*>a:hover,.uk-card-primary.uk-card-body .uk-iconnav>.uk-active>a,.uk-card-primary.uk-card-body .uk-text-lead,.uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>*>a:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>.uk-active>a,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-lead,.uk-card-secondary.uk-card-body .uk-iconnav>*>a:hover,.uk-card-secondary.uk-card-body .uk-iconnav>.uk-active>a,.uk-card-secondary.uk-card-body .uk-text-lead,.uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>*>a:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>.uk-active>a,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-lead,.uk-light .uk-iconnav>*>a:hover,.uk-light .uk-iconnav>.uk-active>a,.uk-light .uk-text-lead,.uk-offcanvas-bar .uk-iconnav>*>a:hover,.uk-offcanvas-bar .uk-iconnav>.uk-active>a,.uk-offcanvas-bar .uk-text-lead,.uk-overlay-primary .uk-iconnav>*>a:hover,.uk-overlay-primary .uk-iconnav>.uk-active>a,.uk-overlay-primary .uk-text-lead,.uk-section-primary:not(.uk-preserve-color) .uk-iconnav>*>a:hover,.uk-section-primary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a,.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav>*>a:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a,.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav>*>a:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a,.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav>*>a:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav>.uk-active>a,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead {
    color: rgba(255,255,255,.7)
}

.uk-card-primary.uk-card-body .uk-text-meta,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-meta,.uk-card-secondary.uk-card-body .uk-text-meta,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-meta,.uk-light .uk-text-meta,.uk-offcanvas-bar .uk-text-meta,.uk-overlay-primary .uk-text-meta,.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,.uk-tile-primary:not(.uk-preserve-color) .uk-text-meta,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta {
    color: rgba(255,255,255,.5)
}

.uk-card-primary.uk-card-body .uk-text-muted,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-muted,.uk-card-secondary.uk-card-body .uk-text-muted,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-muted,.uk-light .uk-text-muted,.uk-offcanvas-bar .uk-text-muted,.uk-overlay-primary .uk-text-muted,.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted,.uk-tile-primary:not(.uk-preserve-color) .uk-text-muted,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
    color: rgba(255,255,255,.5)!important
}

.uk-card-primary.uk-card-body .uk-text-emphasis,.uk-card-primary.uk-card-body .uk-text-primary,.uk-card-primary.uk-card-body .uk-text-secondary,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-emphasis,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-primary,.uk-card-primary>:not([class*=uk-card-media]) .uk-text-secondary,.uk-card-secondary.uk-card-body .uk-text-emphasis,.uk-card-secondary.uk-card-body .uk-text-primary,.uk-card-secondary.uk-card-body .uk-text-secondary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-emphasis,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-primary,.uk-card-secondary>:not([class*=uk-card-media]) .uk-text-secondary,.uk-light .uk-text-emphasis,.uk-light .uk-text-primary,.uk-light .uk-text-secondary,.uk-offcanvas-bar .uk-text-emphasis,.uk-offcanvas-bar .uk-text-primary,.uk-offcanvas-bar .uk-text-secondary,.uk-overlay-primary .uk-text-emphasis,.uk-overlay-primary .uk-text-primary,.uk-overlay-primary .uk-text-secondary,.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis,.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary,.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,.uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis,.uk-tile-primary:not(.uk-preserve-color) .uk-text-primary,.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary,.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary {
    color: #fff!important
}

.uk-card-primary.uk-card-body .uk-column-divider,.uk-card-primary>:not([class*=uk-card-media]) .uk-column-divider,.uk-card-secondary.uk-card-body .uk-column-divider,.uk-card-secondary>:not([class*=uk-card-media]) .uk-column-divider,.uk-light .uk-column-divider,.uk-offcanvas-bar .uk-column-divider,.uk-overlay-primary .uk-column-divider,.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider,.uk-tile-primary:not(.uk-preserve-color) .uk-column-divider,.uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider {
    -moz-column-rule-color: rgba(255,255,255,.2);
    column-rule-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-logo,.uk-card-primary.uk-card-body .uk-logo:hover,.uk-card-primary>:not([class*=uk-card-media]) .uk-logo,.uk-card-primary>:not([class*=uk-card-media]) .uk-logo:hover,.uk-card-secondary.uk-card-body .uk-logo,.uk-card-secondary.uk-card-body .uk-logo:hover,.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo,.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo:hover,.uk-light .uk-logo,.uk-light .uk-logo:hover,.uk-offcanvas-bar .uk-logo,.uk-offcanvas-bar .uk-logo:hover,.uk-overlay-primary .uk-logo,.uk-overlay-primary .uk-logo:hover,.uk-section-primary:not(.uk-preserve-color) .uk-logo,.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,.uk-section-secondary:not(.uk-preserve-color) .uk-logo,.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,.uk-tile-primary:not(.uk-preserve-color) .uk-logo,.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,.uk-tile-secondary:not(.uk-preserve-color) .uk-logo,.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover {
    color: #fff
}

.uk-card-primary.uk-card-body .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-card-primary>:not([class*=uk-card-media]) .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-card-secondary.uk-card-body .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-light .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-offcanvas-bar .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-overlay-primary .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-section-primary:not(.uk-preserve-color) .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-section-secondary:not(.uk-preserve-color) .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-tile-primary:not(.uk-preserve-color) .uk-logo>:not(.uk-logo-inverse):not(:only-of-type),.uk-tile-secondary:not(.uk-preserve-color) .uk-logo>:not(.uk-logo-inverse):not(:only-of-type) {
    display: none
}

.uk-card-primary.uk-card-body .uk-logo-inverse,.uk-card-primary>:not([class*=uk-card-media]) .uk-logo-inverse,.uk-card-secondary.uk-card-body .uk-logo-inverse,.uk-card-secondary>:not([class*=uk-card-media]) .uk-logo-inverse,.uk-light .uk-logo-inverse,.uk-offcanvas-bar .uk-logo-inverse,.uk-overlay-primary .uk-logo-inverse,.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse,.uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse,.uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse {
    display: block
}

.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-primary.uk-card-body .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-secondary.uk-card-body .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-light .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-light .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-offcanvas-bar .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-overlay-primary .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-section-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped>tr:nth-of-type(2n):last-child {
    border-bottom-color: rgba(255,255,255,.2)
}

.uk-card-primary.uk-card-body .uk-accordion-title::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title::before,.uk-card-secondary.uk-card-body .uk-accordion-title::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title::before,.uk-light .uk-accordion-title::before,.uk-offcanvas-bar .uk-accordion-title::before,.uk-overlay-primary .uk-accordion-title::before,.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-card-primary.uk-card-body .uk-open>.uk-accordion-title::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-open>.uk-accordion-title::before,.uk-card-secondary.uk-card-body .uk-open>.uk-accordion-title::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-open>.uk-accordion-title::before,.uk-light .uk-open>.uk-accordion-title::before,.uk-offcanvas-bar .uk-open>.uk-accordion-title::before,.uk-overlay-primary .uk-open>.uk-accordion-title::before,.uk-section-primary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before,.uk-section-secondary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before,.uk-tile-primary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before,.uk-tile-secondary:not(.uk-preserve-color) .uk-open>.uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

@media print {
    *,::after,::before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*.8);
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),print {
    .animate__animated {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        transition-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0%,to {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

@keyframes pulse {
    0%,to {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0%,to {
        transform: scaleX(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)
    }
}

@keyframes rubberBand {
    0%,to {
        transform: scaleX(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)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(0,-10px,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(0,10px,0)
    }
}

@keyframes shakeY {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(0,-10px,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(0,10px,0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-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)
    }
}

@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)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

.animate__swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0%,to {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
}

@keyframes tada {
    0%,to {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0%,to {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }
}

@keyframes wobble {
    0%,to {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        transform: translateZ(0)
    }

    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)
    }
}

@keyframes jello {
    0%,11.1%,to {
        transform: translateZ(0)
    }

    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)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0%,28%,70% {
        transform: scale(1)
    }

    14%,42% {
        transform: scale(1.3)
    }
}

@keyframes heartBeat {
    0%,28%,70% {
        transform: scale(1)
    }

    14%,42% {
        transform: scale(1.3)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        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: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        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: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(-5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(-5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-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)
    }
}

@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)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        transform: translate3d(-100%,0,0) skewX(30deg);
        opacity: 0
    }

    60% {
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        transform: translate3d(-100%,0,0) skewX(30deg);
        opacity: 0
    }

    60% {
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(-100%,0,0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(-100%,0,0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        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)
    }
}

@keyframes jackInTheBox {
    0% {
        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)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: Flaticon;
    src: url(Flaticon.b1284fdb85a815ec161e.eot);
    src: url(Flaticond41d.b1284fdb85a815ec161e.eot?#iefix) format("embedded-opentype"),url(Flaticon.493f096bc43273f771dd.woff2) format("woff2"),url(Flaticon.c78b6ecaad7e5e5fa9b5.woff) format("woff"),url(Flaticon.5bc0abcc78b7efab3e02.ttf) format("truetype"),url(Flaticon.2ae1cc81600385370665.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:Flaticon;
        src: url(Flaticon.2ae1cc81600385370665.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 15px;
    font-style: normal
}

.flaticon-quality:before {
    content: "\f100"
}

.flaticon-domain-registration:before {
    content: "\f101"
}

.flaticon-targeting:before {
    content: "\f102"
}

.flaticon-search-engine:before {
    content: "\f103"
}

.flaticon-idea:before {
    content: "\f104"
}

.flaticon-pay-per-click:before {
    content: "\f105"
}

.flaticon-analytics:before {
    content: "\f106"
}

.flaticon-stats:before {
    content: "\f107"
}

.flaticon-link:before {
    content: "\f108"
}

.flaticon-translation:before {
    content: "\f109"
}

.flaticon-bug:before {
    content: "\f10a"
}

.flaticon-mail:before {
    content: "\f10b"
}

.flaticon-magnifying-glass:before {
    content: "\f10c"
}

.flaticon-right:before {
    content: "\f10d"
}

.flaticon-plan:before {
    content: "\f10e"
}

.flaticon-think:before {
    content: "\f10f"
}

.flaticon-shout:before {
    content: "\f110"
}

.flaticon-analytics-1:before {
    content: "\f111"
}

.flaticon-ux-design:before {
    content: "\f112"
}

.flaticon-camera:before {
    content: "\f113"
}

.flaticon-data:before {
    content: "\f114"
}

.flaticon-chat:before {
    content: "\f115"
}

.flaticon-project:before {
    content: "\f116"
}

.flaticon-quote:before {
    content: "\f117"
}

.flaticon-logo:before {
    content: "\f118"
}

.flaticon-twitter:before {
    content: "\f119"
}

.flaticon-linkedin:before {
    content: "\f11a"
}

.flaticon-logo-1:before {
    content: "\f11b"
}

.flaticon-down-arrow:before {
    content: "\f11c"
}

.flaticon-back:before {
    content: "\f11d"
}

.flaticon-multimedia:before {
    content: "\f11e"
}

.flaticon-search:before {
    content: "\f11f"
}

.flaticon-edit:before {
    content: "\f120"
}

.flaticon-plus:before {
    content: "\f121"
}

.flaticon-line:before {
    content: "\f122"
}

.flaticon-tick:before {
    content: "\f123"
}

.flaticon-chevron:before {
    content: "\f124"
}

@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(boxicons.dab45c68e7843f05a1fa.eot);
    src: url(boxicons.dab45c68e7843f05a1fa.eot) format('embedded-opentype'),url(boxicons.3d97761636a97b1be38c.woff2) format('woff2'),url(boxicons.9c952314ccb15e121874.woff) format('woff'),url(boxicons.5c6ab33f42e78029efb5.ttf) format('truetype'),url(boxiconsd41d.6d6da3000a14d46a3668.svg?#boxicons) format('svg')
}

.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none
}

.bx-ul>li {
    position: relative
}

.bx-ul .bx {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: -2em;
    width: 2em;
    text-align: center
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes burst {
    0% {
        transform: scale(1);
        opacity: 1
    }

    90% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes burst {
    0% {
        transform: scale(1);
        opacity: 1
    }

    90% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes flashing {
    0%,90% {
        opacity: 1
    }

    45% {
        opacity: 0
    }
}

@keyframes flashing {
    0%,90% {
        opacity: 1
    }

    45% {
        opacity: 0
    }
}

@-webkit-keyframes fade-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    75% {
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    75% {
        transform: translateX(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    75% {
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    75% {
        transform: translateX(20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    75% {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    75% {
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    75% {
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes fade-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    75% {
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
    }

    40%,60%,80% {
        transform: scale3d(1,1,1) rotate3d(0,0,1,-10deg)
    }
}

@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
    }

    40%,60%,80% {
        transform: rotate3d(0,0,1,-10deg)
    }
}

.bx-spin,.bx-spin-hover:hover {
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin
}

.bx-tada,.bx-tada-hover:hover {
    -webkit-animation: 1.5s infinite tada;
    animation: 1.5s infinite tada
}

.bx-flashing,.bx-flashing-hover:hover {
    -webkit-animation: 1.5s linear infinite flashing;
    animation: 1.5s linear infinite flashing
}

.bx-burst,.bx-burst-hover:hover {
    -webkit-animation: 1.5s linear infinite burst;
    animation: 1.5s linear infinite burst
}

.bx-fade-up,.bx-fade-up-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-up;
    animation: 1.5s linear infinite fade-up
}

.bx-fade-down,.bx-fade-down-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-down;
    animation: 1.5s linear infinite fade-down
}

.bx-fade-left,.bx-fade-left-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-left;
    animation: 1.5s linear infinite fade-left
}

.bx-fade-right,.bx-fade-right-hover:hover {
    -webkit-animation: 1.5s linear infinite fade-right;
    animation: 1.5s linear infinite fade-right
}

.bx-xs {
    font-size: 1rem!important
}

.bx-sm {
    font-size: 1.55rem!important
}

.bx-md {
    font-size: 2.25rem!important
}

.bx-lg {
    font-size: 3rem!important
}

.bx-fw {
    font-size: 1.2857142857em;
    line-height: .8em;
    width: 1.2857142857em;
    height: .8em;
    margin-top: -.2em!important;
    vertical-align: middle
}

.bx-pull-left {
    float: left;
    margin-right: .3em!important
}

.bx-pull-right {
    float: right;
    margin-left: .3em!important
}

.bx-rotate-90 {
    transform: rotate(90deg)
}

.bx-rotate-180 {
    transform: rotate(180deg)
}

.bx-rotate-270 {
    transform: rotate(270deg)
}

.bx-flip-horizontal {
    transform: scaleX(-1)
}

.bx-flip-vertical {
    transform: scaleY(-1)
}

.bx-border {
    padding: .25em;
    border: .07em solid rgba(0,0,0,.1);
    border-radius: .25em
}

.bx-border-circle {
    padding: .25em;
    border: .07em solid rgba(0,0,0,.1);
    border-radius: 50%
}

.bxs-color:before {
    content: "\ef39"
}

.bx-reflect-horizontal:before {
    content: "\ef3a"
}

.bx-reflect-vertical:before {
    content: "\ef3b"
}

.bx-color:before {
    content: "\ef3c"
}

.bxl-mongodb:before {
    content: "\ef3d"
}

.bxl-postgresql:before {
    content: "\ef3e"
}

.bxl-deezer:before {
    content: "\ef3f"
}

.bxs-hard-hat:before {
    content: "\ef2a"
}

.bxs-home-alt-2:before {
    content: "\ef2b"
}

.bxs-cheese:before {
    content: "\ef2c"
}

.bx-home-alt-2:before {
    content: "\ef2d"
}

.bx-hard-hat:before {
    content: "\ef2e"
}

.bx-cheese:before {
    content: "\ef2f"
}

.bx-cart-add:before {
    content: "\ef30"
}

.bx-cart-download:before {
    content: "\ef31"
}

.bx-no-signal:before {
    content: "\ef32"
}

.bx-signal-1:before {
    content: "\ef33"
}

.bx-signal-2:before {
    content: "\ef34"
}

.bx-signal-3:before {
    content: "\ef35"
}

.bx-signal-4:before {
    content: "\ef36"
}

.bx-signal-5:before {
    content: "\ef37"
}

.bxl-xing:before {
    content: "\ef38"
}

.bxl-meta:before {
    content: "\ef27"
}

.bx-lemon:before {
    content: "\ef28"
}

.bxs-lemon:before {
    content: "\ef29"
}

.bx-cricket-ball:before {
    content: "\ef0c"
}

.bx-baguette:before {
    content: "\ef0d"
}

.bx-bowl-hot:before {
    content: "\ef0e"
}

.bx-bowl-rice:before {
    content: "\ef0f"
}

.bx-cable-car:before {
    content: "\ef10"
}

.bx-candles:before {
    content: "\ef11"
}

.bx-circle-half:before {
    content: "\ef12"
}

.bx-circle-quarter:before {
    content: "\ef13"
}

.bx-circle-three-quarter:before {
    content: "\ef14"
}

.bx-cross:before {
    content: "\ef15"
}

.bx-fork:before {
    content: "\ef16"
}

.bx-knife:before {
    content: "\ef17"
}

.bx-money-withdraw:before {
    content: "\ef18"
}

.bx-popsicle:before {
    content: "\ef19"
}

.bx-scatter-chart:before {
    content: "\ef1a"
}

.bxs-baguette:before {
    content: "\ef1b"
}

.bxs-bowl-hot:before {
    content: "\ef1c"
}

.bxs-bowl-rice:before {
    content: "\ef1d"
}

.bxs-cable-car:before {
    content: "\ef1e"
}

.bxs-circle-half:before {
    content: "\ef1f"
}

.bxs-circle-quarter:before {
    content: "\ef20"
}

.bxs-circle-three-quarter:before {
    content: "\ef21"
}

.bxs-cricket-ball:before {
    content: "\ef22"
}

.bxs-invader:before {
    content: "\ef23"
}

.bx-male-female:before {
    content: "\ef24"
}

.bxs-popsicle:before {
    content: "\ef25"
}

.bxs-tree-alt:before {
    content: "\ef26"
}

.bxl-venmo:before {
    content: "\e900"
}

.bxl-upwork:before {
    content: "\e901"
}

.bxl-netlify:before {
    content: "\e902"
}

.bxl-java:before {
    content: "\e903"
}

.bxl-heroku:before {
    content: "\e904"
}

.bxl-go-lang:before {
    content: "\e905"
}

.bxl-gmail:before {
    content: "\e906"
}

.bxl-flask:before {
    content: "\e907"
}

.bxl-99designs:before {
    content: "\e908"
}

.bxl-500px:before {
    content: "\e909"
}

.bxl-adobe:before {
    content: "\e90a"
}

.bxl-airbnb:before {
    content: "\e90b"
}

.bxl-algolia:before {
    content: "\e90c"
}

.bxl-amazon:before {
    content: "\e90d"
}

.bxl-android:before {
    content: "\e90e"
}

.bxl-angular:before {
    content: "\e90f"
}

.bxl-apple:before {
    content: "\e910"
}

.bxl-audible:before {
    content: "\e911"
}

.bxl-aws:before {
    content: "\e912"
}

.bxl-baidu:before {
    content: "\e913"
}

.bxl-behance:before {
    content: "\e914"
}

.bxl-bing:before {
    content: "\e915"
}

.bxl-bitcoin:before {
    content: "\e916"
}

.bxl-blender:before {
    content: "\e917"
}

.bxl-blogger:before {
    content: "\e918"
}

.bxl-bootstrap:before {
    content: "\e919"
}

.bxl-chrome:before {
    content: "\e91a"
}

.bxl-codepen:before {
    content: "\e91b"
}

.bxl-c-plus-plus:before {
    content: "\e91c"
}

.bxl-creative-commons:before {
    content: "\e91d"
}

.bxl-css3:before {
    content: "\e91e"
}

.bxl-dailymotion:before {
    content: "\e91f"
}

.bxl-deviantart:before {
    content: "\e920"
}

.bxl-dev-to:before {
    content: "\e921"
}

.bxl-digg:before {
    content: "\e922"
}

.bxl-digitalocean:before {
    content: "\e923"
}

.bxl-discord:before {
    content: "\e924"
}

.bxl-discord-alt:before {
    content: "\e925"
}

.bxl-discourse:before {
    content: "\e926"
}

.bxl-django:before {
    content: "\e927"
}

.bxl-docker:before {
    content: "\e928"
}

.bxl-dribbble:before {
    content: "\e929"
}

.bxl-dropbox:before {
    content: "\e92a"
}

.bxl-drupal:before {
    content: "\e92b"
}

.bxl-ebay:before {
    content: "\e92c"
}

.bxl-edge:before {
    content: "\e92d"
}

.bxl-etsy:before {
    content: "\e92e"
}

.bxl-facebook:before {
    content: "\e92f"
}

.bxl-facebook-circle:before {
    content: "\e930"
}

.bxl-facebook-square:before {
    content: "\e931"
}

.bxl-figma:before {
    content: "\e932"
}

.bxl-firebase:before {
    content: "\e933"
}

.bxl-firefox:before {
    content: "\e934"
}

.bxl-flickr:before {
    content: "\e935"
}

.bxl-flickr-square:before {
    content: "\e936"
}

.bxl-flutter:before {
    content: "\e937"
}

.bxl-foursquare:before {
    content: "\e938"
}

.bxl-git:before {
    content: "\e939"
}

.bxl-github:before {
    content: "\e93a"
}

.bxl-gitlab:before {
    content: "\e93b"
}

.bxl-google:before {
    content: "\e93c"
}

.bxl-google-cloud:before {
    content: "\e93d"
}

.bxl-google-plus:before {
    content: "\e93e"
}

.bxl-google-plus-circle:before {
    content: "\e93f"
}

.bxl-html5:before {
    content: "\e940"
}

.bxl-imdb:before {
    content: "\e941"
}

.bxl-instagram:before {
    content: "\e942"
}

.bxl-instagram-alt:before {
    content: "\e943"
}

.bxl-internet-explorer:before {
    content: "\e944"
}

.bxl-invision:before {
    content: "\e945"
}

.bxl-javascript:before {
    content: "\e946"
}

.bxl-joomla:before {
    content: "\e947"
}

.bxl-jquery:before {
    content: "\e948"
}

.bxl-jsfiddle:before {
    content: "\e949"
}

.bxl-kickstarter:before {
    content: "\e94a"
}

.bxl-kubernetes:before {
    content: "\e94b"
}

.bxl-less:before {
    content: "\e94c"
}

.bxl-linkedin:before {
    content: "\e94d"
}

.bxl-linkedin-square:before {
    content: "\e94e"
}

.bxl-magento:before {
    content: "\e94f"
}

.bxl-mailchimp:before {
    content: "\e950"
}

.bxl-markdown:before {
    content: "\e951"
}

.bxl-mastercard:before {
    content: "\e952"
}

.bxl-mastodon:before {
    content: "\e953"
}

.bxl-medium:before {
    content: "\e954"
}

.bxl-medium-old:before {
    content: "\e955"
}

.bxl-medium-square:before {
    content: "\e956"
}

.bxl-messenger:before {
    content: "\e957"
}

.bxl-microsoft:before {
    content: "\e958"
}

.bxl-microsoft-teams:before {
    content: "\e959"
}

.bxl-nodejs:before {
    content: "\e95a"
}

.bxl-ok-ru:before {
    content: "\e95b"
}

.bxl-opera:before {
    content: "\e95c"
}

.bxl-patreon:before {
    content: "\e95d"
}

.bxl-paypal:before {
    content: "\e95e"
}

.bxl-periscope:before {
    content: "\e95f"
}

.bxl-php:before {
    content: "\e960"
}

.bxl-pinterest:before {
    content: "\e961"
}

.bxl-pinterest-alt:before {
    content: "\e962"
}

.bxl-play-store:before {
    content: "\e963"
}

.bxl-pocket:before {
    content: "\e964"
}

.bxl-product-hunt:before {
    content: "\e965"
}

.bxl-python:before {
    content: "\e966"
}

.bxl-quora:before {
    content: "\e967"
}

.bxl-react:before {
    content: "\e968"
}

.bxl-redbubble:before {
    content: "\e969"
}

.bxl-reddit:before {
    content: "\e96a"
}

.bxl-redux:before {
    content: "\e96b"
}

.bxl-sass:before {
    content: "\e96c"
}

.bxl-shopify:before {
    content: "\e96d"
}

.bxl-sketch:before {
    content: "\e96e"
}

.bxl-skype:before {
    content: "\e96f"
}

.bxl-slack:before {
    content: "\e970"
}

.bxl-slack-old:before {
    content: "\e971"
}

.bxl-snapchat:before {
    content: "\e972"
}

.bxl-soundcloud:before {
    content: "\e973"
}

.bxl-spotify:before {
    content: "\e974"
}

.bxl-spring-boot:before {
    content: "\e975"
}

.bxl-squarespace:before {
    content: "\e976"
}

.bxl-stack-overflow:before {
    content: "\e977"
}

.bxl-steam:before {
    content: "\e978"
}

.bxl-stripe:before {
    content: "\e979"
}

.bxl-tailwind-css:before {
    content: "\e97a"
}

.bxl-telegram:before {
    content: "\e97b"
}

.bxl-tiktok:before {
    content: "\e97c"
}

.bxl-trello:before {
    content: "\e97d"
}

.bxl-trip-advisor:before {
    content: "\e97e"
}

.bxl-tumblr:before {
    content: "\e97f"
}

.bxl-tux:before {
    content: "\e980"
}

.bxl-twitch:before {
    content: "\e981"
}

.bxl-twitter:before {
    content: "\e982"
}

.bxl-unity:before {
    content: "\e983"
}

.bxl-unsplash:before {
    content: "\e984"
}

.bxl-vimeo:before {
    content: "\e985"
}

.bxl-visa:before {
    content: "\e986"
}

.bxl-visual-studio:before {
    content: "\e987"
}

.bxl-vk:before {
    content: "\e988"
}

.bxl-vuejs:before {
    content: "\e989"
}

.bxl-whatsapp:before {
    content: "\e98a"
}

.bxl-whatsapp-square:before {
    content: "\e98b"
}

.bxl-wikipedia:before {
    content: "\e98c"
}

.bxl-windows:before {
    content: "\e98d"
}

.bxl-wix:before {
    content: "\e98e"
}

.bxl-wordpress:before {
    content: "\e98f"
}

.bxl-yahoo:before {
    content: "\e990"
}

.bxl-yelp:before {
    content: "\e991"
}

.bxl-youtube:before {
    content: "\e992"
}

.bxl-zoom:before {
    content: "\e993"
}

.bx-collapse-alt:before {
    content: "\e994"
}

.bx-collapse-horizontal:before {
    content: "\e995"
}

.bx-collapse-vertical:before {
    content: "\e996"
}

.bx-expand-horizontal:before {
    content: "\e997"
}

.bx-expand-vertical:before {
    content: "\e998"
}

.bx-injection:before {
    content: "\e999"
}

.bx-leaf:before {
    content: "\e99a"
}

.bx-math:before {
    content: "\e99b"
}

.bx-party:before {
    content: "\e99c"
}

.bx-abacus:before {
    content: "\e99d"
}

.bx-accessibility:before {
    content: "\e99e"
}

.bx-add-to-queue:before {
    content: "\e99f"
}

.bx-adjust:before {
    content: "\e9a0"
}

.bx-alarm:before {
    content: "\e9a1"
}

.bx-alarm-add:before {
    content: "\e9a2"
}

.bx-alarm-exclamation:before {
    content: "\e9a3"
}

.bx-alarm-off:before {
    content: "\e9a4"
}

.bx-alarm-snooze:before {
    content: "\e9a5"
}

.bx-album:before {
    content: "\e9a6"
}

.bx-align-justify:before {
    content: "\e9a7"
}

.bx-align-left:before {
    content: "\e9a8"
}

.bx-align-middle:before {
    content: "\e9a9"
}

.bx-align-right:before {
    content: "\e9aa"
}

.bx-analyse:before {
    content: "\e9ab"
}

.bx-anchor:before {
    content: "\e9ac"
}

.bx-angry:before {
    content: "\e9ad"
}

.bx-aperture:before {
    content: "\e9ae"
}

.bx-arch:before {
    content: "\e9af"
}

.bx-archive:before {
    content: "\e9b0"
}

.bx-archive-in:before {
    content: "\e9b1"
}

.bx-archive-out:before {
    content: "\e9b2"
}

.bx-area:before {
    content: "\e9b3"
}

.bx-arrow-back:before {
    content: "\e9b4"
}

.bx-arrow-from-bottom:before {
    content: "\e9b5"
}

.bx-arrow-from-left:before {
    content: "\e9b6"
}

.bx-arrow-from-right:before {
    content: "\e9b7"
}

.bx-arrow-from-top:before {
    content: "\e9b8"
}

.bx-arrow-to-bottom:before {
    content: "\e9b9"
}

.bx-arrow-to-left:before {
    content: "\e9ba"
}

.bx-arrow-to-right:before {
    content: "\e9bb"
}

.bx-arrow-to-top:before {
    content: "\e9bc"
}

.bx-at:before {
    content: "\e9bd"
}

.bx-atom:before {
    content: "\e9be"
}

.bx-award:before {
    content: "\e9bf"
}

.bx-badge:before {
    content: "\e9c0"
}

.bx-badge-check:before {
    content: "\e9c1"
}

.bx-ball:before {
    content: "\e9c2"
}

.bx-band-aid:before {
    content: "\e9c3"
}

.bx-bar-chart:before {
    content: "\e9c4"
}

.bx-bar-chart-alt:before {
    content: "\e9c5"
}

.bx-bar-chart-alt-2:before {
    content: "\e9c6"
}

.bx-bar-chart-square:before {
    content: "\e9c7"
}

.bx-barcode:before {
    content: "\e9c8"
}

.bx-barcode-reader:before {
    content: "\e9c9"
}

.bx-baseball:before {
    content: "\e9ca"
}

.bx-basket:before {
    content: "\e9cb"
}

.bx-basketball:before {
    content: "\e9cc"
}

.bx-bath:before {
    content: "\e9cd"
}

.bx-battery:before {
    content: "\e9ce"
}

.bx-bed:before {
    content: "\e9cf"
}

.bx-been-here:before {
    content: "\e9d0"
}

.bx-beer:before {
    content: "\e9d1"
}

.bx-bell:before {
    content: "\e9d2"
}

.bx-bell-minus:before {
    content: "\e9d3"
}

.bx-bell-off:before {
    content: "\e9d4"
}

.bx-bell-plus:before {
    content: "\e9d5"
}

.bx-bible:before {
    content: "\e9d6"
}

.bx-bitcoin:before {
    content: "\e9d7"
}

.bx-blanket:before {
    content: "\e9d8"
}

.bx-block:before {
    content: "\e9d9"
}

.bx-bluetooth:before {
    content: "\e9da"
}

.bx-body:before {
    content: "\e9db"
}

.bx-bold:before {
    content: "\e9dc"
}

.bx-bolt-circle:before {
    content: "\e9dd"
}

.bx-bomb:before {
    content: "\e9de"
}

.bx-bone:before {
    content: "\e9df"
}

.bx-bong:before {
    content: "\e9e0"
}

.bx-book:before {
    content: "\e9e1"
}

.bx-book-add:before {
    content: "\e9e2"
}

.bx-book-alt:before {
    content: "\e9e3"
}

.bx-book-bookmark:before {
    content: "\e9e4"
}

.bx-book-content:before {
    content: "\e9e5"
}

.bx-book-heart:before {
    content: "\e9e6"
}

.bx-bookmark:before {
    content: "\e9e7"
}

.bx-bookmark-alt:before {
    content: "\e9e8"
}

.bx-bookmark-alt-minus:before {
    content: "\e9e9"
}

.bx-bookmark-alt-plus:before {
    content: "\e9ea"
}

.bx-bookmark-heart:before {
    content: "\e9eb"
}

.bx-bookmark-minus:before {
    content: "\e9ec"
}

.bx-bookmark-plus:before {
    content: "\e9ed"
}

.bx-bookmarks:before {
    content: "\e9ee"
}

.bx-book-open:before {
    content: "\e9ef"
}

.bx-book-reader:before {
    content: "\e9f0"
}

.bx-border-all:before {
    content: "\e9f1"
}

.bx-border-bottom:before {
    content: "\e9f2"
}

.bx-border-inner:before {
    content: "\e9f3"
}

.bx-border-left:before {
    content: "\e9f4"
}

.bx-border-none:before {
    content: "\e9f5"
}

.bx-border-outer:before {
    content: "\e9f6"
}

.bx-border-radius:before {
    content: "\e9f7"
}

.bx-border-right:before {
    content: "\e9f8"
}

.bx-border-top:before {
    content: "\e9f9"
}

.bx-bot:before {
    content: "\e9fa"
}

.bx-bowling-ball:before {
    content: "\e9fb"
}

.bx-box:before {
    content: "\e9fc"
}

.bx-bracket:before {
    content: "\e9fd"
}

.bx-braille:before {
    content: "\e9fe"
}

.bx-brain:before {
    content: "\e9ff"
}

.bx-briefcase:before {
    content: "\ea00"
}

.bx-briefcase-alt:before {
    content: "\ea01"
}

.bx-briefcase-alt-2:before {
    content: "\ea02"
}

.bx-brightness:before {
    content: "\ea03"
}

.bx-brightness-half:before {
    content: "\ea04"
}

.bx-broadcast:before {
    content: "\ea05"
}

.bx-brush:before {
    content: "\ea06"
}

.bx-brush-alt:before {
    content: "\ea07"
}

.bx-bug:before {
    content: "\ea08"
}

.bx-bug-alt:before {
    content: "\ea09"
}

.bx-building:before {
    content: "\ea0a"
}

.bx-building-house:before {
    content: "\ea0b"
}

.bx-buildings:before {
    content: "\ea0c"
}

.bx-bulb:before {
    content: "\ea0d"
}

.bx-bullseye:before {
    content: "\ea0e"
}

.bx-buoy:before {
    content: "\ea0f"
}

.bx-bus:before {
    content: "\ea10"
}

.bx-bus-school:before {
    content: "\ea11"
}

.bx-cabinet:before {
    content: "\ea12"
}

.bx-cake:before {
    content: "\ea13"
}

.bx-calculator:before {
    content: "\ea14"
}

.bx-calendar:before {
    content: "\ea15"
}

.bx-calendar-alt:before {
    content: "\ea16"
}

.bx-calendar-check:before {
    content: "\ea17"
}

.bx-calendar-edit:before {
    content: "\ea18"
}

.bx-calendar-event:before {
    content: "\ea19"
}

.bx-calendar-exclamation:before {
    content: "\ea1a"
}

.bx-calendar-heart:before {
    content: "\ea1b"
}

.bx-calendar-minus:before {
    content: "\ea1c"
}

.bx-calendar-plus:before {
    content: "\ea1d"
}

.bx-calendar-star:before {
    content: "\ea1e"
}

.bx-calendar-week:before {
    content: "\ea1f"
}

.bx-calendar-x:before {
    content: "\ea20"
}

.bx-camera:before {
    content: "\ea21"
}

.bx-camera-home:before {
    content: "\ea22"
}

.bx-camera-movie:before {
    content: "\ea23"
}

.bx-camera-off:before {
    content: "\ea24"
}

.bx-capsule:before {
    content: "\ea25"
}

.bx-captions:before {
    content: "\ea26"
}

.bx-car:before {
    content: "\ea27"
}

.bx-card:before {
    content: "\ea28"
}

.bx-caret-down:before {
    content: "\ea29"
}

.bx-caret-down-circle:before {
    content: "\ea2a"
}

.bx-caret-down-square:before {
    content: "\ea2b"
}

.bx-caret-left:before {
    content: "\ea2c"
}

.bx-caret-left-circle:before {
    content: "\ea2d"
}

.bx-caret-left-square:before {
    content: "\ea2e"
}

.bx-caret-right:before {
    content: "\ea2f"
}

.bx-caret-right-circle:before {
    content: "\ea30"
}

.bx-caret-right-square:before {
    content: "\ea31"
}

.bx-caret-up:before {
    content: "\ea32"
}

.bx-caret-up-circle:before {
    content: "\ea33"
}

.bx-caret-up-square:before {
    content: "\ea34"
}

.bx-carousel:before {
    content: "\ea35"
}

.bx-cart:before {
    content: "\ea36"
}

.bx-cart-alt:before {
    content: "\ea37"
}

.bx-cast:before {
    content: "\ea38"
}

.bx-category:before {
    content: "\ea39"
}

.bx-category-alt:before {
    content: "\ea3a"
}

.bx-cctv:before {
    content: "\ea3b"
}

.bx-certification:before {
    content: "\ea3c"
}

.bx-chair:before {
    content: "\ea3d"
}

.bx-chalkboard:before {
    content: "\ea3e"
}

.bx-chart:before {
    content: "\ea3f"
}

.bx-chat:before {
    content: "\ea40"
}

.bx-check:before {
    content: "\ea41"
}

.bx-checkbox:before {
    content: "\ea42"
}

.bx-checkbox-checked:before {
    content: "\ea43"
}

.bx-checkbox-minus:before {
    content: "\ea44"
}

.bx-checkbox-square:before {
    content: "\ea45"
}

.bx-check-circle:before {
    content: "\ea46"
}

.bx-check-double:before {
    content: "\ea47"
}

.bx-check-shield:before {
    content: "\ea48"
}

.bx-check-square:before {
    content: "\ea49"
}

.bx-chevron-down:before {
    content: "\ea4a"
}

.bx-chevron-down-circle:before {
    content: "\ea4b"
}

.bx-chevron-down-square:before {
    content: "\ea4c"
}

.bx-chevron-left:before {
    content: "\ea4d"
}

.bx-chevron-left-circle:before {
    content: "\ea4e"
}

.bx-chevron-left-square:before {
    content: "\ea4f"
}

.bx-chevron-right:before {
    content: "\ea50"
}

.bx-chevron-right-circle:before {
    content: "\ea51"
}

.bx-chevron-right-square:before {
    content: "\ea52"
}

.bx-chevrons-down:before {
    content: "\ea53"
}

.bx-chevrons-left:before {
    content: "\ea54"
}

.bx-chevrons-right:before {
    content: "\ea55"
}

.bx-chevrons-up:before {
    content: "\ea56"
}

.bx-chevron-up:before {
    content: "\ea57"
}

.bx-chevron-up-circle:before {
    content: "\ea58"
}

.bx-chevron-up-square:before {
    content: "\ea59"
}

.bx-chip:before {
    content: "\ea5a"
}

.bx-church:before {
    content: "\ea5b"
}

.bx-circle:before {
    content: "\ea5c"
}

.bx-clinic:before {
    content: "\ea5d"
}

.bx-clipboard:before {
    content: "\ea5e"
}

.bx-closet:before {
    content: "\ea5f"
}

.bx-cloud:before {
    content: "\ea60"
}

.bx-cloud-download:before {
    content: "\ea61"
}

.bx-cloud-drizzle:before {
    content: "\ea62"
}

.bx-cloud-lightning:before {
    content: "\ea63"
}

.bx-cloud-light-rain:before {
    content: "\ea64"
}

.bx-cloud-rain:before {
    content: "\ea65"
}

.bx-cloud-snow:before {
    content: "\ea66"
}

.bx-cloud-upload:before {
    content: "\ea67"
}

.bx-code:before {
    content: "\ea68"
}

.bx-code-alt:before {
    content: "\ea69"
}

.bx-code-block:before {
    content: "\ea6a"
}

.bx-code-curly:before {
    content: "\ea6b"
}

.bx-coffee:before {
    content: "\ea6c"
}

.bx-coffee-togo:before {
    content: "\ea6d"
}

.bx-cog:before {
    content: "\ea6e"
}

.bx-coin:before {
    content: "\ea6f"
}

.bx-coin-stack:before {
    content: "\ea70"
}

.bx-collapse:before {
    content: "\ea71"
}

.bx-collection:before {
    content: "\ea72"
}

.bx-color-fill:before {
    content: "\ea73"
}

.bx-columns:before {
    content: "\ea74"
}

.bx-command:before {
    content: "\ea75"
}

.bx-comment:before {
    content: "\ea76"
}

.bx-comment-add:before {
    content: "\ea77"
}

.bx-comment-check:before {
    content: "\ea78"
}

.bx-comment-detail:before {
    content: "\ea79"
}

.bx-comment-dots:before {
    content: "\ea7a"
}

.bx-comment-edit:before {
    content: "\ea7b"
}

.bx-comment-error:before {
    content: "\ea7c"
}

.bx-comment-minus:before {
    content: "\ea7d"
}

.bx-comment-x:before {
    content: "\ea7e"
}

.bx-compass:before {
    content: "\ea7f"
}

.bx-confused:before {
    content: "\ea80"
}

.bx-conversation:before {
    content: "\ea81"
}

.bx-cookie:before {
    content: "\ea82"
}

.bx-cool:before {
    content: "\ea83"
}

.bx-copy:before {
    content: "\ea84"
}

.bx-copy-alt:before {
    content: "\ea85"
}

.bx-copyright:before {
    content: "\ea86"
}

.bx-credit-card:before {
    content: "\ea87"
}

.bx-credit-card-alt:before {
    content: "\ea88"
}

.bx-credit-card-front:before {
    content: "\ea89"
}

.bx-crop:before {
    content: "\ea8a"
}

.bx-crosshair:before {
    content: "\ea8b"
}

.bx-crown:before {
    content: "\ea8c"
}

.bx-cube:before {
    content: "\ea8d"
}

.bx-cube-alt:before {
    content: "\ea8e"
}

.bx-cuboid:before {
    content: "\ea8f"
}

.bx-current-location:before {
    content: "\ea90"
}

.bx-customize:before {
    content: "\ea91"
}

.bx-cut:before {
    content: "\ea92"
}

.bx-cycling:before {
    content: "\ea93"
}

.bx-cylinder:before {
    content: "\ea94"
}

.bx-data:before {
    content: "\ea95"
}

.bx-desktop:before {
    content: "\ea96"
}

.bx-detail:before {
    content: "\ea97"
}

.bx-devices:before {
    content: "\ea98"
}

.bx-dialpad:before {
    content: "\ea99"
}

.bx-dialpad-alt:before {
    content: "\ea9a"
}

.bx-diamond:before {
    content: "\ea9b"
}

.bx-dice-1:before {
    content: "\ea9c"
}

.bx-dice-2:before {
    content: "\ea9d"
}

.bx-dice-3:before {
    content: "\ea9e"
}

.bx-dice-4:before {
    content: "\ea9f"
}

.bx-dice-5:before {
    content: "\eaa0"
}

.bx-dice-6:before {
    content: "\eaa1"
}

.bx-directions:before {
    content: "\eaa2"
}

.bx-disc:before {
    content: "\eaa3"
}

.bx-dish:before {
    content: "\eaa4"
}

.bx-dislike:before {
    content: "\eaa5"
}

.bx-dizzy:before {
    content: "\eaa6"
}

.bx-dna:before {
    content: "\eaa7"
}

.bx-dock-bottom:before {
    content: "\eaa8"
}

.bx-dock-left:before {
    content: "\eaa9"
}

.bx-dock-right:before {
    content: "\eaaa"
}

.bx-dock-top:before {
    content: "\eaab"
}

.bx-dollar:before {
    content: "\eaac"
}

.bx-dollar-circle:before {
    content: "\eaad"
}

.bx-donate-blood:before {
    content: "\eaae"
}

.bx-donate-heart:before {
    content: "\eaaf"
}

.bx-door-open:before {
    content: "\eab0"
}

.bx-dots-horizontal:before {
    content: "\eab1"
}

.bx-dots-horizontal-rounded:before {
    content: "\eab2"
}

.bx-dots-vertical:before {
    content: "\eab3"
}

.bx-dots-vertical-rounded:before {
    content: "\eab4"
}

.bx-doughnut-chart:before {
    content: "\eab5"
}

.bx-down-arrow:before {
    content: "\eab6"
}

.bx-down-arrow-alt:before {
    content: "\eab7"
}

.bx-down-arrow-circle:before {
    content: "\eab8"
}

.bx-download:before {
    content: "\eab9"
}

.bx-downvote:before {
    content: "\eaba"
}

.bx-drink:before {
    content: "\eabb"
}

.bx-droplet:before {
    content: "\eabc"
}

.bx-dumbbell:before {
    content: "\eabd"
}

.bx-duplicate:before {
    content: "\eabe"
}

.bx-edit:before {
    content: "\eabf"
}

.bx-edit-alt:before {
    content: "\eac0"
}

.bx-envelope:before {
    content: "\eac1"
}

.bx-envelope-open:before {
    content: "\eac2"
}

.bx-equalizer:before {
    content: "\eac3"
}

.bx-eraser:before {
    content: "\eac4"
}

.bx-error:before {
    content: "\eac5"
}

.bx-error-alt:before {
    content: "\eac6"
}

.bx-error-circle:before {
    content: "\eac7"
}

.bx-euro:before {
    content: "\eac8"
}

.bx-exclude:before {
    content: "\eac9"
}

.bx-exit:before {
    content: "\eaca"
}

.bx-exit-fullscreen:before {
    content: "\eacb"
}

.bx-expand:before {
    content: "\eacc"
}

.bx-expand-alt:before {
    content: "\eacd"
}

.bx-export:before {
    content: "\eace"
}

.bx-extension:before {
    content: "\eacf"
}

.bx-face:before {
    content: "\ead0"
}

.bx-fast-forward:before {
    content: "\ead1"
}

.bx-fast-forward-circle:before {
    content: "\ead2"
}

.bx-female:before {
    content: "\ead3"
}

.bx-female-sign:before {
    content: "\ead4"
}

.bx-file:before {
    content: "\ead5"
}

.bx-file-blank:before {
    content: "\ead6"
}

.bx-file-find:before {
    content: "\ead7"
}

.bx-film:before {
    content: "\ead8"
}

.bx-filter:before {
    content: "\ead9"
}

.bx-filter-alt:before {
    content: "\eada"
}

.bx-fingerprint:before {
    content: "\eadb"
}

.bx-first-aid:before {
    content: "\eadc"
}

.bx-first-page:before {
    content: "\eadd"
}

.bx-flag:before {
    content: "\eade"
}

.bx-folder:before {
    content: "\eadf"
}

.bx-folder-minus:before {
    content: "\eae0"
}

.bx-folder-open:before {
    content: "\eae1"
}

.bx-folder-plus:before {
    content: "\eae2"
}

.bx-font:before {
    content: "\eae3"
}

.bx-font-color:before {
    content: "\eae4"
}

.bx-font-family:before {
    content: "\eae5"
}

.bx-font-size:before {
    content: "\eae6"
}

.bx-food-menu:before {
    content: "\eae7"
}

.bx-food-tag:before {
    content: "\eae8"
}

.bx-football:before {
    content: "\eae9"
}

.bx-fridge:before {
    content: "\eaea"
}

.bx-fullscreen:before {
    content: "\eaeb"
}

.bx-game:before {
    content: "\eaec"
}

.bx-gas-pump:before {
    content: "\eaed"
}

.bx-ghost:before {
    content: "\eaee"
}

.bx-gift:before {
    content: "\eaef"
}

.bx-git-branch:before {
    content: "\eaf0"
}

.bx-git-commit:before {
    content: "\eaf1"
}

.bx-git-compare:before {
    content: "\eaf2"
}

.bx-git-merge:before {
    content: "\eaf3"
}

.bx-git-pull-request:before {
    content: "\eaf4"
}

.bx-git-repo-forked:before {
    content: "\eaf5"
}

.bx-glasses:before {
    content: "\eaf6"
}

.bx-glasses-alt:before {
    content: "\eaf7"
}

.bx-globe:before {
    content: "\eaf8"
}

.bx-globe-alt:before {
    content: "\eaf9"
}

.bx-grid:before {
    content: "\eafa"
}

.bx-grid-alt:before {
    content: "\eafb"
}

.bx-grid-horizontal:before {
    content: "\eafc"
}

.bx-grid-small:before {
    content: "\eafd"
}

.bx-grid-vertical:before {
    content: "\eafe"
}

.bx-group:before {
    content: "\eaff"
}

.bx-handicap:before {
    content: "\eb00"
}

.bx-happy:before {
    content: "\eb01"
}

.bx-happy-alt:before {
    content: "\eb02"
}

.bx-happy-beaming:before {
    content: "\eb03"
}

.bx-happy-heart-eyes:before {
    content: "\eb04"
}

.bx-hash:before {
    content: "\eb05"
}

.bx-hdd:before {
    content: "\eb06"
}

.bx-heading:before {
    content: "\eb07"
}

.bx-headphone:before {
    content: "\eb08"
}

.bx-health:before {
    content: "\eb09"
}

.bx-heart:before {
    content: "\eb0a"
}

.bx-heart-circle:before {
    content: "\eb0b"
}

.bx-heart-square:before {
    content: "\eb0c"
}

.bx-help-circle:before {
    content: "\eb0d"
}

.bx-hide:before {
    content: "\eb0e"
}

.bx-highlight:before {
    content: "\eb0f"
}

.bx-history:before {
    content: "\eb10"
}

.bx-hive:before {
    content: "\eb11"
}

.bx-home:before {
    content: "\eb12"
}

.bx-home-alt:before {
    content: "\eb13"
}

.bx-home-circle:before {
    content: "\eb14"
}

.bx-home-heart:before {
    content: "\eb15"
}

.bx-home-smile:before {
    content: "\eb16"
}

.bx-horizontal-center:before {
    content: "\eb17"
}

.bx-hotel:before {
    content: "\eb18"
}

.bx-hourglass:before {
    content: "\eb19"
}

.bx-id-card:before {
    content: "\eb1a"
}

.bx-image:before {
    content: "\eb1b"
}

.bx-image-add:before {
    content: "\eb1c"
}

.bx-image-alt:before {
    content: "\eb1d"
}

.bx-images:before {
    content: "\eb1e"
}

.bx-import:before {
    content: "\eb1f"
}

.bx-infinite:before {
    content: "\eb20"
}

.bx-info-circle:before {
    content: "\eb21"
}

.bx-info-square:before {
    content: "\eb22"
}

.bx-intersect:before {
    content: "\eb23"
}

.bx-italic:before {
    content: "\eb24"
}

.bx-joystick:before {
    content: "\eb25"
}

.bx-joystick-alt:before {
    content: "\eb26"
}

.bx-joystick-button:before {
    content: "\eb27"
}

.bx-key:before {
    content: "\eb28"
}

.bx-label:before {
    content: "\eb29"
}

.bx-landscape:before {
    content: "\eb2a"
}

.bx-laptop:before {
    content: "\eb2b"
}

.bx-last-page:before {
    content: "\eb2c"
}

.bx-laugh:before {
    content: "\eb2d"
}

.bx-layer:before {
    content: "\eb2e"
}

.bx-layer-minus:before {
    content: "\eb2f"
}

.bx-layer-plus:before {
    content: "\eb30"
}

.bx-layout:before {
    content: "\eb31"
}

.bx-left-arrow:before {
    content: "\eb32"
}

.bx-left-arrow-alt:before {
    content: "\eb33"
}

.bx-left-arrow-circle:before {
    content: "\eb34"
}

.bx-left-down-arrow-circle:before {
    content: "\eb35"
}

.bx-left-indent:before {
    content: "\eb36"
}

.bx-left-top-arrow-circle:before {
    content: "\eb37"
}

.bx-library:before {
    content: "\eb38"
}

.bx-like:before {
    content: "\eb39"
}

.bx-line-chart:before {
    content: "\eb3a"
}

.bx-line-chart-down:before {
    content: "\eb3b"
}

.bx-link:before {
    content: "\eb3c"
}

.bx-link-alt:before {
    content: "\eb3d"
}

.bx-link-external:before {
    content: "\eb3e"
}

.bx-lira:before {
    content: "\eb3f"
}

.bx-list-check:before {
    content: "\eb40"
}

.bx-list-minus:before {
    content: "\eb41"
}

.bx-list-ol:before {
    content: "\eb42"
}

.bx-list-plus:before {
    content: "\eb43"
}

.bx-list-ul:before {
    content: "\eb44"
}

.bx-loader:before {
    content: "\eb45"
}

.bx-loader-alt:before {
    content: "\eb46"
}

.bx-loader-circle:before {
    content: "\eb47"
}

.bx-location-plus:before {
    content: "\eb48"
}

.bx-lock:before {
    content: "\eb49"
}

.bx-lock-alt:before {
    content: "\eb4a"
}

.bx-lock-open:before {
    content: "\eb4b"
}

.bx-lock-open-alt:before {
    content: "\eb4c"
}

.bx-log-in:before {
    content: "\eb4d"
}

.bx-log-in-circle:before {
    content: "\eb4e"
}

.bx-log-out:before {
    content: "\eb4f"
}

.bx-log-out-circle:before {
    content: "\eb50"
}

.bx-low-vision:before {
    content: "\eb51"
}

.bx-magnet:before {
    content: "\eb52"
}

.bx-mail-send:before {
    content: "\eb53"
}

.bx-male:before {
    content: "\eb54"
}

.bx-male-sign:before {
    content: "\eb55"
}

.bx-map:before {
    content: "\eb56"
}

.bx-map-alt:before {
    content: "\eb57"
}

.bx-map-pin:before {
    content: "\eb58"
}

.bx-mask:before {
    content: "\eb59"
}

.bx-medal:before {
    content: "\eb5a"
}

.bx-meh:before {
    content: "\eb5b"
}

.bx-meh-alt:before {
    content: "\eb5c"
}

.bx-meh-blank:before {
    content: "\eb5d"
}

.bx-memory-card:before {
    content: "\eb5e"
}

.bx-menu:before {
    content: "\eb5f"
}

.bx-menu-alt-left:before {
    content: "\eb60"
}

.bx-menu-alt-right:before {
    content: "\eb61"
}

.bx-merge:before {
    content: "\eb62"
}

.bx-message:before {
    content: "\eb63"
}

.bx-message-add:before {
    content: "\eb64"
}

.bx-message-alt:before {
    content: "\eb65"
}

.bx-message-alt-add:before {
    content: "\eb66"
}

.bx-message-alt-check:before {
    content: "\eb67"
}

.bx-message-alt-detail:before {
    content: "\eb68"
}

.bx-message-alt-dots:before {
    content: "\eb69"
}

.bx-message-alt-edit:before {
    content: "\eb6a"
}

.bx-message-alt-error:before {
    content: "\eb6b"
}

.bx-message-alt-minus:before {
    content: "\eb6c"
}

.bx-message-alt-x:before {
    content: "\eb6d"
}

.bx-message-check:before {
    content: "\eb6e"
}

.bx-message-detail:before {
    content: "\eb6f"
}

.bx-message-dots:before {
    content: "\eb70"
}

.bx-message-edit:before {
    content: "\eb71"
}

.bx-message-error:before {
    content: "\eb72"
}

.bx-message-minus:before {
    content: "\eb73"
}

.bx-message-rounded:before {
    content: "\eb74"
}

.bx-message-rounded-add:before {
    content: "\eb75"
}

.bx-message-rounded-check:before {
    content: "\eb76"
}

.bx-message-rounded-detail:before {
    content: "\eb77"
}

.bx-message-rounded-dots:before {
    content: "\eb78"
}

.bx-message-rounded-edit:before {
    content: "\eb79"
}

.bx-message-rounded-error:before {
    content: "\eb7a"
}

.bx-message-rounded-minus:before {
    content: "\eb7b"
}

.bx-message-rounded-x:before {
    content: "\eb7c"
}

.bx-message-square:before {
    content: "\eb7d"
}

.bx-message-square-add:before {
    content: "\eb7e"
}

.bx-message-square-check:before {
    content: "\eb7f"
}

.bx-message-square-detail:before {
    content: "\eb80"
}

.bx-message-square-dots:before {
    content: "\eb81"
}

.bx-message-square-edit:before {
    content: "\eb82"
}

.bx-message-square-error:before {
    content: "\eb83"
}

.bx-message-square-minus:before {
    content: "\eb84"
}

.bx-message-square-x:before {
    content: "\eb85"
}

.bx-message-x:before {
    content: "\eb86"
}

.bx-meteor:before {
    content: "\eb87"
}

.bx-microchip:before {
    content: "\eb88"
}

.bx-microphone:before {
    content: "\eb89"
}

.bx-microphone-off:before {
    content: "\eb8a"
}

.bx-minus:before {
    content: "\eb8b"
}

.bx-minus-back:before {
    content: "\eb8c"
}

.bx-minus-circle:before {
    content: "\eb8d"
}

.bx-minus-front:before {
    content: "\eb8e"
}

.bx-mobile:before {
    content: "\eb8f"
}

.bx-mobile-alt:before {
    content: "\eb90"
}

.bx-mobile-landscape:before {
    content: "\eb91"
}

.bx-mobile-vibration:before {
    content: "\eb92"
}

.bx-money:before {
    content: "\eb93"
}

.bx-moon:before {
    content: "\eb94"
}

.bx-mouse:before {
    content: "\eb95"
}

.bx-mouse-alt:before {
    content: "\eb96"
}

.bx-move:before {
    content: "\eb97"
}

.bx-move-horizontal:before {
    content: "\eb98"
}

.bx-move-vertical:before {
    content: "\eb99"
}

.bx-movie:before {
    content: "\eb9a"
}

.bx-movie-play:before {
    content: "\eb9b"
}

.bx-music:before {
    content: "\eb9c"
}

.bx-navigation:before {
    content: "\eb9d"
}

.bx-network-chart:before {
    content: "\eb9e"
}

.bx-news:before {
    content: "\eb9f"
}

.bx-no-entry:before {
    content: "\eba0"
}

.bx-note:before {
    content: "\eba1"
}

.bx-notepad:before {
    content: "\eba2"
}

.bx-notification:before {
    content: "\eba3"
}

.bx-notification-off:before {
    content: "\eba4"
}

.bx-outline:before {
    content: "\eba5"
}

.bx-package:before {
    content: "\eba6"
}

.bx-paint:before {
    content: "\eba7"
}

.bx-paint-roll:before {
    content: "\eba8"
}

.bx-palette:before {
    content: "\eba9"
}

.bx-paperclip:before {
    content: "\ebaa"
}

.bx-paper-plane:before {
    content: "\ebab"
}

.bx-paragraph:before {
    content: "\ebac"
}

.bx-paste:before {
    content: "\ebad"
}

.bx-pause:before {
    content: "\ebae"
}

.bx-pause-circle:before {
    content: "\ebaf"
}

.bx-pen:before {
    content: "\ebb0"
}

.bx-pencil:before {
    content: "\ebb1"
}

.bx-phone:before {
    content: "\ebb2"
}

.bx-phone-call:before {
    content: "\ebb3"
}

.bx-phone-incoming:before {
    content: "\ebb4"
}

.bx-phone-off:before {
    content: "\ebb5"
}

.bx-phone-outgoing:before {
    content: "\ebb6"
}

.bx-photo-album:before {
    content: "\ebb7"
}

.bx-pie-chart:before {
    content: "\ebb8"
}

.bx-pie-chart-alt:before {
    content: "\ebb9"
}

.bx-pie-chart-alt-2:before {
    content: "\ebba"
}

.bx-pin:before {
    content: "\ebbb"
}

.bx-planet:before {
    content: "\ebbc"
}

.bx-play:before {
    content: "\ebbd"
}

.bx-play-circle:before {
    content: "\ebbe"
}

.bx-plug:before {
    content: "\ebbf"
}

.bx-plus:before {
    content: "\ebc0"
}

.bx-plus-circle:before {
    content: "\ebc1"
}

.bx-plus-medical:before {
    content: "\ebc2"
}

.bx-podcast:before {
    content: "\ebc3"
}

.bx-pointer:before {
    content: "\ebc4"
}

.bx-poll:before {
    content: "\ebc5"
}

.bx-polygon:before {
    content: "\ebc6"
}

.bx-pound:before {
    content: "\ebc7"
}

.bx-power-off:before {
    content: "\ebc8"
}

.bx-printer:before {
    content: "\ebc9"
}

.bx-pulse:before {
    content: "\ebca"
}

.bx-purchase-tag:before {
    content: "\ebcb"
}

.bx-purchase-tag-alt:before {
    content: "\ebcc"
}

.bx-pyramid:before {
    content: "\ebcd"
}

.bx-qr:before {
    content: "\ebce"
}

.bx-qr-scan:before {
    content: "\ebcf"
}

.bx-question-mark:before {
    content: "\ebd0"
}

.bx-radar:before {
    content: "\ebd1"
}

.bx-radio:before {
    content: "\ebd2"
}

.bx-radio-circle:before {
    content: "\ebd3"
}

.bx-radio-circle-marked:before {
    content: "\ebd4"
}

.bx-receipt:before {
    content: "\ebd5"
}

.bx-rectangle:before {
    content: "\ebd6"
}

.bx-recycle:before {
    content: "\ebd7"
}

.bx-redo:before {
    content: "\ebd8"
}

.bx-refresh:before {
    content: "\ebd9"
}

.bx-registered:before {
    content: "\ebda"
}

.bx-rename:before {
    content: "\ebdb"
}

.bx-repeat:before {
    content: "\ebdc"
}

.bx-reply:before {
    content: "\ebdd"
}

.bx-reply-all:before {
    content: "\ebde"
}

.bx-repost:before {
    content: "\ebdf"
}

.bx-reset:before {
    content: "\ebe0"
}

.bx-restaurant:before {
    content: "\ebe1"
}

.bx-revision:before {
    content: "\ebe2"
}

.bx-rewind:before {
    content: "\ebe3"
}

.bx-rewind-circle:before {
    content: "\ebe4"
}

.bx-right-arrow:before {
    content: "\ebe5"
}

.bx-right-arrow-alt:before {
    content: "\ebe6"
}

.bx-right-arrow-circle:before {
    content: "\ebe7"
}

.bx-right-down-arrow-circle:before {
    content: "\ebe8"
}

.bx-right-indent:before {
    content: "\ebe9"
}

.bx-right-top-arrow-circle:before {
    content: "\ebea"
}

.bx-rocket:before {
    content: "\ebeb"
}

.bx-rotate-left:before {
    content: "\ebec"
}

.bx-rotate-right:before {
    content: "\ebed"
}

.bx-rss:before {
    content: "\ebee"
}

.bx-ruble:before {
    content: "\ebef"
}

.bx-ruler:before {
    content: "\ebf0"
}

.bx-run:before {
    content: "\ebf1"
}

.bx-rupee:before {
    content: "\ebf2"
}

.bx-sad:before {
    content: "\ebf3"
}

.bx-save:before {
    content: "\ebf4"
}

.bx-scan:before {
    content: "\ebf5"
}

.bx-screenshot:before {
    content: "\ebf6"
}

.bx-search:before {
    content: "\ebf7"
}

.bx-search-alt:before {
    content: "\ebf8"
}

.bx-search-alt-2:before {
    content: "\ebf9"
}

.bx-selection:before {
    content: "\ebfa"
}

.bx-select-multiple:before {
    content: "\ebfb"
}

.bx-send:before {
    content: "\ebfc"
}

.bx-server:before {
    content: "\ebfd"
}

.bx-shape-circle:before {
    content: "\ebfe"
}

.bx-shape-polygon:before {
    content: "\ebff"
}

.bx-shape-square:before {
    content: "\ec00"
}

.bx-shape-triangle:before {
    content: "\ec01"
}

.bx-share:before {
    content: "\ec02"
}

.bx-share-alt:before {
    content: "\ec03"
}

.bx-shekel:before {
    content: "\ec04"
}

.bx-shield:before {
    content: "\ec05"
}

.bx-shield-alt:before {
    content: "\ec06"
}

.bx-shield-alt-2:before {
    content: "\ec07"
}

.bx-shield-quarter:before {
    content: "\ec08"
}

.bx-shield-x:before {
    content: "\ec09"
}

.bx-shocked:before {
    content: "\ec0a"
}

.bx-shopping-bag:before {
    content: "\ec0b"
}

.bx-show:before {
    content: "\ec0c"
}

.bx-show-alt:before {
    content: "\ec0d"
}

.bx-shuffle:before {
    content: "\ec0e"
}

.bx-sidebar:before {
    content: "\ec0f"
}

.bx-sitemap:before {
    content: "\ec10"
}

.bx-skip-next:before {
    content: "\ec11"
}

.bx-skip-next-circle:before {
    content: "\ec12"
}

.bx-skip-previous:before {
    content: "\ec13"
}

.bx-skip-previous-circle:before {
    content: "\ec14"
}

.bx-sleepy:before {
    content: "\ec15"
}

.bx-slider:before {
    content: "\ec16"
}

.bx-slider-alt:before {
    content: "\ec17"
}

.bx-slideshow:before {
    content: "\ec18"
}

.bx-smile:before {
    content: "\ec19"
}

.bx-sort:before {
    content: "\ec1a"
}

.bx-sort-alt-2:before {
    content: "\ec1b"
}

.bx-sort-a-z:before {
    content: "\ec1c"
}

.bx-sort-down:before {
    content: "\ec1d"
}

.bx-sort-up:before {
    content: "\ec1e"
}

.bx-sort-z-a:before {
    content: "\ec1f"
}

.bx-spa:before {
    content: "\ec20"
}

.bx-space-bar:before {
    content: "\ec21"
}

.bx-speaker:before {
    content: "\ec22"
}

.bx-spray-can:before {
    content: "\ec23"
}

.bx-spreadsheet:before {
    content: "\ec24"
}

.bx-square:before {
    content: "\ec25"
}

.bx-square-rounded:before {
    content: "\ec26"
}

.bx-star:before {
    content: "\ec27"
}

.bx-station:before {
    content: "\ec28"
}

.bx-stats:before {
    content: "\ec29"
}

.bx-sticker:before {
    content: "\ec2a"
}

.bx-stop:before {
    content: "\ec2b"
}

.bx-stop-circle:before {
    content: "\ec2c"
}

.bx-stopwatch:before {
    content: "\ec2d"
}

.bx-store:before {
    content: "\ec2e"
}

.bx-store-alt:before {
    content: "\ec2f"
}

.bx-street-view:before {
    content: "\ec30"
}

.bx-strikethrough:before {
    content: "\ec31"
}

.bx-subdirectory-left:before {
    content: "\ec32"
}

.bx-subdirectory-right:before {
    content: "\ec33"
}

.bx-sun:before {
    content: "\ec34"
}

.bx-support:before {
    content: "\ec35"
}

.bx-swim:before {
    content: "\ec36"
}

.bx-sync:before {
    content: "\ec37"
}

.bx-tab:before {
    content: "\ec38"
}

.bx-table:before {
    content: "\ec39"
}

.bx-tachometer:before {
    content: "\ec3a"
}

.bx-tag:before {
    content: "\ec3b"
}

.bx-tag-alt:before {
    content: "\ec3c"
}

.bx-target-lock:before {
    content: "\ec3d"
}

.bx-task:before {
    content: "\ec3e"
}

.bx-task-x:before {
    content: "\ec3f"
}

.bx-taxi:before {
    content: "\ec40"
}

.bx-tennis-ball:before {
    content: "\ec41"
}

.bx-terminal:before {
    content: "\ec42"
}

.bx-test-tube:before {
    content: "\ec43"
}

.bx-text:before {
    content: "\ec44"
}

.bx-time:before {
    content: "\ec45"
}

.bx-time-five:before {
    content: "\ec46"
}

.bx-timer:before {
    content: "\ec47"
}

.bx-tired:before {
    content: "\ec48"
}

.bx-toggle-left:before {
    content: "\ec49"
}

.bx-toggle-right:before {
    content: "\ec4a"
}

.bx-tone:before {
    content: "\ec4b"
}

.bx-traffic-cone:before {
    content: "\ec4c"
}

.bx-train:before {
    content: "\ec4d"
}

.bx-transfer:before {
    content: "\ec4e"
}

.bx-transfer-alt:before {
    content: "\ec4f"
}

.bx-trash:before {
    content: "\ec50"
}

.bx-trash-alt:before {
    content: "\ec51"
}

.bx-trending-down:before {
    content: "\ec52"
}

.bx-trending-up:before {
    content: "\ec53"
}

.bx-trim:before {
    content: "\ec54"
}

.bx-trip:before {
    content: "\ec55"
}

.bx-trophy:before {
    content: "\ec56"
}

.bx-tv:before {
    content: "\ec57"
}

.bx-underline:before {
    content: "\ec58"
}

.bx-undo:before {
    content: "\ec59"
}

.bx-unite:before {
    content: "\ec5a"
}

.bx-unlink:before {
    content: "\ec5b"
}

.bx-up-arrow:before {
    content: "\ec5c"
}

.bx-up-arrow-alt:before {
    content: "\ec5d"
}

.bx-up-arrow-circle:before {
    content: "\ec5e"
}

.bx-upload:before {
    content: "\ec5f"
}

.bx-upside-down:before {
    content: "\ec60"
}

.bx-upvote:before {
    content: "\ec61"
}

.bx-usb:before {
    content: "\ec62"
}

.bx-user:before {
    content: "\ec63"
}

.bx-user-check:before {
    content: "\ec64"
}

.bx-user-circle:before {
    content: "\ec65"
}

.bx-user-minus:before {
    content: "\ec66"
}

.bx-user-pin:before {
    content: "\ec67"
}

.bx-user-plus:before {
    content: "\ec68"
}

.bx-user-voice:before {
    content: "\ec69"
}

.bx-user-x:before {
    content: "\ec6a"
}

.bx-vector:before {
    content: "\ec6b"
}

.bx-vertical-center:before {
    content: "\ec6c"
}

.bx-vial:before {
    content: "\ec6d"
}

.bx-video:before {
    content: "\ec6e"
}

.bx-video-off:before {
    content: "\ec6f"
}

.bx-video-plus:before {
    content: "\ec70"
}

.bx-video-recording:before {
    content: "\ec71"
}

.bx-voicemail:before {
    content: "\ec72"
}

.bx-volume:before {
    content: "\ec73"
}

.bx-volume-full:before {
    content: "\ec74"
}

.bx-volume-low:before {
    content: "\ec75"
}

.bx-volume-mute:before {
    content: "\ec76"
}

.bx-walk:before {
    content: "\ec77"
}

.bx-wallet:before {
    content: "\ec78"
}

.bx-wallet-alt:before {
    content: "\ec79"
}

.bx-water:before {
    content: "\ec7a"
}

.bx-webcam:before {
    content: "\ec7b"
}

.bx-wifi:before {
    content: "\ec7c"
}

.bx-wifi-0:before {
    content: "\ec7d"
}

.bx-wifi-1:before {
    content: "\ec7e"
}

.bx-wifi-2:before {
    content: "\ec7f"
}

.bx-wifi-off:before {
    content: "\ec80"
}

.bx-wind:before {
    content: "\ec81"
}

.bx-window:before {
    content: "\ec82"
}

.bx-window-alt:before {
    content: "\ec83"
}

.bx-window-close:before {
    content: "\ec84"
}

.bx-window-open:before {
    content: "\ec85"
}

.bx-windows:before {
    content: "\ec86"
}

.bx-wine:before {
    content: "\ec87"
}

.bx-wink-smile:before {
    content: "\ec88"
}

.bx-wink-tongue:before {
    content: "\ec89"
}

.bx-won:before {
    content: "\ec8a"
}

.bx-world:before {
    content: "\ec8b"
}

.bx-wrench:before {
    content: "\ec8c"
}

.bx-x:before {
    content: "\ec8d"
}

.bx-x-circle:before {
    content: "\ec8e"
}

.bx-yen:before {
    content: "\ec8f"
}

.bx-zoom-in:before {
    content: "\ec90"
}

.bx-zoom-out:before {
    content: "\ec91"
}

.bxs-party:before {
    content: "\ec92"
}

.bxs-hot:before {
    content: "\ec93"
}

.bxs-droplet:before {
    content: "\ec94"
}

.bxs-cat:before {
    content: "\ec95"
}

.bxs-dog:before {
    content: "\ec96"
}

.bxs-injection:before {
    content: "\ec97"
}

.bxs-leaf:before {
    content: "\ec98"
}

.bxs-add-to-queue:before {
    content: "\ec99"
}

.bxs-adjust:before {
    content: "\ec9a"
}

.bxs-adjust-alt:before {
    content: "\ec9b"
}

.bxs-alarm:before {
    content: "\ec9c"
}

.bxs-alarm-add:before {
    content: "\ec9d"
}

.bxs-alarm-exclamation:before {
    content: "\ec9e"
}

.bxs-alarm-off:before {
    content: "\ec9f"
}

.bxs-alarm-snooze:before {
    content: "\eca0"
}

.bxs-album:before {
    content: "\eca1"
}

.bxs-ambulance:before {
    content: "\eca2"
}

.bxs-analyse:before {
    content: "\eca3"
}

.bxs-angry:before {
    content: "\eca4"
}

.bxs-arch:before {
    content: "\eca5"
}

.bxs-archive:before {
    content: "\eca6"
}

.bxs-archive-in:before {
    content: "\eca7"
}

.bxs-archive-out:before {
    content: "\eca8"
}

.bxs-area:before {
    content: "\eca9"
}

.bxs-arrow-from-bottom:before {
    content: "\ecaa"
}

.bxs-arrow-from-left:before {
    content: "\ecab"
}

.bxs-arrow-from-right:before {
    content: "\ecac"
}

.bxs-arrow-from-top:before {
    content: "\ecad"
}

.bxs-arrow-to-bottom:before {
    content: "\ecae"
}

.bxs-arrow-to-left:before {
    content: "\ecaf"
}

.bxs-arrow-to-right:before {
    content: "\ecb0"
}

.bxs-arrow-to-top:before {
    content: "\ecb1"
}

.bxs-award:before {
    content: "\ecb2"
}

.bxs-baby-carriage:before {
    content: "\ecb3"
}

.bxs-backpack:before {
    content: "\ecb4"
}

.bxs-badge:before {
    content: "\ecb5"
}

.bxs-badge-check:before {
    content: "\ecb6"
}

.bxs-badge-dollar:before {
    content: "\ecb7"
}

.bxs-ball:before {
    content: "\ecb8"
}

.bxs-band-aid:before {
    content: "\ecb9"
}

.bxs-bank:before {
    content: "\ecba"
}

.bxs-bar-chart-alt-2:before {
    content: "\ecbb"
}

.bxs-bar-chart-square:before {
    content: "\ecbc"
}

.bxs-barcode:before {
    content: "\ecbd"
}

.bxs-baseball:before {
    content: "\ecbe"
}

.bxs-basket:before {
    content: "\ecbf"
}

.bxs-basketball:before {
    content: "\ecc0"
}

.bxs-bath:before {
    content: "\ecc1"
}

.bxs-battery:before {
    content: "\ecc2"
}

.bxs-battery-charging:before {
    content: "\ecc3"
}

.bxs-battery-full:before {
    content: "\ecc4"
}

.bxs-battery-low:before {
    content: "\ecc5"
}

.bxs-bed:before {
    content: "\ecc6"
}

.bxs-been-here:before {
    content: "\ecc7"
}

.bxs-beer:before {
    content: "\ecc8"
}

.bxs-bell:before {
    content: "\ecc9"
}

.bxs-bell-minus:before {
    content: "\ecca"
}

.bxs-bell-off:before {
    content: "\eccb"
}

.bxs-bell-plus:before {
    content: "\eccc"
}

.bxs-bell-ring:before {
    content: "\eccd"
}

.bxs-bible:before {
    content: "\ecce"
}

.bxs-binoculars:before {
    content: "\eccf"
}

.bxs-blanket:before {
    content: "\ecd0"
}

.bxs-bolt:before {
    content: "\ecd1"
}

.bxs-bolt-circle:before {
    content: "\ecd2"
}

.bxs-bomb:before {
    content: "\ecd3"
}

.bxs-bone:before {
    content: "\ecd4"
}

.bxs-bong:before {
    content: "\ecd5"
}

.bxs-book:before {
    content: "\ecd6"
}

.bxs-book-add:before {
    content: "\ecd7"
}

.bxs-book-alt:before {
    content: "\ecd8"
}

.bxs-book-bookmark:before {
    content: "\ecd9"
}

.bxs-book-content:before {
    content: "\ecda"
}

.bxs-book-heart:before {
    content: "\ecdb"
}

.bxs-bookmark:before {
    content: "\ecdc"
}

.bxs-bookmark-alt:before {
    content: "\ecdd"
}

.bxs-bookmark-alt-minus:before {
    content: "\ecde"
}

.bxs-bookmark-alt-plus:before {
    content: "\ecdf"
}

.bxs-bookmark-heart:before {
    content: "\ece0"
}

.bxs-bookmark-minus:before {
    content: "\ece1"
}

.bxs-bookmark-plus:before {
    content: "\ece2"
}

.bxs-bookmarks:before {
    content: "\ece3"
}

.bxs-bookmark-star:before {
    content: "\ece4"
}

.bxs-book-open:before {
    content: "\ece5"
}

.bxs-book-reader:before {
    content: "\ece6"
}

.bxs-bot:before {
    content: "\ece7"
}

.bxs-bowling-ball:before {
    content: "\ece8"
}

.bxs-box:before {
    content: "\ece9"
}

.bxs-brain:before {
    content: "\ecea"
}

.bxs-briefcase:before {
    content: "\eceb"
}

.bxs-briefcase-alt:before {
    content: "\ecec"
}

.bxs-briefcase-alt-2:before {
    content: "\eced"
}

.bxs-brightness:before {
    content: "\ecee"
}

.bxs-brightness-half:before {
    content: "\ecef"
}

.bxs-brush:before {
    content: "\ecf0"
}

.bxs-brush-alt:before {
    content: "\ecf1"
}

.bxs-bug:before {
    content: "\ecf2"
}

.bxs-bug-alt:before {
    content: "\ecf3"
}

.bxs-building:before {
    content: "\ecf4"
}

.bxs-building-house:before {
    content: "\ecf5"
}

.bxs-buildings:before {
    content: "\ecf6"
}

.bxs-bulb:before {
    content: "\ecf7"
}

.bxs-bullseye:before {
    content: "\ecf8"
}

.bxs-buoy:before {
    content: "\ecf9"
}

.bxs-bus:before {
    content: "\ecfa"
}

.bxs-business:before {
    content: "\ecfb"
}

.bxs-bus-school:before {
    content: "\ecfc"
}

.bxs-cabinet:before {
    content: "\ecfd"
}

.bxs-cake:before {
    content: "\ecfe"
}

.bxs-calculator:before {
    content: "\ecff"
}

.bxs-calendar:before {
    content: "\ed00"
}

.bxs-calendar-alt:before {
    content: "\ed01"
}

.bxs-calendar-check:before {
    content: "\ed02"
}

.bxs-calendar-edit:before {
    content: "\ed03"
}

.bxs-calendar-event:before {
    content: "\ed04"
}

.bxs-calendar-exclamation:before {
    content: "\ed05"
}

.bxs-calendar-heart:before {
    content: "\ed06"
}

.bxs-calendar-minus:before {
    content: "\ed07"
}

.bxs-calendar-plus:before {
    content: "\ed08"
}

.bxs-calendar-star:before {
    content: "\ed09"
}

.bxs-calendar-week:before {
    content: "\ed0a"
}

.bxs-calendar-x:before {
    content: "\ed0b"
}

.bxs-camera:before {
    content: "\ed0c"
}

.bxs-camera-home:before {
    content: "\ed0d"
}

.bxs-camera-movie:before {
    content: "\ed0e"
}

.bxs-camera-off:before {
    content: "\ed0f"
}

.bxs-camera-plus:before {
    content: "\ed10"
}

.bxs-capsule:before {
    content: "\ed11"
}

.bxs-captions:before {
    content: "\ed12"
}

.bxs-car:before {
    content: "\ed13"
}

.bxs-car-battery:before {
    content: "\ed14"
}

.bxs-car-crash:before {
    content: "\ed15"
}

.bxs-card:before {
    content: "\ed16"
}

.bxs-caret-down-circle:before {
    content: "\ed17"
}

.bxs-caret-down-square:before {
    content: "\ed18"
}

.bxs-caret-left-circle:before {
    content: "\ed19"
}

.bxs-caret-left-square:before {
    content: "\ed1a"
}

.bxs-caret-right-circle:before {
    content: "\ed1b"
}

.bxs-caret-right-square:before {
    content: "\ed1c"
}

.bxs-caret-up-circle:before {
    content: "\ed1d"
}

.bxs-caret-up-square:before {
    content: "\ed1e"
}

.bxs-car-garage:before {
    content: "\ed1f"
}

.bxs-car-mechanic:before {
    content: "\ed20"
}

.bxs-carousel:before {
    content: "\ed21"
}

.bxs-cart:before {
    content: "\ed22"
}

.bxs-cart-add:before {
    content: "\ed23"
}

.bxs-cart-alt:before {
    content: "\ed24"
}

.bxs-cart-download:before {
    content: "\ed25"
}

.bxs-car-wash:before {
    content: "\ed26"
}

.bxs-category:before {
    content: "\ed27"
}

.bxs-category-alt:before {
    content: "\ed28"
}

.bxs-cctv:before {
    content: "\ed29"
}

.bxs-certification:before {
    content: "\ed2a"
}

.bxs-chalkboard:before {
    content: "\ed2b"
}

.bxs-chart:before {
    content: "\ed2c"
}

.bxs-chat:before {
    content: "\ed2d"
}

.bxs-checkbox:before {
    content: "\ed2e"
}

.bxs-checkbox-checked:before {
    content: "\ed2f"
}

.bxs-checkbox-minus:before {
    content: "\ed30"
}

.bxs-check-circle:before {
    content: "\ed31"
}

.bxs-check-shield:before {
    content: "\ed32"
}

.bxs-check-square:before {
    content: "\ed33"
}

.bxs-chess:before {
    content: "\ed34"
}

.bxs-chevron-down:before {
    content: "\ed35"
}

.bxs-chevron-down-circle:before {
    content: "\ed36"
}

.bxs-chevron-down-square:before {
    content: "\ed37"
}

.bxs-chevron-left:before {
    content: "\ed38"
}

.bxs-chevron-left-circle:before {
    content: "\ed39"
}

.bxs-chevron-left-square:before {
    content: "\ed3a"
}

.bxs-chevron-right:before {
    content: "\ed3b"
}

.bxs-chevron-right-circle:before {
    content: "\ed3c"
}

.bxs-chevron-right-square:before {
    content: "\ed3d"
}

.bxs-chevrons-down:before {
    content: "\ed3e"
}

.bxs-chevrons-left:before {
    content: "\ed3f"
}

.bxs-chevrons-right:before {
    content: "\ed40"
}

.bxs-chevrons-up:before {
    content: "\ed41"
}

.bxs-chevron-up:before {
    content: "\ed42"
}

.bxs-chevron-up-circle:before {
    content: "\ed43"
}

.bxs-chevron-up-square:before {
    content: "\ed44"
}

.bxs-chip:before {
    content: "\ed45"
}

.bxs-church:before {
    content: "\ed46"
}

.bxs-circle:before {
    content: "\ed47"
}

.bxs-city:before {
    content: "\ed48"
}

.bxs-clinic:before {
    content: "\ed49"
}

.bxs-cloud:before {
    content: "\ed4a"
}

.bxs-cloud-download:before {
    content: "\ed4b"
}

.bxs-cloud-lightning:before {
    content: "\ed4c"
}

.bxs-cloud-rain:before {
    content: "\ed4d"
}

.bxs-cloud-upload:before {
    content: "\ed4e"
}

.bxs-coffee:before {
    content: "\ed4f"
}

.bxs-coffee-alt:before {
    content: "\ed50"
}

.bxs-coffee-togo:before {
    content: "\ed51"
}

.bxs-cog:before {
    content: "\ed52"
}

.bxs-coin:before {
    content: "\ed53"
}

.bxs-coin-stack:before {
    content: "\ed54"
}

.bxs-collection:before {
    content: "\ed55"
}

.bxs-color-fill:before {
    content: "\ed56"
}

.bxs-comment:before {
    content: "\ed57"
}

.bxs-comment-add:before {
    content: "\ed58"
}

.bxs-comment-check:before {
    content: "\ed59"
}

.bxs-comment-detail:before {
    content: "\ed5a"
}

.bxs-comment-dots:before {
    content: "\ed5b"
}

.bxs-comment-edit:before {
    content: "\ed5c"
}

.bxs-comment-error:before {
    content: "\ed5d"
}

.bxs-comment-minus:before {
    content: "\ed5e"
}

.bxs-comment-x:before {
    content: "\ed5f"
}

.bxs-compass:before {
    content: "\ed60"
}

.bxs-component:before {
    content: "\ed61"
}

.bxs-confused:before {
    content: "\ed62"
}

.bxs-contact:before {
    content: "\ed63"
}

.bxs-conversation:before {
    content: "\ed64"
}

.bxs-cookie:before {
    content: "\ed65"
}

.bxs-cool:before {
    content: "\ed66"
}

.bxs-copy:before {
    content: "\ed67"
}

.bxs-copy-alt:before {
    content: "\ed68"
}

.bxs-copyright:before {
    content: "\ed69"
}

.bxs-coupon:before {
    content: "\ed6a"
}

.bxs-credit-card:before {
    content: "\ed6b"
}

.bxs-credit-card-alt:before {
    content: "\ed6c"
}

.bxs-credit-card-front:before {
    content: "\ed6d"
}

.bxs-crop:before {
    content: "\ed6e"
}

.bxs-crown:before {
    content: "\ed6f"
}

.bxs-cube:before {
    content: "\ed70"
}

.bxs-cube-alt:before {
    content: "\ed71"
}

.bxs-cuboid:before {
    content: "\ed72"
}

.bxs-customize:before {
    content: "\ed73"
}

.bxs-cylinder:before {
    content: "\ed74"
}

.bxs-dashboard:before {
    content: "\ed75"
}

.bxs-data:before {
    content: "\ed76"
}

.bxs-detail:before {
    content: "\ed77"
}

.bxs-devices:before {
    content: "\ed78"
}

.bxs-diamond:before {
    content: "\ed79"
}

.bxs-dice-1:before {
    content: "\ed7a"
}

.bxs-dice-2:before {
    content: "\ed7b"
}

.bxs-dice-3:before {
    content: "\ed7c"
}

.bxs-dice-4:before {
    content: "\ed7d"
}

.bxs-dice-5:before {
    content: "\ed7e"
}

.bxs-dice-6:before {
    content: "\ed7f"
}

.bxs-direction-left:before {
    content: "\ed80"
}

.bxs-direction-right:before {
    content: "\ed81"
}

.bxs-directions:before {
    content: "\ed82"
}

.bxs-disc:before {
    content: "\ed83"
}

.bxs-discount:before {
    content: "\ed84"
}

.bxs-dish:before {
    content: "\ed85"
}

.bxs-dislike:before {
    content: "\ed86"
}

.bxs-dizzy:before {
    content: "\ed87"
}

.bxs-dock-bottom:before {
    content: "\ed88"
}

.bxs-dock-left:before {
    content: "\ed89"
}

.bxs-dock-right:before {
    content: "\ed8a"
}

.bxs-dock-top:before {
    content: "\ed8b"
}

.bxs-dollar-circle:before {
    content: "\ed8c"
}

.bxs-donate-blood:before {
    content: "\ed8d"
}

.bxs-donate-heart:before {
    content: "\ed8e"
}

.bxs-door-open:before {
    content: "\ed8f"
}

.bxs-doughnut-chart:before {
    content: "\ed90"
}

.bxs-down-arrow:before {
    content: "\ed91"
}

.bxs-down-arrow-alt:before {
    content: "\ed92"
}

.bxs-down-arrow-circle:before {
    content: "\ed93"
}

.bxs-down-arrow-square:before {
    content: "\ed94"
}

.bxs-download:before {
    content: "\ed95"
}

.bxs-downvote:before {
    content: "\ed96"
}

.bxs-drink:before {
    content: "\ed97"
}

.bxs-droplet-half:before {
    content: "\ed98"
}

.bxs-dryer:before {
    content: "\ed99"
}

.bxs-duplicate:before {
    content: "\ed9a"
}

.bxs-edit:before {
    content: "\ed9b"
}

.bxs-edit-alt:before {
    content: "\ed9c"
}

.bxs-edit-location:before {
    content: "\ed9d"
}

.bxs-eject:before {
    content: "\ed9e"
}

.bxs-envelope:before {
    content: "\ed9f"
}

.bxs-envelope-open:before {
    content: "\eda0"
}

.bxs-eraser:before {
    content: "\eda1"
}

.bxs-error:before {
    content: "\eda2"
}

.bxs-error-alt:before {
    content: "\eda3"
}

.bxs-error-circle:before {
    content: "\eda4"
}

.bxs-ev-station:before {
    content: "\eda5"
}

.bxs-exit:before {
    content: "\eda6"
}

.bxs-extension:before {
    content: "\eda7"
}

.bxs-eyedropper:before {
    content: "\eda8"
}

.bxs-face:before {
    content: "\eda9"
}

.bxs-face-mask:before {
    content: "\edaa"
}

.bxs-factory:before {
    content: "\edab"
}

.bxs-fast-forward-circle:before {
    content: "\edac"
}

.bxs-file:before {
    content: "\edad"
}

.bxs-file-archive:before {
    content: "\edae"
}

.bxs-file-blank:before {
    content: "\edaf"
}

.bxs-file-css:before {
    content: "\edb0"
}

.bxs-file-doc:before {
    content: "\edb1"
}

.bxs-file-export:before {
    content: "\edb2"
}

.bxs-file-find:before {
    content: "\edb3"
}

.bxs-file-gif:before {
    content: "\edb4"
}

.bxs-file-html:before {
    content: "\edb5"
}

.bxs-file-image:before {
    content: "\edb6"
}

.bxs-file-import:before {
    content: "\edb7"
}

.bxs-file-jpg:before {
    content: "\edb8"
}

.bxs-file-js:before {
    content: "\edb9"
}

.bxs-file-json:before {
    content: "\edba"
}

.bxs-file-md:before {
    content: "\edbb"
}

.bxs-file-pdf:before {
    content: "\edbc"
}

.bxs-file-plus:before {
    content: "\edbd"
}

.bxs-file-png:before {
    content: "\edbe"
}

.bxs-file-txt:before {
    content: "\edbf"
}

.bxs-film:before {
    content: "\edc0"
}

.bxs-filter-alt:before {
    content: "\edc1"
}

.bxs-first-aid:before {
    content: "\edc2"
}

.bxs-flag:before {
    content: "\edc3"
}

.bxs-flag-alt:before {
    content: "\edc4"
}

.bxs-flag-checkered:before {
    content: "\edc5"
}

.bxs-flame:before {
    content: "\edc6"
}

.bxs-flask:before {
    content: "\edc7"
}

.bxs-florist:before {
    content: "\edc8"
}

.bxs-folder:before {
    content: "\edc9"
}

.bxs-folder-minus:before {
    content: "\edca"
}

.bxs-folder-open:before {
    content: "\edcb"
}

.bxs-folder-plus:before {
    content: "\edcc"
}

.bxs-food-menu:before {
    content: "\edcd"
}

.bxs-fridge:before {
    content: "\edce"
}

.bxs-game:before {
    content: "\edcf"
}

.bxs-gas-pump:before {
    content: "\edd0"
}

.bxs-ghost:before {
    content: "\edd1"
}

.bxs-gift:before {
    content: "\edd2"
}

.bxs-graduation:before {
    content: "\edd3"
}

.bxs-grid:before {
    content: "\edd4"
}

.bxs-grid-alt:before {
    content: "\edd5"
}

.bxs-group:before {
    content: "\edd6"
}

.bxs-guitar-amp:before {
    content: "\edd7"
}

.bxs-hand:before {
    content: "\edd8"
}

.bxs-hand-down:before {
    content: "\edd9"
}

.bxs-hand-left:before {
    content: "\edda"
}

.bxs-hand-right:before {
    content: "\eddb"
}

.bxs-hand-up:before {
    content: "\eddc"
}

.bxs-happy:before {
    content: "\eddd"
}

.bxs-happy-alt:before {
    content: "\edde"
}

.bxs-happy-beaming:before {
    content: "\eddf"
}

.bxs-happy-heart-eyes:before {
    content: "\ede0"
}

.bxs-hdd:before {
    content: "\ede1"
}

.bxs-heart:before {
    content: "\ede2"
}

.bxs-heart-circle:before {
    content: "\ede3"
}

.bxs-heart-square:before {
    content: "\ede4"
}

.bxs-help-circle:before {
    content: "\ede5"
}

.bxs-hide:before {
    content: "\ede6"
}

.bxs-home:before {
    content: "\ede7"
}

.bxs-home-circle:before {
    content: "\ede8"
}

.bxs-home-heart:before {
    content: "\ede9"
}

.bxs-home-smile:before {
    content: "\edea"
}

.bxs-hotel:before {
    content: "\edeb"
}

.bxs-hourglass:before {
    content: "\edec"
}

.bxs-hourglass-bottom:before {
    content: "\eded"
}

.bxs-hourglass-top:before {
    content: "\edee"
}

.bxs-id-card:before {
    content: "\edef"
}

.bxs-image:before {
    content: "\edf0"
}

.bxs-image-add:before {
    content: "\edf1"
}

.bxs-image-alt:before {
    content: "\edf2"
}

.bxs-inbox:before {
    content: "\edf3"
}

.bxs-info-circle:before {
    content: "\edf4"
}

.bxs-info-square:before {
    content: "\edf5"
}

.bxs-institution:before {
    content: "\edf6"
}

.bxs-joystick:before {
    content: "\edf7"
}

.bxs-joystick-alt:before {
    content: "\edf8"
}

.bxs-joystick-button:before {
    content: "\edf9"
}

.bxs-key:before {
    content: "\edfa"
}

.bxs-keyboard:before {
    content: "\edfb"
}

.bxs-label:before {
    content: "\edfc"
}

.bxs-landmark:before {
    content: "\edfd"
}

.bxs-landscape:before {
    content: "\edfe"
}

.bxs-laugh:before {
    content: "\edff"
}

.bxs-layer:before {
    content: "\ee00"
}

.bxs-layer-minus:before {
    content: "\ee01"
}

.bxs-layer-plus:before {
    content: "\ee02"
}

.bxs-layout:before {
    content: "\ee03"
}

.bxs-left-arrow:before {
    content: "\ee04"
}

.bxs-left-arrow-alt:before {
    content: "\ee05"
}

.bxs-left-arrow-circle:before {
    content: "\ee06"
}

.bxs-left-arrow-square:before {
    content: "\ee07"
}

.bxs-left-down-arrow-circle:before {
    content: "\ee08"
}

.bxs-left-top-arrow-circle:before {
    content: "\ee09"
}

.bxs-like:before {
    content: "\ee0a"
}

.bxs-location-plus:before {
    content: "\ee0b"
}

.bxs-lock:before {
    content: "\ee0c"
}

.bxs-lock-alt:before {
    content: "\ee0d"
}

.bxs-lock-open:before {
    content: "\ee0e"
}

.bxs-lock-open-alt:before {
    content: "\ee0f"
}

.bxs-log-in:before {
    content: "\ee10"
}

.bxs-log-in-circle:before {
    content: "\ee11"
}

.bxs-log-out:before {
    content: "\ee12"
}

.bxs-log-out-circle:before {
    content: "\ee13"
}

.bxs-low-vision:before {
    content: "\ee14"
}

.bxs-magic-wand:before {
    content: "\ee15"
}

.bxs-magnet:before {
    content: "\ee16"
}

.bxs-map:before {
    content: "\ee17"
}

.bxs-map-alt:before {
    content: "\ee18"
}

.bxs-map-pin:before {
    content: "\ee19"
}

.bxs-mask:before {
    content: "\ee1a"
}

.bxs-medal:before {
    content: "\ee1b"
}

.bxs-megaphone:before {
    content: "\ee1c"
}

.bxs-meh:before {
    content: "\ee1d"
}

.bxs-meh-alt:before {
    content: "\ee1e"
}

.bxs-meh-blank:before {
    content: "\ee1f"
}

.bxs-memory-card:before {
    content: "\ee20"
}

.bxs-message:before {
    content: "\ee21"
}

.bxs-message-add:before {
    content: "\ee22"
}

.bxs-message-alt:before {
    content: "\ee23"
}

.bxs-message-alt-add:before {
    content: "\ee24"
}

.bxs-message-alt-check:before {
    content: "\ee25"
}

.bxs-message-alt-detail:before {
    content: "\ee26"
}

.bxs-message-alt-dots:before {
    content: "\ee27"
}

.bxs-message-alt-edit:before {
    content: "\ee28"
}

.bxs-message-alt-error:before {
    content: "\ee29"
}

.bxs-message-alt-minus:before {
    content: "\ee2a"
}

.bxs-message-alt-x:before {
    content: "\ee2b"
}

.bxs-message-check:before {
    content: "\ee2c"
}

.bxs-message-detail:before {
    content: "\ee2d"
}

.bxs-message-dots:before {
    content: "\ee2e"
}

.bxs-message-edit:before {
    content: "\ee2f"
}

.bxs-message-error:before {
    content: "\ee30"
}

.bxs-message-minus:before {
    content: "\ee31"
}

.bxs-message-rounded:before {
    content: "\ee32"
}

.bxs-message-rounded-add:before {
    content: "\ee33"
}

.bxs-message-rounded-check:before {
    content: "\ee34"
}

.bxs-message-rounded-detail:before {
    content: "\ee35"
}

.bxs-message-rounded-dots:before {
    content: "\ee36"
}

.bxs-message-rounded-edit:before {
    content: "\ee37"
}

.bxs-message-rounded-error:before {
    content: "\ee38"
}

.bxs-message-rounded-minus:before {
    content: "\ee39"
}

.bxs-message-rounded-x:before {
    content: "\ee3a"
}

.bxs-message-square:before {
    content: "\ee3b"
}

.bxs-message-square-add:before {
    content: "\ee3c"
}

.bxs-message-square-check:before {
    content: "\ee3d"
}

.bxs-message-square-detail:before {
    content: "\ee3e"
}

.bxs-message-square-dots:before {
    content: "\ee3f"
}

.bxs-message-square-edit:before {
    content: "\ee40"
}

.bxs-message-square-error:before {
    content: "\ee41"
}

.bxs-message-square-minus:before {
    content: "\ee42"
}

.bxs-message-square-x:before {
    content: "\ee43"
}

.bxs-message-x:before {
    content: "\ee44"
}

.bxs-meteor:before {
    content: "\ee45"
}

.bxs-microchip:before {
    content: "\ee46"
}

.bxs-microphone:before {
    content: "\ee47"
}

.bxs-microphone-alt:before {
    content: "\ee48"
}

.bxs-microphone-off:before {
    content: "\ee49"
}

.bxs-minus-circle:before {
    content: "\ee4a"
}

.bxs-minus-square:before {
    content: "\ee4b"
}

.bxs-mobile:before {
    content: "\ee4c"
}

.bxs-mobile-vibration:before {
    content: "\ee4d"
}

.bxs-moon:before {
    content: "\ee4e"
}

.bxs-mouse:before {
    content: "\ee4f"
}

.bxs-mouse-alt:before {
    content: "\ee50"
}

.bxs-movie:before {
    content: "\ee51"
}

.bxs-movie-play:before {
    content: "\ee52"
}

.bxs-music:before {
    content: "\ee53"
}

.bxs-navigation:before {
    content: "\ee54"
}

.bxs-network-chart:before {
    content: "\ee55"
}

.bxs-news:before {
    content: "\ee56"
}

.bxs-no-entry:before {
    content: "\ee57"
}

.bxs-note:before {
    content: "\ee58"
}

.bxs-notepad:before {
    content: "\ee59"
}

.bxs-notification:before {
    content: "\ee5a"
}

.bxs-notification-off:before {
    content: "\ee5b"
}

.bxs-offer:before {
    content: "\ee5c"
}

.bxs-package:before {
    content: "\ee5d"
}

.bxs-paint:before {
    content: "\ee5e"
}

.bxs-paint-roll:before {
    content: "\ee5f"
}

.bxs-palette:before {
    content: "\ee60"
}

.bxs-paper-plane:before {
    content: "\ee61"
}

.bxs-parking:before {
    content: "\ee62"
}

.bxs-paste:before {
    content: "\ee63"
}

.bxs-pen:before {
    content: "\ee64"
}

.bxs-pencil:before {
    content: "\ee65"
}

.bxs-phone:before {
    content: "\ee66"
}

.bxs-phone-call:before {
    content: "\ee67"
}

.bxs-phone-incoming:before {
    content: "\ee68"
}

.bxs-phone-off:before {
    content: "\ee69"
}

.bxs-phone-outgoing:before {
    content: "\ee6a"
}

.bxs-photo-album:before {
    content: "\ee6b"
}

.bxs-piano:before {
    content: "\ee6c"
}

.bxs-pie-chart:before {
    content: "\ee6d"
}

.bxs-pie-chart-alt:before {
    content: "\ee6e"
}

.bxs-pie-chart-alt-2:before {
    content: "\ee6f"
}

.bxs-pin:before {
    content: "\ee70"
}

.bxs-pizza:before {
    content: "\ee71"
}

.bxs-plane:before {
    content: "\ee72"
}

.bxs-plane-alt:before {
    content: "\ee73"
}

.bxs-plane-land:before {
    content: "\ee74"
}

.bxs-planet:before {
    content: "\ee75"
}

.bxs-plane-take-off:before {
    content: "\ee76"
}

.bxs-playlist:before {
    content: "\ee77"
}

.bxs-plug:before {
    content: "\ee78"
}

.bxs-plus-circle:before {
    content: "\ee79"
}

.bxs-plus-square:before {
    content: "\ee7a"
}

.bxs-pointer:before {
    content: "\ee7b"
}

.bxs-polygon:before {
    content: "\ee7c"
}

.bxs-printer:before {
    content: "\ee7d"
}

.bxs-purchase-tag:before {
    content: "\ee7e"
}

.bxs-purchase-tag-alt:before {
    content: "\ee7f"
}

.bxs-pyramid:before {
    content: "\ee80"
}

.bxs-quote-alt-left:before {
    content: "\ee81"
}

.bxs-quote-alt-right:before {
    content: "\ee82"
}

.bxs-quote-left:before {
    content: "\ee83"
}

.bxs-quote-right:before {
    content: "\ee84"
}

.bxs-quote-single-left:before {
    content: "\ee85"
}

.bxs-quote-single-right:before {
    content: "\ee86"
}

.bxs-radiation:before {
    content: "\ee87"
}

.bxs-radio:before {
    content: "\ee88"
}

.bxs-receipt:before {
    content: "\ee89"
}

.bxs-rectangle:before {
    content: "\ee8a"
}

.bxs-registered:before {
    content: "\ee8b"
}

.bxs-rename:before {
    content: "\ee8c"
}

.bxs-report:before {
    content: "\ee8d"
}

.bxs-rewind-circle:before {
    content: "\ee8e"
}

.bxs-right-arrow:before {
    content: "\ee8f"
}

.bxs-right-arrow-alt:before {
    content: "\ee90"
}

.bxs-right-arrow-circle:before {
    content: "\ee91"
}

.bxs-right-arrow-square:before {
    content: "\ee92"
}

.bxs-right-down-arrow-circle:before {
    content: "\ee93"
}

.bxs-right-top-arrow-circle:before {
    content: "\ee94"
}

.bxs-rocket:before {
    content: "\ee95"
}

.bxs-ruler:before {
    content: "\ee96"
}

.bxs-sad:before {
    content: "\ee97"
}

.bxs-save:before {
    content: "\ee98"
}

.bxs-school:before {
    content: "\ee99"
}

.bxs-search:before {
    content: "\ee9a"
}

.bxs-search-alt-2:before {
    content: "\ee9b"
}

.bxs-select-multiple:before {
    content: "\ee9c"
}

.bxs-send:before {
    content: "\ee9d"
}

.bxs-server:before {
    content: "\ee9e"
}

.bxs-shapes:before {
    content: "\ee9f"
}

.bxs-share:before {
    content: "\eea0"
}

.bxs-share-alt:before {
    content: "\eea1"
}

.bxs-shield:before {
    content: "\eea2"
}

.bxs-shield-alt-2:before {
    content: "\eea3"
}

.bxs-shield-x:before {
    content: "\eea4"
}

.bxs-ship:before {
    content: "\eea5"
}

.bxs-shocked:before {
    content: "\eea6"
}

.bxs-shopping-bag:before {
    content: "\eea7"
}

.bxs-shopping-bag-alt:before {
    content: "\eea8"
}

.bxs-shopping-bags:before {
    content: "\eea9"
}

.bxs-show:before {
    content: "\eeaa"
}

.bxs-skip-next-circle:before {
    content: "\eeab"
}

.bxs-skip-previous-circle:before {
    content: "\eeac"
}

.bxs-skull:before {
    content: "\eead"
}

.bxs-sleepy:before {
    content: "\eeae"
}

.bxs-slideshow:before {
    content: "\eeaf"
}

.bxs-smile:before {
    content: "\eeb0"
}

.bxs-sort-alt:before {
    content: "\eeb1"
}

.bxs-spa:before {
    content: "\eeb2"
}

.bxs-speaker:before {
    content: "\eeb3"
}

.bxs-spray-can:before {
    content: "\eeb4"
}

.bxs-spreadsheet:before {
    content: "\eeb5"
}

.bxs-square:before {
    content: "\eeb6"
}

.bxs-square-rounded:before {
    content: "\eeb7"
}

.bxs-star:before {
    content: "\eeb8"
}

.bxs-star-half:before {
    content: "\eeb9"
}

.bxs-sticker:before {
    content: "\eeba"
}

.bxs-stopwatch:before {
    content: "\eebb"
}

.bxs-store:before {
    content: "\eebc"
}

.bxs-store-alt:before {
    content: "\eebd"
}

.bxs-sun:before {
    content: "\eebe"
}

.bxs-tachometer:before {
    content: "\eebf"
}

.bxs-tag:before {
    content: "\eec0"
}

.bxs-tag-alt:before {
    content: "\eec1"
}

.bxs-tag-x:before {
    content: "\eec2"
}

.bxs-taxi:before {
    content: "\eec3"
}

.bxs-tennis-ball:before {
    content: "\eec4"
}

.bxs-terminal:before {
    content: "\eec5"
}

.bxs-thermometer:before {
    content: "\eec6"
}

.bxs-time:before {
    content: "\eec7"
}

.bxs-time-five:before {
    content: "\eec8"
}

.bxs-timer:before {
    content: "\eec9"
}

.bxs-tired:before {
    content: "\eeca"
}

.bxs-toggle-left:before {
    content: "\eecb"
}

.bxs-toggle-right:before {
    content: "\eecc"
}

.bxs-tone:before {
    content: "\eecd"
}

.bxs-torch:before {
    content: "\eece"
}

.bxs-to-top:before {
    content: "\eecf"
}

.bxs-traffic:before {
    content: "\eed0"
}

.bxs-traffic-barrier:before {
    content: "\eed1"
}

.bxs-traffic-cone:before {
    content: "\eed2"
}

.bxs-train:before {
    content: "\eed3"
}

.bxs-trash:before {
    content: "\eed4"
}

.bxs-trash-alt:before {
    content: "\eed5"
}

.bxs-tree:before {
    content: "\eed6"
}

.bxs-trophy:before {
    content: "\eed7"
}

.bxs-truck:before {
    content: "\eed8"
}

.bxs-t-shirt:before {
    content: "\eed9"
}

.bxs-tv:before {
    content: "\eeda"
}

.bxs-up-arrow:before {
    content: "\eedb"
}

.bxs-up-arrow-alt:before {
    content: "\eedc"
}

.bxs-up-arrow-circle:before {
    content: "\eedd"
}

.bxs-up-arrow-square:before {
    content: "\eede"
}

.bxs-upside-down:before {
    content: "\eedf"
}

.bxs-upvote:before {
    content: "\eee0"
}

.bxs-user:before {
    content: "\eee1"
}

.bxs-user-account:before {
    content: "\eee2"
}

.bxs-user-badge:before {
    content: "\eee3"
}

.bxs-user-check:before {
    content: "\eee4"
}

.bxs-user-circle:before {
    content: "\eee5"
}

.bxs-user-detail:before {
    content: "\eee6"
}

.bxs-user-minus:before {
    content: "\eee7"
}

.bxs-user-pin:before {
    content: "\eee8"
}

.bxs-user-plus:before {
    content: "\eee9"
}

.bxs-user-rectangle:before {
    content: "\eeea"
}

.bxs-user-voice:before {
    content: "\eeeb"
}

.bxs-user-x:before {
    content: "\eeec"
}

.bxs-vector:before {
    content: "\eeed"
}

.bxs-vial:before {
    content: "\eeee"
}

.bxs-video:before {
    content: "\eeef"
}

.bxs-video-off:before {
    content: "\eef0"
}

.bxs-video-plus:before {
    content: "\eef1"
}

.bxs-video-recording:before {
    content: "\eef2"
}

.bxs-videos:before {
    content: "\eef3"
}

.bxs-virus:before {
    content: "\eef4"
}

.bxs-virus-block:before {
    content: "\eef5"
}

.bxs-volume:before {
    content: "\eef6"
}

.bxs-volume-full:before {
    content: "\eef7"
}

.bxs-volume-low:before {
    content: "\eef8"
}

.bxs-volume-mute:before {
    content: "\eef9"
}

.bxs-wallet:before {
    content: "\eefa"
}

.bxs-wallet-alt:before {
    content: "\eefb"
}

.bxs-washer:before {
    content: "\eefc"
}

.bxs-watch:before {
    content: "\eefd"
}

.bxs-watch-alt:before {
    content: "\eefe"
}

.bxs-webcam:before {
    content: "\eeff"
}

.bxs-widget:before {
    content: "\ef00"
}

.bxs-window-alt:before {
    content: "\ef01"
}

.bxs-wine:before {
    content: "\ef02"
}

.bxs-wink-smile:before {
    content: "\ef03"
}

.bxs-wink-tongue:before {
    content: "\ef04"
}

.bxs-wrench:before {
    content: "\ef05"
}

.bxs-x-circle:before {
    content: "\ef06"
}

.bxs-x-square:before {
    content: "\ef07"
}

.bxs-yin-yang:before {
    content: "\ef08"
}

.bxs-zap:before {
    content: "\ef09"
}

.bxs-zoom-in:before {
    content: "\ef0a"
}

.bxs-zoom-out:before {
    content: "\ef0b"
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform:scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*! odometer 0.4.8 */
.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: Poppins,sans-serif
}

p {
    color: #848484;
    line-height: 1.9;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 15px
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}

.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    margin-top: 15px;
    margin-bottom: 15px
}

a:focus,a:hover {
    text-decoration: none;
    outline: 0
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.bg-gray {
    background-color: #f4f4f4
}

.uk-dark {
    background-color: #000
}

.uk-button-default {
    border: 2px solid #ff4800;
    background-color: #ff4800;
    color: #fff
}

.uk-button-default:focus,.uk-button-default:hover {
    background: #fff;
    color: #fff;
    border-color: #ff4800
}

.uk-button-default i {
    margin-left: 3px
}

.uk-button {
    line-height: unset;
    text-transform: capitalize;
    padding: 13px 32px;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600
}

.uk-button::after,.uk-button::before {
    content: "";
    position: absolute;
    height: 0;
    width: 51%;
    background: #ff4800;
    z-index: -1;
    transition: .5s
}

.uk-button::after {
    left: 0;
    top: 0
}

.uk-button::before {
    right: 0;
    bottom: 0
}

.uk-button:focus::after,.uk-button:focus::before,.uk-button:hover::after,.uk-button:hover::before {
    height: 100%
}

.uk-button-optional {
    line-height: unset;
    text-transform: capitalize;
    padding: 13px 32px;
    transition: .5s;
    position: relative;
    border: 2px solid #ff4800;
    background-color: transparent;
    color: #000;
    z-index: 1;
    display: inline-block;
    font-size: 15px;
    font-weight: 600
}

.uk-button-optional:focus,.uk-button-optional:hover {
    background: #fff;
    color: #fff;
    border-color: #ff4800
}

.uk-button-optional i {
    margin-left: 3px
}

.uk-button-optional::after,.uk-button-optional::before {
    content: "";
    position: absolute;
    height: 0;
    width: 51%;
    background: #ff4800;
    z-index: -1;
    transition: .5s
}

.uk-button-optional::after {
    left: 0;
    top: 0
}

.uk-button-optional::before {
    right: 0;
    bottom: 0
}

.uk-button-optional:focus::after,.uk-button-optional:focus::before,.uk-button-optional:hover::after,.uk-button-optional:hover::before {
    height: 100%
}

.section-title {
    margin-bottom: 60px!important;
    position: relative;
    transition: .5s
}

.section-title .bar {
    position: relative;
    z-index: 1;
    background: #ff4800;
    width: 55px;
    height: 3px;
    margin-top: 12px
}

.section-title .bar::after,.section-title .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    background: #fff;
    transition: .5s
}

.section-title .bar::after {
    right: 10px
}

.section-title .bar::before {
    right: 20px
}

.section-title span {
    margin-bottom: -5px;
    color: #ff4800;
    display: block;
    text-transform: uppercase
}

.section-title h2 {
    font-size: 34px;
    font-weight: 700
}

.section-title .uk-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px
}

.section-title.uk-text-center .bar {
    margin-left: auto;
    margin-right: auto
}

.uk-input,.uk-select:not([multiple]):not([size]) {
    height: 50px;
    border-radius: 5px
}

.uk-input,.uk-select,.uk-textarea {
    padding: 10px;
    transition: .5s
}

.uk-input:focus,.uk-select:focus,.uk-textarea:focus {
    border-color: #ff4800;
    padding-left: 15px
}

.uk-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #ff4800;
    left: 0;
    right: 0
}

.uk-preloader .spinner {
    width: 70px;
    height: 70px;
    position: absolute;
    margin: -70px auto 0;
    right: 0;
    left: 0;
    top: 50%
}

.uk-preloader .spinner .double-bounce1,.uk-preloader .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce
}

.uk-preloader .spinner .double-bounce2 {
    opacity: .8;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 60px;
    padding-bottom: 35px
}

.header-area .uk-navbar-container:not(.uk-navbar-transparent) {
    background: 0 0
}

.header-area.uk-sticky-fixed {
    padding-top: 30px;
    padding-bottom: 30px
}

.header-area.uk-sticky-fixed.uk-sticky-below {
    background: #fff
}

.header-area #navbar-toggle {
    position: absolute;
    right: 0;
    top: 4px;
    width: 35px;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    padding: 0;
    height: 20px;
    min-height: 20px;
    display: none
}

.header-area #navbar-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000
}

.header-area #navbar-toggle *+span {
    margin-top: 3px
}

.header-area.header-style-two {
    background-color: #ff4800;
    transition: .5s;
    position: absolute!important;
    padding-left: 50px;
    padding-right: 50px
}

.header-area.header-style-two.uk-active {
    background-color: #ff4800
}

.header-area.header-style-two .uk-navbar-right {
    margin-left: 45px
}

.header-area.header-style-two .navbar .uk-navbar-nav li a {
    color: #fff
}

.header-area.header-style-two .navbar .uk-navbar-nav li a::before {
    background: #fff
}

.header-area.header-style-two .navbar .uk-navbar-nav li a.active,.header-area.header-style-two .navbar .uk-navbar-nav li a:focus,.header-area.header-style-two .navbar .uk-navbar-nav li a:hover {
    color: #fff
}

.header-area.header-style-two .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a {
    color: #000
}

.header-area.header-style-two .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a::after {
    background: #ff4800
}

.header-area.header-style-two .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:focus,.header-area.header-style-two .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:hover,.header-area.header-style-two .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a {
    color: #ff4800
}

.header-area.header-style-two .navbar .lang form select,.header-area.header-style-two .navbar .uk-navbar-nav li.uk-active a {
    color: #fff
}

.header-area.header-style-two .navbar .lang form select option {
    color: #000
}

.navbar .uk-navbar-nav li {
    padding: 0 15px
}

.navbar .uk-navbar-nav li a {
    color: #000;
    text-transform: capitalize;
    transition: .5s;
    padding: 0;
    position: relative;
    min-height: 25px;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins,sans-serif
}

.navbar .uk-navbar-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background: #ff4800;
    width: 0;
    height: 2px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.navbar .uk-navbar-nav li a.active,.navbar .uk-navbar-nav li a:focus,.navbar .uk-navbar-nav li a:hover {
    color: #ff4800
}

.navbar .uk-navbar-nav li a.active::before,.navbar .uk-navbar-nav li a:focus::before,.navbar .uk-navbar-nav li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.navbar .uk-navbar-nav li .uk-dropdown {
    padding: 15px 5px 15px 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    top: 120%!important
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li {
    margin-bottom: 8px
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a {
    color: #000
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a::after {
    position: absolute;
    left: -15px;
    top: 0;
    height: 0;
    width: 3px;
    background: #ff4800;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a::before {
    display: none
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:focus,.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:hover {
    color: #ff4800
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:focus::after,.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:hover::after {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a {
    color: #ff4800
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a::after {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li:last-child {
    margin-bottom: 0
}

.navbar .uk-navbar-nav li:hover .uk-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%!important
}

.navbar .uk-navbar-nav li.uk-active a {
    color: #ff4800
}

.navbar .uk-navbar-nav li.uk-active a::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.navbar .lang {
    margin-left: 25px
}

.navbar .lang form select {
    background: 0 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    outline: 0!important;
    cursor: pointer;
    box-shadow: unset!important
}

.uk-sticky-placeholder {
    pointer-events: none;
    height: 0!important
}

.mobile-navbar {
    z-index: 99999
}

.mobile-navbar .uk-navbar-container:not(.uk-navbar-transparent) {
    background: 0 0
}

.mobile-navbar .uk-offcanvas-bar {
    width: 290px;
    padding: 40px;
    background-color: #000
}

.mobile-navbar .uk-navbar-nav {
    display: block
}

.mobile-navbar .uk-navbar-nav li {
    padding: 10px 0;
    display: block
}

.mobile-navbar .uk-navbar-nav li a {
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    padding: 0;
    display: inline-block;
    position: relative;
    min-height: 25px;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins,sans-serif
}

.mobile-navbar .uk-navbar-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background: #ff4800;
    width: 0;
    height: 2px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.mobile-navbar .uk-navbar-nav li a:focus,.mobile-navbar .uk-navbar-nav li a:hover {
    color: #ff4800
}

.mobile-navbar .uk-navbar-nav li a:focus::before,.mobile-navbar .uk-navbar-nav li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown {
    padding: 15px 5px 15px 0
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li {
    margin-bottom: 8px;
    padding: 0 15px
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a {
    color: #000
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a::after {
    position: absolute;
    left: -15px;
    top: 0;
    height: 0;
    width: 3px;
    background: #ff4800;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a::before {
    display: none
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:focus,.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:hover {
    color: #ff4800
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:focus::after,.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:hover::after {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a {
    color: #ff4800
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a::after {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.mobile-navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li:last-child {
    margin-bottom: 0
}

.mobile-navbar .uk-navbar-nav li.uk-active a {
    color: #ff4800
}

.mobile-navbar .uk-navbar-nav li.uk-active a::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.main-banner {
    height: 750px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 575px;
    background-position: 92%
}

.banner-section .item {
    padding: 0!important
}

.banner-content {
    padding: 50px;
    height: 100vh;
    background-color: #fbf7f7
}

.banner-content .content {
    max-width: 620px;
    margin-left: auto;
    margin-top: 80px
}

.banner-content h1 {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 700
}

.banner-content h1 span {
    color: #ff4800
}

.banner-content p {
    margin-bottom: 0;
    max-width: 535px
}

.banner-content .btn-box {
    margin-top: 30px
}

.banner-content .btn-box .uk-button-optional {
    margin-left: 10px;
    position: relative;
    top: 1px
}

.banner-image {
    position: relative;
    z-index: 9991;
    background-image: url(banner-img2.51bddd2367ebcb460888.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-image img {
    display: none
}

.shape-circle-img1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.shape-circle-img1 img {
    -webkit-animation: 5s linear infinite movebounce;
    animation: 5s linear infinite movebounce
}

.shape-circle-img2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.shape-circle-img2 img {
    -webkit-animation: 5s linear infinite movebounce;
    animation: 5s linear infinite movebounce
}

@-webkit-keyframes movebounce {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }
}

@keyframes movebounce {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }
}

.item-bg3 {
    background-image: url(main-women.d64272b8dfb3ac5cad95.png)
}

.main-banner-content {
    max-width: 560px
}

.main-banner-content h1 {
    position: relative;
    z-index: 1;
    line-height: 63px;
    padding: 8px 0;
    margin: 0;
    font-size: 65px;
    font-weight: 700
}

.main-banner-content h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: -1;
    background: #ff4800
}

.main-banner-content p {
    margin-top: 30px;
    margin-bottom: 30px
}

.main-banner-content a {
    display: inline-block
}

.main-banner-content .video-btn {
    margin-left: 85px;
    color: #848484;
    font-weight: 600
}

.main-banner-content .video-btn .uk-icon {
    width: 45px;
    margin-right: 5px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border: 2px solid #ff4800;
    border-radius: 50%;
    text-align: center;
    color: #ff4800;
    transition: .5s
}

.main-banner-content .video-btn .uk-icon svg {
    width: 30px
}

.main-banner-content .video-btn:focus,.main-banner-content .video-btn:hover {
    color: #ff4800
}

.main-banner-content .video-btn:focus .uk-icon,.main-banner-content .video-btn:hover .uk-icon {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.banner-with-form .main-banner-content {
    max-width: unset
}

.banner-with-form .uk-container .uk-grid {
    margin-top: 30px
}

.main-banner-form {
    border: 3px solid #111;
    background: #000;
    padding: 35px;
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    margin-left: 45px;
    border-radius: 5px
}

.main-banner-form form select.uk-input {
    cursor: pointer;
    line-height: initial
}

.main-banner-form form label span {
    color: #8a8a8a;
    position: relative;
    top: -3px;
    font-size: 13px
}

.main-banner-form form label span a {
    display: inline-block;
    color: #ff4800
}

.features-area {
    position: relative;
    margin-top: -50px;
    z-index: 1;
    background: #fff
}

.features-area.uk-dark {
    background-color: #000
}

.single-features-box {
    background-color: #f7f7ff;
    position: relative;
    z-index: 1;
    padding: 55px 40px;
    transition: .5s
}

.single-features-box .icon {
    color: #ff4800;
    transition: .5s
}

.single-features-box .icon i::before {
    font-size: 45px
}

.single-features-box h3 {
    margin-bottom: 0;
    transition: .5s;
    font-size: 22px;
    font-weight: 700
}

.single-features-box .dot-img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    transition: .5s
}

.single-features-box .dot-img img {
    transition: .5s
}

.single-features-box .dot-img img.white-dot {
    display: none
}

.single-features-box .bar {
    position: relative;
    z-index: 1;
    background: #ff4800;
    width: 55px;
    height: 3px;
    transition: .5s;
    margin-top: 7px;
    margin-bottom: 20px
}

.single-features-box .bar::after,.single-features-box .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    background: #fff;
    transition: .5s
}

.single-features-box .bar::after {
    right: 10px
}

.single-features-box .bar::before {
    right: 20px
}

.single-features-box p {
    margin-bottom: 0;
    transition: .5s
}

.single-features-box .animation-img img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.single-features-box .animation-img img:nth-child(1) {
    left: 0;
    bottom: 0
}

.single-features-box .animation-img img:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.single-features-box .animation-img img:nth-child(3) {
    top: 0;
    left: 0
}

.single-features-box .animation-img img:nth-child(4) {
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.single-features-box .animation-img img:nth-child(5) {
    right: 0;
    top: 0
}

.single-features-box .animation-img img:nth-child(6) {
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.single-features-box .animation-img img:nth-child(7) {
    bottom: 0;
    right: 0
}

.single-features-box .animation-img img:nth-child(8) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.single-features-box.active,.single-features-box:focus,.single-features-box:hover {
    background: #ff4800
}

.single-features-box.active .icon,.single-features-box.active h3,.single-features-box.active p,.single-features-box:focus .icon,.single-features-box:focus h3,.single-features-box:focus p,.single-features-box:hover .icon,.single-features-box:hover h3,.single-features-box:hover p {
    color: #fff
}

.single-features-box.active .dot-img img.color-dot,.single-features-box:focus .dot-img img.color-dot,.single-features-box:hover .dot-img img.color-dot {
    display: none
}

.single-features-box.active .dot-img img.white-dot,.single-features-box:focus .dot-img img.white-dot,.single-features-box:hover .dot-img img.white-dot {
    display: block
}

.single-features-box.active .bar,.single-features-box:focus .bar,.single-features-box:hover .bar {
    background: #fff
}

.single-features-box.active .bar::after,.single-features-box.active .bar::before,.single-features-box:focus .bar::after,.single-features-box:focus .bar::before,.single-features-box:hover .bar::after,.single-features-box:hover .bar::before {
    background: #ff4800
}

.single-features-box:focus .animation-img img,.single-features-box:hover .animation-img img {
    opacity: 1;
    visibility: visible
}

.single-features-box:focus .animation-img img:nth-child(1),.single-features-box:hover .animation-img img:nth-child(1) {
    left: -25px;
    bottom: -24px
}

.single-features-box:focus .animation-img img:nth-child(2),.single-features-box:hover .animation-img img:nth-child(2) {
    left: -35px
}

.single-features-box:focus .animation-img img:nth-child(3),.single-features-box:hover .animation-img img:nth-child(3) {
    top: -15px;
    left: -16px
}

.single-features-box:focus .animation-img img:nth-child(4),.single-features-box:hover .animation-img img:nth-child(4) {
    top: -28px
}

.single-features-box:focus .animation-img img:nth-child(5),.single-features-box:hover .animation-img img:nth-child(5) {
    right: -25px;
    top: -26px
}

.single-features-box:focus .animation-img img:nth-child(6),.single-features-box:hover .animation-img img:nth-child(6) {
    right: -25px
}

.single-features-box:focus .animation-img img:nth-child(7),.single-features-box:hover .animation-img img:nth-child(7) {
    bottom: -26px;
    right: -25px
}

.single-features-box:focus .animation-img img:nth-child(8),.single-features-box:hover .animation-img img:nth-child(8) {
    bottom: -25px
}

.br-line {
    position: relative;
    overflow: hidden;
    height: 60px;
    width: 3px;
    background: #ff4800;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1
}

.br-line::after,.br-line::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    left: 0;
    z-index: -1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.br-line::after {
    top: 5px
}

.br-line::before {
    top: 15px
}

@-webkit-keyframes MOVE-BG {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(60px)
    }
}

@keyframes MOVE-BG {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(60px)
    }
}

.about-area {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.about-content .section-title {
    margin-bottom: 40px!important
}

.about-content .about-text {
    position: relative;
    padding-left: 65px
}

.about-content .about-text .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff4800
}

.about-content .about-text .icon i::before {
    font-size: 45px
}

.about-content .about-text h3 {
    margin-top: 0;
    font-size: 20px
}

.about-content .about-text .signature {
    margin-top: 35px
}

.about-img {
    position: absolute;
    right: 0;
    top: 70px;
    width: auto!important;
    text-align: right
}

.about-img img {
    transition: .5s
}

.about-img .about-img1 {
    width: 85%
}

.about-img .about-img2 {
    position: absolute;
    left: 70px;
    bottom: -82px
}

.about-img .shape-img {
    position: absolute;
    -webkit-animation: 3s linear infinite moveleftbounce;
    animation: 3s linear infinite moveleftbounce;
    left: 44%;
    top: 9%
}

.about-img .uk-button {
    background-color: #ff4800;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -25px
}

.about-img .uk-button:focus,.about-img .uk-button:hover {
    background-color: #000
}

.about-img:focus img,.about-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.about-image {
    position: relative;
    text-align: left;
    padding-bottom: 40px
}

.about-image img:nth-child(2) {
    position: absolute;
    right: 20px;
    bottom: 0
}

@-webkit-keyframes moveleftbounce {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(5px)
    }
}

@keyframes moveleftbounce {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(5px)
    }
}

.services-area {
    padding-bottom: 40px
}

.services-area .item {
    margin-bottom: 30px
}

.services-area .pagination-area {
    margin-top: 20px;
    margin-bottom: 30px!important
}

.single-services {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 40px 55px 40px 108px;
    transition: .5s;
    border-radius: 65px 0 0 65px
}

.single-services .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: -1;
    width: 75px;
    height: 75px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #ff4800;
    line-height: 75px;
    margin-top: -38px;
    transition: .5s
}

.single-services .icon i::before {
    font-size: 35px
}

.single-services h3 {
    margin: 0;
    transition: .5s;
    font-size: 18px;
    font-weight: 700
}

.single-services h3 a {
    color: #000
}

.single-services .link-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #bdbdbd;
    display: block;
    margin-top: -19px;
    transition: .5s
}

.single-services .link-btn::before {
    font-size: 25px
}

.single-services.active,.single-services:focus,.single-services:hover {
    background: #ff4800
}

.single-services.active a,.single-services.active h3,.single-services:focus a,.single-services:focus h3,.single-services:hover a,.single-services:hover h3 {
    color: #fff
}

.single-services.active .link-btn,.single-services:focus .link-btn,.single-services:hover .link-btn {
    right: 10px;
    color: #fff
}

.single-services-box {
    background-color: #f7f7ff;
    position: relative;
    z-index: 1;
    padding: 40px;
    transition: .5s
}

.single-services-box .icon {
    color: #ff4800;
    transition: .5s
}

.single-services-box .icon i::before {
    font-size: 45px
}

.single-services-box h3 {
    margin-bottom: 0;
    transition: .5s;
    font-size: 20px;
    font-weight: 700
}

.single-services-box h3 a {
    color: #000
}

.single-services-box .bar {
    position: relative;
    z-index: 1;
    background: #ff4800;
    width: 55px;
    height: 3px;
    transition: .5s;
    margin-top: 7px;
    margin-bottom: 20px
}

.single-services-box .bar::after,.single-services-box .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    background: #fff;
    transition: .5s
}

.single-services-box .bar::after {
    right: 10px
}

.single-services-box .bar::before {
    right: 20px
}

.single-services-box p {
    margin-bottom: 20px;
    transition: .5s
}

.single-services-box .link-btn {
    display: inline-block;
    position: relative;
    color: #fff
}

.single-services-box .link-btn span {
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.single-services-box .link-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff4800;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: .5s
}

.single-services-box .link-btn:focus span,.single-services-box .link-btn:hover span {
    opacity: 1;
    visibility: visible;
    padding-right: 5px
}

.single-services-box .link-btn:focus i,.single-services-box .link-btn:hover i {
    left: 100%;
    width: 25px;
    height: 25px;
    line-height: 23px
}

.single-services-box .link-btn:focus i::before,.single-services-box .link-btn:hover i::before {
    font-size: 12px
}

.single-services-box .animation-img img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.single-services-box .animation-img img:nth-child(1) {
    left: 0;
    bottom: 0
}

.single-services-box .animation-img img:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.single-services-box .animation-img img:nth-child(3) {
    top: 0;
    left: 0
}

.single-services-box .animation-img img:nth-child(4) {
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.single-services-box .animation-img img:nth-child(5) {
    right: 0;
    top: 0
}

.single-services-box .animation-img img:nth-child(6) {
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.single-services-box .animation-img img:nth-child(7) {
    bottom: 0;
    right: 0
}

.single-services-box .animation-img img:nth-child(8) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.single-services-box:focus,.single-services-box:hover {
    background: #ff4800
}

.single-services-box:focus .icon,.single-services-box:focus h3 a,.single-services-box:focus p,.single-services-box:hover .icon,.single-services-box:hover h3 a,.single-services-box:hover p {
    color: #fff
}

.single-services-box:focus .bar,.single-services-box:hover .bar {
    background: #fff
}

.single-services-box:focus .bar::after,.single-services-box:focus .bar::before,.single-services-box:hover .bar::after,.single-services-box:hover .bar::before {
    background: #ff4800
}

.single-services-box:focus .link-btn span,.single-services-box:hover .link-btn span {
    opacity: 1;
    visibility: visible;
    padding-right: 7px
}

.single-services-box:focus .link-btn i,.single-services-box:hover .link-btn i {
    left: 100%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    background-color: #fff;
    color: #ff4800
}

.single-services-box:focus .link-btn i::before,.single-services-box:hover .link-btn i::before {
    font-size: 12px
}

.single-services-box:focus .animation-img img,.single-services-box:hover .animation-img img {
    opacity: 1;
    visibility: visible
}

.single-services-box:focus .animation-img img:nth-child(1),.single-services-box:hover .animation-img img:nth-child(1) {
    left: -25px;
    bottom: -24px
}

.single-services-box:focus .animation-img img:nth-child(2),.single-services-box:hover .animation-img img:nth-child(2) {
    left: -35px
}

.single-services-box:focus .animation-img img:nth-child(3),.single-services-box:hover .animation-img img:nth-child(3) {
    top: -15px;
    left: -16px
}

.single-services-box:focus .animation-img img:nth-child(4),.single-services-box:hover .animation-img img:nth-child(4) {
    top: -28px
}

.single-services-box:focus .animation-img img:nth-child(5),.single-services-box:hover .animation-img img:nth-child(5) {
    right: -25px;
    top: -26px
}

.single-services-box:focus .animation-img img:nth-child(6),.single-services-box:hover .animation-img img:nth-child(6) {
    right: -25px
}

.single-services-box:focus .animation-img img:nth-child(7),.single-services-box:hover .animation-img img:nth-child(7) {
    bottom: -26px;
    right: -25px
}

.single-services-box:focus .animation-img img:nth-child(8),.single-services-box:hover .animation-img img:nth-child(8) {
    bottom: -25px
}

.services-section {
    padding-bottom: 40px
}

.services-section .section-title h2 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
}

.services-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px!important;
    overflow: hidden
}

.services-box img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

.services-box .content {
    border-radius: 0 0 5px 5px;
    background-color: #ff4800;
    transition: .5s;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

.services-box .content .icon {
    border: 2px solid #ff4800;
    background-color: #fff;
    color: #ff4800;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    position: relative;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.services-box .content .icon i::before {
    font-size: 30px
}

.services-box .content h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: -30px;
    font-size: 22px;
    font-weight: 700
}

.services-box .hover-content {
    border-radius: 5px;
    background-color: #ff4800;
    transition: .5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    opacity: 0;
    visibility: hidden
}

.services-box .hover-content .inner {
    padding: 30px
}

.services-box .hover-content .inner .icon {
    border: 2px solid #ff4800;
    background-color: #fff;
    color: #ff4800;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.services-box .hover-content .inner .icon i::before {
    font-size: 30px
}

.services-box .hover-content .inner h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700
}

.services-box .hover-content .inner p {
    color: #fff;
    margin-top: 12px
}

.services-box .hover-content .inner .details-btn {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1
}

.services-box .hover-content .inner .details-btn i::before {
    font-size: 22px
}

.services-box .hover-content .inner .details-btn::before {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.services-box .hover-content .inner .details-btn:hover {
    color: #ff4800
}

.services-box .hover-content .inner .details-btn:hover::before {
    opacity: 1;
    visibility: visible;
    left: 3px;
    background-color: #fff
}

.services-box:hover .content {
    opacity: 0;
    visibility: hidden
}

.services-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.services-details .uk-width-1-5 {
    width: 33%
}

.services-details-desc h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px
}

.services-details-desc p {
    margin-bottom: 15px
}

.services-details-desc .services-image-slides {
    margin-bottom: 30px;
    margin-top: 25px
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot {
    outline: 0!important
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    outline: 0!important;
    background: 0 0;
    transition: .5s;
    border-radius: 50%;
    position: relative;
    padding: 0;
    text-align: center;
    border: 1px solid #fff
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    transition: .5s;
    width: 8px;
    height: 8px;
    top: 4px;
    border-radius: 50%
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span,.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot:hover span {
    border-color: #ff4800
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span::before,.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot:hover span::before {
    background: #ff4800
}

.services-details-desc .services-features-list {
    padding: 0;
    margin: 20px 0 10px;
    list-style-type: none;
    overflow: hidden
}

.services-details-desc .services-features-list li {
    float: left;
    width: 45%;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500
}

.services-details-desc .services-features-list li i {
    color: #ff4800
}

.services-details-desc .services-features-list li i::before {
    margin-right: 3px
}

.services-details-desc .blockquote,.services-details-desc blockquote {
    background: #f7f7f7;
    padding: 30px 20px;
    margin-bottom: 25px;
    border-left: 4px solid #ff4800
}

.services-details-desc .blockquote p,.services-details-desc blockquote p {
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px
}

.services-details-desc .our-work-benefits .accordion {
    list-style-type: none;
    padding: 0;
    margin: 25px 0 0
}

.services-details-desc .our-work-benefits .accordion .accordion-item {
    display: block;
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    background: #fff;
    margin-bottom: 5px
}

.services-details-desc .our-work-benefits .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.services-details-desc .our-work-benefits .accordion .accordion-title {
    display: block;
    padding: 12px 20px 9px 51px;
    text-decoration: none;
    color: #000;
    position: relative;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 500
}

.services-details-desc .our-work-benefits .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #ff4800;
    color: #fff
}

.services-details-desc .our-work-benefits .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -11px
}

.services-details-desc .our-work-benefits .accordion .accordion-title.active {
    border-bottom-color: #e1e1e1
}

.services-details-desc .our-work-benefits .accordion .accordion-title.active i::before {
    content: "\f122"
}

.services-details-desc .our-work-benefits .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px
}

.services-details-desc .our-work-benefits .accordion .accordion-content.show {
    display: block
}

.project-area {
    overflow: hidden
}

.project-area .pagination-area {
    margin-top: 20px
}

.project-slides {
    left: calc((100% - 1200px)/ 2);
    position: relative
}

.single-project {
    text-align: center;
    margin-bottom: 30px
}

.single-project .project-img img {
    transition: .5s
}

.single-project .project-content {
    background-color: #f9f9f9;
    padding: 35px 15px;
    transition: .5s;
    position: relative;
    z-index: 1
}

.single-project .project-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .5s;
    background: #ff4800;
    z-index: -1
}

.single-project .project-content h3 {
    margin: 0;
    transition: .5s;
    font-size: 22px;
    font-weight: 700
}

.single-project .project-content h3 a {
    color: #000
}

.single-project .project-content h3 a:focus,.single-project .project-content h3 a:hover {
    color: #ff4800
}

.single-project .project-content ul {
    padding: 0;
    margin: 8px 0 0;
    list-style-type: none
}

.single-project .project-content ul li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    transition: .5s
}

.single-project .project-content ul li::before {
    content: "";
    position: absolute;
    left: -11px;
    height: 15px;
    width: 2px;
    background: #848484;
    top: 3px;
    transform: rotate(10deg);
    transition: .5s
}

.single-project .project-content ul li:first-child::before {
    display: none
}

.single-project .project-content ul li a {
    color: #848484
}

.single-project .project-content ul li a:focus,.single-project .project-content ul li a:hover {
    color: #ff4800
}

.single-project:focus .project-content::before,.single-project:hover .project-content::before {
    height: 100%
}

.single-project:focus .project-content h3 a,.single-project:focus .project-content ul li a,.single-project:hover .project-content h3 a,.single-project:hover .project-content ul li a {
    color: #fff
}

.single-project:focus .project-content ul li::before,.single-project:hover .project-content ul li::before {
    background: #fff
}

.single-project:focus .project-img img,.single-project:hover .project-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.project-slides.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 20px!important
}

.project-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 0 3px;
    background: #d6d6d6;
    transition: .5s;
    border-radius: 0
}

.project-slides.owl-theme .owl-dots .owl-dot.active,.project-slides.owl-theme .owl-dots .owl-dot:focus,.project-slides.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.project-slides.owl-theme .owl-dots .owl-dot.active span,.project-slides.owl-theme .owl-dots .owl-dot:focus span,.project-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.project-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 22px
}

.project-section {
    position: relative;
    z-index: 1;
    padding-bottom: 40px
}

.single-project-box {
    text-align: center;
    margin-bottom: 30px!important
}

.single-project-box .project-img img {
    transition: .5s
}

.single-project-box .project-content {
    background-color: #f9f9f9;
    padding: 30px;
    transition: .5s;
    text-align: left;
    position: relative;
    z-index: 1
}

.single-project-box .project-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .5s;
    background: #ff4800;
    z-index: -1
}

.single-project-box .project-content h3 {
    margin: 0;
    transition: .5s;
    font-size: 22px;
    font-weight: 700
}

.single-project-box .project-content h3 a {
    color: #000
}

.single-project-box .project-content h3 a:focus,.single-project-box .project-content h3 a:hover {
    color: #ff4800
}

.single-project-box .project-content ul {
    padding: 0;
    margin: 8px 0 0;
    list-style-type: none
}

.single-project-box .project-content ul li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    transition: .5s
}

.single-project-box .project-content ul li::before {
    content: "";
    position: absolute;
    left: -11px;
    height: 15px;
    width: 2px;
    background: #848484;
    top: 3px;
    transform: rotate(10deg);
    transition: .5s
}

.single-project-box .project-content ul li:first-child::before {
    display: none
}

.single-project-box .project-content ul li a {
    color: #848484
}

.single-project-box .project-content ul li a:focus,.single-project-box .project-content ul li a:hover {
    color: #ff4800
}

.single-project-box .project-content ul li:first-child {
    margin-left: 0
}

.single-project-box .project-content .details-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: .5s;
    border-radius: 50%;
    background-color: #ff4800;
    color: #fff
}

.single-project-box .project-content .details-btn i svg {
    width: 28px
}

.single-project-box .project-content .details-btn:hover {
    color: #fff!important;
    background-color: #000!important
}

.single-project-box:focus .project-content::before,.single-project-box:hover .project-content::before {
    height: 100%
}

.single-project-box:focus .project-content h3 a,.single-project-box:focus .project-content ul li a,.single-project-box:hover .project-content h3 a,.single-project-box:hover .project-content ul li a {
    color: #fff
}

.single-project-box:focus .project-content ul li::before,.single-project-box:hover .project-content ul li::before {
    background: #fff
}

.single-project-box:focus .project-content .details-btn,.single-project-box:hover .project-content .details-btn {
    background-color: #fff;
    color: #ff4800
}

.single-project-box:focus .project-img img,.single-project-box:hover .project-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.project-details .uk-width-1-5 {
    width: 33%
}

.project-details-info {
    background: #fff;
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    padding: 30px
}

.project-details-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.project-details-info ul li {
    color: #848484;
    font-size: 16px;
    margin-bottom: 14px
}

.project-details-info ul li span {
    font-weight: 500;
    display: inline-block;
    color: #000;
    margin-right: 5px
}

.project-details-info ul li a {
    display: inline-block;
    color: #848484
}

.project-details-info ul li a:focus,.project-details-info ul li a:hover {
    color: #ff4800
}

.project-details-info ul li:last-child {
    margin-bottom: 0
}

.project-details-info ul li ul {
    display: inline-block
}

.project-details-info ul li ul li {
    display: inline-block;
    margin-bottom: 0
}

.project-details-info ul li ul li a {
    width: 35px;
    height: 35px;
    background: #2d3046;
    text-align: center;
    color: #fff;
    line-height: 35px;
    border-radius: 50%
}

.project-details-info ul li ul li a i::before {
    font-size: 14px
}

.project-details-info ul li ul li a:focus,.project-details-info ul li ul li a:hover {
    background: #ff4800;
    color: #fff
}

.project-details-desc {
    margin-top: 30px
}

.project-details-desc h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px
}

.project-details-desc p {
    margin-bottom: 15px
}

.project-details-desc p:last-child {
    margin-bottom: 0
}

.project-details-desc .blockquote,.project-details-desc blockquote {
    background: #f7f7f7;
    padding: 30px 20px;
    margin-bottom: 25px;
    border-left: 4px solid #ff4800
}

.project-details-desc .blockquote p,.project-details-desc blockquote p {
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px
}

.project-next-and-prev {
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    background: #fff;
    margin-top: 30px;
    position: relative;
    padding: 30px
}

.project-next-and-prev .uk-button {
    flex: unset;
    width: auto
}

.project-next-and-prev .uk-text-right {
    display: block!important
}

.feedback-img {
    position: relative
}

.feedback-img img {
    transition: .5s
}

.feedback-img .shape-img {
    position: absolute;
    left: 20px;
    top: -55px;
    -webkit-animation: 3s linear infinite moveleftbounce;
    animation: 3s linear infinite moveleftbounce
}

.feedback-img .video-btn {
    position: absolute;
    right: 15px;
    bottom: 200px;
    background: #ff4800;
    color: #fff;
    padding: 20px 20px 20px 65px;
    border-radius: 45px
}

.feedback-img .video-btn i {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #fff;
    color: #ff4800;
    border-radius: 50%;
    margin-top: -22px;
    transition: .5s
}

.feedback-img .video-btn:focus,.feedback-img .video-btn:hover {
    background: #fff;
    color: #ff4800
}

.feedback-img .video-btn:focus i,.feedback-img .video-btn:hover i {
    background: #ff4800;
    color: #fff
}

.feedback-img:focus img,.feedback-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.single-feedback i {
    color: #e7e7e7;
    line-height: 45px
}

.single-feedback i::before {
    font-size: 65px
}

.single-feedback p {
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic
}

.single-feedback .client {
    margin-top: 20px
}

.single-feedback .client h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}

.single-feedback .client span {
    display: block;
    color: #ff4800;
    margin-top: 6px;
    font-size: 14px
}

.feedback-inner {
    margin-top: 75px
}

.feedback-slides.owl-theme .owl-dots {
    line-height: .01;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    bottom: -40px
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 6px;
    margin: 0;
    background: #d6d6d6;
    transition: .5s;
    border-radius: 0
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active,.feedback-slides.owl-theme .owl-dots .owl-dot:focus,.feedback-slides.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span,.feedback-slides.owl-theme .owl-dots .owl-dot:focus span,.feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.feedback-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: .01
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: unset;
    margin: 0;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    left: 0;
    transition: .5s;
    height: 20px;
    bottom: -47px;
    z-index: 10
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] i::before {
    font-size: 20px
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.feedback-slides.owl-theme .owl-nav [class*=owl-]:focus,.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
    outline: 0!important;
    box-shadow: unset!important;
    color: #ff4800
}

.testimonials-area {
    padding-bottom: 40px
}

.testimonials-item {
    margin-bottom: 30px
}

.testimonials-item .testimonials-single-item {
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
    background-color: #fff;
    padding: 25px
}

.testimonials-item .testimonials-single-item p {
    font-style: italic;
    margin-bottom: 0;
    padding-left: 40px;
    position: relative
}

.testimonials-item .testimonials-single-item p::before {
    position: absolute;
    content: "\f117";
    color: #777;
    font-family: Flaticon;
    left: 0;
    top: -5px;
    font-size: 25px
}

.testimonials-item .testimonials-single-item::before {
    border-left: 0 solid transparent;
    border-right: 23px solid transparent;
    border-top: 32px solid #fff;
    bottom: -32px;
    content: "";
    height: 0;
    left: 50px;
    position: absolute;
    width: 0
}

.testimonials-item .quotation-profile {
    position: relative;
    margin-top: 40px;
    margin-left: 10px
}

.testimonials-item .quotation-profile img {
    width: 70px;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px
}

.testimonials-item .quotation-profile .profile-info {
    position: absolute;
    top: -5px;
    left: 90px
}

.testimonials-item .quotation-profile .profile-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px
}

.testimonials-item .quotation-profile .profile-info span {
    display: block;
    font-size: 14px;
    color: #ff4800
}

.feedback-section {
    padding-bottom: 40px
}

.feedback-section .section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.single-feedback-item {
    margin-bottom: 30px!important;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fcf9f9;
    border-radius: 5px;
    padding: 50px 30px
}

.single-feedback-item i {
    color: #e7e7e7;
    display: block;
    margin-top: -25px;
    transition: .5s
}

.single-feedback-item i::before {
    font-size: 65px
}

.single-feedback-item p {
    margin-bottom: 0;
    color: #666;
    transition: .5s;
    font-size: 15px;
    font-style: italic
}

.single-feedback-item .client-info {
    text-align: left;
    position: relative;
    transition: .5s;
    padding-left: 65px;
    max-width: 160px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

.single-feedback-item .client-info img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #ff4800;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s
}

.single-feedback-item .client-info h3 {
    margin-bottom: 3px;
    transition: .5s;
    font-size: 20px;
    font-weight: 600
}

.single-feedback-item .client-info span {
    display: block;
    font-size: 14px;
    color: #ff4800;
    transition: .5s
}

.single-feedback-item::before {
    content: '';
    position: absolute;
    left: -69%;
    top: -95%;
    width: 240%;
    height: 100%;
    background-color: #ff4800;
    z-index: -1;
    border-radius: 50%;
    transition: .5s
}

.single-feedback-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: .5s;
    height: 5%;
    background-color: #ff4800;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden
}

.single-feedback-item:hover i,.single-feedback-item:hover p {
    color: #fff
}

.single-feedback-item:hover .client-info img {
    border-color: #fff
}

.single-feedback-item:hover .client-info h3,.single-feedback-item:hover .client-info span {
    color: #fff
}

.single-feedback-item:hover::before {
    opacity: 0;
    visibility: hidden
}

.single-feedback-item:hover::after {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.partner-area {
    border-bottom: 1px solid #f0f0f0
}

.partner-area .item {
    text-align: center
}

.partner-area .item a img {
    display: inline-block!important;
    width: 140px!important;
    transition: .5s;
    opacity: .45
}

.partner-area .item a:focus img,.partner-area .item a:hover img {
    opacity: 1;
    -webkit-animation: .5s forwards toTopFromBottom;
    animation: .5s forwards toTopFromBottom
}

@-webkit-keyframes toTopFromBottom {
    49% {
        transform: translateY(50%)
    }

    50% {
        opacity: 0;
        transform: translateY(-50%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(50%)
    }

    50% {
        opacity: 0;
        transform: translateY(-50%)
    }

    51% {
        opacity: 1
    }
}

.team-area {
    padding-bottom: 40px
}

.single-team {
    text-align: center;
    position: relative;
    transition: .5s;
    margin-bottom: 30px
}

.single-team .team-social {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.single-team .team-social li {
    display: inline-block
}

.single-team .team-social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #ff4800;
    background: 0 0;
    border-radius: 50%;
    border: 1px solid #ff4800
}

.single-team .team-social li a:focus,.single-team .team-social li a:hover {
    background: #ff4800;
    color: #fff
}

.single-team .team-social li a i::before {
    font-size: 13px
}

.single-team img {
    transition: all .7s ease-out;
    position: relative;
    top: 0
}

.single-team .team-content {
    padding-top: 20px;
    transition: .5s;
    position: relative;
    background: #fff
}

.single-team .team-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700
}

.single-team .team-content span {
    display: block;
    color: #848484;
    margin-top: 5px
}

.single-team:focus .team-social,.single-team:hover .team-social {
    opacity: 1;
    top: 18px;
    visibility: visible
}

.single-team:focus img,.single-team:hover img {
    top: 70px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.team-slides.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 20px!important;
    margin-bottom: 30px
}

.team-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 0 3px;
    background: #d6d6d6;
    transition: .5s;
    border-radius: 0
}

.team-slides.owl-theme .owl-dots .owl-dot.active,.team-slides.owl-theme .owl-dots .owl-dot:focus,.team-slides.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.team-slides.owl-theme .owl-dots .owl-dot.active span,.team-slides.owl-theme .owl-dots .owl-dot:focus span,.team-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.team-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 22px
}

.subscribe-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.subscribe-area h3 {
    margin: 8px 0 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700
}

.subscribe-area form {
    position: relative
}

.subscribe-area form .uk-input {
    height: 50px;
    border: none;
    padding-left: 20px
}

.subscribe-area form .uk-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background-color: #ff4800;
    color: #fff
}

.subscribe-area form .uk-button:focus,.subscribe-area form .uk-button:hover {
    background-color: #000
}

.subscribe-area form .validation-danger {
    color: red;
    margin-top: 15px
}

.subscribe-area form .validation-success {
    color: #848484;
    margin-top: 15px
}

.subscribe-area .shape {
    position: absolute;
    left: 20%;
    bottom: -70px;
    z-index: -1;
    transform: rotate(-132deg)
}

.single-blog-post {
    margin-bottom: 30px
}

.single-blog-post .blog-post-image img {
    transition: .5s
}

.single-blog-post .blog-post-content {
    border: 1px solid #f4f4f4;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 20px;
    transition: .5s;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -30px
}

.single-blog-post .blog-post-content span {
    display: inline-block;
    color: #fff;
    background-color: #ff4800;
    padding: 4px 12px
}

.single-blog-post .blog-post-content h3 {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 700
}

.single-blog-post .blog-post-content h3 a {
    color: #000
}

.single-blog-post .blog-post-content h3 a:focus,.single-blog-post .blog-post-content h3 a:hover {
    color: #ff4800
}

.single-blog-post .blog-post-content .read-more {
    text-transform: uppercase;
    color: #ff4800
}

.single-blog-post .blog-post-content .read-more:focus,.single-blog-post .blog-post-content .read-more:hover {
    letter-spacing: 1px
}

.single-blog-post:focus .blog-post-image img,.single-blog-post:hover .blog-post-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.single-blog-post:focus .blog-post-content,.single-blog-post:hover .blog-post-content {
    margin-top: -40px
}

.blog-slides.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 20px!important
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 0 3px;
    background: #d6d6d6;
    transition: .5s;
    border-radius: 0
}

.blog-slides.owl-theme .owl-dots .owl-dot.active,.blog-slides.owl-theme .owl-dots .owl-dot:focus,.blog-slides.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.blog-slides.owl-theme .owl-dots .owl-dot.active span,.blog-slides.owl-theme .owl-dots .owl-dot:focus span,.blog-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.blog-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 22px
}

.blog-details .uk-width-1-5 {
    width: 33%
}

.blog-details .inner .article-img {
    position: relative
}

.blog-details .inner .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 100px;
    left: 15px;
    height: 70px;
    text-align: center;
    background: #ff4800;
    color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic
}

.blog-details .inner .article-content {
    margin-top: 30px
}

.blog-details .inner .article-content ul.category {
    padding: 0;
    list-style-type: none;
    margin: 0 0 25px
}

.blog-details .inner .article-content ul.category li {
    display: inline-block
}

.blog-details .inner .article-content ul.category li a {
    background: #ff4800;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 3px
}

.blog-details .inner .article-content h3 {
    margin: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700
}

.blog-details .inner .article-content p {
    margin-bottom: 0;
    margin-top: 15px
}

.blog-details .inner .article-content .blockquote {
    background: #f7f7f7;
    padding: 30px;
    border-left: 4px solid #ff4800;
    margin-bottom: 20px;
    margin-top: 20px
}

.blog-details .inner .article-content .blockquote p {
    margin-top: 0;
    font-size: 18px
}

.blog-details .inner .post-controls-buttons {
    margin-top: 30px
}

.blog-details .inner .post-controls-buttons .uk-button {
    flex: unset;
    width: auto
}

.blog-details .inner .post-controls-buttons .uk-text-right {
    display: block!important
}

.blog-details .inner .comments-area {
    margin-top: 45px
}

.blog-details .inner .comments-area .comment-reply-title,.blog-details .inner .comments-area .comments-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700
}

.blog-details .inner .comments-area .comment-reply-title {
    margin-bottom: 8px
}

.blog-details .inner .comments-area ol,.blog-details .inner .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details .inner .comments-area ol li ol li,.blog-details .inner .comments-area ol li ul li,.blog-details .inner .comments-area ul li ol li,.blog-details .inner .comments-area ul li ul li {
    margin-top: 15px;
    margin-left: 35px;
    margin-bottom: 15px
}

.blog-details .inner .comments-area ol li .comment-body,.blog-details .inner .comments-area ul li .comment-body {
    background: #f7f7ff;
    padding: 25px 20px;
    position: relative
}

.blog-details .inner .comments-area ol li .comment-body .comment-meta,.blog-details .inner .comments-area ul li .comment-body .comment-meta {
    position: relative;
    padding-left: 80px;
    padding-top: 8px
}

.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-author img,.blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-author img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}

.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-author .fn,.blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-author .fn {
    margin-bottom: 5px;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-author .says,.blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-author .says {
    display: none
}

.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-metadata a,.blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-metadata a {
    display: inline-block;
    color: #848484;
    font-size: 13px
}

.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-metadata a:focus,.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-metadata a:hover,.blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-metadata a:focus,.blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-metadata a:hover {
    color: #ff4800
}

.blog-details .inner .comments-area ol li .comment-body .comment-content,.blog-details .inner .comments-area ul li .comment-body .comment-content {
    margin-top: 20px
}

.blog-details .inner .comments-area ol li .comment-body .reply,.blog-details .inner .comments-area ul li .comment-body .reply {
    position: absolute;
    right: 30px;
    top: 30px
}

.blog-details .inner .comments-area ol li .comment-body .reply a,.blog-details .inner .comments-area ul li .comment-body .reply a {
    display: inline-block;
    background: #000;
    padding: 5px 15px;
    color: #fff
}

.blog-details .inner .comments-area ol li .comment-body .reply a:focus,.blog-details .inner .comments-area ol li .comment-body .reply a:hover,.blog-details .inner .comments-area ul li .comment-body .reply a:focus,.blog-details .inner .comments-area ul li .comment-body .reply a:hover {
    background: #ff4800
}

.blog-details .inner .comments-area .comment-respond {
    margin-top: 30px
}

.blog-details .inner .comments-area .comment-respond .comment-notes {
    font-size: 14px;
    margin-bottom: 20px
}

.blog-details .inner .comments-area .comment-respond .comment-form-author input,.blog-details .inner .comments-area .comment-respond .comment-form-author textarea,.blog-details .inner .comments-area .comment-respond .comment-form-comment input,.blog-details .inner .comments-area .comment-respond .comment-form-comment textarea,.blog-details .inner .comments-area .comment-respond .comment-form-email input,.blog-details .inner .comments-area .comment-respond .comment-form-email textarea,.blog-details .inner .comments-area .comment-respond .comment-form-url input,.blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
    display: block;
    width: 100%;
    height: 45px;
    outline: 0!important;
    box-shadow: unset!important;
    border: 1px solid #eee;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 15px;
    transition: .5s
}

.blog-details .inner .comments-area .comment-respond .comment-form-author input:focus,.blog-details .inner .comments-area .comment-respond .comment-form-author textarea:focus,.blog-details .inner .comments-area .comment-respond .comment-form-comment input:focus,.blog-details .inner .comments-area .comment-respond .comment-form-comment textarea:focus,.blog-details .inner .comments-area .comment-respond .comment-form-email input:focus,.blog-details .inner .comments-area .comment-respond .comment-form-email textarea:focus,.blog-details .inner .comments-area .comment-respond .comment-form-url input:focus,.blog-details .inner .comments-area .comment-respond .comment-form-url textarea:focus {
    border-color: #ff4800
}

.blog-details .inner .comments-area .comment-respond .comment-form-author textarea,.blog-details .inner .comments-area .comment-respond .comment-form-comment textarea,.blog-details .inner .comments-area .comment-respond .comment-form-email textarea,.blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
    height: auto;
    padding-top: 15px
}

.blog-details .inner .comments-area .comment-respond .form-submit input {
    display: inline-block;
    background: #ff4800;
    border: none;
    color: #fff;
    padding: 16px 30px;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0!important;
    cursor: pointer;
    margin-top: 5px;
    transition: .5s
}

.blog-details .inner .comments-area .comment-respond .form-submit input:focus,.blog-details .inner .comments-area .comment-respond .form-submit input:hover {
    background: #000;
    box-shadow: 0 13px 27px 0 rgba(255,82,2,.11)
}

.contact-area {
    padding-bottom: 100px
}

.contact-area .section-title {
    text-align: center
}

.contact-area .section-title h2 {
    margin-bottom: 0
}

.map-img {
    position: relative;
    z-index: 1
}

.map-img .location {
    position: absolute;
    left: 24%;
    top: 30%;
    width: auto;
    height: auto
}

.map-img .location a {
    width: 14px;
    height: 14px;
    background: #ff4800;
    border-radius: 50%;
    position: relative
}

.map-img .location a::before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -4px;
    border: 4px solid #eec3b3;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.65,0,.34,1);
    animation-timing-function: cubic-bezier(.65,0,.34,1)
}

.map-img .location a .location-info {
    position: absolute;
    left: -55px;
    bottom: 30px;
    transition: .5s;
    width: 160px;
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    border-radius: 3px;
    z-index: 1;
    box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);
    opacity: 0;
    visibility: hidden
}

.map-img .location a .location-info h5 {
    margin: 0;
    color: #616161;
    font-size: 16px;
    font-weight: 700
}

.map-img .location a .location-info span {
    display: block;
    font-size: 14px;
    color: #616161;
    margin-top: 6px
}

.map-img .location a .location-info::before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -10px;
    width: 25px;
    height: 25px;
    background: #fff;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.06)
}

.map-img .location a.active .location-info,.map-img .location a:focus .location-info,.map-img .location a:hover .location-info {
    opacity: 1;
    visibility: visible;
    bottom: 40px
}

.map-img .location.uk-location2 {
    right: 22%;
    left: auto;
    top: 25%
}

#contactForm .uk-grid-medium {
    margin-left: -15px
}

#contactForm .uk-margin {
    padding-left: 15px;
    margin-top: 0!important;
    margin-bottom: 15px
}

#contactForm .uk-input {
    height: 55px;
    background-color: #f4f4f4;
    border: none;
    padding-left: 15px
}

#contactForm .uk-input::-webkit-input-placeholder {
    color: #8a8a8a
}

#contactForm .uk-input::-ms-input-placeholder {
    color: #8a8a8a
}

#contactForm .uk-input::-moz-placeholder {
    color: #8a8a8a
}

#contactForm .uk-input::placeholder {
    color: #8a8a8a
}

#contactForm .uk-input:focus {
    padding-left: 17px
}

#contactForm .uk-textarea {
    background-color: #f4f4f4;
    border: none;
    padding-left: 15px;
    padding-top: 15px
}

#contactForm .uk-textarea::-webkit-input-placeholder {
    color: #8a8a8a
}

#contactForm .uk-textarea::-ms-input-placeholder {
    color: #8a8a8a
}

#contactForm .uk-textarea::-moz-placeholder {
    color: #8a8a8a
}

#contactForm .uk-textarea::placeholder {
    color: #8a8a8a
}

#contactForm .uk-button {
    background-color: #ff4800;
    color: #fff;
    margin-top: 20px
}

#contactForm .uk-button:focus,#contactForm .uk-button:hover {
    background-color: #000
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(.75,.75,1)
    }

    to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1)
    }
}

.contact-section {
    overflow: hidden
}

.contact-image {
    position: relative;
    background-image: url(contact-image.991922f6d1f8f5d35392.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.contact-image img {
    display: none
}

.contact-image .contact-info {
    position: absolute;
    right: -50px;
    bottom: 133px;
    max-width: 380px;
    background-color: #ff4800;
    border-radius: 5px;
    padding: 30px
}

.contact-image .contact-info h3 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 28px;
    font-weight: 700
}

.contact-image .contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.contact-image .contact-info ul li {
    display: block;
    margin-bottom: 12px;
    color: #fff
}

.contact-image .contact-info ul li a {
    display: inline-block;
    color: #fff
}

.contact-image .contact-info ul li:last-child {
    margin-bottom: 0
}

.contact-form {
    max-width: 600px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 70px
}

.contact-form .section-title {
    max-width: 315px
}

.page-title-area {
    text-align: center;
    z-index: 1;
    position: relative;
    padding-top: 200px;
    padding-bottom: 125px;
    background-position: center center;
    background-image: url(page-title-bg.9370c4bdc84e446a64c5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.contact-title-area {
    background-image: url(contact.aa7f69a90ae2b3b721d3.webp)
}

.ewaste-title-area {
    background-image: url(ewaste.4c694cf2a29385a03aad.jpg)
}

.about-title-area {
    background-image: url(about.dfdd6c9b9d06e5429b4b.webp)
}

.page-title-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-title-area h1 {
    color: #fff;
    position: relative;
    margin: 0;
    font-size: 34px;
    font-weight: 700
}

.page-title-area ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none
}

.page-title-area ul li {
    display: inline-block;
    margin-right: 15px;
    color: #ff4800;
    position: relative
}

.page-title-area ul li a {
    display: block;
    color: #fff
}

.page-title-area ul li a:focus,.page-title-area ul li a:hover {
    color: #ff4800
}

.page-title-area ul li::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 4px;
    width: 2px;
    height: 14px;
    background: #fff;
    transform: rotate(11deg)
}

.page-title-area ul li:first-child::before {
    display: none
}

.page-title-area ul li:last-child {
    margin-right: 0
}

.pagination-area {
    text-align: center;
    margin-top: 30px
}

.pagination-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.pagination-area ul li a {
    font-weight: 600;
    font-size: 16px
}

.pagination-area ul li a:focus,.pagination-area ul li a:hover,.pagination-area ul li.uk-active a {
    color: #ff4800
}

.uk-sidebar .widget {
    margin-bottom: 40px
}

.uk-sidebar .widget:last-child {
    margin-bottom: 0
}

.uk-sidebar .widget .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0
}

.uk-sidebar .widget .bar {
    position: relative;
    z-index: 1;
    background: #ff4800;
    width: 55px;
    height: 3px;
    transition: .5s;
    margin-top: 8px;
    margin-bottom: 25px
}

.uk-sidebar .widget .bar::after,.uk-sidebar .widget .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    background: #fff;
    transition: .5s
}

.uk-sidebar .widget .bar::after {
    right: 10px
}

.uk-sidebar .widget .bar::before {
    right: 20px
}

.uk-sidebar .widget:focus .widget-title::before,.uk-sidebar .widget:hover .widget-title::before {
    transform: rotate(180deg)
}

.uk-sidebar .widget.service_list {
    background: #fff;
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1)
}

.uk-sidebar .widget.service_list ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.uk-sidebar .widget.service_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #5d6576;
    font-weight: 500;
    z-index: 1;
    padding: 15px 35px 15px 15px
}

.uk-sidebar .widget.service_list ul li a.active,.uk-sidebar .widget.service_list ul li a:focus,.uk-sidebar .widget.service_list ul li a:hover {
    background: #ff4800;
    color: #fff;
    padding-left: 20px
}

.uk-sidebar .widget.service_list ul li a.active::before,.uk-sidebar .widget.service_list ul li a:focus::before,.uk-sidebar .widget.service_list ul li a:hover::before {
    width: 2px
}

.uk-sidebar .widget.service_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px
}

.uk-sidebar .widget.service_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: .5s
}

.uk-sidebar .widget.service_list ul li:last-child a {
    border-bottom: none
}

.uk-sidebar .widget.widget_download ul {
    padding: 0;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1)
}

.uk-sidebar .widget.widget_download ul li a {
    display: block;
    position: relative;
    color: #5d6576;
    font-weight: 500;
    z-index: 1;
    border-bottom: 1px solid #eee;
    padding: 15px 35px 15px 15px
}

.uk-sidebar .widget.widget_download ul li a.active,.uk-sidebar .widget.widget_download ul li a:focus,.uk-sidebar .widget.widget_download ul li a:hover {
    background: #000;
    color: #fff;
    padding-left: 20px
}

.uk-sidebar .widget.widget_download ul li a.active::before,.uk-sidebar .widget.widget_download ul li a:focus::before,.uk-sidebar .widget.widget_download ul li a:hover::before {
    width: 2px
}

.uk-sidebar .widget.widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px
}

.uk-sidebar .widget.widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ff4800;
    transition: .5s
}

.uk-sidebar .widget.widget_download ul li:last-child a {
    border-bottom: none
}

.uk-sidebar .widget.widget_contact ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.uk-sidebar .widget.widget_contact ul li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 12px;
    color: #848484
}

.uk-sidebar .widget.widget_contact ul li a {
    color: #848484;
    display: block
}

.uk-sidebar .widget.widget_contact ul li a:focus,.uk-sidebar .widget.widget_contact ul li a:hover {
    color: #ff4800
}

.uk-sidebar .widget.widget_contact ul li i {
    color: #ff4800;
    position: absolute;
    left: 0;
    top: 0
}

.uk-sidebar .widget.widget_contact ul li:last-child {
    margin-bottom: 0
}

.uk-sidebar .widget.widget_search {
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(102,102,102,.1);
    padding: 15px
}

.uk-sidebar .widget.widget_search form {
    position: relative
}

.uk-sidebar .widget.widget_search form .form-control {
    background: 0 0
}

.uk-sidebar .widget.widget_search form button {
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    border: none;
    background: 0 0;
    color: #ff4800;
    transition: .5s
}

.uk-sidebar .widget.widget_search form button:focus,.uk-sidebar .widget.widget_search form button:hover {
    color: #000
}

.uk-sidebar .widget.widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.uk-sidebar .widget.widget_categories ul li {
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px
}

.uk-sidebar .widget.widget_categories ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #ff4800;
    margin-top: -5px;
    transition: .5s
}

.uk-sidebar .widget.widget_categories ul li:last-child {
    border-bottom: 1px solid #eee
}

.uk-sidebar .widget.widget_categories ul li a {
    color: #848484
}

.uk-sidebar .widget.widget_categories ul li a:hover {
    color: #ff4800
}

.uk-sidebar .widget.widget_categories ul li:hover::before {
    border-radius: 50%
}

.uk-sidebar .widget.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.uk-sidebar .widget.widget_recent_entries ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px
}

.uk-sidebar .widget.widget_recent_entries ul li a {
    display: block
}

.uk-sidebar .widget.widget_recent_entries ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 85px;
    height: 65px
}

.uk-sidebar .widget.widget_recent_entries ul li h5 {
    line-height: 22px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600
}

.uk-sidebar .widget.widget_recent_entries ul li h5 a {
    color: #000;
    display: inline-block
}

.uk-sidebar .widget.widget_recent_entries ul li h5 a:focus,.uk-sidebar .widget.widget_recent_entries ul li h5 a:hover {
    color: #ff4800
}

.uk-sidebar .widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.uk-sidebar .widget.widget_tag_cloud .tagcloud a {
    font-size: 15px!important;
    border: 1px dashed #eee;
    padding: 7px 20px;
    margin-top: 6px;
    color: #848484;
    display: inline-block
}

.uk-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background: #ff4800;
    color: #fff;
    border-color: #ff4800
}

.uk-sidebar .widget.widget_archive ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.uk-sidebar .widget.widget_archive ul li {
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px
}

.uk-sidebar .widget.widget_archive ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #ff4800;
    margin-top: -5px;
    transition: .5s
}

.uk-sidebar .widget.widget_archive ul li:last-child {
    border-bottom: 1px solid #eee
}

.uk-sidebar .widget.widget_archive ul li a {
    color: #848484;
    display: inline-block
}

.uk-sidebar .widget.widget_archive ul li a:hover {
    color: #ff4800
}

.uk-sidebar .widget.widget_archive ul li:hover::before {
    border-radius: 50%
}

.process-section {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.process-section .section-title h2 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
}

.process-section .item:nth-child(1) .single-process-box,.process-section .item:nth-child(3) .single-process-box {
    margin-top: 30px!important
}

.process-section .uk-grid {
    position: relative;
    z-index: 1
}

.single-process-box {
    text-align: center;
    position: relative;
    z-index: 2
}

.single-process-box .icon {
    border: 4px solid #eee;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    line-height: 70px;
    border-radius: 50%;
    background-color: #ff4800;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.single-process-box .icon i svg {
    width: 35px
}

.single-process-box h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700
}

.single-process-box p {
    margin-top: 7px
}

.process-arrow-icon {
    position: absolute;
    left: 150px;
    z-index: -1;
    top: -15px
}

.funfacts-area {
    z-index: 1;
    position: relative;
    background-image: url(funfacts-bg.d18cabaa20693acc9113.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.single-funfacts {
    position: relative;
    padding-left: 100px
}

.single-funfacts .icon {
    border: 3px solid #c0bebd;
    width: 75px;
    height: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff4800;
    line-height: 70px;
    border-radius: 50%;
    background-color: #fff
}

.single-funfacts .icon i svg {
    width: 35px
}

.single-funfacts h3 {
    color: #fff;
    margin-bottom: -2px;
    margin-top: 0;
    font-weight: 600;
    font-size: 40px
}

.single-funfacts h3 .odometer-formatting-mark {
    display: none
}

.single-funfacts p {
    color: #ff4800;
    margin-bottom: 0;
    line-height: initial;
    font-size: 16px;
    font-weight: 500
}

.hero-banner {
    position: relative;
    z-index: 1;
    padding-top: 180px;
    padding-bottom: 80px
}

.hero-banner::before {
    content: '';
    position: absolute;
    left: 0;
    height: 30%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    background-image: url(home-shape.71203ce3c79e052d8a08.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-banner-content {
    margin-top: 30px
}

.hero-banner-content h1 {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 700
}

.hero-banner-content h1 span {
    color: #ff4800
}

.hero-banner-content p {
    margin-bottom: 0
}

.hero-banner-content .btn-box {
    margin-top: 30px
}

.hero-banner-content .btn-box .uk-button-optional {
    margin-left: 10px;
    position: relative;
    top: 1px
}

.services-section.bg-image {
    position: relative;
    z-index: 1;
    padding-bottom: 140px
}

.services-section.bg-image::before {
    position: absolute;
    left: 0;
    bottom: 70px;
    height: 50%;
    width: 90%;
    content: '';
    background-image: url(services-shape.8c1b6aca916ec92a473a.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat
}

.services-slides.owl-theme .owl-dots {
    margin-top: 10px!important
}

.services-slides.owl-theme .owl-dots .owl-dot {
    outline: 0!important
}

.services-slides.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    background: 0 0;
    position: relative;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid #fff
}

.services-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: .5s;
    bottom: 0;
    border-radius: 50%;
    background-color: #fff;
    margin: 3px
}

.services-slides.owl-theme .owl-dots .owl-dot.active span,.services-slides.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #ff4800
}

.services-slides.owl-theme .owl-dots .owl-dot.active span::before,.services-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #ff4800
}

.process-section.bg-image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    opacity: .85;
    content: '';
    background-image: url(work-process-shape.b9e7e72ffbb9a68d2ee2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.item:nth-child(1) .single-process-box .icon {
    border-color: #d6d8d7;
    background: linear-gradient(to bottom,#d89287,#e08071,#e66c5a,#ea5743,#ec3d2a)
}

.item:nth-child(2) .single-process-box .icon {
    border-color: #d6d8d7;
    background: linear-gradient(to bottom,#78cfc6,#66c8c0,#51c1ba,#37bab4,#00b3af)
}

.item:nth-child(3) .single-process-box .icon {
    border-color: #d6d8d7;
    background: linear-gradient(to top,#ee3e0c,#f25e00,#f57900,#f79100,#f8a815)
}

.item:nth-child(4) .single-process-box .icon {
    border-color: #d6d8d7;
    background: linear-gradient(to top,#a830f1,#b02ef3,#b82cf5,#bf2af7,#c727f9)
}

.team-area .uk-section-title.uk-text-center h2 {
    max-width: 539px;
    margin-left: auto;
    margin-right: auto
}

.single-team-box {
    margin-bottom: 30px!important
}

.single-team-box .content {
    background-color: #f9f9f9;
    padding: 30px;
    position: relative
}

.single-team-box .content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

.single-team-box .content span {
    display: block;
    color: #848484;
    margin-top: 6px
}

.single-team-box .content .social {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.single-team-box .content .social .social-btn span {
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    line-height: 42px;
    border-radius: 50%;
    margin-top: 0;
    background-color: #ff4800;
    color: #fff;
    text-align: center;
    font-size: 22px;
    transition: .5s
}

.single-team-box .content .social .social-btn span svg {
    width: 22px
}

.single-team-box .content .social .social-btn span:hover {
    background-color: #000;
    color: #fff
}

.single-team-box .content .social ul {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    transition: .5s;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    margin-bottom: 15px
}

.single-team-box .content .social ul li {
    display: block;
    margin-bottom: 5px
}

.single-team-box .content .social ul li:last-child {
    margin-bottom: 0
}

.single-team-box .content .social ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    color: #ff4800;
    text-align: center;
    border-radius: 50%
}

.single-team-box .content .social ul li a:hover {
    color: #fff;
    background-color: #ff4800
}

.single-team-box .content .social:hover ul {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0
}

.feedback-section .uk-grid .uk-section-title {
    margin-top: 130px;
    margin-bottom: 0!important
}

.feedback-section .uk-grid .uk-section-title h2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.feedback-slides-two {
    margin-bottom: 70px!important
}

.feedback-slides-two.owl-theme .owl-dots {
    line-height: .01;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    bottom: -40px
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 6px;
    margin: 0;
    background: #d6d6d6;
    transition: .5s;
    border-radius: 0
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot.active,.feedback-slides-two.owl-theme .owl-dots .owl-dot:focus,.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot.active span,.feedback-slides-two.owl-theme .owl-dots .owl-dot:focus span,.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.feedback-slides-two.owl-theme .owl-nav {
    margin-top: 0;
    line-height: .01
}

.feedback-slides-two.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: unset;
    margin: 0;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    left: 0;
    transition: .5s;
    height: 20px;
    bottom: -47px;
    z-index: 10
}

.feedback-slides-two.owl-theme .owl-nav [class*=owl-] i::before {
    font-size: 20px
}

.feedback-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.feedback-slides-two.owl-theme .owl-nav [class*=owl-]:focus,.feedback-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    outline: 0!important;
    box-shadow: unset!important;
    color: #ff4800
}

.why-choose-us-content {
    margin-left: auto;
    max-width: 585px
}

.why-choose-us-content .section-title {
    margin-bottom: 40px!important
}

.why-choose-us-content .why-choose-us-text {
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0
}

.why-choose-us-content .why-choose-us-text li {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 90px
}

.why-choose-us-content .why-choose-us-text li .icon {
    border: 2.5px solid #c4e2da;
    background-color: #ff4800;
    background: linear-gradient(to top,#ee3e0c,#f25e00,#f57900,#f79100,#f8a815);
    color: #fff;
    width: 65px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.why-choose-us-content .why-choose-us-text li .icon i::before {
    font-size: 30px
}

.why-choose-us-content .why-choose-us-text li h3 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 7px
}

.why-choose-us-content .why-choose-us-text li p {
    margin-bottom: 0;
    font-size: 14.5px
}

.why-choose-us-content .why-choose-us-text li:last-child {
    margin-bottom: 0
}

.why-choose-us-content .why-choose-us-text li:nth-child(2) .icon {
    background: linear-gradient(to top,#1a24ff,#2d36ff,#3b44ff,#4851ff,#545dff)
}

.why-choose-us-content .why-choose-us-text li:nth-child(3) .icon {
    background: linear-gradient(to top,#c90068,#ad005a,#91004c,#76003f,#5d0031)
}

.footer-area {
    background-color: #000;
    padding-top: 100px;
    position: relative;
    z-index: 1
}

.footer-area .br-line {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.footer-area .br-line::after,.footer-area .br-line::before {
    background: #000
}

.footer-area .footer-shape1,.footer-area .footer-shape2 {
    position: absolute;
    z-index: -1
}

.footer-area .footer-shape1 {
    left: 0;
    top: 0
}

.footer-area .footer-shape2 {
    right: 0;
    bottom: 0
}

.single-footer-widget p {
    color: #999
}

.single-footer-widget .logo {
    margin-bottom: 32px
}

.single-footer-widget h3 {
    margin: -5px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.single-footer-widget .bar {
    width: 50px;
    height: 2px;
    background: #ff4800;
    margin-top: 4px;
    margin-bottom: 25px
}

.single-footer-widget .contact-info {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-footer-widget .contact-info li {
    margin-bottom: 10px
}

.single-footer-widget .contact-info li a {
    color: #999
}

.single-footer-widget .contact-info li a:focus,.single-footer-widget .contact-info li a:hover {
    color: #ff4800
}

.single-footer-widget .contact-info li:last-child {
    margin-bottom: 0
}

.single-footer-widget .social {
    padding: 0;
    margin: 15px 0 0;
    list-style-type: none
}

.single-footer-widget .social li {
    display: inline-block;
    margin-right: 3px
}

.single-footer-widget .social li a {
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    border: 1px solid #ff4800
}

.single-footer-widget .social li a:focus,.single-footer-widget .social li a:hover {
    background: #ff4800;
    color: #fff
}

.single-footer-widget .social li a i::before {
    font-size: 13px
}

.copyright-area {
    margin-top: 70px;
    border-top: 1px solid #151515;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.copyright-area p {
    color: #999
}

.copyright-area ul {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.copyright-area ul li {
    position: relative;
    display: inline-block;
    margin-left: 17px
}

.copyright-area ul li:first-child {
    margin-left: 0
}

.copyright-area ul li:first-child::before {
    display: none
}

.copyright-area ul li::before {
    content: "";
    position: absolute;
    left: -13px;
    bottom: 10px;
    width: 6px;
    height: 1px;
    background: #999
}

.copyright-area ul li a {
    color: #999
}

.copyright-area ul li a:focus,.copyright-area ul li a:hover {
    color: #ff4800
}

.copyright-area .go-top {
    position: absolute;
    right: 0;
    top: -20px;
    left: 0;
    margin: 0 auto;
    width: 38px;
    text-align: center;
    line-height: 38px;
    height: 38px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    cursor: pointer
}

.copyright-area .go-top:focus,.copyright-area .go-top:hover {
    color: #fff;
    background: #ff4800
}

.uk-dark .uk-h1,.uk-dark .uk-h2,.uk-dark .uk-h3,.uk-dark .uk-h4,.uk-dark .uk-h5,.uk-dark .uk-h6,.uk-dark h1,.uk-dark h2,.uk-dark h3,.uk-dark h4,.uk-dark h5,.uk-dark h6 {
    color: #fff
}

.uk-dark p {
    color: #d6d6d6
}

.uk-dark .uk-button-default {
    color: #fff
}

.uk-dark .uk-button-default:focus,.uk-dark .uk-button-default:hover {
    background: #000
}

.uk-dark.header-area.uk-sticky-fixed {
    background-color: #000
}

.uk-dark.header-area .lang form button {
    color: #fff
}

.uk-dark.header-area #navbar-toggle span {
    background-color: #fff
}

.uk-dark.header-area.uk-dark {
    background-color: transparent
}

.uk-dark.header-area.uk-dark.uk-sticky-fixed {
    background-color: #000
}

.uk-dark .navbar .uk-navbar-nav li a {
    color: #fff
}

.uk-dark .navbar .uk-navbar-nav li a:focus,.uk-dark .navbar .uk-navbar-nav li a:hover {
    color: #ff4800
}

.uk-dark .navbar .uk-navbar-nav li a:focus::before,.uk-dark .navbar .uk-navbar-nav li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.uk-dark .navbar .uk-navbar-nav li.uk-active a {
    color: #ff4800
}

.uk-dark .navbar .uk-navbar-nav li.uk-active a::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.uk-dark .navbar .lang form select {
    color: #fff;
    background-color: #000
}

.uk-dark .main-banner-content .video-btn .uk-icon {
    background-color: #000
}

.uk-dark .main-banner-content .video-btn:focus .uk-icon,.uk-dark .main-banner-content .video-btn:hover .uk-icon {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.uk-dark .single-features-box {
    background-color: #111
}

.uk-dark .single-features-box .bar::after,.uk-dark .single-features-box .bar::before {
    background: #111
}

.uk-dark .single-features-box.active,.uk-dark .single-features-box:focus,.uk-dark .single-features-box:hover {
    background-color: #ff4800
}

.uk-dark .single-features-box.active .bar::after,.uk-dark .single-features-box.active .bar::before,.uk-dark .single-features-box:focus .bar::after,.uk-dark .single-features-box:focus .bar::before,.uk-dark .single-features-box:hover .bar::after,.uk-dark .single-features-box:hover .bar::before {
    background: #ff4800
}

.uk-dark .section-title .bar::after,.uk-dark .section-title .bar::before {
    background: #000
}

.uk-dark .single-services {
    background-color: #111
}

.uk-dark .single-services .icon {
    background-color: #000
}

.uk-dark .single-services h3 a {
    color: #fff
}

.uk-dark .single-services.active,.uk-dark .single-services:focus,.uk-dark .single-services:hover {
    background-color: #ff4800
}

.uk-dark .single-services.active .icon,.uk-dark .single-services:focus .icon,.uk-dark .single-services:hover .icon {
    background-color: #fff
}

.uk-dark .about-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s
}

.uk-dark .about-img .shape-img,.uk-dark .about-img:focus img,.uk-dark .about-img:hover img {
    -webkit-filter: unset;
    filter: unset
}

.uk-dark .single-project .project-img img {
    transition: .5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.uk-dark .single-project .project-content {
    background-color: #111
}

.uk-dark .single-project .project-content h3 a {
    color: #fff
}

.uk-dark .single-project .project-content ul li a {
    color: #d6d6d6
}

.uk-dark .single-project:focus .project-content ul li a,.uk-dark .single-project:hover .project-content ul li a {
    color: #fff
}

.uk-dark .single-project:focus .project-img img,.uk-dark .single-project:hover .project-img img {
    -webkit-filter: unset;
    filter: unset
}

.uk-dark .feedback-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s
}

.uk-dark .feedback-img img.shape-img,.uk-dark .feedback-img:focus img,.uk-dark .feedback-img:hover img {
    -webkit-filter: unset;
    filter: unset
}

.uk-dark .feedback-slides.owl-theme .owl-nav [class*=owl-] {
    color: #fff
}

.uk-dark .feedback-slides.owl-theme .owl-nav [class*=owl-]:focus,.uk-dark .feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff4800
}

.uk-dark.partner-area {
    border-bottom-color: #111
}

.uk-dark .single-team .team-content {
    background-color: #000
}

.uk-dark .single-team .team-content span {
    color: #d6d6d6
}

.uk-dark .single-team img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s
}

.uk-dark .single-team:focus img,.uk-dark .single-team:hover img {
    -webkit-filter: unset;
    filter: unset
}

.uk-dark.subscribe-area {
    background-color: #111
}

.uk-dark .single-blog-post .blog-post-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s
}

.uk-dark .single-blog-post .blog-post-content {
    background-color: #111;
    border: none
}

.uk-dark .single-blog-post .blog-post-content h3 a {
    color: #fff
}

.uk-dark .single-blog-post .blog-post-content h3 a:focus,.uk-dark .single-blog-post .blog-post-content h3 a:hover {
    color: #ff4800
}

.uk-dark .single-blog-post:focus .blog-post-image img,.uk-dark .single-blog-post:hover .blog-post-image img {
    -webkit-filter: unset;
    filter: unset
}

.uk-dark .map-img .location a .location-info {
    background-color: #111
}

.uk-dark .map-img .location a .location-info h5 {
    color: #fff
}

.uk-dark .map-img .location a .location-info span {
    color: #d6d6d6
}

.uk-dark .map-img .location a .location-info::before {
    background: #111
}

.uk-dark.footer-area {
    background-color: #111
}

.uk-dark .single-footer-widget .social li a {
    color: #999;
    background: #111
}

.uk-dark .single-footer-widget .social li a:focus,.uk-dark .single-footer-widget .social li a:hover {
    background-color: #ff4800;
    color: #fff
}

.uk-dark #contactForm .uk-input,.uk-dark #contactForm .uk-textarea {
    color: #fff;
    background-color: #111
}

.uk-dark .br-line::after,.uk-dark .br-line::before {
    background: #000
}

.bg-f5e7da {
    background-color: #f5e7da
}

.bg-f9f9f9 {
    background-color: #f9f9f9
}

.corporate-main-banner {
    position: relative;
    z-index: 1;
    background-color: #f5e7da;
    padding-top: 50px;
    padding-bottom: 50px
}

.corporate-main-banner .uk-item {
    padding: 0
}

.corporate-banner-content {
    padding-top: 195px;
    padding-bottom: 135px;
    padding-right: 70px
}

.corporate-banner-content .content {
    margin-left: auto;
    max-width: 520px
}

.corporate-banner-content .content h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 55px;
    font-weight: 700
}

.corporate-banner-content .content .uk-button-default {
    margin-top: 8px
}

.corporate-banner-image {
    background-image: url(banner-img2.51bddd2367ebcb460888.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.corporate-banner-image img {
    display: none
}

.shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.shape2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.shape3 {
    position: absolute;
    left: 3%;
    bottom: 5%;
    z-index: -1
}

.shape4 {
    position: absolute;
    left: 45%;
    bottom: 9.8%
}

.featured-services-area .section-title {
    text-align: center;
    max-width: 785px;
    margin-left: auto;
    margin-right: auto
}

.featured-services-area .section-title p {
    color: #000;
    line-height: 1.5;
    font-weight: 500;
    font-size: 26px
}

.single-featured-services-box {
    text-align: center;
    position: relative;
    z-index: 1
}

.single-featured-services-box .icon {
    color: #ff4800;
    line-height: 1
}

.single-featured-services-box .icon i::before {
    font-size: 55px
}

.single-featured-services-box h3 {
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700
}

.single-featured-services-box p {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px
}

.single-featured-services-box .bar {
    position: relative;
    z-index: 1;
    background: #ff4800;
    width: 55px;
    height: 3px;
    margin: 10px auto 20px
}

.single-featured-services-box .bar::after,.single-featured-services-box .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    background: #fff;
    transition: .5s
}

.single-featured-services-box .bar::after {
    right: 10px
}

.single-featured-services-box .bar::before {
    right: 20px
}

.single-featured-services-box .bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.what-we-do-section {
    background-color: #fdf6f3
}

.what-we-do-section .item {
    padding: 0
}

.what-we-do-image {
    position: relative;
    background-image: url(what-we-do-image.4f46c8c005a887dd21ba.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.what-we-do-image img {
    display: none
}

.what-we-do-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 70px
}

.what-we-do-content .content {
    max-width: 544px
}

.what-we-do-content .content .single-services {
    margin-bottom: 30px;
    background-color: #fff
}

.what-we-do-content .content .single-services .icon {
    background-color: #f9f9f9
}

.what-we-do-content .content .single-services:last-child {
    margin-bottom: 0
}

.what-we-do-content .content .single-services:hover {
    background-color: #ff4800
}

.what-we-do-content .content .single-services:hover .icon {
    background-color: #fff
}

.experience-area {
    background-color: #fdf6f3
}

.experience-area .item {
    padding: 0
}

.experience-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 70px
}

.experience-content .content {
    margin-left: auto;
    max-width: 515px
}

.experience-content .content .single-experience-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 110px
}

.experience-content .content .single-experience-box .icon {
    width: 84px;
    background-color: #f9f9f9;
    color: #ff4800;
    height: 84px;
    border-radius: 50%;
    position: absolute;
    transition: .5s;
    left: 0;
    top: -2px;
    text-align: center;
    line-height: 84px;
    border: 3px solid #ff4800
}

.experience-content .content .single-experience-box .icon i::before {
    font-size: 40px
}

.experience-content .content .single-experience-box h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700
}

.experience-content .content .single-experience-box:hover .icon {
    background-color: #ff4800;
    color: #fff
}

.experience-content .content .single-experience-box:last-child {
    margin-bottom: 0
}

.experience-image {
    position: relative;
    background-image: url(experience-image.de245171901182349b4c.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.experience-image img {
    display: none
}

.single-testimonials-box {
    text-align: center;
    position: relative;
    z-index: 1
}

.single-testimonials-box .user-image {
    margin-bottom: 30px;
    position: relative;
    display: inline-block
}

.single-testimonials-box .user-image .user {
    display: inline-block!important;
    width: 150px!important;
    height: 150px;
    border-radius: 50%
}

.single-testimonials-box .user-image .shape {
    display: inline-block!important;
    width: auto!important;
    position: absolute;
    right: -15px;
    bottom: 20px;
    -webkit-animation: 5s linear infinite movebounce;
    animation: 5s linear infinite movebounce
}

.single-testimonials-box p {
    margin: 0;
    color: #343434;
    font-size: 18px;
    font-weight: 600
}

.single-testimonials-box .user-info {
    margin-top: 20px
}

.single-testimonials-box .user-info h3 {
    margin: 0;
    color: #ff4800;
    font-weight: 600;
    font-size: 20px
}

.single-testimonials-box .user-info span {
    display: block;
    color: #848484;
    margin-top: 4px
}

.single-testimonials-box::before {
    position: absolute;
    color: #e7e7e7;
    content: "\f117";
    right: 0;
    bottom: 0;
    line-height: 1;
    z-index: -1;
    font-size: 110px;
    font-family: Flaticon
}

.testimonials-slides {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto
}

.testimonials-slides.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 25px!important
}

.testimonials-slides.owl-theme .owl-dots .owl-dot {
    outline: 0!important
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: 0 0;
    border: 1px solid #fe9b81;
    transition: .5s;
    border-radius: 50%;
    position: relative
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ff4800;
    border-radius: 50%;
    margin: 2px;
    opacity: 0;
    transition: .5s;
    visibility: hidden
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span,.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #ff4800
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before,.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 1;
    visibility: visible
}

.pricing-area .section-title {
    text-align: center
}

.pricing-area .section-title .bar {
    margin-left: auto;
    margin-right: auto
}

.single-pricing-box {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px
}

.single-pricing-box .pricing-header .icon {
    position: relative;
    text-align: center;
    color: #ff4800;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.single-pricing-box .pricing-header .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.single-pricing-box .pricing-header .icon i::before {
    font-size: 50px
}

.single-pricing-box .pricing-header .icon i.flaticon-plan::before {
    font-size: 40px
}

.single-pricing-box .pricing-header h3 {
    margin-bottom: 0;
    background-color: #f9f9f9;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 10px 12px
}

.single-pricing-box .pricing-features {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.single-pricing-box .pricing-features ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-pricing-box .pricing-features ul li {
    margin-bottom: 13px;
    color: #465183;
    font-size: 15px;
    font-weight: 500
}

.single-pricing-box .pricing-features ul li:last-child {
    margin-bottom: 0
}

.single-pricing-box .price {
    color: #00062f;
    font-size: 40px;
    font-weight: 700
}

.single-pricing-box .price span {
    display: block;
    color: #465183;
    margin-top: -2px;
    font-size: 16px;
    font-weight: 500
}

.single-pricing-box .uk-button-default {
    margin-top: 22px;
    padding: 11px 35px
}

.uk-item:nth-child(2) .single-pricing-box .pricing-header .icon {
    color: #290390
}

.uk-item:nth-child(2) .single-pricing-box .uk-button-default {
    background-color: #290390;
    border-color: #290390
}

.uk-item:nth-child(2) .single-pricing-box .uk-button-default::after,.uk-item:nth-child(2) .single-pricing-box .uk-button-default::before {
    background: #290390
}

.uk-item:nth-child(2) .single-pricing-box .uk-button-default:focus,.uk-item:nth-child(2) .single-pricing-box .uk-button-default:hover {
    background: #fff;
    color: #fff;
    border-color: #290390
}

.uk-item:nth-child(3) .single-pricing-box .pricing-header .icon {
    color: #1fa299
}

.uk-item:nth-child(3) .single-pricing-box .uk-button-default {
    background-color: #1fa299;
    border-color: #1fa299
}

.uk-item:nth-child(3) .single-pricing-box .uk-button-default::after,.uk-item:nth-child(3) .single-pricing-box .uk-button-default::before {
    background: #1fa299
}

.uk-item:nth-child(3) .single-pricing-box .uk-button-default:focus,.uk-item:nth-child(3) .single-pricing-box .uk-button-default:hover {
    background: #fff;
    color: #fff;
    border-color: #1fa299
}

.project-area.bg-f5e7da .section-title .bar::after,.project-area.bg-f5e7da .section-title .bar::before {
    background: #f5e7da
}

.single-project-item .image {
    display: block
}

.single-project-item .content {
    margin-top: 20px
}

.single-project-item .content .category {
    display: inline-block;
    color: #ff4800;
    font-weight: 500
}

.single-project-item .content h3 {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 700
}

.single-project-item .content h3 a {
    color: #000
}

.single-project-item .content h3 a:hover {
    color: #ff4800
}

.partner-area-two {
    padding-bottom: 20px
}

.partner-area-two.bg-f5e7da .section-title {
    margin-bottom: 0!important
}

.partner-area-two.bg-f5e7da .section-title .bar::after,.partner-area-two.bg-f5e7da .section-title .bar::before {
    background: #f5e7da
}

.uk-border {
    background-color: #f5e7da
}

.uk-border .uk-border {
    border-top: 1px solid #dcd8d4
}

.partner-item {
    text-align: center;
    margin-bottom: 50px!important
}

.single-blog-post-item .post-image {
    display: block;
    border-radius: 5px
}

.single-blog-post-item .post-image img {
    border-radius: 5px
}

.single-blog-post-item .post-content {
    margin-top: 20px
}

.single-blog-post-item .post-content .category {
    display: inline-block;
    color: #ff4800;
    font-weight: 500
}

.single-blog-post-item .post-content h3 {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 700
}

.single-blog-post-item .post-content h3 a {
    color: #000
}

.single-blog-post-item .post-content h3 a:hover {
    color: #ff4800
}

.newsletter-area {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(newsletter-bg.1abc92d2f54410a3d0ca.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.newsletter-content {
    max-width: 595px;
    margin-left: auto
}

.newsletter-content span {
    color: #ff4800;
    display: block;
    text-transform: uppercase
}

.newsletter-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 12px
}

.newsletter-content p {
    color: #000
}

.newsletter-content form {
    position: relative;
    margin-top: 25px
}

.newsletter-content form .uk-input {
    height: 51px
}

.newsletter-content form .uk-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.section-title-with-big-text {
    position: relative;
    max-width: 755px;
    margin: 45px auto!important;
    text-align: center
}

.section-title-with-big-text .big-text {
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 1.5px #62618d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0;
    z-index: -1;
    opacity: .2;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px
}

.section-title-with-big-text span {
    font-weight: 600;
    color: #ff4800;
    text-transform: uppercase
}

.section-title-with-big-text h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4
}

.section-title-with-big-text.top-zero {
    margin-top: 0!important
}

.header-area-with-position-relative {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto
}

.header-area-with-position-relative.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed!important;
    background-color: #fff!important;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.09)
}

.header-area-with-position-relative .uk-navbar-right {
    margin: auto
}

.header-area-with-position-relative .others-option {
    margin-left: 25px;
    position: relative;
    top: 1.5px
}

.header-area-with-position-relative .others-option .option-item {
    display: inline-flex;
    margin-right: 10px
}

.header-area-with-position-relative .others-option .option-item:last-child {
    margin-right: 0
}

.header-area-with-position-relative .others-option .option-item a {
    color: #141414;
    font-weight: 600;
    position: relative;
    padding-left: 25px
}

.header-area-with-position-relative .others-option .option-item a:hover {
    color: #ff4800
}

.header-area-with-position-relative .others-option .option-item a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ff4800
}

.header-area-with-position-relative .others-option .option-item .lang form select {
    background: 0 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    outline: 0!important;
    cursor: pointer;
    box-shadow: unset!important
}

.header-area-with-position-relative.with-position-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.header-area-with-position-relative.with-position-absolute.is-sticky {
    background-color: #000!important
}

.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li a {
    color: #fff
}

.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li a::before {
    background: #ff4800
}

.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li a.active,.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li a:focus,.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li a:hover {
    color: #ff4800
}

.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a {
    color: #000
}

.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a::after {
    background: #ff4800
}

.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a,.header-area-with-position-relative.with-position-absolute .navbar .uk-navbar-nav li.uk-active a {
    color: #ff4800
}

.header-area-with-position-relative.with-position-absolute .others-option .option-item a {
    color: #fff
}

.header-area-with-position-relative.with-position-absolute .others-option .option-item a i,.header-area-with-position-relative.with-position-absolute .others-option .option-item a:hover {
    color: #ff4800
}

.header-area-with-position-relative.with-position-absolute .others-option .option-item .lang form select {
    color: #fff
}

.header-area-with-position-relative.with-position-absolute .others-option .option-item .lang form select option {
    color: #000
}

.header-area-with-position-relative.border-bottom {
    border-bottom: 1px solid #4b4b4b
}

.header-area-with-position-relative.border-bottom.is-sticky {
    border-bottom: 1px solid #000
}

.woman-main-banner-area {
    background-image: url(bg-banner.926f093a7d9ff341ec3b.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 20px
}

.woman-main-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #141414;
    left: 0;
    right: 0;
    top: 0;
    opacity: .75;
    z-index: -1
}

.woman-main-banner-area .woman-banner-social {
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    left: 25px;
    top: 45%;
    transform: translateY(-45%)
}

.woman-main-banner-area .woman-banner-social li {
    list-style-type: none;
    margin-bottom: 15px
}

.woman-main-banner-area .woman-banner-social li:last-child {
    margin-bottom: 0
}

.woman-main-banner-area .woman-banner-social li span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.woman-main-banner-area .woman-banner-social li a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    transition: .5s
}

.woman-main-banner-area .woman-banner-social li a i:hover {
    background-color: #ff4800;
    border: 1px solid #ff4800
}

.woman-banner-content {
    position: relative;
    top: -15px
}

.woman-banner-content span {
    color: #ff4800;
    font-weight: 600;
    text-transform: uppercase
}

.woman-banner-content h1 {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.4
}

.woman-banner-content p {
    color: #fff;
    margin-bottom: 0
}

.woman-banner-content .banner-btn-list {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.woman-banner-content .banner-btn-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px
}

.woman-banner-content .banner-btn-list li:last-child {
    margin-right: 0
}

.woman-banner-content .banner-btn-list li:last-child .uk-button-default {
    background-color: transparent
}

.woman-banner-image {
    text-align: end;
    position: relative;
    z-index: 1
}

.woman-banner-image::before {
    position: absolute;
    content: "";
    right: -30px;
    bottom: -100px;
    width: 440px;
    height: 1250px;
    background: linear-gradient(180deg,#ff4800 0,#000 100%);
    z-index: -1;
    opacity: .65;
    transform: rotate(5deg)
}

.creative-about-left-content {
    padding-right: 30px;
    position: relative;
    margin-top: 42px
}

.creative-about-left-content .big-text {
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 1.5px #62618d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0;
    z-index: -1;
    opacity: .2;
    position: absolute;
    left: 0;
    top: -52px
}

.creative-about-left-content span {
    color: #ff4800;
    font-weight: 600;
    text-transform: uppercase
}

.creative-about-left-content h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600
}

.creative-about-left-content p {
    margin-bottom: 0
}

.creative-about-left-content .about-left-image {
    margin-top: 30px;
    position: relative;
    overflow: hidden
}

.creative-about-left-content .about-left-image img {
    transition: .5s
}

.creative-about-left-content .about-left-image .content {
    text-align: center;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: linear-gradient(180deg,#ff4800 0,#000 100%);
    padding: 25px
}

.creative-about-left-content .about-left-image .content h4 {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.creative-about-left-content .about-left-image .content b {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em
}

.creative-about-left-content .about-left-image:hover img {
    transform: scale(1.1)
}

.creative-about-right-content {
    padding-left: 30px
}

.creative-about-right-content .about-right-image {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.creative-about-right-content .about-right-image img {
    transition: .5s
}

.creative-about-right-content .about-right-image .content {
    text-align: center;
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: linear-gradient(180deg,#ff4800 0,#000 100%);
    padding: 25px
}

.creative-about-right-content .about-right-image .content h4 {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.creative-about-right-content .about-right-image .content b {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em
}

.creative-about-right-content .about-right-image:hover img {
    transform: scale(1.1)
}

.creative-about-right-content h3 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
    margin-margin-bottom: 15px
}

.creative-about-right-content p {
    margin-bottom: 0
}

.creative-about-right-content .about-right-btn {
    margin-top: 30px
}

.creative-services-area {
    background-color: #141414;
    position: relative;
    z-index: 1
}

.creative-services-area .section-title-with-big-text .big-text {
    color: #141414;
    -webkit-text-stroke: 1.5px #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.creative-services-area .section-title-with-big-text h2 {
    color: #fff
}

.creative-services-area.with-bg-image {
    background-image: url(services-bg.f359bff529a5407b5e13.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.creative-services-area.with-bg-image .section-title-with-big-text .big-text {
    color: #fff;
    -webkit-text-stroke: 1.5px #141414;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.creative-services-area.with-bg-image .section-title-with-big-text h2 {
    color: #000
}

.creative-services-area.with-bg-image::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 145px;
    background-color: #fff;
    top: 0;
    z-index: -1
}

.creative-services-card {
    padding-right: 20px;
    margin-bottom: 30px!important;
    transition: .5s;
    opacity: .5
}

.creative-services-card .number {
    font-size: 100px;
    background: linear-gradient(90deg,#00f5a0 0,#00d9f5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-card .number.two {
    background: linear-gradient(90deg,#ff8008 0,#ffc837 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-card .number.three {
    background: linear-gradient(90deg,#ff512f 0,#dd2476 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-card .number.four {
    background: linear-gradient(90deg,#ffe000 0,#799f0c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-card .number.five {
    background: linear-gradient(90deg,#7f00ff 0,#e100ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-card .number.six {
    background: linear-gradient(90deg,#00c6ff 0,#0072ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-card h3 {
    font-size: 24px;
    font-weight: 600
}

.creative-services-card h3 a {
    color: #fff
}

.creative-services-card h3 a:hover {
    color: #ff4800
}

.creative-services-card p {
    color: #fff
}

.creative-services-card .services-btn {
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    transition: .5s
}

.creative-services-card .services-btn i {
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}

.creative-services-card .services-btn:hover,.creative-services-card .services-btn:hover i {
    color: #ff4800
}

.creative-services-card:hover {
    opacity: 1;
    transform: translateY(-5px)
}

.creative-services-box {
    background: #1a1735;
    border-radius: 5px;
    margin-bottom: 30px!important;
    padding: 25px;
    transition: .5s
}

.creative-services-box .content {
    position: relative;
    padding-left: 72px
}

.creative-services-box .content .number {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 55px;
    width: 55px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px
}

.creative-services-box .content .number span {
    font-size: 25px;
    background: linear-gradient(90deg,#00f5a0 0,#00d9f5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.creative-services-box .content .number.two span {
    background: linear-gradient(90deg,#ff8008 0,#ffc837 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-box .content .number.three span {
    background: linear-gradient(90deg,#ff512f 0,#dd2476 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-box .content .number.four span {
    background: linear-gradient(90deg,#ffe000 0,#799f0c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-box .content .number.five span {
    background: linear-gradient(90deg,#7f00ff 0,#e100ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-box .content .number.six span {
    background: linear-gradient(90deg,#00c6ff 0,#0072ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.creative-services-box .content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px
}

.creative-services-box .content h3 a,.creative-services-box .content p {
    color: #fff
}

.creative-services-box:hover {
    transform: translateY(-5px);
    background-color: #ff4800
}

.creative-services-box.white-box {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px
}

.creative-services-box.white-box .content .number {
    background-color: #ff4800;
    transition: .5s
}

.creative-services-box.white-box .content .number span {
    background: linear-gradient(90deg,#fff 0,#fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: .5s
}

.creative-services-box.white-box .content h3 a {
    color: #000;
    transition: .5s
}

.creative-services-box.white-box .content p {
    color: #848484;
    transition: .5s
}

.creative-services-box.white-box::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(services.1b25505d104c7ed3db19.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.creative-services-box.white-box:hover::before {
    opacity: 1;
    visibility: visible
}

.creative-services-box.white-box:hover .content .number {
    background-color: #fff
}

.creative-services-box.white-box:hover .content .number span {
    background: linear-gradient(90deg,#ff4800 0,#ff4800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.creative-services-box.white-box:hover .content h3 a,.creative-services-box.white-box:hover .content p {
    color: #fff
}

.view-all-services-btn {
    text-align: center
}

.view-all-services-btn a {
    color: #ff4800;
    font-weight: 600;
    text-decoration: underline
}

.view-all-services-btn a:hover {
    color: #000;
    text-decoration: underline
}

.creative-funfacts-area {
    background-image: url(funfacts-bg.52e6f1e458daf3c906bc.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 70px;
    padding-right: 70px
}

.single-creative-funfacts {
    margin-bottom: 30px!important;
    text-align: center
}

.single-creative-funfacts h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-top: 0
}

.single-creative-funfacts h3 .sign {
    color: #fff
}

.single-creative-funfacts p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px
}

.creative-projects-area .uk-container-expand {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    overflow: hidden
}

.creative-projects-area.with-bg-color {
    background-color: #100e2a
}

.creative-projects-area.with-bg-color .section-title-with-big-text h2 {
    color: #fff
}

.creative-projects-area.with-bg-color .creative-single-projects {
    transition: .5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.creative-projects-area.with-bg-color .creative-single-projects::before {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 40.1%,#000 100%)
}

.creative-projects-area.with-bg-color .creative-single-projects .projects-icon,.creative-projects-area.with-bg-color .creative-single-projects::after {
    display: none
}

.creative-projects-area.with-bg-color .creative-single-projects .projects-content h3 a,.creative-projects-area.with-bg-color .creative-single-projects .projects-content h3 a:hover,.creative-projects-area.with-bg-color .creative-single-projects .projects-content span {
    color: #fff
}

.creative-projects-area.with-bg-color .creative-single-projects:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.creative-projects-area.with-bg-color .creative-single-projects:hover h3 a {
    color: #ff4800
}

.creative-single-projects {
    position: relative
}

.creative-single-projects::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 40.1%,#000 100%)
}

.creative-single-projects::after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 350px;
    height: 0;
    background: linear-gradient(180deg,#ff4800 0,#000 100%);
    opacity: .65;
    transform: rotate(5deg);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.creative-single-projects .projects-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 35px;
    z-index: 1
}

.creative-single-projects .projects-content span {
    color: #ff4800;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.creative-single-projects .projects-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.creative-single-projects .projects-content h3 a {
    color: #fff
}

.creative-single-projects .projects-content h3 a:hover {
    color: #ff4800
}

.creative-single-projects .projects-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    transform: translateY(-30%);
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.creative-single-projects .projects-icon a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    transition: .5s
}

.creative-single-projects .projects-icon a i:hover {
    background-color: #ff4800;
    border: 1px solid #ff4800
}

.creative-single-projects:hover::after {
    opacity: .65;
    visibility: visible;
    height: 1050px
}

.creative-single-projects:hover .projects-icon {
    opacity: 1;
    visibility: visible;
    top: 40%;
    transform: translateY(-40%)
}

.creative-projects-slides.owl-theme .owl-dots {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 30px!important;
    margin-left: auto;
    margin-right: auto
}

.creative-projects-slides.owl-theme .owl-dots .owl-dot {
    flex: 1 0;
    width: 100%;
    max-width: 100%;
    display: block
}

.creative-projects-slides.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    background: #d6d6d6;
    transition: .5s;
    border-radius: 0
}

.creative-projects-slides.owl-theme .owl-dots .owl-dot.active,.creative-projects-slides.owl-theme .owl-dots .owl-dot:focus,.creative-projects-slides.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.creative-projects-slides.owl-theme .owl-dots .owl-dot.active span,.creative-projects-slides.owl-theme .owl-dots .owl-dot:focus span,.creative-projects-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.creative-projects-slides-two.owl-theme .owl-nav {
    margin-top: 0
}

.creative-projects-slides-two.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    padding: 0;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    transition: .5s;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: -20px;
    top: 45%;
    transform: translateY(-45%)
}

.creative-projects-slides-two.owl-theme .owl-nav [class*=owl-] i::before {
    font-size: 18px
}

.creative-projects-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -20px;
    left: auto
}

.creative-projects-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #ff4800;
    border: 2px solid #ff4800
}

.creative-projects-slides-three.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 30px!important
}

.creative-projects-slides-three.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #ff4800;
    transition: .5s;
    border-radius: 50px
}

.creative-projects-slides-three.owl-theme .owl-dots .owl-dot.active,.creative-projects-slides-three.owl-theme .owl-dots .owl-dot:focus,.creative-projects-slides-three.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.creative-projects-slides-three.owl-theme .owl-dots .owl-dot.active span,.creative-projects-slides-three.owl-theme .owl-dots .owl-dot:focus span,.creative-projects-slides-three.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.creative-projects-slides-three.owl-theme .owl-dots .owl-dot.active span {
    width: 28px
}

.creative-reviews-img {
    padding-right: 80px;
    position: relative
}

.creative-reviews-img img {
    border-radius: 300px 300px 0;
    border: 5px solid #ff4800
}

.creative-reviews-img .icon {
    position: absolute;
    left: 10px;
    top: 10px
}

.creative-reviews-img .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #ff4800;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 10px solid #fff
}

.creative-reviews-img .icon i::before {
    font-size: 50px
}

.creative-reviews-card .rating {
    padding: 0;
    margin-bottom: 12px
}

.creative-reviews-card .rating li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px
}

.creative-reviews-card .rating li:last-child {
    margin-right: 0
}

.creative-reviews-card .rating li i {
    color: #ff4800;
    font-size: 20px
}

.creative-reviews-card p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.creative-reviews-card .client {
    margin-top: 20px
}

.creative-reviews-card .client h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.creative-reviews-card .client span {
    color: #ff4800;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 12px
}

.creative-reviews-slides.owl-theme .owl-nav {
    margin-top: 0;
    text-align: end
}

.creative-reviews-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    padding: 0;
    background: 0 0;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    transition: .5s;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.creative-reviews-slides.owl-theme .owl-nav [class*=owl-] i::before {
    font-size: 18px
}

.creative-reviews-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #ff4800;
    border: 2px solid #ff4800
}

.creative-partner-area {
    background-image: url(partner-bg.32a427a63c00b3370aaa.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.creative-partner-area .section-title-with-big-text .big-text {
    color: #141414;
    -webkit-text-stroke: 1.5px #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.creative-partner-area .section-title-with-big-text h2 {
    color: #fff
}

.creative-partner-area.with-bg-color {
    background: #100e2a;
    position: relative;
    z-index: 1
}

.creative-partner-item a {
    border: 1px solid #fff;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-radius: 2px
}

.creative-partner-item a:hover {
    border: 1px solid #ff4800
}

.creative-partner-item a img {
    width: auto!important;
    display: inline-block
}

.creative-partner-item.without-border a {
    border: none;
    padding: 0
}

.lines {
    top: 0;
    left: 0;
    right: 0;
    width: 90vw;
    z-index: -1;
    height: 100%;
    margin: auto;
    position: absolute
}

.lines .line {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(255,255,255,.1)
}

.lines .line::after {
    left: 0;
    top: -50%;
    content: "";
    width: 100%;
    height: 15vh;
    display: block;
    position: absolute;
    -webkit-animation: 7s cubic-bezier(.4,.26,0,.97) infinite run;
    animation: 7s cubic-bezier(.4,.26,0,.97) infinite run;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 75%,#fff 100%)
}

.lines .line:nth-child(1) {
    margin-left: -35%
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.lines .line:nth-child(3) {
    margin-left: 35%
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

@-webkit-keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.creative-pricing-area.with-bg-color {
    background-color: #100e2a;
    position: relative;
    z-index: 1
}

.creative-pricing-area.with-bg-color .section-title-with-big-text .big-text {
    color: #141414;
    -webkit-text-stroke: 1.5px #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.creative-pricing-area.with-bg-color .section-title-with-big-text h2 {
    color: #fff
}

.creative-pricing-area.with-bg-color .creative-pricing-box {
    background: #1a1735;
    border-radius: 10px;
    border: 1px solid #1a1735
}

.creative-pricing-area.with-bg-color .creative-pricing-box::after,.creative-pricing-area.with-bg-color .creative-pricing-box::before {
    display: none
}

.creative-pricing-area.with-bg-color .creative-pricing-box .features li,.creative-pricing-area.with-bg-color .creative-pricing-box .features li i,.creative-pricing-area.with-bg-color .creative-pricing-box .pricing-header h3 {
    color: #fff
}

.creative-pricing-area.with-bg-color .creative-pricing-box:hover {
    background-color: #ff4800
}

.creative-pricing-area.with-bg-color .creative-pricing-box:hover .price,.creative-pricing-area.with-bg-color .creative-pricing-box:hover .price span {
    color: #fff
}

.creative-pricing-area.with-bg-color .creative-pricing-box:hover .uk-button-default {
    background-color: #fff;
    color: #ff4800;
    transition: .5s
}

.creative-pricing-area.with-bg-color .creative-pricing-box:hover .uk-button-default::after,.creative-pricing-area.with-bg-color .creative-pricing-box:hover .uk-button-default::before {
    background-color: #000
}

.creative-pricing-box {
    margin-bottom: 30px!important;
    border: 1px solid #ff4800;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    z-index: 1
}

.creative-pricing-box::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    bottom: -50px;
    width: 250px;
    z-index: -1;
    height: 850px;
    background: linear-gradient(196.95deg,rgba(255,72,0,.1) 6.45%,rgba(255,72,0,0) 93.04%);
    transform: rotate(5deg);
    transition: .5s!important
}

.creative-pricing-box::after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    bottom: -50px;
    width: 250px;
    z-index: -1;
    height: 850px;
    background: linear-gradient(196.95deg,rgba(255,72,0,.5) 6.45%,rgba(0,0,0,.5) 93.04%);
    transform: rotate(5deg);
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.creative-pricing-box .pricing-header h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    transition: .5s
}

.creative-pricing-box .price {
    font-size: 36px;
    color: #ff4800;
    font-weight: 600;
    transition: .5s
}

.creative-pricing-box .price span {
    font-size: 14px;
    color: #848484;
    position: relative;
    top: -2px;
    font-weight: 400;
    transition: .5s
}

.creative-pricing-box .features {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 25px
}

.creative-pricing-box .features li {
    list-style-type: none;
    color: #848484;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    transition: .5s
}

.creative-pricing-box .features li:last-child {
    margin-bottom: 0
}

.creative-pricing-box .features li i {
    color: #ff4800;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: .5s
}

.creative-pricing-box:hover {
    border: 1px solid #000;
    transform: translateY(-5px);
    background: #000
}

.creative-pricing-box:hover::after {
    visibility: visible;
    opacity: 1
}

.creative-pricing-box:hover .features li,.creative-pricing-box:hover .price span,.creative-pricing-box:hover .pricing-header h3 {
    color: #fff
}

.creative-pricing-box.with-bg-image {
    background: #1a1735;
    border-radius: 0;
    border: none
}

.creative-pricing-box.with-bg-image::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(pricing.66c81ce00f53fe8e9959.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: unset
}

.creative-pricing-box.with-bg-image::after {
    display: none
}

.creative-pricing-box.with-bg-image .features li,.creative-pricing-box.with-bg-image .features li i,.creative-pricing-box.with-bg-image .pricing-header h3 {
    color: #fff
}

.creative-pricing-box.with-bg-image:hover::before {
    opacity: 1;
    visibility: visible
}

.creative-pricing-box.with-bg-image:hover .price,.creative-pricing-box.with-bg-image:hover .price span {
    color: #fff
}

.creative-pricing-box.with-bg-image:hover .uk-button-default {
    background-color: #fff;
    color: #ff4800;
    transition: .5s
}

.creative-pricing-box.with-bg-image:hover .uk-button-default::after,.creative-pricing-box.with-bg-image:hover .uk-button-default::before {
    background-color: #000
}

.creative-pricing-shape-1 {
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translateY(-15%) translateX(-5%);
    z-index: -1
}

.creative-pricing-shape-2 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    transform: translateY(-5%) translateX(-5%);
    z-index: -1
}

.creative-team-box {
    margin-bottom: 30px!important;
    transition: .5s
}

.creative-team-box .team-image {
    position: relative;
    text-align: center;
    border-radius: 350px 0 350px 350px
}

.creative-team-box .team-image .team-social {
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.creative-team-box .team-image .team-social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px
}

.creative-team-box .team-image .team-social li:last-child {
    margin-right: 0
}

.creative-team-box .team-image .team-social li a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ff4800;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    transition: .5s
}

.creative-team-box .team-image .team-social li a i:hover {
    background-color: #000;
    color: #fff
}

.creative-team-box .team-image img {
    border-radius: 350px 0 350px 350px;
    transition: .5s
}

.creative-team-box .team-image.style-two,.creative-team-box .team-image.style-two img {
    border-radius: 350px 350px 350px 0
}

.creative-team-box .team-content {
    margin-top: 20px
}

.creative-team-box .team-content h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600
}

.creative-team-box .team-content span {
    font-size: 15px;
    color: #848484;
    text-transform: uppercase;
    transition: .5s
}

.creative-team-box:hover {
    transform: translateY(-5px)
}

.creative-team-box:hover .team-image {
    border-radius: 350px 350px 350px 0
}

.creative-team-box:hover .team-image .team-social {
    opacity: 1;
    visibility: visible;
    bottom: 40px
}

.creative-team-box:hover .team-image img {
    border-radius: 350px 350px 350px 0
}

.creative-team-box:hover .team-image.style-two,.creative-team-box:hover .team-image.style-two img {
    border-radius: 350px 0 350px 350px
}

.creative-team-box:hover .team-content span {
    color: #ff4800
}

.creative-team-box.without-border-radius .team-image {
    border-radius: 0
}

.creative-team-box.without-border-radius .team-image img {
    border-radius: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.creative-team-box.without-border-radius:hover .team-image {
    border-radius: 0
}

.creative-team-box.without-border-radius:hover .team-image img {
    border-radius: 0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.creative-news-area {
    background: #141414;
    position: relative;
    z-index: 1
}

.creative-news-area .section-title-with-big-text .big-text {
    color: #141414;
    -webkit-text-stroke: 1.5px #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.creative-news-area .section-title-with-big-text h2 {
    color: #fff
}

.creative-news-area.without-bg-color {
    background-color: transparent
}

.creative-news-area.without-bg-color .section-title-with-big-text .big-text {
    color: #fff;
    -webkit-text-stroke: 1.5px #141414;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.creative-news-area.without-bg-color .section-title-with-big-text h2 {
    color: #000
}

.creative-news-area.without-bg-color .creative-news-card {
    border: 1px solid #100e2a;
    background-color: #100e2a
}

.creative-news-area.without-bg-color .creative-news-card::before {
    display: none
}

.creative-news-area.without-bg-color .creative-news-card:hover {
    border: 1px solid #ff4800
}

.creative-news-card {
    border: 1px solid #ff4800;
    padding: 30px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.creative-news-card::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    bottom: -50px;
    width: 150px;
    z-index: -1;
    height: 350px;
    background: linear-gradient(196.95deg,rgba(255,72,0,.5) 6.45%,rgba(0,0,0,.5) 93.04%);
    opacity: .5;
    transform: rotate(15deg)
}

.creative-news-card::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(news.7881af32c50052cdd7fa.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.creative-news-card .meta {
    padding: 0;
    margin-bottom: 0
}

.creative-news-card .meta li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    position: relative;
    text-transform: uppercase
}

.creative-news-card .meta li::before {
    position: absolute;
    content: "";
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff4800;
    height: 10px;
    width: 10px;
    border-radius: 50px
}

.creative-news-card .meta li:last-child {
    margin-right: 0
}

.creative-news-card .meta li:last-child::before {
    display: none
}

.creative-news-card .meta li:first-child a {
    color: #ff4800
}

.creative-news-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px
}

.creative-news-card h3 a {
    color: #fff
}

.creative-news-card h3 a:hover {
    color: #ff4800
}

.creative-news-card .info {
    display: flex;
    align-items: center
}

.creative-news-card .info img {
    max-width: 40px;
    border-radius: 50px
}

.creative-news-card .info .title {
    margin-left: 15px
}

.creative-news-card .info .title h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px
}

.creative-news-card .info .title h4 a {
    color: #fff;
    display: inline-block
}

.creative-news-card:hover::after {
    opacity: .2;
    visibility: visible
}

.creative-news-slides.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 30px!important
}

.creative-news-slides.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #ff4800;
    transition: .5s;
    border-radius: 50px
}

.creative-news-slides.owl-theme .owl-dots .owl-dot.active,.creative-news-slides.owl-theme .owl-dots .owl-dot:focus,.creative-news-slides.owl-theme .owl-dots .owl-dot:hover {
    outline: 0!important;
    box-shadow: unset!important
}

.creative-news-slides.owl-theme .owl-dots .owl-dot.active span,.creative-news-slides.owl-theme .owl-dots .owl-dot:focus span,.creative-news-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff4800
}

.creative-news-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 28px
}

.creative-news-box {
    margin-bottom: 30px!important;
    transition: .5s
}

.creative-news-box .news-image a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s
}

.creative-news-box .news-content {
    background-color: #28264a;
    padding: 25px
}

.creative-news-box .news-content .meta {
    padding: 0;
    margin-bottom: 0
}

.creative-news-box .news-content .meta li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    position: relative;
    text-transform: uppercase
}

.creative-news-box .news-content .meta li::before {
    position: absolute;
    content: "";
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff4800;
    height: 10px;
    width: 10px;
    border-radius: 50px
}

.creative-news-box .news-content .meta li:last-child {
    margin-right: 0
}

.creative-news-box .news-content .meta li:last-child::before {
    display: none
}

.creative-news-box .news-content .meta li:first-child a {
    color: #ff4800
}

.creative-news-box .news-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px
}

.creative-news-box .news-content h3 a {
    color: #fff
}

.creative-news-box .news-content h3 a:hover {
    color: #ff4800
}

.creative-news-box .news-content .info {
    display: flex;
    align-items: center
}

.creative-news-box .news-content .info img {
    max-width: 40px;
    border-radius: 50px
}

.creative-news-box .news-content .info .title {
    margin-left: 15px
}

.creative-news-box .news-content .info .title h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px
}

.creative-news-box .news-content .info .title h4 a {
    color: #fff;
    display: inline-block
}

.creative-news-box:hover {
    transform: translateY(-5px)
}

.creative-news-box:hover .news-image a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.creative-contact-image {
    position: relative
}

.creative-contact-image .info-content {
    background-color: #ff4800;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 25px;
    max-width: 300px
}

.creative-contact-image .info-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px
}

.creative-contact-image .info-content span {
    color: #fff;
    line-height: 1.8
}

.creative-contact-image.with-wrap-color img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s
}

.creative-contact-image.with-wrap-color:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.creative-contact-image.with-wrap-color .info-content {
    left: 20px;
    right: auto;
    background: #100e2a;
    padding: 30px
}

.creative-contact-form {
    padding-left: 45px
}

.creative-contact-form .uk-grid-medium {
    margin-left: -15px
}

.creative-contact-form .uk-margin {
    padding-left: 15px;
    margin-top: 0!important;
    margin-bottom: 15px
}

.creative-contact-form .uk-form-label {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: 1.8px;
    font-size: 14px
}

.creative-contact-form .uk-input {
    height: 55px;
    background: #fafafa;
    border: 1px solid rgba(98,97,141,.2);
    padding-left: 15px;
    border-radius: 5px;
    transition: .5s
}

.creative-contact-form .uk-input::-webkit-input-placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-input::-ms-input-placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-input::-moz-placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-input::placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-input:focus {
    border: 1px solid #ff4800
}

.creative-contact-form .uk-input:focus::-webkit-input-placeholder {
    color: transparent
}

.creative-contact-form .uk-input:focus::-ms-input-placeholder {
    color: transparent
}

.creative-contact-form .uk-input:focus::-moz-placeholder {
    color: transparent
}

.creative-contact-form .uk-input:focus::placeholder {
    color: transparent
}

.creative-contact-form .uk-textarea {
    background: #fafafa;
    border: 1px solid rgba(98,97,141,.2);
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 15px;
    transition: .5s;
    height: 250px
}

.creative-contact-form .uk-textarea::-webkit-input-placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-textarea::-ms-input-placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-textarea::-moz-placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-textarea::placeholder {
    color: #8a8a8a;
    transition: .5s
}

.creative-contact-form .uk-textarea:focus {
    border: 1px solid #ff4800
}

.creative-contact-form .uk-textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.creative-contact-form .uk-textarea:focus::-ms-input-placeholder {
    color: transparent
}

.creative-contact-form .uk-textarea:focus::-moz-placeholder {
    color: transparent
}

.creative-contact-form .uk-textarea:focus::placeholder {
    color: transparent
}

.creative-contact-form .checkbox-boxes {
    margin-top: 20px;
    margin-bottom: 20px
}

.creative-contact-form .checkbox-boxes .uk-checkbox,.creative-contact-form .checkbox-boxes .uk-radio {
    margin-top: -2px;
    border: 1px solid #848484;
    margin-right: 5px;
    border-radius: 5px
}

.creative-contact-form .checkbox-boxes a {
    display: inline-block;
    color: #ff4800
}

.creative-contact-form .checkbox-boxes label {
    font-size: 14px
}

.creative-contact-form .uk-button {
    background-color: #ff4800;
    color: #fff
}

.creative-contact-form .uk-button:focus,.creative-contact-form .uk-button:hover {
    background-color: #000
}

.black-main-banner-area {
    background-image: url(banner-bg.48aaa1b3be9fd610cace.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 170px;
    padding-bottom: 130px
}

.black-banner-content span {
    color: #ff4800;
    font-weight: 600;
    text-transform: uppercase
}

.black-banner-content h1 {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.4
}

.black-banner-content p {
    color: #fff;
    margin-bottom: 0
}

.black-banner-content .banner-btn {
    margin-top: 30px
}

.featured-boxes-services-card {
    margin-bottom: 30px!important;
    padding-right: 20px;
    transition: .5s
}

.featured-boxes-services-card .icon {
    margin-bottom: 22px
}

.featured-boxes-services-card .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: linear-gradient(140.8deg,#edaf46 11.42%,#f1d396 97.97%);
    box-shadow: 0 5px 25px rgba(238,177,73,.2);
    color: #fff;
    text-align: center;
    border-radius: 25px
}

.featured-boxes-services-card .icon i::before {
    font-size: 50px
}

.featured-boxes-services-card .icon.bg-two i {
    background: linear-gradient(140.8deg,#5365f6 11.42%,#94a0f9 97.97%)
}

.featured-boxes-services-card .icon.bg-three i {
    background: linear-gradient(140.8deg,#e6648d 11.42%,#ed9bc0 97.97%)
}

.featured-boxes-services-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 14px
}

.featured-boxes-services-card h3 a {
    color: #000
}

.featured-boxes-services-card p {
    margin-bottom: 0
}

.featured-boxes-services-card:hover {
    transform: translateY(-5px)
}

.marketing-about-content {
    padding-right: 20px;
    position: relative;
    margin-top: 42px
}

.marketing-about-content.top-zero {
    margin-top: 0
}

.marketing-about-content.top-zero .about-btn {
    margin-top: 25px
}

.marketing-about-content .big-text {
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 1.5px #62618d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0;
    z-index: -1;
    opacity: .2;
    position: absolute;
    left: 0;
    top: -50px
}

.marketing-about-content span {
    color: #ff4800;
    font-weight: 600;
    text-transform: uppercase
}

.marketing-about-content h3 {
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 600
}

.marketing-about-content p {
    margin-bottom: 0
}

.marketing-about-content h4 {
    font-size: 20px;
    font-weight: 600
}

.marketing-about-content .about-btn {
    margin-top: 20px
}

.marketing-about-content .about-inner-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

.marketing-about-content .about-inner-card h5::before {
    position: absolute;
    content: "\ea47";
    left: 0;
    top: 0;
    font-family: boxicons;
    color: #ff4800
}

.marketing-about-content .about-inner-card p {
    margin-bottom: 0
}

.marketing-about-image {
    position: relative
}

.marketing-about-image .content {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(140.8deg,#e6648d 11.42%,#ed9bc0 97.97%);
    box-shadow: 0 5px 25px rgba(231,102,143,.2);
    border-radius: 25px;
    padding: 25px
}

.marketing-about-image .content h4 {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.marketing-about-image .content b {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em
}

.marketing-about-image.style-two {
    padding-left: 25px
}

.marketing-about-image.style-two .content {
    right: auto;
    left: 50px;
    bottom: 25px;
    background: #ff4800;
    border-radius: 0
}

.marketing-about-image.style-two img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s
}

.marketing-about-image.style-two:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.creative-process-area.with-bg-color {
    background-color: #141414
}

.creative-process-area.with-bg-color .section-title-with-big-text {
    text-align: start;
    margin-bottom: 0!important
}

.creative-process-area.with-bg-color .section-title-with-big-text h2 {
    color: #fff
}

.creative-process-card {
    margin-bottom: 30px!important;
    padding-right: 20px;
    transition: .5s
}

.creative-process-card .icon {
    margin-bottom: 22px
}

.creative-process-card .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #94a0f9;
    box-shadow: 0 5px 25px rgba(238,177,73,.2);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transition: .5s
}

.creative-process-card .icon i::before {
    font-size: 50px
}

.creative-process-card .icon.bg-two i {
    background: #ed9bc0
}

.creative-process-card .icon.bg-three i {
    background: #f1d396
}

.creative-process-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 14px
}

.creative-process-card h3 a {
    color: #000
}

.creative-process-card p {
    margin-bottom: 0
}

.creative-process-card:hover {
    transform: translateY(-5px)
}

.creative-process-card:hover .icon i {
    background-color: #ff4800
}

.creative-process-card.with-bg-color {
    background: #28264a;
    padding: 30px;
    text-align: start
}

.creative-process-card.with-bg-color .icon i {
    background-color: #ff4800;
    color: #fff
}

.creative-process-card.with-bg-color h3 a,.creative-process-card.with-bg-color p {
    color: #fff
}

.creative-video-area {
    position: relative;
    z-index: 11
}

.creative-video-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    background-color: #141414;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.creative-video-image {
    position: relative;
    z-index: 1
}

.creative-video-image img {
    border-radius: 15px
}

.creative-video-image .video-btn {
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    font-size: 70px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    transform: translateY(-50%);
    background-color: #ff4800;
    margin-left: auto;
    margin-right: auto
}

.creative-video-image .video-btn i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

.creative-video-image .video-btn::after,.creative-video-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ff4800
}

.creative-video-image .video-btn::before {
    -webkit-animation: 2s linear infinite ripple;
    animation: 2s linear infinite ripple
}

.creative-video-image .video-btn::after {
    -webkit-animation: 2s linear 1s infinite ripple;
    animation: 2s linear 1s infinite ripple
}

.creative-video-image .video-btn:hover {
    background-color: #000
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(.75,.75,1)
    }

    to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1)
    }

    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.video-dot-shape {
    position: absolute;
    right: -30px;
    bottom: -30px
}

.creative-faq-image {
    position: relative
}

.creative-faq-image .content {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(140.8deg,#edaf46 11.42%,#f1d396 97.97%);
    box-shadow: 0 5px 25px rgba(231,102,143,.2);
    border-radius: 25px;
    padding: 25px
}

.creative-faq-image .content h4 {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.creative-faq-image .content b {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em
}

.creative-faq-content {
    margin-left: 30px;
    position: relative;
    margin-top: 42px
}

.creative-faq-content .big-text {
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 1.5px #62618d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0;
    z-index: -1;
    opacity: .2;
    position: absolute;
    left: 0;
    top: -50px
}

.creative-faq-content span {
    color: #ff4800;
    font-weight: 600;
    text-transform: uppercase
}

.creative-faq-content h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600
}

.creative-faq-accordion {
    margin-top: 30px
}

.creative-faq-accordion .uk-accordion-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    position: relative
}

.creative-faq-accordion .uk-accordion-title::before {
    content: "\ebc1";
    font-family: boxicons;
    width: unset;
    height: unset;
    margin-left: 0;
    float: unset;
    background-image: unset;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ff4800;
    font-size: 15px
}

.creative-faq-accordion .uk-open>.uk-accordion-title::before {
    content: "\eb8d"
}

.creative-faq-accordion .uk-accordion-content {
    margin-top: 15px
}

.creative-faq-accordion .uk-accordion-content p {
    margin-bottom: 0
}

.marketing-main-banner-area {
    background-image: url(banner-bg.da153cf08ae5bbedbd69.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 290px;
    padding-bottom: 220px
}

.marketing-banner-content {
    text-align: center;
    max-width: 1050px;
    margin: auto
}

.marketing-banner-content span {
    color: #ff4800;
    font-weight: 600;
    text-transform: uppercase
}

.marketing-banner-content h1 {
    font-size: 95px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.2
}

.marketing-banner-content h1 b {
    color: #ffa82c
}

.marketing-banner-content p {
    color: #fff;
    max-width: 715px;
    margin: auto
}

.marketing-banner-content .banner-btn-list {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.marketing-banner-content .banner-btn-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px
}

.marketing-banner-content .banner-btn-list li:last-child {
    margin-right: 0
}

.marketing-banner-content .banner-btn-list li:last-child .uk-button-default {
    background-color: transparent
}

.creative-footer-area {
    background-color: #141414
}

.creative-footer-area.with-bg-color {
    background-color: #100e2a;
    position: relative;
    z-index: 1
}

.creative-footer-area .single-footer-widget p {
    color: #fff
}

.creative-footer-area .single-footer-widget h3 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1px
}

.creative-footer-area .single-footer-widget .links {
    padding: 0;
    margin: 0
}

.creative-footer-area .single-footer-widget .links li {
    list-style-type: none;
    margin-bottom: 15px
}

.creative-footer-area .single-footer-widget .links li:last-child {
    margin-bottom: 0
}

.creative-footer-area .single-footer-widget .links li a {
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-left: 18px
}

.creative-footer-area .single-footer-widget .links li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5.5px;
    background-color: #ff4800;
    height: 10px;
    width: 10px;
    border-radius: 50px
}

.creative-footer-area .single-footer-widget .links li a:hover {
    color: #ff4800
}

.creative-footer-area .single-footer-widget .contact-info {
    padding: 0;
    margin: 0
}

.creative-footer-area .single-footer-widget .contact-info li {
    list-style-type: none;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-left: 28px
}

.creative-footer-area .single-footer-widget .contact-info li:last-child {
    margin-bottom: 0
}

.creative-footer-area .single-footer-widget .contact-info li a {
    color: #fff
}

.creative-footer-area .single-footer-widget .contact-info li a:hover {
    color: #ff4800
}

.creative-footer-area .single-footer-widget .contact-info li i {
    position: absolute;
    left: 0;
    top: 2.5px;
    color: #ff4800;
    font-size: 16.5px
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input {
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #ff4800;
    padding: 0 15px;
    color: #848484;
    margin-bottom: 10px
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input::-webkit-input-placeholder {
    transition: .5s;
    color: #848484
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input::-ms-input-placeholder {
    transition: .5s;
    color: #848484
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input::-moz-placeholder {
    transition: .5s;
    color: #848484
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input::placeholder {
    transition: .5s;
    color: #848484
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input:focus::-webkit-input-placeholder {
    color: transparent
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input:focus::-ms-input-placeholder {
    color: transparent
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input:focus::-moz-placeholder {
    color: transparent
}

.creative-footer-area .single-footer-widget .newsletter-form .uk-input:focus::placeholder {
    color: transparent
}

.creative-footer-area .copyright-area {
    border-top: 1px solid #353131
}

.creative-footer-area .copyright-area p,.creative-footer-area .copyright-area ul li a {
    color: #fff
}

.creative-footer-area .copyright-area ul li a:hover {
    color: #ff4800
}

.creative-footer-shape-1 {
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translateY(-15%) translateX(-5%);
    z-index: -1
}

.creative-footer-shape-2 {
    position: absolute;
    bottom: 10%;
    right: 2%;
    transform: translateY(-10%) translateX(-2%);
    z-index: -1
}

.Privacy-title-area {
    background-image: url(Privacy.736f4623894f1330ceee.jpg)
}

.Terms-title-area {
    background-image: url(terms.4886db03aa9b74d47f83.jpg)
}

@media only screen and (max-width: 767px) {
    body,p {
        font-size:14px
    }

    .section-title {
        margin-bottom: 40px!important
    }

    .section-title span {
        font-size: 13px;
        text-transform: capitalize
    }

    .section-title h2 {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 0
    }

    .section-title .uk-button {
        display: none
    }

    .header-area,.header-area.uk-sticky-fixed {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header-area #navbar-toggle {
        display: inline-flex
    }

    .navbar {
        display: none
    }

    .main-banner {
        height: 100%;
        background-position: left bottom;
        padding-top: 145px;
        padding-bottom: 600px
    }

    .main-banner-content {
        max-width: unset
    }

    .main-banner-content h1 {
        font-size: 35px;
        line-height: 38px;
        padding: 8px 0;
        margin-bottom: 35px
    }

    .main-banner-content h1::before {
        width: 15px
    }

    .main-banner-content p {
        display: none
    }

    .main-banner-content .video-btn {
        margin-left: 8px;
        font-size: 13px
    }

    .main-banner-content .video-btn .uk-icon {
        width: 40px;
        margin-right: 3px;
        height: 40px;
        line-height: 40px
    }

    .main-banner-content .uk-button {
        font-size: 14px;
        padding: 12px 27px
    }

    .banner-with-form {
        padding-bottom: 565px
    }

    .banner-with-form .uk-container .uk-grid {
        margin-top: 0
    }

    .main-banner-form {
        padding: 20px;
        margin-left: 0;
        margin-top: 30px
    }

    .features-area {
        margin-top: -520px;
        background-color: transparent
    }

    .features-area.uk-dark {
        position: relative;
        z-index: 1;
        background-color: transparent
    }

    .features-area.uk-dark::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        background: #000;
        height: 45%;
        z-index: -1
    }

    .single-features-box {
        margin-top: 20px;
        padding: 25px 20px
    }

    .single-features-box .icon i::before {
        font-size: 35px
    }

    .single-features-box h3 {
        font-size: 18px
    }

    .single-features-box .animation-img img {
        display: none
    }

    .about-img {
        position: relative;
        top: 0;
        margin-top: 35px
    }

    .about-img .about-img2,.about-img .shape-img {
        display: none
    }

    .about-img .about-img1,.about-img img {
        width: 100%
    }

    .about-img .uk-button {
        right: 0;
        bottom: 1px
    }

    .about-content .about-text h3 {
        font-size: 17px
    }

    .services-area {
        padding-bottom: 20px
    }

    .services-area .item {
        margin-bottom: 20px
    }

    .single-services {
        padding: 30px 30px 30px 88px;
        border-radius: 65px 0 0 65px
    }

    .single-services .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-top: -35px;
        left: 5px
    }

    .single-services .icon i::before {
        font-size: 28px
    }

    .single-services h3 {
        font-size: 15px
    }

    .single-services .link-btn {
        margin-top: -10px
    }

    .single-services .link-btn::before {
        font-size: 15px
    }

    .single-services-box {
        padding: 20px
    }

    .single-services-box .icon i::before {
        font-size: 30px
    }

    .single-services-box h3 {
        font-size: 15px
    }

    .single-services-box .animation-img img {
        display: none
    }

    .project-slides {
        left: 0
    }

    .project-slides.owl-theme .owl-dots {
        margin-top: 25px!important
    }

    .single-project .project-content {
        padding: 25px 15px
    }

    .single-project .project-content h3 {
        font-size: 18px
    }

    .single-project .project-content ul li {
        margin: 0 7px
    }

    .single-project .project-content ul li a {
        font-size: 13px
    }

    .feedback-img .shape-img {
        display: none
    }

    .feedback-img .video-btn {
        right: 10px;
        bottom: 10px
    }

    .feedback-inner {
        margin-top: 30px
    }

    .testimonials-area {
        padding-bottom: 10px
    }

    .testimonials-item .quotation-profile .profile-info h3 {
        font-size: 15px;
        margin-bottom: 4px
    }

    .testimonials-item .quotation-profile .profile-info span {
        font-size: 13px
    }

    .partner-area {
        padding-top: 40px!important
    }

    .team-area {
        padding-bottom: 10px
    }

    .team-slides.owl-theme .owl-dots {
        margin-top: 0!important
    }

    .single-team .team-content h3 {
        font-size: 18px
    }

    .single-team:focus .team-social,.single-team:hover .team-social {
        top: 0
    }

    .single-team:focus img,.single-team:hover img {
        top: 60px
    }

    .subscribe-area {
        text-align: center
    }

    .subscribe-area h3 {
        font-size: 18px;
        margin: 0 0 20px!important
    }

    .subscribe-area form .uk-button {
        position: relative;
        height: 50px;
        margin-top: 20px
    }

    .single-blog-post .blog-post-content {
        margin-right: 5px;
        margin-left: 5px;
        margin-top: -30px;
        padding: 20px 15px
    }

    .single-blog-post .blog-post-content h3 {
        font-size: 18px
    }

    .single-blog-post .blog-post-image a img {
        width: 100%
    }

    .blog-slides.owl-theme .owl-dots {
        margin-top: 0!important
    }

    .map-img {
        margin-bottom: 0!important;
        margin-top: 75px
    }

    .map-img .location a .location-info {
        left: -58px;
        width: 130px;
        padding: 15px 10px
    }

    .map-img .location a .location-info h5 {
        font-size: 14px
    }

    .map-img .location a .location-info span {
        font-size: 13px
    }

    .footer-area {
        padding-top: 70px
    }

    .footer-area .footer-shape1,.footer-area .footer-shape2 {
        display: none
    }

    .single-footer-widget {
        margin-bottom: 30px!important
    }

    .single-footer-widget .logo {
        margin-bottom: 20px
    }

    .single-footer-widget h3 {
        font-size: 18px
    }

    .copyright-area {
        margin-top: 10px;
        text-align: center
    }

    .copyright-area ul {
        text-align: center;
        margin-top: 10px
    }

    .copyright-area .back-to-top {
        top: -22px
    }

    .copyright-area .back-to-top .uk-totop {
        width: 30px;
        line-height: 30px;
        height: 30px
    }

    .page-title-area {
        padding-top: 120px;
        padding-bottom: 60px
    }

    .page-title-area h1 {
        font-size: 22px
    }

    .page-title-area ul {
        margin: 13px 0 0
    }

    .blog-details .uk-flex {
        display: block
    }

    .blog-details .uk-width-1-5 {
        width: 100%
    }

    .blog-details .inner .article-img .date {
        width: 80px;
        height: 60px;
        font-size: 15px;
        padding-top: 13px;
        line-height: 23px
    }

    .blog-details .inner .article-content ul.category li {
        margin-bottom: 2px
    }

    .blog-details .inner .article-content h3 {
        font-size: 18px;
        line-height: 28px
    }

    .blog-details .inner .article-content .blockquote {
        padding: 20px;
        border-width: 3px
    }

    .blog-details .inner .article-content .blockquote p {
        font-size: 15px
    }

    .blog-details .inner .post-controls-buttons {
        overflow: hidden
    }

    .blog-details .inner .post-controls-buttons .item {
        float: left;
        width: 50%
    }

    .blog-details .inner .post-controls-buttons .item .uk-button {
        font-size: 14px;
        padding: 10px 25px
    }

    .blog-details .inner .comments-area .comment-reply-title,.blog-details .inner .comments-area .comments-title {
        font-size: 17px
    }

    .blog-details .inner .comments-area ol li .comment-body .reply,.blog-details .inner .comments-area ul li .comment-body .reply {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 15px
    }

    .blog-details .inner .comments-area .comment-respond .comment-form-author input,.blog-details .inner .comments-area .comment-respond .comment-form-author textarea,.blog-details .inner .comments-area .comment-respond .comment-form-comment input,.blog-details .inner .comments-area .comment-respond .comment-form-comment textarea,.blog-details .inner .comments-area .comment-respond .comment-form-email input,.blog-details .inner .comments-area .comment-respond .comment-form-email textarea,.blog-details .inner .comments-area .comment-respond .comment-form-url input,.blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
        width: 90%
    }

    .blog-details .uk-sidebar {
        margin-top: 40px
    }

    .uk-sidebar .widget .widget-title {
        font-size: 18px
    }

    .uk-sidebar .widget.widget_recent_entries ul li h5 {
        font-size: 14px
    }

    .services-details .uk-flex {
        display: block
    }

    .services-details .uk-width-1-5 {
        width: 100%
    }

    .services-details .uk-sidebar {
        margin-top: 40px
    }

    .services-details-desc h3 {
        font-size: 18px
    }

    .services-details-desc .services-features-list li {
        float: unset;
        width: 100%
    }

    .services-details-desc .blockquote,.services-details-desc blockquote {
        padding: 20px 15px
    }

    .services-details-desc .blockquote p,.services-details-desc .our-work-benefits .accordion .accordion-title,.services-details-desc blockquote p {
        font-size: 14px
    }

    .pagination-area {
        margin-top: 10px
    }

    .project-details .uk-flex {
        display: block
    }

    .project-details .uk-width-1-5 {
        width: 100%
    }

    .project-details-info {
        padding: 20px
    }

    .project-details-info ul li {
        font-size: 14px
    }

    .project-details-desc h3 {
        font-size: 18px
    }

    .project-details-desc .blockquote,.project-details-desc blockquote {
        padding: 20px 15px
    }

    .project-details-desc .blockquote p,.project-details-desc blockquote p {
        font-size: 14px
    }

    .project-next-and-prev {
        overflow: hidden;
        padding: 0;
        box-shadow: unset
    }

    .project-next-and-prev .item {
        float: left;
        width: 50%
    }

    .project-next-and-prev .item .uk-button {
        font-size: 14px;
        padding: 10px 20px
    }

    .uk-button,.uk-button-optional {
        padding: 11px 25px;
        font-size: 14px
    }

    .header-area.header-style-two {
        position: fixed!important;
        padding-left: 15px;
        padding-right: 15px
    }

    .header-area.header-style-two #navbar-toggle span {
        background-color: #fff
    }

    .banner-section .uk-grid-medium {
        margin-left: 0
    }

    .banner-content {
        padding: 110px 15px 80px;
        height: 100%
    }

    .banner-content .content {
        max-width: 100%;
        margin-left: 0;
        margin-top: 0
    }

    .banner-content h1 {
        font-size: 28px
    }

    .banner-content .btn-box {
        margin-top: 20px
    }

    .banner-image {
        background-image: unset!important;
        z-index: 1
    }

    .banner-image img {
        display: inline-block
    }

    .services-section {
        padding-bottom: 10px
    }

    .services-box .content .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: -25px;
        margin-bottom: 15px
    }

    .services-box .content .icon i::before {
        font-size: 20px
    }

    .services-box .content h3 {
        margin-top: -25px;
        font-size: 18px
    }

    .services-box .hover-content .inner {
        padding: 15px
    }

    .services-box .hover-content .inner .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px
    }

    .services-box .hover-content .inner .icon i::before {
        font-size: 20px
    }

    .services-box .hover-content .inner h3 {
        font-size: 18px
    }

    .services-box .hover-content .inner p {
        margin-top: 10px;
        font-size: 13.5px
    }

    .about-image {
        padding-bottom: 0;
        margin-bottom: 30px!important;
        text-align: center
    }

    .about-image img {
        width: 100%
    }

    .about-image img:nth-child(2) {
        position: relative;
        right: 0;
        margin-top: 15px;
        display: inline-block
    }

    .shape-circle-img1,.shape-circle-img2 {
        display: none
    }

    .process-section {
        padding-bottom: 10px
    }

    .process-section .item:nth-child(1) .single-process-box,.process-section .item:nth-child(3) .single-process-box {
        margin-top: 0!important
    }

    .single-process-box {
        margin-bottom: 30px!important
    }

    .single-process-box .icon {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
        line-height: 55px
    }

    .single-process-box .icon i svg {
        width: 25px
    }

    .single-process-box h3 {
        font-size: 18px
    }

    .process-arrow-icon {
        display: none
    }

    .feedback-section {
        padding-bottom: 10px
    }

    .single-feedback-item {
        padding: 40px 20px
    }

    .single-feedback-item .client-info h3 {
        font-size: 18px
    }

    .project-section {
        padding-bottom: 10px
    }

    .single-project-box img {
        width: 100%
    }

    .single-project-box .project-content {
        padding: 20px
    }

    .single-project-box .project-content h3 {
        font-size: 18px
    }

    .single-project-box .project-content .details-btn {
        right: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .single-project-box .project-content .details-btn i svg {
        width: 20px
    }

    .funfacts-area {
        padding-bottom: 10px
    }

    .single-funfacts {
        margin-bottom: 30px!important;
        padding-left: 0;
        text-align: center
    }

    .single-funfacts .icon {
        border-width: 2px;
        width: 55px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 55px;
        line-height: 53px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .single-funfacts .icon i svg {
        width: 25px
    }

    .single-funfacts h3 {
        font-size: 30px;
        margin-bottom: -2px;
        margin-top: 0
    }

    .single-funfacts p {
        font-size: 15px
    }

    .contact-section .uk-grid-medium {
        margin-left: 0
    }

    .contact-section .uk-grid-medium>* {
        padding-left: 0
    }

    .contact-image {
        background-image: unset!important
    }

    .contact-image img {
        display: inline-block;
        width: 100%
    }

    .contact-image .contact-info {
        position: relative;
        right: 0;
        bottom: 0;
        max-width: 100%;
        border-radius: 0;
        padding: 25px
    }

    .contact-image .contact-info h3 {
        margin-bottom: -5px;
        font-size: 18px
    }

    .contact-image .contact-info ul li {
        margin-bottom: 10px
    }

    .contact-form {
        max-width: 100%;
        padding: 40px 15px
    }

    .hero-banner {
        padding-top: 130px;
        padding-bottom: 70px
    }

    .hero-banner-content {
        text-align: center;
        margin-top: 0
    }

    .hero-banner-content h1 {
        font-size: 28px
    }

    .hero-banner-content .btn-box {
        margin-top: 20px
    }

    .hero-banner-image {
        margin-top: 30px
    }

    .about-image-two {
        margin-bottom: 30px!important
    }

    .services-section.bg-image {
        padding-bottom: 80px
    }

    .services-section.bg-image::before {
        bottom: 40px;
        height: 40%;
        width: 100%
    }

    .services-slides.owl-theme .owl-dots {
        margin-bottom: 0;
        margin-top: 5px
    }

    .why-choose-us-section .uk-child-width-1-2\@s>* {
        width: 100%
    }

    .why-choose-us-content {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0
    }

    .why-choose-us-content .why-choose-us-text li {
        padding-left: 70px
    }

    .why-choose-us-content .why-choose-us-text li .icon {
        width: 50px;
        height: 50px;
        line-height: 51px
    }

    .why-choose-us-content .why-choose-us-text li .icon i::before {
        font-size: 20px
    }

    .why-choose-us-content .why-choose-us-text li h3 {
        font-size: 17px
    }

    .why-choose-us-content .why-choose-us-text li p {
        font-size: 14px
    }

    .why-choose-us-image {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px
    }

    .single-team-box .content {
        padding: 20px
    }

    .single-team-box .content h3 {
        font-size: 17px
    }

    .feedback-section .uk-grid .uk-section-title {
        margin-top: 0;
        margin-bottom: 10px!important
    }

    .feedback-section .uk-grid .uk-section-title h2 {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .feedback-slides-two.owl-theme .owl-dots {
        bottom: -30px
    }

    .feedback-slides-two.owl-theme .owl-nav [class*=owl-] {
        bottom: -37px
    }

    .corporate-main-banner {
        padding-bottom: 0;
        padding-top: 120px
    }

    .corporate-main-banner .uk-grid-medium {
        margin-left: 0
    }

    .corporate-banner-content {
        padding: 0 15px 35px
    }

    .corporate-banner-content .content {
        margin-left: 0;
        max-width: 100%;
        text-align: center
    }

    .corporate-banner-content .content h1 {
        margin-bottom: 15px;
        font-size: 30px
    }

    .corporate-banner-image {
        background-image: unset!important
    }

    .corporate-banner-image img {
        display: inline-block
    }

    .shape1,.shape2,.shape3,.shape4 {
        display: none
    }

    .featured-services-area {
        padding-bottom: 10px
    }

    .featured-services-area .section-title {
        max-width: 100%
    }

    .featured-services-area .section-title p {
        line-height: 1.67;
        font-size: 16px
    }

    .single-featured-services-box {
        margin-bottom: 30px!important
    }

    .single-featured-services-box .bg-shape {
        display: none
    }

    .single-featured-services-box .icon i::before {
        font-size: 35px
    }

    .single-featured-services-box h3 {
        font-size: 17px
    }

    .what-we-do-section .uk-grid-medium {
        margin-left: 0
    }

    .what-we-do-image {
        background-image: unset!important
    }

    .what-we-do-image img {
        display: inline-block
    }

    .what-we-do-content {
        padding: 30px 15px 40px
    }

    .what-we-do-content .content {
        max-width: 100%
    }

    .experience-area .uk-grid-medium {
        margin-left: 0
    }

    .experience-area .item:nth-child(1) {
        order: 2
    }

    .experience-area .item:nth-child(2) {
        order: 1
    }

    .experience-image {
        background-image: unset!important
    }

    .experience-image img {
        display: inline-block
    }

    .experience-content {
        padding: 30px 15px 40px
    }

    .experience-content .content {
        max-width: 100%;
        margin-left: 0
    }

    .experience-content .content .single-experience-box {
        padding-left: 0;
        margin-bottom: 20px
    }

    .experience-content .content .single-experience-box .icon {
        top: 0;
        position: relative;
        margin-bottom: 20px;
        width: 65px;
        height: 65px;
        border-width: 1.5px;
        line-height: 65px
    }

    .experience-content .content .single-experience-box .icon i::before {
        font-size: 25px
    }

    .experience-content .content .single-experience-box h3 {
        margin-bottom: 7px;
        font-size: 16px
    }

    .testimonials-slides {
        max-width: 100%
    }

    .single-testimonials-box .user-image {
        margin-bottom: 20px
    }

    .single-testimonials-box .user-image .user {
        width: 110px!important;
        height: 110px
    }

    .single-testimonials-box p {
        font-size: 15px
    }

    .single-testimonials-box::before {
        font-size: 70px
    }

    .single-testimonials-box .user-info h3 {
        font-size: 17px
    }

    .pricing-area .uk-item {
        margin-bottom: 30px
    }

    .pricing-area .uk-item:last-child {
        margin-bottom: 0
    }

    .single-pricing-box .pricing-header h3 {
        font-size: 17px
    }

    .single-pricing-box .pricing-header .icon img {
        width: 100px
    }

    .single-pricing-box .pricing-header .icon i.flaticon-plan::before,.single-pricing-box .pricing-header .icon i::before {
        font-size: 30px
    }

    .single-pricing-box .pricing-features ul li {
        font-size: 14px
    }

    .single-pricing-box .price {
        font-size: 30px
    }

    .single-pricing-box .price span {
        margin-top: 0;
        font-size: 15px
    }

    .project-area .uk-item {
        margin-bottom: 30px
    }

    .project-area .uk-item:last-child {
        margin-bottom: 0
    }

    .single-project-item .content h3 {
        font-size: 17px
    }

    .partner-area-two.bg-f5e7da .section-title {
        margin-bottom: 40px!important
    }

    .partner-area-two .item .item {
        width: 50%
    }

    .blog-area .uk-item {
        margin-bottom: 30px
    }

    .blog-area .uk-item:last-child {
        margin-bottom: 0
    }

    .single-blog-post-item .post-content h3 {
        font-size: 17px
    }

    .newsletter-area {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .newsletter-content {
        max-width: 100%
    }

    .newsletter-content h2 {
        font-size: 23px;
        margin-top: 8px;
        margin-bottom: 10px
    }

    .newsletter-content form .uk-button {
        position: relative;
        height: auto;
        margin-top: 15px
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-100 {
        padding-top: 50px
    }

    .pb-100 {
        padding-bottom: 50px
    }

    .pb-70 {
        padding-bottom: 20px
    }

    .section-title-with-big-text {
        margin: 0 auto 35px!important
    }

    .section-title-with-big-text .big-text {
        display: none
    }

    .section-title-with-big-text h2 {
        font-size: 25px
    }

    .header-area-with-position-relative .others-option {
        display: none
    }

    .woman-main-banner-area {
        padding-top: 65px
    }

    .woman-main-banner-area .woman-banner-social {
        display: none
    }

    .woman-banner-content {
        top: 0
    }

    .woman-banner-content h1 {
        font-size: 30px
    }

    .woman-banner-image {
        text-align: center;
        margin-top: 30px
    }

    .woman-banner-image::before {
        display: none
    }

    .creative-about-left-content {
        padding-right: 0;
        margin-top: 0
    }

    .creative-about-left-content .big-text {
        display: none
    }

    .creative-about-left-content h3 {
        font-size: 25px
    }

    .creative-about-left-content .about-left-image .content h4 {
        font-size: 30px
    }

    .creative-about-left-content .about-left-image .content b {
        font-size: 12px
    }

    .creative-about-right-content {
        padding-left: 0;
        margin-top: 30px
    }

    .creative-about-right-content h3 {
        font-size: 25px
    }

    .creative-about-right-content .about-right-image .content h4 {
        font-size: 30px
    }

    .creative-about-right-content .about-right-image .content b {
        font-size: 12px
    }

    .creative-services-card {
        padding-right: 0
    }

    .creative-services-card .number {
        font-size: 65px
    }

    .creative-services-card h3 {
        font-size: 22px
    }

    .creative-projects-area .uk-container-expand {
        padding-left: 15px;
        padding-right: 15px
    }

    .creative-single-projects .projects-content {
        padding: 25px 20px
    }

    .creative-single-projects .projects-content span {
        font-size: 12px
    }

    .creative-single-projects .projects-content h3 {
        font-size: 20px
    }

    .creative-reviews-img {
        padding-right: 0;
        margin-bottom: 35px!important
    }

    .creative-reviews-card .rating li i,.creative-reviews-card p {
        font-size: 15px
    }

    .creative-reviews-card .client h3 {
        font-size: 20px
    }

    .creative-reviews-card .client span {
        font-size: 12px
    }

    .creative-reviews-slides.owl-theme .owl-nav {
        margin-top: 30px;
        text-align: center
    }

    .creative-pricing-box {
        padding: 20px
    }

    .creative-pricing-box .pricing-header h3 {
        margin-bottom: 10px;
        font-size: 18px
    }

    .creative-pricing-box .price {
        font-size: 25px
    }

    .creative-pricing-box .features li {
        font-size: 15px
    }

    .creative-team-box .team-content h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .creative-team-box .team-content span {
        font-size: 12px
    }

    .creative-news-card {
        padding: 25px
    }

    .creative-contact-image .info-content {
        max-width: 212px
    }

    .creative-contact-form {
        padding-left: 0;
        margin-top: 30px
    }

    .creative-contact-form .uk-form-label {
        font-size: 12px
    }

    .creative-footer-area .single-footer-widget h3 {
        font-size: 20px
    }

    .header-area-with-position-relative.with-position-absolute #navbar-toggle span {
        background-color: #fff
    }

    .black-main-banner-area {
        padding-top: 120px;
        padding-bottom: 70px
    }

    .black-banner-content h1 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .black-banner-content .banner-btn {
        margin-top: 25px
    }

    .black-banner-image {
        text-align: center;
        margin-top: 30px
    }

    .featured-boxes-services-card {
        padding-right: 0
    }

    .featured-boxes-services-card h3 {
        font-size: 20px
    }

    .marketing-about-content {
        margin-top: 0;
        padding-right: 0
    }

    .marketing-about-content .big-text {
        display: none
    }

    .marketing-about-content h3 {
        font-size: 25px
    }

    .marketing-about-content h4 {
        font-size: 18px
    }

    .marketing-about-image {
        text-align: center;
        margin-top: 30px
    }

    .marketing-about-image .content h4 {
        font-size: 35px
    }

    .marketing-about-image .content b {
        font-size: 12px
    }

    .creative-process-card {
        padding-right: 0
    }

    .creative-process-card h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .creative-video-area::before {
        height: 100px
    }

    .creative-video-area .video-btn {
        width: 70px;
        height: 70px;
        font-size: 50px
    }

    .video-dot-shape {
        display: none
    }

    .creative-services-box .content {
        padding-left: 0
    }

    .creative-services-box .content .number {
        position: relative;
        margin-bottom: 18px
    }

    .creative-services-box .content h3 {
        font-size: 18px
    }

    .creative-projects-slides-two.owl-theme .owl-nav [class*=owl-] {
        left: -5px
    }

    .creative-projects-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
        right: -5px;
        left: auto
    }

    .creative-faq-image .content h4 {
        font-size: 32px
    }

    .creative-faq-image .content b {
        font-size: 12px
    }

    .creative-faq-content {
        margin-left: 0;
        margin-top: 30px
    }

    .creative-faq-content .big-text {
        display: none
    }

    .creative-faq-content h3 {
        font-size: 25px
    }

    .creative-faq-accordion .uk-accordion-title {
        font-size: 15.8px;
        padding-right: 32px;
        background-color: transparent
    }

    .creative-footer-shape-1,.creative-footer-shape-2 {
        display: none
    }

    .marketing-main-banner-area {
        padding-top: 150px;
        padding-bottom: 100px
    }

    .marketing-banner-content span {
        font-size: 14px
    }

    .marketing-banner-content h1 {
        font-size: 32px
    }

    .marketing-about-content .about-inner-card h5 {
        font-size: 18px
    }

    .marketing-about-image.style-two {
        padding-left: 0
    }

    .creative-funfacts-area {
        padding-left: 50px;
        padding-right: 50px
    }

    .single-creative-funfacts h3 {
        font-size: 30px
    }

    .creative-process-area.with-bg-color .uk-grid {
        display: block
    }

    .creative-process-area.with-bg-color .uk-width-1-4,.creative-process-area.with-bg-color .uk-width-3-4 {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    body,p {
        font-size:14px
    }

    .section-title h2 {
        font-size: 30px
    }

    .header-area {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .header-area.uk-sticky-fixed {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .header-area #navbar-toggle {
        display: inline-flex
    }

    .navbar {
        display: none
    }

    .main-banner {
        height: 100%;
        background-position: right bottom;
        padding-top: 200px;
        padding-bottom: 540px
    }

    .main-banner-content h1 {
        font-size: 45px;
        line-height: 45px;
        padding: 6px 0
    }

    .main-banner-content h1::before {
        width: 17px
    }

    .main-banner-content p {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .banner-with-form {
        padding-bottom: 455px
    }

    .banner-with-form .uk-container .uk-grid {
        margin-top: 0
    }

    .main-banner-form {
        margin-left: 0;
        margin-top: 30px
    }

    .features-area {
        background: 0 0;
        margin-top: -400px
    }

    .features-area.uk-dark {
        background-color: transparent;
        position: relative;
        z-index: 1
    }

    .features-area.uk-dark::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #000;
        height: 65%;
        z-index: -1;
        display: block
    }

    .single-features-box {
        margin-top: 20px
    }

    .single-features-box h3 {
        font-size: 20px
    }

    .single-features-box .animation-img {
        display: none
    }

    .about-content .about-text h3 {
        font-size: 18px
    }

    .about-img {
        position: relative;
        top: 0;
        bottom: 0;
        text-align: center;
        margin-top: 30px
    }

    .about-img .about-img2 {
        display: none
    }

    .about-img .about-img1 {
        width: 100%
    }

    .about-img .uk-button {
        bottom: 0
    }

    .services-area {
        padding-bottom: 10px
    }

    .single-services h3 {
        font-size: 16px
    }

    .single-services-box {
        padding: 30px
    }

    .single-services-box .icon i::before {
        font-size: 35px
    }

    .single-services-box h3 {
        font-size: 16px
    }

    .single-services-box .animation-img {
        display: none
    }

    .testimonials-area {
        padding-bottom: 10px
    }

    .testimonials-item .quotation-profile .profile-info h3 {
        font-size: 16px
    }

    .project-slides {
        left: 0;
        position: relative
    }

    .single-project .project-content h3 {
        font-size: 20px
    }

    .feedback-img .video-btn {
        right: 0
    }

    .feedback-inner {
        margin-top: 35px
    }

    .team-area {
        padding-bottom: 10px
    }

    .team-slides.owl-theme .owl-dots {
        margin-top: 10px!important
    }

    .partner-area {
        padding-top: 40px!important
    }

    .subscribe-area {
        text-align: center
    }

    .subscribe-area h3 {
        font-size: 20px;
        margin: 0 0 20px!important
    }

    .subscribe-area form .uk-button {
        position: relative;
        height: 50px;
        margin-top: 20px
    }

    .single-blog-post .blog-post-content {
        margin-right: 10px;
        margin-left: 10px
    }

    .single-blog-post .blog-post-content h3 {
        font-size: 20px
    }

    .single-footer-widget {
        margin-bottom: 30px!important
    }

    .single-footer-widget h3 {
        font-size: 20px
    }

    .copyright-area {
        margin-top: 40px
    }

    .page-title-area {
        padding-top: 135px;
        padding-bottom: 70px
    }

    .pagination-area {
        margin-top: 20px
    }

    .blog-details .uk-flex {
        display: block
    }

    .blog-details .uk-width-1-5 {
        width: 100%
    }

    .blog-details .inner .article-content h3,.blog-details .inner .comments-area .comment-reply-title,.blog-details .inner .comments-area .comments-title {
        font-size: 20px
    }

    .blog-details .inner .comments-area .comment-respond .comment-form-author input,.blog-details .inner .comments-area .comment-respond .comment-form-author textarea,.blog-details .inner .comments-area .comment-respond .comment-form-comment input,.blog-details .inner .comments-area .comment-respond .comment-form-comment textarea,.blog-details .inner .comments-area .comment-respond .comment-form-email input,.blog-details .inner .comments-area .comment-respond .comment-form-email textarea,.blog-details .inner .comments-area .comment-respond .comment-form-url input,.blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
        width: 90%
    }

    .blog-details .uk-sidebar {
        margin-top: 40px
    }

    .services-details .uk-flex {
        display: block
    }

    .services-details .uk-width-1-5 {
        width: 100%
    }

    .services-details .uk-sidebar {
        margin-top: 40px
    }

    .services-details-desc h3 {
        font-size: 20px
    }

    .project-details .uk-flex {
        display: block
    }

    .project-details .uk-width-1-5 {
        width: 100%
    }

    .project-details-desc h3 {
        font-size: 20px
    }

    .header-area.header-style-two {
        padding-left: 30px;
        padding-right: 30px
    }

    .header-area.header-style-two #navbar-toggle span {
        background-color: #fff
    }

    .banner-content {
        padding: 150px 100px 100px;
        height: 100%
    }

    .banner-content .content {
        max-width: 600px;
        margin-top: 0;
        margin-left: 0
    }

    .banner-content .content h1 {
        font-size: 40px
    }

    .banner-image {
        background-image: unset!important;
        z-index: 1
    }

    .banner-image img {
        display: inline-block;
        width: 100%
    }

    .services-section {
        padding-bottom: 10px
    }

    .about-image {
        margin-bottom: 40px!important
    }

    .about-image img:nth-child(1) {
        width: 60%
    }

    .shape-circle-img1,.shape-circle-img2 {
        display: none
    }

    .funfacts-area {
        padding-bottom: 10px
    }

    .single-funfacts {
        margin-bottom: 30px!important;
        padding-left: 90px
    }

    .single-funfacts .icon {
        width: 65px;
        top: 4px;
        height: 65px;
        line-height: 60px
    }

    .single-funfacts h3 {
        font-size: 35px
    }

    .process-arrow-icon {
        display: none
    }

    .contact-image {
        background-image: unset!important
    }

    .contact-image img {
        display: inline-block;
        width: 100%
    }

    .contact-image .contact-info {
        right: 40px;
        bottom: 40px
    }

    .contact-image .contact-info h3 {
        font-size: 20px
    }

    .hero-banner {
        padding-top: 160px
    }

    .hero-banner-content {
        text-align: center;
        max-width: 610px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px!important
    }

    .hero-banner-content h1 {
        font-size: 40px
    }

    .about-image-two {
        margin-bottom: 30px!important
    }

    .services-section.bg-image::before {
        height: 40%;
        width: 100%
    }

    .why-choose-us-section .uk-child-width-1-2\@s>* {
        width: 100%
    }

    .why-choose-us-content {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }

    .why-choose-us-image {
        max-width: 720px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto
    }

    .single-team-box .content {
        padding: 25px
    }

    .single-team-box .content h3 {
        font-size: 20px
    }

    .feedback-section .uk-grid .uk-section-title {
        margin-top: 0;
        margin-bottom: 25px!important
    }

    .corporate-main-banner {
        padding-bottom: 0;
        padding-top: 130px
    }

    .corporate-main-banner .uk-grid-medium {
        margin-left: 0
    }

    .corporate-banner-content {
        padding: 0 0 30px
    }

    .corporate-banner-content .content {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .corporate-banner-content .content h1 {
        font-size: 40px
    }

    .corporate-banner-image {
        background-image: unset!important
    }

    .corporate-banner-image img {
        display: inline-block
    }

    .shape1,.shape2,.shape3,.shape4 {
        display: none
    }

    .featured-services-area .uk-item {
        margin-bottom: 30px
    }

    .featured-services-area .uk-item:last-child {
        margin-bottom: 0
    }

    .featured-services-area .section-title {
        max-width: 100%
    }

    .single-featured-services-box h3 {
        font-size: 20px
    }

    .single-featured-services-box .bg-shape {
        display: none
    }

    .what-we-do-section .uk-grid-medium {
        margin-left: 0
    }

    .what-we-do-content {
        padding: 30px 70px 40px
    }

    .what-we-do-content .content {
        max-width: 100%
    }

    .what-we-do-image {
        background-image: unset!important
    }

    .what-we-do-image img {
        display: inline-block
    }

    .experience-area .uk-grid-medium {
        margin-left: 0
    }

    .experience-area .item:nth-child(1) {
        order: 2
    }

    .experience-area .item:nth-child(2) {
        order: 1
    }

    .experience-content {
        padding: 30px 70px 40px
    }

    .experience-content .content {
        margin-left: 0;
        max-width: 100%
    }

    .experience-image {
        background-image: unset!important
    }

    .experience-image img {
        display: inline-block
    }

    .testimonials-slides {
        max-width: 100%
    }

    .pricing-area .uk-item {
        margin-bottom: 30px
    }

    .pricing-area .uk-item:last-child {
        margin-bottom: 0
    }

    .single-pricing-box .pricing-header h3 {
        font-size: 20px
    }

    .single-pricing-box .price {
        font-size: 30px
    }

    .single-pricing-box .price span {
        margin-top: 0;
        font-size: 15px
    }

    .project-area .uk-item {
        margin-bottom: 30px
    }

    .project-area .uk-item:last-child {
        margin-bottom: 0
    }

    .project-area *+.uk-grid-margin-medium,.project-area .uk-grid+.uk-grid-medium,.project-area .uk-grid-medium>.uk-grid-margin {
        margin-top: 0
    }

    .single-project-item .content h3 {
        font-size: 20px
    }

    .blog-area .uk-item {
        margin-bottom: 30px
    }

    .blog-area .uk-item:last-child {
        margin-bottom: 0
    }

    .single-blog-post-item .post-content h3 {
        font-size: 20px
    }

    .newsletter-content {
        max-width: 500px
    }

    .newsletter-content form .uk-input {
        height: 50px
    }

    .section-title-with-big-text h2 {
        font-size: 32px
    }

    .header-area-with-position-relative .others-option {
        margin-left: 0;
        position: absolute;
        top: 50%;
        right: 55px;
        transform: translateY(-50%)
    }

    .woman-main-banner-area {
        padding-top: 100px
    }

    .woman-banner-content {
        top: 0
    }

    .woman-banner-content h1 {
        font-size: 50px
    }

    .woman-banner-image {
        text-align: center;
        margin-top: 30px
    }

    .woman-banner-image::before {
        display: none
    }

    .creative-about-left-content {
        padding-right: 0
    }

    .creative-about-left-content h3 {
        font-size: 30px
    }

    .creative-about-left-content .about-left-image img {
        width: 100%
    }

    .creative-about-right-content {
        padding-left: 0;
        margin-top: 30px
    }

    .creative-about-right-content h3 {
        font-size: 30px
    }

    .creative-about-right-content .about-right-image img {
        width: 100%
    }

    .creative-services-card {
        padding-right: 0
    }

    .creative-services-card .number {
        font-size: 65px
    }

    .creative-single-projects .projects-content h3 {
        font-size: 20px
    }

    .creative-reviews-img {
        padding-right: 0;
        margin-bottom: 35px!important
    }

    .creative-reviews-slides.owl-theme .owl-nav {
        margin-top: 30px;
        text-align: center
    }

    .creative-pricing-box .features li {
        font-size: 15px
    }

    .creative-news-card {
        padding: 20px
    }

    .creative-contact-form {
        padding-left: 0;
        margin-top: 30px
    }

    .header-area-with-position-relative.with-position-absolute #navbar-toggle span {
        background-color: #fff
    }

    .black-banner-content h1 {
        font-size: 50px;
        margin-bottom: 15px
    }

    .black-banner-content .banner-btn {
        margin-top: 25px
    }

    .black-banner-image {
        text-align: center;
        margin-top: 30px
    }

    .featured-boxes-services-card {
        padding-right: 0
    }

    .featured-boxes-services-card h3 {
        font-size: 22px
    }

    .marketing-about-content {
        padding-right: 0
    }

    .marketing-about-content h3 {
        font-size: 30px
    }

    .marketing-about-content h4 {
        font-size: 18px
    }

    .marketing-about-image {
        text-align: center;
        margin-top: 30px
    }

    .creative-process-card {
        padding-right: 0
    }

    .creative-process-card h3 {
        font-size: 22px;
        margin-bottom: 12px
    }

    .creative-video-area::before {
        height: 100px
    }

    .creative-video-area .video-btn {
        width: 70px;
        height: 70px;
        font-size: 50px
    }

    .video-dot-shape {
        display: none
    }

    .creative-services-box .content {
        padding-left: 0
    }

    .creative-services-box .content .number {
        position: relative;
        margin-bottom: 18px
    }

    .creative-services-box .content h3 {
        font-size: 18px
    }

    .creative-projects-slides-two.owl-theme .owl-nav [class*=owl-] {
        left: -5px
    }

    .creative-projects-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
        right: -5px;
        left: auto
    }

    .creative-faq-image {
        margin-bottom: 60px!important
    }

    .creative-faq-content {
        margin-left: 0;
        margin-top: 30px
    }

    .creative-faq-content h3 {
        font-size: 30px
    }

    .creative-footer-shape-1,.creative-footer-shape-2 {
        display: none
    }

    .creative-news-card h3 {
        font-size: 18px
    }

    .marketing-main-banner-area {
        padding-top: 150px;
        padding-bottom: 100px
    }

    .marketing-banner-content h1 {
        font-size: 50px
    }

    .marketing-about-content .about-inner-card h5 {
        font-size: 18px
    }

    .marketing-about-image.style-two {
        padding-left: 0
    }

    .creative-funfacts-area {
        padding-left: 50px;
        padding-right: 50px
    }

    .single-creative-funfacts h3 {
        font-size: 40px
    }

    .creative-process-area.with-bg-color .uk-width-1-4,.creative-process-area.with-bg-color .uk-width-3-4 {
        width: 100%
    }

    .creative-news-box .news-content {
        padding: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .about-img {
        position:relative;
        top: 0
    }

    .about-img .about-img2 {
        left: 0;
        bottom: 0
    }

    .about-img .uk-button {
        bottom: 0
    }

    .main-banner-form {
        margin-top: 0
    }

    .project-slides {
        left: 0
    }

    .process-arrow-icon img {
        max-width: 85%
    }

    .shape-circle-img1,.shape-circle-img2 {
        display: none
    }

    .header-area.header-style-two {
        padding-left: 20px;
        padding-right: 20px
    }

    .header-area.header-style-two .uk-navbar-right {
        margin-left: auto
    }

    .header-area.header-style-two .navbar .uk-navbar-nav li .uk-dropdown {
        left: auto;
        right: 0
    }

    .banner-section .uk-grid-medium {
        margin-left: 0
    }

    .banner-content {
        max-width: 100%
    }

    .banner-content h1 {
        font-size: 40px
    }

    .banner-content p {
        max-width: 100%
    }

    .banner-image {
        z-index: 1
    }

    .services-box .hover-content .inner {
        padding: 20px
    }

    .services-box .hover-content .inner .icon {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .services-box .hover-content .inner h3 {
        font-size: 20px
    }

    .contact-section .uk-grid-medium {
        margin-right: 0
    }

    .contact-image .contact-info {
        right: -15px;
        bottom: 133px;
        max-width: 300px;
        padding: 25px
    }

    .contact-form {
        padding-left: 30px;
        padding-right: 30px
    }

    .hero-banner::before {
        height: 25%
    }

    .hero-banner-content {
        margin-top: 0
    }

    .hero-banner-content h1 {
        font-size: 42px
    }

    .services-section.bg-image::before,.why-choose-us-section .uk-child-width-1-2\@m>* {
        width: 100%
    }

    .why-choose-us-content {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }

    .why-choose-us-image {
        margin-top: 40px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }

    .corporate-main-banner .uk-grid-medium {
        margin-left: 0
    }

    .corporate-banner-content {
        padding-right: 30px
    }

    .corporate-banner-content .content {
        max-width: 430px
    }

    .shape1,.shape2,.shape3,.shape4,.single-featured-services-box .bg-shape {
        display: none
    }

    .what-we-do-section .uk-grid-medium {
        margin-left: 0
    }

    .what-we-do-content {
        padding-left: 30px
    }

    .what-we-do-content .content {
        max-width: 460px
    }

    .experience-area .uk-grid-medium {
        margin-left: 0
    }

    .experience-content {
        padding-right: 30px
    }

    .experience-content .content {
        max-width: 410px
    }

    .header-area-with-position-relative .navbar .uk-navbar-nav li {
        padding: 0 8px
    }

    .header-area-with-position-relative .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li {
        padding: 0 15px
    }

    .header-area-with-position-relative .others-option {
        margin-left: 5px
    }

    .woman-main-banner-area .woman-banner-social {
        padding: 0;
        margin-bottom: 0;
        position: relative;
        left: 35px;
        top: unset;
        transform: unset;
        bottom: 30px
    }

    .woman-main-banner-area .woman-banner-social li {
        display: inline-block;
        margin-right: 15px
    }

    .woman-main-banner-area .woman-banner-social li:last-child {
        margin-right: 0
    }

    .woman-banner-content h1 {
        font-size: 50px
    }

    .creative-pricing-box {
        padding: 22px
    }

    .creative-pricing-box .features li {
        font-size: 15px
    }

    .creative-contact-form {
        padding-left: 0
    }

    .black-banner-content h1 {
        font-size: 52px
    }

    .creative-process-card,.featured-boxes-services-card {
        padding-right: 0
    }

    .creative-services-box {
        padding: 20px
    }

    .marketing-about-image.style-two {
        padding-left: 0
    }

    .creative-funfacts-area {
        padding-left: 45px;
        padding-right: 45px
    }

    .single-creative-funfacts h3 {
        font-size: 38px
    }

    .creative-services-box .content {
        padding-left: 0
    }

    .creative-services-box .content .number {
        position: relative;
        margin-bottom: 15px
    }

    .creative-process-card.with-bg-color {
        padding: 20px
    }

    .creative-process-card.with-bg-color h3 {
        font-size: 20px
    }
}

@media only screen and (min-width: 1650px) {
    .main-banner {
        background-position:74%
    }

    .about-img {
        position: absolute;
        right: 0;
        top: 70px;
        text-align: right
    }

    .about-img .about-img2 {
        position: absolute;
        left: -130px;
        bottom: -30px
    }

    .about-img .shape-img {
        position: absolute;
        left: 115px;
        top: 12%
    }

    .about-img .about-img1 {
        width: 100%
    }
}

@media only screen and (min-width: 1550px) {
    .header-area.header-style-two .uk-navbar-right {
        margin-left:220px
    }

    .banner-content .content {
        max-width: 720px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .woman-banner-content {
        top:-25px;
        left: 90px
    }

    .creative-news-card {
        padding: 22px
    }

    .creative-contact-form {
        padding-left: 25px
    }

    .creative-process-card.with-bg-color {
        padding: 25px
    }
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    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-item,.owl-carousel .owl-wrapper {
    -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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.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 {
    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: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[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.4a37f8008959c75f619b.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
