.input-group-text input[type=checkbox], .input-group-text input[type=radio], dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin-top: 0
}

address, dl, ol, p, pre, ul {
    margin-bottom: 1rem
}

body, caption {
    text-align: left
}

dd, label {
    margin-bottom: .5rem
}

pre, textarea {
    overflow: auto
}

article, aside, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
    display: block
}

address, legend {
    line-height: inherit
}

progress, sub, sup {
    vertical-align: baseline
}

button, hr, input {
    overflow: visible
}

.img-fluid, .img-thumbnail {
    max-width: 100%
}

.img-fluid, select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.btn.focus, .btn:focus, .form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.dropdown-menu, .nav, .navbar-nav {
    list-style: none
}

.badge, .dropdown-header, .dropdown-item, .input-group-text, .navbar-brand, .progress-bar {
    white-space: nowrap
}

: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", 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
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

.alert-link, dt, kbd kbd {
    font-weight: 700
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

.btn:not(:disabled):not(.disabled), .close:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled) summary {
    cursor: pointer
}

address {
    font-style: normal
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .card-text:last-child, .form-check-label, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

.btn, img, svg {
    vertical-align: middle
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    .btn-link:hover, a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }

        .custom-range:focus, a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

.accordion .card:not(:first-of-type) .card-header:first-child, button {
    border-radius: 0
}

    button:focus {
        outline: dotted 1px;
        outline: -webkit-focus-ring-color auto 5px
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    appearance: button;
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    appearance: listbox;
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    appearance: none;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.display-1, .display-2, .display-3, .display-4 {
    line-height: 1.2
}

.figure, .list-inline-item, output {
    display: inline-block
}

summary {
    display: list-item
}

.badge:empty, .collapse:not(.show), .navbar-expand .navbar-toggler, .popover-header:empty, .tab-content > .tab-pane, .toast.hide, template {
    display: none
}

.d-none, [hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.blockquote, hr {
    margin-bottom: 1rem
}

.display-1, .display-2, .display-3, .display-4, .lead {
    font-weight: 300
}

.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
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.btn, .btn-link, .dropdown-item, .form-control, .small, small {
    font-weight: 400
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%
}

code, kbd, pre {
    font-size: 87.5%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.img-thumbnail, .table .table {
    background-color: #fff
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.bs-popover-auto[x-placement^=left], .bs-popover-left, .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-thumbnail {
    padding: .25rem;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: auto
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.alert-heading, a > code, pre code {
    color: inherit
}

code {
    color: #e83e8c;
    word-break: break-word
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%
    }

pre {
    display: block;
    color: #212529
}

    pre code {
        font-size: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col, .col-auto {
    max-width: 100%
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.card > hr, .no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .navbar-nav .nav-link, .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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .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, .table-dark.table-bordered, .table-responsive > .table-bordered {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.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, .table-hover tbody tr:hover {
    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 .thead-dark th, .table-dark {
    color: #fff;
    background-color: #212529
}

    .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 .thead-dark th {
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.accordion .card, .collapsing, .modal, .modal-open, .progress, .toast {
    overflow: hidden
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1
    }

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.btn-block, .form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .breadcrumb-item.active, .custom-control-input:disabled ~ .custom-control-label, .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.invalid-tooltip, .valid-tooltip {
    position: absolute;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    border-radius: .25rem;
    line-height: 1.5;
    top: 100%
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .9)
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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")
}

    .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)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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/1.125rem 1.125rem no-repeat
}

    .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)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.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 ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.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 ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.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: 80%;
    color: #dc3545
}

.invalid-tooltip {
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}

.carousel, .collapsing, .dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

    .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)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/1.125rem 1.125rem no-repeat
}

    .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)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.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 ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.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 ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .form-inline .form-check, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
        width: 100%
    }

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    -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
}

    .btn:hover {
        color: #212529;
        text-decoration: none
    }

    .btn.focus, .btn:focus {
        outline: 0
    }

    .btn.disabled, .btn:disabled {
        opacity: .65
    }

a.btn.disabled, a.close.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-primary, .btn-primary.disabled, .btn-primary:disabled, .show > .btn-outline-primary.dropdown-toggle {
    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, .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-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-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .show > .btn-outline-secondary.dropdown-toggle {
    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, .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-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-outline-success:hover, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-success, .btn-success.disabled, .btn-success:disabled, .show > .btn-outline-success.dropdown-toggle {
    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, .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-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-info, .btn-info.disabled, .btn-info:disabled, .btn-outline-info:hover, .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-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus, .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-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-outline-warning:hover, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-warning, .btn-warning.disabled, .btn-warning:disabled, .show > .btn-outline-warning.dropdown-toggle {
    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, .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-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-danger, .btn-danger.disabled, .btn-danger:disabled, .btn-outline-danger:hover, .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-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus, .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-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-light, .btn-light.disabled, .btn-light:disabled, .btn-outline-light:hover, .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-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus, .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-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-dark, .btn-dark.disabled, .btn-dark:disabled, .btn-outline-dark:hover, .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-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus, .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-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-outline-primary {
    color: #007bff;
    border-color: #007bff
}

    .btn-outline-primary.focus, .btn-outline-primary:focus, .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-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary.focus, .btn-outline-secondary:focus, .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-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

    .btn-outline-success.focus, .btn-outline-success:focus, .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-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info.focus, .btn-outline-info:focus, .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-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning.focus, .btn-outline-warning:focus, .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-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger.focus, .btn-outline-danger:focus, .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-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light.focus, .btn-outline-light:focus, .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-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    display: inline-block
}

.btn-outline-dark.focus, .btn-outline-dark:focus, .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-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-link {
    color: #007bff
}

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg, .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
}

.btn-group-sm > .btn, .btn-sm, .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
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom, .btn-block + .btn-block {
    margin-top: .5rem
}

.fade {
    transition: opacity .15s linear
}

    .fade:not(.show) {
        opacity: 0
    }

.collapsing {
    height: 0;
    transition: height .35s
}

.dropdown-toggle::after {
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

.dropdown-toggle-split::after, .dropdown-toggle:empty::after, .dropleft .dropdown-toggle:empty::after, .dropright .dropdown-toggle-split::after, .dropright .dropdown-toggle:empty::after, .dropup .dropdown-toggle-split::after, .dropup .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;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.dropleft .dropdown-toggle::before, .dropright .dropdown-toggle::after {
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
}

.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;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 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;
    border-right: .3em solid;
    vertical-align: 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;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

    .dropdown-item:first-child {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .dropdown-item:last-child {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.carousel-item-next, .carousel-item-prev, .carousel-item.active, .dropdown-menu.show, .tab-content > .active {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child), .input-group-append, .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, .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
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after, .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child), .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-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .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
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn-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
    }

    .accordion .card:last-of-type, .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
    }

.custom-select, .input-group-text {
    line-height: 1.5;
    border: 1px solid #ced4da;
    color: #495057;
    font-weight: 400
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus, .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-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: .25rem
}

.nav, .navbar {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(2.875rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.8125rem + 2px)
}

.custom-control-label::after, .custom-control-label::before {
    top: .25rem;
    left: -1.5rem;
    height: 1rem;
    display: block;
    width: 1rem;
    content: ""
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-file, .custom-select {
    display: inline-block;
    width: 100%
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    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::before, .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        pointer-events: none;
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label::after {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before, .nav-pills .nav-link {
    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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.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, -webkit-transform .15s ease-in-out
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        background-color: #fff;
        -webkit-transform: translateX(.75rem);
        transform: translateX(.75rem)
    }

.custom-select {
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file, .custom-file-input, .custom-file-label {
    height: calc(2.25rem + 2px)
}

    .custom-file-label, .custom-file-label::after {
        padding: .375rem .75rem;
        color: #495057;
        top: 0;
        line-height: 1.5;
        right: 0
    }

.custom-file {
    position: relative;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-file-input: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;
    left: 0;
    z-index: 1;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.card, .navbar {
    position: relative
}

.custom-file-label::after {
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-range:focus::-ms-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

        .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
    }

        .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
    }

        .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
}

.nav {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.nav-link, .navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

    .breadcrumb-item + .breadcrumb-item:hover::before, .card-link:hover, .nav-link:focus, .nav-link:hover, .navbar-brand:focus, .navbar-brand:hover, .navbar-toggler:focus, .navbar-toggler:hover, a.badge:focus, a.badge:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .accordion .card .card-header, .list-group-flush .list-group-item:last-child, .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            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
    }

.badge-primary, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.navbar-toggler, button.close {
    background-color: transparent
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

.card, .navbar-nav {
    display: -ms-flexbox
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center/100% 100% no-repeat
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .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, .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-text {
    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-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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .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, .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
    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-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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

    .card > .list-group:first-child .list-group-item:first-child, .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-footer, .card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03)
}

.card-columns .card, .card-title, .toast:not(:last-child) {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    margin-bottom: 0;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child, .list-group-flush:first-child .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    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-bottom: -.75rem;
    border-bottom: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.alert, .btn .badge, .list-group-item {
    position: relative
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.breadcrumb, .pagination {
    border-radius: .25rem;
    list-style: none
}

.card-deck, .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card, .card-group > .card {
        margin-bottom: 15px
    }

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0
}

.badge, .close {
    font-weight: 700;
    line-height: 1
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem
}

.btn .badge {
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .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-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 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
}

.toast, .toast-header {
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box
}

.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;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.popover, .tooltip {
    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-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    text-decoration: none;
    white-space: normal
}

.modal-title, .popover, .tooltip {
    line-height: 1.5
}

.popover, .text-hide, .tooltip {
    text-shadow: none
}

.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;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.toast {
    max-width: 350px;
    font-size: .875rem;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

    .carousel-indicators .active, .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

.modal-backdrop.fade, .tooltip {
    opacity: 0
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.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%;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start
}

    .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^=bottom], .bs-tooltip-auto[x-placement^=top], .bs-tooltip-bottom, .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^=left], .bs-tooltip-auto[x-placement^=right], .bs-tooltip-left, .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] .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] .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
}

.carousel-indicators li, .popover {
    background-color: #fff;
    background-clip: padding-box
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    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) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 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-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) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 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-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

    .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
        border-width: 0 .5rem .5rem
    }

    .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
        top: 0;
        border-bottom-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
        top: 1px;
        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] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

    .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
        border-width: .5rem 0 .5rem .5rem
    }

    .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
        right: 0;
        border-left-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
        right: 1px;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after, .clearfix::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;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    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
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s
}

    .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: center center/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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.spinner-border, .spinner-grow {
    display: inline-block;
    vertical-align: text-bottom
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn, .collapsing, .custom-switch .custom-control-label::after, .fade, .form-control {
        transition: none
    }

    .custom-range::-webkit-slider-thumb {
        transition: none
    }

    .custom-range::-moz-range-thumb {
        transition: none
    }

    .custom-range::-ms-thumb {
        transition: none
    }

    .carousel-control-next, .carousel-control-prev, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right, .carousel-indicators li, .carousel-item, .custom-control-label::before, .custom-file-label, .custom-select, .modal.fade .modal-dialog, .progress-bar {
        transition: none
    }
}

.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 {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    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% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    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
}

.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
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left, .rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.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-3by4::before {
    padding-top: 133.333333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: 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-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.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
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.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) {
    .container {
        max-width: 540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }

    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }

    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }

    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0
            }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }

    .jumbotron {
        padding: 4rem 2rem
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .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) {
    .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }

    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .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) {
    .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }

    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

    .modal-lg, .modal-xl {
        max-width: 800px
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .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) {
    .container, .modal-xl {
        max-width: 1140px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }

    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .float-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-muted, .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-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;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, ::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
    }

    thead {
        display: table-header-group
    }

    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
    }
}

a:focus, button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0
}

*:focus {
    outline: none
}

blockquote {
    padding: 0;
    margin: 0
}

input, button, select, textarea {
    outline: none
}

label {
    margin-bottom: 0
}

p {
    margin: 0
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0
}

    ul li, ol li {
        display: block
    }

dl {
    margin: 0
}

dt, dd {
    line-height: inherit
}

dt {
    font-weight: inherit
}

dd {
    margin-bottom: 0
}

cite {
    font-style: normal
}

form {
    margin-bottom: 0
}

blockquote {
    padding-left: 0;
    border-left: 0
}

address {
    margin-top: 0;
    margin-bottom: 0
}

figure {
    margin-bottom: 0
}

html p a:hover {
    text-decoration: none
}

body {
    font-family: sans-serif, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 400;
    letter-spacing: normal;
    color: #151515;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased
}

h1, h2, h3, h4, h5, h6, [class*='heading-'] {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-family: sans-serif, Arial, sans-serif;
    letter-spacing: normal;
    color: #151515
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*='heading-'] a {
        color: inherit
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class*='heading-'] a:hover {
            color: #ad7832
        }

h1, .heading-1 {
    font-size: 40px;
    line-height: 0.88;
    font-weight: 400;
    letter-spacing: .075em
}

@media (min-width: 768px) {
    h1, .heading-1 {
        font-size: 46px
    }
}

@media (min-width: 992px) {
    h1, .heading-1 {
        font-size: 54px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px
    }

    h1, .heading-1 {
        font-size: 64px;
        line-height: 1.2
    }
}

h2, .heading-2 {
    font-size: 32px;
    line-height: 1.2
}

@media (min-width: 768px) {
    h2, .heading-2 {
        font-size: 36px
    }
}

@media (min-width: 992px) {
    h2, .heading-2 {
        font-size: 40px
    }
}

@media (min-width: 1200px) {
    h2, .heading-2 {
        font-size: 48px;
        line-height: 1.2
    }
}

h3, .heading-3 {
    font-size: 28px;
    line-height: 1.2
}

@media (min-width: 768px) {
    h3, .heading-3 {
        font-size: 30px
    }
}

@media (min-width: 992px) {
    h3, .heading-3 {
        font-size: 36px;
        line-height: 1.2
    }
}

h4, .heading-4 {
    font-size: 20px;
    line-height: 1.2
}

@media (min-width: 768px) {
    h4, .heading-4 {
        font-size: 24px;
        line-height: 1.2
    }
}

h5, .heading-5 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500
}

h6, .heading-6 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500
}

small, .small {
    display: block;
    font-size: 12px;
    line-height: 1.5
}

mark, .mark {
    padding: 2px 4px;
    color: #fff;
    background: #151515
}

.big {
    font-size: 18px;
    line-height: 1.55556
}

.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300
}

code {
    padding: 10px 5px;
    border-radius: 0.2rem;
    font-size: 90%;
    color: #111;
    background: #f2f2f2
}

p [data-toggle='tooltip'] {
    color: #b7b7b7
}

p [style*='max-width'] {
    display: inline-block
}

.brand {
    display: inline-block
}

    .brand .brand-logo-light {
        display: none
    }

    .brand .brand-logo-dark {
        display: block
    }

a {
    transition: all 0.3s ease-in-out
}

    a, a:focus, a:active, a:hover {
        text-decoration: none
    }

        a, a:focus, a:active {
            color: #ad7832
        }

            a:hover {
                color: #016760
            }

            a[href*='tel'], a[href*='mailto'] {
                white-space: nowrap
            }

.link-hover {
    color: #016760
}

.link-press {
    color: #016760
}

.privacy-link {
    display: inline-block
}

* + .privacy-link {
    margin-top: 40px
}

.link-classic {
    display: inline-block;
    font-size: 18px;
    line-height: 1.334;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #aaa
}

    .link-classic, .link-classic:focus, .link-classic:active {
        color: rgba(21, 21, 21, 0.4)
    }

        .link-classic:hover {
            color: #151515
        }

        .link-classic span {
            display: inline-flex;
            vertical-align: middle;
            align-items: center;
            justify-content: space-between;
            margin: 0 0 3px 10px;
            line-height: 24px;
            width: 25px;
            opacity: .13;
            transition: all .3s ease
        }

            .link-classic span::before, .link-classic span::after {
                display: inline-block;
                vertical-align: middle;
                content: '';
                transition: inherit
            }

            .link-classic span::before {
                height: 2px;
                flex-grow: 1;
                background-color: #151515
            }

            .link-classic span::after {
                width: 0;
                height: 0;
                margin-left: 3px;
                border-style: solid;
                border-width: 3px 0 3px 6px;
                border-color: transparent transparent transparent #151515
            }

        .link-classic:hover span {
            width: 40px;
            opacity: 1
        }

* + .link-classic {
    margin-top: 30px
}

@media (min-width: 768px) {
    * + .link-classic {
        margin-top: 40px
    }
}

@media (min-width: 992px) {
    .container + .link-classic {
        margin-top: 56px
    }
}

.gallery-title, .link-instafeed-3 {
    display: inline-block;
    min-width: 210px;
    padding: 8px 40px 10px;
    font-weight: 400;
    letter-spacing: .05em;
    background: #fff
}

    .gallery-title a, .gallery-title a:focus, .gallery-title a:active, .link-instafeed-3 a, .link-instafeed-3 a:focus, .link-instafeed-3 a:active {
        color: #ad7832
    }

        .gallery-title a:hover, .link-instafeed-3 a:hover {
            color: #ad7832
        }

.gallery-title {
    font-weight: 500;
    font-size: 14px
}

    .gallery-title a {
        color: #ad7832;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 6px;
        font-weight: 500
    }

        .gallery-title a:hover {
            color: #ad7832
        }

.block-center, .block-sm, .block-lg {
    margin-left: auto;
    margin-right: auto
}

.block-sm {
    max-width: 560px
}

.block-lg {
    max-width: 768px
}

.block-center {
    padding: 10px
}

    .block-center:hover .block-center-header {
        background-color: #ad7832
    }

.block-center-title {
    background-color: #fff
}

@media (max-width: 1599.98px) {
    .block-center {
        padding: 20px
    }

        .block-center:hover .block-center-header {
            background-color: #fff
        }

    .block-center-header {
        background-color: #ad7832
    }
}

html .group {
    margin-bottom: -20px;
    margin-left: -15px
}

    html .group:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 15px
    }

html .group-xs {
    margin-bottom: -11px;
    margin-left: -9px
}

    html .group-xs:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group-xs > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 11px;
        margin-left: 9px
    }

html .group-sm {
    margin-bottom: -12px;
    margin-left: -12px
}

    html .group-sm:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group-sm > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 12px;
        margin-left: 12px
    }

html .group-md {
    margin-bottom: -17px;
    margin-left: -17px
}

    html .group-md:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group-md > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 17px;
        margin-left: 17px
    }

html .group-xmd {
    margin-bottom: -22px;
    margin-left: -22px
}

    html .group-xmd:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group-xmd > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 22px;
        margin-left: 22px
    }

html .group-lg {
    margin-bottom: -20px;
    margin-left: -30px
}

    html .group-lg:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group-lg > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 30px
    }

html .group-xl {
    margin-bottom: -30px;
    margin-left: -30px
}

    html .group-xl:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group-xl > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 30px
    }

html .group-justify {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

html .group-sm-justify {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media (min-width: 576px) {
    html .group-sm-justify {
        justify-content: space-between
    }
}

html .group-lg-justify {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media (min-width: 992px) {
    html .group-lg-justify {
        justify-content: space-between
    }
}

html .group-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    html .group-middle {
        justify-content: flex-start
    }
}

* + .group-sm {
    margin-top: 40px
}

* + .group-md {
    margin-top: 40px
}

* + .group-xl {
    margin-top: 40px
}

.row + .group-md {
    margin-top: 35px
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px
}

    .unit > * {
        margin-bottom: 30px;
        margin-left: 10px
    }

    .unit:empty {
        margin-bottom: 0;
        margin-left: 0
    }

.unit-body {
    flex: 0 1 auto
}

.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%
}

.unit-spacing-xxs {
    margin-bottom: -8px;
    margin-left: -8px
}

    .unit-spacing-xxs > * {
        margin-bottom: 8px;
        margin-left: 8px
    }

.unit-spacing-xs {
    display: flex;
    align-items: center
}

.unit-spacing-sm {
    margin-bottom: -10px;
    margin-left: -16px
}

    .unit-spacing-sm > * {
        margin-bottom: 10px;
        margin-left: 16px
    }

.unit-spacing-md {
    margin-bottom: -20px;
    margin-left: -24px
}

    .unit-spacing-md > * {
        margin-bottom: 20px;
        margin-left: 24px
    }

.unit-spacing-lg {
    margin-bottom: -20px;
    margin-left: -30px
}

    .unit-spacing-lg > * {
        margin-bottom: 20px;
        margin-left: 30px
    }

.list-inline > li {
    display: inline-block
}

html .list-inline-sm {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -8px;
    margin-right: -8px
}

    html .list-inline-sm > * {
        margin-top: 8px;
        padding-left: 8px;
        padding-right: 8px
    }

html .list-inline-md {
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px
}

    html .list-inline-md > * {
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px
    }

.list-terms dt + dd {
    margin-top: 10px
}

.list-terms dd + dt {
    margin-top: 40px
}

* + .list-terms {
    margin-top: 40px
}

.index-list {
    counter-reset: li
}

    .index-list > li .list-index-counter:before {
        content: counter(li, decimal-leading-zero);
        counter-increment: li
    }

.list-marked {
    text-align: left
}

    .list-marked > li {
        text-indent: -25px;
        padding-left: 25px
    }

        .list-marked > li::before {
            position: relative;
            display: inline-block;
            left: 0;
            top: 0;
            content: '';
            height: 9px;
            width: 9px;
            margin-right: 16px;
            border-radius: 50%;
            background: #d7d7d7
        }

        .list-marked > li + li {
            margin-top: 10px
        }

.list-marked-2 {
    text-align: left
}

    .list-marked-2 > li {
        text-indent: -15px;
        padding-left: 15px
    }

        .list-marked-2 > li::before {
            position: relative;
            display: inline-block;
            content: '';
            width: 0;
            height: 0;
            margin-right: 9px;
            border-style: solid;
            border-width: 4px 0 4px 6px;
            border-color: transparent transparent transparent rgba(21, 21, 21, 0.5)
        }

        .list-marked-2 > li + li {
            margin-top: 12px
        }

.list-marked-sm > li {
    text-indent: -15px;
    padding-left: 15px
}

    .list-marked-sm > li::before {
        height: 7px;
        width: 7px;
        margin-right: 8px
    }

.list-marked-md > li {
    text-indent: -18px;
    padding-left: 18px
}

    .list-marked-md > li::before {
        height: 8px;
        width: 8px;
        margin-right: 10px
    }

.list-marked-3 {
    text-align: left;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #9fa3a7;
    font-family: sans-serif, Arial, sans-serif
}

    .list-marked-3 > li {
        text-indent: -40px;
        padding-left: 40px
    }

        .list-marked-3 > li::before {
            position: relative;
            display: inline-block;
            left: 0;
            top: -4px;
            content: '';
            height: 2px;
            width: 26px;
            margin-right: 14px;
            background: #151515
        }

        .list-marked-3 > li + li {
            margin-top: 18px
        }

.list-marked-secondary > li::before {
    background: #ad7832
}

.list-marked-primary > li::before {
    background: #ad7832
}

* + .list-marked {
    margin-top: 15px
}

p + .list-marked {
    margin-top: 10px
}

.list-ordered {
    counter-reset: li;
    text-align: left
}

    .list-ordered > li {
        position: relative;
        text-indent: -18px;
        padding-left: 18px
    }

        .list-ordered > li:before {
            content: counter(li, decimal) ".";
            counter-increment: li;
            display: inline-block;
            top: 0;
            left: 0;
            text-indent: 0;
            min-width: 18px;
            color: inherit
        }

        .list-ordered > li + li {
            margin-top: 10px
        }

* + .list-ordered {
    margin-top: 15px
}

.list-contacts {
    text-align: left;
    font-size: 0;
    line-height: 0
}

    .list-contacts .icon {
        text-align: center;
        min-width: 21px;
        font-size: 24px;
        line-height: 24px;
        color: #ad7832
    }

    .list-contacts .fa-envelope {
        font-size: 20px
    }

    .list-contacts a {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .025em
    }

        .list-contacts a, .list-contacts a:focus, .list-contacts a:active {
            color: #151515
        }

            .list-contacts a:hover {
                color: #ad7832
            }

    .list-contacts li + li {
        margin-top: 30px
    }

.list > li + li {
    margin-top: 10px
}

.list-0 > li + li {
    margin-top: 0
}

.list-xs > li + li {
    margin-top: 5px
}

.list-sm > li + li {
    margin-top: 14px
}

.list-md > li + li {
    margin-top: 18px
}

.list-lg > li + li {
    margin-top: 25px
}

.list-xl > li + li {
    margin-top: 40px
}

.list-custom {
    display: inline-block
}

@media (min-width: 576px) {
    .list-custom {
        columns: 2;
        break-inside: avoid;
        column-gap: 28px;
        -moz-column-gap: 28px;
        -webkit-column-gap: 28px
    }

        .list-custom li {
            display: inline-block;
            width: 100%
        }
}

@media (min-width: 768px) {
    .list-custom {
        columns: 3
    }
}

@media (min-width: 992px) {
    .list-custom {
        columns: 2
    }
}

@media (min-width: 1200px) {
    .list-custom {
        columns: 3
    }
}

p + .list-custom {
    margin-top: 30px
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-responsive {
    width: 100%
}

.img-circles {
    border-radius: 50%
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1
}

    .icon::before {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        text-transform: none
    }

.icon-circle {
    border-radius: 50%
}

.table-custom {
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #e1e1e1
}

    .table-custom th, .table-custom td {
        color: #2c343b;
        background: #fff
    }

    .table-custom th {
        padding: 29px 15px 27px;
        font-weight: 500;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #9b9b9b;
        border-bottom: 1px solid #e1e1e1
    }

@media (max-width: 991.98px) {
    .table-custom th {
        padding-top: 18px;
        padding-bottom: 14px
    }
}

.table-custom td {
    padding: 12px 15px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .1em;
    color: #151515
}

.table-custom tfoot td {
    font-weight: 700
}

* + .table-custom-responsive {
    margin-top: 25px
}

.table-custom.table-custom-primary thead th {
    color: #fff;
    background: #ad7832;
    border: 0
}

.table-custom.table-custom-bordered tr td:first-child {
    border-left: 0
}

.table-custom.table-custom-bordered tr td:last-child {
    border-right: 0
}

.table-custom.table-custom-bordered td {
    border: 1px solid #e1e1e1
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
    border-top: 0
}

.table-custom.table-custom-striped {
    border-bottom: 1px solid #e1e1e1
}

    .table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
        background: transparent
    }

    .table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
        background: #d7d7d7
    }

    .table-custom.table-custom-striped tbody td {
        border: 0
    }

    .table-custom.table-custom-striped tfoot td:not(:first-child) {
        border-left: 0
    }

@media (max-width: 991.98px) {
    .table-custom-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-custom-responsive.table-bordered {
            border: 0
        }
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #d7d7d7
}

.divider {
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1
}

.divider-30 {
    margin: 30px 0
}

.divider-35 {
    margin: 35px 0
}

.divider-40 {
    margin: 40px 0
}

.divider + * {
    margin-top: 0
}

.title-decoration-lines-left {
    position: relative;
    padding-left: 30px;
    line-height: 1.2
}

    .title-decoration-lines-left::before {
        position: absolute;
        content: '';
        top: 8%;
        left: 0;
        height: 78%;
        width: 4px;
        background: #d7d7d7
    }

.title-decoration-lines-bottom {
    position: relative;
    line-height: 1.2
}

    .title-decoration-lines-bottom span {
        display: block;
        font-size: 0;
        line-height: 0;
        margin-top: 20px
    }

        .title-decoration-lines-bottom span::after {
            display: inline-block;
            content: '';
            bottom: 0;
            height: 3px;
            width: 70px;
            background: #ad7832
        }

@media (min-width: 576px) {
    .title-decoration-lines-bottom span {
        margin-top: 6px
    }
}

.title-decoration-lines-left + p {
    margin-top: 8px
}

.title-decoration-lines-bottom + p {
    margin-top: 30px
}

.text-decoration-lines {
    position: relative;
    overflow: hidden;
    width: 100%
}

.text-decoration-lines-content {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: .1em;
    color: #9b9b9b;
    font-family: sans-serif, Arial, sans-serif;
    text-transform: uppercase
}

    .text-decoration-lines-content::before, .text-decoration-lines-content::after {
        position: absolute;
        content: '';
        top: calc(50% - 2px);
        height: 1px;
        width: 100vw;
        background: #e1e1e1
    }

    .text-decoration-lines-content::before {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .text-decoration-lines-content::after {
        right: 0;
        transform: translate3d(100%, 0, 0)
    }

* + .text-decoration-lines {
    margin-top: 26px
}

.text-decoration-lines + .rd-form {
    margin-top: 22px
}

.title-decoration-lines {
    position: relative;
    overflow: hidden;
    width: 100%
}

.title-decoration-lines-content {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    letter-spacing: .075em
}

    .title-decoration-lines-content::before, .title-decoration-lines-content::after {
        position: absolute;
        content: '';
        top: calc(50% - 2px);
        height: 1px;
        width: 100vw;
        background: #d7d7d7
    }

    .title-decoration-lines-content::before {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .title-decoration-lines-content::after {
        right: 0;
        transform: translate3d(100%, 0, 0)
    }

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 130px;
    padding: 8px 33px;
    font-size: 16px;
    line-height: 1.34;
    border: 2px solid;
    font-family: sans-serif, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out
}

.button-block {
    display: block;
    width: 100%
}

.button-default, .button-default:focus {
    color: #ccc;
    background-color: #2c343b;
    border-color: #2c343b
}

    .button-default:hover, .button-default:active {
        color: #fff;
        background-color: #ad7832;
        border-color: #ad7832
    }

    .button-default.button-ujarak::before {
        background: #ad7832
    }

    .button-default.button-pipaluk, .button-default.button-pipaluk:focus {
        background: transparent
    }

        .button-default.button-pipaluk::before, .button-default.button-pipaluk:focus::before {
            background: #2c343b;
            border-color: #ad7832
        }

        .button-default.button-pipaluk::after, .button-default.button-pipaluk:focus::after {
            border-color: #ad7832
        }

        .button-default.button-pipaluk:hover, .button-default.button-pipaluk:active {
            color: #ad7832;
            background: transparent
        }

.button-primary, .button-primary:focus {
    color: #fff;
    background-color: #ad7832;
    border-color: #ad7832
}

    .button-primary:hover, .button-primary:active {
        color: #fff;
        background-color: #151515;
        border-color: #151515
    }

    .button-primary.button-ujarak::before {
        background: #151515
    }

    .button-primary.button-pipaluk, .button-primary.button-pipaluk:focus {
        background: transparent
    }

        .button-primary.button-pipaluk::before, .button-primary.button-pipaluk:focus::before {
            background: #ad7832;
            border-color: #151515
        }

        .button-primary.button-pipaluk::after, .button-primary.button-pipaluk:focus::after {
            border-color: #151515
        }

        .button-primary.button-pipaluk:hover, .button-primary.button-pipaluk:active {
            color: #151515;
            background: transparent
        }

.button-secondary, .button-secondary:focus {
    color: #fff;
    background-color: #ad7832;
    border-color: #ad7832
}

    .button-secondary:hover, .button-secondary:active {
        color: #fff;
        background-color: #151515;
        border-color: #151515
    }

    .button-secondary.button-ujarak::before {
        background: #151515
    }

    .button-secondary.button-pipaluk, .button-secondary.button-pipaluk:focus {
        background: transparent
    }

        .button-secondary.button-pipaluk::before, .button-secondary.button-pipaluk:focus::before {
            background: #ad7832;
            border-color: #151515
        }

        .button-secondary.button-pipaluk::after, .button-secondary.button-pipaluk:focus::after {
            border-color: #151515
        }

        .button-secondary.button-pipaluk:hover, .button-secondary.button-pipaluk:active {
            color: #151515;
            background: transparent
        }

.button-white, .button-white:focus {
    color: #151515;
    background-color: #fff;
    border-color: #fff
}

    .button-white:hover, .button-white:active {
        color: #fff;
        background-color: #ad7832;
        border-color: #ad7832
    }

    .button-white.button-ujarak::before {
        background: #ad7832
    }

    .button-white.button-pipaluk, .button-white.button-pipaluk:focus {
        background: transparent
    }

        .button-white.button-pipaluk::before, .button-white.button-pipaluk:focus::before {
            background: #fff;
            border-color: #ad7832
        }

        .button-white.button-pipaluk::after, .button-white.button-pipaluk:focus::after {
            border-color: #ad7832
        }

        .button-white.button-pipaluk:hover, .button-white.button-pipaluk:active {
            color: #ad7832;
            background: transparent
        }

.button-default-outline, .button-default-outline:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

    .button-default-outline:hover, .button-default-outline:active {
        color: #fff;
        background-color: #ad7832;
        border-color: #ad7832
    }

    .button-default-outline.button-ujarak::before {
        background: #ad7832
    }

    .button-default-outline.button-pipaluk, .button-default-outline.button-pipaluk:focus {
        background: transparent
    }

        .button-default-outline.button-pipaluk::before, .button-default-outline.button-pipaluk:focus::before {
            background: transparent;
            border-color: #ad7832
        }

        .button-default-outline.button-pipaluk::after, .button-default-outline.button-pipaluk:focus::after {
            border-color: #ad7832
        }

        .button-default-outline.button-pipaluk:hover, .button-default-outline.button-pipaluk:active {
            color: #ad7832;
            background: transparent
        }

.button-default-outline-2, .button-default-outline-2:focus {
    color: #151515;
    background-color: transparent;
    border-color: #ad7832
}

    .button-default-outline-2:hover, .button-default-outline-2:active {
        color: #fff;
        background-color: #ad7832;
        border-color: #ad7832
    }

    .button-default-outline-2.button-ujarak::before {
        background: #ad7832
    }

    .button-default-outline-2.button-pipaluk, .button-default-outline-2.button-pipaluk:focus {
        background: transparent
    }

        .button-default-outline-2.button-pipaluk::before, .button-default-outline-2.button-pipaluk:focus::before {
            background: transparent;
            border-color: #ad7832
        }

        .button-default-outline-2.button-pipaluk::after, .button-default-outline-2.button-pipaluk:focus::after {
            border-color: #ad7832
        }

        .button-default-outline-2.button-pipaluk:hover, .button-default-outline-2.button-pipaluk:active {
            color: #ad7832;
            background: transparent
        }

.button-black-outline, .button-black-outline:focus {
    color: #151515;
    background-color: transparent;
    border-color: #151515
}

    .button-black-outline:hover, .button-black-outline:active {
        color: #fff;
        background-color: #ad7832;
        border-color: #ad7832
    }

    .button-black-outline.button-ujarak::before {
        background: #ad7832
    }

    .button-black-outline.button-pipaluk, .button-black-outline.button-pipaluk:focus {
        background: transparent
    }

        .button-black-outline.button-pipaluk::before, .button-black-outline.button-pipaluk:focus::before {
            background: transparent;
            border-color: #ad7832
        }

        .button-black-outline.button-pipaluk::after, .button-black-outline.button-pipaluk:focus::after {
            border-color: #ad7832
        }

        .button-black-outline.button-pipaluk:hover, .button-black-outline.button-pipaluk:active {
            color: #ad7832;
            background: transparent
        }

.button-shadow {
    box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15)
}

    .button-shadow:hover {
        box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15)
    }

    .button-shadow:focus, .button-shadow:active {
        box-shadow: none
    }

.button-ujarak {
    position: relative;
    z-index: 0;
    transition: background .4s, border-color .4s, color .4s
}

    .button-ujarak::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 101%;
        height: 101%;
        background: #ad7832;
        z-index: -1;
        opacity: 0;
        transform: scale3d(0.7, 1, 1);
        transition: transform 0.42s, opacity 0.42s;
        border-radius: inherit
    }

    .button-ujarak, .button-ujarak::before {
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
    }

        .button-ujarak:hover {
            transition: background .4s .4s, border-color .4s 0s, color .2s 0s
        }

            .button-ujarak:hover::before {
                opacity: 1;
                transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
            }

.button-xs {
    padding: 8px 17px
}

.button-sm {
    padding: 5px 25px 3px;
    font-size: 12px;
    line-height: 1.5
}

.button-md {
    min-width: 140px;
    padding: 12px 23px 10px;
    font-size: 16px;
    line-height: 1.5
}

    .button-md.button-pipaluk {
        padding: 14px 25px 12px
    }

.button-lg {
    padding: 20px 33px 18px;
    line-height: 1.33
}

    .button-lg.button-pipaluk {
        padding: 22px 35px 20px
    }

.button-xl {
    padding: 16px 50px 14px;
    font-size: 16px;
    line-height: 28px
}

@media (min-width: 992px) {
    .button-xl {
        padding: 20px 80px
    }
}

.button-circle {
    border-radius: 30px
}

.button-round-1 {
    border-radius: 5px
}

.button-round-2 {
    border-radius: 10px
}

.button.button-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle
}

    .button.button-icon .icon {
        position: relative;
        display: inline-block;
        top: -1px;
        vertical-align: middle;
        color: inherit;
        font-size: 14px;
        line-height: 1
    }

.button.button-icon-left .icon {
    padding-right: 8px
}

.button.button-icon-right {
    flex-direction: row-reverse
}

    .button.button-icon-right .icon {
        padding-left: 8px
    }

.button.button-icon.button-link .icon {
    top: 5px;
    font-size: 1em
}

.button.button-icon.button-xs .icon {
    top: .05em;
    font-size: 1.2em;
    padding-right: 8px
}

.button.button-icon.button-xs .button-icon-right {
    padding-left: 8px
}

.btn-primary {
    border-radius: 3px;
    font-family: sans-serif, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: .33s
}

    .btn-primary, .btn-primary:active, .btn-primary:focus {
        color: #fff;
        background: #ad7832;
        border-color: #ad7832
    }

        .btn-primary:hover {
            color: #fff;
            background: #000;
            border-color: #000
        }

.button-pipaluk {
    position: relative;
    overflow: visible;
    padding: 14px 35px 15px;
    border: none;
    z-index: 1
}

    .button-pipaluk::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: all .3s ease-in-out
    }

    .button-pipaluk::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-width: 2px;
        border-style: solid;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease 0s;
        transform: scale(1.05);
        will-change: transform;
        z-index: -1
    }

    .button-pipaluk.button-circle::before, .button-pipaluk.button-circle::after {
        border-radius: inherit
    }

    .button-pipaluk:hover::before, .button-pipaluk:active::before {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.9);
        transition-duration: .2s
    }

    .button-pipaluk:hover::after, .button-pipaluk:active::after {
        opacity: 1;
        visibility: visible;
        transform: none;
        transition-duration: .3s;
        transition-delay: .1s
    }

.button-width-170 {
    min-width: 170px
}

@media (min-width: 1200px) {
    .button-width-xl-230 {
        min-width: 230px
    }

    .button-width-xl-310 {
        min-width: 310px
    }
}

.rd-form {
    position: relative;
    text-align: left
}

    .rd-form .button {
        min-width: 222px
    }

@media (max-width: 575.98px) {
    .rd-form .button {
        display: block;
        width: 100%
    }
}

.rd-form * + .button {
    margin-top: 33px
}

.rd-form-variant-2 .button {
    min-width: 256px
}

* + .rd-form {
    margin-top: 26px
}

p + .rd-form {
    margin-top: 30px
}

h5 + .rd-form {
    margin-top: 40px
}

h4 + .rd-form-variant-2 {
    margin-top: 34px
}

.row + .checkbox-inline {
    margin-top: 20px
}

.form-wrap + .checkbox-inline {
    margin-top: 15px
}

input:-webkit-autofill ~ label, input:-webkit-autofill ~ .form-validation {
    color: #000 !important
}

.form-wrap {
    position: relative
}

    .form-wrap.has-error .form-input {
        border-color: #f5543f
    }

    .form-wrap.has-focus .form-input {
        border-color: #ad7832
    }

    .form-wrap + * {
        margin-top: 20px
    }

.form-input {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 17px 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .025em;
    color: #151515;
    background-color: #f7f7f7;
    background-image: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #f7f7f7
}

    .form-input:focus {
        outline: 0
    }

.form-input-inverse {
    background-color: #fff;
    border-color: #e1e1e1
}

.form-input-price {
    border-bottom: 2px solid #ad7832
}

.form-input-disabled {
    cursor: default
}

textarea.form-input {
    height: 156px;
    min-height: 60px;
    max-height: 265px;
    resize: vertical
}

textarea.textarea-lg {
    height: 206px;
    max-height: 350px;
    resize: vertical
}

.form-label, .form-label-outside {
    margin-bottom: 0;
    color: #151515;
    font-weight: 400
}

.form-label {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .025em;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    transform: translate3d(0, -50%, 0);
    will-change: transform
}

    .form-label.focus {
        opacity: 0
    }

    .form-label.auto-fill {
        color: #151515
    }

.form-label-outside {
    width: 100%;
    margin-bottom: 4px
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static
    }

        .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
            transform: none
        }
}

.form-label-disabled {
    color: #9b9b9b
}

[data-x-mode='true'] .form-label {
    pointer-events: auto
}

.form-validation {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s
}

.form-validation-left .form-validation {
    top: 100%;
    right: auto;
    left: 0
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: .3s all ease
}

    #form-output-global.active {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

@media (min-width: 576px) {
    #form-output-global {
        left: 30px
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

    .form-output.active {
        opacity: 1;
        visibility: visible
    }

    .form-output.error {
        color: #f5543f
    }

    .form-output.success {
        color: #98bf44
    }

.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
    opacity: 0
}

.radio .radio-custom, .radio .radio-custom-dummy, .radio-inline .radio-custom, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom, .checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer
}

.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #fff
}

    .radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after, .checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
        position: absolute;
        opacity: 0;
        transition: .22s
    }

.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
    outline: none
}

.radio input, .radio-inline input, .checkbox input, .checkbox-inline input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1
}

.radio, .radio-inline {
    position: relative;
    font-size: 18px;
    line-height: 1;
    padding-left: 32px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    cursor: pointer
}

    .radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
        top: -4px;
        left: 0;
        width: 21px;
        height: 21px;
        margin: 0;
        color: #ad7832;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        background: #fefefe
    }

        .radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after {
            content: '\f222';
            font-family: "Material Design Icons";
            position: absolute;
            top: -3px;
            left: -2px;
            font-size: 24px;
            line-height: 1
        }

.checkbox, .checkbox-inline {
    position: relative;
    padding-left: 32px;
    letter-spacing: .025em;
    color: #9b9b9b;
    cursor: pointer
}

    .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
        top: 2px;
        left: 0;
        width: 21px;
        height: 21px;
        margin: 0;
        color: #ad7832;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        background: #fefefe
    }

        .checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
            content: 'e876';
            font-family: 'Material Icons';
            position: absolute;
            top: -3px;
            left: -2px;
            font-size: 24px;
            line-height: 1
        }

.toggle-custom {
    padding-left: 60px;
    appearance: none;
    -webkit-appearance: none
}

    .toggle-custom:checked ~ .checkbox-custom-dummy::after {
        background: #ad7832;
        transform: translate(20px, -50%)
    }

    .toggle-custom ~ .checkbox-custom-dummy {
        position: relative;
        display: inline-block;
        margin-top: -1px;
        width: 44px;
        height: 20px;
        background: #f7f7f7;
        cursor: pointer
    }

        .toggle-custom ~ .checkbox-custom-dummy::after {
            content: '';
            position: absolute;
            display: inline-block;
            width: 16px;
            height: 16px;
            left: 0;
            top: 50%;
            background: #b7b7b7;
            transform: translate(4px, -50%);
            opacity: 1;
            transition: .22s
        }

.rd-form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

    .rd-form-inline > * {
        margin-top: 0
    }

    .rd-form-inline .form-wrap {
        width: 100%
    }

    .rd-form-inline .form-wrap-select {
        text-align: left
    }

    .rd-form-inline .form-button {
        flex-grow: 1;
        flex-shrink: 0;
        min-height: 60px;
        margin-top: 10px
    }

        .rd-form-inline .form-button .button {
            display: block;
            min-height: inherit;
            min-width: auto;
            width: 100%
        }

@media (min-width: 576px) {
    .rd-form-inline .form-wrap {
        flex: 1;
        min-width: 185px
    }

    .rd-form-inline .form-button {
        flex-grow: 0;
        margin-top: 0;
        margin-left: 7px
    }

        .rd-form-inline .form-button .button {
            display: inline-block
        }

    .rd-form-inline.rd-form-coupon .form-button {
        margin-left: 18px
    }
}

.form-sm .form-input, .form-sm .button {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 40px
}

.form-sm .form-validation {
    top: -16px
}

.form-sm .form-label {
    top: 20px
}

.form-sm * + .button {
    margin-top: 10px
}

.form-lg .form-input, .form-lg .form-label, .form-lg .select2-container .select2-choice {
    font-size: 16px
}

.form-lg .form-input, .form-lg .select2-container .select2-choice {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px
}

.form-lg .form-input, .form-lg .select2-container .select2-choice {
    min-height: 58px
}

.form-lg .form-button {
    min-height: 60px
}

.form-lg .form-label {
    top: 30px
}

.form-wrap-recaptcha {
    display: inline-block
}

@media (max-width: 575.98px) {
    .recaptcha iframe {
        transform: scale(0.95);
        transform-origin: 0 50%;
        will-change: transform
    }

    .form-wrap-recaptcha .form-validation {
        right: 22px
    }
}

.rd-form-coupon .form-wrap {
    flex-shrink: 0
}

.rd-form-coupon .form-button {
    min-width: 212px
}

.rd-form-coupon .form-label {
    padding-left: 32px
}

.rd-form-coupon .form-input {
    min-width: 266px;
    padding-left: 32px
}

@media (min-width: 576px) {
    .rd-form-coupon {
        max-width: none;
        min-width: 496px
    }
}

.box-form {
    text-align: center;
    padding: 30px 20px;
    background: #f7f7f7
}

    .box-form .form-input:not(.select-filter) {
        min-height: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #fff;
        border-color: #e1e1e1
    }

    .box-form .form-input.form-input-price {
        border-bottom-color: #ad7832;
        padding-bottom: 11px
    }

    .box-form .form-label {
        top: 25px
    }

        .box-form .form-label span {
            font-size: 12px;
            color: #9b9b9b
        }

    .box-form textarea.form-input {
        height: 116px;
        max-height: 197px
    }

    .box-form .button.button-ujarak:not([class*='button-secondary']) {
        color: #fff
    }

        .box-form .button.button-ujarak:not([class*='button-secondary'])::before {
            background: #ad7832
        }

        .box-form .button.button-ujarak:not([class*='button-secondary']):hover, .box-form .button.button-ujarak:not([class*='button-secondary']):active {
            border-color: #ad7832
        }

    .box-form .form-wrap + * {
        margin-top: 10px
    }

    .box-form * + .rd-form {
        margin-top: 16px
    }

    .box-form .row + .button {
        margin-top: 16px
    }

.box-form-title {
    letter-spacing: .05em
}

.box-form-text {
    color: #9b9b9b
}

@media (min-width: 576px) {
    .box-form {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .box-form * + .rd-form {
        margin-top: 16px
    }
}

@media (min-width: 1200px) {
    .box-form {
        padding: 50px 60px
    }

    .box-form-text {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.post {
    text-align: left
}

.post-classic-title {
    letter-spacing: .1em
}

.post-classic-panel {
    margin-bottom: -20px;
    margin-left: -36px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .1em;
    font-family: sans-serif, Arial, sans-serif
}

    .post-classic-panel:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    .post-classic-panel > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 36px
    }

        .post-classic-panel > *:not(.badge) {
            position: relative;
            top: 2px
        }

.post-classic-comments .icon, .post-classic-time .icon {
    color: #9b9b9b
}

.post-classic-comments > *, .post-classic-time > * {
    display: inline-block;
    vertical-align: middle
}

.post-classic-comments .icon {
    font-size: 24px;
    position: relative;
    top: -4px
}

.post-classic-comments a, .post-classic-comments a:focus, .post-classic-comments a:active {
    color: inherit
}

    .post-classic-comments a:hover {
        color: #ad7832
    }

.post-classic-comments span + * {
    margin-left: 6px
}

.post-classic-time .icon {
    position: relative;
    top: -2px;
    font-size: 20px
}

.post-classic-time span + * {
    margin-left: 3px
}

.post-classic-author {
    color: #9b9b9b
}

    .post-classic-author a {
        display: inline-block;
        margin-left: 5px
    }

        .post-classic-author a, .post-classic-author a:focus, .post-classic-author a:active {
            color: #ad7832
        }

            .post-classic-author a:hover {
                color: #ad7832
            }

.post-classic-figure {
    display: block;
    overflow: hidden
}

    .post-classic-figure img {
        width: 100%;
        transition: all .3s ease
    }

.post-classic-gallery {
    display: block;
    overflow: hidden
}

.post-classic-figure-small {
    overflow: hidden
}

    .post-classic-figure-small img {
        width: 100%;
        transition: all .3s ease
    }

@media (min-width: 992px) {
    .desktop .post-classic-figure img, .desktop .post-classic-figure-small img {
        transform: scale(1.1);
        will-change: transform
    }

    .desktop .post-classic:hover .post-classic-figure img, .desktop .post-classic:hover .post-classic-figure-small img {
        transform: none
    }
}

* + .post-classic-panel {
    margin-top: 20px
}

.post-classic-panel + * {
    margin-top: 30px
}

.post-classic-panel + .owl-carousel {
    margin-top: 30px
}

* + .post-classic-text {
    margin-top: 26px
}

* + .post-classic-figure {
    margin-top: 30px
}

.post-classic + .post-classic {
    margin-top: 60px
}

@media (max-width: 575.98px) {
    .col-custom-right {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .col-custom-right > div {
            max-width: calc(50% - 5px)
        }
}

@media (min-width: 576px) {
    .post-classic-figure-small + .post-classic-figure-small {
        margin-top: 8%
    }
}

@media (min-width: 576px) {
    .col-custom-left {
        max-width: 62.5%;
        flex: 0 0 62.5%
    }

    .col-custom-right {
        max-width: 37.5%;
        flex: 0 0 37.5%
    }
}

.post-modern-figure {
    position: relative;
    overflow: hidden;
    display: block
}

    .post-modern-figure img {
        width: 100%;
        transition: all .3s ease
    }

.post-modern-time {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0 1px;
    color: #ad7832;
    font-size: 16px;
    line-height: .5;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    background: #fff
}

@media (min-width: 768px) {
    .post-modern-time {
        font-size: 202px
    }
}

.post-modern-time::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: inherit;
    transform: translate3d(0, -100%, 0) skewX(30deg);
    transform-origin: 50% 100%;
    will-change: transform
}

.post-modern-time .post-modern-time-number {
    font-size: 30px;
    line-height: 1.1
}

@media (min-width: 768px) {
    .post-modern-time .post-modern-time-number {
        font-size: 40px
    }
}

.post-modern-time * + .post-modern-time-month {
    margin-left: 8px
}

.post-modern-text {
    letter-spacing: .025em;
    color: #9b9b9b
}

@media (min-width: 992px) {
    .desktop .post-modern-figure img {
        transform: scale(1.1);
        will-change: transform
    }

    .desktop .post-modern:hover .post-modern-figure img {
        transform: none
    }
}

@media (min-width: 768px) {
    .post-modern-time {
        padding-top: 17px;
        font-size: 24px
    }
}

* + .post-modern-title {
    margin-top: 26px
}

* + .post-modern-text {
    margin-top: 12px
}

.post-creative {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    transition: all .3s ease-in-out;
    z-index: 1
}

.post-creative-2 .post-creative-time, .post-creative-2 .post-creative-author a:hover, .post-creative-2 .post-creative-title a:hover {
    color: #ad7832
}

.post-creative-header {
    padding: 19px 15px 13px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif
}

    .post-creative-header > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

@media (min-width: 576px) {
    .post-creative-header > div {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        flex-direction: row
    }
}

@media (min-width: 576px) {
    .post-creative-header > div {
        align-items: center;
        justify-content: space-between
    }
}

.post-creative-author {
    color: #9b9b9b
}

    .post-creative-author a, .post-creative-author a:focus, .post-creative-author a:active {
        color: inherit
    }

        .post-creative-author a:hover {
            color: #ad7832
        }

.post-creative-time {
    color: #ad7832
}

.post-creative-figure {
    position: relative;
    overflow: hidden;
    display: block
}

    .post-creative-figure img {
        width: 100%;
        transition: all .3s ease
    }

.post-creative-footer {
    padding: 24px 15px 27px
}

.post-creative-title {
    line-height: 1.18;
    font-weight: 400
}

@media (min-width: 992px) {
    .desktop .post-creative {
        box-shadow: none;
        border: 1px solid #d7d7d7
    }

    .desktop .post-creative-figure {
        margin-right: -1px;
        margin-left: -1px
    }

        .desktop .post-creative-figure img {
            transform: scale(1.1);
            will-change: transform
        }

    .desktop .post-creative:hover {
        border-color: transparent;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17)
    }

        .desktop .post-creative:hover .post-creative-figure img {
            transform: none
        }
}

@media (min-width: 576px) {
    .post-creative-header {
        padding-left: 20px;
        padding-right: 20px
    }

    .post-creative-footer {
        padding-left: 20px
    }
}

.post-aria {
    position: relative
}

.post-aria-2 .post-aria-time {
    color: #ad7832
}

.post-aria-2 .post-aria-list-social .icon::after {
    background: #ad7832
}

.post-aria-figure {
    display: block;
    overflow: hidden
}

    .post-aria-figure img {
        width: 100%;
        transition: all .3s ease
    }

.post-aria-footer {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27)
}

.post-aria-title {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 600;
    min-height: 36px;
    display: flex;
    align-items: center
}

.post-aria-time {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    color: #ad7832
}

.post-aria-list-social {
    font-size: 0;
    line-height: 0;
    transition: all .3s ease
}

    .post-aria-list-social .icon {
        position: relative;
        width: 32px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        border-radius: 50%;
        background: #151515;
        z-index: 1
    }

        .post-aria-list-social .icon, .post-aria-list-social .icon:focus, .post-aria-list-social .icon:active {
            color: #fff
        }

            .post-aria-list-social .icon:hover {
                color: #fff
            }

            .post-aria-list-social .icon::after {
                display: inline-block;
                position: absolute;
                content: '';
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: inherit;
                background: #ad7832;
                transform: scale(0);
                transform-origin: 50% 0;
                transition: all .3s ease;
                z-index: -1
            }

            .post-aria-list-social .icon:hover {
                background: transparent;
                transition-duration: 0s;
                transition-delay: .3s
            }

                .post-aria-list-social .icon:hover::after {
                    transform: none
                }

@media (min-width: 992px) {
    .desktop .post-aria {
        padding-bottom: 30px
    }

    .desktop .post-aria-figure img {
        transform: scale(1.1);
        will-change: transform
    }

    .desktop .post-aria-footer {
        padding: 10px;
        transition: all .3s ease
    }

    .desktop .post-aria-list-social {
        overflow: hidden;
        height: 0
    }

        .desktop .post-aria-list-social li {
            transform: translate3d(0, -100%, 0);
            opacity: 0;
            visibility: hidden;
            transition: inherit
        }

    .desktop .post-aria:hover .post-aria-figure img {
        transform: none;
        opacity: 1
    }

    .secimg {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .desk-br {
        border-right: 1px solid #b20002
    }

    .desktop .post-aria:hover .post-aria-list-social {
        height: 44px
    }

        .desktop .post-aria:hover .post-aria-list-social li {
            transform: none;
            opacity: 1;
            visibility: visible
        }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(1) {
                transition-delay: 50ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(2) {
                transition-delay: 100ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(3) {
                transition-delay: 150ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(4) {
                transition-delay: 200ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(5) {
                transition-delay: 250ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(6) {
                transition-delay: 300ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(7) {
                transition-delay: 350ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(8) {
                transition-delay: 400ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(9) {
                transition-delay: 450ms
            }

            .desktop .post-aria:hover .post-aria-list-social li:nth-child(10) {
                transition-delay: 500ms
            }
}

* + .post-aria-list-social {
    margin-top: 3px
}

@media (min-width: 992px) {
    .post-aria-title {
        font-size: 15px
    }

    .post-aria-time {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .post-aria-title {
        font-size: 15px
    }
}

.post-sidebar {
    text-align: left
}

    .post-sidebar h5 {
        display: inline-block;
        padding: 8px 10px 15px 2px;
        min-width: 150px;
        font-weight: 400;
        letter-spacing: .1em;
        background: #fff
    }

    .post-sidebar .quote-minimal {
        padding-bottom: 20px;
        border-bottom: 1px solid #e1e1e1
    }

        .post-sidebar .quote-minimal:last-child {
            padding-bottom: 0;
            border: none
        }

    .post-sidebar .rd-form .form-input {
        border-color: #fff;
        background: #fff
    }

    .post-sidebar .form-wrap + .form-button {
        margin-top: 14px
    }

.post-sidebar-item {
    background: #f7f7f7
}

.post-sidebar-item-inset {
    padding: 20px 15px
}

.list-categories {
    font-size: 16px;
    text-align: left
}

    .list-categories li {
        position: relative;
        padding-left: 50px
    }

    .list-categories a, .list-categories a:focus, .list-categories a:active {
        color: inherit
    }

        .list-categories a:hover {
            color: #ad7832
        }

        .list-categories a::before {
            position: absolute;
            content: '';
            top: 12px;
            left: 0;
            width: 0;
            height: 3px;
            background: #ad7832;
            transition: all .2s ease
        }

        .list-categories a.active {
            color: #ad7832
        }

            .list-categories a.active::before {
                width: 32px
            }

    .list-categories > li + li {
        margin-top: 11px
    }

.post-sidebar-item + .post-sidebar-item {
    margin-top: 55px
}

@media (min-width: 768px) {
    .post-sidebar-item-inset {
        padding: 36px 30px
    }

        .post-sidebar-item-inset.inset-right-20 {
            padding-right: 20px
        }

    .list-categories li {
        padding-left: 70px
    }

    .list-categories a.active::before {
        width: 52px
    }
}

@media (min-width: 1200px) {
    .post-sidebar-inset {
        padding-left: 70px
    }

    .post-sidebar-item-inset {
        padding: 36px 34px
    }
}

.badge {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: sans-serif, Arial, sans-serif;
    background: transparent;
    border-radius: 0;
    z-index: 1
}

    .badge > div {
        padding: 4px 9px 4px 0;
        background: #151515;
        transition: background .3s ease-in-out
    }

    .badge svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 16px;
        transition: inherit;
        z-index: -1
    }

    .badge:focus, .badge:hover {
        color: #fff
    }

        .badge:focus > div, .badge:hover > div {
            background: #151515
        }

        .badge:focus > svg, .badge:hover > svg {
            fill: #151515
        }

.badge-primary > div {
    background: #ad7832
}

.badge-primary > svg {
    fill: #ad7832
}

.badge-secondary > div {
    background: #ad7832
}

.badge-secondary > svg {
    fill: #ad7832
}

.badge-secondary-3 > div {
    background: #ad7832
}

.badge-secondary-3 > svg {
    fill: #ad7832
}

.badge-white {
    color: #9b9b9b
}

    .badge-white > div {
        background: #fff
    }

    .badge-white > svg {
        fill: #fff
    }

    .badge-white:focus, .badge-white:hover {
        color: #fff
    }

        .badge-white:focus > div, .badge-white:hover > div {
            background: #ad7832
        }

        .badge-white:focus > svg, .badge-white:hover > svg {
            fill: #ad7832
        }

.badge-pink > div {
    background: #f27474
}

.badge-pink > svg {
    fill: #f27474
}

.badge-yellow-3 {
    color: #151515
}

    .badge-yellow-3 > div {
        background: #fbe073
    }

    .badge-yellow-3 > svg {
        fill: #fbe073
    }

.post-minimal-figure {
    display: block;
    overflow: hidden
}

    .post-minimal-figure img {
        width: 100%;
        transition: all .3s ease
    }

.post-minimal-title {
    font-size: 16px;
    line-height: 1.5
}

    .post-minimal-title a, .post-minimal-title a:focus, .post-minimal-title a:active {
        color: inherit
    }

        .post-minimal-title a:hover {
            color: #ad7832
        }

@media (min-width: 992px) {
    .desktop .post-minimal-figure img {
        transform: scale(1.1);
        will-change: transform
    }

    .desktop .post-minimal:hover .post-minimal-figure img {
        transform: none
    }
}

* + .post-minimal-title {
    margin-top: 17px
}

.post-minimal + .post-minimal {
    margin-top: 30px
}

.post-minimal-2 {
    max-width: 220px
}

.post-minimal-2-title a, .post-minimal-2-title a:focus, .post-minimal-2-title a:active {
    color: #ad7832
}

    .post-minimal-2-title a:hover {
        color: #ad7832
    }

.post-minimal-2-time {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .075em;
    font-family: sans-serif, Arial, sans-serif;
    color: #151515
}

* + .post-minimal-2 {
    margin-top: 24px
}

* + .post-minimal-2-time {
    margin-top: 10px
}

.post-minimal-2 + .post-minimal-2 {
    margin-top: 26px
}

.blog-post {
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd
}

.blog-post-tags {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: sans-serif, Arial, sans-serif
}

    .blog-post-tags a, .blog-post-tags a:focus, .blog-post-tags a:active {
        color: #9b9b9b
    }

        .blog-post-tags a:hover {
            color: #ad7832
        }

        .blog-post-tags a::after {
            content: ', ';
            pointer-events: none
        }

        .blog-post-tags a:last-child::after {
            display: none
        }

* + .blog-post-bottom-panel {
    margin-top: 30px
}

* + .blog-post-comments {
    margin-top: 60px
}

@media (min-width: 768px) {
    * + .blog-post-comments {
        margin-top: 100px
    }
}

.post-ruth {
    padding: 15px;
    border: 1px solid #e1e1e1
}

    .post-ruth .unit-left {
        flex-basis: 40%
    }

.post-ruth-figure {
    display: block;
    overflow: hidden
}

    .post-ruth-figure img {
        width: 100%;
        transition: all .3s ease-in-out
    }

.post-ruth-title {
    font-weight: 400;
    line-height: 1.2
}

.post-ruth-time {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .075em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    color: #9b9b9b
}

* + .post-ruth-title {
    margin-top: 10px
}

* + .post-ruth-badge {
    margin-top: 12px
}

@media (min-width: 768px) {
    .post-ruth {
        padding: 20px
    }
}

@media (min-width: 992px) {
    .post-ruth {
        padding: 18px 22px
    }

    .desktop .post-ruth-figure img {
        transform: scale(1.1);
        will-change: transform
    }

    .desktop .post-ruth:hover .post-ruth-figure img {
        transform: none
    }
}

@media (min-width: 1200px) {
    .post-ruth-title {
        max-width: 94%
    }

    .post-ruth-body {
        padding-bottom: 10px
    }
}

* + .unit {
    margin-top: 20px
}

.quote-lisa {
    text-align: center;
    padding: 30px 10px;
    letter-spacing: .025em;
    background: #fff;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.17)
}

.quote-lisa-2 .quote-lisa-text::before, .quote-lisa-2 .quote-lisa-text::after {
    color: #ad7832
}

.quote-lisa-2 .quote-lisa-cite a:hover {
    color: #ad7832
}

.quote-lisa-2 .quote-lisa-status {
    color: #ad7832
}

.quote-lisa-body {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto
}

.quote-lisa-text {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

    .quote-lisa-text::before, .quote-lisa-text::after {
        position: absolute;
        font-size: 48px;
        line-height: 1;
        font-family: sans-serif, Arial, sans-serif;
        color: #ad7832
    }

    .quote-lisa-text::before {
        left: 0;
        top: 4px;
        content: '\201C'
    }

    .quote-lisa-text::after {
        right: 0;
        bottom: -24px;
        content: '\201D'
    }

.quote-lisa-cite {
    font-weight: 400;
    letter-spacing: .075em
}

    .quote-lisa-cite a:hover {
        color: #ad7832
    }

.quote-lisa-status {
    color: #ad7832
}

* + .quote-lisa-status {
    margin-top: 0
}

* + .quote-lisa-text {
    margin-top: 18px
}

* + .quote-lisa-cite {
    margin-top: 26px
}

@media (min-width: 576px) {
    .quote-lisa {
        padding-left: 15px;
        padding-right: 15px
    }

    .quote-lisa-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .quote-lisa {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.quote-minimal {
    position: relative;
    text-align: left
}

.quote-minimal-text {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .025em
}

    .quote-minimal-text::before {
        position: absolute;
        left: 0;
        top: 4px;
        content: '\201C';
        font-size: 48px;
        line-height: 1;
        font-family: sans-serif, Arial, sans-serif;
        color: #ad7832
    }

.quote-minimal-cite {
    line-height: 1.33;
    font-weight: 400;
    color: #9b9b9b
}

.quote-minimal-source {
    display: block
}

    .quote-minimal-source a, .quote-minimal-source a:focus, .quote-minimal-source a:active {
        color: #ad7832
    }

        .quote-minimal-source a:hover {
            color: #ad7832
        }

* + .quote-minimal {
    margin-top: 22px
}

* + .quote-minimal-cite {
    margin-top: 20px
}

.quote-minimal + .quote-minimal {
    margin-top: 30px
}

.quote-jean {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    background-image: url(../images/quote-jean.png);
    background-repeat: no-repeat;
    background-position: 50% 0
}

* + .quote-jean {
    margin-top: 16px
}

.quote-jean + .isotope-filters {
    margin-top: 35px
}

.thumbnail {
    position: relative
}

.thumbnail-xxs {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto
}

.thumbnail-xs {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto
}

.thumbnail-sm {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto
}

.thumbnail-md {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.thumbnail-lg {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto
}

.thumbnail-xl {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto
}

.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    padding: 62px 0;
    text-align: center;
    background-color: #ccc;
    z-index: 1
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif
}

    .breadcrumbs-custom-path > * {
        padding-left: 15px;
        padding-right: 15px
    }

    .breadcrumbs-custom-path a {
        display: inline;
        vertical-align: middle;
        color: #fff
    }

        .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
            color: #fff
        }

            .breadcrumbs-custom-path a:hover {
                text-decoration: underline
            }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

        .breadcrumbs-custom-path li::after {
            content: "/";
            display: inline-block;
            position: absolute;
            top: 50%;
            right: -8px;
            color: white;
            transform: translate3d(0, -50%, 0)
        }

        .breadcrumbs-custom-path li:last-child:after {
            display: none
        }

    .breadcrumbs-custom-path a:hover {
        color: #fff
    }

    .breadcrumbs-custom-path li.active {
        color: rgba(255, 255, 255, 0.53)
    }

* + .breadcrumbs-custom-path {
    margin-top: 14px
}

@media (min-width: 576px) {
    * + .breadcrumbs-custom-path {
        margin-top: 18px
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 190px 0
    }
}

@media (min-width: 1600px) {
    .breadcrumbs-custom-inset {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }
}

.pagination {
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: -14px;
    margin-left: -14px
}

    .pagination:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    .pagination > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 14px;
        margin-left: 14px
    }

@media (min-width: 576px) {
    .pagination {
        margin-bottom: -18px;
        margin-left: -18px
    }

        .pagination:empty {
            margin-bottom: 0;
            margin-left: 0
        }

        .pagination > * {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 18px;
            margin-left: 18px
        }
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #151515;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px
}

@media (max-width: 575px) {
    .snackbars {
        right: 15px;
        margin-right: 15px
    }
}

.snackbars .icon-xxs {
    font-size: 18px
}

.snackbars p span:last-child {
    padding-left: 14px
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0
}

.snackbars-right {
    display: inline-block;
    text-transform: uppercase
}

    .snackbars-right:hover {
        text-decoration: underline
    }

@media (min-width: 576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px
    }
}

.footer-list-category li {
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

    .footer-list-category li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.15)
    }

.footer-list-category a {
    position: relative;
    display: block;
    padding: 22px 40px 20px 2px;
    transition: color .3s ease-in-out, all .3s ease
}

    .footer-list-category a, .footer-list-category a:focus, .footer-list-category a:active {
        color: #fff
    }

        .footer-list-category a:hover {
            color: #ad7832
        }

        .footer-list-category a span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 38%;
            right: 0;
            font-size: 0;
            line-height: 0;
            padding-left: 6px;
            padding-right: 6px
        }

            .footer-list-category a span::before, .footer-list-category a span::after {
                display: inline-block;
                vertical-align: middle;
                content: '';
                transition: all .2s ease-in-out
            }

            .footer-list-category a span::before {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 10px 6px 0;
                border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent
            }

            .footer-list-category a span::after {
                width: 0;
                height: 2px;
                background-color: rgba(255, 255, 255, 0.1)
            }

        .footer-list-category a:hover {
            letter-spacing: .1em
        }

            .footer-list-category a:hover span::before {
                border-right-color: #ad7832
            }

            .footer-list-category a:hover span::after {
                width: 30px;
                margin-left: 7px;
                background-color: #ad7832
            }

* + .footer-list-category {
    margin-top: 20px
}

@media (min-width: 480px) {
    .footer-list-category a {
        padding-right: 160px
    }

        .footer-list-category a:hover {
            letter-spacing: .2em
        }

            .footer-list-category a:hover span::after {
                width: 123px
            }
}

@media (min-width: 992px) {
    * + .footer-list-category {
        margin-top: 8px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-list-category a {
        padding-right: 130px
    }

        .footer-list-category a:hover {
            letter-spacing: .15em
        }

            .footer-list-category a:hover span::after {
                width: 90px
            }

    .footer-list-category .heading-5 {
        font-size: 20px
    }
}

.footer-contacts {
    text-align: left;
    font-size: 0;
    line-height: 0
}

    .footer-contacts .icon {
        vertical-align: middle;
        text-align: left;
        min-width: 21px;
        font-size: 24px;
        line-height: 24px;
        color: #ad7832
    }

    .footer-contacts .fa-envelope {
        font-size: 20px
    }

    .footer-contacts .fa-clock-o {
        font-size: 22px
    }

    .footer-contacts .link-phone {
        font-size: 18px;
        line-height: 1.34;
        letter-spacing: .025em
    }

    .footer-contacts .link-location {
        max-width: 192px
    }

    .footer-contacts p {
        font-size: 14px;
        line-height: 1.72;
        letter-spacing: .025em
    }

    .footer-contacts a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1.72;
        letter-spacing: .025em
    }

        .footer-contacts a, .footer-contacts a:focus, .footer-contacts a:active {
            color: #151515
        }

            .footer-contacts a:hover {
                color: #ad7832
            }

    .footer-contacts li + li {
        margin-top: 18px
    }

* + .footer-contacts {
    margin-top: 28px
}

.footer-modern {
    background: #404040
}

.footer-creative {
    background: #383b40
}

.footer-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: -5px;
    margin-left: -20px
}

    .footer-link-list:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    .footer-link-list > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 20px
    }

    .footer-link-list a, .footer-link-list a:focus, .footer-link-list a:active {
        color: #151515
    }

        .footer-link-list a:hover {
            color: #ad7832
        }

@media (min-width: 768px) {
    .footer-link-list {
        justify-content: flex-start
    }
}

@media (min-width: 992px) {
    .footer-link-list {
        justify-content: space-between
    }
}

.footer-corporate {
    text-align: center;
    background: #06070b
}

    .footer-corporate h6 {
        font-size: 16px
    }

    .footer-corporate .footer-contacts .link-phone {
        font-size: 14px;
        line-height: 1.72
    }

    .footer-corporate .footer-contacts a {
        letter-spacing: .05em
    }

    .footer-corporate .footer-contacts .link-location {
        letter-spacing: .025em
    }

    .footer-corporate .footer-contacts .unit {
        margin-bottom: -10px;
        margin-left: -22px
    }

        .footer-corporate .footer-contacts .unit > * {
            margin-bottom: 10px;
            margin-left: 22px
        }

    .footer-corporate .rights {
        font-size: 12px
    }

    .footer-corporate .list-marked a, .footer-corporate .list-marked a:focus, .footer-corporate .list-marked a:active {
        color: inherit
    }

        .footer-corporate .list-marked a:hover {
            color: #ad7832
        }

    .footer-corporate .button {
        min-width: auto;
        padding-left: 30px;
        padding-right: 30px
    }

    .footer-corporate * + .list-marked {
        margin-top: 22px
    }

    .footer-corporate * + .group-md {
        margin-top: 30px
    }

@media (max-width: 575.98px) {
    .footer-corporate .post-minimal-2 {
        margin-left: auto;
        margin-right: auto
    }

    .footer-corporate .list-marked {
        text-align: center
    }
}

@media (min-width: 576px) {
    .footer-corporate {
        text-align: left
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-corporate .footer-contacts {
        margin-bottom: -10px;
        margin-left: -40px
    }

        .footer-corporate .footer-contacts:empty {
            margin-bottom: 0;
            margin-left: 0
        }

        .footer-corporate .footer-contacts > * {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 10px;
            margin-left: 40px
        }

        .footer-corporate .footer-contacts .unit {
            align-items: center
        }
}

@media (min-width: 992px) {
    .footer-corporate .list-marked {
        max-width: 90%
    }
}

.footer-corporate-2 {
    background: #474b4e
}

    .footer-corporate-2 .footer-corporate-bottom-panel {
        background: #3c4043
    }

    .footer-corporate-2 .post-minimal-2-title a, .footer-corporate-2 .post-minimal-2-title a:focus, .footer-corporate-2 .post-minimal-2-title a:active {
        color: #ad7832
    }

        .footer-corporate-2 .post-minimal-2-title a:hover {
            color: #fff
        }

@media (min-width: 992px) {
    .footer-corporate-2 .list-marked {
        max-width: none
    }
}

.footer-corporate-inset {
    padding: 50px 0
}

@media (min-width: 992px) {
    .footer-corporate-inset {
        padding: 65px 0
    }
}

@media (min-width: 1200px) {
    .footer-corporate-inset {
        padding-top: 75px
    }
}

.footer-corporate-bottom-panel {
    padding: 30px 0;
    background: #ad7832;
    color: rgba(255, 255, 255, 0.3)
}

.footer-corporate-inset .post-minimal-2 a {
    color: #ad7832
}

    .footer-corporate-inset .post-minimal-2 a:hover {
        color: #ad7832
    }

.footer-corporate-inset .list-marked li:before {
    background: #ad7832
}

.product {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto
}

    .product.box-ordered-item::before {
        position: absolute;
        display: inline-block;
        text-align: center;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        padding-top: 2px;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        letter-spacing: 0;
        font-family: sans-serif, Arial, sans-serif;
        border-radius: 50%;
        color: #fff;
        background: #ad7832;
        transform: translate3d(-50%, -50%, 0);
        z-index: 1
    }

@media (max-width: 991.98px) {
    .product-title {
        font-size: 20px
    }
}

.product-button {
    margin: 0 10px 10px
}

    .product-button .button {
        width: 100%
    }

.product-title {
    font-weight: 400
}

    .product-title a, .product-title a:focus, .product-title a:active {
        color: inherit
    }

        .product-title a:hover {
            color: #ad7832
        }

.product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .075em;
    font-family: sans-serif, Arial, sans-serif;
    color: #ad7832
}

.product-price-old {
    color: #9b9b9b;
    text-decoration: line-through
}

    .product-price-old + .product-price {
        margin-left: 4px
    }

@media (min-width: 992px) {
    .desktop .product.box-ordered-item::before {
        display: none
    }

    .desktop .product-button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translate3d(0, 15px, 0);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        pointer-events: none;
        z-index: 1
    }

        .desktop .product-button .button {
            width: auto;
            pointer-events: auto
        }

    .desktop .product.active .product-button, .desktop .product:hover .product-button {
        transform: none;
        opacity: 1;
        visibility: visible;
        transition-delay: .18s
    }
}

* + .product-title {
    margin-top: 14px
}

* + .product-price-wrap {
    margin-top: 2px
}

.product-minimal {
    align-items: center
}

.product-minimal-figure {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f4f4f4
}

    .product-minimal-figure::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(17, 17, 17, 0.39);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        z-index: 1
    }

    .product-minimal-figure img {
        width: 100%;
        transform: none;
        transition: all .3s ease
    }

.product-minimal-title {
    font-weight: 400
}

    .product-minimal-title a, .product-minimal-title a:focus, .product-minimal-title a:active {
        color: inherit
    }

        .product-minimal-title a:hover {
            color: #ad7832
        }

.product-minimal-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .075em;
    font-family: sans-serif, Arial, sans-serif;
    color: #ad7832
}

.product-minimal:hover .product-minimal-figure::before {
    transform: scale(0.9);
    opacity: 1;
    visibility: visible
}

.product-minimal:hover .product-minimal-figure img {
    transform: scale(1.1)
}

* + .product-minimal-price {
    margin-top: 6px
}

.product-top-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.product-top-panel-title {
    font-size: 16px;
    letter-spacing: .075em
}

@media (min-width: 768px) {
    .product-top-panel {
        justify-content: space-between
    }
}

.product-sidebar {
    text-align: left
}

    .product-sidebar .button {
        min-width: 115px
    }

    .product-sidebar h5 {
        font-weight: 400;
        letter-spacing: .1em
    }

        .product-sidebar h5 + * {
            margin-top: 26px
        }

.list-shop-filter .checkbox, .list-shop-filter .checkbox-inline {
    color: #151515
}

.list-shop-filter li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0
}

    .list-shop-filter li > span {
        color: #ad7832;
        letter-spacing: .075em
    }

    .list-shop-filter li:first-child {
        padding-top: 0
    }

    .list-shop-filter li:last-child {
        padding-bottom: 0
    }

    .list-shop-filter li + li {
        margin: 0;
        border-top: 1px solid #e1e1e1
    }

.list-popular-product-item {
    padding: 26px 0
}

    .list-popular-product-item:first-child {
        padding-top: 0
    }

    .list-popular-product-item:last-child {
        padding-bottom: 0
    }

    .list-popular-product-item + .list-popular-product-item {
        margin: 0;
        border-top: 1px solid #e1e1e1
    }

h5 + .list-popular-product {
    margin-top: 18px
}

.single-product {
    text-align: center;
    letter-spacing: .025em
}

    .single-product .button {
        min-width: 176px
    }

    .single-product h3 + .group-md {
        margin-top: 10px
    }

    .single-product .group-md + p {
        margin-top: 20px
    }

@media (min-width: 768px) {
    .single-product {
        text-align: left
    }
}

.single-product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .05em;
    font-family: sans-serif, Arial, sans-serif;
    color: #ad7832
}

.list-description {
    text-align: left
}

    .list-description li > * {
        display: inline-block;
        vertical-align: middle
    }

    .list-description li span:first-child {
        margin-right: 6px
    }

    .list-description li span:last-child {
        color: #9b9b9b
    }

    .list-description li + li {
        margin-top: 7px
    }

.social-title {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif
}

.social-list .icon {
    font-size: 20px
}

    .social-list .icon, .social-list .icon:focus, .social-list .icon:active {
        color: inherit
    }

        .social-list .icon:hover {
            color: #ad7832
        }

.box-rating .icon {
    font-size: 19px;
    color: #fc0
}

    .box-rating .icon + .icon {
        margin-left: 4px
    }

.cart-product-price {
    letter-spacing: .025em
}

    .cart-product-price sup {
        display: inline-block;
        margin-right: 5px;
        font-size: 50%
    }

.box-radio {
    text-align: left;
    padding: 28px 15px 18px;
    border: 1px solid #e1e1e1
}

.radio-panel-content {
    height: 0;
    max-height: 0;
    opacity: 0;
    letter-spacing: .025em;
    color: #9b9b9b
}

.radio-panel .radio-inline.active + .radio-panel-content {
    opacity: 1;
    height: 100%;
    max-height: 100%;
    transition: opacity .3s ease-out
}

* + .radio-panel-content {
    margin-top: 8px
}

* + .box-radio {
    margin-top: 25px
}

.radio-panel + .radio-panel {
    margin-top: 15px
}

@media (min-width: 576px) {
    .box-radio {
        padding-left: 24px;
        padding-right: 24px
    }
}

.product-image-map {
    position: relative
}

    .product-image-map img {
        display: block;
        width: 100%
    }

[class*='product-image-marker'] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 43px;
    height: 43px;
    padding: 0 4px;
    background: rgba(1, 179, 167, 0.79);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1
}

    [class*='product-image-marker'] span {
        width: 25px;
        height: 25px;
        padding-top: 2px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 0;
        font-family: sans-serif, Arial, sans-serif;
        border-radius: inherit;
        background: #fff
    }

    [class*='product-image-marker']::before, [class*='product-image-marker']::after {
        display: inline-block;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        opacity: 0;
        visibility: visible;
        will-change: transform;
        pointer-events: none;
        transform: none;
        z-index: -1
    }

    [class*='product-image-marker']::before {
        opacity: 1;
        transform: scale(1.3);
        background: rgba(1, 179, 167, 0.46)
    }

    [class*='product-image-marker']::after {
        background: rgba(1, 179, 167, 0.3)
    }

.product-image-marker-1-1 {
    bottom: 39%;
    left: 43%
}

.product-image-marker-1-2 {
    bottom: 43%;
    left: 25%
}

.product-image-marker-1-3 {
    bottom: 23%;
    left: 26%
}

.product-image-marker-1-4 {
    top: 17%;
    right: 32%
}

.product-image-marker-2-1 {
    top: 30%;
    left: 45%
}

.product-image-marker-2-2 {
    bottom: 39%;
    right: 32%
}

.product-image-marker-2-3 {
    bottom: 18%;
    left: 15%
}

.product-image-marker-2-4 {
    bottom: 46%;
    left: 5%
}

@media (min-width: 992px) {
    .desktop [class*='product-image-marker']:hover::before, .desktop [class*='product-image-marker'].active::before {
        animation: item1B 1s ease infinite
    }

    .desktop [class*='product-image-marker']:hover::after, .desktop [class*='product-image-marker'].active::after {
        animation: item1A 1s ease infinite
    }
}

@media (max-width: 1199.98px) {
    .tablet [class*='product-image-marker']::before, .mobile [class*='product-image-marker']::before {
        animation: item1B 1s ease infinite
    }

    .tablet [class*='product-image-marker']::after, .mobile [class*='product-image-marker']::after {
        animation: item1A 1s ease infinite
    }
}

@keyframes item1B {
    0% {
        opacity: 0;
        transform: none
    }

    25% {
        opacity: 1;
        transform: none;
        visibility: visible
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
        visibility: hidden
    }
}

@keyframes item1A {
    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
        visibility: hidden
    }
}

.product-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    padding: 10px 15px 20px
}

.product-categories-body {
    transition: all .3s ease
}

* + .product-categories-title {
    margin-top: 10px
}

@media (min-width: 768px) {
    .product-categories {
        min-height: 150px;
        padding: 20px 20px 30px
    }
}

@media (min-width: 992px) {
    .desktop .product-categories:hover {
        background: #f7f7f7
    }

        .desktop .product-categories:hover .product-categories-body {
            transform: translate3d(0, -6px, 0)
        }
}

@media (min-width: 1200px) {
    .product-categories {
        min-height: 183px
    }
}

.box-categories {
    position: relative;
    text-align: left;
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    transition: all .3s ease;
    z-index: 1
}

    .box-categories::before {
        position: absolute;
        content: '';
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
        border: 1px solid #e1e1e1;
        background: transparent;
        will-change: transform;
        pointer-events: none;
        transition: inherit;
        z-index: -1
    }

.box-categories-content {
    margin: 0 auto
}

.box-categories-title {
    font-weight: 400;
    letter-spacing: .1em
}

.box-categories-list {
    letter-spacing: .025em
}

    .box-categories-list li {
        transition: all .2s ease
    }

        .box-categories-list li::before {
            transition: all .3s ease-in-out
        }

    .box-categories-list a, .box-categories-list a:focus, .box-categories-list a:active {
        color: inherit
    }

        .box-categories-list a:hover {
            color: #ad7832
        }

* + .box-categories-list {
    margin-top: 20px
}

.product-big {
    position: relative;
    text-align: left
}

    .product-big .unit {
        margin-bottom: -30px;
        margin-left: 0
    }

        .product-big .unit > * {
            margin-bottom: 30px;
            margin-left: 0
        }

    .product-big .unit-body {
        display: flex;
        width: 100%;
        align-items: center
    }

    .product-big * + .group-sm {
        margin-top: 12px
    }

    .product-big * + .button {
        margin-top: 25px;
        min-width: 170px;
        padding: 17px 28px 15px
    }

.product-big-figure {
    position: relative;
    overflow: hidden;
    display: block
}

.product-big-title {
    font-weight: 500;
    letter-spacing: normal;
    font-size: 19px
}

.product-big-rating .icon {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 24px;
    color: #fc012710
}

    .product-big-rating .icon + .icon {
        margin-left: 0
    }

.product-big-reviews {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: sans-serif, Arial, sans-serif
}

    .product-big-reviews, .product-big-reviews:focus, .product-big-reviews:active {
        color: #9b9b9b
    }

        .product-big-reviews:hover {
            color: #ad7832
        }

.product-big-text {
    letter-spacing: .025em;
    color: #9b9b9b
}

.product-big-price-wrap {
    position: absolute;
    overflow: hidden;
    text-align: center;
    padding: 8px 10px 6px;
    top: 0;
    right: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    color: rgba(255, 255, 255, 0.4);
    background: transparent;
    z-index: 1
}

    .product-big-price-wrap > * {
        display: block
    }

    .product-big-price-wrap::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 14px;
        width: 400%;
        height: 100%;
        background: #ad7832;
        transform: skew(45deg);
        transform-origin: 50% 100%;
        will-change: transform;
        pointer-events: none;
        z-index: -1
    }

.product-big-price {
    font-size: 21px;
    letter-spacing: .025em;
    color: #fff
}

* + .product-big-text {
    margin-top: 6px
}

@media (min-width: 768px) {
    .product-big {
        border: 1px solid #e1e1e1
    }

        .product-big .unit {
            min-height: 366px
        }

        .product-big .unit-left {
            flex-basis: 45%
        }

    .product-big-body {
        padding: 30px 70px 30px 10%
    }

    .product-big-figure {
        min-height: 100%
    }

        .product-big-figure img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-height: 100%;
            min-width: 100%;
            width: auto;
            height: auto;
            max-width: none
        }

    @supports (object-fit: cover) {
        .product-big-figure img {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: none;
            object-fit: cover;
            object-position: center center
        }
    }

    .product-big-price-wrap {
        top: -1px;
        right: -1px;
        padding: 20px 10px 16px;
        font-size: 20px
    }

        .product-big-price-wrap::before {
            left: 24px
        }
}

@media (min-width: 992px) {
    .product-big .unit-left {
        flex-basis: 50%
    }

    .product-big-body {
        padding-left: 12%;
        padding-right: 85px
    }

    .product-big-price-wrap {
        font-size: 24px;
        padding: 30px 17px 26px
    }

    .desktop .product-big-figure img {
        transform: scale(1);
        transition: all 1.5s ease
    }

    .desktop .product-big:hover .product-big-figure img {
        transform: scale(1.1)
    }

    .ap_trs_imgtwo {
        position: relative
    }

        .ap_trs_imgtwo .imgtwo {
            position: absolute;
            top: 0px;
            left: 0px;
            opacity: 0
        }

    .desktop .product-big:hover .ap_trs_imgtwo .imgtwo {
        opacity: 1
    }
}

.ie-edge .product-big .unit, .ie-10 .product-big .unit, .ie-11 .product-big .unit {
    height: 366px
}

.cta-box-wrap {
    max-width: 100%;
    background: none
}

    .cta-box-wrap:before {
        display: none
    }

    .cta-box-wrap .box-categories-content {
        width: 100%
    }

    .cta-box-wrap .list-marked-2 {
        overflow: hidden;
        margin-bottom: 30px;
        margin-top: 0
    }

        .cta-box-wrap .list-marked-2:hover img {
            transform: scale(1.1);
            transition: all ease .35s
        }

        .cta-box-wrap .list-marked-2 img {
            transition: all ease .35s
        }

@media (min-width: 768px) {
    .cta-box-wrap .list-marked-2 {
        margin-bottom: 0
    }
}

.cta-box-wrap .list-marked-2 li {
    position: relative;
    text-align: center;
    text-indent: 0;
    padding: 0
}

    .cta-box-wrap .list-marked-2 li .box-categories-title {
        position: absolute;
        font-weight: 700;
        max-width: 94%;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 8%;
        color: #fff;
        letter-spacing: normal
    }

@media (min-width: 1200px) {
    .cta-box-wrap .list-marked-2 li .box-categories-title {
        font-size: 24px
    }
}

.cta-box-wrap .list-marked-2 li a {
    display: block
}

.cta-box-wrap .list-marked-2 li:before {
    display: none
}

.cta-box-wrap + .link-classic {
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    color: #151515
}

    .cta-box-wrap + .link-classic:focus, .cta-box-wrap + .link-classic:active {
        color: #151515
    }

    .cta-box-wrap + .link-classic span {
        opacity: 1
    }

        .cta-box-wrap + .link-classic span:before {
            background-color: #151515
        }

        .cta-box-wrap + .link-classic span:after {
            margin-left: 0
        }

.title-classic {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: -15px;
    margin-left: -32px
}

    .title-classic:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    .title-classic > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 32px
    }

.title-classic-title {
    flex-shrink: 0
}

    .title-classic-title > h3 {
        margin-top: 6px
    }

.title-classic-text {
    font-size: 16px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1
}

* + .title-classic-text {
    margin-top: 0
}

@media (min-width: 576px) {
    .title-classic {
        text-align: left;
        flex-direction: row
    }

    .title-classic-text {
        padding-top: 0;
        padding-left: 28px;
        border-top: none;
        border-left: 1px solid #e1e1e1
    }
}

@media (min-width: 768px) {
    .title-classic-text {
        font-size: 18px
    }
}

.title-modern {
    user-select: none;
    letter-spacing: .05em
}

    .title-modern > span {
        position: absolute;
        left: 50%;
        font-size: 7.8em;
        letter-spacing: 0.01em;
        line-height: .92;
        color: rgba(255, 255, 255, 0.07);
        transform: translate3d(-50%, 0, 0);
        will-change: transform;
        animation: titleColor 3s linear infinite;
        font-size: 6.8em
    }

@media (min-width: 576px) {
    .title-modern > span {
        font-size: 7.8em
    }
}

.subtitle-404 {
    line-height: .90;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 2.5em;
    display: block
}

@media (min-width: 576px) {
    .subtitle-404 {
        font-size: 3.2em
    }
}

@media (min-width: 768px) {
    .subtitle-404 {
        font-size: 4em
    }
}

@media (min-width: 992px) {
    .subtitle-404 {
        font-size: 7.8em
    }
}

.subtitle-503 {
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 2.5em;
    display: block
}

@media (min-width: 576px) {
    .subtitle-503 {
        font-size: 3.2em
    }
}

@media (min-width: 768px) {
    .subtitle-503 {
        font-size: 4em
    }
}

@media (min-width: 992px) {
    .subtitle-503 {
        font-size: 5em
    }
}

@media (min-width: 1200px) {
    .section-single .section-503 .button {
        margin-top: 120px
    }
}

h1.title-modern > span {
    top: -95px
}

@media (min-width: 768px) {
    h1.title-modern > span {
        top: -130px
    }
}

@media (min-width: 992px) {
    h1.title-modern > span {
        top: -123px
    }
}

h2.title-modern {
    font-weight: 300
}

    h2.title-modern > span {
        top: -70px;
        font-size: 5.86em
    }

@media (min-width: 768px) {
    h2.title-modern > span {
        top: -90px
    }
}

@media (min-width: 992px) {
    h2.title-modern > span {
        top: -120px
    }
}

@media (min-width: 1200px) {
    h2.title-modern > span {
        top: -135px
    }
}

@keyframes titleColor {
    50% {
        color: rgba(255, 255, 255, 0.3)
    }

    100% {
        color: rgba(255, 255, 255, 0.07)
    }
}

.title-opacity-9 {
    color: rgba(21, 21, 21, 0.09)
}

* + .heading-panel-subtitle {
    margin-top: 10px
}

.heading-panel + .owl-services-2 {
    margin-top: 50px
}

.heading-panel + .owl-quote-2 {
    margin-top: 35px
}

@media (max-width: 575.98px) {
    .heading-panel * + .owl-custom-nav {
        margin-top: 20px
    }
}

@media (min-width: 576px) {
    .heading-panel {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .heading-panel-left {
        position: relative;
        text-align: left;
        margin-top: 4px;
        padding-left: 110px
    }

    .heading-panel-decor {
        font-size: 0;
        line-height: 0;
        flex-grow: 1;
        height: 0;
        margin: 0 10px;
        border-top: 1px solid #dfdfdf
    }

    .heading-panel-title {
        position: absolute;
        top: 50%;
        left: 0;
        color: rgba(21, 21, 21, 0.09);
        transform: translate3d(0, -50%, 0)
    }

    * + .heading-panel-subtitle {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .heading-panel-left {
        padding-left: 160px;
        margin-top: 8px
    }
}

@media (min-width: 992px) {
    .heading-panel {
        padding: 10px 0
    }

    .heading-panel-left {
        padding-left: 200px
    }
}

@media (min-width: 1200px) {
    .heading-panel {
        padding-bottom: 30px
    }

    .heading-panel-left {
        padding-left: 240px
    }

    .heading-panel-title {
        top: 60%
    }
}

.single-service {
    text-align: left
}

    .single-service h3 + p {
        margin-top: 14px
    }

    .single-service * + .list-marked {
        margin-top: 24px
    }

.video-classic {
    position: relative;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto
}

    .video-classic .video-classic-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0)
    }

.video-classic-play {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1
}

    .video-classic-play > span {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        border-style: solid;
        border-width: 6.5px 0 6.5px 12px;
        border-color: transparent transparent transparent #151515;
        transition: all .3s ease;
        z-index: 0
    }

    .video-classic-play::before, .video-classic-play::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        will-change: transform;
        transition: inherit;
        z-index: -1
    }

    .video-classic-play::before {
        background: rgba(255, 255, 255, 0.61)
    }

    .video-classic-play::after {
        background: #ad7832;
        transform: scale(0.7);
        opacity: 0
    }

    .video-classic-play:hover > span {
        border-left-color: #fff
    }

    .video-classic-play:hover::before {
        transform: scale(1.2)
    }

    .video-classic-play:hover::after {
        opacity: 1;
        transform: none
    }

.video-classic-play-2 {
    width: 100px;
    height: 100px
}

    .video-classic-play-2::before {
        background: rgba(21, 21, 21, 0.61)
    }

    .video-classic-play-2 > span {
        border-left-color: #fff;
        border-width: 11.5px 0 11.5px 20px
    }

.video-modern * + .video-classic-play {
    margin-top: 24px
}

.video-modern-subtitle {
    font-weight: 300;
    color: #ad7832
}

.video-modern-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 500
}

* + .video-modern-title {
    margin-top: 4px
}

* + .video-modern-text {
    margin-top: 10px
}

.modal-video {
    align-items: center
}

    .modal-video.show {
        display: flex !important
    }

    .modal-video .modal-dialog {
        width: 100%
    }

    .modal-video .modal-content {
        display: block;
        font-size: 0;
        line-height: 0;
        border: none;
        border-radius: 0;
        background: transparent
    }

    .modal-video .modal-header {
        display: block;
        padding: 0;
        border: none
    }

    .modal-video .modal-body {
        padding: 0
    }

    .modal-video video {
        width: 100%
    }

    .modal-video .close {
        position: relative;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        text-shadow: none;
        cursor: pointer;
        z-index: 1
    }

@media (min-width: 576px) {
    .modal-video .modal-dialog {
        max-width: 80%
    }
}

@media (min-width: 1200px) {
    .modal-video .modal-dialog {
        max-width: 60%
    }
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh
}

[data-x-mode] .page {
    opacity: 1
}

html.boxed body {
    background: #f2f2f2 url(../images/bg-pattern-boxed.png) repeat fixed
}

@media (min-width: 1630px) {
    html.boxed .page {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1)
    }

    html.boxed .rd-navbar-static {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto
    }

        html.boxed .rd-navbar-static.rd-navbar--is-stuck {
            max-width: 1600px;
            width: 100%;
            left: calc(50% - 1600px);
            right: calc(50% - 1600px)
        }
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-underline {
    text-decoration: underline
}

.text-strike {
    text-decoration: line-through
}

.font-weight-thin {
    font-weight: 100
}

.font-weight-light {
    font-weight: 300
}

.font-weight-regular {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-sbold {
    font-weight: 600
}

.font-weight-ubold {
    font-weight: 900
}

.text-spacing-0 {
    letter-spacing: 0
}

.text-spacing-25 {
    letter-spacing: .025em
}

.text-spacing-50 {
    letter-spacing: .05em
}

.text-spacing-75 {
    letter-spacing: .075em
}

.text-spacing-100 {
    letter-spacing: .025em
}

.text-primary {
    color: #ad7832
}

.text-secondary {
    color: #ad7832
}

.text-gray-500 {
    color: #9b9b9b
}

.text-img {
    display: inline-block;
    overflow: hidden;
    font-size: 250px;
    line-height: 85%;
    font-weight: 700;
    font-family: sans-serif, Arial, sans-serif;
    color: #151515
}

    .text-img:hover {
        color: #9b9b9b
    }

@media (min-width: 576px) {
    .text-img {
        font-size: 330px
    }
}

@media (min-width: 992px) {
    .text-img {
        letter-spacing: .05em
    }
}

@supports (-webkit-background-clip: text) {
    .text-img {
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        animation: imgPos 5s linear normal infinite paused
    }

        .text-img > span {
            pointer-events: none
        }

        .text-img:hover {
            animation-play-state: running;
            color: red
        }

    @media (min-width: 576px) {
        .text-img {
            background-position-y: 22%
        }
    }
}

@keyframes imgPos {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 100%
    }

    100% {
        background-position-x: 0
    }
}

.text-style-1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .025em;
    text-indent: -28px;
    padding-left: 28px
}

    .text-style-1 .icon {
        vertical-align: middle;
        font-size: 20px;
        line-height: 24px;
        min-width: 18px;
        margin-right: 10px;
        text-indent: 0
    }

* + .text-style-1 {
    margin-top: 20px
}

.text-strike-1 {
    position: relative;
    display: inline-block;
    color: rgba(21, 21, 21, 0.52)
}

    .text-strike-1::before {
        position: absolute;
        content: '';
        bottom: 36%;
        left: -8px;
        height: 2px;
        width: 107%;
        transform: rotate(-3.8deg);
        transform-origin: 0 50%;
        will-change: transform;
        background: #fcef57;
        transition: all .3s ease 1.2s;
        z-index: 1
    }

* + p {
    margin-top: 15px
}

h1 + h2 {
    margin-top: 4px
}

h2 + h3 {
    margin-top: 9px
}

h3 + h4 {
    margin-top: 13px
}

h4 + h5 {
    margin-top: 19px
}

h5 + h6 {
    margin-top: 27px
}

h1 + p {
    margin-top: 4px
}

h2 + p {
    margin-top: 15px
}

h3 + p {
    margin-top: 20px
}

h4 + p {
    margin-top: 16px
}

h5 + p {
    margin-top: 17px
}

h6 + p {
    margin-top: 17px
}

h3.font-weight-normal + p {
    margin-top: 16px
}

p + h2, p + .heading-2 {
    margin-top: 15px
}

p + p {
    margin-top: 12px
}

img + p {
    margin-top: 15px
}

h3 + img {
    margin-top: 40px
}

* + .row {
    margin-top: 40px
}

* + .row-xxs {
    margin-top: 10px
}

* + .row-xs {
    margin-top: 20px
}

* + .row-sm {
    margin-top: 30px
}

* + .row-lg {
    margin-top: 50px
}

* + .row-xl {
    margin-top: 60px
}

* + .row-xxl {
    margin-top: 70px
}

* + .owl-carousel {
    margin-top: 30px
}

* + .offset-top-30 {
    margin-top: 30px
}

* + .offset-top-50 {
    margin-top: 50px
}

* + .big {
    margin-top: 20px
}

* + .button {
    margin-top: 30px
}

* + .button-wrap {
    margin-top: 35px
}

h3 + .section-relative {
    margin-top: 35px
}

h4 + .instafeed {
    margin-top: 2px
}

.row + h3, .row + .heading-3 {
    margin-top: 80px
}

.container + .container {
    margin-top: 35px
}

.row + .row {
    margin-top: 35px
}

.row + .button-wrap {
    margin-top: 45px
}

@media (min-width: 1200px) {
    .container + .container {
        margin-top: 60px
    }

    .row + .row {
        margin-top: 60px
    }
}

.row-0 {
    margin-bottom: 0px
}

    .row-0:empty {
        margin-bottom: 0
    }

    .row-0 > * {
        margin-bottom: 0px
    }

.row-4 {
    margin-bottom: -4px
}

    .row-4:empty {
        margin-bottom: 0
    }

    .row-4 > * {
        margin-bottom: 4px
    }

.row-6 {
    margin-bottom: -6px
}

    .row-6:empty {
        margin-bottom: 0
    }

    .row-6 > * {
        margin-bottom: 6px
    }

.row-10 {
    margin-bottom: -10px
}

    .row-10:empty {
        margin-bottom: 0
    }

    .row-10 > * {
        margin-bottom: 10px
    }

.row-14 {
    margin-bottom: -14px
}

    .row-14:empty {
        margin-bottom: 0
    }

    .row-14 > * {
        margin-bottom: 14px
    }

.row-15 {
    margin-bottom: -15px
}

    .row-15:empty {
        margin-bottom: 0
    }

    .row-15 > * {
        margin-bottom: 15px
    }

.row-16 {
    margin-bottom: -16px
}

    .row-16:empty {
        margin-bottom: 0
    }

    .row-16 > * {
        margin-bottom: 16px
    }

.row-20 {
    margin-bottom: -20px
}

    .row-20:empty {
        margin-bottom: 0
    }

    .row-20 > * {
        margin-bottom: 20px
    }

.row-30 {
    margin-bottom: -30px
}

    .row-30:empty {
        margin-bottom: 0
    }

    .row-30 > * {
        margin-bottom: 30px
    }

.row-40 {
    margin-bottom: -40px
}

    .row-40:empty {
        margin-bottom: 0
    }

    .row-40 > * {
        margin-bottom: 40px
    }

.row-50 {
    margin-bottom: -50px
}

    .row-50:empty {
        margin-bottom: 0
    }

    .row-50 > * {
        margin-bottom: 50px
    }

.row-55 {
    margin-bottom: -55px
}

    .row-55:empty {
        margin-bottom: 0
    }

    .row-55 > * {
        margin-bottom: 55px
    }

.row-60 {
    margin-bottom: -60px
}

    .row-60:empty {
        margin-bottom: 0
    }

    .row-60 > * {
        margin-bottom: 60px
    }

.row-70 {
    margin-bottom: -70px
}

    .row-70:empty {
        margin-bottom: 0
    }

    .row-70 > * {
        margin-bottom: 70px
    }

.row-90 {
    margin-bottom: -90px
}

    .row-90:empty {
        margin-bottom: 0
    }

    .row-90 > * {
        margin-bottom: 90px
    }

@media (min-width: 768px) {
    .row-md-50 {
        margin-bottom: -50px
    }

        .row-md-50:empty {
            margin-bottom: 0
        }

        .row-md-50 > * {
            margin-bottom: 50px
        }

    .row-md-80 {
        margin-bottom: -80px
    }

        .row-md-80:empty {
            margin-bottom: 0
        }

        .row-md-80 > * {
            margin-bottom: 80px
        }
}

@media (min-width: 992px) {
    .row-lg-40 {
        margin-bottom: -40px
    }

        .row-lg-40:empty {
            margin-bottom: 0
        }

        .row-lg-40 > * {
            margin-bottom: 40px
        }

    .row-lg-80 {
        margin-bottom: -80px
    }

        .row-lg-80:empty {
            margin-bottom: 0
        }

        .row-lg-80 > * {
            margin-bottom: 80px
        }

    .row-lg-90 {
        margin-bottom: -90px
    }

        .row-lg-90:empty {
            margin-bottom: 0
        }

        .row-lg-90 > * {
            margin-bottom: 90px
        }
}

@media (min-width: 1200px) {
    .row-xl-24 {
        margin-bottom: -24px
    }

        .row-xl-24:empty {
            margin-bottom: 0
        }

        .row-xl-24 > * {
            margin-bottom: 24px
        }
}

.box-typography h1 + p {
    margin-top: 16px
}

.box-typography h2 + p {
    margin-top: 16px
}

.box-typography h3 + p {
    margin-top: 16px
}

.box-typography h4 + p {
    margin-top: 16px
}

.box-typography h5 + p {
    margin-top: 16px
}

.box-typography h6 + p {
    margin-top: 16px
}

@media (min-width: 992px) {
    .box-typography h1 + p {
        margin-top: 4px
    }

    .box-typography h2 + p {
        margin-top: 8px
    }

    .box-typography h3 + p {
        margin-top: 8px
    }

    .box-typography h5 + p {
        margin-top: 17px
    }

    .box-typography h6 + p {
        margin-top: 17px
    }
}

.section-xs {
    padding-top: 40px;
    padding-bottom: 40px
}

.section-sm {
    padding: 30px 0
}

    .section-sm.section-first {
        padding-top: 30px
    }

    .section-sm.section-last {
        padding-bottom: 30px
    }

.section-60, .section-md, .section-lg, .section-xl {
    padding: 60px 0
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0
}

html [class*='section-'].section-top-0 {
    padding-top: 0
}

@media (min-width: 992px) {
    html [class*='section-'].section-lg-0 {
        padding: 0
    }
}

@media (min-width: 768px) {
    .section-sm {
        padding: 40px 0
    }

        .section-sm.section-first {
            padding-top: 30px
        }

        .section-sm.section-last {
            padding-bottom: 30px
        }

    .section-md {
        padding: 70px 0
    }

    .section-lg {
        padding: 80px 0
    }

    .section-xl {
        padding: 90px 0
    }
}

@media (min-width: 992px) {
    .section-sm {
        padding: 50px 0
    }

        .section-sm.section-first {
            padding-top: 30px
        }

        .section-sm.section-last {
            padding-bottom: 30px
        }

    .section-md {
        padding: 80px 0
    }

    .section-lg {
        padding: 90px 0
    }

    .section-inset-custom-6, .section-xl {
        padding: 100px 0
    }

    .desktop .section-top-1 {
        padding-top: 0
    }
}

@media (min-width: 1600px) {
    .section-inset-custom-1 {
        padding-top: 120px;
        padding-bottom: 160px
    }

    .section-inset-custom-2 {
        padding-top: 90px;
        padding-bottom: 130px
    }

    .section-inset-custom-3 {
        padding-top: 100px;
        padding-bottom: 130px
    }

    .section-inset-custom-4 {
        padding-top: 125px;
        padding-bottom: 140px
    }

    .section-inset-custom-5 {
        padding-top: 135px;
        padding-bottom: 135px
    }
}

@media (min-width: 1600px) {
    .section-fluid {
        padding-left: 75px;
        padding-right: 75px
    }

        .section-fluid .container-fluid {
            padding-left: 0;
            padding-right: 0;
            max-width: 1770px;
            margin-left: auto;
            margin-right: auto
        }
}

.section-single {
    position: relative;
    overflow: hidden;
    display: flex;
    text-align: center
}

    .section-single p {
        margin-left: auto;
        margin-right: auto
    }

    .section-single .rights {
        letter-spacing: 0;
        font-weight: 400
    }

        .section-single .rights a {
            position: relative;
            margin-left: 10px
        }

            .section-single .rights a:hover {
                text-decoration: underline;
                color: #fff !important
            }

    .section-single .rd-mailform-wrap {
        max-width: 670px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .section-single * + p {
        margin-top: 6px
    }

    .section-single p + p {
        margin-top: 0
    }

    .section-single .DateCountdown + p {
        margin-top: 60px
    }

    .section-single * + .button {
        margin-top: 40px
    }

    .section-single * + .rights {
        margin-top: 35px
    }

    .section-single * + .countdown-wrap {
        margin-top: 35px
    }

    .section-single * + .rd-mailform-wrap {
        margin-top: 20px
    }

    .section-single .countdown-wrap + * {
        margin-top: 35px
    }

@media (min-width: 992px) {
    .section-single * + .button {
        margin-top: 60px
    }

    .section-single * + .rights {
        margin-top: 60px
    }

    .section-single .countdown-wrap + * {
        margin-top: 35px
    }
}

@media (min-width: 1200px) {
    .section-404 * + .button {
        margin-top: 120px
    }
}

.section-single-header {
    padding: calc(1em + 4vh) 0 calc(1em+2vh);
    z-index: 2
}

.section-single-main {
    padding: 60px 0 calc(1em + 5vh)
}

    .section-single-main * {
        font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
    }

    .section-single-main .form-wrap *, .section-single-main .form-button * {
        font-family: sans-serif, Arial, sans-serif
    }

    .section-single-main p {
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
    }

.single-page h3 {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0.050em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .single-page h3 {
        font-size: 48px
    }
}

.section-single-footer {
    padding: calc(1em + 2vh) 0 calc(1em+4vh)
}

.section-single-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh
}

    .section-single-inner > * {
        width: 100%
    }

@supports (display: grid) {
    .section-single-inner {
        display: grid;
        justify-items: center;
        align-content: space-between;
        grid-template-columns: 1fr
    }
}

@media (min-width: 768px) {
    .section-single-main {
        padding: 70px 0 30px
    }
}

@media (min-width: 1200px) {
    .section-single-header {
        padding-top: calc(1em + 9vh)
    }
}

@media (min-width: 1600px) {
    .section-single-main {
        padding-top: 65px;
        padding-bottom: 100px
    }
}

.grid-demonstration {
    text-align: left
}

@media (max-width: 1599.98px) {
    .grid-demonstration p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.grid-demonstration-fullwidth {
    line-height: 1.86
}

    .grid-demonstration-fullwidth * + p {
        margin-top: 12px
    }

.grid-demonstration-boxed {
    line-height: 1.8
}

    .grid-demonstration-boxed * + p {
        margin-top: 22px
    }

.grid-system-bordered [class*='col'] {
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5
}

@media (min-width: 576px) {
    .grid-system-bordered [class*='col'] {
        padding-bottom: 30px
    }
}

@media (min-width: 768px) {
    .grid-system-bordered [class*='col'] {
        padding-bottom: 45px
    }
}

.grid-system-outline .row {
    border: 1px solid #f5f5f5
}

    .grid-system-outline .row:not(:last-child) {
        border-bottom-width: 0
    }

.grid-system-outline [class*='col']:not(:last-child) {
    border-right: 1px solid #d7d7d7;
    margin-right: -1px
}

.grid-system-outline * + .row {
    margin-top: 45px
}

.grid-system-outline .row + .row {
    margin-top: 0
}

.context-dark, .bg-gray-dark, .bg-primary, .context-dark h1, .bg-gray-dark h1, .bg-primary h1, .context-dark h2, .bg-gray-dark h2, .bg-primary h2, .context-dark h3, .bg-gray-dark h3, .bg-primary h3, .context-dark h4, .bg-gray-dark h4, .bg-primary h4, .context-dark h5, .bg-gray-dark h5, .bg-primary h5, .context-dark h6, .bg-gray-dark h6, .bg-primary h6, .context-dark [class*='heading-'], .bg-gray-dark [class*='heading-'], .bg-primary [class*='heading-'] {
    color: #fff
}

    .context-dark .form-wrap.has-error .form-input, .bg-gray-dark .form-wrap.has-error .form-input, .bg-primary .form-wrap.has-error .form-input {
        border-color: transparent
    }

    .context-dark .form-input, .bg-gray-dark .form-input, .bg-primary .form-input, .context-dark .form-label, .bg-gray-dark .form-label, .bg-primary .form-label, .context-dark .form-validation, .bg-gray-dark .form-validation, .bg-primary .form-validation {
        color: #fff
    }

    .context-dark .form-input, .bg-gray-dark .form-input, .bg-primary .form-input {
        background: rgba(255, 255, 255, 0.34);
        border-color: transparent
    }

    .context-dark .rights, .bg-gray-dark .rights, .bg-primary .rights {
        color: #fff
    }

        .context-dark .rights a, .bg-gray-dark .rights a, .bg-primary .rights a, .context-dark .rights a:focus, .bg-gray-dark .rights a:focus, .bg-primary .rights a:focus, .context-dark .rights a:active, .bg-gray-dark .rights a:active, .bg-primary .rights a:active {
            color: inherit
        }

            .context-dark .rights a:hover, .bg-gray-dark .rights a:hover, .bg-primary .rights a:hover {
                color: #ad7832
            }

    .context-dark .button.button-pipaluk::after, .bg-gray-dark .button.button-pipaluk::after, .bg-primary .button.button-pipaluk::after {
        border-color: #fff
    }

    .context-dark .button.button-pipaluk:hover, .bg-gray-dark .button.button-pipaluk:hover, .bg-primary .button.button-pipaluk:hover, .context-dark .button.button-pipaluk:active, .bg-gray-dark .button.button-pipaluk:active, .bg-primary .button.button-pipaluk:active {
        color: #fff
    }

    .context-dark .button.button-ujarak:not([class*='button-secondary'])::before, .bg-gray-dark .button.button-ujarak:not([class*='button-secondary'])::before, .bg-primary .button.button-ujarak:not([class*='button-secondary'])::before {
        background: #ad7832
    }

    .context-dark .button.button-ujarak:not([class*='button-secondary']):hover, .bg-gray-dark .button.button-ujarak:not([class*='button-secondary']):hover, .bg-primary .button.button-ujarak:not([class*='button-secondary']):hover, .context-dark .button.button-ujarak:not([class*='button-secondary']):active, .bg-gray-dark .button.button-ujarak:not([class*='button-secondary']):active, .bg-primary .button.button-ujarak:not([class*='button-secondary']):active {
        border-color: #ad7832
    }

    .context-dark .button-secondary.button-ujarak::before, .bg-gray-dark .button-secondary.button-ujarak::before, .bg-primary .button-secondary.button-ujarak::before {
        background: #ad7832
    }

    .context-dark .button-secondary.button-ujarak:hover, .bg-gray-dark .button-secondary.button-ujarak:hover, .bg-primary .button-secondary.button-ujarak:hover, .context-dark .button-secondary.button-ujarak:active, .bg-gray-dark .button-secondary.button-ujarak:active, .bg-primary .button-secondary.button-ujarak:active {
        border-color: #ad7832
    }

.footer-modern.context-dark .form-input, .footer-modern.bg-gray-dark .form-input, .footer-modern.bg-primary .form-input {
    background: #565656
}

.footer-creative.context-dark .form-input, .footer-creative.bg-gray-dark .form-input, .footer-creative.bg-primary .form-input {
    background: #54595e
}

.context-dark .footer-contacts, .bg-gray-dark .footer-contacts, .bg-primary .footer-contacts {
    border-top-color: rgba(255, 255, 255, 0.2)
}

    .context-dark .footer-contacts .icon, .bg-gray-dark .footer-contacts .icon, .bg-primary .footer-contacts .icon {
        color: #ad7832
    }

    .context-dark .footer-contacts p, .bg-gray-dark .footer-contacts p, .bg-primary .footer-contacts p {
        color: #fff
    }

    .context-dark .footer-contacts a, .bg-gray-dark .footer-contacts a, .bg-primary .footer-contacts a, .context-dark .footer-contacts a:focus, .bg-gray-dark .footer-contacts a:focus, .bg-primary .footer-contacts a:focus, .context-dark .footer-contacts a:active, .bg-gray-dark .footer-contacts a:active, .bg-primary .footer-contacts a:active {
        color: #fff
    }

        .context-dark .footer-contacts a:hover, .bg-gray-dark .footer-contacts a:hover, .bg-primary .footer-contacts a:hover {
            color: #ad7832
        }

.context-dark .footer-link-list a, .bg-gray-dark .footer-link-list a, .bg-primary .footer-link-list a, .context-dark .footer-link-list a:focus, .bg-gray-dark .footer-link-list a:focus, .bg-primary .footer-link-list a:focus, .context-dark .footer-link-list a:active, .bg-gray-dark .footer-link-list a:active, .bg-primary .footer-link-list a:active {
    color: inherit
}

    .context-dark .footer-link-list a:hover, .bg-gray-dark .footer-link-list a:hover, .bg-primary .footer-link-list a:hover {
        color: #ad7832
    }

.footer-corporate.context-dark .footer-corporate-bottom-panel, .footer-corporate.bg-gray-dark .footer-corporate-bottom-panel, .footer-corporate.bg-primary .footer-corporate-bottom-panel {
    color: rgba(255, 255, 255, 0.3)
}

    .footer-corporate.context-dark .footer-corporate-bottom-panel a, .footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a, .footer-corporate.bg-primary .footer-corporate-bottom-panel a, .footer-corporate.context-dark .footer-corporate-bottom-panel a:focus, .footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:focus, .footer-corporate.bg-primary .footer-corporate-bottom-panel a:focus, .footer-corporate.context-dark .footer-corporate-bottom-panel a:active, .footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:active, .footer-corporate.bg-primary .footer-corporate-bottom-panel a:active {
        color: inherit
    }

        .footer-corporate.context-dark .footer-corporate-bottom-panel a:hover, .footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:hover, .footer-corporate.bg-primary .footer-corporate-bottom-panel a:hover {
            color: #ad7832
        }

.footer-corporate.context-dark .rights, .footer-corporate.bg-gray-dark .rights, .footer-corporate.bg-primary .rights {
    color: inherit
}

.footer-corporate-2.context-dark .footer-contacts .icon, .footer-corporate-2.bg-gray-dark .footer-contacts .icon, .footer-corporate-2.bg-primary .footer-contacts .icon {
    color: #ad7832
}

.context-dark .post-minimal-2-time, .bg-gray-dark .post-minimal-2-time, .bg-primary .post-minimal-2-time {
    color: rgba(255, 255, 255, 0.25)
}

.context-dark .text-strike-1, .bg-gray-dark .text-strike-1, .bg-primary .text-strike-1 {
    color: rgba(255, 255, 255, 0.52)
}

    .context-dark .text-strike-1::before, .bg-gray-dark .text-strike-1::before, .bg-primary .text-strike-1::before {
        background: rgba(252, 239, 87, 0.7)
    }

.context-dark .video-modern-subtitle, .bg-gray-dark .video-modern-subtitle, .bg-primary .video-modern-subtitle {
    color: #ad7832
}

.context-dark .title-decoration-lines-left::before, .bg-gray-dark .title-decoration-lines-left::before, .bg-primary .title-decoration-lines-left::before {
    background: #ad7832
}

.context-dark .text-gray-500, .bg-gray-dark .text-gray-500, .bg-primary .text-gray-500 {
    color: rgba(255, 255, 255, 0.3)
}

.context-dark .brand .brand-logo-dark, .bg-gray-dark .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
    display: none
}

.context-dark .brand .brand-logo-light, .bg-gray-dark .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
    display: block
}

.bg-default {
    background-color: #fff
}

    .bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
        padding-top: 0
    }

.bg-gray-100 {
    background-color: #f2f2f2
}

    .bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
        padding-top: 0
    }

.bg-gray-2 {
    background-color: #ebebeb
}

    .bg-gray-2:not([style*="background-"]) + .bg-gray-2:not([style*="background-"]) {
        padding-top: 0
    }

    .bg-gray-2 .owl-classic .owl-prev:hover::before, .bg-gray-2 .owl-classic .owl-next:hover::before {
        background-color: #ad7832
    }

    .bg-gray-2 .owl-classic .owl-prev:hover::after, .bg-gray-2 .owl-classic .owl-next:hover::after {
        border-left-color: #ad7832;
        border-right-color: #ad7832
    }

.bg-gray-4 {
    background-color: #f7f7f7
}

    .bg-gray-4:not([style*="background-"]) + .bg-gray-4:not([style*="background-"]) {
        padding-top: 0
    }

    .bg-gray-4 .box-icon-modern {
        box-shadow: none
    }

        .bg-gray-4 .box-icon-modern:hover {
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17)
        }

.bg-gray-36 {
    background-color: #545d64
}

    .bg-gray-36:not([style*="background-"]) + .bg-gray-36:not([style*="background-"]) {
        padding-top: 0
    }

.bg-gray-dark {
    background-color: #2c343b
}

    .bg-gray-dark:not([style*="background-"]) + .bg-gray-dark:not([style*="background-"]) {
        padding-top: 0
    }

.bg-primary + .bg-primary {
    padding-top: 0
}

[class*='bg-'] {
    background-size: cover;
    background-position: center center
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed
    }
}

[class*='bg-overlay-'] {
    position: relative
}

    [class*='bg-overlay-']::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none
    }

    [class*='bg-overlay-'] .section-single-inner, [class*='bg-overlay-'] .container {
        position: relative
    }

[class*='bg-second-overlay-']::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1
}

.bg-overlay-68::before {
    background: rgba(43, 49, 59, 0.68)
}

.bg-overlay-64::before {
    background: rgba(43, 49, 59, 0.64)
}

.bg-overlay-60::before {
    background: rgba(43, 49, 59, 0.025)
}

.bg-overlay-59::before {
    background: rgba(43, 49, 59, 0.59)
}

.bg-overlay-55::before {
    background: rgba(43, 49, 59, 0.55)
}

.bg-overlay-53::before {
    background: rgba(43, 49, 59, 0.53)
}

.bg-overlay-54::before {
    background: rgba(43, 49, 59, 0.53);
    z-index: 1
}

.bg-overlay-49::before {
    background: rgba(43, 49, 59, 0.49)
}

.bg-overlay-48::before {
    background: rgba(43, 49, 59, 0.48)
}

.bg-overlay-46::before {
    background: rgba(43, 49, 59, 0.046)
}

.bg-overlay-43::before {
    background: rgba(43, 49, 59, 0.43)
}

.bg-overlay-3-41::before {
    background: rgba(1, 23, 42, 0.41)
}

.bg-overlay-41::before {
    background: rgba(43, 49, 59, 0.41)
}

.bg-overlay-40::before {
    background: rgba(43, 49, 59, 0.4)
}

.bg-overlay-39::before {
    background: rgba(43, 49, 59, 0.39)
}

.bg-overlay-37::before {
    background: rgba(43, 49, 59, 0.37)
}

.bg-overlay-33::before {
    background: rgba(43, 49, 59, 0.33)
}

.bg-overlay-26::before {
    background: rgba(43, 49, 59, 0.26)
}

.bg-overlay-24::before {
    background: rgba(43, 49, 59, 0.24)
}

.bg-second-overlay-4-22::after {
    background: rgba(24, 26, 35, 0.21)
}

.bg-overlay-2-21::before {
    background: rgba(24, 26, 35, 0.21)
}

.bg-overlay-2-14::before {
    background: rgba(24, 26, 35, 0.14)
}

.bg-overlay-4-60::before {
    background: rgba(24, 38, 50, 0.6)
}

.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

    .height-fill > * {
        flex-grow: 1;
        flex-shrink: 0
    }

.object-inline {
    white-space: nowrap
}

    .object-inline > * {
        display: inline-block;
        min-width: 20px;
        vertical-align: top;
        white-space: normal
    }

        .object-inline > * + * {
            margin-left: 5px
        }

.oh {
    position: relative;
    overflow: hidden
}

@media (min-width: 992px) {
    .desktop .oh-desktop {
        overflow: hidden
    }
}

.section-relative {
    position: relative
}

.text-width-extra-small {
    max-width: 320px
}

.text-width-small {
    max-width: 430px
}

.text-width-medium {
    max-width: 600px
}

.text-width-large {
    max-width: 650px
}

.text-width-extra-large {
    max-width: 715px
}

.text-center [class*='text-width-'] {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767.98px) {
    [class*='text-width-'] {
        margin-left: auto;
        margin-right: auto
    }

    .ap_trs_imgtwo .imgtwo {
        display: none
    }

    .cl1, .cl2 {
        float: none;
        max-width: 100%
    }
}

p.rights {
    font-size: 14px;
    letter-spacing: .025em;
    font-weight: 500;
    color: #9b9b9b
}

    p.rights a {
        color: inherit
    }

        p.rights a:hover {
            color: #ad7832
        }

[style*='z-index: 1000;'] {
    z-index: 1101 !important
}

.text-block > * {
    margin-left: 4px;
    margin-right: 4px
}

.inset-top-10 {
    padding-top: 10px
}

.inset-top-18 {
    padding-top: 18px
}

@media (min-width: 992px) {
    .offset-top-lg-24 {
        margin-top: 24px
    }

    .desktop .offset-negative-1 {
        margin-top: -35px
    }
}

@media (min-width: 1200px) {
    .offset-right-xl-15 {
        margin-right: 15px
    }

    .offset-top-xl-26 {
        margin-top: 26px
    }

    .offset-left-xl-45 {
        margin-left: 45px
    }

    .offset-left-xl-65 {
        margin-left: 65px
    }

    .offset-left-xl-70 {
        margin-left: 70px
    }
}

@media (min-width: 992px) {
    .box-width-lg-470 {
        max-width: 470px;
        margin-left: auto;
        margin-right: auto
    }
}

.gutters-4 {
    margin-left: -2px;
    margin-right: -2px
}

    .gutters-4 [class*='col-'] {
        padding-left: 2px;
        padding-right: 2px
    }

.gutters-10 {
    margin-left: -5px;
    margin-right: -5px
}

    .gutters-10 [class*='col-'] {
        padding-left: 5px;
        padding-right: 5px
    }

.gutters-14 {
    margin-left: -7px;
    margin-right: -7px
}

    .gutters-14 [class*='col-'] {
        padding-left: 7px;
        padding-right: 7px
    }

.breadcrumbs-custom {
    position: relative;
    overflow: hidden
}

.box-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1
}

@keyframes bgPos {
    25% {
        transform: translate3d(-150px, -150px, 0) rotate(0.001deg)
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg)
    }
}

.order-negative-2 {
    order: -2
}

.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

html:not(.lt-ie10) .not-animated {
    opacity: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@keyframes pagInX {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes pagOutX {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease
}

    .preloader.loaded {
        opacity: 0;
        visibility: hidden
    }

.preloader-body {
    text-align: center
}

    .preloader-body p {
        position: relative;
        right: -8px
    }

.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #ad7832;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg)
    }
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    background: #ad7832;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0)
}

    .ui-to-top:hover {
        color: #fff;
        background: #111;
        text-decoration: none
    }

    .ui-to-top:focus {
        color: #fff
    }

    .ui-to-top.active {
        transform: translate3d(0, 0, 0)
    }

html.mobile .ui-to-top, html.tablet .ui-to-top {
    display: none !important
}

@media (min-width: 768px) {
    .ui-to-top {
        width: 50px;
        height: 50px;
        line-height: 46px;
        right: 30px;
        bottom: 30px
    }
}

@media (min-width: 1600px) {
    .ui-to-top {
        right: 12px
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.rd-navbar-wrap, .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-project {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1)
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
    transition: none !important
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
    display: none
}

    .rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone, .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
        display: none
    }

.rd-navbar {
    display: none;
    background: #fff
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #151515;
    background-color: transparent;
    border: none;
    display: none
}

    .rd-navbar-toggle span {
        position: relative;
        display: block;
        margin: auto;
        transition: .3s all ease
    }

        .rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -10px;
            transition: .3s all ease
        }

        .rd-navbar-toggle span:after {
            top: 10px
        }

        .rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
            width: 24px;
            height: 3px;
            background-color: #151515;
            backface-visibility: hidden;
            border-radius: 0
        }

    .rd-navbar-toggle span {
        transform: rotate(180deg)
    }

        .rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
            transform-origin: 1.71429px center
        }

    .rd-navbar-toggle.active span {
        transform: rotate(360deg)
    }

        .rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
            top: 0;
            width: 15px
        }

        .rd-navbar-toggle.active span:before {
            -webkit-transform: rotate3d(0, 0, 1, -40deg);
            transform: rotate3d(0, 0, 1, -40deg)
        }

        .rd-navbar-toggle.active span:after {
            -webkit-transform: rotate3d(0, 0, 1, 40deg);
            transform: rotate3d(0, 0, 1, 40deg)
        }

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #151515;
    display: none
}

    .rd-navbar-collapse-toggle span {
        top: 50%;
        margin-top: -3px
    }

        .rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
            position: absolute;
            width: 6px;
            height: 6px;
            line-height: 6px;
            text-align: center;
            background: #151515;
            left: 50%;
            margin-left: -3px;
            border-radius: 50%;
            transition: .3s all ease
        }

            .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
                content: ''
            }

            .rd-navbar-collapse-toggle span:before {
                bottom: 100%;
                margin-bottom: 3px
            }

            .rd-navbar-collapse-toggle span:after {
                top: 100%;
                margin-top: 3px
            }

    .rd-navbar-collapse-toggle.active span {
        transform: scale(0.7)
    }

        .rd-navbar-collapse-toggle.active span:before {
            transform: translateY(18px)
        }

        .rd-navbar-collapse-toggle.active span:after {
            transform: translateY(-18px)
        }

.rd-navbar-brand a {
    display: block
}

.rd-navbar-dropdown {
    display: none
}

.rd-navbar-static {
    display: block
}

    .rd-navbar-static .rd-nav-item {
        display: inline-block
    }

        .rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
            color: #ad7832;
            background: transparent
        }

        .rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
            color: #ad7832
        }

        .rd-navbar-static .rd-nav-item.active .rd-nav-link {
            color: #ad7832;
            background: transparent
        }

        .rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
            color: #ad7832
        }

        .rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
            transform: rotate(180deg)
        }

        .rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
            display: none;
            margin-left: 4px;
            font-family: "Material Design Icons";
            font-size: 16px;
            cursor: pointer
        }

            .rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
                position: relative;
                display: inline-block;
                transition: .22s;
                content: '\f236'
            }

            .rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
                color: #ad7832
            }

        .rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
            margin-top: 20px
        }

        .rd-navbar-static .rd-nav-item + .rd-nav-item {
            margin-left: 42px
        }

    .rd-navbar-static .rd-nav-link {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: 0;
        color: #151515;
        transition: .25s
    }

        .rd-navbar-static .rd-nav-link:hover {
            color: #ad7832
        }

    .rd-navbar-static .rd-menu {
        z-index: 15;
        position: absolute;
        display: block;
        margin-top: 22px;
        visibility: hidden;
        opacity: 0;
        text-align: left;
        border: none;
        transform: translate3d(0, 30px, 0)
    }

    .rd-navbar-static .rd-navbar-dropdown {
        position: absolute;
        left: 0;
        padding: 22px 15px 20px 34px;
        width: 270px;
        background: #fff;
        z-index: 5
    }

        .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
            top: -1px;
            left: 100%;
            z-index: 2;
            margin-top: -15px;
            margin-left: 15px;
            transform: translate3d(30px, 0, 0)
        }

            .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
                left: auto;
                right: 100%;
                margin-left: 0;
                margin-right: 15px;
                transform: translate3d(-30px, 0, 0)
            }

    .rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
        margin-top: 8px
    }

    .rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
        color: #151515
    }

    .rd-navbar-static .rd-dropdown-link {
        color: #151515
    }

        .rd-navbar-static .rd-dropdown-link:hover {
            color: #151515
        }

    .rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-megamenu-list li > a {
        position: relative;
        left: -3px;
        display: flex;
        padding: 1px 14px 1px 0;
        text-align: left;
        transition: all .2s ease
    }

        .rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active, .rd-navbar-static .rd-megamenu-list li > a, .rd-navbar-static .rd-megamenu-list li > a:focus, .rd-navbar-static .rd-megamenu-list li > a:active {
            color: #151515
        }

            .rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-static .rd-megamenu-list li > a:hover {
                color: #151515
            }

            .rd-navbar-static .rd-navbar-dropdown li > a::before, .rd-navbar-static .rd-megamenu-list li > a::before {
                display: inline-block;
                position: relative;
                content: '';
                top: 0;
                left: 0;
                width: 3px;
                font-size: 0;
                line-height: 0;
                background: #ad7832;
                transition: all .15s ease;
                visibility: hidden;
                opacity: 0
            }

            .rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-static .rd-megamenu-list li.focus > a, .rd-navbar-static .rd-megamenu-list li.opened > a, .rd-navbar-static .rd-megamenu-list li > a:hover {
                padding-left: 12px;
                padding-right: 0
            }

                .rd-navbar-static .rd-navbar-dropdown li.focus > a::before, .rd-navbar-static .rd-navbar-dropdown li.opened > a::before, .rd-navbar-static .rd-navbar-dropdown li > a:hover::before, .rd-navbar-static .rd-megamenu-list li.focus > a::before, .rd-navbar-static .rd-megamenu-list li.opened > a::before, .rd-navbar-static .rd-megamenu-list li > a:hover::before {
                    transform: translateX(-14px) translate3d(0, 0, 0);
                    visibility: visible;
                    opacity: 1;
                    transition-delay: .1s
                }

    .rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-static .rd-megamenu-list > li > a {
        font-size: 11px;
        line-height: 1.7;
        color: #000;
        font-weight: 500
    }

    .rd-navbar-static .rd-megamenu-list {
        break-inside: avoid;
        column-gap: 30px;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        margin-bottom: -8px
    }

        .rd-navbar-static .rd-megamenu-list li {
            display: inline-block;
            width: 100%;
            margin-bottom: 8px
        }

    .rd-navbar-static .rd-navbar-megamenu {
        display: flex;
        left: 0;
        width: calc(100% + 1px);
        max-width: 1170px;
        padding: 15px 0;
        background: #fff
    }

@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-megamenu {
        padding: 15px 0
    }
}

.rd-navbar-static .rd-megamenu-item {
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px
}

    .rd-navbar-static .rd-megamenu-item > div {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
        position: relative
    }

        .rd-navbar-static .rd-megamenu-item + .rd-megamenu-item::before {
            position: absolute;
            content: '';
            top: -12px;
            left: 0;
            bottom: -12px;
            width: 1px;
            background: #e1e1e1
        }

.rd-navbar-static .rd-megamenu-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #ad7832
}

.rd-navbar-static .rd-megamenu-carousel > div {
    max-width: 180px
}

@media (min-width: 1200px) {
    .rd-navbar-static .rd-megamenu-carousel > div {
        max-width: 300px
    }
}

.rd-navbar-static .rd-megamenu-list-link {
    color: #000;
    background: transparent
}

    .rd-navbar-static .rd-megamenu-list-link:hover {
        color: #ad7832;
        background: transparent
    }

.rd-navbar-static * + .rd-megamenu-list {
    margin: 15px 0px
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0)
}

    .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
        transform: translate3d(0, 0, 0)
    }

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1030;
    background: #fff
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative
}

.rd-navbar-static .rd-navbar-basket-wrap {
    display: block
}

.rd-navbar-static .rd-navbar-basket-mobile {
    display: none
}

.rd-navbar-static .rd-navbar-share-list {
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    background: transparent;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .2s ease .1s
}

.rd-navbar-static .rd-navbar-share-list-item {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    will-change: transform;
    transition: all .3s ease
}

.rd-navbar-static .rd-navbar-share-list.active {
    pointer-events: auto;
    background: #fff;
    transition-delay: 0s
}

    .rd-navbar-static .rd-navbar-share-list.active .rd-navbar-share-list-item {
        opacity: 1;
        transform: none;
        visibility: visible
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(2) {
        transition-delay: 100ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(3) {
        transition-delay: 150ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(4) {
        transition-delay: 200ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(5) {
        transition-delay: 250ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(6) {
        transition-delay: 300ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(7) {
        transition-delay: 350ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(8) {
        transition-delay: 400ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(9) {
        transition-delay: 450ms
    }

    .rd-navbar-static .rd-navbar-share-list.active li:nth-child(10) {
        transition-delay: 500ms
    }

.rd-navbar-static * + .rd-navbar-share {
    margin-left: 12px
}

.rd-navbar-basket {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    font-size: 24px;
    line-height: 1;
    color: #151515;
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
    cursor: pointer;
    transition: all .3s ease-in-out
}

    .rd-navbar-basket span {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        font-family: "Maven Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        color: #ad7832
    }

    .rd-navbar-basket:hover {
        color: #ad7832
    }

.rd-navbar-basket-wrap {
    position: relative;
    display: none
}

.cart-inline {
    position: absolute;
    text-align: left;
    top: calc(100% + 30px);
    right: -18px;
    min-width: 400px;
    margin-top: 30px;
    background: #fff;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.17));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease-in-out;
    z-index: 999999
}

    .cart-inline::before {
        position: absolute;
        content: '';
        bottom: calc(100% - 10px);
        right: 40px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 34px 34px;
        border-color: transparent transparent #fff transparent
    }

    .cart-inline.active {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .cart-inline .stepper input[type="number"] {
        min-height: 40px;
        padding-top: 0;
        padding-bottom: 0
    }

.cart-inline-header {
    padding: 20px
}

.cart-inline-body {
    padding: 20px;
    border-top: 1px solid #e1e1e1
}

.cart-inline-footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1
}

.cart-inline-title {
    font-weight: 400
}

.cart-inline-figure {
    display: block;
    background: #f4f4f4
}

    .cart-inline-figure img {
        width: 100%
    }

.cart-inline-name + * {
    margin-top: 10px
}

* + .cart-inline-title {
    margin-top: 0
}

.cart-inline-title + .cart-inline-title {
    margin-top: 10px
}

.cart-inline-item + .cart-inline-item {
    margin-top: 15px
}

.ie-10 .cart-inline, .ie-11 .cart-inline, .ie-edge .cart-inline {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17)
}

    .ie-10 .cart-inline::before, .ie-11 .cart-inline::before, .ie-edge .cart-inline::before {
        bottom: 100%;
        border-width: 0 0 24px 24px;
        z-index: 1
    }

    .ie-10 .cart-inline::after, .ie-11 .cart-inline::after, .ie-edge .cart-inline::after {
        position: absolute;
        content: '';
        bottom: calc(100% + 2px);
        right: 38px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 28px 28px;
        border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
        z-index: 0
    }

.rd-navbar-share {
    position: relative;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

.rd-navbar-share-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: -9px;
    margin-right: -9px
}

    .rd-navbar-share-list > * {
        padding-left: 9px;
        padding-right: 9px
    }

.rd-navbar-share-list-item a, .rd-navbar-share-list-item a:focus, .rd-navbar-share-list-item a:active {
    color: #151515
}

    .rd-navbar-share-list-item a:hover {
        color: #ad7832
    }

.rd-navbar-share-list-item .icon {
    font-size: 20px
}

.rd-navbar-share:hover {
    color: #ad7832
}

.rd-navbar-project-hamburger {
    cursor: pointer;
    z-index: 1031
}

.project-hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    height: 23px
}

    .project-hamburger > span {
        display: inline-block;
        align-self: flex-end;
        height: 3px;
        background: #151515
    }

.project-hamburger-arrow-top {
    width: 100%;
    transition: opacity .15s ease-in-out .3s
}

.project-hamburger-arrow-center {
    width: 80%;
    transition: all .16s ease-in-out, opacity .15s ease-in-out .4s
}

.project-hamburger-arrow-bottom {
    width: 60%;
    transition: all .32s ease-in-out, opacity .15s ease-in-out .5s
}

.project-hamburger:hover > span {
    width: 100%
}

.project-hamburger:hover .project-hamburger-arrow-top {
    animation: burger-hover .8s infinite ease-in-out alternate
}

.project-hamburger:hover .project-hamburger-arrow-center {
    animation: burger-hover .8s infinite ease-in-out alternate forwards .16s
}

.project-hamburger:hover .project-hamburger-arrow-bottom {
    animation: burger-hover .8s infinite ease-in-out alternate forwards .32s
}

@keyframes burger-hover {
    0% {
        width: 100%
    }

    50% {
        width: 50%;
        background: #ad7832
    }

    100% {
        width: 100%
    }
}

@keyframes burger-hover-primary {
    0% {
        width: 100%
    }

    50% {
        width: 50%;
        background: #ad7832
    }

    100% {
        width: 100%
    }
}

.project-close {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    z-index: -1
}

    .project-close span {
        position: absolute;
        background: #151515;
        transition: all .15s ease-in-out
    }

        .project-close span:nth-child(1) {
            height: 0;
            width: 2px;
            top: 10%;
            left: 50%;
            margin-left: -1px;
            transition-delay: 0s
        }

        .project-close span:nth-child(2) {
            width: 0;
            height: 2px;
            left: 10%;
            top: 50%;
            margin-top: -1px;
            transition-delay: .15s
        }

.project-hamburger-2 {
    display: flex;
    overflow: hidden;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    height: 23px
}

    .project-hamburger-2 > span {
        position: relative;
        display: inline-block;
        align-self: flex-end;
        height: 2px;
        width: 100%;
        background: #151515;
        transition: width .2s ease
    }

        .project-hamburger-2 > span::after {
            position: absolute;
            display: inline-block;
            content: '';
            top: 0;
            left: 0;
            height: inherit;
            width: inherit;
            background: #ad7832;
            transform: translateX(-100%);
            animation: pagOutX .3s
        }

    .project-hamburger-2:hover > span::after {
        animation: pagInX .3s forwards
    }

    .project-hamburger-2:hover > span:nth-child(2)::after {
        animation-delay: .1s
    }

    .project-hamburger-2:hover > span:nth-child(3)::after {
        animation-delay: .2s
    }

.project-hamburger-3 {
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 16px
}

    .project-hamburger-3 > span {
        position: relative;
        display: inline-block;
        height: 2px;
        width: 100%;
        background: #fff;
        transition: width .2s ease .3s
    }

.rd-navbar-project-hamburger.active .project-hamburger > span {
    opacity: 0
}

.rd-navbar-project-hamburger.active .project-hamburger .project-hamburger-arrow-top {
    transition-delay: 0s
}

.rd-navbar-project-hamburger.active .project-hamburger .project-hamburger-arrow-center {
    transition-delay: .1s
}

.rd-navbar-project-hamburger.active .project-hamburger .project-hamburger-arrow-bottom {
    transition-delay: .2s
}

.rd-navbar-project-hamburger.active .project-hamburger-3 .project-hamburger-arrow {
    width: 0;
    transition-delay: 0s
}

.rd-navbar-project-hamburger.active .project-close > span:nth-child(1) {
    height: 80%;
    transition-delay: .3s
}

.rd-navbar-project-hamburger.active .project-close > span:nth-child(2) {
    width: 80%;
    transition-delay: .45s
}

.rd-navbar-fixed {
    display: block
}

    .rd-navbar-fixed .rd-navbar-toggle {
        display: inline-block
    }

    .rd-navbar-fixed .rd-navbar-brand {
        position: relative;
        margin-left: 6px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        font-size: 22px;
        line-height: 46px
    }

        .rd-navbar-fixed .rd-navbar-brand img {
            max-width: 120px;
            max-height: 58px;
            width: auto;
            height: auto
        }

@media (min-width: 576px) {
    .rd-navbar-fixed .rd-navbar-brand img {
        max-width: 170px
    }
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1029;
    width: 320px;
    padding: 140px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%)
}

    .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
        width: 4px
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
        background: rgba(80, 186, 135, 0.5);
        border: none;
        border-radius: 0;
        opacity: .2
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
        background: #e1e1e1;
        border: none;
        border-radius: 0
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap.active {
        transform: translateX(0)
    }

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    padding-top: 20px;
    margin: 30px 0 20px;
    height: auto;
    text-align: left;
    border-top: 1px solid #e1e1e1
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left
}

    .rd-navbar-fixed .rd-nav-item + .rd-nav-item {
        margin-top: 4px
    }

.rd-navbar-fixed .rd-nav-link {
    display: block;
    padding: 9px 56px 9px 18px
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
    padding: 4px 0 0
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 0
}

.rd-navbar-fixed li.opened > .rd-menu {
    opacity: 1;
    height: auto
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg)
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative
}

    .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
        height: 34px;
        line-height: 34px
    }

    .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
        padding-left: 30px
    }

    .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
        padding-left: 46px
    }

    .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
        display: block
    }

.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 12px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-megamenu-list > li + li, .rd-navbar-fixed .rd-navbar-dropdown > li + li {
    margin-top: 3px
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
    padding-left: 30px
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    position: relative;
    display: block;
    padding: 0 18px 7px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .1em
}

    .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        border-bottom: 1px solid
    }

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
    margin-top: 11px
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer
}

    .rd-navbar-fixed .rd-navbar-submenu-toggle::after {
        content: '\f107';
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 52px;
        font: 400 16px "FontAwesome";
        line-height: 52px;
        text-align: center;
        transition: 0.4s all ease;
        z-index: 2;
        cursor: pointer
    }

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    top: 4px;
    z-index: 1031
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 1029;
    transform: translate3d(0, 30px, 0);
    padding: 20px;
    width: auto;
    max-width: 310px;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

    .rd-navbar-fixed .rd-navbar-collapse.active {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible
    }

.rd-navbar-fixed .rd-navbar-main-element {
    position: absolute;
    float: left
}

.rd-navbar-fixed .rd-navbar-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto
}

    .rd-navbar-fixed .rd-navbar-share::before {
        display: none
    }

.rd-navbar-fixed * + .rd-navbar-share {
    margin-top: 20px
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
    position: fixed;
    top: 4px;
    z-index: 1032
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: 0
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    right: 52px
}

.rd-navbar-fixed .rd-navbar-fixed-element-3 {
    right: 100px
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none
}

.rd-navbar-fixed .rd-megamenu-carousel {
    display: none
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #151515;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #fff;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #fff;
    background: #ad7832
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #fff
}

.rd-navbar-fixed .rd-nav-link {
    color: #151515
}

.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
    color: #151515;
    font-size: 14px;
    line-height: 1.86
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a, .rd-navbar-fixed .rd-megamenu-list > li.focus > a, .rd-navbar-fixed .rd-megamenu-list > li.active > a, .rd-navbar-fixed .rd-megamenu-list > li.opened > a, .rd-navbar-fixed .rd-navbar-dropdown > li:hover > a, .rd-navbar-fixed .rd-navbar-dropdown > li.focus > a, .rd-navbar-fixed .rd-navbar-dropdown > li.active > a, .rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
    color: #fff;
    background: #ad7832
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #ad7832
}

    .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
        border-bottom: 1px solid #d7d7d7
    }

    .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
        color: #ad7832
    }

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #151515
}

.rd-navbar-fixed .rd-navbar-collapse {
    background-color: #fff;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17)
}

.rd-navbar-fixed .rd-navbar-collapse {
    color: #151515
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px
}

.rd-navbar-sidebar {
    display: block;
    background: #fff
}

    .rd-navbar-sidebar .rd-navbar-main-outer {
        padding-left: 15px;
        padding-right: 15px
    }

    .rd-navbar-sidebar .rd-navbar-main {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 60px 22px 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1)
    }

    .rd-navbar-sidebar .rd-navbar-main-element {
        display: flex;
        align-items: center
    }

        .rd-navbar-sidebar .rd-navbar-main-element > * + * {
            margin-left: 20px
        }

    .rd-navbar-sidebar .rd-navbar-toggle {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        z-index: 1102
    }

    .rd-navbar-sidebar .rd-navbar-panel {
        min-width: 200px;
        text-align: center
    }

    .rd-navbar-sidebar .rd-navbar-brand img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 200px
    }

    .rd-navbar-sidebar .rd-navbar-nav-wrap {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1101;
        width: 450px;
        padding: 94px 0 0 0;
        background: #fff;
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateX(100%);
        box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16)
    }

        .rd-navbar-sidebar .rd-navbar-nav-wrap.active {
            transition-delay: .1s;
            transform: translateX(0)
        }

    .rd-navbar-sidebar .rd-navbar-nav {
        height: calc(100vh - 100px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #d7d7d7
    }

    .rd-navbar-sidebar .rd-nav-item {
        position: relative;
        display: block;
        padding: 19px 30px 19px 40px
    }

        .rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
            color: #ad7832
        }

        .rd-navbar-sidebar .rd-nav-item .rd-nav-link, .rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
            font-size: 18px
        }

        .rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
            border-top: 1px solid #d7d7d7
        }

        .rd-navbar-sidebar .rd-nav-item:last-child {
            border-bottom: 1px solid #d7d7d7;
            margin-bottom: 30px
        }

    .rd-navbar-sidebar .rd-nav-link {
        max-width: calc(100% - 30px);
        word-break: break-all;
        font-size: 18px;
        line-height: 1.4;
        text-transform: none;
        color: #ccc
    }

        .rd-navbar-sidebar .rd-nav-link:hover {
            color: #ad7832
        }

    .rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
        transform: rotate(180deg)
    }

    .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
        display: none;
        opacity: 0;
        visibility: hidden;
        will-change: opacity, visibility;
        transition: opacity .2s
    }

    .rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
        display: block;
        opacity: 1;
        visibility: visible
    }

    .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
        transform: translateY(30px)
    }

    .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
        transform: translateY(0)
    }

    .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
        transform: translateX(-20px)
    }

    .rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
        transform: translateX(0)
    }

    .rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: inherit;
        padding-right: inherit;
        padding-left: 10px;
        margin-bottom: inherit;
        display: inline-block;
        width: 30px;
        margin-left: 5px;
        text-align: center;
        cursor: pointer;
        color: #151515
    }

        .rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
            color: #ad7832
        }

        .rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after, .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
            content: '\f107';
            position: relative;
            display: inline-block;
            font-family: "FontAwesome";
            font-size: inherit;
            line-height: inherit;
            text-align: center;
            vertical-align: middle;
            transition: 0.4s all ease;
            z-index: 2;
            will-change: transform
        }

    .rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
        font-size: 14px;
        color: #ccc;
        margin-left: 7px
    }

    .rd-navbar-sidebar .rd-menu {
        margin-top: 31px
    }

    .rd-navbar-sidebar .rd-navbar-dropdown, .rd-navbar-sidebar .rd-megamenu-list {
        font-size: 14px
    }

        .rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-megamenu-list li > a {
            position: relative;
            left: -3px;
            display: flex;
            padding: 1px 14px 1px 0;
            text-align: left;
            transition: all .2s ease
        }

            .rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active, .rd-navbar-sidebar .rd-megamenu-list li > a, .rd-navbar-sidebar .rd-megamenu-list li > a:focus, .rd-navbar-sidebar .rd-megamenu-list li > a:active {
                color: #151515
            }

                .rd-navbar-sidebar .rd-navbar-dropdown li > a:hover, .rd-navbar-sidebar .rd-megamenu-list li > a:hover {
                    color: #151515
                }

                .rd-navbar-sidebar .rd-navbar-dropdown li > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a::before {
                    display: inline-block;
                    position: relative;
                    content: '';
                    top: 0;
                    left: 0;
                    width: 3px;
                    height: 26px;
                    font-size: 0;
                    line-height: 0;
                    background: #ad7832;
                    transition: all .15s ease;
                    visibility: hidden;
                    opacity: 0
                }

                .rd-navbar-sidebar .rd-navbar-dropdown li.focus > a, .rd-navbar-sidebar .rd-navbar-dropdown li.opened > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:hover, .rd-navbar-sidebar .rd-megamenu-list li.focus > a, .rd-navbar-sidebar .rd-megamenu-list li.opened > a, .rd-navbar-sidebar .rd-megamenu-list li > a:hover {
                    padding-left: 14px;
                    padding-right: 0
                }

                    .rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before, .rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before, .rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before, .rd-navbar-sidebar .rd-megamenu-list li.focus > a::before, .rd-navbar-sidebar .rd-megamenu-list li.opened > a::before, .rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
                        transform: translateX(-14px) translate3d(0, 0, 0);
                        visibility: visible;
                        opacity: 1;
                        transition-delay: .1s
                    }

    .rd-navbar-sidebar .rd-navbar-megamenu {
        max-width: 450px;
        margin-bottom: -30px
    }

        .rd-navbar-sidebar .rd-navbar-megamenu > * {
            margin-bottom: 30px
        }

        .rd-navbar-sidebar .rd-navbar-megamenu > li {
            display: inline-block;
            vertical-align: top;
            width: 45%
        }

    .rd-navbar-sidebar .rd-megamenu-title {
        display: none
    }

    .rd-navbar-sidebar .rd-megamenu-list {
        margin-top: 0
    }

        .rd-navbar-sidebar .rd-megamenu-list > li + li {
            margin-top: 10px
        }

    .rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
        padding-right: 0
    }

        .rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
            display: none
        }

        .rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
            padding-left: 0
        }

    .rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
        padding-left: 0
    }

    .rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
        color: #ad7832
    }

        .rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
            top: 1px
        }

    .rd-navbar-sidebar .rd-navbar-dropdown > li + li {
        margin-top: 10px
    }

    .rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
        margin-top: 25px
    }

        .rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
            margin-top: 10px;
            padding-left: 15px
        }

            .rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
                font-size: 12px
            }

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-megamenu {
        margin-bottom: -30px
    }

        .rd-navbar-sidebar .rd-navbar-megamenu > * {
            margin-bottom: 30px
        }

    .rd-navbar-sidebar .rd-navbar-dropdown > li + li, .rd-navbar-sidebar .rd-megamenu-list > li + li {
        margin-top: 18px
    }
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap {
        width: auto;
        left: calc(50% + 600px - 80px)
    }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-101%)
}

    .rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
        transform: translateY(0)
    }

.rd-navbar-sidebar.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1)
}

    .rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
        padding-top: 11px;
        padding-bottom: 11px
    }

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
        padding-left: 75px;
        padding-right: 75px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 55px 14px 0;
    transition: padding .35s ease-in-out
}

@media (min-width: 1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-top: 24px;
        padding-right: 68px;
        padding-bottom: 20px
    }

        .rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
            padding-right: 150px
        }
}

@media (min-width: 1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-top: 30px;
        padding-bottom: 26px
    }

        .rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
            padding-right: 290px
        }
}

@media (min-width: 1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
        padding-right: 330px
    }
}

@media (min-width: 1600px) and (max-width: 1937px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        position: relative
    }

        .rd-navbar-classic.rd-navbar-static .rd-navbar-main .rd-navbar-project-hamburger {
            right: 0
        }
}

@media (min-width: 1937px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main, .rd-navbar-classic.rd-navbar-static .rd-navbar-main.active {
        padding-right: 0
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
    display: flex;
    align-items: center
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
    order: -1;
    margin-right: 46px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 140px
}

@media (min-width: 1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
        max-width: 200px;
        max-height: 200px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-submenu.focus .rd-navbar-megamenu, .rd-navbar-classic.rd-navbar-static .rd-navbar-submenu.opened .rd-navbar-megamenu {
    transform: translate3d(-50%, 0, 0)
}

.rd-navbar-classic.rd-navbar-static .rd-menu {
    margin-top: 22px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width: 1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-menu {
        margin-top: 28px
    }
}

@media (min-width: 1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-menu {
        margin-top: 34px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
    left: 50%;
    max-width: 1770px;
    transform: translate3d(-50%, 30px, 0)
}

@media (min-width: 1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-megamenu-carousel > div {
        max-width: 350px
    }
}

@media (min-width: 1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-megamenu-carousel > div {
        max-width: 440px
    }
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

    .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-classic-project, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-classic-project {
        padding-top: 80px
    }

    .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-menu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-menu {
        margin-top: 19px
    }

.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link, .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #151515;
    background: transparent
}

    .rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before, .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
        opacity: 1;
        transform: none;
        visibility: visible
    }

    .rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link > .rd-navbar-submenu-toggle, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link > .rd-navbar-submenu-toggle, .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link > .rd-navbar-submenu-toggle {
        color: #151515
    }

.rd-navbar-classic.rd-navbar-static .rd-nav-link::before {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ad7832;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all .2s ease
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover {
    color: #151515
}

    .rd-navbar-classic.rd-navbar-static .rd-nav-link:hover::before {
        opacity: 1;
        transform: none;
        visibility: visible
    }

.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 22px
}

@media (min-width: 1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
        margin-left: 35px
    }
}

@media (min-width: 1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
        margin-left: 42px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-project-hamburger {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    padding: 6px 0
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-project-hamburger {
    position: fixed;
    right: 4px;
    width: 48px;
    height: 48px;
    top: 4px;
    padding: 13px 6px 12px
}

.rd-navbar-classic-2.rd-navbar-static .rd-nav-link::before {
    background: #ad7832
}

.rd-navbar-classic-2.rd-navbar-static .rd-navbar-dropdown li > a::before, .rd-navbar-classic-2.rd-navbar-static .rd-megamenu-list li > a::before {
    background: #ad7832
}

.rd-navbar-classic-2 .rd-navbar-basket span {
    color: #ad7832
}

.rd-navbar-classic-2 .rd-navbar-share-list-item a:hover {
    color: #ad7832
}

.rd-navbar-classic-2 .project-hamburger:hover > * {
    animation-name: burger-hover-primary
}

.rd-navbar-project {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: translateX(102%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.37);
    z-index: 1030
}

.rd-navbar-project-content {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

    .rd-navbar-project-content::-webkit-scrollbar {
        width: 4px
    }

    .rd-navbar-project-content::-webkit-scrollbar-thumb {
        background: rgba(80, 186, 135, 0.5);
        border: none;
        border-radius: 0
    }

    .rd-navbar-project-content::-webkit-scrollbar-track {
        background: #e1e1e1;
        border: none;
        border-radius: 0
    }

.rd-navbar-main.active .rd-navbar-project {
    transform: translateX(0)
}

.rd-navbar-classic-project {
    padding: 75px 15px 15px;
    width: 270px
}

.rd-navbar-classic-project-content {
    direction: rtl;
    padding-left: 6px;
    margin-left: -6px;
    height: calc(100vh - 170px)
}

    .rd-navbar-classic-project-content .row > div + div {
        margin-top: 15px
    }

.link-instafeed {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .025em;
    color: #151515
}

    .link-instafeed a, .link-instafeed a:focus, .link-instafeed a:active {
        color: inherit
    }

        .link-instafeed a:hover {
            color: #ad7832
        }

@media (min-width: 576px) {
    .rd-navbar-classic-project {
        width: 285px
    }
}

@media (min-width: 992px) {
    .rd-navbar-classic-project-content {
        height: calc(100vh - 205px)
    }
}

@media (min-width: 1200px) {
    .rd-navbar-classic-project {
        padding-top: 100px;
        padding-bottom: 20px
    }
}

@media (min-width: 1600px) {
    .rd-navbar-classic-project {
        width: 375px;
        padding-left: 20px;
        padding-right: 20px
    }

    .rd-navbar-classic-project-content .row > div + div {
        margin-top: 20px
    }

    .link-instafeed {
        font-size: 16px
    }
}

* + .rd-navbar-classic-project-content {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .rd-navbar-modern-wrap {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        z-index: 1030
    }
}

@media (min-width: 1600px) {
    .rd-navbar-modern-wrap {
        top: 40px
    }
}

@media (min-width: 1800px) {
    .rd-navbar-modern-wrap {
        top: 70px
    }
}

.rd-navbar-modern.rd-navbar-static {
    background: transparent
}

    .rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer {
        position: relative
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 30px;
        background: #fff;
        transition: padding .35s ease-in-out
    }

        .rd-navbar-modern.rd-navbar-static .rd-navbar-main.active .rd-navbar-nav-wrap {
            margin-right: 0
        }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap {
        display: flex;
        align-items: center;
        margin-right: 16px;
        transition: all .3s ease
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
        display: flex;
        flex-direction: row;
        margin-right: 10px;
        font-size: 0;
        line-height: 0;
        order: -1
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
        width: auto;
        height: auto;
        max-width: 140px;
        max-height: 140px
    }

@media (min-width: 1400px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
        max-width: 170px;
        max-height: 170px
    }
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center
}

    .rd-navbar-modern.rd-navbar-static .rd-navbar-main-element .rd-navbar-project-hamburger.active {
        width: 0
    }

.rd-navbar-modern.rd-navbar-static .rd-navbar-submenu.focus .rd-navbar-megamenu, .rd-navbar-modern.rd-navbar-static .rd-navbar-submenu.opened .rd-navbar-megamenu {
    transform: translate3d(-50%, 0, 0)
}

.rd-navbar-modern.rd-navbar-static .rd-menu {
    margin-top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
    left: 50%;
    transform: translate3d(-50%, 30px, 0)
}

.rd-navbar-modern.rd-navbar-static::before {
    position: absolute;
    content: '';
    top: 0;
    right: 10%;
    bottom: 0;
    left: 10%;
    visibility: hidden;
    background: transparent;
    transition: all .3s ease
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
    background: transparent;
    box-shadow: none
}

    .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::before, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone::before {
        right: 0;
        left: 0;
        visibility: visible;
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
    }

    .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-nav-link, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-nav-link {
        padding-top: 30px;
        padding-bottom: 25px
    }

.rd-navbar-modern.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #ad7832
}

    .rd-navbar-modern.rd-navbar-static .rd-nav-item.focus .rd-nav-link > .rd-navbar-submenu-toggle, .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened .rd-nav-link > .rd-navbar-submenu-toggle {
        color: #ad7832
    }

.rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #fff
}

    .rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
        height: 100%;
        opacity: 1
    }

.rd-navbar-modern.rd-navbar-static .rd-nav-link {
    padding: 30px 16px 25px;
    font-size: 18px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    z-index: 1
}

    .rd-navbar-modern.rd-navbar-static .rd-nav-link::before {
        display: inline-block;
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        background: #ad7832;
        transform: translate3d(0, -50%, 0);
        transition: all .3s ease;
        z-index: -1
    }

    .rd-navbar-modern.rd-navbar-static .rd-nav-link:hover {
        color: #ad7832
    }

@media (min-width: 1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-nav-link {
        padding: 38px 28px 33px
    }
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 0
}

.rd-navbar-modern.rd-navbar-static .form-label {
    top: 30px
}

.rd-navbar-modern.rd-navbar-static .form-label {
    color: #fff;
    font-size: 24px
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-project-hamburger {
    position: relative;
    width: 28px;
    height: 35px;
    padding: 6px 0;
    transition: all .3s ease;
    z-index: 10
}

.rd-navbar-modern.rd-navbar-static .project-hamburger {
    display: none
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-element .project-close {
    display: none
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-modern-project .rd-navbar-project-hamburger {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    margin-left: 20px
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-project-hamburger {
    position: fixed;
    right: 4px;
    width: 48px;
    height: 48px;
    top: 4px;
    padding: 13px 6px 12px
}

.rd-navbar-modern.rd-navbar-fixed .project-hamburger-2 {
    display: none
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-modern-project {
    padding-top: 60px
}

    .rd-navbar-modern.rd-navbar-fixed .rd-navbar-modern-project .rd-navbar-project-hamburger {
        display: none
    }

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-modern-project-content {
    height: calc(100vh - 134px)
}

.rd-navbar-modern-project {
    text-align: left;
    padding: 60px 15px 15px;
    width: 270px
}

    .rd-navbar-modern-project * + .instafeed {
        margin-top: 22px
    }

    .rd-navbar-modern-project * + .row {
        margin-top: 30px
    }

.rd-navbar-project-modern-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

.rd-navbar-project-modern-title {
    letter-spacing: .05em;
    margin-top: 5px
}

.rd-navbar-modern-project-content {
    padding-right: 10px;
    margin-right: -10px;
    height: calc(100vh - 134px)
}

.link-instafeed-2 {
    display: inline-block;
    font-size: 18px;
    letter-spacing: .025em
}

    .link-instafeed-2 span {
        color: #ad7832
    }

    .link-instafeed-2 a, .link-instafeed-2 a:focus, .link-instafeed-2 a:active {
        color: #ad7832
    }

        .link-instafeed-2 a:hover {
            color: #ad7832
        }

* + .rd-navbar-modern-project-content {
    margin-top: 18px
}

@media (min-width: 768px) {
    .rd-navbar-modern-project {
        width: 285px
    }
}

@media (min-width: 992px) {
    .rd-navbar-modern-project {
        padding: 70px 30px 15px;
        width: 350px
    }

    .rd-navbar-modern-project-content {
        height: calc(100vh - 144px)
    }
}

@media (min-width: 1200px) {
    .rd-navbar-modern-project {
        padding-top: 45px
    }

    .rd-navbar-modern-project-content {
        height: calc(100vh - 119px)
    }
}

@media (min-width: 1600px) {
    .rd-navbar-modern-project {
        padding: 65px 40px 15px;
        width: 400px
    }

    .rd-navbar-modern-project-content {
        height: calc(100vh - 139px)
    }
}

@media (min-width: 1800px) {
    .rd-navbar-modern-project {
        padding: 95px 64px 15px 70px;
        width: 525px
    }

    .rd-navbar-modern-project-content {
        height: calc(100vh - 169px)
    }
}

.rd-navbar-modern-contacts {
    text-align: left;
    font-size: 0;
    line-height: 0;
    padding-bottom: 34px;
    border-bottom: 1px solid #d7d7d7
}

    .rd-navbar-modern-contacts .icon {
        vertical-align: middle;
        text-align: left;
        min-width: 21px;
        font-size: 24px;
        line-height: 24px;
        color: #ad7832
    }

    .rd-navbar-modern-contacts .fa-envelope {
        font-size: 20px
    }

    .rd-navbar-modern-contacts .link-phone {
        font-size: 18px;
        line-height: 1.34;
        letter-spacing: .025em
    }

    .rd-navbar-modern-contacts a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1.72;
        letter-spacing: .025em
    }

        .rd-navbar-modern-contacts a, .rd-navbar-modern-contacts a:focus, .rd-navbar-modern-contacts a:active {
            color: #151515
        }

            .rd-navbar-modern-contacts a:hover {
                color: #ad7832
            }

    .rd-navbar-modern-contacts li + li {
        margin-top: 22px
    }

* + .rd-navbar-modern-contacts {
    margin-top: 40px
}

.rd-navbar-modern-list-social {
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
    margin-left: -28px
}

    .rd-navbar-modern-list-social:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    .rd-navbar-modern-list-social > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 28px
    }

    .rd-navbar-modern-list-social a {
        font-size: 24px;
        line-height: 1
    }

        .rd-navbar-modern-list-social a, .rd-navbar-modern-list-social a:focus, .rd-navbar-modern-list-social a:active {
            color: #9b9b9b
        }

            .rd-navbar-modern-list-social a:hover {
                color: #ad7832
            }

* + .rd-navbar-modern-list-social {
    margin-top: 36px
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-aside-outer, .rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-aside, .rd-navbar-creative.rd-navbar-static .rd-navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-aside-outer {
    background: #ebebeb
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-aside {
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .025em;
    padding: 10px 0
}

    .rd-navbar-creative.rd-navbar-static .rd-navbar-aside > * + * {
        margin-left: 20px
    }

@media (min-width: 1600px) {
    .rd-navbar-creative.rd-navbar-static .rd-navbar-aside {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
    position: relative
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
    padding: 15px 0;
    transition: padding .35s ease-in-out
}

@media (min-width: 1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-navbar-main {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width: 1600px) {
    .rd-navbar-creative.rd-navbar-static .rd-navbar-main {
        padding-top: 38px;
        padding-bottom: 36px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
    display: flex;
    align-items: center;
    margin-right: 26px
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav {
    order: -1;
    margin-right: 25px
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 140px
}

@media (min-width: 1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-navbar-brand img {
        max-width: 170px;
        max-height: 170px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-submenu.focus .rd-navbar-megamenu, .rd-navbar-creative.rd-navbar-static .rd-navbar-submenu.opened .rd-navbar-megamenu {
    transform: translate3d(-50%, 0, 0)
}

.rd-navbar-creative.rd-navbar-static .rd-menu {
    margin-top: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width: 1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-menu {
        margin-top: 30px
    }
}

@media (min-width: 1600px) {
    .rd-navbar-creative.rd-navbar-static .rd-menu {
        margin-top: 46px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-megamenu {
    left: 50%;
    transform: translate3d(-50%, 30px, 0)
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

    .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
        display: none
    }

    .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-menu, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-menu {
        margin-top: 25px
    }

.rd-navbar-creative.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-creative.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #151515;
    background: transparent
}

    .rd-navbar-creative.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-creative.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        visibility: visible
    }

    .rd-navbar-creative.rd-navbar-static .rd-nav-item.focus .rd-nav-link > .rd-navbar-submenu-toggle, .rd-navbar-creative.rd-navbar-static .rd-nav-item.opened .rd-nav-link > .rd-navbar-submenu-toggle {
        color: #151515
    }

.rd-navbar-creative.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #ad7832
}

    .rd-navbar-creative.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
        display: none
    }

.rd-navbar-creative.rd-navbar-static .rd-nav-link::before {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ad7832;
    transform-origin: 0 50%;
    transform: scale3d(0, 3, 1);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s;
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9)
}

.rd-navbar-creative.rd-navbar-static .rd-nav-link:hover {
    color: #151515
}

    .rd-navbar-creative.rd-navbar-static .rd-nav-link:hover::before {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        visibility: visible
    }

.rd-navbar-creative.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 22px
}

@media (min-width: 1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-nav-item + .rd-nav-item {
        margin-left: 46px
    }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-project-hamburger {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 14px 11px;
    border-radius: 50%;
    background-color: #ad7832;
    transition: all .2s ease-in-out
}

    .rd-navbar-creative.rd-navbar-static .rd-navbar-project-hamburger:hover {
        background-color: #ad7832
    }

    .rd-navbar-creative.rd-navbar-static .rd-navbar-project-hamburger.active .project-close > span:nth-child(1) {
        height: 50%
    }

    .rd-navbar-creative.rd-navbar-static .rd-navbar-project-hamburger.active .project-close > span:nth-child(2) {
        width: 50%
    }

.rd-navbar-creative.rd-navbar-static .project-hamburger {
    display: none
}

.rd-navbar-creative.rd-navbar-static .project-close span {
    background: #fff
}

    .rd-navbar-creative.rd-navbar-static .project-close span:nth-child(1) {
        top: 25%
    }

    .rd-navbar-creative.rd-navbar-static .project-close span:nth-child(2) {
        left: 25%
    }

@media (min-width: 992px) {
    .rd-navbar-creative.rd-navbar-static .owl-classic .owl-prev, .rd-navbar-creative.rd-navbar-static .owl-classic .owl-next {
        display: flex
    }

    .rd-navbar-creative.rd-navbar-static .owl-classic .owl-dots {
        display: none
    }
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-project-hamburger {
    position: fixed;
    right: 50px;
    width: 48px;
    height: 48px;
    top: 4px;
    padding: 13px 6px 12px
}

.rd-navbar-creative.rd-navbar-fixed .project-hamburger-3 {
    display: none
}

.rd-navbar-creative.rd-navbar-fixed .owl-classic .owl-dots {
    font-size: 0;
    line-height: 0
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-outer, .rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside, .rd-navbar-corporate.rd-navbar-static .rd-navbar-main {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .025em;
    padding: 10px 0
}

    .rd-navbar-corporate.rd-navbar-static .rd-navbar-aside > * + * {
        margin-left: 20px
    }

@media (min-width: 1200px) {
    .rd-navbar-corporate.rd-navbar-static .rd-navbar-aside {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width: 1600px) {
    .rd-navbar-corporate.rd-navbar-static .rd-navbar-aside {
        padding-top: 28px;
        padding-bottom: 28px
    }
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-right {
    display: flex;
    align-items: center
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
    /*background: #162e44*/
    background: #000000;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-nav {
    order: -1;
    margin-right: 25px
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 170px
}

@media (min-width: 1200px) {
    .rd-navbar-corporate.rd-navbar-static .rd-navbar-brand img {
        max-width: 190px;
        max-height: 190px
    }
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-submenu.focus .rd-navbar-megamenu, .rd-navbar-corporate.rd-navbar-static .rd-navbar-submenu.opened .rd-navbar-megamenu {
    transform: translate3d(-50%, 0, 0)
}

.rd-navbar-corporate.rd-navbar-static .rd-menu {
    margin-top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-megamenu {
    left: 50%;
    transform: translate3d(-50%, 30px, 0)
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

    .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
        display: none
    }

.rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #fff
}

    .rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

    .rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus .rd-nav-link > .rd-navbar-submenu-toggle, .rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened .rd-nav-link > .rd-navbar-submenu-toggle {
        color: #151515
    }

.rd-navbar-corporate.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #fff
}

    .rd-navbar-corporate.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
        height: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s, .2s
    }

.rd-navbar-corporate.rd-navbar-static .rd-nav-link {
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: .05em;
    font-family: sans-serif, Arial, sans-serif;
    color: #fff;
    z-index: 1
}

    .rd-navbar-corporate.rd-navbar-static .rd-nav-link::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.11);
        border-top: 3px solid #ad7832;
        transform: translate3d(-100%, 0, 0);
        transition: all 0.35s cubic-bezier(0.05, 0.29, 0.11, 1.54), height 0.3s ease;
        visibility: hidden;
        opacity: 0;
        z-index: -1
    }

    .rd-navbar-corporate.rd-navbar-static .rd-nav-link:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.11);
        transition: all ease 0.35s
    }

        .rd-navbar-corporate.rd-navbar-static .rd-nav-link:hover::before {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0, 0)
        }

.rd-navbar-corporate.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 16px
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-corporate-contacts li {
    display: inline-block
}

    .rd-navbar-corporate.rd-navbar-static .rd-navbar-corporate-contacts li + li {
        margin-top: 0;
        margin-left: 25px;
        padding-left: 25px;
        border-left: 1px solid #e1e1e1
    }

.rd-navbar-corporate.rd-navbar-static * + .button {
    margin-top: 0;
    margin-left: 15px
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-corporate-list-social {
    color: #151515
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 170px
}

.rd-navbar-corporate.rd-navbar-fixed .button {
    display: block;
    width: 100%
}

.rd-navbar-corporate.rd-navbar-fixed * + .button {
    margin-top: 20px
}

.rd-navbar-corporate-contacts {
    text-align: left;
    font-size: 0;
    line-height: 0;
    font-family: sans-serif, Arial, sans-serif;
    max-width: 100%;
    color: #151515;
    flex: 0 0 auto
}

    .rd-navbar-corporate-contacts .icon {
        vertical-align: middle;
        text-align: center;
        font-size: 24px;
        line-height: 1;
        color: #ad7832
    }

    .rd-navbar-corporate-contacts p, .rd-navbar-corporate-contacts a {
        font-size: 14px;
        line-height: 1
    }

        .rd-navbar-corporate-contacts p > span {
            font-size: 16px
        }

    .rd-navbar-corporate-contacts a {
        display: inline-block;
        vertical-align: middle
    }

        .rd-navbar-corporate-contacts a, .rd-navbar-corporate-contacts a:focus, .rd-navbar-corporate-contacts a:active {
            color: #151515
        }

            .rd-navbar-corporate-contacts a:hover {
                color: #ad7832
            }

    .rd-navbar-corporate-contacts li + li {
        margin-top: 14px
    }

.rd-navbar-corporate-list-social {
    font-size: 0;
    line-height: 0;
    color: #fff
}

    .rd-navbar-corporate-list-social a, .rd-navbar-corporate-list-social a:focus, .rd-navbar-corporate-list-social a:active {
        color: inherit
    }

        .rd-navbar-corporate-list-social a:hover {
            color: #ad7832
        }

    .rd-navbar-corporate-list-social .icon {
        font-size: 18px
    }

.rd-navbar-fullwidth {
    display: block
}

    .rd-navbar-fullwidth .rd-navbar-nav > li + li {
        margin-left: 20px
    }

    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
        padding: 10px 0
    }

.google-map-markers {
    display: none
}

.google-map-container {
    width: 100%
}

.google-map {
    height: 300px;
    width: 100%
}

@media (min-width: 1200px) {
    .google-map {
        height: 455px
    }
}

@keyframes sprite-animation {
    from {
        background-position: 0 0
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    margin-left: -15px;
    margin-right: -15px;
    transition: .4s all ease
}

    [data-isotope-layout]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        margin-top: 15px;
        background-image: url("../images/isotope-loader.png");
        background-position: -1152px 0;
        animation: 0.7s sprite-animation steps(18) infinite;
        transition: .4s all ease;
        transform: translate3d(-50%, -50%, 0)
    }

    [data-isotope-layout] .row {
        margin-bottom: -30px
    }

        [data-isotope-layout] .row > [class*="col-"] {
            margin-top: 30px
        }

    [data-isotope-layout] .row-narrow {
        margin-bottom: -30px
    }

        [data-isotope-layout] .row-narrow > [class*="col-"] {
            margin-top: 30px
        }

    [data-isotope-layout] .row-condensed {
        margin-bottom: 0
    }

        [data-isotope-layout] .row-condensed > [class*="col-"] {
            margin-top: 0
        }

    [data-isotope-layout] [class*="col-"] {
        display: block;
        opacity: 0;
        will-change: transform;
        backface-visibility: hidden;
        transition: .1s opacity ease-in
    }

@media (max-width: 575.98px) {
    [data-isotope-layout] [class*="col-"] {
        max-width: 100%
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767.98px) {
    [data-isotope-layout] .thumbnail {
        max-width: none
    }
}

.isotope-filters {
    position: relative
}

    .isotope-filters > * {
        margin-top: 0;
        vertical-align: middle
    }

    .isotope-filters .inline-list {
        position: relative;
        word-spacing: 0
    }

        .isotope-filters .inline-list li {
            display: inline-block
        }

        .isotope-filters .inline-list a {
            position: relative;
            transition: .3s;
            color: #ccc
        }

        .isotope-filters .inline-list .isotope-filters-trigger {
            display: none
        }

* + .isotope-filters {
    margin-top: 20px
}

h3 + .isotope-filters {
    margin-top: 14px
}

.isotope-filters-modern .inline-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px
}

    .isotope-filters-modern .inline-list > * {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .isotope-filters-modern .inline-list > li {
        font-family: sans-serif, Arial, sans-serif;
        font-size: 18px
    }

    .isotope-filters-modern .inline-list a {
        position: relative;
        padding-bottom: 10px
    }

        .isotope-filters-modern .inline-list a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            transition: .4s;
            background: #ad7832
        }

        .isotope-filters-modern .inline-list a:hover {
            color: #ad7832
        }

        .isotope-filters-modern .inline-list a.active::after {
            width: 100%
        }

@media (min-width: 992px) {
    .isotope-filters-modern .inline-list {
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -23px;
        margin-right: -23px
    }

        .isotope-filters-modern .inline-list > * {
            margin-top: 10px;
            padding-left: 23px;
            padding-right: 23px
        }
}

.isotope-modern-wrap [class*='col'] {
    margin-top: 30px
}

@media (max-width: 767.98px) {
    .isotope-modern-wrap [class*='col'] {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
        margin-top: 0
    }
}

.isotope-condensed {
    margin-left: 0;
    margin-right: 0
}

    .isotope-condensed .row > * {
        margin-top: -1px;
        margin-bottom: -1px
    }

* + .isotope {
    margin-top: 45px
}

* + .isotope-condensed {
    margin-top: 30px
}

@media (max-width: 991.98px) {
    .isotope-condensed {
        padding: 0 0 30px;
        margin-left: 0;
        margin-right: 0
    }

        .isotope-condensed .row.row-condensed > [class*='col'] {
            padding-left: 10px;
            padding-right: 10px
        }

            .isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
                margin-top: 25px
            }
}

@media (min-width: 768px) {
    * + .isotope-condensed {
        margin-top: 50px
    }
}

.isotope-filters .isotope-filters-toggle .icon {
    top: -2px;
    transition: transform .2s ease
}

.isotope-filters .isotope-filters-toggle.button-icon-right .icon {
    margin-left: 8px;
    padding-left: 0
}

.isotope-filters .isotope-filters-toggle.active .icon {
    transform: rotate(-180deg)
}

[class*='isotope-filters-list'] {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    max-width: 280px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: sans-serif, Arial, sans-serif;
    color: #9b9b9b;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 1
}

    [class*='isotope-filters-list'].active {
        opacity: 1;
        visibility: visible
    }

    [class*='isotope-filters-list'] a {
        display: block;
        padding: 9px 5px 5px
    }

        [class*='isotope-filters-list'] a, [class*='isotope-filters-list'] a:focus, [class*='isotope-filters-list'] a:active {
            color: inherit
        }

            [class*='isotope-filters-list'] a:hover {
                color: #fff
            }

            [class*='isotope-filters-list'] a:hover {
                color: #ad7832
            }

            [class*='isotope-filters-list'] a.active {
                color: #fff;
                background: #ad7832
            }

@media (min-width: 768px) {
    .isotope-filters {
        overflow: hidden
    }

    [class*='isotope-filters-list'] {
        position: static;
        text-align: center;
        max-width: none;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        box-shadow: none;
        background: transparent;
        transform: none;
        visibility: visible;
        opacity: 1
    }

    .isotope-filters-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: -21px;
        margin-right: -21px;
        margin-bottom: -5px
    }

        .isotope-filters-list > * {
            margin-bottom: 5px
        }

        .isotope-filters-list > li {
            position: relative;
            padding: 0 24px
        }

            .isotope-filters-list > li + li::before {
                position: absolute;
                content: '';
                top: 0;
                left: -2px;
                height: 15px;
                width: 1px;
                background: #d7d7d7
            }

        .isotope-filters-list a {
            display: inline;
            padding: 0
        }

            .isotope-filters-list a, .isotope-filters-list a:focus, .isotope-filters-list a:active {
                color: inherit
            }

                .isotope-filters-list a:hover {
                    color: #ad7832
                }

                .isotope-filters-list a.active {
                    color: #ad7832;
                    background: transparent
                }

    .isotope-filters-list-2 a, .isotope-filters-list-2 a:focus, .isotope-filters-list-2 a:active {
        color: inherit
    }

        .isotope-filters-list-2 a:hover {
            color: #ad7832
        }

        .isotope-filters-list-2 a.active {
            color: #ad7832
        }

    .isotope-filters .isotope-filters-toggle {
        display: none
    }

    .isotope-filters-list-classic {
        text-align: right;
        font-size: 16px;
        letter-spacing: .075em;
        margin-bottom: -10px;
        margin-left: -8px
    }

        .isotope-filters-list-classic:empty {
            margin-bottom: 0;
            margin-left: 0
        }

        .isotope-filters-list-classic > * {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 10px;
            margin-left: 8px
        }

        .isotope-filters-list-classic li a {
            position: relative;
            text-align: center;
            padding: 13px 14px 8px;
            color: #151515;
            border: 2px solid #151515
        }

            .isotope-filters-list-classic li a::before, .isotope-filters-list-classic li a::after {
                position: absolute;
                content: '';
                top: -2px;
                right: -2px;
                bottom: -2px;
                left: -2px;
                border: 2px solid transparent;
                transition: color .2s ease-in-out, transform .3s ease;
                will-change: transform
            }

            .isotope-filters-list-classic li a::before {
                transform: scaleX(0)
            }

            .isotope-filters-list-classic li a::after {
                transform: scaleY(0)
            }

            .isotope-filters-list-classic li a:hover, .isotope-filters-list-classic li a.active {
                color: #ad7832;
                background: transparent;
                border-color: transparent
            }

                .isotope-filters-list-classic li a:hover::before, .isotope-filters-list-classic li a:hover::after, .isotope-filters-list-classic li a.active::before, .isotope-filters-list-classic li a.active::after {
                    transform: none
                }

                .isotope-filters-list-classic li a:hover::before, .isotope-filters-list-classic li a.active::before {
                    border-color: #ad7832 transparent #ad7832 transparent
                }

                .isotope-filters-list-classic li a:hover::after, .isotope-filters-list-classic li a.active::after {
                    border-color: transparent #ad7832 transparent #ad7832
                }
}

@media (min-width: 992px) {
    .isotope-filters-list-classic li a {
        min-width: 158px
    }
}

@media (min-width: 768px) {
    .row-isotope {
        margin-left: -0.85%;
        margin-right: -0.85%;
        margin-bottom: -1.7%
    }

        .row-isotope > * {
            margin-bottom: 1.7%;
            padding-left: 0.85%;
            padding-right: 0.85%
        }
}

@media (min-width: 768px) {
    .isotope-top-panel {
        display: flex;
        justify-content: space-between;
        margin-bottom: -20px;
        margin-left: -30px
    }

        .isotope-top-panel:empty {
            margin-bottom: 0;
            margin-left: 0
        }

        .isotope-top-panel > * {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 20px;
            margin-left: 30px
        }

        .isotope-top-panel * + .isotope-filters {
            margin-top: 0
        }

    .isotope-top-panel-title {
        flex-shrink: 0
    }
}

.isotope-content {
    position: relative;
    padding-top: 50px
}

    .isotope-content::before, .isotope-content::after {
        position: absolute;
        content: '';
        top: 0;
        height: 1px;
        width: 50%;
        opacity: .21
    }

    .isotope-content::before {
        left: 0;
        background: linear-gradient(to right, #d1d1d1 0%, #3b3b3b 100%)
    }

    .isotope-content::after {
        right: 0;
        background: linear-gradient(to right, #3b3b3b 0%, #d1d1d1 100%)
    }

* + .isotope-content {
    margin-top: 30px
}

.tabs-custom {
    text-align: left
}

    .tabs-custom .nav-tabs {
        font-size: 0;
        line-height: 0;
        word-spacing: 0;
        border: 0;
        justify-content: center
    }

        .tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
            display: none
        }

    .tabs-custom .nav-item {
        float: none;
        margin: 0;
        border: 0;
        cursor: pointer;
        transition: .33s all ease
    }

    .tabs-custom .nav-link {
        margin: 0;
        border-radius: 0;
        border: 0;
        color: #9b9b9b;
        font-family: sans-serif, Arial, sans-serif
    }

        .tabs-custom .nav-link.active {
            cursor: default
        }

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

    .tab-content > .tab-pane.active {
        height: auto
    }

.ios .tab-height, .mac-os .tab-height {
    height: 88px
}

.tab-pane .button-pipaluk {
    padding: 20px 33px 19px
}

.tab-pane .button-black-outline {
    padding: 16px 33px 16px
}

.tab-content > .active {
    visibility: visible;
    overflow: visible
}

* + .tabs-line {
    margin-top: 24px
}

* + .tabs-line-big {
    margin-top: 28px
}

* + .tabs-line-2 {
    margin-top: 26px
}

h1 + .tabs-line {
    margin-top: 22px
}

.tabs-line .nav-link {
    padding: 10px 10px 6px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .075em;
    text-align: center;
    vertical-align: middle
}

.tabs-line .nav-link-big {
    font-size: 24px
}

.tabs-line .nav-link-small {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .025em
}

.tabs-line * + .tab-content {
    margin-top: 20px
}

@media (max-width: 767.98px) {
    .tabs-line .nav-tabs {
        margin-bottom: -10px
    }

    .tabs-line .nav-item {
        margin-bottom: 10px
    }

    .tabs-line .nav-link {
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #e1e1e1
    }

        .tabs-line .nav-link:hover, .tabs-line .nav-link.active {
            color: #ad7832
        }

        .tabs-line .nav-link.active {
            border-color: #ad7832
        }
}

@media (min-width: 768px) {
    .tabs-line .nav-link {
        font-size: 16px
    }

    .tabs-line .nav-link-big {
        font-size: 36px
    }

    .tabs-line .nav-link-small {
        font-size: 18px
    }
}

.tabs-line-big .button {
    min-width: 180px
}

.tabs-line-big h5 + p {
    margin-top: 8px
}

.tabs-line-big * + .group-md {
    margin-top: 36px
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-line .nav-tabs {
        justify-content: space-between;
        border-bottom: 3px solid #e1e1e1
    }

    .tabs-horizontal.tabs-line .nav-item {
        display: inline-block
    }

    .tabs-horizontal.tabs-line .nav-link {
        position: relative;
        padding: 0 0 10px 0;
        background-color: transparent;
        border: 0
    }

        .tabs-horizontal.tabs-line .nav-link::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            height: 3px;
            width: 0;
            background: #ad7832;
            transition: .22s ease
        }

    .tabs-horizontal.tabs-line .nav-link-big {
        padding-bottom: 5px
    }

    .tabs-horizontal.tabs-line .nav-link-small {
        padding-bottom: 18px
    }

    .tabs-horizontal.tabs-line .nav-link.active, .tabs-horizontal.tabs-line .nav-link:hover {
        color: #ad7832
    }

        .tabs-horizontal.tabs-line .nav-link.active::after {
            width: 100%
        }

    .tabs-horizontal.tabs-line * + .tab-content {
        margin-top: 30px
    }

    .tabs-horizontal.tabs-line-style-3 * + .tab-content {
        margin-top: 26px
    }

    .tabs-horizontal.tabs-line-big * + .tab-content {
        margin-top: 26px
    }
}

@media (min-width: 768px) {
    .tabs-horizontal.tabs-corporate .tab-content {
        padding: 45px 40px
    }
}

.card-group-custom {
    margin-bottom: 0
}

    .card-group-custom .card-header + .collapse > .card-body, .card-group-custom .card-header + .collapse > .list-group {
        border-top: 0
    }

    .card-group-custom .card + .card {
        margin-top: 0
    }

    .card-group-custom.card-group-corporate .card + .card {
        margin-top: 15px
    }

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left
}

    .card-custom a {
        display: block
    }

    .card-custom .card-header {
        padding: 0;
        border-bottom: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .card-custom .card-body {
        padding: 0
    }

* + .card-group-custom {
    margin-top: 20px
}

.card-corporate {
    text-align: left;
    border: 1px solid #e1e1e1
}

    .card-corporate .card-title {
        margin-bottom: 0
    }

        .card-corporate .card-title a, .card-corporate .card-body {
            background: #fff
        }

        .card-corporate .card-title a {
            position: relative;
            z-index: 1;
            padding: 33px 72px 29px 30px;
            font-size: 20px;
            line-height: 1.2;
            font-weight: 400;
            letter-spacing: normal;
            font-family: sans-serif, Arial, sans-serif;
            color: #151515;
            border-bottom: 1px solid #e1e1e1;
            transition: all .3s ease
        }

            .card-corporate .card-title a:hover {
                color: #ad7832
            }

            .card-corporate .card-title a.collapsed {
                border-color: transparent
            }

            .card-corporate .card-title a .card-arrow:after {
                opacity: 0;
                visibility: hidden
            }

            .card-corporate .card-title a.collapsed {
                border-radius: 0;
                border-bottom-width: 0
            }

                .card-corporate .card-title a.collapsed .card-arrow:after {
                    opacity: 1;
                    visibility: visible
                }

    .card-corporate .card-arrow {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 2;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 4px solid #ad7832;
        transform: translate3d(0, -50%, 0);
        transition: .33s all ease
    }

        .card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 4;
            transform: translate(-50%, -50%);
            background: #151515
        }

        .card-corporate .card-arrow::before {
            width: 15px;
            height: 3px
        }

        .card-corporate .card-arrow::after {
            width: 3px;
            height: 15px
        }

    .card-corporate .collapse {
        position: relative;
        z-index: 1;
        color: #151515;
        border-radius: 0
    }

    .card-corporate .card-body {
        padding: 25px 30px 30px 30px;
        color: #9b9b9b
    }

@media (max-width: 575.98px) {
    .card-corporate .card-body {
        padding-right: 15px
    }
}

@media (max-width: 767.98px) {
    .card-corporate .card-title a, .card-corporate .card-body {
        padding-left: 15px
    }

    .card-corporate .card-body {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .card-corporate .card-title a {
        padding-top: 23px;
        padding-bottom: 17px
    }
}

@media (min-width: 768px) {
    .card-corporate .card-arrow {
        right: 18px
    }

    .card-corporate .card-title a {
        font-size: 20px;
        line-height: 1.2;
        padding-right: 60px
    }
}

.card-corporate-2 .card-arrow {
    border-color: #ad7832
}

    .card-corporate-2 .card-arrow::before, .card-corporate-2 .card-arrow::after {
        background: #ad7832
    }

.tooltip {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .05em;
    z-index: 1010
}

    .tooltip.bs-tooltip-top .arrow::before {
        border-top-color: #151515
    }

    .tooltip.bs-tooltip-right .arrow::before {
        border-right-color: #151515
    }

    .tooltip.bs-tooltip-bottom .arrow::before {
        border-bottom-color: #151515
    }

    .tooltip.bs-tooltip-left .arrow::before {
        border-left-color: #151515
    }

.tooltip-inner {
    padding: 4px 11px;
    background-color: #151515
}

.border-classic > div {
    position: relative
}

    .border-classic > div::before {
        position: absolute;
        display: none;
        content: '';
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
        width: 80%;
        height: 1px;
        background: #d7d7d7
    }

@media (max-width: 575.98px) {
    .border-classic > div + div::before {
        display: inline-block
    }
}

@media (min-width: 576px) {
    .border-classic > div {
        position: relative
    }

        .border-classic > div::before {
            top: 50%;
            left: 0;
            width: 1px;
            height: 68px;
            margin-top: -34px;
            transform: none
        }

        .border-classic > div:nth-child(odd) + div::before {
            display: inline-block
        }
}

@media (min-width: 992px) {
    .border-classic > div + div::before {
        display: inline-block
    }
}

@media (min-width: 576px) {
    .border-classic-big > div::before {
        height: 86px;
        margin-top: -43px
    }
}

.context-dark .border-classic > div::before, .bg-gray-dark .border-classic > div::before, .bg-primary .border-classic > div::before {
    background: rgba(244, 244, 244, 0.55)
}

.border-modern {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e1e1e1
}

    .border-modern > div {
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #e1e1e1
    }

.border-creative {
    overflow: hidden
}

    .border-creative > div::before, .border-creative > div::after {
        position: absolute;
        content: '';
        background: #d1d1d1
    }

    .border-creative > div::before {
        height: 1px;
        left: 26px;
        right: 26px;
        bottom: -1px
    }

    .border-creative > div::after {
        width: 1px;
        top: 26px;
        right: -1px;
        bottom: 26px
    }

* + .border-creative {
    margin-top: 0
}

.border-2-column > div {
    padding: 0;
    border-top: 1px solid #e1e1e1
}

    .border-2-column > div:nth-child(1) {
        border-top: none
    }

        .border-2-column > div:nth-child(1) .counter-amy {
            padding-top: 0
        }

    .border-2-column > div:nth-last-child(1) .counter-amy {
        padding-bottom: 0
    }

@media (min-width: 576px) {
    .border-2-column > div:nth-child(2) {
        border-top: none
    }

        .border-2-column > div:nth-child(2) .counter-amy {
            padding-top: 0
        }

    .border-2-column > div:nth-last-child(2) .counter-amy {
        padding-bottom: 0
    }

    .border-2-column > div:nth-child(even) {
        border-left: 1px solid #e1e1e1
    }

        .border-2-column > div:nth-child(even) .counter-amy {
            padding-right: 0
        }

    .border-2-column > div:nth-child(odd) .counter-amy {
        padding-left: 0
    }
}

.context-dark .border-2-column > div, .bg-gray-dark .border-2-column > div, .bg-primary .border-2-column > div {
    border-color: rgba(255, 255, 255, 0.1)
}

.box-ordered {
    counter-reset: div
}

    .box-ordered .box-ordered-item::before {
        content: counter(div, decimal-leading-zero);
        counter-increment: div
    }

.box-ordered-2 {
    counter-reset: div
}

    .box-ordered-2 .box-ordered-item::before {
        content: counter(div, decimal);
        counter-increment: div
    }

.progress-linear {
    position: relative;
    text-align: left;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .075em;
    font-family: sans-serif, Arial, sans-serif;
    color: #9b9b9b
}

.progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.progress-bar-linear-wrap {
    height: 6px;
    border-radius: 3px;
    background: #ddd
}

.progress-bar-linear {
    position: relative;
    width: 0;
    height: inherit;
    background: #ad7832;
    transition: .5s all ease-in-out
}

.progress-value::after {
    content: "%"
}

.progress-value {
    position: absolute;
    bottom: 100%;
    right: -4px;
    margin-bottom: 12px;
    transform: translate3d(50%, 0, 0);
    will-change: transform
}

.progress-marker {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    background: #ad7832;
    border: 7px solid #fff;
    border-radius: 50%;
    transform: translate(50%, -50%);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1)
}

.progress-secondary .progress-bar-linear {
    background: #ad7832
}

.progress-secondary .progress-marker {
    background: #ad7832
}

.progress-orange .progress-bar-linear {
    background: #e7a855
}

.progress-orange .progress-marker {
    background: #e7a855
}

* + .progress-bar-linear-wrap {
    margin-top: 12px
}

* + .progress-linear {
    margin-top: 35px
}

.progress-linear + .progress-linear {
    margin-top: 20px
}

@media (min-width: 992px) {
    .progress-linear + .progress-linear {
        margin-top: 30px
    }
}

.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .05em;
    font-family: sans-serif, Arial, sans-serif;
    color: #151515;
    z-index: 1
}

    .progress-bar-circle::before {
        position: absolute;
        content: '';
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        border: 8px solid #e1e1e1;
        border-radius: 50%;
        z-index: -1
    }

    .progress-bar-circle canvas {
        vertical-align: middle
    }

    .progress-bar-circle span {
        position: absolute;
        top: 53%;
        left: 50%;
        font-size: 48px;
        line-height: 1;
        transform: translate(-50%, -50%)
    }

        .progress-bar-circle span::after {
            font-size: 36px;
            line-height: 1;
            content: "%"
        }

.progress-bar-circle-title {
    font-size: 14px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif;
    color: #151515
}

* + .progress-bar-circle-title {
    margin-top: 6px
}

.time_circles {
    position: relative;
    width: 100%
}

    .time_circles > div {
        position: absolute;
        top: 0 !important;
        bottom: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -10px;
        text-align: center;
        font-family: sans-serif, Arial, sans-serif
    }

@media (min-width: 1200px) {
    #DateCountdown {
        width: 100%
    }
}

.time_circles > div > h4 {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    right: 0;
    transform: translateY(-100%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: inherit;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase
}

    .time_circles > div > h4 + * {
        margin-top: 0
    }

@media (min-width: 768px) {
    .time_circles > div > h4 {
        font-size: 18px !important
    }
}

@media (min-width: 992px) {
    .time_circles > div > h4 {
        top: calc(100%+6px)
    }
}

.time_circles > div > span {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1 !important;
    color: #111
}

@media (min-width: 768px) {
    .time_circles > div > span {
        font-size: 34px !important
    }
}

@media (min-width: 992px) {
    .time_circles > div > span {
        font-size: 48px !important
    }
}

.context-dark .time_circles > div > span, .bg-gray-dark .time_circles > div > span, .bg-primary .time_circles > div > span {
    color: #fff
}

.countdown-wrap {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px
}

* + .countdown-wrap {
    margin-top: 35px
}

* + .DateCountdown {
    margin-top: 20px
}

.DateCountdown + * {
    margin-top: 40px
}

.countdown-wrap + .button {
    margin-top: 40px
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: pan-Y;
        -ms-touch-action: pan-Y
    }

        .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;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item .owl-item {
            width: 100%
        }

    .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
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.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;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease
}

    .owl-carousel .owl-video-play-icon:before {
        content: '\f144'
    }

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-nav.disabled {
    display: none !important
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: 400 46px/50px 'FontAwesome';
    color: #ccc;
    cursor: pointer
}

    .owl-prev:hover, .owl-next:hover {
        color: #ad7832
    }

.owl-prev {
    left: 0
}

    .owl-prev::before {
        content: '\f104'
    }

.owl-next {
    right: 0
}

    .owl-next::before {
        content: '\f105'
    }

.owl-dots {
    position: absolute;
    text-align: center;
    font-size: 0;
    line-height: 0;
    bottom: 30px;
    width: 100%
}

    .owl-dots.disabled {
        display: none !important
    }

.owl-dot {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 0;
    margin-left: 6px;
    margin-right: 6px;
    outline: none;
    cursor: pointer;
    transition: .2s
}

@media (min-width: 992px) {
    .owl-dot {
        margin-left: 4px;
        margin-right: 4px
    }
}

.owl-dot::before, .owl-dot::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.owl-dot::before {
    background: #9b9b9b;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease
}

.owl-dot::after {
    opacity: 0;
    background: #ad7832;
    transform: translateY(-200%);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s
}

.owl-dot:only-child {
    display: none
}

.owl-dot:hover::before, .owl-dot:focus::before {
    background: #151515
}

.owl-dot.active::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition: transform 0.3s ease, opacity 0.3s ease
}

.owl-dot.active::before {
    opacity: 0;
    visibility: hidden;
    transform: translateY(200%)
}

.owl-dots-secondary .owl-dot::after {
    background: #ad7832
}

.owl-dots-white .owl-dot::before {
    background: rgba(255, 255, 255, 0.8)
}

.owl-dots-white .owl-dot:hover::before, .owl-dots-white .owl-dot:focus::before {
    background: #fff
}

.post .owl-dots {
    bottom: 40px
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
    border-color: #fff
}

    .owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
        background-color: #fff
    }

    .owl-carousel.owl-carousel-light-dots .owl-dot.active {
        background-color: #fff
    }

.owl-classic .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px
}

.owl-classic .owl-prev, .owl-classic .owl-next {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 54px;
    font-size: 0;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .25s ease
}

    .owl-classic .owl-prev::before, .owl-classic .owl-prev::after, .owl-classic .owl-next::before, .owl-classic .owl-next::after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        transition: all .3s ease-in-out
    }

    .owl-classic .owl-prev::before, .owl-classic .owl-next::before {
        height: 2px;
        width: 32px;
        background-color: rgba(21, 21, 21, 0.21)
    }

    .owl-classic .owl-prev::after, .owl-classic .owl-next::after {
        width: 0;
        height: 0;
        border-style: solid
    }

    .owl-classic .owl-prev:hover, .owl-classic .owl-next:hover {
        padding-left: 0;
        padding-right: 0
    }

        .owl-classic .owl-prev:hover::before, .owl-classic .owl-next:hover::before {
            background-color: #ad7832
        }

        .owl-classic .owl-prev:hover::after, .owl-classic .owl-next:hover::after {
            border-left-color: #ad7832;
            border-right-color: #ad7832
        }

.owl-classic .owl-prev {
    flex-direction: row-reverse;
    left: -62px
}

    .owl-classic .owl-prev::after {
        border-width: 5px 8px 5px 0;
        border-color: transparent rgba(21, 21, 21, 0.21) transparent transparent
    }

.owl-classic .owl-next {
    right: -62px
}

    .owl-classic .owl-next::after {
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent rgba(21, 21, 21, 0.21)
    }

@media (min-width: 1600px) {
    .owl-classic .owl-prev, .owl-classic .owl-next {
        display: flex
    }

    .owl-classic .owl-dots {
        display: none
    }
}

.owl-modern {
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

    .owl-modern .owl-stage-outer {
        padding-top: 19px;
        padding-bottom: 15px
    }

        .owl-modern .owl-stage-outer::before, .owl-modern .owl-stage-outer::after {
            position: absolute;
            content: ''
        }

        .owl-modern .owl-stage-outer::before {
            top: 0;
            right: 55px;
            left: 55px;
            height: 18px;
            background: #e8e8e8;
            z-index: -1
        }

        .owl-modern .owl-stage-outer::after {
            top: 9px;
            right: 30px;
            left: 30px;
            height: 9px;
            background: #f4f4f4;
            z-index: -1
        }

    .owl-modern .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 17px
    }

.owl-timeline::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 100px;
    height: 0px;
    width: 100%;
    background: #ddd
}

.owl-timeline .owl-prev, .owl-timeline .owl-next {
    top: 35%;
    transform: none
}

@media (min-width: 1600px) {
    .owl-timeline::before {
        bottom: 51px
    }
}

.owl-navbar .owl-dots {
    position: static;
    margin-top: 25px
}

.owl-navbar .owl-dot:before {
    background: #e7e7e7
}

.owl-navbar .owl-dot:hover::before, .owl-navbar .owl-dot:focus::before {
    background: #9b9b9b
}

.owl-products .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 26px
}

* + .owl-products {
    margin-top: 40px
}

.owl-clients .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px
}

.owl-posts .owl-stage-outer {
    padding-bottom: 10px
}

.owl-posts .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 22px
}

.owl-posts .owl-dot::before {
    background: #d7d7d7
}

.owl-posts .owl-dot::after {
    background: #ad7832
}

.owl-posts .owl-dot:hover::before, .owl-posts .owl-dot:focus::before {
    background: #ad7832
}

.owl-posts-2 .owl-dot::after {
    background: #ad7832
}

.owl-posts-2 .owl-dot:hover::before, .owl-posts-2 .owl-dot:focus::before {
    background: #ad7832
}

.owl-services .owl-stage-outer {
    padding: 10px;
    margin: -10px
}

.owl-services .owl-prev {
    left: -10px
}

.owl-services .owl-next {
    right: -10px
}

@media (min-width: 576px) {
    .owl-services {
        padding: 0 40px
    }

        .owl-services .owl-prev, .owl-services .owl-next {
            display: flex
        }

        .owl-services .owl-dots {
            display: none
        }
}

@media (min-width: 768px) {
    .owl-services .owl-prev {
        left: -25px
    }

    .owl-services .owl-next {
        right: -25px
    }
}

@media (min-width: 992px) {
    .owl-services {
        padding: 0
    }
}

.owl-services-2 .owl-stage-outer {
    padding-top: 30px;
    margin-top: -30px
}

.owl-team {
    position: static
}

    .owl-team .owl-next, .owl-team .owl-prev {
        position: absolute;
        display: none;
        top: 0;
        bottom: 0;
        font-size: 0;
        line-height: 0;
        background: rgba(247, 247, 247, 0.7);
        transform: none;
        transition: all .3s ease-in-out
    }

        .owl-team .owl-next::before, .owl-team .owl-prev::before {
            display: none
        }

        .owl-team .owl-next:hover, .owl-team .owl-prev:hover {
            background: rgba(247, 247, 247, 0.4)
        }

    .owl-team .owl-next {
        right: 0;
        left: calc(50% + 615px)
    }

    .owl-team .owl-prev {
        left: 0;
        right: calc(50% + 615px)
    }

    .owl-team .owl-dots {
        position: static;
        margin-top: 35px
    }

@media (min-width: 1200px) {
    .owl-team .owl-stage-outer {
        overflow: visible
    }

    .owl-team .owl-item:not(.active) .team-creative {
        pointer-events: none
    }

    .owl-team .owl-next, .owl-team .owl-prev {
        display: block
    }
}

@media (min-width: 1280px) {
    .owl-team .owl-dots {
        display: none
    }
}

@media (min-width: 1280px) and (max-width: 1399px) {
    .container-custom-2 {
        max-width: 1100px
    }

    .owl-team {
        max-width: 1070px
    }

        .owl-team .owl-next {
            left: calc(50% + 564px)
        }

        .owl-team .owl-prev {
            right: calc(50% + 564px)
        }
}

.owl-team-2 .owl-stage-outer {
    padding: 10px;
    margin: -10px
}

.owl-team-2 .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px
}

.owl-quote .owl-prev, .owl-quote .owl-next {
    width: 74px
}

    .owl-quote .owl-prev::before, .owl-quote .owl-next::before {
        width: 52px
    }

.owl-quote .owl-prev {
    left: -100px
}

.owl-quote .owl-next {
    right: -100px
}

.owl-quote .owl-dots {
    margin-top: 30px
}

@media (min-width: 1400px) {
    .owl-quote .owl-prev, .owl-quote .owl-next {
        display: flex
    }

    .owl-quote .owl-dots {
        display: none
    }
}

@media (min-width: 1600px) {
    .owl-quote .owl-prev, .owl-quote .owl-next {
        width: 94px
    }

        .owl-quote .owl-prev::before, .owl-quote .owl-next::before {
            width: 72px
        }

    .owl-quote .owl-prev {
        left: -185px
    }

    .owl-quote .owl-next {
        right: -185px
    }
}

@media (min-width: 992px) {
    .desktop .owl-quote .owl-stage-outer {
        padding: 35px 0
    }

    .desktop .owl-quote .owl-dots {
        margin-top: 0
    }

    .desktop [class*='section-'].section-lg-bottom-10 {
        padding-bottom: 10px
    }

    .desktop * + .owl-quote {
        margin-top: 0
    }
}

.owl-quote-2 .owl-stage-outer {
    padding: 10px 10px 25px;
    margin: -10px -10px -25px
}

.owl-custom-nav {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-bottom: -6px;
    margin-left: -6px
}

    .owl-custom-nav:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    .owl-custom-nav > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 6px;
        margin-left: 6px
    }

    .owl-custom-nav .owl-prev, .owl-custom-nav .owl-next {
        position: static;
        display: inline-block;
        top: auto;
        left: auto;
        right: auto;
        width: 33px;
        height: 33px;
        font-size: 22px;
        line-height: 25px;
        color: #ad7832;
        border: 4px solid #ad7832;
        border-radius: 50%;
        transform: none;
        transition: all .25s ease-in-out
    }

        .owl-custom-nav .owl-prev:hover, .owl-custom-nav .owl-next:hover {
            border-color: #ad7832
        }

.parallax-container {
    position: relative;
    overflow: hidden
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0
}

.ipad .material-parallax, .iphone .material-parallax {
    background-attachment: scroll !important
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    max-width: none;
    min-height: 101%;
    transform: translate3d(-50%, 0, 0)
}

.parallax-content {
    position: relative;
    z-index: 1
}

.select2-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    min-height: 50px;
    min-width: 250px;
    margin: 0;
    padding: 0;
    letter-spacing: .05em;
    background: #fff;
    border: 1px solid #e1e1e1
}

.select2-container-active {
    border: 1px solid #ad7832
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .select2-container .select2-choice {
        display: block;
        position: relative;
        color: #151515;
        background-color: #fff;
        padding: 12px 40px 12px 26px;
        border-radius: 0;
        text-decoration: none
    }

        .select2-container .select2-choice > .select2-chosen {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

.select2-dropdown-open .select2-choice {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-arrow {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

    .select2-arrow b:before {
        display: inline-block;
        font-weight: 400;
        content: "";
        font-family: "Material Design Icons";
        font-size: 20px;
        transform: rotate(0deg)
    }

.select2-dropdown-open .select2-arrow b:before {
    transform: rotate(180deg)
}

.select2-container .select2-choice abbr {
    display: none
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 100;
    top: 100%;
    background: #fff;
    color: #151515;
    border: 1px solid #f7f7f7;
    border-top: 0;
    border-radius: 0 0 0 0
}

.select2-drop-active {
    border: 1px solid #ad7832;
    border-top: 0
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 0
}

    .select2-drop.select2-drop-above.select2-drop-active {
        border: 1px solid #ad7832
    }

.select2-search {
    display: inline-block;
    width: 100%;
    padding: 4px 4px 0;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

    .select2-search:before {
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(calc(-50% + 4px));
        display: inline-block;
        content: '\f43b';
        font-family: "Material Design Icons";
        font-size: 20px;
        line-height: 1
    }

    .select2-search input {
        width: 100%;
        padding: 5px 35px 5px 5px;
        margin: 0;
        outline: 0;
        font-size: 1em;
        background-color: #fff;
        color: #151515;
        border: 1px solid #f7f7f7
    }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #f7f7f7;
    border-top-color: transparent
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-results {
    padding: 4px 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.select2-result {
    border-radius: 0;
    transition: .1s
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results .select2-highlighted {
    color: #fff;
    background: #ad7832
}

.select2-results li em {
    background: #fff;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: transparent
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-disabled.select2-highlighted {
    color: #fff;
    background: #ad7832;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #b7b7b7;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2)
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none
    }

.select2-container-multi {
    display: flex;
    align-items: stretch;
    height: auto;
    min-height: 60px
}

    .select2-container-multi .select2-choices {
        display: flex;
        flex-flow: row;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        line-height: 0;
        cursor: text;
        overflow: hidden
    }

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

    .select2-container-multi .select2-choices .select2-search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap
    }

        .select2-container-multi .select2-choices .select2-search-field input {
            width: 100% !important;
            outline: 0;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent !important
        }

    .select2-container-multi .select2-choices .select2-search-choice {
        padding: 4px 5px 4px 20px;
        margin: 3px 0 3px 5px;
        position: relative;
        line-height: 13px;
        cursor: default;
        border: 1px solid #dedede;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dedede
    }

        .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
            cursor: default
        }

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 3px;
    color: #2c343b
}

    .select2-search-choice-close:before {
        display: inline-block;
        content: '\f24c';
        font-family: "Material Design Icons";
        font-size: 12px;
        line-height: 1
    }

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

.rd-range {
    height: 18px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    -webkit-align-items: center
}

.rd-range__wrap {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #f4f4f4;
    transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1)
}

.rd-range__pointer {
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 6%;
    z-index: 1;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 15%;
    transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
    overflow: visible;
    background-color: #ad7832;
    border: 6px solid #fff;
    background-clip: padding-box;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1)
}

@media (min-width: 768px) {
    .rd-range__pointer.active {
        transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%)
    }
}

.rd-range__line {
    background-color: #ad7832;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    transition: none
}

.rd-range .rd-range__pointer-tooltip {
    display: none !important
}

.rd-range-wrap {
    display: flex;
    align-items: center
}

.rd-range-form-wrap span, .rd-range-input, .rd-range-title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: sans-serif, Arial, sans-serif
}

.rd-range-title {
    margin-right: 4px
}

.rd-range-form-wrap {
    position: relative;
    padding-left: 6px;
    color: #151515
}

    .rd-range-form-wrap span {
        position: absolute;
        top: 4px;
        left: 0
    }

.rd-range-divider {
    height: 2px;
    width: 10px;
    margin-left: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
    border-top: 2px solid #151515
}

.rd-range-input {
    text-align: center;
    outline: none;
    border: none;
    padding: 0;
    max-width: 36px;
    background-color: transparent;
    border-radius: 0
}

.rd-range + * {
    margin-top: 22px
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: inline-block
}

.slick-slide:focus {
    outline: none
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
    background: #ad7832;
    color: #fff;
    top: 50%;
    margin-top: -10px 9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 9
}

    .slick-prev:hover, .slick-next:hover {
        outline: none;
        color: #ad7832;
        background-color: #fff
    }

    .slick-prev.slick-disabled, .slick-next.slick-disabled {
        background-color: #d7d7d7
    }

    .slick-prev:before, .slick-next:before {
        font-family: "Material Design Icons";
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -15px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    content: ""
}

[dir="rtl"] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -15px
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir="rtl"] .slick-next:before {
    content: ""
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 0.7
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.7;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 1
        }

.carousel-parent {
    margin-bottom: 7px
}

.child-carousel .slick-list {
    margin-left: -6px;
    margin-right: -6px
}

.child-carousel .slick-slide {
    cursor: pointer;
    margin: 0 6px
}

    .child-carousel .slick-slide img {
        width: 100%
    }

@media (min-width: 768px) {
    .child-carousel .slick-slide {
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slick-product {
        display: flex;
        margin-left: -6px;
        margin-right: -6px
    }

        .slick-product .carousel-parent, .slick-product .child-carousel {
            padding-left: 6px;
            padding-right: 6px
        }

        .slick-product .carousel-parent {
            width: 74%;
            margin-bottom: 0
        }

        .slick-product .child-carousel {
            width: 26%;
            display: flex;
            align-content: stretch
        }

            .slick-product .child-carousel .slick-list {
                display: flex;
                margin-left: 0;
                margin-right: 0
            }

            .slick-product .child-carousel .slick-slide {
                width: calc(100% - 10px) !important;
                margin-left: 5px;
                margin-right: 5px
            }

        .slick-product .slick-arrow {
            right: auto;
            left: 50%;
            transform: translate(-50%, 0)
        }

        .slick-product .slick-prev {
            top: -10px
        }

            .slick-product .slick-prev::before {
                content: '\f239'
            }

        .slick-product .slick-next {
            top: auto;
            bottom: -10px
        }

            .slick-product .slick-next::before {
                content: '\f236'
            }
}

@media (min-width: 992px) {
    .slick-product {
        margin-right: 25px
    }
}

@media (min-width: 1200px) {
    .slick-product {
        margin-right: 38px
    }
}

.slick-custom-nav .slick-prev, .slick-custom-nav .slick-next {
    background-color: transparent;
    font-size: 60px
}

.slick-custom-nav .slick-prev {
    left: -30px
}

.slick-custom-nav .slick-next {
    right: -20px
}

@media (min-width: 1600px) {
    .slick-custom-nav .slick-prev {
        left: -50px
    }

    .slick-custom-nav .slick-next {
        right: -40px
    }
}

.slick-product-figure {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
    transition: all .3s ease
}

    .slick-product-figure img {
        width: 100%;
        transform: none;
        transition: inherit
    }

.bg-light-trans {
    background-color: rgb(255 255 255 / 90%)
}

.about-heading {
    color: #ad7832;
    font-size: 34px;
    font-variant: small-caps;
    font-weight: bold
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.inner_div {
    padding-top: 20px;
    position: relative;
    padding-left: 25px;
    text-align: justify
}

    .inner_div:first-child {
        padding-top: 0px
    }

    .inner_div:after {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 30px);
        background-color: #e3e3e3;
        top: 30px;
        left: 0px;
        z-index: 1;
        transition: background .4s, border-radius .3s;
        transition-timing-function: cubic-bezier(0.8, 0.4, 0.4, 0.5)
    }

    .inner_div:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #e3e3e3;
        top: 30px;
        left: -9px;
        transform: rotate(45deg);
        z-index: 2;
        transition: background .4s, border-radius .3s;
        transition-timing-function: cubic-bezier(0.8, 0.4, 0.4, 0.5)
    }

.clr_line.inner_div:before, .clr_line.inner_div:after {
    background-color: #b20002;
    border-radius: 10px
}

.modal-content {
    border: 3px solid #b20002
}

.ap_faq_card {
    margin-bottom: 10px
}

.ap_faq_card_header {
    background-color: #eee;
    font-weight: bold;
    font-size: 15px;
    padding: 5px
}

.ap_faq_card_body {
    padding: 5px
}

.cl1 {
    float: left;
    max-width: 40%
}

.cl2 {
    float: left;
    max-width: 20%
}

.home_destination {
    position: relative;
    padding: 1px
}

    .home_destination p {
        position: absolute;
        z-index: 99;
        bottom: 5px;
        width: 100%;
        text-align: center
    }

        .home_destination p a {
            color: #fff;
            font-weight: bold;
            font-size: 18px
        }

    .home_destination img {
        transition: 200ms
    }

.ap_watermark {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px !important;
    opacity: .5;
    pointer-events: none
}

.home_destination:hover img {
    transform: scale(0.98)
}

@media (max-width: 767.98px) {
    .cl1, .cl2 {
        float: none;
        max-width: 100%
    }
}

.ap_demo_img {
    width: 55px
}

.bg-gr {
    background-color: #eee
}

.theme_clr {
    color: #ad7832
}

.rhs_des {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: -2px 2px 3px #ddd;
    margin-bottom: 20px;
    border: 3px solid #ddd;
}

.ap_dur_list li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

    .ap_dur_list li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none
    }

    .ap_dur_list li span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #ad7832;
    }

.tr_box {
    font-size: 16px
}

    .tr_box .brand_nm {
        color: #ad7832;
        font-weight: 500
    }

.list-tour {
    padding-left: 15px
}

.exexex span::after {
    background: green
}

.include_lst font.fa {
    color: green;
    font-size: 20px;
    vertical-align: middle;
    padding-right: 8px
}

.exclude_lst font.fa {
    color: #dc3545;
    font-size: 20px;
    vertical-align: middle;
    padding-right: 8px
}

.ap_desc_justify p {
    text-align: justify
}

.inner_div p {
    text-align: justify
}

.main_pack {
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.main_tour_place {
    min-height: 45px
}

#whatsappa {
    position: fixed;
    z-index: 999;
    bottom: 80px;
    right: 10px
}

.why_list {
    padding-left: 10px;
    margin-top: 8px
}

    .why_list li {
        margin-bottom: 10px
    }

.ok {
    background-color: green;
    color: #fff;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    line-height: 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 10px
}

.why_list li .fa-circle {
    font-size: 8px
}

@media(min-width:767px) {
    .des_card {
        margin-left: 15px
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ie-panel {
    display: none;
    background: #212121;
    padding: 10px 0;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    clear: both;
    text-align: center;
    position: relative;
    z-index: 1
}

html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {
    display: block
}

.ap_pattern {
    background-image: url(../images/bottom-pattern.png), url(../images/top-pattern.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    padding-bottom: 80px
}

.checked {
    color: orange
}

.breadcrumbs-custom-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    font-family: sans-serif, Arial, sans-serif;
    letter-spacing: normal;
}

.pay-now-btn {
    margin: 0 0px 10px 10px;
    border-radius: 15px;
    background: #ad7832;
    color: #fff;
}

@media (min-width: 768px) {
    .breadcrumbs-custom-title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom-title {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom-title {
        font-size: 48px;
        line-height: 1.2;
    }
}
