@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&display=swap'); 
        :root {
            --blue: #49243E;
            --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: #5533ff;
            --secondary: #6c757d;
            --success: #28a745;
            --info: #17a2b8;
            --warning: #ffc107;
            --danger: #dc3545;
            --light: #f8f9fa;
            --dark: #343a40;
            --breakpoint-xs: 0;
            --breakpoint-sm: 576px;
            --breakpoint-md: 768px;
            --breakpoint-lg: 992px;
            --breakpoint-xl: 1200px;
            --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
        }

        *, ::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
        }

        article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
            display: block
        }

        body {
            margin: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
            text-align: left;
            background-color: #fff
        }

        [tabindex="-1"]:focus:not(:focus-visible) {
            outline: 0 !important
        }

        hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible
        }

        h1, h2, h3, h4, h5, h6 {
            margin-top: 0;
            margin-bottom: .5rem
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem
        }

        abbr[data-original-title], abbr[title] {
            text-decoration: underline;
            -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
            cursor: help;
            border-bottom: 0;
            -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none
        }

        address {
            margin-bottom: 1rem;
            font-style: normal;
            line-height: inherit
        }

        dl, ol, ul {
            margin-top: 0;
            margin-bottom: 1rem
        }

        ol ol, ol ul, ul ol, ul ul {
            margin-bottom: 0
        }

        dt {
            font-weight: 700
        }

        dd {
            margin-bottom: .5rem;
            margin-left: 0
        }

        blockquote {
            margin: 0 0 1rem
        }

        b, strong {
            font-weight: bolder
        }

        small {
            font-size: 80%
        }

        sub, sup {
            position: relative;
            font-size: 75%;
            line-height: 0;
            vertical-align: baseline
        }

        sub {
            bottom: -.25em
        }

        sup {
            top: -.5em
        }

        a {
            color: #53f;
            text-decoration: none;
            background-color: transparent
        }

        a:hover {
            color: #2600e6;
            text-decoration: underline
        }

        a:not([href]):not([class]) {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

        code, kbd, pre, samp {
            font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 1em
        }

        pre {
            margin-top: 0;
            margin-bottom: 1rem;
            overflow: auto;
            -ms-overflow-style: scrollbar
        }

        figure {
            margin: 0 0 1rem
        }

        img {
            vertical-align: middle;
            border-style: none
        }

        svg {
            overflow: hidden;
            vertical-align: middle
        }

        table {
            border-collapse: collapse
        }

        caption {
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #6c757d;
            text-align: left;
            caption-side: bottom
        }

        th {
            text-align: inherit;
            text-align: -webkit-match-parent
        }

        label {
            display: inline-block;
            margin-bottom: .5rem
        }

        button {
            border-radius: 0
        }

        button:focus:not(:focus-visible) {
            outline: 0
        }

        button, input, optgroup, select, textarea {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }

        button, input {
            overflow: visible
        }

        button, select {
            text-transform: none
        }

        [role=button] {
            cursor: pointer
        }

        select {
            word-wrap: normal
        }

        [type=button], [type=reset], [type=submit], button {
            -webkit-appearance: button
        }

        [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
            cursor: pointer
        }

        [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
            padding: 0;
            border-style: none
        }

        input[type=checkbox], input[type=radio] {
            box-sizing: border-box;
            padding: 0
        }

        textarea {
            overflow: auto;
            resize: vertical
        }

        fieldset {
            min-width: 0;
            padding: 0;
            margin: 0;
            border: 0
        }

        legend {
            display: block;
            width: 100%;
            max-width: 100%;
            padding: 0;
            margin-bottom: .5rem;
            font-size: 1.5rem;
            line-height: inherit;
            color: inherit;
            white-space: normal
        }

        progress {
            vertical-align: baseline
        }

        [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
            height: auto
        }

        [type=search] {
            outline-offset: -2px;
            -webkit-appearance: none
        }

        [type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

        ::-webkit-file-upload-button {
            font: inherit;
            -webkit-appearance: button
        }

        output {
            display: inline-block
        }

        summary {
            display: list-item;
            cursor: pointer
        }

        template {
            display: none
        }

        [hidden] {
            display: none !important
        }

        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2
        }

        .h1, h1 {
            font-size: 2.5rem
        }

        .h2, h2 {
            font-size: 2rem
        }

        .h3, h3 {
            font-size: 1.75rem
        }

        .h4, h4 {
            font-size: 1.5rem
        }

        .h5, h5 {
            font-size: 1.25rem
        }

        .h6, h6 {
            font-size: 1rem
        }

        .lead {
            font-size: 1.25rem;
            font-weight: 300
        }

        .display-1 {
            font-size: 6rem;
            font-weight: 300;
            line-height: 1.2
        }

        .display-2 {
            font-size: 5.5rem;
            font-weight: 300;
            line-height: 1.2
        }

        .display-3 {
            font-size: 4.5rem;
            font-weight: 300;
            line-height: 1.2
        }

        .display-4 {
            font-size: 3.5rem;
            font-weight: 300;
            line-height: 1.2
        }

        hr {
            margin-top: 1rem;
            margin-bottom: 1rem;
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, .1)
        }

        .small, small {
            font-size: 80%;
            font-weight: 400
        }

        .mark, mark {
            padding: .2em;
            background-color: #fcf8e3
        }

        .list-unstyled {
            padding-left: 0;
            list-style: none
        }

        .list-inline {
            padding-left: 0;
            list-style: none
        }

        .list-inline-item {
            display: inline-block
        }

        .list-inline-item:not(:last-child) {
            margin-right: .5rem
        }

        .initialism {
            font-size: 90%;
            text-transform: uppercase
        }

        .blockquote {
            margin-bottom: 1rem;
            font-size: 1.25rem
        }

        .blockquote-footer {
            display: block;
            font-size: 80%;
            color: #6c757d
        }

        .blockquote-footer::before {
            content: "\2014\00A0"
        }

        .img-fluid {
            max-width: 100%;
            height: auto
        }

        .img-thumbnail {
            padding: .25rem;
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: .25rem;
            max-width: 100%;
            height: auto
        }

        .figure {
            display: inline-block
        }

        .figure-img {
            margin-bottom: .5rem;
            line-height: 1
        }

        .figure-caption {
            font-size: 90%;
            color: #6c757d
        }

        code {
            font-size: 87.5%;
            color: #e83e8c;
            word-wrap: break-word
        }

        a > code {
            color: inherit
        }

        kbd {
            padding: .2rem .4rem;
            font-size: 87.5%;
            color: #fff;
            background-color: #212529;
            border-radius: .2rem
        }

        kbd kbd {
            padding: 0;
            font-size: 100%;
            font-weight: 700
        }

        pre {
            display: block;
            font-size: 87.5%;
            color: #212529
        }

        pre code {
            font-size: inherit;
            color: inherit;
            word-break: normal
        }

        .pre-scrollable {
            max-height: 340px;
            overflow-y: scroll
        }

        .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto
        }

        @media (min-width: 576px) {
            .container, .container-sm {
                max-width: 540px
            }
        }

        @media (min-width: 768px) {
            .container, .container-md, .container-sm {
                max-width: 720px
            }
        }

        @media (min-width: 992px) {
            .container, .container-lg, .container-md, .container-sm {
                max-width: 960px
            }
        }

        @media (min-width: 1200px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl {
                max-width: 1140px
            }
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px
        }

        .no-gutters {
            margin-right: 0;
            margin-left: 0
        }

        .no-gutters > .col, .no-gutters > [class*=col-] {
            padding-right: 0;
            padding-left: 0
        }

        .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px
        }

        .col {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }

        .row-cols-1 > * {
            flex: 0 0 100%;
            max-width: 100%
        }

        .row-cols-2 > * {
            flex: 0 0 50%;
            max-width: 50%
        }

        .row-cols-3 > * {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

        .row-cols-4 > * {
            flex: 0 0 25%;
            max-width: 25%
        }

        .row-cols-5 > * {
            flex: 0 0 20%;
            max-width: 20%
        }

        .row-cols-6 > * {
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

        .col-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }

        .col-1 {
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }

        .col-2 {
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

        .col-3 {
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-4 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

        .col-5 {
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }

        .col-6 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-7 {
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }

        .col-8 {
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }

        .col-9 {
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-10 {
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }

        .col-11 {
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }

        .col-12 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .order-first {
            order: -1
        }

        .order-last {
            order: 13
        }

        .order-0 {
            order: 0
        }

        .order-1 {
            order: 1
        }

        .order-2 {
            order: 2
        }

        .order-3 {
            order: 3
        }

        .order-4 {
            order: 4
        }

        .order-5 {
            order: 5
        }

        .order-6 {
            order: 6
        }

        .order-7 {
            order: 7
        }

        .order-8 {
            order: 8
        }

        .order-9 {
            order: 9
        }

        .order-10 {
            order: 10
        }

        .order-11 {
            order: 11
        }

        .order-12 {
            order: 12
        }

        .offset-1 {
            margin-left: 8.33333%
        }

        .offset-2 {
            margin-left: 16.66667%
        }

        .offset-3 {
            margin-left: 25%
        }

        .offset-4 {
            margin-left: 33.33333%
        }

        .offset-5 {
            margin-left: 41.66667%
        }

        .offset-6 {
            margin-left: 50%
        }

        .offset-7 {
            margin-left: 58.33333%
        }

        .offset-8 {
            margin-left: 66.66667%
        }

        .offset-9 {
            margin-left: 75%
        }

        .offset-10 {
            margin-left: 83.33333%
        }

        .offset-11 {
            margin-left: 91.66667%
        }

        @media (min-width: 576px) {
            .col-sm {
                flex-basis: 0;
                flex-grow: 1;
                max-width: 100%
            }

            .row-cols-sm-1 > * {
                flex: 0 0 100%;
                max-width: 100%
            }

            .row-cols-sm-2 > * {
                flex: 0 0 50%;
                max-width: 50%
            }

            .row-cols-sm-3 > * {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .row-cols-sm-4 > * {
                flex: 0 0 25%;
                max-width: 25%
            }

            .row-cols-sm-5 > * {
                flex: 0 0 20%;
                max-width: 20%
            }

            .row-cols-sm-6 > * {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-sm-auto {
                flex: 0 0 auto;
                width: auto;
                max-width: 100%
            }

            .col-sm-1 {
                flex: 0 0 8.33333%;
                max-width: 8.33333%
            }

            .col-sm-2 {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-sm-3 {
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-sm-4 {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .col-sm-5 {
                flex: 0 0 41.66667%;
                max-width: 41.66667%
            }

            .col-sm-6 {
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-sm-7 {
                flex: 0 0 58.33333%;
                max-width: 58.33333%
            }

            .col-sm-8 {
                flex: 0 0 66.66667%;
                max-width: 66.66667%
            }

            .col-sm-9 {
                flex: 0 0 75%;
                max-width: 75%
            }

            .col-sm-10 {
                flex: 0 0 83.33333%;
                max-width: 83.33333%
            }

            .col-sm-11 {
                flex: 0 0 91.66667%;
                max-width: 91.66667%
            }

            .col-sm-12 {
                flex: 0 0 100%;
                max-width: 100%
            }

            .order-sm-first {
                order: -1
            }

            .order-sm-last {
                order: 13
            }

            .order-sm-0 {
                order: 0
            }

            .order-sm-1 {
                order: 1
            }

            .order-sm-2 {
                order: 2
            }

            .order-sm-3 {
                order: 3
            }

            .order-sm-4 {
                order: 4
            }

            .order-sm-5 {
                order: 5
            }

            .order-sm-6 {
                order: 6
            }

            .order-sm-7 {
                order: 7
            }

            .order-sm-8 {
                order: 8
            }

            .order-sm-9 {
                order: 9
            }

            .order-sm-10 {
                order: 10
            }

            .order-sm-11 {
                order: 11
            }

            .order-sm-12 {
                order: 12
            }

            .offset-sm-0 {
                margin-left: 0
            }

            .offset-sm-1 {
                margin-left: 8.33333%
            }

            .offset-sm-2 {
                margin-left: 16.66667%
            }

            .offset-sm-3 {
                margin-left: 25%
            }

            .offset-sm-4 {
                margin-left: 33.33333%
            }

            .offset-sm-5 {
                margin-left: 41.66667%
            }

            .offset-sm-6 {
                margin-left: 50%
            }

            .offset-sm-7 {
                margin-left: 58.33333%
            }

            .offset-sm-8 {
                margin-left: 66.66667%
            }

            .offset-sm-9 {
                margin-left: 75%
            }

            .offset-sm-10 {
                margin-left: 83.33333%
            }

            .offset-sm-11 {
                margin-left: 91.66667%
            }
        }

        @media (min-width: 768px) {
            .col-md {
                flex-basis: 0;
                flex-grow: 1;
                max-width: 100%
            }

            .row-cols-md-1 > * {
                flex: 0 0 100%;
                max-width: 100%
            }

            .row-cols-md-2 > * {
                flex: 0 0 50%;
                max-width: 50%
            }

            .row-cols-md-3 > * {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .row-cols-md-4 > * {
                flex: 0 0 25%;
                max-width: 25%
            }

            .row-cols-md-5 > * {
                flex: 0 0 20%;
                max-width: 20%
            }

            .row-cols-md-6 > * {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-md-auto {
                flex: 0 0 auto;
                width: auto;
                max-width: 100%
            }

            .col-md-1 {
                flex: 0 0 8.33333%;
                max-width: 8.33333%
            }

            .col-md-2 {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-md-3 {
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-md-4 {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .col-md-5 {
                flex: 0 0 41.66667%;
                max-width: 41.66667%
            }

            .col-md-6 {
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-md-7 {
                flex: 0 0 58.33333%;
                max-width: 58.33333%
            }

            .col-md-8 {
                flex: 0 0 66.66667%;
                max-width: 66.66667%
            }

            .col-md-9 {
                flex: 0 0 75%;
                max-width: 75%
            }

            .col-md-10 {
                flex: 0 0 83.33333%;
                max-width: 83.33333%
            }

            .col-md-11 {
                flex: 0 0 91.66667%;
                max-width: 91.66667%
            }

            .col-md-12 {
                flex: 0 0 100%;
                max-width: 100%
            }

            .order-md-first {
                order: -1
            }

            .order-md-last {
                order: 13
            }

            .order-md-0 {
                order: 0
            }

            .order-md-1 {
                order: 1
            }

            .order-md-2 {
                order: 2
            }

            .order-md-3 {
                order: 3
            }

            .order-md-4 {
                order: 4
            }

            .order-md-5 {
                order: 5
            }

            .order-md-6 {
                order: 6
            }

            .order-md-7 {
                order: 7
            }

            .order-md-8 {
                order: 8
            }

            .order-md-9 {
                order: 9
            }

            .order-md-10 {
                order: 10
            }

            .order-md-11 {
                order: 11
            }

            .order-md-12 {
                order: 12
            }

            .offset-md-0 {
                margin-left: 0
            }

            .offset-md-1 {
                margin-left: 8.33333%
            }

            .offset-md-2 {
                margin-left: 16.66667%
            }

            .offset-md-3 {
                margin-left: 25%
            }

            .offset-md-4 {
                margin-left: 33.33333%
            }

            .offset-md-5 {
                margin-left: 41.66667%
            }

            .offset-md-6 {
                margin-left: 50%
            }

            .offset-md-7 {
                margin-left: 58.33333%
            }

            .offset-md-8 {
                margin-left: 66.66667%
            }

            .offset-md-9 {
                margin-left: 75%
            }

            .offset-md-10 {
                margin-left: 83.33333%
            }

            .offset-md-11 {
                margin-left: 91.66667%
            }
        }

        @media (min-width: 992px) {
            .col-lg {
                flex-basis: 0;
                flex-grow: 1;
                max-width: 100%
            }

            .row-cols-lg-1 > * {
                flex: 0 0 100%;
                max-width: 100%
            }

            .row-cols-lg-2 > * {
                flex: 0 0 50%;
                max-width: 50%
            }

            .row-cols-lg-3 > * {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .row-cols-lg-4 > * {
                flex: 0 0 25%;
                max-width: 25%
            }

            .row-cols-lg-5 > * {
                flex: 0 0 20%;
                max-width: 20%
            }

            .row-cols-lg-6 > * {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-lg-auto {
                flex: 0 0 auto;
                width: auto;
                max-width: 100%
            }

            .col-lg-1 {
                flex: 0 0 8.33333%;
                max-width: 8.33333%
            }

            .col-lg-2 {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-lg-3 {
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-lg-4 {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .col-lg-5 {
                flex: 0 0 41.66667%;
                max-width: 41.66667%
            }

            .col-lg-6 {
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-lg-7 {
                flex: 0 0 58.33333%;
                max-width: 58.33333%
            }

            .col-lg-8 {
                flex: 0 0 66.66667%;
                max-width: 66.66667%
            }

            .col-lg-9 {
                flex: 0 0 75%;
                max-width: 75%
            }

            .col-lg-10 {
                flex: 0 0 83.33333%;
                max-width: 83.33333%
            }

            .col-lg-11 {
                flex: 0 0 91.66667%;
                max-width: 91.66667%
            }

            .col-lg-12 {
                flex: 0 0 100%;
                max-width: 100%
            }

            .order-lg-first {
                order: -1
            }

            .order-lg-last {
                order: 13
            }

            .order-lg-0 {
                order: 0
            }

            .order-lg-1 {
                order: 1
            }

            .order-lg-2 {
                order: 2
            }

            .order-lg-3 {
                order: 3
            }

            .order-lg-4 {
                order: 4
            }

            .order-lg-5 {
                order: 5
            }

            .order-lg-6 {
                order: 6
            }

            .order-lg-7 {
                order: 7
            }

            .order-lg-8 {
                order: 8
            }

            .order-lg-9 {
                order: 9
            }

            .order-lg-10 {
                order: 10
            }

            .order-lg-11 {
                order: 11
            }

            .order-lg-12 {
                order: 12
            }

            .offset-lg-0 {
                margin-left: 0
            }

            .offset-lg-1 {
                margin-left: 8.33333%
            }

            .offset-lg-2 {
                margin-left: 16.66667%
            }

            .offset-lg-3 {
                margin-left: 25%
            }

            .offset-lg-4 {
                margin-left: 33.33333%
            }

            .offset-lg-5 {
                margin-left: 41.66667%
            }

            .offset-lg-6 {
                margin-left: 50%
            }

            .offset-lg-7 {
                margin-left: 58.33333%
            }

            .offset-lg-8 {
                margin-left: 66.66667%
            }

            .offset-lg-9 {
                margin-left: 75%
            }

            .offset-lg-10 {
                margin-left: 83.33333%
            }

            .offset-lg-11 {
                margin-left: 91.66667%
            }
        }

        @media (min-width: 1200px) {
            .col-xl {
                flex-basis: 0;
                flex-grow: 1;
                max-width: 100%
            }

            .row-cols-xl-1 > * {
                flex: 0 0 100%;
                max-width: 100%
            }

            .row-cols-xl-2 > * {
                flex: 0 0 50%;
                max-width: 50%
            }

            .row-cols-xl-3 > * {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .row-cols-xl-4 > * {
                flex: 0 0 25%;
                max-width: 25%
            }

            .row-cols-xl-5 > * {
                flex: 0 0 20%;
                max-width: 20%
            }

            .row-cols-xl-6 > * {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-xl-auto {
                flex: 0 0 auto;
                width: auto;
                max-width: 100%
            }

            .col-xl-1 {
                flex: 0 0 8.33333%;
                max-width: 8.33333%
            }

            .col-xl-2 {
                flex: 0 0 16.66667%;
                max-width: 16.66667%
            }

            .col-xl-3 {
                flex: 0 0 25%;
                max-width: 25%
            }

            .col-xl-4 {
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .col-xl-5 {
                flex: 0 0 41.66667%;
                max-width: 41.66667%
            }

            .col-xl-6 {
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-xl-7 {
                flex: 0 0 58.33333%;
                max-width: 58.33333%
            }

            .col-xl-8 {
                flex: 0 0 66.66667%;
                max-width: 66.66667%
            }

            .col-xl-9 {
                flex: 0 0 75%;
                max-width: 75%
            }

            .col-xl-10 {
                flex: 0 0 83.33333%;
                max-width: 83.33333%
            }

            .col-xl-11 {
                flex: 0 0 91.66667%;
                max-width: 91.66667%
            }

            .col-xl-12 {
                flex: 0 0 100%;
                max-width: 100%
            }

            .order-xl-first {
                order: -1
            }

            .order-xl-last {
                order: 13
            }

            .order-xl-0 {
                order: 0
            }

            .order-xl-1 {
                order: 1
            }

            .order-xl-2 {
                order: 2
            }

            .order-xl-3 {
                order: 3
            }

            .order-xl-4 {
                order: 4
            }

            .order-xl-5 {
                order: 5
            }

            .order-xl-6 {
                order: 6
            }

            .order-xl-7 {
                order: 7
            }

            .order-xl-8 {
                order: 8
            }

            .order-xl-9 {
                order: 9
            }

            .order-xl-10 {
                order: 10
            }

            .order-xl-11 {
                order: 11
            }

            .order-xl-12 {
                order: 12
            }

            .offset-xl-0 {
                margin-left: 0
            }

            .offset-xl-1 {
                margin-left: 8.33333%
            }

            .offset-xl-2 {
                margin-left: 16.66667%
            }

            .offset-xl-3 {
                margin-left: 25%
            }

            .offset-xl-4 {
                margin-left: 33.33333%
            }

            .offset-xl-5 {
                margin-left: 41.66667%
            }

            .offset-xl-6 {
                margin-left: 50%
            }

            .offset-xl-7 {
                margin-left: 58.33333%
            }

            .offset-xl-8 {
                margin-left: 66.66667%
            }

            .offset-xl-9 {
                margin-left: 75%
            }

            .offset-xl-10 {
                margin-left: 83.33333%
            }

            .offset-xl-11 {
                margin-left: 91.66667%
            }
        }

        .table {
            width: 100%;
            margin-bottom: 1rem;
            color: #212529
        }

        .table td, .table th {
            padding: .75rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6
        }

        .table thead th {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6
        }

        .table tbody + tbody {
            border-top: 2px solid #dee2e6
        }

        .table-sm td, .table-sm th {
            padding: .3rem
        }

        .table-bordered {
            border: 1px solid #dee2e6
        }

        .table-bordered td, .table-bordered th {
            border: 1px solid #dee2e6
        }

        .table-bordered thead td, .table-bordered thead th {
            border-bottom-width: 2px
        }

        .table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
            border: 0
        }

        .table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(0, 0, 0, .05)
        }

        .table-hover tbody tr:hover {
            color: #212529;
            background-color: rgba(0, 0, 0, .075)
        }

        .table-primary, .table-primary > td, .table-primary > th {
            background-color: #cfc6ff
        }

        .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
            border-color: #a795ff
        }

        .table-hover .table-primary:hover {
            background-color: #baadff
        }

        .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
            background-color: #baadff
        }

        .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 {
            background-color: #c8cbcf
        }

        .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 {
            background-color: #b1dfbb
        }

        .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 {
            background-color: #abdde5
        }

        .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 {
            background-color: #ffe8a1
        }

        .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 {
            background-color: #f1b0b7
        }

        .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 {
            background-color: #ececf6
        }

        .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
            background-color: #ececf6
        }

        .table-dark, .table-dark > td, .table-dark > th {
            background-color: #c6c8ca
        }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #95999c
        }

        .table-hover .table-dark:hover {
            background-color: #b9bbbe
        }

        .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
            background-color: #b9bbbe
        }

        .table-active, .table-active > td, .table-active > th {
            background-color: rgba(0, 0, 0, .075)
        }

        .table-hover .table-active:hover {
            background-color: rgba(0, 0, 0, .075)
        }

        .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
            background-color: rgba(0, 0, 0, .075)
        }

        .table .thead-dark th {
            color: #fff;
            background-color: #343a40;
            border-color: #454d55
        }

        .table .thead-light th {
            color: #495057;
            background-color: #e9ecef;
            border-color: #dee2e6
        }

        .table-dark {
            color: #fff;
            background-color: #343a40
        }

        .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #454d55
        }

        .table-dark.table-bordered {
            border: 0
        }

        .table-dark.table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(255, 255, 255, .05)
        }

        .table-dark.table-hover tbody tr:hover {
            color: #fff;
            background-color: rgba(255, 255, 255, .075)
        }

        @media (max-width: 575.98px) {
            .table-responsive-sm {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch
            }

            .table-responsive-sm > .table-bordered {
                border: 0
            }
        }

        @media (max-width: 767.98px) {
            .table-responsive-md {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch
            }

            .table-responsive-md > .table-bordered {
                border: 0
            }
        }

        @media (max-width: 991.98px) {
            .table-responsive-lg {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch
            }

            .table-responsive-lg > .table-bordered {
                border: 0
            }
        }

        @media (max-width: 1199.98px) {
            .table-responsive-xl {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch
            }

            .table-responsive-xl > .table-bordered {
                border: 0
            }
        }

        .table-responsive {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }

        .table-responsive > .table-bordered {
            border: 0
        }

        .form-control, .widget_archive select, .widget_categories select, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
            display: block;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: .25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        @media (prefers-reduced-motion: reduce) {
            .form-control, .widget_archive select, .widget_categories select, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
                transition: none
            }
        }

        .form-control::-ms-expand, .widget_archive select::-ms-expand, .widget_categories select::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand, .wpcf7 input[type=color]::-ms-expand, .wpcf7 input[type=date]::-ms-expand, .wpcf7 input[type=datetime-local]::-ms-expand, .wpcf7 input[type=datetime]::-ms-expand, .wpcf7 input[type=email]::-ms-expand, .wpcf7 input[type=file]::-ms-expand, .wpcf7 input[type=month]::-ms-expand, .wpcf7 input[type=number]::-ms-expand, .wpcf7 input[type=range]::-ms-expand, .wpcf7 input[type=search]::-ms-expand, .wpcf7 input[type=submit]::-ms-expand, .wpcf7 input[type=tel]::-ms-expand, .wpcf7 input[type=text]::-ms-expand, .wpcf7 input[type=time]::-ms-expand, .wpcf7 input[type=url]::-ms-expand, .wpcf7 input[type=week]::-ms-expand, .wpcf7 select::-ms-expand, .wpcf7 textarea::-ms-expand {
            background-color: transparent;
            border: 0
        }

        .form-control:-moz-focusring, .widget_archive select:-moz-focusring, .widget_categories select:-moz-focusring, .wpcf7 .wpcf7-validation-errors:-moz-focusring, .wpcf7 input:-moz-focusring[type=color], .wpcf7 input:-moz-focusring[type=date], .wpcf7 input:-moz-focusring[type=datetime-local], .wpcf7 input:-moz-focusring[type=datetime], .wpcf7 input:-moz-focusring[type=email], .wpcf7 input:-moz-focusring[type=file], .wpcf7 input:-moz-focusring[type=month], .wpcf7 input:-moz-focusring[type=number], .wpcf7 input:-moz-focusring[type=range], .wpcf7 input:-moz-focusring[type=search], .wpcf7 input:-moz-focusring[type=submit], .wpcf7 input:-moz-focusring[type=tel], .wpcf7 input:-moz-focusring[type=text], .wpcf7 input:-moz-focusring[type=time], .wpcf7 input:-moz-focusring[type=url], .wpcf7 input:-moz-focusring[type=week], .wpcf7 select:-moz-focusring, .wpcf7 textarea:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #495057
        }

        .form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {
            color: #495057;
            background-color: #fff;
            border-color: #bfb3ff;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .form-control::-moz-placeholder, .widget_archive select::-moz-placeholder, .widget_categories select::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
            color: #6c757d;
            opacity: 1
        }

        .form-control:-ms-input-placeholder, .widget_archive select:-ms-input-placeholder, .widget_categories select:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 input[type=color]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=datetime-local]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=file]:-ms-input-placeholder, .wpcf7 input[type=month]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=range]:-ms-input-placeholder, .wpcf7 input[type=search]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=time]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=week]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
            color: #6c757d;
            opacity: 1
        }

        .form-control::placeholder, .widget_archive select::placeholder, .widget_categories select::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=color]::placeholder, .wpcf7 input[type=date]::placeholder, .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 input[type=datetime]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=file]::placeholder, .wpcf7 input[type=month]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=range]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=submit]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=time]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=week]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
            color: #6c757d;
            opacity: 1
        }

        .form-control:disabled, .form-control[readonly], .widget_archive select:disabled, .widget_archive select[readonly], .widget_categories select:disabled, .widget_categories select[readonly], .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 .wpcf7-validation-errors[readonly], .wpcf7 input:disabled[type=color], .wpcf7 input:disabled[type=date], .wpcf7 input:disabled[type=datetime-local], .wpcf7 input:disabled[type=datetime], .wpcf7 input:disabled[type=email], .wpcf7 input:disabled[type=file], .wpcf7 input:disabled[type=month], .wpcf7 input:disabled[type=number], .wpcf7 input:disabled[type=range], .wpcf7 input:disabled[type=search], .wpcf7 input:disabled[type=submit], .wpcf7 input:disabled[type=tel], .wpcf7 input:disabled[type=text], .wpcf7 input:disabled[type=time], .wpcf7 input:disabled[type=url], .wpcf7 input:disabled[type=week], .wpcf7 input[readonly][type=color], .wpcf7 input[readonly][type=date], .wpcf7 input[readonly][type=datetime-local], .wpcf7 input[readonly][type=datetime], .wpcf7 input[readonly][type=email], .wpcf7 input[readonly][type=file], .wpcf7 input[readonly][type=month], .wpcf7 input[readonly][type=number], .wpcf7 input[readonly][type=range], .wpcf7 input[readonly][type=search], .wpcf7 input[readonly][type=submit], .wpcf7 input[readonly][type=tel], .wpcf7 input[readonly][type=text], .wpcf7 input[readonly][type=time], .wpcf7 input[readonly][type=url], .wpcf7 input[readonly][type=week], .wpcf7 select:disabled, .wpcf7 select[readonly], .wpcf7 textarea:disabled, .wpcf7 textarea[readonly] {
            background-color: #e9ecef;
            opacity: 1
        }

        .wpcf7 input.wpcf7-validation-errors[type=date], .wpcf7 input.wpcf7-validation-errors[type=datetime-local], .wpcf7 input.wpcf7-validation-errors[type=month], .wpcf7 input.wpcf7-validation-errors[type=time], .wpcf7 input[type=date][type=color], .wpcf7 input[type=date][type=date], .wpcf7 input[type=date][type=datetime-local], .wpcf7 input[type=date][type=datetime], .wpcf7 input[type=date][type=email], .wpcf7 input[type=date][type=file], .wpcf7 input[type=date][type=month], .wpcf7 input[type=date][type=number], .wpcf7 input[type=date][type=range], .wpcf7 input[type=date][type=search], .wpcf7 input[type=date][type=submit], .wpcf7 input[type=date][type=tel], .wpcf7 input[type=date][type=text], .wpcf7 input[type=date][type=time], .wpcf7 input[type=date][type=url], .wpcf7 input[type=date][type=week], .wpcf7 input[type=datetime-local][type=color], .wpcf7 input[type=datetime-local][type=date], .wpcf7 input[type=datetime-local][type=datetime-local], .wpcf7 input[type=datetime-local][type=datetime], .wpcf7 input[type=datetime-local][type=email], .wpcf7 input[type=datetime-local][type=file], .wpcf7 input[type=datetime-local][type=month], .wpcf7 input[type=datetime-local][type=number], .wpcf7 input[type=datetime-local][type=range], .wpcf7 input[type=datetime-local][type=search], .wpcf7 input[type=datetime-local][type=submit], .wpcf7 input[type=datetime-local][type=tel], .wpcf7 input[type=datetime-local][type=text], .wpcf7 input[type=datetime-local][type=time], .wpcf7 input[type=datetime-local][type=url], .wpcf7 input[type=datetime-local][type=week], .wpcf7 input[type=month][type=color], .wpcf7 input[type=month][type=date], .wpcf7 input[type=month][type=datetime-local], .wpcf7 input[type=month][type=datetime], .wpcf7 input[type=month][type=email], .wpcf7 input[type=month][type=file], .wpcf7 input[type=month][type=month], .wpcf7 input[type=month][type=number], .wpcf7 input[type=month][type=range], .wpcf7 input[type=month][type=search], .wpcf7 input[type=month][type=submit], .wpcf7 input[type=month][type=tel], .wpcf7 input[type=month][type=text], .wpcf7 input[type=month][type=time], .wpcf7 input[type=month][type=url], .wpcf7 input[type=month][type=week], .wpcf7 input[type=time][type=color], .wpcf7 input[type=time][type=date], .wpcf7 input[type=time][type=datetime-local], .wpcf7 input[type=time][type=datetime], .wpcf7 input[type=time][type=email], .wpcf7 input[type=time][type=file], .wpcf7 input[type=time][type=month], .wpcf7 input[type=time][type=number], .wpcf7 input[type=time][type=range], .wpcf7 input[type=time][type=search], .wpcf7 input[type=time][type=submit], .wpcf7 input[type=time][type=tel], .wpcf7 input[type=time][type=text], .wpcf7 input[type=time][type=time], .wpcf7 input[type=time][type=url], .wpcf7 input[type=time][type=week], input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

        .widget_archive select:focus::-ms-value, .widget_categories select:focus::-ms-value, .wpcf7 select:focus::-ms-value, select.form-control:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

        .form-control-file, .form-control-range {
            display: block;
            width: 100%
        }

        .col-form-label {
            padding-top: calc(.375rem + 1px);
            padding-bottom: calc(.375rem + 1px);
            margin-bottom: 0;
            font-size: inherit;
            line-height: 1.5
        }

        .col-form-label-lg {
            padding-top: calc(.5rem + 1px);
            padding-bottom: calc(.5rem + 1px);
            font-size: 1.25rem;
            line-height: 1.5
        }

        .col-form-label-sm {
            padding-top: calc(.25rem + 1px);
            padding-bottom: calc(.25rem + 1px);
            font-size: .875rem;
            line-height: 1.5
        }

        .form-control-plaintext {
            display: block;
            width: 100%;
            padding: .375rem 0;
            margin-bottom: 0;
            font-size: 1rem;
            line-height: 1.5;
            color: #212529;
            background-color: transparent;
            border: solid transparent;
            border-width: 1px 0
        }

        .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
            padding-right: 0;
            padding-left: 0
        }

        .form-control-sm {
            height: calc(1.5em + .5rem + 2px);
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: .2rem
        }

        .form-control-lg {
            height: calc(1.5em + 1rem + 2px);
            padding: .5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: .3rem
        }

        .widget_archive select[multiple], .widget_archive select[size], .widget_categories select[multiple], .widget_categories select[size], .wpcf7 select[multiple], .wpcf7 select[size], select.form-control[multiple], select.form-control[size] {
            height: auto
        }

        .wpcf7 textarea, .wpcf7 textarea.wpcf7-validation-errors, textarea.form-control {
            height: auto
        }

        .form-group, .wpcf7 .wpcf7-form p {
            margin-bottom: 1rem
        }

        .form-text {
            display: block;
            margin-top: .25rem
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -5px;
            margin-left: -5px
        }

        .form-row > .col, .form-row > [class*=col-] {
            padding-right: 5px;
            padding-left: 5px
        }

        .form-check {
            position: relative;
            display: block;
            padding-left: 1.25rem
        }

        .form-check-input {
            position: absolute;
            margin-top: .3rem;
            margin-left: -1.25rem
        }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            color: #6c757d
        }

        .form-check-label {
            margin-bottom: 0
        }

        .form-check-inline {
            display: inline-flex;
            align-items: center;
            padding-left: 0;
            margin-right: .75rem
        }

        .form-check-inline .form-check-input {
            position: static;
            margin-top: 0;
            margin-right: .3125rem;
            margin-left: 0
        }

        .valid-feedback {
            display: none;
            width: 100%;
            margin-top: .25rem;
            font-size: 80%;
            color: #28a745
        }

        .valid-tooltip {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 5;
            display: none;
            max-width: 100%;
            padding: .25rem .5rem;
            margin-top: .1rem;
            font-size: .875rem;
            line-height: 1.5;
            color: #fff;
            background-color: rgba(40, 167, 69, .9);
            border-radius: .25rem
        }

        .form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
            left: 5px
        }

        .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
            display: block
        }

        .form-control.is-valid, .was-validated .form-control:valid, .was-validated .widget_archive select:valid, .was-validated .widget_categories select:valid, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .was-validated .wpcf7 input:valid[type=color], .was-validated .wpcf7 input:valid[type=date], .was-validated .wpcf7 input:valid[type=datetime-local], .was-validated .wpcf7 input:valid[type=datetime], .was-validated .wpcf7 input:valid[type=email], .was-validated .wpcf7 input:valid[type=file], .was-validated .wpcf7 input:valid[type=month], .was-validated .wpcf7 input:valid[type=number], .was-validated .wpcf7 input:valid[type=range], .was-validated .wpcf7 input:valid[type=search], .was-validated .wpcf7 input:valid[type=submit], .was-validated .wpcf7 input:valid[type=tel], .was-validated .wpcf7 input:valid[type=text], .was-validated .wpcf7 input:valid[type=time], .was-validated .wpcf7 input:valid[type=url], .was-validated .wpcf7 input:valid[type=week], .was-validated .wpcf7 select:valid, .was-validated .wpcf7 textarea:valid, .widget_archive .was-validated select:valid, .widget_archive select.is-valid, .widget_categories .was-validated select:valid, .widget_categories select.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .wpcf7 .was-validated input:valid[type=color], .wpcf7 .was-validated input:valid[type=date], .wpcf7 .was-validated input:valid[type=datetime-local], .wpcf7 .was-validated input:valid[type=datetime], .wpcf7 .was-validated input:valid[type=email], .wpcf7 .was-validated input:valid[type=file], .wpcf7 .was-validated input:valid[type=month], .wpcf7 .was-validated input:valid[type=number], .wpcf7 .was-validated input:valid[type=range], .wpcf7 .was-validated input:valid[type=search], .wpcf7 .was-validated input:valid[type=submit], .wpcf7 .was-validated input:valid[type=tel], .wpcf7 .was-validated input:valid[type=text], .wpcf7 .was-validated input:valid[type=time], .wpcf7 .was-validated input:valid[type=url], .wpcf7 .was-validated input:valid[type=week], .wpcf7 .was-validated select:valid, .wpcf7 .was-validated textarea:valid, .wpcf7 input.is-valid[type=color], .wpcf7 input.is-valid[type=date], .wpcf7 input.is-valid[type=datetime-local], .wpcf7 input.is-valid[type=datetime], .wpcf7 input.is-valid[type=email], .wpcf7 input.is-valid[type=file], .wpcf7 input.is-valid[type=month], .wpcf7 input.is-valid[type=number], .wpcf7 input.is-valid[type=range], .wpcf7 input.is-valid[type=search], .wpcf7 input.is-valid[type=submit], .wpcf7 input.is-valid[type=tel], .wpcf7 input.is-valid[type=text], .wpcf7 input.is-valid[type=time], .wpcf7 input.is-valid[type=url], .wpcf7 input.is-valid[type=week], .wpcf7 select.is-valid, .wpcf7 textarea.is-valid {
            border-color: #28a745;
            padding-right: calc(1.5em + .75rem);
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right calc(.375em + .1875rem) center;
            background-size: calc(.75em + .375rem) calc(.75em + .375rem)
        }

        .form-control.is-valid:focus, .was-validated .form-control:valid:focus, .was-validated .widget_archive select:valid:focus, .was-validated .widget_categories select:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .was-validated .wpcf7 input:valid:focus[type=color], .was-validated .wpcf7 input:valid:focus[type=date], .was-validated .wpcf7 input:valid:focus[type=datetime-local], .was-validated .wpcf7 input:valid:focus[type=datetime], .was-validated .wpcf7 input:valid:focus[type=email], .was-validated .wpcf7 input:valid:focus[type=file], .was-validated .wpcf7 input:valid:focus[type=month], .was-validated .wpcf7 input:valid:focus[type=number], .was-validated .wpcf7 input:valid:focus[type=range], .was-validated .wpcf7 input:valid:focus[type=search], .was-validated .wpcf7 input:valid:focus[type=submit], .was-validated .wpcf7 input:valid:focus[type=tel], .was-validated .wpcf7 input:valid:focus[type=text], .was-validated .wpcf7 input:valid:focus[type=time], .was-validated .wpcf7 input:valid:focus[type=url], .was-validated .wpcf7 input:valid:focus[type=week], .was-validated .wpcf7 select:valid:focus, .was-validated .wpcf7 textarea:valid:focus, .widget_archive .was-validated select:valid:focus, .widget_archive select.is-valid:focus, .widget_categories .was-validated select:valid:focus, .widget_categories select.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated input:valid:focus[type=color], .wpcf7 .was-validated input:valid:focus[type=date], .wpcf7 .was-validated input:valid:focus[type=datetime-local], .wpcf7 .was-validated input:valid:focus[type=datetime], .wpcf7 .was-validated input:valid:focus[type=email], .wpcf7 .was-validated input:valid:focus[type=file], .wpcf7 .was-validated input:valid:focus[type=month], .wpcf7 .was-validated input:valid:focus[type=number], .wpcf7 .was-validated input:valid:focus[type=range], .wpcf7 .was-validated input:valid:focus[type=search], .wpcf7 .was-validated input:valid:focus[type=submit], .wpcf7 .was-validated input:valid:focus[type=tel], .wpcf7 .was-validated input:valid:focus[type=text], .wpcf7 .was-validated input:valid:focus[type=time], .wpcf7 .was-validated input:valid:focus[type=url], .wpcf7 .was-validated input:valid:focus[type=week], .wpcf7 .was-validated select:valid:focus, .wpcf7 .was-validated textarea:valid:focus, .wpcf7 input.is-valid:focus[type=color], .wpcf7 input.is-valid:focus[type=date], .wpcf7 input.is-valid:focus[type=datetime-local], .wpcf7 input.is-valid:focus[type=datetime], .wpcf7 input.is-valid:focus[type=email], .wpcf7 input.is-valid:focus[type=file], .wpcf7 input.is-valid:focus[type=month], .wpcf7 input.is-valid:focus[type=number], .wpcf7 input.is-valid:focus[type=range], .wpcf7 input.is-valid:focus[type=search], .wpcf7 input.is-valid:focus[type=submit], .wpcf7 input.is-valid:focus[type=tel], .wpcf7 input.is-valid:focus[type=text], .wpcf7 input.is-valid:focus[type=time], .wpcf7 input.is-valid:focus[type=url], .wpcf7 input.is-valid:focus[type=week], .wpcf7 select.is-valid:focus, .wpcf7 textarea.is-valid:focus {
            border-color: #28a745;
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
        }

        .was-validated .wpcf7 textarea:valid, .was-validated textarea.form-control:valid, .wpcf7 .was-validated textarea:valid, .wpcf7 textarea.is-valid, textarea.form-control.is-valid {
            padding-right: calc(1.5em + .75rem);
            background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
        }

        .custom-select.is-valid, .was-validated .custom-select:valid {
            border-color: #28a745;
            padding-right: calc(.75em + 2.3125rem);
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
        }

        .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
            border-color: #28a745;
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
        }

        .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
            color: #28a745
        }

        .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
            display: block
        }

        .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
            color: #28a745
        }

        .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
            border-color: #28a745
        }

        .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
            border-color: #34ce57;
            background-color: #34ce57
        }

        .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
        }

        .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
            border-color: #28a745
        }

        .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
            border-color: #28a745
        }

        .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
            border-color: #28a745;
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
        }

        .invalid-feedback {
            display: none;
            width: 100%;
            margin-top: .25rem;
            font-size: 80%;
            color: #dc3545
        }

        .invalid-tooltip {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 5;
            display: none;
            max-width: 100%;
            padding: .25rem .5rem;
            margin-top: .1rem;
            font-size: .875rem;
            line-height: 1.5;
            color: #fff;
            background-color: rgba(220, 53, 69, .9);
            border-radius: .25rem
        }

        .form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
            left: 5px
        }

        .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
            display: block
        }

        .form-control.is-invalid, .was-validated .form-control:invalid, .was-validated .widget_archive select:invalid, .was-validated .widget_categories select:invalid, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .was-validated .wpcf7 input:invalid[type=color], .was-validated .wpcf7 input:invalid[type=date], .was-validated .wpcf7 input:invalid[type=datetime-local], .was-validated .wpcf7 input:invalid[type=datetime], .was-validated .wpcf7 input:invalid[type=email], .was-validated .wpcf7 input:invalid[type=file], .was-validated .wpcf7 input:invalid[type=month], .was-validated .wpcf7 input:invalid[type=number], .was-validated .wpcf7 input:invalid[type=range], .was-validated .wpcf7 input:invalid[type=search], .was-validated .wpcf7 input:invalid[type=submit], .was-validated .wpcf7 input:invalid[type=tel], .was-validated .wpcf7 input:invalid[type=text], .was-validated .wpcf7 input:invalid[type=time], .was-validated .wpcf7 input:invalid[type=url], .was-validated .wpcf7 input:invalid[type=week], .was-validated .wpcf7 select:invalid, .was-validated .wpcf7 textarea:invalid, .widget_archive .was-validated select:invalid, .widget_archive select.is-invalid, .widget_categories .was-validated select:invalid, .widget_categories select.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .wpcf7 .was-validated input:invalid[type=color], .wpcf7 .was-validated input:invalid[type=date], .wpcf7 .was-validated input:invalid[type=datetime-local], .wpcf7 .was-validated input:invalid[type=datetime], .wpcf7 .was-validated input:invalid[type=email], .wpcf7 .was-validated input:invalid[type=file], .wpcf7 .was-validated input:invalid[type=month], .wpcf7 .was-validated input:invalid[type=number], .wpcf7 .was-validated input:invalid[type=range], .wpcf7 .was-validated input:invalid[type=search], .wpcf7 .was-validated input:invalid[type=submit], .wpcf7 .was-validated input:invalid[type=tel], .wpcf7 .was-validated input:invalid[type=text], .wpcf7 .was-validated input:invalid[type=time], .wpcf7 .was-validated input:invalid[type=url], .wpcf7 .was-validated input:invalid[type=week], .wpcf7 .was-validated select:invalid, .wpcf7 .was-validated textarea:invalid, .wpcf7 input.is-invalid[type=color], .wpcf7 input.is-invalid[type=date], .wpcf7 input.is-invalid[type=datetime-local], .wpcf7 input.is-invalid[type=datetime], .wpcf7 input.is-invalid[type=email], .wpcf7 input.is-invalid[type=file], .wpcf7 input.is-invalid[type=month], .wpcf7 input.is-invalid[type=number], .wpcf7 input.is-invalid[type=range], .wpcf7 input.is-invalid[type=search], .wpcf7 input.is-invalid[type=submit], .wpcf7 input.is-invalid[type=tel], .wpcf7 input.is-invalid[type=text], .wpcf7 input.is-invalid[type=time], .wpcf7 input.is-invalid[type=url], .wpcf7 input.is-invalid[type=week], .wpcf7 select.is-invalid, .wpcf7 textarea.is-invalid {
            border-color: #dc3545;
            padding-right: calc(1.5em + .75rem);
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right calc(.375em + .1875rem) center;
            background-size: calc(.75em + .375rem) calc(.75em + .375rem)
        }

        .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .widget_archive select:invalid:focus, .was-validated .widget_categories select:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .was-validated .wpcf7 input:invalid:focus[type=color], .was-validated .wpcf7 input:invalid:focus[type=date], .was-validated .wpcf7 input:invalid:focus[type=datetime-local], .was-validated .wpcf7 input:invalid:focus[type=datetime], .was-validated .wpcf7 input:invalid:focus[type=email], .was-validated .wpcf7 input:invalid:focus[type=file], .was-validated .wpcf7 input:invalid:focus[type=month], .was-validated .wpcf7 input:invalid:focus[type=number], .was-validated .wpcf7 input:invalid:focus[type=range], .was-validated .wpcf7 input:invalid:focus[type=search], .was-validated .wpcf7 input:invalid:focus[type=submit], .was-validated .wpcf7 input:invalid:focus[type=tel], .was-validated .wpcf7 input:invalid:focus[type=text], .was-validated .wpcf7 input:invalid:focus[type=time], .was-validated .wpcf7 input:invalid:focus[type=url], .was-validated .wpcf7 input:invalid:focus[type=week], .was-validated .wpcf7 select:invalid:focus, .was-validated .wpcf7 textarea:invalid:focus, .widget_archive .was-validated select:invalid:focus, .widget_archive select.is-invalid:focus, .widget_categories .was-validated select:invalid:focus, .widget_categories select.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated input:invalid:focus[type=color], .wpcf7 .was-validated input:invalid:focus[type=date], .wpcf7 .was-validated input:invalid:focus[type=datetime-local], .wpcf7 .was-validated input:invalid:focus[type=datetime], .wpcf7 .was-validated input:invalid:focus[type=email], .wpcf7 .was-validated input:invalid:focus[type=file], .wpcf7 .was-validated input:invalid:focus[type=month], .wpcf7 .was-validated input:invalid:focus[type=number], .wpcf7 .was-validated input:invalid:focus[type=range], .wpcf7 .was-validated input:invalid:focus[type=search], .wpcf7 .was-validated input:invalid:focus[type=submit], .wpcf7 .was-validated input:invalid:focus[type=tel], .wpcf7 .was-validated input:invalid:focus[type=text], .wpcf7 .was-validated input:invalid:focus[type=time], .wpcf7 .was-validated input:invalid:focus[type=url], .wpcf7 .was-validated input:invalid:focus[type=week], .wpcf7 .was-validated select:invalid:focus, .wpcf7 .was-validated textarea:invalid:focus, .wpcf7 input.is-invalid:focus[type=color], .wpcf7 input.is-invalid:focus[type=date], .wpcf7 input.is-invalid:focus[type=datetime-local], .wpcf7 input.is-invalid:focus[type=datetime], .wpcf7 input.is-invalid:focus[type=email], .wpcf7 input.is-invalid:focus[type=file], .wpcf7 input.is-invalid:focus[type=month], .wpcf7 input.is-invalid:focus[type=number], .wpcf7 input.is-invalid:focus[type=range], .wpcf7 input.is-invalid:focus[type=search], .wpcf7 input.is-invalid:focus[type=submit], .wpcf7 input.is-invalid:focus[type=tel], .wpcf7 input.is-invalid:focus[type=text], .wpcf7 input.is-invalid:focus[type=time], .wpcf7 input.is-invalid:focus[type=url], .wpcf7 input.is-invalid:focus[type=week], .wpcf7 select.is-invalid:focus, .wpcf7 textarea.is-invalid:focus {
            border-color: #dc3545;
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
        }

        .was-validated .wpcf7 textarea:invalid, .was-validated textarea.form-control:invalid, .wpcf7 .was-validated textarea:invalid, .wpcf7 textarea.is-invalid, textarea.form-control.is-invalid {
            padding-right: calc(1.5em + .75rem);
            background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
        }

        .custom-select.is-invalid, .was-validated .custom-select:invalid {
            border-color: #dc3545;
            padding-right: calc(.75em + 2.3125rem);
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
        }

        .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
            border-color: #dc3545;
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
        }

        .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
            color: #dc3545
        }

        .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
            display: block
        }

        .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
            color: #dc3545
        }

        .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
            border-color: #dc3545
        }

        .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
            border-color: #e4606d;
            background-color: #e4606d
        }

        .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
        }

        .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
            border-color: #dc3545
        }

        .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
            border-color: #dc3545
        }

        .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
            border-color: #dc3545;
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
        }

        .form-inline {
            display: flex;
            flex-flow: row wrap;
            align-items: center
        }

        .form-inline .form-check {
            width: 100%
        }

        @media (min-width: 576px) {
            .form-inline label {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 0
            }

            .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p {
                display: flex;
                flex: 0 0 auto;
                flex-flow: row wrap;
                align-items: center;
                margin-bottom: 0
            }

            .form-inline .form-control, .form-inline .widget_archive select, .form-inline .widget_categories select, .form-inline .wpcf7 .wpcf7-validation-errors, .form-inline .wpcf7 input[type=color], .form-inline .wpcf7 input[type=date], .form-inline .wpcf7 input[type=datetime-local], .form-inline .wpcf7 input[type=datetime], .form-inline .wpcf7 input[type=email], .form-inline .wpcf7 input[type=file], .form-inline .wpcf7 input[type=month], .form-inline .wpcf7 input[type=number], .form-inline .wpcf7 input[type=range], .form-inline .wpcf7 input[type=search], .form-inline .wpcf7 input[type=submit], .form-inline .wpcf7 input[type=tel], .form-inline .wpcf7 input[type=text], .form-inline .wpcf7 input[type=time], .form-inline .wpcf7 input[type=url], .form-inline .wpcf7 input[type=week], .form-inline .wpcf7 select, .form-inline .wpcf7 textarea, .widget_archive .form-inline select, .widget_categories .form-inline select, .wpcf7 .form-inline .wpcf7-validation-errors, .wpcf7 .form-inline input[type=color], .wpcf7 .form-inline input[type=date], .wpcf7 .form-inline input[type=datetime-local], .wpcf7 .form-inline input[type=datetime], .wpcf7 .form-inline input[type=email], .wpcf7 .form-inline input[type=file], .wpcf7 .form-inline input[type=month], .wpcf7 .form-inline input[type=number], .wpcf7 .form-inline input[type=range], .wpcf7 .form-inline input[type=search], .wpcf7 .form-inline input[type=submit], .wpcf7 .form-inline input[type=tel], .wpcf7 .form-inline input[type=text], .wpcf7 .form-inline input[type=time], .wpcf7 .form-inline input[type=url], .wpcf7 .form-inline input[type=week], .wpcf7 .form-inline select, .wpcf7 .form-inline textarea {
                display: inline-block;
                width: auto;
                vertical-align: middle
            }

            .form-inline .form-control-plaintext {
                display: inline-block
            }

            .form-inline .custom-select, .form-inline .input-group {
                width: auto
            }

            .form-inline .form-check {
                display: flex;
                align-items: center;
                justify-content: center;
                width: auto;
                padding-left: 0
            }

            .form-inline .form-check-input {
                position: relative;
                flex-shrink: 0;
                margin-top: 0;
                margin-right: .25rem;
                margin-left: 0
            }

            .form-inline .custom-control {
                align-items: center;
                justify-content: center
            }

            .form-inline .custom-control-label {
                margin-bottom: 0
            }
        }

        .btn, .wpcf7 input[type=submit] {
            display: inline-block;
            font-weight: 400;
            color: #212529;
            text-align: center;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        @media (prefers-reduced-motion: reduce) {
            .btn, .wpcf7 input[type=submit] {
                transition: none
            }
        }

        .btn:hover, .wpcf7 input:hover[type=submit] {
            color: #212529;
            text-decoration: none
        }

        .btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit] {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .btn.disabled, .btn:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input:disabled[type=submit] {
            opacity: .65
        }

        .btn:not(:disabled):not(.disabled), .wpcf7 input:not(:disabled):not(.disabled)[type=submit] {
            cursor: pointer
        }

        a.btn.disabled, fieldset:disabled a.btn {
            pointer-events: none
        }

        .btn-primary {
            color: #fff;
            background-color: #53f;
            border-color: #53f
        }

        .btn-primary:hover {
            color: #fff;
            background-color: #350dff;
            border-color: #2b00ff
        }

        .btn-primary.focus, .btn-primary:focus {
            color: #fff;
            background-color: #350dff;
            border-color: #2b00ff;
            box-shadow: 0 0 0 .2rem rgba(111, 82, 255, .5)
        }

        .btn-primary.disabled, .btn-primary:disabled {
            color: #fff;
            background-color: #53f;
            border-color: #53f
        }

        .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #2b00ff;
            border-color: #2800f2
        }

        .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(111, 82, 255, .5)
        }

        .btn-secondary {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d
        }

        .btn-secondary:hover {
            color: #fff;
            background-color: #5a6268;
            border-color: #545b62
        }

        .btn-secondary.focus, .btn-secondary:focus {
            color: #fff;
            background-color: #5a6268;
            border-color: #545b62;
            box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
        }

        .btn-secondary.disabled, .btn-secondary:disabled {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d
        }

        .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
            color: #fff;
            background-color: #545b62;
            border-color: #4e555b
        }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
        }

        .btn-success {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745
        }

        .btn-success:hover {
            color: #fff;
            background-color: #218838;
            border-color: #1e7e34
        }

        .btn-success.focus, .btn-success:focus {
            color: #fff;
            background-color: #218838;
            border-color: #1e7e34;
            box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
        }

        .btn-success.disabled, .btn-success:disabled {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745
        }

        .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
            color: #fff;
            background-color: #1e7e34;
            border-color: #1c7430
        }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
        }

        .btn-info {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8
        }

        .btn-info:hover {
            color: #fff;
            background-color: #138496;
            border-color: #117a8b
        }

        .btn-info.focus, .btn-info:focus {
            color: #fff;
            background-color: #138496;
            border-color: #117a8b;
            box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
        }

        .btn-info.disabled, .btn-info:disabled {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8
        }

        .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
            color: #fff;
            background-color: #117a8b;
            border-color: #10707f
        }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
        }

        .btn-warning {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107
        }

        .btn-warning:hover {
            color: #212529;
            background-color: #e0a800;
            border-color: #d39e00
        }

        .btn-warning.focus, .btn-warning:focus {
            color: #212529;
            background-color: #e0a800;
            border-color: #d39e00;
            box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
        }

        .btn-warning.disabled, .btn-warning:disabled {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107
        }

        .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
            color: #212529;
            background-color: #d39e00;
            border-color: #c69500
        }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
        }

        .btn-danger {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545
        }

        .btn-danger:hover {
            color: #fff;
            background-color: #c82333;
            border-color: #bd2130
        }

        .btn-danger.focus, .btn-danger:focus {
            color: #fff;
            background-color: #c82333;
            border-color: #bd2130;
            box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
        }

        .btn-danger.disabled, .btn-danger:disabled {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545
        }

        .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
            color: #fff;
            background-color: #bd2130;
            border-color: #b21f2d
        }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
        }

        .btn-light {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa
        }

        .btn-light:hover {
            color: #212529;
            background-color: #e2e6ea;
            border-color: #dae0e5
        }

        .btn-light.focus, .btn-light:focus {
            color: #212529;
            background-color: #e2e6ea;
            border-color: #dae0e5;
            box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
        }

        .btn-light.disabled, .btn-light:disabled {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa
        }

        .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
            color: #212529;
            background-color: #dae0e5;
            border-color: #d3d9df
        }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
        }

        .btn-dark {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40
        }

        .btn-dark:hover {
            color: #fff;
            background-color: #23272b;
            border-color: #1d2124
        }

        .btn-dark.focus, .btn-dark:focus {
            color: #fff;
            background-color: #23272b;
            border-color: #1d2124;
            box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
        }

        .btn-dark.disabled, .btn-dark:disabled {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40
        }

        .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
            color: #fff;
            background-color: #1d2124;
            border-color: #171a1d
        }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
        }

        .btn-outline-primary, .wpcf7 input[type=submit] {
            color: #53f;
            border-color: #53f
        }

        .btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
            color: #fff;
            background-color: #53f;
            border-color: #53f
        }

        .btn-outline-primary.focus, .btn-outline-primary:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit] {
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .5)
        }

        .btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input:disabled[type=submit] {
            color: #53f;
            background-color: transparent
        }

        .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > input.dropdown-toggle[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
            color: #fff;
            background-color: #53f;
            border-color: #53f
        }

        .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, .wpcf7 .show > input.dropdown-toggle:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit] {
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .5)
        }

        .btn-outline-secondary {
            color: #6c757d;
            border-color: #6c757d
        }

        .btn-outline-secondary:hover {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d
        }

        .btn-outline-secondary.focus, .btn-outline-secondary:focus {
            box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
        }

        .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
            color: #6c757d;
            background-color: transparent
        }

        .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d
        }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
        }

        .btn-outline-success {
            color: #28a745;
            border-color: #28a745
        }

        .btn-outline-success:hover {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745
        }

        .btn-outline-success.focus, .btn-outline-success:focus {
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
        }

        .btn-outline-success.disabled, .btn-outline-success:disabled {
            color: #28a745;
            background-color: transparent
        }

        .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745
        }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
        }

        .btn-outline-info {
            color: #17a2b8;
            border-color: #17a2b8
        }

        .btn-outline-info:hover {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8
        }

        .btn-outline-info.focus, .btn-outline-info:focus {
            box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
        }

        .btn-outline-info.disabled, .btn-outline-info:disabled {
            color: #17a2b8;
            background-color: transparent
        }

        .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8
        }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
        }

        .btn-outline-warning {
            color: #ffc107;
            border-color: #ffc107
        }

        .btn-outline-warning:hover {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107
        }

        .btn-outline-warning.focus, .btn-outline-warning:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
        }

        .btn-outline-warning.disabled, .btn-outline-warning:disabled {
            color: #ffc107;
            background-color: transparent
        }

        .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107
        }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
        }

        .btn-outline-danger {
            color: #dc3545;
            border-color: #dc3545
        }

        .btn-outline-danger:hover {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545
        }

        .btn-outline-danger.focus, .btn-outline-danger:focus {
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
        }

        .btn-outline-danger.disabled, .btn-outline-danger:disabled {
            color: #dc3545;
            background-color: transparent
        }

        .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545
        }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
        }

        .btn-outline-light {
            color: #f8f9fa;
            border-color: #f8f9fa
        }

        .btn-outline-light:hover {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa
        }

        .btn-outline-light.focus, .btn-outline-light:focus {
            box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
        }

        .btn-outline-light.disabled, .btn-outline-light:disabled {
            color: #f8f9fa;
            background-color: transparent
        }

        .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa
        }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
        }

        .btn-outline-dark {
            color: #343a40;
            border-color: #343a40
        }

        .btn-outline-dark:hover {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40
        }

        .btn-outline-dark.focus, .btn-outline-dark:focus {
            box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
        }

        .btn-outline-dark.disabled, .btn-outline-dark:disabled {
            color: #343a40;
            background-color: transparent
        }

        .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40
        }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
        }

        .btn-link {
            font-weight: 400;
            color: #53f;
            text-decoration: none
        }

        .btn-link:hover {
            color: #2600e6;
            text-decoration: underline
        }

        .btn-link.focus, .btn-link:focus {
            text-decoration: underline
        }

        .btn-link.disabled, .btn-link:disabled {
            color: #6c757d;
            pointer-events: none
        }

        .btn-group-lg > .btn, .btn-lg, .wpcf7 .btn-group-lg > input[type=submit] {
            padding: .5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: .3rem
        }

        .btn-group-sm > .btn, .btn-sm, .wpcf7 .btn-group-sm > input[type=submit] {
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: .2rem
        }

        .btn-block {
            display: block;
            width: 100%
        }

        .btn-block + .btn-block {
            margin-top: .5rem
        }

        input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
            width: 100%
        }

        .fade {
            transition: opacity .15s linear
        }

        @media (prefers-reduced-motion: reduce) {
            .fade {
                transition: none
            }
        }

        .fade:not(.show) {
            opacity: 0
        }

        .collapse:not(.show) {
            display: none
        }

        .collapsing {
            position: relative;
            height: 0;
            overflow: hidden;
            transition: height .35s ease
        }

        @media (prefers-reduced-motion: reduce) {
            .collapsing {
                transition: none
            }
        }

        .dropdown, .dropleft, .dropright, .dropup {
            position: relative
        }

        .dropdown-toggle {
            white-space: nowrap
        }

        .dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent
        }

        .dropdown-toggle:empty::after {
            margin-left: 0
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 10rem;
            padding: .5rem 0;
            margin: .125rem 0 0;
            font-size: 1rem;
            color: #212529;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: .25rem
        }

        .dropdown-menu-left {
            right: auto;
            left: 0
        }

        .dropdown-menu-right {
            right: 0;
            left: auto
        }

        @media (min-width: 576px) {
            .dropdown-menu-sm-left {
                right: auto;
                left: 0
            }

            .dropdown-menu-sm-right {
                right: 0;
                left: auto
            }
        }

        @media (min-width: 768px) {
            .dropdown-menu-md-left {
                right: auto;
                left: 0
            }

            .dropdown-menu-md-right {
                right: 0;
                left: auto
            }
        }

        @media (min-width: 992px) {
            .dropdown-menu-lg-left {
                right: auto;
                left: 0
            }

            .dropdown-menu-lg-right {
                right: 0;
                left: auto
            }
        }

        @media (min-width: 1200px) {
            .dropdown-menu-xl-left {
                right: auto;
                left: 0
            }

            .dropdown-menu-xl-right {
                right: 0;
                left: auto
            }
        }

        .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
            margin-top: 0;
            margin-bottom: .125rem
        }

        .dropup .dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: 0;
            border-right: .3em solid transparent;
            border-bottom: .3em solid;
            border-left: .3em solid transparent
        }

        .dropup .dropdown-toggle:empty::after {
            margin-left: 0
        }

        .dropright .dropdown-menu {
            top: 0;
            right: auto;
            left: 100%;
            margin-top: 0;
            margin-left: .125rem
        }

        .dropright .dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid transparent;
            border-right: 0;
            border-bottom: .3em solid transparent;
            border-left: .3em solid
        }

        .dropright .dropdown-toggle:empty::after {
            margin-left: 0
        }

        .dropright .dropdown-toggle::after {
            vertical-align: 0
        }

        .dropleft .dropdown-menu {
            top: 0;
            right: 100%;
            left: auto;
            margin-top: 0;
            margin-right: .125rem
        }

        .dropleft .dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: ""
        }

        .dropleft .dropdown-toggle::after {
            display: none
        }

        .dropleft .dropdown-toggle::before {
            display: inline-block;
            margin-right: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid transparent;
            border-right: .3em solid;
            border-bottom: .3em solid transparent
        }

        .dropleft .dropdown-toggle:empty::after {
            margin-left: 0
        }

        .dropleft .dropdown-toggle::before {
            vertical-align: 0
        }

        .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
            right: auto;
            bottom: auto
        }

        .dropdown-divider {
            height: 0;
            margin: .5rem 0;
            overflow: hidden;
            border-top: 1px solid #e9ecef
        }

        .dropdown-item {
            display: block;
            width: 100%;
            padding: .25rem 1.5rem;
            clear: both;
            font-weight: 400;
            color: #212529;
            text-align: inherit;
            white-space: nowrap;
            background-color: transparent;
            border: 0
        }

        .dropdown-item:focus, .dropdown-item:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #e9ecef
        }

        .dropdown-item.active, .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #53f
        }

        .dropdown-item.disabled, .dropdown-item:disabled {
            color: #adb5bd;
            pointer-events: none;
            background-color: transparent
        }

        .dropdown-menu.show {
            display: block
        }

        .dropdown-header {
            display: block;
            padding: .5rem 1.5rem;
            margin-bottom: 0;
            font-size: .875rem;
            color: #6c757d;
            white-space: nowrap
        }

        .dropdown-item-text {
            display: block;
            padding: .25rem 1.5rem;
            color: #212529
        }

        .btn-group, .btn-group-vertical {
            position: relative;
            display: inline-flex;
            vertical-align: middle
        }

        .btn-group-vertical > .btn, .btn-group > .btn, .wpcf7 .btn-group-vertical > input[type=submit], .wpcf7 .btn-group > input[type=submit] {
            position: relative;
            flex: 1 1 auto
        }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover, .wpcf7 .btn-group-vertical > input:hover[type=submit], .wpcf7 .btn-group > input:hover[type=submit] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .wpcf7 .btn-group-vertical > input.active[type=submit], .wpcf7 .btn-group-vertical > input:active[type=submit], .wpcf7 .btn-group-vertical > input:focus[type=submit], .wpcf7 .btn-group > input.active[type=submit], .wpcf7 .btn-group > input:active[type=submit], .wpcf7 .btn-group > input:focus[type=submit] {
            z-index: 1
        }

        .btn-toolbar {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start
        }

        .btn-toolbar .input-group {
            width: auto
        }

        .btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child), .wpcf7 .btn-group > input:not(:first-child)[type=submit] {
            margin-left: -1px
        }

        .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit], .wpcf7 .btn-group > input:not(:last-child):not(.dropdown-toggle)[type=submit] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit], .wpcf7 .btn-group > input:not(:first-child)[type=submit] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .dropdown-toggle-split {
            padding-right: .5625rem;
            padding-left: .5625rem
        }

        .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
            margin-left: 0
        }

        .dropleft .dropdown-toggle-split::before {
            margin-right: 0
        }

        .btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
            padding-right: .375rem;
            padding-left: .375rem
        }

        .btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
            padding-right: .75rem;
            padding-left: .75rem
        }

        .btn-group-vertical {
            flex-direction: column;
            align-items: flex-start;
            justify-content: center
        }

        .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .wpcf7 .btn-group-vertical > input[type=submit] {
            width: 100%
        }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input:not(:first-child)[type=submit] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit], .wpcf7 .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type=submit] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit], .wpcf7 .btn-group-vertical > input:not(:first-child)[type=submit] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .wpcf7 .btn-group-toggle > .btn-group > input[type=submit], .wpcf7 .btn-group-toggle > input[type=submit] {
            margin-bottom: 0
        }

        .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox], .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=radio], .wpcf7 .btn-group-toggle > input[type=submit] input[type=checkbox], .wpcf7 .btn-group-toggle > input[type=submit] input[type=radio] {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            pointer-events: none
        }

        .input-group {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            width: 100%
        }

        .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext, .widget_archive .input-group > select, .widget_categories .input-group > select, .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .input-group > input[type=color], .wpcf7 .input-group > input[type=date], .wpcf7 .input-group > input[type=datetime-local], .wpcf7 .input-group > input[type=datetime], .wpcf7 .input-group > input[type=email], .wpcf7 .input-group > input[type=file], .wpcf7 .input-group > input[type=month], .wpcf7 .input-group > input[type=number], .wpcf7 .input-group > input[type=range], .wpcf7 .input-group > input[type=search], .wpcf7 .input-group > input[type=submit], .wpcf7 .input-group > input[type=tel], .wpcf7 .input-group > input[type=text], .wpcf7 .input-group > input[type=time], .wpcf7 .input-group > input[type=url], .wpcf7 .input-group > input[type=week], .wpcf7 .input-group > select, .wpcf7 .input-group > textarea {
            position: relative;
            flex: 1 1 auto;
            width: 1%;
            min-width: 0;
            margin-bottom: 0
        }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control, .widget_archive .input-group > .custom-file + select, .widget_archive .input-group > .custom-select + select, .widget_archive .input-group > .form-control + select, .widget_archive .input-group > .form-control-plaintext + select, .widget_archive .input-group > select + .custom-file, .widget_archive .input-group > select + .custom-select, .widget_archive .input-group > select + .form-control, .widget_archive .input-group > select + select, .widget_archive .widget_categories .input-group > select + select, .widget_archive .wpcf7 .input-group > .wpcf7-validation-errors + select, .widget_archive .wpcf7 .input-group > input[type=color] + select, .widget_archive .wpcf7 .input-group > input[type=date] + select, .widget_archive .wpcf7 .input-group > input[type=datetime-local] + select, .widget_archive .wpcf7 .input-group > input[type=datetime] + select, .widget_archive .wpcf7 .input-group > input[type=email] + select, .widget_archive .wpcf7 .input-group > input[type=file] + select, .widget_archive .wpcf7 .input-group > input[type=month] + select, .widget_archive .wpcf7 .input-group > input[type=number] + select, .widget_archive .wpcf7 .input-group > input[type=range] + select, .widget_archive .wpcf7 .input-group > input[type=search] + select, .widget_archive .wpcf7 .input-group > input[type=submit] + select, .widget_archive .wpcf7 .input-group > input[type=tel] + select, .widget_archive .wpcf7 .input-group > input[type=text] + select, .widget_archive .wpcf7 .input-group > input[type=time] + select, .widget_archive .wpcf7 .input-group > input[type=url] + select, .widget_archive .wpcf7 .input-group > input[type=week] + select, .widget_archive .wpcf7 .input-group > select + .wpcf7-validation-errors, .widget_archive .wpcf7 .input-group > select + input[type=color], .widget_archive .wpcf7 .input-group > select + input[type=date], .widget_archive .wpcf7 .input-group > select + input[type=datetime-local], .widget_archive .wpcf7 .input-group > select + input[type=datetime], .widget_archive .wpcf7 .input-group > select + input[type=email], .widget_archive .wpcf7 .input-group > select + input[type=file], .widget_archive .wpcf7 .input-group > select + input[type=month], .widget_archive .wpcf7 .input-group > select + input[type=number], .widget_archive .wpcf7 .input-group > select + input[type=range], .widget_archive .wpcf7 .input-group > select + input[type=search], .widget_archive .wpcf7 .input-group > select + input[type=submit], .widget_archive .wpcf7 .input-group > select + input[type=tel], .widget_archive .wpcf7 .input-group > select + input[type=text], .widget_archive .wpcf7 .input-group > select + input[type=time], .widget_archive .wpcf7 .input-group > select + input[type=url], .widget_archive .wpcf7 .input-group > select + input[type=week], .widget_archive .wpcf7 .input-group > select + select, .widget_archive .wpcf7 .input-group > select + textarea, .widget_archive .wpcf7 .input-group > textarea + select, .widget_categories .input-group > .custom-file + select, .widget_categories .input-group > .custom-select + select, .widget_categories .input-group > .form-control + select, .widget_categories .input-group > .form-control-plaintext + select, .widget_categories .input-group > select + .custom-file, .widget_categories .input-group > select + .custom-select, .widget_categories .input-group > select + .form-control, .widget_categories .input-group > select + select, .widget_categories .widget_archive .input-group > select + select, .widget_categories .wpcf7 .input-group > .wpcf7-validation-errors + select, .widget_categories .wpcf7 .input-group > input[type=color] + select, .widget_categories .wpcf7 .input-group > input[type=date] + select, .widget_categories .wpcf7 .input-group > input[type=datetime-local] + select, .widget_categories .wpcf7 .input-group > input[type=datetime] + select, .widget_categories .wpcf7 .input-group > input[type=email] + select, .widget_categories .wpcf7 .input-group > input[type=file] + select, .widget_categories .wpcf7 .input-group > input[type=month] + select, .widget_categories .wpcf7 .input-group > input[type=number] + select, .widget_categories .wpcf7 .input-group > input[type=range] + select, .widget_categories .wpcf7 .input-group > input[type=search] + select, .widget_categories .wpcf7 .input-group > input[type=submit] + select, .widget_categories .wpcf7 .input-group > input[type=tel] + select, .widget_categories .wpcf7 .input-group > input[type=text] + select, .widget_categories .wpcf7 .input-group > input[type=time] + select, .widget_categories .wpcf7 .input-group > input[type=url] + select, .widget_categories .wpcf7 .input-group > input[type=week] + select, .widget_categories .wpcf7 .input-group > select + .wpcf7-validation-errors, .widget_categories .wpcf7 .input-group > select + input[type=color], .widget_categories .wpcf7 .input-group > select + input[type=date], .widget_categories .wpcf7 .input-group > select + input[type=datetime-local], .widget_categories .wpcf7 .input-group > select + input[type=datetime], .widget_categories .wpcf7 .input-group > select + input[type=email], .widget_categories .wpcf7 .input-group > select + input[type=file], .widget_categories .wpcf7 .input-group > select + input[type=month], .widget_categories .wpcf7 .input-group > select + input[type=number], .widget_categories .wpcf7 .input-group > select + input[type=range], .widget_categories .wpcf7 .input-group > select + input[type=search], .widget_categories .wpcf7 .input-group > select + input[type=submit], .widget_categories .wpcf7 .input-group > select + input[type=tel], .widget_categories .wpcf7 .input-group > select + input[type=text], .widget_categories .wpcf7 .input-group > select + input[type=time], .widget_categories .wpcf7 .input-group > select + input[type=url], .widget_categories .wpcf7 .input-group > select + input[type=week], .widget_categories .wpcf7 .input-group > select + select, .widget_categories .wpcf7 .input-group > select + textarea, .widget_categories .wpcf7 .input-group > textarea + select, .wpcf7 .input-group > .custom-file + .wpcf7-validation-errors, .wpcf7 .input-group > .custom-file + input[type=color], .wpcf7 .input-group > .custom-file + input[type=date], .wpcf7 .input-group > .custom-file + input[type=datetime-local], .wpcf7 .input-group > .custom-file + input[type=datetime], .wpcf7 .input-group > .custom-file + input[type=email], .wpcf7 .input-group > .custom-file + input[type=file], .wpcf7 .input-group > .custom-file + input[type=month], .wpcf7 .input-group > .custom-file + input[type=number], .wpcf7 .input-group > .custom-file + input[type=range], .wpcf7 .input-group > .custom-file + input[type=search], .wpcf7 .input-group > .custom-file + input[type=submit], .wpcf7 .input-group > .custom-file + input[type=tel], .wpcf7 .input-group > .custom-file + input[type=text], .wpcf7 .input-group > .custom-file + input[type=time], .wpcf7 .input-group > .custom-file + input[type=url], .wpcf7 .input-group > .custom-file + input[type=week], .wpcf7 .input-group > .custom-file + select, .wpcf7 .input-group > .custom-file + textarea, .wpcf7 .input-group > .custom-select + .wpcf7-validation-errors, .wpcf7 .input-group > .custom-select + input[type=color], .wpcf7 .input-group > .custom-select + input[type=date], .wpcf7 .input-group > .custom-select + input[type=datetime-local], .wpcf7 .input-group > .custom-select + input[type=datetime], .wpcf7 .input-group > .custom-select + input[type=email], .wpcf7 .input-group > .custom-select + input[type=file], .wpcf7 .input-group > .custom-select + input[type=month], .wpcf7 .input-group > .custom-select + input[type=number], .wpcf7 .input-group > .custom-select + input[type=range], .wpcf7 .input-group > .custom-select + input[type=search], .wpcf7 .input-group > .custom-select + input[type=submit], .wpcf7 .input-group > .custom-select + input[type=tel], .wpcf7 .input-group > .custom-select + input[type=text], .wpcf7 .input-group > .custom-select + input[type=time], .wpcf7 .input-group > .custom-select + input[type=url], .wpcf7 .input-group > .custom-select + input[type=week], .wpcf7 .input-group > .custom-select + select, .wpcf7 .input-group > .custom-select + textarea, .wpcf7 .input-group > .form-control + .wpcf7-validation-errors, .wpcf7 .input-group > .form-control + input[type=color], .wpcf7 .input-group > .form-control + input[type=date], .wpcf7 .input-group > .form-control + input[type=datetime-local], .wpcf7 .input-group > .form-control + input[type=datetime], .wpcf7 .input-group > .form-control + input[type=email], .wpcf7 .input-group > .form-control + input[type=file], .wpcf7 .input-group > .form-control + input[type=month], .wpcf7 .input-group > .form-control + input[type=number], .wpcf7 .input-group > .form-control + input[type=range], .wpcf7 .input-group > .form-control + input[type=search], .wpcf7 .input-group > .form-control + input[type=submit], .wpcf7 .input-group > .form-control + input[type=tel], .wpcf7 .input-group > .form-control + input[type=text], .wpcf7 .input-group > .form-control + input[type=time], .wpcf7 .input-group > .form-control + input[type=url], .wpcf7 .input-group > .form-control + input[type=week], .wpcf7 .input-group > .form-control + select, .wpcf7 .input-group > .form-control + textarea, .wpcf7 .input-group > .form-control-plaintext + .wpcf7-validation-errors, .wpcf7 .input-group > .form-control-plaintext + input[type=color], .wpcf7 .input-group > .form-control-plaintext + input[type=date], .wpcf7 .input-group > .form-control-plaintext + input[type=datetime-local], .wpcf7 .input-group > .form-control-plaintext + input[type=datetime], .wpcf7 .input-group > .form-control-plaintext + input[type=email], .wpcf7 .input-group > .form-control-plaintext + input[type=file], .wpcf7 .input-group > .form-control-plaintext + input[type=month], .wpcf7 .input-group > .form-control-plaintext + input[type=number], .wpcf7 .input-group > .form-control-plaintext + input[type=range], .wpcf7 .input-group > .form-control-plaintext + input[type=search], .wpcf7 .input-group > .form-control-plaintext + input[type=submit], .wpcf7 .input-group > .form-control-plaintext + input[type=tel], .wpcf7 .input-group > .form-control-plaintext + input[type=text], .wpcf7 .input-group > .form-control-plaintext + input[type=time], .wpcf7 .input-group > .form-control-plaintext + input[type=url], .wpcf7 .input-group > .form-control-plaintext + input[type=week], .wpcf7 .input-group > .form-control-plaintext + select, .wpcf7 .input-group > .form-control-plaintext + textarea, .wpcf7 .input-group > .wpcf7-validation-errors + .custom-file, .wpcf7 .input-group > .wpcf7-validation-errors + .custom-select, .wpcf7 .input-group > .wpcf7-validation-errors + .form-control, .wpcf7 .input-group > .wpcf7-validation-errors + .wpcf7-validation-errors, .wpcf7 .input-group > .wpcf7-validation-errors + input[type=color], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=date], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime-local], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=email], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=file], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=month], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=number], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=range], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=search], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=submit], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=tel], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=text], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=time], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=url], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=week], .wpcf7 .input-group > .wpcf7-validation-errors + select, .wpcf7 .input-group > .wpcf7-validation-errors + textarea, .wpcf7 .input-group > input[type=color] + .custom-file, .wpcf7 .input-group > input[type=color] + .custom-select, .wpcf7 .input-group > input[type=color] + .form-control, .wpcf7 .input-group > input[type=color] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=color] + input[type=color], .wpcf7 .input-group > input[type=color] + input[type=date], .wpcf7 .input-group > input[type=color] + input[type=datetime-local], .wpcf7 .input-group > input[type=color] + input[type=datetime], .wpcf7 .input-group > input[type=color] + input[type=email], .wpcf7 .input-group > input[type=color] + input[type=file], .wpcf7 .input-group > input[type=color] + input[type=month], .wpcf7 .input-group > input[type=color] + input[type=number], .wpcf7 .input-group > input[type=color] + input[type=range], .wpcf7 .input-group > input[type=color] + input[type=search], .wpcf7 .input-group > input[type=color] + input[type=submit], .wpcf7 .input-group > input[type=color] + input[type=tel], .wpcf7 .input-group > input[type=color] + input[type=text], .wpcf7 .input-group > input[type=color] + input[type=time], .wpcf7 .input-group > input[type=color] + input[type=url], .wpcf7 .input-group > input[type=color] + input[type=week], .wpcf7 .input-group > input[type=color] + select, .wpcf7 .input-group > input[type=color] + textarea, .wpcf7 .input-group > input[type=date] + .custom-file, .wpcf7 .input-group > input[type=date] + .custom-select, .wpcf7 .input-group > input[type=date] + .form-control, .wpcf7 .input-group > input[type=date] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=date] + input[type=color], .wpcf7 .input-group > input[type=date] + input[type=date], .wpcf7 .input-group > input[type=date] + input[type=datetime-local], .wpcf7 .input-group > input[type=date] + input[type=datetime], .wpcf7 .input-group > input[type=date] + input[type=email], .wpcf7 .input-group > input[type=date] + input[type=file], .wpcf7 .input-group > input[type=date] + input[type=month], .wpcf7 .input-group > input[type=date] + input[type=number], .wpcf7 .input-group > input[type=date] + input[type=range], .wpcf7 .input-group > input[type=date] + input[type=search], .wpcf7 .input-group > input[type=date] + input[type=submit], .wpcf7 .input-group > input[type=date] + input[type=tel], .wpcf7 .input-group > input[type=date] + input[type=text], .wpcf7 .input-group > input[type=date] + input[type=time], .wpcf7 .input-group > input[type=date] + input[type=url], .wpcf7 .input-group > input[type=date] + input[type=week], .wpcf7 .input-group > input[type=date] + select, .wpcf7 .input-group > input[type=date] + textarea, .wpcf7 .input-group > input[type=datetime-local] + .custom-file, .wpcf7 .input-group > input[type=datetime-local] + .custom-select, .wpcf7 .input-group > input[type=datetime-local] + .form-control, .wpcf7 .input-group > input[type=datetime-local] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=datetime-local] + input[type=color], .wpcf7 .input-group > input[type=datetime-local] + input[type=date], .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime-local], .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime], .wpcf7 .input-group > input[type=datetime-local] + input[type=email], .wpcf7 .input-group > input[type=datetime-local] + input[type=file], .wpcf7 .input-group > input[type=datetime-local] + input[type=month], .wpcf7 .input-group > input[type=datetime-local] + input[type=number], .wpcf7 .input-group > input[type=datetime-local] + input[type=range], .wpcf7 .input-group > input[type=datetime-local] + input[type=search], .wpcf7 .input-group > input[type=datetime-local] + input[type=submit], .wpcf7 .input-group > input[type=datetime-local] + input[type=tel], .wpcf7 .input-group > input[type=datetime-local] + input[type=text], .wpcf7 .input-group > input[type=datetime-local] + input[type=time], .wpcf7 .input-group > input[type=datetime-local] + input[type=url], .wpcf7 .input-group > input[type=datetime-local] + input[type=week], .wpcf7 .input-group > input[type=datetime-local] + select, .wpcf7 .input-group > input[type=datetime-local] + textarea, .wpcf7 .input-group > input[type=datetime] + .custom-file, .wpcf7 .input-group > input[type=datetime] + .custom-select, .wpcf7 .input-group > input[type=datetime] + .form-control, .wpcf7 .input-group > input[type=datetime] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=datetime] + input[type=color], .wpcf7 .input-group > input[type=datetime] + input[type=date], .wpcf7 .input-group > input[type=datetime] + input[type=datetime-local], .wpcf7 .input-group > input[type=datetime] + input[type=datetime], .wpcf7 .input-group > input[type=datetime] + input[type=email], .wpcf7 .input-group > input[type=datetime] + input[type=file], .wpcf7 .input-group > input[type=datetime] + input[type=month], .wpcf7 .input-group > input[type=datetime] + input[type=number], .wpcf7 .input-group > input[type=datetime] + input[type=range], .wpcf7 .input-group > input[type=datetime] + input[type=search], .wpcf7 .input-group > input[type=datetime] + input[type=submit], .wpcf7 .input-group > input[type=datetime] + input[type=tel], .wpcf7 .input-group > input[type=datetime] + input[type=text], .wpcf7 .input-group > input[type=datetime] + input[type=time], .wpcf7 .input-group > input[type=datetime] + input[type=url], .wpcf7 .input-group > input[type=datetime] + input[type=week], .wpcf7 .input-group > input[type=datetime] + select, .wpcf7 .input-group > input[type=datetime] + textarea, .wpcf7 .input-group > input[type=email] + .custom-file, .wpcf7 .input-group > input[type=email] + .custom-select, .wpcf7 .input-group > input[type=email] + .form-control, .wpcf7 .input-group > input[type=email] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=email] + input[type=color], .wpcf7 .input-group > input[type=email] + input[type=date], .wpcf7 .input-group > input[type=email] + input[type=datetime-local], .wpcf7 .input-group > input[type=email] + input[type=datetime], .wpcf7 .input-group > input[type=email] + input[type=email], .wpcf7 .input-group > input[type=email] + input[type=file], .wpcf7 .input-group > input[type=email] + input[type=month], .wpcf7 .input-group > input[type=email] + input[type=number], .wpcf7 .input-group > input[type=email] + input[type=range], .wpcf7 .input-group > input[type=email] + input[type=search], .wpcf7 .input-group > input[type=email] + input[type=submit], .wpcf7 .input-group > input[type=email] + input[type=tel], .wpcf7 .input-group > input[type=email] + input[type=text], .wpcf7 .input-group > input[type=email] + input[type=time], .wpcf7 .input-group > input[type=email] + input[type=url], .wpcf7 .input-group > input[type=email] + input[type=week], .wpcf7 .input-group > input[type=email] + select, .wpcf7 .input-group > input[type=email] + textarea, .wpcf7 .input-group > input[type=file] + .custom-file, .wpcf7 .input-group > input[type=file] + .custom-select, .wpcf7 .input-group > input[type=file] + .form-control, .wpcf7 .input-group > input[type=file] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=file] + input[type=color], .wpcf7 .input-group > input[type=file] + input[type=date], .wpcf7 .input-group > input[type=file] + input[type=datetime-local], .wpcf7 .input-group > input[type=file] + input[type=datetime], .wpcf7 .input-group > input[type=file] + input[type=email], .wpcf7 .input-group > input[type=file] + input[type=file], .wpcf7 .input-group > input[type=file] + input[type=month], .wpcf7 .input-group > input[type=file] + input[type=number], .wpcf7 .input-group > input[type=file] + input[type=range], .wpcf7 .input-group > input[type=file] + input[type=search], .wpcf7 .input-group > input[type=file] + input[type=submit], .wpcf7 .input-group > input[type=file] + input[type=tel], .wpcf7 .input-group > input[type=file] + input[type=text], .wpcf7 .input-group > input[type=file] + input[type=time], .wpcf7 .input-group > input[type=file] + input[type=url], .wpcf7 .input-group > input[type=file] + input[type=week], .wpcf7 .input-group > input[type=file] + select, .wpcf7 .input-group > input[type=file] + textarea, .wpcf7 .input-group > input[type=month] + .custom-file, .wpcf7 .input-group > input[type=month] + .custom-select, .wpcf7 .input-group > input[type=month] + .form-control, .wpcf7 .input-group > input[type=month] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=month] + input[type=color], .wpcf7 .input-group > input[type=month] + input[type=date], .wpcf7 .input-group > input[type=month] + input[type=datetime-local], .wpcf7 .input-group > input[type=month] + input[type=datetime], .wpcf7 .input-group > input[type=month] + input[type=email], .wpcf7 .input-group > input[type=month] + input[type=file], .wpcf7 .input-group > input[type=month] + input[type=month], .wpcf7 .input-group > input[type=month] + input[type=number], .wpcf7 .input-group > input[type=month] + input[type=range], .wpcf7 .input-group > input[type=month] + input[type=search], .wpcf7 .input-group > input[type=month] + input[type=submit], .wpcf7 .input-group > input[type=month] + input[type=tel], .wpcf7 .input-group > input[type=month] + input[type=text], .wpcf7 .input-group > input[type=month] + input[type=time], .wpcf7 .input-group > input[type=month] + input[type=url], .wpcf7 .input-group > input[type=month] + input[type=week], .wpcf7 .input-group > input[type=month] + select, .wpcf7 .input-group > input[type=month] + textarea, .wpcf7 .input-group > input[type=number] + .custom-file, .wpcf7 .input-group > input[type=number] + .custom-select, .wpcf7 .input-group > input[type=number] + .form-control, .wpcf7 .input-group > input[type=number] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=number] + input[type=color], .wpcf7 .input-group > input[type=number] + input[type=date], .wpcf7 .input-group > input[type=number] + input[type=datetime-local], .wpcf7 .input-group > input[type=number] + input[type=datetime], .wpcf7 .input-group > input[type=number] + input[type=email], .wpcf7 .input-group > input[type=number] + input[type=file], .wpcf7 .input-group > input[type=number] + input[type=month], .wpcf7 .input-group > input[type=number] + input[type=number], .wpcf7 .input-group > input[type=number] + input[type=range], .wpcf7 .input-group > input[type=number] + input[type=search], .wpcf7 .input-group > input[type=number] + input[type=submit], .wpcf7 .input-group > input[type=number] + input[type=tel], .wpcf7 .input-group > input[type=number] + input[type=text], .wpcf7 .input-group > input[type=number] + input[type=time], .wpcf7 .input-group > input[type=number] + input[type=url], .wpcf7 .input-group > input[type=number] + input[type=week], .wpcf7 .input-group > input[type=number] + select, .wpcf7 .input-group > input[type=number] + textarea, .wpcf7 .input-group > input[type=range] + .custom-file, .wpcf7 .input-group > input[type=range] + .custom-select, .wpcf7 .input-group > input[type=range] + .form-control, .wpcf7 .input-group > input[type=range] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=range] + input[type=color], .wpcf7 .input-group > input[type=range] + input[type=date], .wpcf7 .input-group > input[type=range] + input[type=datetime-local], .wpcf7 .input-group > input[type=range] + input[type=datetime], .wpcf7 .input-group > input[type=range] + input[type=email], .wpcf7 .input-group > input[type=range] + input[type=file], .wpcf7 .input-group > input[type=range] + input[type=month], .wpcf7 .input-group > input[type=range] + input[type=number], .wpcf7 .input-group > input[type=range] + input[type=range], .wpcf7 .input-group > input[type=range] + input[type=search], .wpcf7 .input-group > input[type=range] + input[type=submit], .wpcf7 .input-group > input[type=range] + input[type=tel], .wpcf7 .input-group > input[type=range] + input[type=text], .wpcf7 .input-group > input[type=range] + input[type=time], .wpcf7 .input-group > input[type=range] + input[type=url], .wpcf7 .input-group > input[type=range] + input[type=week], .wpcf7 .input-group > input[type=range] + select, .wpcf7 .input-group > input[type=range] + textarea, .wpcf7 .input-group > input[type=search] + .custom-file, .wpcf7 .input-group > input[type=search] + .custom-select, .wpcf7 .input-group > input[type=search] + .form-control, .wpcf7 .input-group > input[type=search] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=search] + input[type=color], .wpcf7 .input-group > input[type=search] + input[type=date], .wpcf7 .input-group > input[type=search] + input[type=datetime-local], .wpcf7 .input-group > input[type=search] + input[type=datetime], .wpcf7 .input-group > input[type=search] + input[type=email], .wpcf7 .input-group > input[type=search] + input[type=file], .wpcf7 .input-group > input[type=search] + input[type=month], .wpcf7 .input-group > input[type=search] + input[type=number], .wpcf7 .input-group > input[type=search] + input[type=range], .wpcf7 .input-group > input[type=search] + input[type=search], .wpcf7 .input-group > input[type=search] + input[type=submit], .wpcf7 .input-group > input[type=search] + input[type=tel], .wpcf7 .input-group > input[type=search] + input[type=text], .wpcf7 .input-group > input[type=search] + input[type=time], .wpcf7 .input-group > input[type=search] + input[type=url], .wpcf7 .input-group > input[type=search] + input[type=week], .wpcf7 .input-group > input[type=search] + select, .wpcf7 .input-group > input[type=search] + textarea, .wpcf7 .input-group > input[type=submit] + .custom-file, .wpcf7 .input-group > input[type=submit] + .custom-select, .wpcf7 .input-group > input[type=submit] + .form-control, .wpcf7 .input-group > input[type=submit] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=submit] + input[type=color], .wpcf7 .input-group > input[type=submit] + input[type=date], .wpcf7 .input-group > input[type=submit] + input[type=datetime-local], .wpcf7 .input-group > input[type=submit] + input[type=datetime], .wpcf7 .input-group > input[type=submit] + input[type=email], .wpcf7 .input-group > input[type=submit] + input[type=file], .wpcf7 .input-group > input[type=submit] + input[type=month], .wpcf7 .input-group > input[type=submit] + input[type=number], .wpcf7 .input-group > input[type=submit] + input[type=range], .wpcf7 .input-group > input[type=submit] + input[type=search], .wpcf7 .input-group > input[type=submit] + input[type=submit], .wpcf7 .input-group > input[type=submit] + input[type=tel], .wpcf7 .input-group > input[type=submit] + input[type=text], .wpcf7 .input-group > input[type=submit] + input[type=time], .wpcf7 .input-group > input[type=submit] + input[type=url], .wpcf7 .input-group > input[type=submit] + input[type=week], .wpcf7 .input-group > input[type=submit] + select, .wpcf7 .input-group > input[type=submit] + textarea, .wpcf7 .input-group > input[type=tel] + .custom-file, .wpcf7 .input-group > input[type=tel] + .custom-select, .wpcf7 .input-group > input[type=tel] + .form-control, .wpcf7 .input-group > input[type=tel] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=tel] + input[type=color], .wpcf7 .input-group > input[type=tel] + input[type=date], .wpcf7 .input-group > input[type=tel] + input[type=datetime-local], .wpcf7 .input-group > input[type=tel] + input[type=datetime], .wpcf7 .input-group > input[type=tel] + input[type=email], .wpcf7 .input-group > input[type=tel] + input[type=file], .wpcf7 .input-group > input[type=tel] + input[type=month], .wpcf7 .input-group > input[type=tel] + input[type=number], .wpcf7 .input-group > input[type=tel] + input[type=range], .wpcf7 .input-group > input[type=tel] + input[type=search], .wpcf7 .input-group > input[type=tel] + input[type=submit], .wpcf7 .input-group > input[type=tel] + input[type=tel], .wpcf7 .input-group > input[type=tel] + input[type=text], .wpcf7 .input-group > input[type=tel] + input[type=time], .wpcf7 .input-group > input[type=tel] + input[type=url], .wpcf7 .input-group > input[type=tel] + input[type=week], .wpcf7 .input-group > input[type=tel] + select, .wpcf7 .input-group > input[type=tel] + textarea, .wpcf7 .input-group > input[type=text] + .custom-file, .wpcf7 .input-group > input[type=text] + .custom-select, .wpcf7 .input-group > input[type=text] + .form-control, .wpcf7 .input-group > input[type=text] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text] + input[type=color], .wpcf7 .input-group > input[type=text] + input[type=date], .wpcf7 .input-group > input[type=text] + input[type=datetime-local], .wpcf7 .input-group > input[type=text] + input[type=datetime], .wpcf7 .input-group > input[type=text] + input[type=email], .wpcf7 .input-group > input[type=text] + input[type=file], .wpcf7 .input-group > input[type=text] + input[type=month], .wpcf7 .input-group > input[type=text] + input[type=number], .wpcf7 .input-group > input[type=text] + input[type=range], .wpcf7 .input-group > input[type=text] + input[type=search], .wpcf7 .input-group > input[type=text] + input[type=submit], .wpcf7 .input-group > input[type=text] + input[type=tel], .wpcf7 .input-group > input[type=text] + input[type=text], .wpcf7 .input-group > input[type=text] + input[type=time], .wpcf7 .input-group > input[type=text] + input[type=url], .wpcf7 .input-group > input[type=text] + input[type=week], .wpcf7 .input-group > input[type=text] + select, .wpcf7 .input-group > input[type=text] + textarea, .wpcf7 .input-group > input[type=time] + .custom-file, .wpcf7 .input-group > input[type=time] + .custom-select, .wpcf7 .input-group > input[type=time] + .form-control, .wpcf7 .input-group > input[type=time] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=time] + input[type=color], .wpcf7 .input-group > input[type=time] + input[type=date], .wpcf7 .input-group > input[type=time] + input[type=datetime-local], .wpcf7 .input-group > input[type=time] + input[type=datetime], .wpcf7 .input-group > input[type=time] + input[type=email], .wpcf7 .input-group > input[type=time] + input[type=file], .wpcf7 .input-group > input[type=time] + input[type=month], .wpcf7 .input-group > input[type=time] + input[type=number], .wpcf7 .input-group > input[type=time] + input[type=range], .wpcf7 .input-group > input[type=time] + input[type=search], .wpcf7 .input-group > input[type=time] + input[type=submit], .wpcf7 .input-group > input[type=time] + input[type=tel], .wpcf7 .input-group > input[type=time] + input[type=text], .wpcf7 .input-group > input[type=time] + input[type=time], .wpcf7 .input-group > input[type=time] + input[type=url], .wpcf7 .input-group > input[type=time] + input[type=week], .wpcf7 .input-group > input[type=time] + select, .wpcf7 .input-group > input[type=time] + textarea, .wpcf7 .input-group > input[type=url] + .custom-file, .wpcf7 .input-group > input[type=url] + .custom-select, .wpcf7 .input-group > input[type=url] + .form-control, .wpcf7 .input-group > input[type=url] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=url] + input[type=color], .wpcf7 .input-group > input[type=url] + input[type=date], .wpcf7 .input-group > input[type=url] + input[type=datetime-local], .wpcf7 .input-group > input[type=url] + input[type=datetime], .wpcf7 .input-group > input[type=url] + input[type=email], .wpcf7 .input-group > input[type=url] + input[type=file], .wpcf7 .input-group > input[type=url] + input[type=month], .wpcf7 .input-group > input[type=url] + input[type=number], .wpcf7 .input-group > input[type=url] + input[type=range], .wpcf7 .input-group > input[type=url] + input[type=search], .wpcf7 .input-group > input[type=url] + input[type=submit], .wpcf7 .input-group > input[type=url] + input[type=tel], .wpcf7 .input-group > input[type=url] + input[type=text], .wpcf7 .input-group > input[type=url] + input[type=time], .wpcf7 .input-group > input[type=url] + input[type=url], .wpcf7 .input-group > input[type=url] + input[type=week], .wpcf7 .input-group > input[type=url] + select, .wpcf7 .input-group > input[type=url] + textarea, .wpcf7 .input-group > input[type=week] + .custom-file, .wpcf7 .input-group > input[type=week] + .custom-select, .wpcf7 .input-group > input[type=week] + .form-control, .wpcf7 .input-group > input[type=week] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=week] + input[type=color], .wpcf7 .input-group > input[type=week] + input[type=date], .wpcf7 .input-group > input[type=week] + input[type=datetime-local], .wpcf7 .input-group > input[type=week] + input[type=datetime], .wpcf7 .input-group > input[type=week] + input[type=email], .wpcf7 .input-group > input[type=week] + input[type=file], .wpcf7 .input-group > input[type=week] + input[type=month], .wpcf7 .input-group > input[type=week] + input[type=number], .wpcf7 .input-group > input[type=week] + input[type=range], .wpcf7 .input-group > input[type=week] + input[type=search], .wpcf7 .input-group > input[type=week] + input[type=submit], .wpcf7 .input-group > input[type=week] + input[type=tel], .wpcf7 .input-group > input[type=week] + input[type=text], .wpcf7 .input-group > input[type=week] + input[type=time], .wpcf7 .input-group > input[type=week] + input[type=url], .wpcf7 .input-group > input[type=week] + input[type=week], .wpcf7 .input-group > input[type=week] + select, .wpcf7 .input-group > input[type=week] + textarea, .wpcf7 .input-group > select + .custom-file, .wpcf7 .input-group > select + .custom-select, .wpcf7 .input-group > select + .form-control, .wpcf7 .input-group > select + .wpcf7-validation-errors, .wpcf7 .input-group > select + input[type=color], .wpcf7 .input-group > select + input[type=date], .wpcf7 .input-group > select + input[type=datetime-local], .wpcf7 .input-group > select + input[type=datetime], .wpcf7 .input-group > select + input[type=email], .wpcf7 .input-group > select + input[type=file], .wpcf7 .input-group > select + input[type=month], .wpcf7 .input-group > select + input[type=number], .wpcf7 .input-group > select + input[type=range], .wpcf7 .input-group > select + input[type=search], .wpcf7 .input-group > select + input[type=submit], .wpcf7 .input-group > select + input[type=tel], .wpcf7 .input-group > select + input[type=text], .wpcf7 .input-group > select + input[type=time], .wpcf7 .input-group > select + input[type=url], .wpcf7 .input-group > select + input[type=week], .wpcf7 .input-group > select + select, .wpcf7 .input-group > select + textarea, .wpcf7 .input-group > textarea + .custom-file, .wpcf7 .input-group > textarea + .custom-select, .wpcf7 .input-group > textarea + .form-control, .wpcf7 .input-group > textarea + .wpcf7-validation-errors, .wpcf7 .input-group > textarea + input[type=color], .wpcf7 .input-group > textarea + input[type=date], .wpcf7 .input-group > textarea + input[type=datetime-local], .wpcf7 .input-group > textarea + input[type=datetime], .wpcf7 .input-group > textarea + input[type=email], .wpcf7 .input-group > textarea + input[type=file], .wpcf7 .input-group > textarea + input[type=month], .wpcf7 .input-group > textarea + input[type=number], .wpcf7 .input-group > textarea + input[type=range], .wpcf7 .input-group > textarea + input[type=search], .wpcf7 .input-group > textarea + input[type=submit], .wpcf7 .input-group > textarea + input[type=tel], .wpcf7 .input-group > textarea + input[type=text], .wpcf7 .input-group > textarea + input[type=time], .wpcf7 .input-group > textarea + input[type=url], .wpcf7 .input-group > textarea + input[type=week], .wpcf7 .input-group > textarea + select, .wpcf7 .input-group > textarea + textarea, .wpcf7 .widget_archive .input-group > .wpcf7-validation-errors + select, .wpcf7 .widget_archive .input-group > input[type=color] + select, .wpcf7 .widget_archive .input-group > input[type=date] + select, .wpcf7 .widget_archive .input-group > input[type=datetime-local] + select, .wpcf7 .widget_archive .input-group > input[type=datetime] + select, .wpcf7 .widget_archive .input-group > input[type=email] + select, .wpcf7 .widget_archive .input-group > input[type=file] + select, .wpcf7 .widget_archive .input-group > input[type=month] + select, .wpcf7 .widget_archive .input-group > input[type=number] + select, .wpcf7 .widget_archive .input-group > input[type=range] + select, .wpcf7 .widget_archive .input-group > input[type=search] + select, .wpcf7 .widget_archive .input-group > input[type=submit] + select, .wpcf7 .widget_archive .input-group > input[type=tel] + select, .wpcf7 .widget_archive .input-group > input[type=text] + select, .wpcf7 .widget_archive .input-group > input[type=time] + select, .wpcf7 .widget_archive .input-group > input[type=url] + select, .wpcf7 .widget_archive .input-group > input[type=week] + select, .wpcf7 .widget_archive .input-group > select + .wpcf7-validation-errors, .wpcf7 .widget_archive .input-group > select + input[type=color], .wpcf7 .widget_archive .input-group > select + input[type=date], .wpcf7 .widget_archive .input-group > select + input[type=datetime-local], .wpcf7 .widget_archive .input-group > select + input[type=datetime], .wpcf7 .widget_archive .input-group > select + input[type=email], .wpcf7 .widget_archive .input-group > select + input[type=file], .wpcf7 .widget_archive .input-group > select + input[type=month], .wpcf7 .widget_archive .input-group > select + input[type=number], .wpcf7 .widget_archive .input-group > select + input[type=range], .wpcf7 .widget_archive .input-group > select + input[type=search], .wpcf7 .widget_archive .input-group > select + input[type=submit], .wpcf7 .widget_archive .input-group > select + input[type=tel], .wpcf7 .widget_archive .input-group > select + input[type=text], .wpcf7 .widget_archive .input-group > select + input[type=time], .wpcf7 .widget_archive .input-group > select + input[type=url], .wpcf7 .widget_archive .input-group > select + input[type=week], .wpcf7 .widget_archive .input-group > select + select, .wpcf7 .widget_archive .input-group > select + textarea, .wpcf7 .widget_archive .input-group > textarea + select, .wpcf7 .widget_categories .input-group > .wpcf7-validation-errors + select, .wpcf7 .widget_categories .input-group > input[type=color] + select, .wpcf7 .widget_categories .input-group > input[type=date] + select, .wpcf7 .widget_categories .input-group > input[type=datetime-local] + select, .wpcf7 .widget_categories .input-group > input[type=datetime] + select, .wpcf7 .widget_categories .input-group > input[type=email] + select, .wpcf7 .widget_categories .input-group > input[type=file] + select, .wpcf7 .widget_categories .input-group > input[type=month] + select, .wpcf7 .widget_categories .input-group > input[type=number] + select, .wpcf7 .widget_categories .input-group > input[type=range] + select, .wpcf7 .widget_categories .input-group > input[type=search] + select, .wpcf7 .widget_categories .input-group > input[type=submit] + select, .wpcf7 .widget_categories .input-group > input[type=tel] + select, .wpcf7 .widget_categories .input-group > input[type=text] + select, .wpcf7 .widget_categories .input-group > input[type=time] + select, .wpcf7 .widget_categories .input-group > input[type=url] + select, .wpcf7 .widget_categories .input-group > input[type=week] + select, .wpcf7 .widget_categories .input-group > select + .wpcf7-validation-errors, .wpcf7 .widget_categories .input-group > select + input[type=color], .wpcf7 .widget_categories .input-group > select + input[type=date], .wpcf7 .widget_categories .input-group > select + input[type=datetime-local], .wpcf7 .widget_categories .input-group > select + input[type=datetime], .wpcf7 .widget_categories .input-group > select + input[type=email], .wpcf7 .widget_categories .input-group > select + input[type=file], .wpcf7 .widget_categories .input-group > select + input[type=month], .wpcf7 .widget_categories .input-group > select + input[type=number], .wpcf7 .widget_categories .input-group > select + input[type=range], .wpcf7 .widget_categories .input-group > select + input[type=search], .wpcf7 .widget_categories .input-group > select + input[type=submit], .wpcf7 .widget_categories .input-group > select + input[type=tel], .wpcf7 .widget_categories .input-group > select + input[type=text], .wpcf7 .widget_categories .input-group > select + input[type=time], .wpcf7 .widget_categories .input-group > select + input[type=url], .wpcf7 .widget_categories .input-group > select + input[type=week], .wpcf7 .widget_categories .input-group > select + select, .wpcf7 .widget_categories .input-group > select + textarea, .wpcf7 .widget_categories .input-group > textarea + select {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus, .widget_archive .input-group > select:focus, .widget_categories .input-group > select:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .wpcf7 .input-group > input:focus[type=color], .wpcf7 .input-group > input:focus[type=date], .wpcf7 .input-group > input:focus[type=datetime-local], .wpcf7 .input-group > input:focus[type=datetime], .wpcf7 .input-group > input:focus[type=email], .wpcf7 .input-group > input:focus[type=file], .wpcf7 .input-group > input:focus[type=month], .wpcf7 .input-group > input:focus[type=number], .wpcf7 .input-group > input:focus[type=range], .wpcf7 .input-group > input:focus[type=search], .wpcf7 .input-group > input:focus[type=submit], .wpcf7 .input-group > input:focus[type=tel], .wpcf7 .input-group > input:focus[type=text], .wpcf7 .input-group > input:focus[type=time], .wpcf7 .input-group > input:focus[type=url], .wpcf7 .input-group > input:focus[type=week], .wpcf7 .input-group > select:focus, .wpcf7 .input-group > textarea:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .widget_archive .input-group > select:not(:first-child), .widget_categories .input-group > select:not(:first-child), .wpcf7 .input-group > .wpcf7-validation-errors:not(:first-child), .wpcf7 .input-group > input:not(:first-child)[type=color], .wpcf7 .input-group > input:not(:first-child)[type=date], .wpcf7 .input-group > input:not(:first-child)[type=datetime-local], .wpcf7 .input-group > input:not(:first-child)[type=datetime], .wpcf7 .input-group > input:not(:first-child)[type=email], .wpcf7 .input-group > input:not(:first-child)[type=file], .wpcf7 .input-group > input:not(:first-child)[type=month], .wpcf7 .input-group > input:not(:first-child)[type=number], .wpcf7 .input-group > input:not(:first-child)[type=range], .wpcf7 .input-group > input:not(:first-child)[type=search], .wpcf7 .input-group > input:not(:first-child)[type=submit], .wpcf7 .input-group > input:not(:first-child)[type=tel], .wpcf7 .input-group > input:not(:first-child)[type=text], .wpcf7 .input-group > input:not(:first-child)[type=time], .wpcf7 .input-group > input:not(:first-child)[type=url], .wpcf7 .input-group > input:not(:first-child)[type=week], .wpcf7 .input-group > select:not(:first-child), .wpcf7 .input-group > textarea:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .input-group > .custom-file {
            display: flex;
            align-items: center
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child), .widget_archive .input-group:not(.has-validation) > select:not(:last-child), .widget_categories .input-group:not(.has-validation) > select:not(:last-child), .wpcf7 .input-group:not(.has-validation) > .wpcf7-validation-errors:not(:last-child), .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=color], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=date], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=datetime-local], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=datetime], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=email], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=file], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=month], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=number], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=range], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=search], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=submit], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=tel], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=text], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=time], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=url], .wpcf7 .input-group:not(.has-validation) > input:not(:last-child)[type=week], .wpcf7 .input-group:not(.has-validation) > select:not(:last-child), .wpcf7 .input-group:not(.has-validation) > textarea:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .widget_archive .input-group.has-validation > select:nth-last-child(n+3), .widget_categories .input-group.has-validation > select:nth-last-child(n+3), .wpcf7 .input-group.has-validation > .wpcf7-validation-errors:nth-last-child(n+3), .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=color], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=date], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=datetime-local], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=datetime], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=email], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=file], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=month], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=number], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=range], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=search], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=submit], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=tel], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=text], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=time], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=url], .wpcf7 .input-group.has-validation > input:nth-last-child(n+3)[type=week], .wpcf7 .input-group.has-validation > select:nth-last-child(n+3), .wpcf7 .input-group.has-validation > textarea:nth-last-child(n+3) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group-append, .input-group-prepend {
            display: flex
        }

        .input-group-append .btn, .input-group-append .wpcf7 input[type=submit], .input-group-prepend .btn, .input-group-prepend .wpcf7 input[type=submit], .wpcf7 .input-group-append input[type=submit], .wpcf7 .input-group-prepend input[type=submit] {
            position: relative;
            z-index: 2
        }

        .input-group-append .btn:focus, .input-group-append .wpcf7 input:focus[type=submit], .input-group-prepend .btn:focus, .input-group-prepend .wpcf7 input:focus[type=submit], .wpcf7 .input-group-append input:focus[type=submit], .wpcf7 .input-group-prepend input:focus[type=submit] {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-append .wpcf7 .btn + input[type=submit], .input-group-append .wpcf7 .input-group-text + input[type=submit], .input-group-append .wpcf7 input[type=submit] + .btn, .input-group-append .wpcf7 input[type=submit] + .input-group-text, .input-group-append .wpcf7 input[type=submit] + input[type=submit], .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-prepend .wpcf7 .btn + input[type=submit], .input-group-prepend .wpcf7 .input-group-text + input[type=submit], .input-group-prepend .wpcf7 input[type=submit] + .btn, .input-group-prepend .wpcf7 input[type=submit] + .input-group-text, .input-group-prepend .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .input-group-append .btn + input[type=submit], .wpcf7 .input-group-append .input-group-text + input[type=submit], .wpcf7 .input-group-append input[type=submit] + .btn, .wpcf7 .input-group-append input[type=submit] + .input-group-text, .wpcf7 .input-group-append input[type=submit] + input[type=submit], .wpcf7 .input-group-prepend .btn + input[type=submit], .wpcf7 .input-group-prepend .input-group-text + input[type=submit], .wpcf7 .input-group-prepend input[type=submit] + .btn, .wpcf7 .input-group-prepend input[type=submit] + .input-group-text, .wpcf7 .input-group-prepend input[type=submit] + input[type=submit] {
            margin-left: -1px
        }

        .input-group-prepend {
            margin-right: -1px
        }

        .input-group-append {
            margin-left: -1px
        }

        .input-group-text {
            display: flex;
            align-items: center;
            padding: .375rem .75rem;
            margin-bottom: 0;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            text-align: center;
            white-space: nowrap;
            background-color: #e9ecef;
            border: 1px solid #ced4da;
            border-radius: .25rem
        }

        .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
            margin-top: 0
        }

        .input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea), .widget_archive .input-group-lg > select:not(textarea), .widget_categories .input-group-lg > select:not(textarea), .wpcf7 .input-group-lg > .wpcf7-validation-errors:not(textarea), .wpcf7 .input-group-lg > input:not(textarea)[type=color], .wpcf7 .input-group-lg > input:not(textarea)[type=date], .wpcf7 .input-group-lg > input:not(textarea)[type=datetime-local], .wpcf7 .input-group-lg > input:not(textarea)[type=datetime], .wpcf7 .input-group-lg > input:not(textarea)[type=email], .wpcf7 .input-group-lg > input:not(textarea)[type=file], .wpcf7 .input-group-lg > input:not(textarea)[type=month], .wpcf7 .input-group-lg > input:not(textarea)[type=number], .wpcf7 .input-group-lg > input:not(textarea)[type=range], .wpcf7 .input-group-lg > input:not(textarea)[type=search], .wpcf7 .input-group-lg > input:not(textarea)[type=submit], .wpcf7 .input-group-lg > input:not(textarea)[type=tel], .wpcf7 .input-group-lg > input:not(textarea)[type=text], .wpcf7 .input-group-lg > input:not(textarea)[type=time], .wpcf7 .input-group-lg > input:not(textarea)[type=url], .wpcf7 .input-group-lg > input:not(textarea)[type=week], .wpcf7 .input-group-lg > select:not(textarea), .wpcf7 .input-group-lg > textarea:not(textarea) {
            height: calc(1.5em + 1rem + 2px)
        }

        .input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, .widget_archive .input-group-lg > select, .widget_categories .input-group-lg > select, .wpcf7 .input-group-lg > .input-group-append > input[type=submit], .wpcf7 .input-group-lg > .input-group-prepend > input[type=submit], .wpcf7 .input-group-lg > .wpcf7-validation-errors, .wpcf7 .input-group-lg > input[type=color], .wpcf7 .input-group-lg > input[type=date], .wpcf7 .input-group-lg > input[type=datetime-local], .wpcf7 .input-group-lg > input[type=datetime], .wpcf7 .input-group-lg > input[type=email], .wpcf7 .input-group-lg > input[type=file], .wpcf7 .input-group-lg > input[type=month], .wpcf7 .input-group-lg > input[type=number], .wpcf7 .input-group-lg > input[type=range], .wpcf7 .input-group-lg > input[type=search], .wpcf7 .input-group-lg > input[type=submit], .wpcf7 .input-group-lg > input[type=tel], .wpcf7 .input-group-lg > input[type=text], .wpcf7 .input-group-lg > input[type=time], .wpcf7 .input-group-lg > input[type=url], .wpcf7 .input-group-lg > input[type=week], .wpcf7 .input-group-lg > select, .wpcf7 .input-group-lg > textarea {
            padding: .5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: .3rem
        }

        .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea), .widget_archive .input-group-sm > select:not(textarea), .widget_categories .input-group-sm > select:not(textarea), .wpcf7 .input-group-sm > .wpcf7-validation-errors:not(textarea), .wpcf7 .input-group-sm > input:not(textarea)[type=color], .wpcf7 .input-group-sm > input:not(textarea)[type=date], .wpcf7 .input-group-sm > input:not(textarea)[type=datetime-local], .wpcf7 .input-group-sm > input:not(textarea)[type=datetime], .wpcf7 .input-group-sm > input:not(textarea)[type=email], .wpcf7 .input-group-sm > input:not(textarea)[type=file], .wpcf7 .input-group-sm > input:not(textarea)[type=month], .wpcf7 .input-group-sm > input:not(textarea)[type=number], .wpcf7 .input-group-sm > input:not(textarea)[type=range], .wpcf7 .input-group-sm > input:not(textarea)[type=search], .wpcf7 .input-group-sm > input:not(textarea)[type=submit], .wpcf7 .input-group-sm > input:not(textarea)[type=tel], .wpcf7 .input-group-sm > input:not(textarea)[type=text], .wpcf7 .input-group-sm > input:not(textarea)[type=time], .wpcf7 .input-group-sm > input:not(textarea)[type=url], .wpcf7 .input-group-sm > input:not(textarea)[type=week], .wpcf7 .input-group-sm > select:not(textarea), .wpcf7 .input-group-sm > textarea:not(textarea) {
            height: calc(1.5em + .5rem + 2px)
        }

        .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text, .widget_archive .input-group-sm > select, .widget_categories .input-group-sm > select, .wpcf7 .input-group-sm > .input-group-append > input[type=submit], .wpcf7 .input-group-sm > .input-group-prepend > input[type=submit], .wpcf7 .input-group-sm > .wpcf7-validation-errors, .wpcf7 .input-group-sm > input[type=color], .wpcf7 .input-group-sm > input[type=date], .wpcf7 .input-group-sm > input[type=datetime-local], .wpcf7 .input-group-sm > input[type=datetime], .wpcf7 .input-group-sm > input[type=email], .wpcf7 .input-group-sm > input[type=file], .wpcf7 .input-group-sm > input[type=month], .wpcf7 .input-group-sm > input[type=number], .wpcf7 .input-group-sm > input[type=range], .wpcf7 .input-group-sm > input[type=search], .wpcf7 .input-group-sm > input[type=submit], .wpcf7 .input-group-sm > input[type=tel], .wpcf7 .input-group-sm > input[type=text], .wpcf7 .input-group-sm > input[type=time], .wpcf7 .input-group-sm > input[type=url], .wpcf7 .input-group-sm > input[type=week], .wpcf7 .input-group-sm > select, .wpcf7 .input-group-sm > textarea {
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: .2rem
        }

        .input-group-lg > .custom-select, .input-group-sm > .custom-select {
            padding-right: 1.75rem
        }

        .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .wpcf7 .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit], .wpcf7 .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit], .wpcf7 .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type=submit], .wpcf7 .input-group > .input-group-prepend > input[type=submit] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .wpcf7 .input-group > .input-group-append > input[type=submit], .wpcf7 .input-group > .input-group-prepend:first-child > input:not(:first-child)[type=submit], .wpcf7 .input-group > .input-group-prepend:not(:first-child) > input[type=submit] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .custom-control {
            position: relative;
            z-index: 1;
            display: block;
            min-height: 1.5rem;
            padding-left: 1.5rem;
            -webkit-print-color-adjust: exact;
            color-adjust: exact
        }

        .custom-control-inline {
            display: inline-flex;
            margin-right: 1rem
        }

        .custom-control-input {
            position: absolute;
            left: 0;
            z-index: -1;
            width: 1rem;
            height: 1.25rem;
            opacity: 0
        }

        .custom-control-input:checked ~ .custom-control-label::before {
            color: #fff;
            border-color: #53f;
            background-color: #53f
        }

        .custom-control-input:focus ~ .custom-control-label::before {
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
            border-color: #bfb3ff
        }

        .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
            color: #fff;
            background-color: #eae6ff;
            border-color: #eae6ff
        }

        .custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
            color: #6c757d
        }

        .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
            background-color: #e9ecef
        }

        .custom-control-label {
            position: relative;
            margin-bottom: 0;
            vertical-align: top
        }

        .custom-control-label::before {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border: #adb5bd solid 1px
        }

        .custom-control-label::after {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
            background: 50%/50% 50% no-repeat
        }

        .custom-checkbox .custom-control-label::before {
            border-radius: .25rem
        }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
        }

        .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
            border-color: #53f;
            background-color: #53f
        }

        .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
        }

        .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
            background-color: rgba(85, 51, 255, .5)
        }

        .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
            background-color: rgba(85, 51, 255, .5)
        }

        .custom-radio .custom-control-label::before {
            border-radius: 50%
        }

        .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
        }

        .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
            background-color: rgba(85, 51, 255, .5)
        }

        .custom-switch {
            padding-left: 2.25rem
        }

        .custom-switch .custom-control-label::before {
            left: -2.25rem;
            width: 1.75rem;
            pointer-events: all;
            border-radius: .5rem
        }

        .custom-switch .custom-control-label::after {
            top: calc(.25rem + 2px);
            left: calc(-2.25rem + 2px);
            width: calc(1rem - 4px);
            height: calc(1rem - 4px);
            background-color: #adb5bd;
            border-radius: .5rem;
            transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        @media (prefers-reduced-motion: reduce) {
            .custom-switch .custom-control-label::after {
                transition: none
            }
        }

        .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
            background-color: #fff;
            transform: translateX(.75rem)
        }

        .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
            background-color: rgba(85, 51, 255, .5)
        }

        .custom-select {
            display: inline-block;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem 1.75rem .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            vertical-align: middle;
            background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
            border: 1px solid #ced4da;
            border-radius: .25rem;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

        .custom-select:focus {
            border-color: #bfb3ff;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

        .custom-select[multiple], .custom-select[size]:not([size="1"]) {
            height: auto;
            padding-right: .75rem;
            background-image: none
        }

        .custom-select:disabled {
            color: #6c757d;
            background-color: #e9ecef
        }

        .custom-select::-ms-expand {
            display: none
        }

        .custom-select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #495057
        }

        .custom-select-sm {
            height: calc(1.5em + .5rem + 2px);
            padding-top: .25rem;
            padding-bottom: .25rem;
            padding-left: .5rem;
            font-size: .875rem
        }

        .custom-select-lg {
            height: calc(1.5em + 1rem + 2px);
            padding-top: .5rem;
            padding-bottom: .5rem;
            padding-left: 1rem;
            font-size: 1.25rem
        }

        .custom-file {
            position: relative;
            display: inline-block;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            margin-bottom: 0
        }

        .custom-file-input {
            position: relative;
            z-index: 2;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            margin: 0;
            overflow: hidden;
            opacity: 0
        }

        .custom-file-input:focus ~ .custom-file-label {
            border-color: #bfb3ff;
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
            background-color: #e9ecef
        }

        .custom-file-input:lang(en) ~ .custom-file-label::after {
            content: "Browse"
        }

        .custom-file-input ~ .custom-file-label[data-browse]::after {
            content: attr(data-browse)
        }

        .custom-file-label {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            overflow: hidden;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: .25rem
        }

        .custom-file-label::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            display: block;
            height: calc(1.5em + .75rem);
            padding: .375rem .75rem;
            line-height: 1.5;
            color: #495057;
            content: "Browse";
            background-color: #e9ecef;
            border-left: inherit;
            border-radius: 0 .25rem .25rem 0
        }

        .custom-range {
            width: 100%;
            height: 1.4rem;
            padding: 0;
            background-color: transparent;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

        .custom-range:focus {
            outline: 0
        }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .custom-range::-moz-focus-outer {
            border: 0
        }

        .custom-range::-webkit-slider-thumb {
            width: 1rem;
            height: 1rem;
            margin-top: -.25rem;
            background-color: #53f;
            border: 0;
            border-radius: 1rem;
            -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            -webkit-appearance: none;
            appearance: none
        }

        @media (prefers-reduced-motion: reduce) {
            .custom-range::-webkit-slider-thumb {
                -webkit-transition: none;
                transition: none
            }
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #eae6ff
        }

        .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: #53f;
            border: 0;
            border-radius: 1rem;
            -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            -moz-appearance: none;
            appearance: none
        }

        @media (prefers-reduced-motion: reduce) {
            .custom-range::-moz-range-thumb {
                -moz-transition: none;
                transition: none
            }
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #eae6ff
        }

        .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: #53f;
            border: 0;
            border-radius: 1rem;
            -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            appearance: none
        }

        @media (prefers-reduced-motion: reduce) {
            .custom-range::-ms-thumb {
                -ms-transition: none;
                transition: none
            }
        }

        .custom-range::-ms-thumb:active {
            background-color: #eae6ff
        }

        .custom-range::-ms-track {
            width: 100%;
            height: .5rem;
            color: transparent;
            cursor: pointer;
            background-color: transparent;
            border-color: transparent;
            border-width: .5rem
        }

        .custom-range::-ms-fill-lower {
            background-color: #dee2e6;
            border-radius: 1rem
        }

        .custom-range::-ms-fill-upper {
            margin-right: 15px;
            background-color: #dee2e6;
            border-radius: 1rem
        }

        .custom-range:disabled::-webkit-slider-thumb {
            background-color: #adb5bd
        }

        .custom-range:disabled::-webkit-slider-runnable-track {
            cursor: default
        }

        .custom-range:disabled::-moz-range-thumb {
            background-color: #adb5bd
        }

        .custom-range:disabled::-moz-range-track {
            cursor: default
        }

        .custom-range:disabled::-ms-thumb {
            background-color: #adb5bd
        }

        .custom-control-label::before, .custom-file-label, .custom-select {
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        @media (prefers-reduced-motion: reduce) {
            .custom-control-label::before, .custom-file-label, .custom-select {
                transition: none
            }
        }

        .nav {
            display: flex;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

        .nav-link {
            display: block;
            padding: .5rem 1rem
        }

        .nav-link:focus, .nav-link:hover {
            text-decoration: none
        }

        .nav-link.disabled {
            color: #6c757d;
            pointer-events: none;
            cursor: default
        }

        .nav-tabs {
            border-bottom: 1px solid #dee2e6
        }

        .nav-tabs .nav-link {
            margin-bottom: -1px;
            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
        }

        .nav-pills .nav-link {
            border-radius: .25rem
        }

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: #fff;
            background-color: #53f
        }

        .nav-fill .nav-item, .nav-fill > .nav-link {
            flex: 1 1 auto;
            text-align: center
        }

        .nav-justified .nav-item, .nav-justified > .nav-link {
            flex-basis: 0;
            flex-grow: 1;
            text-align: center
        }

        .tab-content > .tab-pane {
            display: none
        }

        .tab-content > .active {
            display: block
        }

        .navbar {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: .5rem 1rem
        }

        .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between
        }

        .navbar-brand {
            display: inline-block;
            padding-top: .3125rem;
            padding-bottom: .3125rem;
            margin-right: 1rem;
            font-size: 1.25rem;
            line-height: inherit;
            white-space: nowrap
        }

        .navbar-brand:focus, .navbar-brand:hover {
            text-decoration: none
        }

        .navbar-nav {
            display: flex;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

        .navbar-nav .nav-link {
            padding-right: 0;
            padding-left: 0
        }

        .navbar-nav .dropdown-menu {
            position: static;
            float: none
        }

        .navbar-text {
            display: inline-block;
            padding-top: .5rem;
            padding-bottom: .5rem
        }

        .navbar-collapse {
            flex-basis: 100%;
            flex-grow: 1;
            align-items: center
        }

        .navbar-toggler {
            padding: .25rem .75rem;
            font-size: 1.25rem;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: .25rem
        }

        .navbar-toggler:focus, .navbar-toggler:hover {
            text-decoration: none
        }

        .navbar-toggler-icon {
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            vertical-align: middle;
            content: "";
            background: 50%/100% 100% no-repeat
        }

        .navbar-nav-scroll {
            max-height: 75vh;
            overflow-y: auto
        }

        @media (max-width: 575.98px) {
            .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (min-width: 576px) {
            .navbar-expand-sm {
                flex-flow: row nowrap;
                justify-content: flex-start
            }

            .navbar-expand-sm .navbar-nav {
                flex-direction: row
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

            .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
                flex-wrap: nowrap
            }

            .navbar-expand-sm .navbar-nav-scroll {
                overflow: visible
            }

            .navbar-expand-sm .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-sm .navbar-toggler {
                display: none
            }
        }

        @media (max-width: 767.98px) {
            .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (min-width: 768px) {
            .navbar-expand-md {
                flex-flow: row nowrap;
                justify-content: flex-start
            }

            .navbar-expand-md .navbar-nav {
                flex-direction: row
            }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

            .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
                flex-wrap: nowrap
            }

            .navbar-expand-md .navbar-nav-scroll {
                overflow: visible
            }

            .navbar-expand-md .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-md .navbar-toggler {
                display: none
            }
        }

        @media (max-width: 991.98px) {
            .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (min-width: 992px) {
            .navbar-expand-lg {
                flex-flow: row nowrap;
                justify-content: flex-start
            }

            .navbar-expand-lg .navbar-nav {
                flex-direction: row
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

            .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
                flex-wrap: nowrap
            }

            .navbar-expand-lg .navbar-nav-scroll {
                overflow: visible
            }

            .navbar-expand-lg .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-lg .navbar-toggler {
                display: none
            }
        }

        @media (max-width: 1199.98px) {
            .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (min-width: 1200px) {
            .navbar-expand-xl {
                flex-flow: row nowrap;
                justify-content: flex-start
            }

            .navbar-expand-xl .navbar-nav {
                flex-direction: row
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

            .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
                flex-wrap: nowrap
            }

            .navbar-expand-xl .navbar-nav-scroll {
                overflow: visible
            }

            .navbar-expand-xl .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-xl .navbar-toggler {
                display: none
            }
        }

        .navbar-expand {
            flex-flow: row nowrap;
            justify-content: flex-start
        }

        .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
            padding-right: 0;
            padding-left: 0
        }

        .navbar-expand .navbar-nav {
            flex-direction: row
        }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand .navbar-toggler {
            display: none
        }

        .navbar-light .navbar-brand {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-light .navbar-nav .nav-link {
            color: rgba(0, 0, 0, .5)
        }

        .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            color: rgba(0, 0, 0, .7)
        }

        .navbar-light .navbar-nav .nav-link.disabled {
            color: rgba(0, 0, 0, .3)
        }

        .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-light .navbar-toggler {
            color: rgba(0, 0, 0, .5);
            border-color: rgba(0, 0, 0, .1)
        }

        .navbar-light .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        }

        .navbar-light .navbar-text {
            color: rgba(0, 0, 0, .5)
        }

        .navbar-light .navbar-text a {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-dark .navbar-brand {
            color: #fff
        }

        .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
            color: #fff
        }

        .navbar-dark .navbar-nav .nav-link {
            color: rgba(255, 255, 255, .5)
        }

        .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
            color: rgba(255, 255, 255, .75)
        }

        .navbar-dark .navbar-nav .nav-link.disabled {
            color: rgba(255, 255, 255, .25)
        }

        .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
            color: #fff
        }

        .navbar-dark .navbar-toggler {
            color: rgba(255, 255, 255, .5);
            border-color: rgba(255, 255, 255, .1)
        }

        .navbar-dark .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        }

        .navbar-dark .navbar-text {
            color: rgba(255, 255, 255, .5)
        }

        .navbar-dark .navbar-text a {
            color: #fff
        }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

        .card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem
        }

        .card > hr {
            margin-right: 0;
            margin-left: 0
        }

        .card > .list-group {
            border-top: inherit;
            border-bottom: inherit
        }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

        .card-body {
            flex: 1 1 auto;
            min-height: 1px;
            padding: 1.25rem
        }

        .card-title {
            margin-bottom: .75rem
        }

        .card-subtitle {
            margin-top: -.375rem;
            margin-bottom: 0
        }

        .card-text:last-child {
            margin-bottom: 0
        }

        .card-link:hover {
            text-decoration: none
        }

        .card-link + .card-link {
            margin-left: 1.25rem
        }

        .card-header {
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, .03);
            border-bottom: 1px solid rgba(0, 0, 0, .125)
        }

        .card-header:first-child {
            border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
        }

        .card-footer {
            padding: .75rem 1.25rem;
            background-color: rgba(0, 0, 0, .03);
            border-top: 1px solid rgba(0, 0, 0, .125)
        }

        .card-footer:last-child {
            border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
        }

        .card-header-tabs {
            margin-right: -.625rem;
            margin-bottom: -.75rem;
            margin-left: -.625rem;
            border-bottom: 0
        }

        .card-header-pills {
            margin-right: -.625rem;
            margin-left: -.625rem
        }

        .card-img-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 1.25rem;
            border-radius: calc(.25rem - 1px)
        }

        .card-img, .card-img-bottom, .card-img-top {
            flex-shrink: 0;
            width: 100%
        }

        .card-img, .card-img-top {
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card-img, .card-img-bottom {
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .card-deck .card {
            margin-bottom: 15px
        }

        @media (min-width: 576px) {
            .card-deck {
                display: flex;
                flex-flow: row wrap;
                margin-right: -15px;
                margin-left: -15px
            }

            .card-deck .card {
                flex: 1 0 0%;
                margin-right: 15px;
                margin-bottom: 0;
                margin-left: 15px
            }
        }

        .card-group > .card {
            margin-bottom: 15px
        }

        @media (min-width: 576px) {
            .card-group {
                display: flex;
                flex-flow: row wrap
            }

            .card-group > .card {
                flex: 1 0 0%;
                margin-bottom: 0
            }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

            .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                border-top-right-radius: 0
            }

            .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                border-bottom-right-radius: 0
            }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

            .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                border-top-left-radius: 0
            }

            .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                border-bottom-left-radius: 0
            }
        }

        .card-columns .card {
            margin-bottom: .75rem
        }

        @media (min-width: 576px) {
            .card-columns {
                -moz-column-count: 3;
                column-count: 3;
                -moz-column-gap: 1.25rem;
                column-gap: 1.25rem;
                orphans: 1;
                widows: 1
            }

            .card-columns .card {
                display: inline-block;
                width: 100%
            }
        }

        .accordion {
            overflow-anchor: none
        }

        .accordion > .card {
            overflow: hidden
        }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px
        }

        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            padding: .75rem 1rem;
            margin-bottom: 1rem;
            list-style: none;
            background-color: #e9ecef;
            border-radius: .25rem
        }

        .breadcrumb-item + .breadcrumb-item {
            padding-left: .5rem
        }

        .breadcrumb-item + .breadcrumb-item::before {
            float: left;
            padding-right: .5rem;
            color: #6c757d;
            content: "/"
        }

        .breadcrumb-item + .breadcrumb-item:hover::before {
            text-decoration: underline
        }

        .breadcrumb-item + .breadcrumb-item:hover::before {
            text-decoration: none
        }

        .breadcrumb-item.active {
            color: #6c757d
        }

        .pagination {
            display: flex;
            padding-left: 0;
            list-style: none;
            border-radius: .25rem
        }

        .page-link {
            position: relative;
            display: block;
            padding: .5rem .75rem;
            margin-left: -1px;
            line-height: 1.25;
            color: #53f;
            background-color: #fff;
            border: 1px solid #dee2e6
        }

        .page-link:hover {
            z-index: 2;
            color: #2600e6;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6
        }

        .page-link:focus {
            z-index: 3;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .25)
        }

        .page-item:first-child .page-link {
            margin-left: 0;
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

        .page-item:last-child .page-link {
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem
        }

        .page-item.active .page-link {
            z-index: 3;
            color: #fff;
            background-color: #53f;
            border-color: #53f
        }

        .page-item.disabled .page-link {
            color: #6c757d;
            pointer-events: none;
            cursor: auto;
            background-color: #fff;
            border-color: #dee2e6
        }

        .pagination-lg .page-link {
            padding: .75rem 1.5rem;
            font-size: 1.25rem;
            line-height: 1.5
        }

        .pagination-lg .page-item:first-child .page-link {
            border-top-left-radius: .3rem;
            border-bottom-left-radius: .3rem
        }

        .pagination-lg .page-item:last-child .page-link {
            border-top-right-radius: .3rem;
            border-bottom-right-radius: .3rem
        }

        .pagination-sm .page-link {
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5
        }

        .pagination-sm .page-item:first-child .page-link {
            border-top-left-radius: .2rem;
            border-bottom-left-radius: .2rem
        }

        .pagination-sm .page-item:last-child .page-link {
            border-top-right-radius: .2rem;
            border-bottom-right-radius: .2rem
        }

        .badge {
            display: inline-block;
            padding: .25em .4em;
            font-size: 75%;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        @media (prefers-reduced-motion: reduce) {
            .badge {
                transition: none
            }
        }

        a.badge:focus, a.badge:hover {
            text-decoration: none
        }

        .badge:empty {
            display: none
        }

        .btn .badge, .wpcf7 input[type=submit] .badge {
            position: relative;
            top: -1px
        }

        .badge-pill {
            padding-right: .6em;
            padding-left: .6em;
            border-radius: 10rem
        }

        .badge-primary {
            color: #fff;
            background-color: #53f
        }

        a.badge-primary:focus, a.badge-primary:hover {
            color: #fff;
            background-color: #2b00ff
        }

        a.badge-primary.focus, a.badge-primary:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .5)
        }

        .badge-secondary {
            color: #fff;
            background-color: #6c757d
        }

        a.badge-secondary:focus, a.badge-secondary:hover {
            color: #fff;
            background-color: #545b62
        }

        a.badge-secondary.focus, a.badge-secondary:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
        }

        .badge-success {
            color: #fff;
            background-color: #28a745
        }

        a.badge-success:focus, a.badge-success:hover {
            color: #fff;
            background-color: #1e7e34
        }

        a.badge-success.focus, a.badge-success:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
        }

        .badge-info {
            color: #fff;
            background-color: #17a2b8
        }

        a.badge-info:focus, a.badge-info:hover {
            color: #fff;
            background-color: #117a8b
        }

        a.badge-info.focus, a.badge-info:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
        }

        .badge-warning {
            color: #212529;
            background-color: #ffc107
        }

        a.badge-warning:focus, a.badge-warning:hover {
            color: #212529;
            background-color: #d39e00
        }

        a.badge-warning.focus, a.badge-warning:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
        }

        .badge-danger {
            color: #fff;
            background-color: #dc3545
        }

        a.badge-danger:focus, a.badge-danger:hover {
            color: #fff;
            background-color: #bd2130
        }

        a.badge-danger.focus, a.badge-danger:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
        }

        .badge-light {
            color: #212529;
            background-color: #f8f9fa
        }

        a.badge-light:focus, a.badge-light:hover {
            color: #212529;
            background-color: #dae0e5
        }

        a.badge-light.focus, a.badge-light:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
        }

        .badge-dark {
            color: #fff;
            background-color: #343a40
        }

        a.badge-dark:focus, a.badge-dark:hover {
            color: #fff;
            background-color: #1d2124
        }

        a.badge-dark.focus, a.badge-dark:focus {
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
        }

        .jumbotron {
            padding: 2rem 1rem;
            margin-bottom: 2rem;
            background-color: #e9ecef;
            border-radius: .3rem
        }

        @media (min-width: 576px) {
            .jumbotron {
                padding: 4rem 2rem
            }
        }

        .jumbotron-fluid {
            padding-right: 0;
            padding-left: 0;
            border-radius: 0
        }

        .alert {
            position: relative;
            padding: .75rem 1.25rem;
            margin-bottom: 1rem;
            border: 1px solid transparent;
            border-radius: .25rem
        }

        .alert-heading {
            color: inherit
        }

        .alert-link {
            font-weight: 700
        }

        .alert-dismissible {
            padding-right: 4rem
        }

        .alert-dismissible .close {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            padding: .75rem 1.25rem;
            color: inherit
        }

        .alert-primary {
            color: #2c1b85;
            background-color: #ddd6ff;
            border-color: #cfc6ff
        }

        .alert-primary hr {
            border-top-color: #baadff
        }

        .alert-primary .alert-link {
            color: #1e125b
        }

        .alert-secondary {
            color: #383d41;
            background-color: #e2e3e5;
            border-color: #d6d8db
        }

        .alert-secondary hr {
            border-top-color: #c8cbcf
        }

        .alert-secondary .alert-link {
            color: #202326
        }

        .alert-success {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb
        }

        .alert-success hr {
            border-top-color: #b1dfbb
        }

        .alert-success .alert-link {
            color: #0b2e13
        }

        .alert-info {
            color: #0c5460;
            background-color: #d1ecf1;
            border-color: #bee5eb
        }

        .alert-info hr {
            border-top-color: #abdde5
        }

        .alert-info .alert-link {
            color: #062c33
        }

        .alert-warning {
            color: #856404;
            background-color: #fff3cd;
            border-color: #ffeeba
        }

        .alert-warning hr {
            border-top-color: #ffe8a1
        }

        .alert-warning .alert-link {
            color: #533f03
        }

        .alert-danger {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb
        }

        .alert-danger hr {
            border-top-color: #f1b0b7
        }

        .alert-danger .alert-link {
            color: #491217
        }

        .alert-light {
            color: #818182;
            background-color: #fefefe;
            border-color: #fdfdfe
        }

        .alert-light hr {
            border-top-color: #ececf6
        }

        .alert-light .alert-link {
            color: #686868
        }

        .alert-dark {
            color: #1b1e21;
            background-color: #d6d8d9;
            border-color: #c6c8ca
        }

        .alert-dark hr {
            border-top-color: #b9bbbe
        }

        .alert-dark .alert-link {
            color: #040505
        }

        @-webkit-keyframes progress-bar-stripes {
            from {
                background-position: 1rem 0
            }
            to {
                background-position: 0 0
            }
        }

        @keyframes progress-bar-stripes {
            from {
                background-position: 1rem 0
            }
            to {
                background-position: 0 0
            }
        }

        .progress {
            display: flex;
            height: 1rem;
            overflow: hidden;
            line-height: 0;
            font-size: .75rem;
            background-color: #e9ecef;
            border-radius: .25rem
        }

        .progress-bar {
            display: flex;
            flex-direction: column;
            justify-content: center;
            overflow: hidden;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            background-color: #53f;
            transition: width .6s ease
        }

        @media (prefers-reduced-motion: reduce) {
            .progress-bar {
                transition: none
            }
        }

        .progress-bar-striped {
            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-size: 1rem 1rem
        }

        .progress-bar-animated {
            -webkit-animation: 1s linear infinite progress-bar-stripes;
            animation: 1s linear infinite progress-bar-stripes
        }

        @media (prefers-reduced-motion: reduce) {
            .progress-bar-animated {
                -webkit-animation: none;
                animation: none
            }
        }

        .media {
            display: flex;
            align-items: flex-start
        }

        .media-body {
            flex: 1
        }

        .list-group {
            display: flex;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            border-radius: .25rem
        }

        .list-group-item-action {
            width: 100%;
            color: #495057;
            text-align: inherit
        }

        .list-group-item-action:focus, .list-group-item-action:hover {
            z-index: 1;
            color: #495057;
            text-decoration: none;
            background-color: #f8f9fa
        }

        .list-group-item-action:active {
            color: #212529;
            background-color: #e9ecef
        }

        .list-group-item {
            position: relative;
            display: block;
            padding: .75rem 1.25rem;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .125)
        }

        .list-group-item:first-child {
            border-top-left-radius: inherit;
            border-top-right-radius: inherit
        }

        .list-group-item:last-child {
            border-bottom-right-radius: inherit;
            border-bottom-left-radius: inherit
        }

        .list-group-item.disabled, .list-group-item:disabled {
            color: #6c757d;
            pointer-events: none;
            background-color: #fff
        }

        .list-group-item.active {
            z-index: 2;
            color: #fff;
            background-color: #53f;
            border-color: #53f
        }

        .list-group-item + .list-group-item {
            border-top-width: 0
        }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

        .list-group-horizontal {
            flex-direction: row
        }

        .list-group-horizontal > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

        @media (min-width: 576px) {
            .list-group-horizontal-sm {
                flex-direction: row
            }

            .list-group-horizontal-sm > .list-group-item:first-child {
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm > .list-group-item:last-child {
                border-top-right-radius: .25rem;
                border-bottom-left-radius: 0
            }

            .list-group-horizontal-sm > .list-group-item.active {
                margin-top: 0
            }

            .list-group-horizontal-sm > .list-group-item + .list-group-item {
                border-top-width: 1px;
                border-left-width: 0
            }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
        }

        @media (min-width: 768px) {
            .list-group-horizontal-md {
                flex-direction: row
            }

            .list-group-horizontal-md > .list-group-item:first-child {
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md > .list-group-item:last-child {
                border-top-right-radius: .25rem;
                border-bottom-left-radius: 0
            }

            .list-group-horizontal-md > .list-group-item.active {
                margin-top: 0
            }

            .list-group-horizontal-md > .list-group-item + .list-group-item {
                border-top-width: 1px;
                border-left-width: 0
            }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
        }

        @media (min-width: 992px) {
            .list-group-horizontal-lg {
                flex-direction: row
            }

            .list-group-horizontal-lg > .list-group-item:first-child {
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg > .list-group-item:last-child {
                border-top-right-radius: .25rem;
                border-bottom-left-radius: 0
            }

            .list-group-horizontal-lg > .list-group-item.active {
                margin-top: 0
            }

            .list-group-horizontal-lg > .list-group-item + .list-group-item {
                border-top-width: 1px;
                border-left-width: 0
            }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
        }

        @media (min-width: 1200px) {
            .list-group-horizontal-xl {
                flex-direction: row
            }

            .list-group-horizontal-xl > .list-group-item:first-child {
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl > .list-group-item:last-child {
                border-top-right-radius: .25rem;
                border-bottom-left-radius: 0
            }

            .list-group-horizontal-xl > .list-group-item.active {
                margin-top: 0
            }

            .list-group-horizontal-xl > .list-group-item + .list-group-item {
                border-top-width: 1px;
                border-left-width: 0
            }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
        }

        .list-group-flush {
            border-radius: 0
        }

        .list-group-flush > .list-group-item {
            border-width: 0 0 1px
        }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

        .list-group-item-primary {
            color: #2c1b85;
            background-color: #cfc6ff
        }

        .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
            color: #2c1b85;
            background-color: #baadff
        }

        .list-group-item-primary.list-group-item-action.active {
            color: #fff;
            background-color: #2c1b85;
            border-color: #2c1b85
        }

        .list-group-item-secondary {
            color: #383d41;
            background-color: #d6d8db
        }

        .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
            color: #383d41;
            background-color: #c8cbcf
        }

        .list-group-item-secondary.list-group-item-action.active {
            color: #fff;
            background-color: #383d41;
            border-color: #383d41
        }

        .list-group-item-success {
            color: #155724;
            background-color: #c3e6cb
        }

        .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
            color: #155724;
            background-color: #b1dfbb
        }

        .list-group-item-success.list-group-item-action.active {
            color: #fff;
            background-color: #155724;
            border-color: #155724
        }

        .list-group-item-info {
            color: #0c5460;
            background-color: #bee5eb
        }

        .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
            color: #0c5460;
            background-color: #abdde5
        }

        .list-group-item-info.list-group-item-action.active {
            color: #fff;
            background-color: #0c5460;
            border-color: #0c5460
        }

        .list-group-item-warning {
            color: #856404;
            background-color: #ffeeba
        }

        .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
            color: #856404;
            background-color: #ffe8a1
        }

        .list-group-item-warning.list-group-item-action.active {
            color: #fff;
            background-color: #856404;
            border-color: #856404
        }

        .list-group-item-danger {
            color: #721c24;
            background-color: #f5c6cb
        }

        .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
            color: #721c24;
            background-color: #f1b0b7
        }

        .list-group-item-danger.list-group-item-action.active {
            color: #fff;
            background-color: #721c24;
            border-color: #721c24
        }

        .list-group-item-light {
            color: #818182;
            background-color: #fdfdfe
        }

        .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
            color: #818182;
            background-color: #ececf6
        }

        .list-group-item-light.list-group-item-action.active {
            color: #fff;
            background-color: #818182;
            border-color: #818182
        }

        .list-group-item-dark {
            color: #1b1e21;
            background-color: #c6c8ca
        }

        .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
            color: #1b1e21;
            background-color: #b9bbbe
        }

        .list-group-item-dark.list-group-item-action.active {
            color: #fff;
            background-color: #1b1e21;
            border-color: #1b1e21
        }

        .close {
            float: right;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .5
        }

        .close:hover {
            color: #000;
            text-decoration: none
        }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            opacity: .75
        }

        button.close {
            padding: 0;
            background-color: transparent;
            border: 0
        }

        a.close.disabled {
            pointer-events: none
        }

        .toast {
            flex-basis: 350px;
            max-width: 350px;
            font-size: .875rem;
            background-color: rgba(255, 255, 255, .85);
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .1);
            box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
            opacity: 0;
            border-radius: .25rem
        }

        .toast:not(:last-child) {
            margin-bottom: .75rem
        }

        .toast.showing {
            opacity: 1
        }

        .toast.show {
            display: block;
            opacity: 1
        }

        .toast.hide {
            display: none
        }

        .toast-header {
            display: flex;
            align-items: center;
            padding: .25rem .75rem;
            color: #6c757d;
            background-color: rgba(255, 255, 255, .85);
            background-clip: padding-box;
            border-bottom: 1px solid rgba(0, 0, 0, .05);
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .toast-body {
            padding: .75rem
        }

        .modal-open {
            overflow: hidden
        }

        .modal-open .modal {
            overflow-x: hidden;
            overflow-y: auto
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            display: none;
            width: 100%;
            height: 100%;
            overflow: hidden;
            outline: 0
        }

        .modal-dialog {
            position: relative;
            width: auto;
            margin: .5rem;
            pointer-events: none
        }

        .modal.fade .modal-dialog {
            transition: transform .3s ease-out;
            transform: translate(0, -50px)
        }

        @media (prefers-reduced-motion: reduce) {
            .modal.fade .modal-dialog {
                transition: none
            }
        }

        .modal.show .modal-dialog {
            transform: none
        }

        .modal.modal-static .modal-dialog {
            transform: scale(1.02)
        }

        .modal-dialog-scrollable {
            display: flex;
            max-height: calc(100% - 1rem)
        }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 1rem);
            overflow: hidden
        }

        .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
            flex-shrink: 0
        }

        .modal-dialog-scrollable .modal-body {
            overflow-y: auto
        }

        .modal-dialog-centered {
            display: flex;
            align-items: center;
            min-height: calc(100% - 1rem)
        }

        .modal-dialog-centered::before {
            display: block;
            height: calc(100vh - 1rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
            content: ""
        }

        .modal-dialog-centered.modal-dialog-scrollable {
            flex-direction: column;
            justify-content: center;
            height: 100%
        }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

        .modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: .3rem;
            outline: 0
        }

        .modal-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1040;
            width: 100vw;
            height: 100vh;
            background-color: #000
        }

        .modal-backdrop.fade {
            opacity: 0
        }

        .modal-backdrop.show {
            opacity: .5
        }

        .modal-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 1rem 1rem;
            border-bottom: 1px solid #dee2e6;
            border-top-left-radius: calc(.3rem - 1px);
            border-top-right-radius: calc(.3rem - 1px)
        }

        .modal-header .close {
            padding: 1rem 1rem;
            margin: -1rem -1rem -1rem auto
        }

        .modal-title {
            margin-bottom: 0;
            line-height: 1.5
        }

        .modal-body {
            position: relative;
            flex: 1 1 auto;
            padding: 1rem
        }

        .modal-footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-end;
            padding: .75rem;
            border-top: 1px solid #dee2e6;
            border-bottom-right-radius: calc(.3rem - 1px);
            border-bottom-left-radius: calc(.3rem - 1px)
        }

        .modal-footer > * {
            margin: .25rem
        }

        .modal-scrollbar-measure {
            position: absolute;
            top: -9999px;
            width: 50px;
            height: 50px;
            overflow: scroll
        }

        @media (min-width: 576px) {
            .modal-dialog {
                max-width: 500px;
                margin: 1.75rem auto
            }

            .modal-dialog-scrollable {
                max-height: calc(100% - 3.5rem)
            }

            .modal-dialog-scrollable .modal-content {
                max-height: calc(100vh - 3.5rem)
            }

            .modal-dialog-centered {
                min-height: calc(100% - 3.5rem)
            }

            .modal-dialog-centered::before {
                height: calc(100vh - 3.5rem);
                height: -webkit-min-content;
                height: -moz-min-content;
                height: min-content
            }

            .modal-sm {
                max-width: 300px
            }
        }

        @media (min-width: 992px) {
            .modal-lg, .modal-xl {
                max-width: 800px
            }
        }

        @media (min-width: 1200px) {
            .modal-xl {
                max-width: 1140px
            }
        }

        .tooltip {
            position: absolute;
            z-index: 1070;
            display: block;
            margin: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-style: normal;
            font-weight: 400;
            line-height: 1.5;
            text-align: left;
            text-align: start;
            text-decoration: none;
            text-shadow: none;
            text-transform: none;
            letter-spacing: normal;
            word-break: normal;
            word-spacing: normal;
            white-space: normal;
            line-break: auto;
            font-size: .875rem;
            word-wrap: break-word;
            opacity: 0
        }

        .tooltip.show {
            opacity: .9
        }

        .tooltip .arrow {
            position: absolute;
            display: block;
            width: .8rem;
            height: .4rem
        }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

        .bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
            padding: .4rem 0
        }

        .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
            bottom: 0
        }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

        .bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
            padding: 0 .4rem
        }

        .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
            left: 0;
            width: .4rem;
            height: .8rem
        }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

        .bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
            padding: .4rem 0
        }

        .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
            top: 0
        }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

        .bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
            padding: 0 .4rem
        }

        .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
            right: 0;
            width: .4rem;
            height: .8rem
        }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

        .tooltip-inner {
            max-width: 200px;
            padding: .25rem .5rem;
            color: #fff;
            text-align: center;
            background-color: #000;
            border-radius: .25rem
        }

        .popover {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1060;
            display: block;
            max-width: 276px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-style: normal;
            font-weight: 400;
            line-height: 1.5;
            text-align: left;
            text-align: start;
            text-decoration: none;
            text-shadow: none;
            text-transform: none;
            letter-spacing: normal;
            word-break: normal;
            word-spacing: normal;
            white-space: normal;
            line-break: auto;
            font-size: .875rem;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: .3rem
        }

        .popover .arrow {
            position: absolute;
            display: block;
            width: 1rem;
            height: .5rem;
            margin: 0 .3rem
        }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

        .bs-popover-auto[x-placement^=top], .bs-popover-top {
            margin-bottom: .5rem
        }

        .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
            bottom: calc(-.5rem - 1px)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

        .bs-popover-auto[x-placement^=right], .bs-popover-right {
            margin-left: .5rem
        }

        .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
            left: calc(-.5rem - 1px);
            width: .5rem;
            height: 1rem;
            margin: .3rem 0
        }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

        .bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
            margin-top: .5rem
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
            top: calc(-.5rem - 1px)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

        .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 1rem;
            margin-left: -.5rem;
            content: "";
            border-bottom: 1px solid #FFEFEF
        }

        .bs-popover-auto[x-placement^=left], .bs-popover-left {
            margin-right: .5rem
        }

        .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
            right: calc(-.5rem - 1px);
            width: .5rem;
            height: 1rem;
            margin: .3rem 0
        }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

        .popover-header {
            padding: .5rem .75rem;
            margin-bottom: 0;
            font-size: 1rem;
            background-color: #FFEFEF;
            border-bottom: 1px solid #ebebeb;
            border-top-left-radius: calc(.3rem - 1px);
            border-top-right-radius: calc(.3rem - 1px)
        }

        .popover-header:empty {
            display: none
        }

        .popover-body {
            padding: .5rem .75rem;
            color: #212529
        }

        .carousel {
            position: relative
        }

        .carousel.pointer-event {
            touch-action: pan-y
        }

        .carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden
        }

        .carousel-inner::after {
            display: block;
            clear: both;
            content: ""
        }

        .carousel-item {
            position: relative;
            display: none;
            float: left;
            width: 100%;
            margin-right: -100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transition: transform .6s ease-in-out
        }

        @media (prefers-reduced-motion: reduce) {
            .carousel-item {
                transition: none
            }
        }

        .carousel-item-next, .carousel-item-prev, .carousel-item.active {
            display: block
        }

        .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
            transform: translateX(100%)
        }

        .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
            transform: translateX(-100%)
        }

        .carousel-fade .carousel-item {
            opacity: 0;
            transition-property: opacity;
            transform: none
        }

        .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
            z-index: 1;
            opacity: 1
        }

        .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
            z-index: 0;
            opacity: 0;
            transition: opacity 0s .6s
        }

        @media (prefers-reduced-motion: reduce) {
            .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
                transition: none
            }
        }

        .carousel-control-next, .carousel-control-prev {
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 15%;
            color: #fff;
            text-align: center;
            opacity: .5;
            transition: opacity .15s ease
        }

        @media (prefers-reduced-motion: reduce) {
            .carousel-control-next, .carousel-control-prev {
                transition: none
            }
        }

        .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
            color: #fff;
            text-decoration: none;
            outline: 0;
            opacity: .9
        }

        .carousel-control-prev {
            left: 0
        }

        .carousel-control-next {
            right: 0
        }

        .carousel-control-next-icon, .carousel-control-prev-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: 50%/100% 100% no-repeat
        }

        .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
        }

        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
        }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: flex;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none
        }

        .carousel-indicators li {
            box-sizing: content-box;
            flex: 0 1 auto;
            width: 30px;
            height: 3px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #fff;
            background-clip: padding-box;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
            transition: opacity .6s ease
        }

        @media (prefers-reduced-motion: reduce) {
            .carousel-indicators li {
                transition: none
            }
        }

        .carousel-indicators .active {
            opacity: 1
        }

        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: 20px;
            left: 15%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #fff;
            text-align: center
        }

        @-webkit-keyframes spinner-border {
            to {
                transform: rotate(360deg)
            }
        }

        @keyframes spinner-border {
            to {
                transform: rotate(360deg)
            }
        }

        .spinner-border {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            vertical-align: text-bottom;
            border: .25em solid currentColor;
            border-right-color: transparent;
            border-radius: 50%;
            -webkit-animation: .75s linear infinite spinner-border;
            animation: .75s linear infinite spinner-border
        }

        .spinner-border-sm {
            width: 1rem;
            height: 1rem;
            border-width: .2em
        }

        @-webkit-keyframes spinner-grow {
            0% {
                transform: scale(0)
            }
            50% {
                opacity: 1;
                transform: none
            }
        }

        @keyframes spinner-grow {
            0% {
                transform: scale(0)
            }
            50% {
                opacity: 1;
                transform: none
            }
        }

        .spinner-grow {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            vertical-align: text-bottom;
            background-color: currentColor;
            border-radius: 50%;
            opacity: 0;
            -webkit-animation: .75s linear infinite spinner-grow;
            animation: .75s linear infinite spinner-grow
        }

        .spinner-grow-sm {
            width: 1rem;
            height: 1rem
        }

        @media (prefers-reduced-motion: reduce) {
            .spinner-border, .spinner-grow {
                -webkit-animation-duration: 1.5s;
                animation-duration: 1.5s
            }
        }

        .align-baseline {
            vertical-align: baseline !important
        }

        .align-top {
            vertical-align: top !important
        }

        .align-middle {
            vertical-align: middle !important
        }

        .align-bottom {
            vertical-align: bottom !important
        }

        .align-text-bottom {
            vertical-align: text-bottom !important
        }

        .align-text-top {
            vertical-align: text-top !important
        }

        .bg-primary {
            background-color: #53f !important
        }

        a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
            background-color: #2b00ff !important
        }

        .bg-secondary {
            background-color: #6c757d !important
        }

        a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
            background-color: #545b62 !important
        }

        .bg-success {
            background-color: #28a745 !important
        }

        a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
            background-color: #1e7e34 !important
        }

        .bg-info {
            background-color: #17a2b8 !important
        }

        a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
            background-color: #117a8b !important
        }

        .bg-warning {
            background-color: #ffc107 !important
        }

        a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
            background-color: #d39e00 !important
        }

        .bg-danger {
            background-color: #dc3545 !important
        }

        a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
            background-color: #bd2130 !important
        }

        .bg-light {
            background-color: #f8f9fa !important
        }

        a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
            background-color: #dae0e5 !important
        }

        .bg-dark {
            background-color: #343a40 !important
        }

        a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
            background-color: #1d2124 !important
        }

        .bg-white {
            background-color: #fff !important
        }

        .bg-transparent {
            background-color: transparent !important
        }

        .border {
            border: 1px solid #dee2e6 !important
        }

        .border-top {
            border-top: 1px solid #dee2e6 !important
        }

        .border-right {
            border-right: 1px solid #dee2e6 !important
        }

        .border-bottom {
            border-bottom: 1px solid #dee2e6 !important
        }

        .border-left {
            border-left: 1px solid #dee2e6 !important
        }

        .border-0 {
            border: 0 !important
        }

        .border-top-0 {
            border-top: 0 !important
        }

        .border-right-0 {
            border-right: 0 !important
        }

        .border-bottom-0 {
            border-bottom: 0 !important
        }

        .border-left-0 {
            border-left: 0 !important
        }

        .border-primary {
            border-color: #53f !important
        }

        .border-secondary {
            border-color: #6c757d !important
        }

        .border-success {
            border-color: #28a745 !important
        }

        .border-info {
            border-color: #17a2b8 !important
        }

        .border-warning {
            border-color: #ffc107 !important
        }

        .border-danger {
            border-color: #dc3545 !important
        }

        .border-light {
            border-color: #f8f9fa !important
        }

        .border-dark {
            border-color: #343a40 !important
        }

        .border-white {
            border-color: #fff !important
        }

        .rounded-sm {
            border-radius: .2rem !important
        }

        .rounded {
            border-radius: .25rem !important
        }

        .rounded-top {
            border-top-left-radius: .25rem !important;
            border-top-right-radius: .25rem !important
        }

        .rounded-right {
            border-top-right-radius: .25rem !important;
            border-bottom-right-radius: .25rem !important
        }

        .rounded-bottom {
            border-bottom-right-radius: .25rem !important;
            border-bottom-left-radius: .25rem !important
        }

        .rounded-left {
            border-top-left-radius: .25rem !important;
            border-bottom-left-radius: .25rem !important
        }

        .rounded-lg {
            border-radius: .3rem !important
        }

        .rounded-circle {
            border-radius: 50% !important
        }

        .rounded-pill {
            border-radius: 50rem !important
        }

        .rounded-0 {
            border-radius: 0 !important
        }

        .clearfix::after {
            display: block;
            clear: both;
            content: ""
        }

        .d-none {
            display: none !important
        }

        .d-inline {
            display: inline !important
        }

        .d-inline-block {
            display: inline-block !important
        }

        .aligncenter, .d-block {
            display: block !important
        }

        .d-table {
            display: table !important
        }

        .d-table-row {
            display: table-row !important
        }

        .d-table-cell {
            display: table-cell !important
        }

        .d-flex {
            display: flex !important
        }

        .d-inline-flex {
            display: inline-flex !important
        }

        @media (min-width: 576px) {
            .d-sm-none {
                display: none !important
            }

            .d-sm-inline {
                display: inline !important
            }

            .d-sm-inline-block {
                display: inline-block !important
            }

            .d-sm-block {
                display: block !important
            }

            .d-sm-table {
                display: table !important
            }

            .d-sm-table-row {
                display: table-row !important
            }

            .d-sm-table-cell {
                display: table-cell !important
            }

            .d-sm-flex {
                display: flex !important
            }

            .d-sm-inline-flex {
                display: inline-flex !important
            }
        }

        @media (min-width: 768px) {
            .d-md-none {
                display: none !important
            }

            .d-md-inline {
                display: inline !important
            }

            .d-md-inline-block {
                display: inline-block !important
            }

            .d-md-block {
                display: block !important
            }

            .d-md-table {
                display: table !important
            }

            .d-md-table-row {
                display: table-row !important
            }

            .d-md-table-cell {
                display: table-cell !important
            }

            .d-md-flex {
                display: flex !important
            }

            .d-md-inline-flex {
                display: inline-flex !important
            }
        }

        @media (min-width: 992px) {
            .d-lg-none {
                display: none !important
            }

            .d-lg-inline {
                display: inline !important
            }

            .d-lg-inline-block {
                display: inline-block !important
            }

            .d-lg-block {
                display: block !important
            }

            .d-lg-table {
                display: table !important
            }

            .d-lg-table-row {
                display: table-row !important
            }

            .d-lg-table-cell {
                display: table-cell !important
            }

            .d-lg-flex {
                display: flex !important
            }

            .d-lg-inline-flex {
                display: inline-flex !important
            }
        }

        @media (min-width: 1200px) {
            .d-xl-none {
                display: none !important
            }

            .d-xl-inline {
                display: inline !important
            }

            .d-xl-inline-block {
                display: inline-block !important
            }

            .d-xl-block {
                display: block !important
            }

            .d-xl-table {
                display: table !important
            }

            .d-xl-table-row {
                display: table-row !important
            }

            .d-xl-table-cell {
                display: table-cell !important
            }

            .d-xl-flex {
                display: flex !important
            }

            .d-xl-inline-flex {
                display: inline-flex !important
            }
        }

        @media print {
            .d-print-none {
                display: none !important
            }

            .d-print-inline {
                display: inline !important
            }

            .d-print-inline-block {
                display: inline-block !important
            }

            .d-print-block {
                display: block !important
            }

            .d-print-table {
                display: table !important
            }

            .d-print-table-row {
                display: table-row !important
            }

            .d-print-table-cell {
                display: table-cell !important
            }

            .d-print-flex {
                display: flex !important
            }

            .d-print-inline-flex {
                display: inline-flex !important
            }
        }

        .embed-responsive {
            position: relative;
            display: block;
            width: 100%;
            padding: 0;
            overflow: hidden
        }

        .embed-responsive::before {
            display: block;
            content: ""
        }

        .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }

        .embed-responsive-21by9::before {
            padding-top: 42.85714%
        }

        .embed-responsive-16by9::before {
            padding-top: 56.25%
        }

        .embed-responsive-4by3::before {
            padding-top: 75%
        }

        .embed-responsive-1by1::before {
            padding-top: 100%
        }

        .flex-row {
            flex-direction: row !important
        }

        .flex-column {
            flex-direction: column !important
        }

        .flex-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-wrap {
            flex-wrap: wrap !important
        }

        .flex-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .flex-fill {
            flex: 1 1 auto !important
        }

        .flex-grow-0 {
            flex-grow: 0 !important
        }

        .flex-grow-1 {
            flex-grow: 1 !important
        }

        .flex-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-shrink-1 {
            flex-shrink: 1 !important
        }

        .justify-content-start {
            justify-content: flex-start !important
        }

        .justify-content-end {
            justify-content: flex-end !important
        }

        .justify-content-center {
            justify-content: center !important
        }

        .justify-content-between {
            justify-content: space-between !important
        }

        .justify-content-around {
            justify-content: space-around !important
        }

        .align-items-start {
            align-items: flex-start !important
        }

        .align-items-end {
            align-items: flex-end !important
        }

        .align-items-center {
            align-items: center !important
        }

        .align-items-baseline {
            align-items: baseline !important
        }

        .align-items-stretch {
            align-items: stretch !important
        }

        .align-content-start {
            align-content: flex-start !important
        }

        .align-content-end {
            align-content: flex-end !important
        }

        .align-content-center {
            align-content: center !important
        }

        .align-content-between {
            align-content: space-between !important
        }

        .align-content-around {
            align-content: space-around !important
        }

        .align-content-stretch {
            align-content: stretch !important
        }

        .align-self-auto {
            align-self: auto !important
        }

        .align-self-start {
            align-self: flex-start !important
        }

        .align-self-end {
            align-self: flex-end !important
        }

        .align-self-center {
            align-self: center !important
        }

        .align-self-baseline {
            align-self: baseline !important
        }

        .align-self-stretch {
            align-self: stretch !important
        }

        @media (min-width: 576px) {
            .flex-sm-row {
                flex-direction: row !important
            }

            .flex-sm-column {
                flex-direction: column !important
            }

            .flex-sm-row-reverse {
                flex-direction: row-reverse !important
            }

            .flex-sm-column-reverse {
                flex-direction: column-reverse !important
            }

            .flex-sm-wrap {
                flex-wrap: wrap !important
            }

            .flex-sm-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-sm-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-sm-fill {
                flex: 1 1 auto !important
            }

            .flex-sm-grow-0 {
                flex-grow: 0 !important
            }

            .flex-sm-grow-1 {
                flex-grow: 1 !important
            }

            .flex-sm-shrink-0 {
                flex-shrink: 0 !important
            }

            .flex-sm-shrink-1 {
                flex-shrink: 1 !important
            }

            .justify-content-sm-start {
                justify-content: flex-start !important
            }

            .justify-content-sm-end {
                justify-content: flex-end !important
            }

            .justify-content-sm-center {
                justify-content: center !important
            }

            .justify-content-sm-between {
                justify-content: space-between !important
            }

            .justify-content-sm-around {
                justify-content: space-around !important
            }

            .align-items-sm-start {
                align-items: flex-start !important
            }

            .align-items-sm-end {
                align-items: flex-end !important
            }

            .align-items-sm-center {
                align-items: center !important
            }

            .align-items-sm-baseline {
                align-items: baseline !important
            }

            .align-items-sm-stretch {
                align-items: stretch !important
            }

            .align-content-sm-start {
                align-content: flex-start !important
            }

            .align-content-sm-end {
                align-content: flex-end !important
            }

            .align-content-sm-center {
                align-content: center !important
            }

            .align-content-sm-between {
                align-content: space-between !important
            }

            .align-content-sm-around {
                align-content: space-around !important
            }

            .align-content-sm-stretch {
                align-content: stretch !important
            }

            .align-self-sm-auto {
                align-self: auto !important
            }

            .align-self-sm-start {
                align-self: flex-start !important
            }

            .align-self-sm-end {
                align-self: flex-end !important
            }

            .align-self-sm-center {
                align-self: center !important
            }

            .align-self-sm-baseline {
                align-self: baseline !important
            }

            .align-self-sm-stretch {
                align-self: stretch !important
            }
        }

        @media (min-width: 768px) {
            .flex-md-row {
                flex-direction: row !important
            }

            .flex-md-column {
                flex-direction: column !important
            }

            .flex-md-row-reverse {
                flex-direction: row-reverse !important
            }

            .flex-md-column-reverse {
                flex-direction: column-reverse !important
            }

            .flex-md-wrap {
                flex-wrap: wrap !important
            }

            .flex-md-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-md-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-md-fill {
                flex: 1 1 auto !important
            }

            .flex-md-grow-0 {
                flex-grow: 0 !important
            }

            .flex-md-grow-1 {
                flex-grow: 1 !important
            }

            .flex-md-shrink-0 {
                flex-shrink: 0 !important
            }

            .flex-md-shrink-1 {
                flex-shrink: 1 !important
            }

            .justify-content-md-start {
                justify-content: flex-start !important
            }

            .justify-content-md-end {
                justify-content: flex-end !important
            }

            .justify-content-md-center {
                justify-content: center !important
            }

            .justify-content-md-between {
                justify-content: space-between !important
            }

            .justify-content-md-around {
                justify-content: space-around !important
            }

            .align-items-md-start {
                align-items: flex-start !important
            }

            .align-items-md-end {
                align-items: flex-end !important
            }

            .align-items-md-center {
                align-items: center !important
            }

            .align-items-md-baseline {
                align-items: baseline !important
            }

            .align-items-md-stretch {
                align-items: stretch !important
            }

            .align-content-md-start {
                align-content: flex-start !important
            }

            .align-content-md-end {
                align-content: flex-end !important
            }

            .align-content-md-center {
                align-content: center !important
            }

            .align-content-md-between {
                align-content: space-between !important
            }

            .align-content-md-around {
                align-content: space-around !important
            }

            .align-content-md-stretch {
                align-content: stretch !important
            }

            .align-self-md-auto {
                align-self: auto !important
            }

            .align-self-md-start {
                align-self: flex-start !important
            }

            .align-self-md-end {
                align-self: flex-end !important
            }

            .align-self-md-center {
                align-self: center !important
            }

            .align-self-md-baseline {
                align-self: baseline !important
            }

            .align-self-md-stretch {
                align-self: stretch !important
            }
        }

        @media (min-width: 992px) {
            .flex-lg-row {
                flex-direction: row !important
            }

            .flex-lg-column {
                flex-direction: column !important
            }

            .flex-lg-row-reverse {
                flex-direction: row-reverse !important
            }

            .flex-lg-column-reverse {
                flex-direction: column-reverse !important
            }

            .flex-lg-wrap {
                flex-wrap: wrap !important
            }

            .flex-lg-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-lg-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-lg-fill {
                flex: 1 1 auto !important
            }

            .flex-lg-grow-0 {
                flex-grow: 0 !important
            }

            .flex-lg-grow-1 {
                flex-grow: 1 !important
            }

            .flex-lg-shrink-0 {
                flex-shrink: 0 !important
            }

            .flex-lg-shrink-1 {
                flex-shrink: 1 !important
            }

            .justify-content-lg-start {
                justify-content: flex-start !important
            }

            .justify-content-lg-end {
                justify-content: flex-end !important
            }

            .justify-content-lg-center {
                justify-content: center !important
            }

            .justify-content-lg-between {
                justify-content: space-around !important
            }

            .justify-content-lg-around {
                justify-content: space-around !important
            }

            .align-items-lg-start {
                align-items: flex-start !important
            }

            .align-items-lg-end {
                align-items: flex-end !important
            }

            .align-items-lg-center {
                align-items: center !important
            }

            .align-items-lg-baseline {
                align-items: baseline !important
            }

            .align-items-lg-stretch {
                align-items: stretch !important
            }

            .align-content-lg-start {
                align-content: flex-start !important
            }

            .align-content-lg-end {
                align-content: flex-end !important
            }

            .align-content-lg-center {
                align-content: center !important
            }

            .align-content-lg-between {
                align-content: space-between !important
            }

            .align-content-lg-around {
                align-content: space-around !important
            }

            .align-content-lg-stretch {
                align-content: stretch !important
            }

            .align-self-lg-auto {
                align-self: auto !important
            }

            .align-self-lg-start {
                align-self: flex-start !important
            }

            .align-self-lg-end {
                align-self: flex-end !important
            }

            .align-self-lg-center {
                align-self: center !important
            }

            .align-self-lg-baseline {
                align-self: baseline !important
            }

            .align-self-lg-stretch {
                align-self: stretch !important
            }
        }

        @media (min-width: 1200px) {
            .flex-xl-row {
                flex-direction: row !important
            }

            .flex-xl-column {
                flex-direction: column !important
            }

            .flex-xl-row-reverse {
                flex-direction: row-reverse !important
            }

            .flex-xl-column-reverse {
                flex-direction: column-reverse !important
            }

            .flex-xl-wrap {
                flex-wrap: wrap !important
            }

            .flex-xl-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-xl-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-xl-fill {
                flex: 1 1 auto !important
            }

            .flex-xl-grow-0 {
                flex-grow: 0 !important
            }

            .flex-xl-grow-1 {
                flex-grow: 1 !important
            }

            .flex-xl-shrink-0 {
                flex-shrink: 0 !important
            }

            .flex-xl-shrink-1 {
                flex-shrink: 1 !important
            }

            .justify-content-xl-start {
                justify-content: flex-start !important
            }

            .justify-content-xl-end {
                justify-content: flex-end !important
            }

            .justify-content-xl-center {
                justify-content: center !important
            }

            .justify-content-xl-between {
                justify-content: space-between !important
            }

            .justify-content-xl-around {
                justify-content: space-around !important
            }

            .align-items-xl-start {
                align-items: flex-start !important
            }

            .align-items-xl-end {
                align-items: flex-end !important
            }

            .align-items-xl-center {
                align-items: center !important
            }

            .align-items-xl-baseline {
                align-items: baseline !important
            }

            .align-items-xl-stretch {
                align-items: stretch !important
            }

            .align-content-xl-start {
                align-content: flex-start !important
            }

            .align-content-xl-end {
                align-content: flex-end !important
            }

            .align-content-xl-center {
                align-content: center !important
            }

            .align-content-xl-between {
                align-content: space-between !important
            }

            .align-content-xl-around {
                align-content: space-around !important
            }

            .align-content-xl-stretch {
                align-content: stretch !important
            }

            .align-self-xl-auto {
                align-self: auto !important
            }

            .align-self-xl-start {
                align-self: flex-start !important
            }

            .align-self-xl-end {
                align-self: flex-end !important
            }

            .align-self-xl-center {
                align-self: center !important
            }

            .align-self-xl-baseline {
                align-self: baseline !important
            }

            .align-self-xl-stretch {
                align-self: stretch !important
            }
        }

        .float-left {
            float: left !important
        }

        .float-right {
            float: right !important
        }

        .float-none {
            float: none !important
        }

        @media (min-width: 576px) {
            .float-sm-left {
                float: left !important
            }

            .float-sm-right {
                float: right !important
            }

            .float-sm-none {
                float: none !important
            }
        }

        @media (min-width: 768px) {
            .float-md-left {
                float: left !important
            }

            .float-md-right {
                float: right !important
            }

            .float-md-none {
                float: none !important
            }
        }

        @media (min-width: 992px) {
            .float-lg-left {
                float: left !important
            }

            .float-lg-right {
                float: right !important
            }

            .float-lg-none {
                float: none !important
            }
        }

        @media (min-width: 1200px) {
            .float-xl-left {
                float: left !important
            }

            .float-xl-right {
                float: right !important
            }

            .float-xl-none {
                float: none !important
            }
        }

        .user-select-all {
            -webkit-user-select: all !important;
            -moz-user-select: all !important;
            user-select: all !important
        }

        .user-select-auto {
            -webkit-user-select: auto !important;
            -moz-user-select: auto !important;
            -ms-user-select: auto !important;
            user-select: auto !important
        }

        .user-select-none {
            -webkit-user-select: none !important;
            -moz-user-select: none !important;
            -ms-user-select: none !important;
            user-select: none !important
        }

        .overflow-auto {
            overflow: auto !important
        }

        .overflow-hidden {
            overflow: hidden !important
        }

        .position-static {
            position: static !important
        }

        .position-relative {
            position: relative !important
        }

        .position-absolute {
            position: absolute !important
        }

        .position-fixed {
            position: fixed !important
        }

        .position-sticky {
            position: -webkit-sticky !important;
            position: sticky !important
        }

        .fixed-top {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030
        }

        .fixed-bottom {
            position: fixed;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1030
        }

        @supports ((position:-webkit-sticky) or (position:sticky)) {
            .sticky-top {
                position: -webkit-sticky;
                position: sticky;
                top: 0;
                z-index: 1020
            }
        }

        .screen-reader-text, .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0
        }

        .sr-only-focusable:active, .sr-only-focusable:focus {
            position: static;
            width: auto;
            height: auto;
            overflow: visible;
            clip: auto;
            white-space: normal
        }

        .shadow-sm {
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
        }

        .shadow {
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
        }

        .shadow-lg {
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
        }

        .shadow-none {
            box-shadow: none !important
        }

        .w-25 {
            width: 25% !important
        }

        .w-50 {
            width: 50% !important
        }

        .w-75 {
            width: 75% !important
        }

        .w-100 {
            width: 100% !important
        }

        .w-auto {
            width: auto !important
        }

        .h-25 {
            height: 25% !important
        }

        .h-50 {
            height: 50% !important
        }

        .h-75 {
            height: 75% !important
        }

        .h-100 {
            height: 100% !important
        }

        .h-auto {
            height: auto !important
        }

        .mw-100 {
            max-width: 100% !important
        }

        .mh-100 {
            max-height: 100% !important
        }

        .min-vw-100 {
            min-width: 100vw !important
        }

        .min-vh-100 {
            min-height: 100vh !important
        }

        .vw-100 {
            width: 100vw !important
        }

        .vh-100 {
            height: 100vh !important
        }

        .m-0 {
            margin: 0 !important
        }

        .mt-0, .my-0 {
            margin-top: 0 !important
        }

        .mr-0, .mx-0 {
            margin-right: 0 !important
        }

        .mb-0, .my-0 {
            margin-bottom: 0 !important
        }

        .ml-0, .mx-0 {
            margin-left: 0 !important
        }

        .m-1 {
            margin: .25rem !important
        }

        .mt-1, .my-1 {
            margin-top: .25rem !important
        }

        .mr-1, .mx-1 {
            margin-right: .25rem !important
        }

        .mb-1, .my-1 {
            margin-bottom: .25rem !important
        }

        .ml-1, .mx-1 {
            margin-left: .25rem !important
        }

        .m-2 {
            margin: .5rem !important
        }

        .mt-2, .my-2 {
            margin-top: .5rem !important
        }

        .mr-2, .mx-2 {
            margin-right: .5rem !important
        }

        .mb-2, .my-2 {
            margin-bottom: .5rem !important
        }

        .ml-2, .mx-2 {
            margin-left: .5rem !important
        }

        .m-3 {
            margin: 1rem !important
        }

        .mt-3, .my-3 {
            margin-top: 1rem !important
        }

        .mr-3, .mx-3 {
            margin-right: 1rem !important
        }

        .mb-3, .my-3 {
            margin-bottom: 1rem !important
        }

        .ml-3, .mx-3 {
            margin-left: 1rem !important
        }

        .m-4 {
            margin: 1.5rem !important
        }

        .mt-4, .my-4 {
            margin-top: 1.5rem !important
        }

        .mr-4, .mx-4 {
            margin-right: 1.5rem !important
        }

        .mb-4, .my-4 {
            margin-bottom: 1.5rem !important
        }

        .ml-4, .mx-4 {
            margin-left: 1.5rem !important
        }

        .m-5 {
            margin: 3rem !important
        }

        .mt-5, .my-5 {
            margin-top: 3rem !important
        }

        .mr-5, .mx-5 {
            margin-right: 3rem !important
        }

        .mb-5, .my-5 {
            margin-bottom: 3rem !important
        }

        .ml-5, .mx-5 {
            margin-left: 3rem !important
        }

        .p-0 {
            padding: 0 !important
        }

        .pt-0, .py-0 {
            padding-top: 0 !important
        }

        .pr-0, .px-0 {
            padding-right: 0 !important
        }

        .pb-0, .py-0 {
            padding-bottom: 0 !important
        }

        .pl-0, .px-0 {
            padding-left: 0 !important
        }

        .p-1 {
            padding: .25rem !important
        }

        .pt-1, .py-1 {
            padding-top: .25rem !important
        }

        .pr-1, .px-1 {
            padding-right: .25rem !important
        }

        .pb-1, .py-1 {
            padding-bottom: .25rem !important
        }

        .pl-1, .px-1 {
            padding-left: .25rem !important
        }

        .p-2 {
            padding: .5rem !important
        }

        .pt-2, .py-2 {
            padding-top: .5rem !important
        }

        .pr-2, .px-2 {
            padding-right: .5rem !important
        }

        .pb-2, .py-2 {
            padding-bottom: .5rem !important
        }

        .pl-2, .px-2 {
            padding-left: .5rem !important
        }

        .p-3 {
            padding: 1rem !important
        }

        .pt-3, .py-3 {
            padding-top: 1rem !important
        }

        .pr-3, .px-3 {
            padding-right: 1rem !important
        }

        .pb-3, .py-3 {
            padding-bottom: 1rem !important
        }

        .pl-3, .px-3 {
            padding-left: 1rem !important
        }

        .p-4 {
            padding: 1.5rem !important
        }

        .pt-4, .py-4 {
            padding-top: 1.5rem !important
        }

        .pr-4, .px-4 {
            padding-right: 1.5rem !important
        }

        .pb-4, .py-4 {
            padding-bottom: 1.5rem !important
        }

        .pl-4, .px-4 {
            padding-left: 1.5rem !important
        }

        .p-5 {
            padding: 3rem !important
        }

        .pt-5, .py-5 {
            padding-top: 3rem !important
        }

        .pr-5, .px-5 {
            padding-right: 3rem !important
        }

        .pb-5, .py-5 {
            padding-bottom: 3rem !important
        }

        .pl-5, .px-5 {
            padding-left: 3rem !important
        }

        .m-n1 {
            margin: -.25rem !important
        }

        .mt-n1, .my-n1 {
            margin-top: -.25rem !important
        }

        .mr-n1, .mx-n1 {
            margin-right: -.25rem !important
        }

        .mb-n1, .my-n1 {
            margin-bottom: -.25rem !important
        }

        .ml-n1, .mx-n1 {
            margin-left: -.25rem !important
        }

        .m-n2 {
            margin: -.5rem !important
        }

        .mt-n2, .my-n2 {
            margin-top: -.5rem !important
        }

        .mr-n2, .mx-n2 {
            margin-right: -.5rem !important
        }

        .mb-n2, .my-n2 {
            margin-bottom: -.5rem !important
        }

        .ml-n2, .mx-n2 {
            margin-left: -.5rem !important
        }

        .m-n3 {
            margin: -1rem !important
        }

        .mt-n3, .my-n3 {
            margin-top: -1rem !important
        }

        .mr-n3, .mx-n3 {
            margin-right: -1rem !important
        }

        .mb-n3, .my-n3 {
            margin-bottom: -1rem !important
        }

        .ml-n3, .mx-n3 {
            margin-left: -1rem !important
        }

        .m-n4 {
            margin: -1.5rem !important
        }

        .mt-n4, .my-n4 {
            margin-top: -1.5rem !important
        }

        .mr-n4, .mx-n4 {
            margin-right: -1.5rem !important
        }

        .mb-n4, .my-n4 {
            margin-bottom: -1.5rem !important
        }

        .ml-n4, .mx-n4 {
            margin-left: -1.5rem !important
        }

        .m-n5 {
            margin: -3rem !important
        }

        .mt-n5, .my-n5 {
            margin-top: -3rem !important
        }

        .mr-n5, .mx-n5 {
            margin-right: -3rem !important
        }

        .mb-n5, .my-n5 {
            margin-bottom: -3rem !important
        }

        .ml-n5, .mx-n5 {
            margin-left: -3rem !important
        }

        .m-auto {
            margin: auto !important
        }

        .mt-auto, .my-auto {
            margin-top: auto !important
        }

        .aligncenter, .mr-auto, .mx-auto {
            margin-right: auto !important
        }

        .mb-auto, .my-auto {
            margin-bottom: auto !important
        }

        .aligncenter, .ml-auto, .mx-auto {
            margin-left: auto !important
        }

        @media (min-width: 576px) {
            .m-sm-0 {
                margin: 0 !important
            }

            .mt-sm-0, .my-sm-0 {
                margin-top: 0 !important
            }

            .mr-sm-0, .mx-sm-0 {
                margin-right: 0 !important
            }

            .mb-sm-0, .my-sm-0 {
                margin-bottom: 0 !important
            }

            .ml-sm-0, .mx-sm-0 {
                margin-left: 0 !important
            }

            .m-sm-1 {
                margin: .25rem !important
            }

            .mt-sm-1, .my-sm-1 {
                margin-top: .25rem !important
            }

            .mr-sm-1, .mx-sm-1 {
                margin-right: .25rem !important
            }

            .mb-sm-1, .my-sm-1 {
                margin-bottom: .25rem !important
            }

            .ml-sm-1, .mx-sm-1 {
                margin-left: .25rem !important
            }

            .m-sm-2 {
                margin: .5rem !important
            }

            .mt-sm-2, .my-sm-2 {
                margin-top: .5rem !important
            }

            .mr-sm-2, .mx-sm-2 {
                margin-right: .5rem !important
            }

            .mb-sm-2, .my-sm-2 {
                margin-bottom: .5rem !important
            }

            .ml-sm-2, .mx-sm-2 {
                margin-left: .5rem !important
            }

            .m-sm-3 {
                margin: 1rem !important
            }

            .mt-sm-3, .my-sm-3 {
                margin-top: 1rem !important
            }

            .mr-sm-3, .mx-sm-3 {
                margin-right: 1rem !important
            }

            .mb-sm-3, .my-sm-3 {
                margin-bottom: 1rem !important
            }

            .ml-sm-3, .mx-sm-3 {
                margin-left: 1rem !important
            }

            .m-sm-4 {
                margin: 1.5rem !important
            }

            .mt-sm-4, .my-sm-4 {
                margin-top: 1.5rem !important
            }

            .mr-sm-4, .mx-sm-4 {
                margin-right: 1.5rem !important
            }

            .mb-sm-4, .my-sm-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-sm-4, .mx-sm-4 {
                margin-left: 1.5rem !important
            }

            .m-sm-5 {
                margin: 3rem !important
            }

            .mt-sm-5, .my-sm-5 {
                margin-top: 3rem !important
            }

            .mr-sm-5, .mx-sm-5 {
                margin-right: 3rem !important
            }

            .mb-sm-5, .my-sm-5 {
                margin-bottom: 3rem !important
            }

            .ml-sm-5, .mx-sm-5 {
                margin-left: 3rem !important
            }

            .p-sm-0 {
                padding: 0 !important
            }

            .pt-sm-0, .py-sm-0 {
                padding-top: 0 !important
            }

            .pr-sm-0, .px-sm-0 {
                padding-right: 0 !important
            }

            .pb-sm-0, .py-sm-0 {
                padding-bottom: 0 !important
            }

            .pl-sm-0, .px-sm-0 {
                padding-left: 0 !important
            }

            .p-sm-1 {
                padding: .25rem !important
            }

            .pt-sm-1, .py-sm-1 {
                padding-top: .25rem !important
            }

            .pr-sm-1, .px-sm-1 {
                padding-right: .25rem !important
            }

            .pb-sm-1, .py-sm-1 {
                padding-bottom: .25rem !important
            }

            .pl-sm-1, .px-sm-1 {
                padding-left: .25rem !important
            }

            .p-sm-2 {
                padding: .5rem !important
            }

            .pt-sm-2, .py-sm-2 {
                padding-top: .5rem !important
            }

            .pr-sm-2, .px-sm-2 {
                padding-right: .5rem !important
            }

            .pb-sm-2, .py-sm-2 {
                padding-bottom: .5rem !important
            }

            .pl-sm-2, .px-sm-2 {
                padding-left: .5rem !important
            }

            .p-sm-3 {
                padding: 1rem !important
            }

            .pt-sm-3, .py-sm-3 {
                padding-top: 1rem !important
            }

            .pr-sm-3, .px-sm-3 {
                padding-right: 1rem !important
            }

            .pb-sm-3, .py-sm-3 {
                padding-bottom: 1rem !important
            }

            .pl-sm-3, .px-sm-3 {
                padding-left: 1rem !important
            }

            .p-sm-4 {
                padding: 1.5rem !important
            }

            .pt-sm-4, .py-sm-4 {
                padding-top: 1.5rem !important
            }

            .pr-sm-4, .px-sm-4 {
                padding-right: 1.5rem !important
            }

            .pb-sm-4, .py-sm-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-sm-4, .px-sm-4 {
                padding-left: 1.5rem !important
            }

            .p-sm-5 {
                padding: 3rem !important
            }

            .pt-sm-5, .py-sm-5 {
                padding-top: 3rem !important
            }

            .pr-sm-5, .px-sm-5 {
                padding-right: 3rem !important
            }

            .pb-sm-5, .py-sm-5 {
                padding-bottom: 3rem !important
            }

            .pl-sm-5, .px-sm-5 {
                padding-left: 3rem !important
            }

            .m-sm-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
            }
        }

        @media (min-width: 768px) {
            .m-md-0 {
                margin: 0 !important
            }

            .mt-md-0, .my-md-0 {
                margin-top: 0 !important
            }

            .mr-md-0, .mx-md-0 {
                margin-right: 0 !important
            }

            .mb-md-0, .my-md-0 {
                margin-bottom: 0 !important
            }

            .ml-md-0, .mx-md-0 {
                margin-left: 0 !important
            }

            .m-md-1 {
                margin: .25rem !important
            }

            .mt-md-1, .my-md-1 {
                margin-top: .25rem !important
            }

            .mr-md-1, .mx-md-1 {
                margin-right: .25rem !important
            }

            .mb-md-1, .my-md-1 {
                margin-bottom: .25rem !important
            }

            .ml-md-1, .mx-md-1 {
                margin-left: .25rem !important
            }

            .m-md-2 {
                margin: .5rem !important
            }

            .mt-md-2, .my-md-2 {
                margin-top: .5rem !important
            }

            .mr-md-2, .mx-md-2 {
                margin-right: .5rem !important
            }

            .mb-md-2, .my-md-2 {
                margin-bottom: .5rem !important
            }

            .ml-md-2, .mx-md-2 {
                margin-left: .5rem !important
            }

            .m-md-3 {
                margin: 1rem !important
            }

            .mt-md-3, .my-md-3 {
                margin-top: 1rem !important
            }

            .mr-md-3, .mx-md-3 {
                margin-right: 1rem !important
            }

            .mb-md-3, .my-md-3 {
                margin-bottom: 1rem !important
            }

            .ml-md-3, .mx-md-3 {
                margin-left: 1rem !important
            }

            .m-md-4 {
                margin: 1.5rem !important
            }

            .mt-md-4, .my-md-4 {
                margin-top: 1.5rem !important
            }

            .mr-md-4, .mx-md-4 {
                margin-right: 1.5rem !important
            }

            .mb-md-4, .my-md-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-md-4, .mx-md-4 {
                margin-left: 1.5rem !important
            }

            .m-md-5 {
                margin: 3rem !important
            }

            .mt-md-5, .my-md-5 {
                margin-top: 3rem !important
            }

            .mr-md-5, .mx-md-5 {
                margin-right: 3rem !important
            }

            .mb-md-5, .my-md-5 {
                margin-bottom: 3rem !important
            }

            .ml-md-5, .mx-md-5 {
                margin-left: 3rem !important
            }

            .p-md-0 {
                padding: 0 !important
            }

            .pt-md-0, .py-md-0 {
                padding-top: 0 !important
            }

            .pr-md-0, .px-md-0 {
                padding-right: 0 !important
            }

            .pb-md-0, .py-md-0 {
                padding-bottom: 0 !important
            }

            .pl-md-0, .px-md-0 {
                padding-left: 0 !important
            }

            .p-md-1 {
                padding: .25rem !important
            }

            .pt-md-1, .py-md-1 {
                padding-top: .25rem !important
            }

            .pr-md-1, .px-md-1 {
                padding-right: .25rem !important
            }

            .pb-md-1, .py-md-1 {
                padding-bottom: .25rem !important
            }

            .pl-md-1, .px-md-1 {
                padding-left: .25rem !important
            }

            .p-md-2 {
                padding: .5rem !important
            }

            .pt-md-2, .py-md-2 {
                padding-top: .5rem !important
            }

            .pr-md-2, .px-md-2 {
                padding-right: .5rem !important
            }

            .pb-md-2, .py-md-2 {
                padding-bottom: .5rem !important
            }

            .pl-md-2, .px-md-2 {
                padding-left: .5rem !important
            }

            .p-md-3 {
                padding: 1rem !important
            }

            .pt-md-3, .py-md-3 {
                padding-top: 1rem !important
            }

            .pr-md-3, .px-md-3 {
                padding-right: 1rem !important
            }

            .pb-md-3, .py-md-3 {
                padding-bottom: 1rem !important
            }

            .pl-md-3, .px-md-3 {
                padding-left: 1rem !important
            }

            .p-md-4 {
                padding: 1.5rem !important
            }

            .pt-md-4, .py-md-4 {
                padding-top: 1.5rem !important
            }

            .pr-md-4, .px-md-4 {
                padding-right: 1.5rem !important
            }

            .pb-md-4, .py-md-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-md-4, .px-md-4 {
                padding-left: 1.5rem !important
            }

            .p-md-5 {
                padding: 3rem !important
            }

            .pt-md-5, .py-md-5 {
                padding-top: 3rem !important
            }

            .pr-md-5, .px-md-5 {
                padding-right: 3rem !important
            }

            .pb-md-5, .py-md-5 {
                padding-bottom: 3rem !important
            }

            .pl-md-5, .px-md-5 {
                padding-left: 3rem !important
            }

            .m-md-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
            }
        }

        @media (min-width: 992px) {
            .m-lg-0 {
                margin: 0 !important
            }

            .mt-lg-0, .my-lg-0 {
                margin-top: 0 !important
            }

            .mr-lg-0, .mx-lg-0 {
                margin-right: 0 !important
            }

            .mb-lg-0, .my-lg-0 {
                margin-bottom: 0 !important
            }

            .ml-lg-0, .mx-lg-0 {
                margin-left: 0 !important
            }

            .m-lg-1 {
                margin: .25rem !important
            }

            .mt-lg-1, .my-lg-1 {
                margin-top: .25rem !important
            }

            .mr-lg-1, .mx-lg-1 {
                margin-right: .25rem !important
            }

            .mb-lg-1, .my-lg-1 {
                margin-bottom: .25rem !important
            }

            .ml-lg-1, .mx-lg-1 {
                margin-left: .25rem !important
            }

            .m-lg-2 {
                margin: .5rem !important
            }

            .mt-lg-2, .my-lg-2 {
                margin-top: .5rem !important
            }

            .mr-lg-2, .mx-lg-2 {
                margin-right: .5rem !important
            }

            .mb-lg-2, .my-lg-2 {
                margin-bottom: .5rem !important
            }

            .ml-lg-2, .mx-lg-2 {
                margin-left: .5rem !important
            }

            .m-lg-3 {
                margin: 1rem !important
            }

            .mt-lg-3, .my-lg-3 {
                margin-top: 1rem !important
            }

            .mr-lg-3, .mx-lg-3 {
                margin-right: 1rem !important
            }

            .mb-lg-3, .my-lg-3 {
                margin-bottom: 1rem !important
            }

            .ml-lg-3, .mx-lg-3 {
                margin-left: 1rem !important
            }

            .m-lg-4 {
                margin: 1.5rem !important
            }

            .mt-lg-4, .my-lg-4 {
                margin-top: 1.5rem !important
            }

            .mr-lg-4, .mx-lg-4 {
                margin-right: 1.5rem !important
            }

            .mb-lg-4, .my-lg-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-lg-4, .mx-lg-4 {
                margin-left: 1.5rem !important
            }

            .m-lg-5 {
                margin: 3rem !important
            }

            .mt-lg-5, .my-lg-5 {
                margin-top: 3rem !important
            }

            .mr-lg-5, .mx-lg-5 {
                margin-right: 3rem !important
            }

            .mb-lg-5, .my-lg-5 {
                margin-bottom: 3rem !important
            }

            .ml-lg-5, .mx-lg-5 {
                margin-left: 3rem !important
            }

            .p-lg-0 {
                padding: 0 !important
            }

            .pt-lg-0, .py-lg-0 {
                padding-top: 0 !important
            }

            .pr-lg-0, .px-lg-0 {
                padding-right: 0 !important
            }

            .pb-lg-0, .py-lg-0 {
                padding-bottom: 0 !important
            }

            .pl-lg-0, .px-lg-0 {
                padding-left: 0 !important
            }

            .p-lg-1 {
                padding: .25rem !important
            }

            .pt-lg-1, .py-lg-1 {
                padding-top: .25rem !important
            }

            .pr-lg-1, .px-lg-1 {
                padding-right: .25rem !important
            }

            .pb-lg-1, .py-lg-1 {
                padding-bottom: .25rem !important
            }

            .pl-lg-1, .px-lg-1 {
                padding-left: .25rem !important
            }

            .p-lg-2 {
                padding: .5rem !important
            }

            .pt-lg-2, .py-lg-2 {
                padding-top: .5rem !important
            }

            .pr-lg-2, .px-lg-2 {
                padding-right: .5rem !important
            }

            .pb-lg-2, .py-lg-2 {
                padding-bottom: .5rem !important
            }

            .pl-lg-2, .px-lg-2 {
                padding-left: .5rem !important
            }

            .p-lg-3 {
                padding: 1rem !important
            }

            .pt-lg-3, .py-lg-3 {
                padding-top: 1rem !important
            }

            .pr-lg-3, .px-lg-3 {
                padding-right: 1rem !important
            }

            .pb-lg-3, .py-lg-3 {
                padding-bottom: 1rem !important
            }

            .pl-lg-3, .px-lg-3 {
                padding-left: 1rem !important
            }

            .p-lg-4 {
                padding: 1.5rem !important
            }

            .pt-lg-4, .py-lg-4 {
                padding-top: 1.5rem !important
            }

            .pr-lg-4, .px-lg-4 {
                padding-right: 1.5rem !important
            }

            .pb-lg-4, .py-lg-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-lg-4, .px-lg-4 {
                padding-left: 1.5rem !important
            }

            .p-lg-5 {
                padding: 3rem !important
            }

            .pt-lg-5, .py-lg-5 {
                padding-top: 3rem !important
            }

            .pr-lg-5, .px-lg-5 {
                padding-right: 3rem !important
            }

            .pb-lg-5, .py-lg-5 {
                padding-bottom: 3rem !important
            }

            .pl-lg-5, .px-lg-5 {
                padding-left: 3rem !important
            }

            .m-lg-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
            }
        }

        @media (min-width: 1200px) {
            .m-xl-0 {
                margin: 0 !important
            }

            .mt-xl-0, .my-xl-0 {
                margin-top: 0 !important
            }

            .mr-xl-0, .mx-xl-0 {
                margin-right: 0 !important
            }

            .mb-xl-0, .my-xl-0 {
                margin-bottom: 0 !important
            }

            .ml-xl-0, .mx-xl-0 {
                margin-left: 0 !important
            }

            .m-xl-1 {
                margin: .25rem !important
            }

            .mt-xl-1, .my-xl-1 {
                margin-top: .25rem !important
            }

            .mr-xl-1, .mx-xl-1 {
                margin-right: .25rem !important
            }

            .mb-xl-1, .my-xl-1 {
                margin-bottom: .25rem !important
            }

            .ml-xl-1, .mx-xl-1 {
                margin-left: .25rem !important
            }

            .m-xl-2 {
                margin: .5rem !important
            }

            .mt-xl-2, .my-xl-2 {
                margin-top: .5rem !important
            }

            .mr-xl-2, .mx-xl-2 {
                margin-right: .5rem !important
            }

            .mb-xl-2, .my-xl-2 {
                margin-bottom: .5rem !important
            }

            .ml-xl-2, .mx-xl-2 {
                margin-left: .5rem !important
            }

            .m-xl-3 {
                margin: 1rem !important
            }

            .mt-xl-3, .my-xl-3 {
                margin-top: 1rem !important
            }

            .mr-xl-3, .mx-xl-3 {
                margin-right: 1rem !important
            }

            .mb-xl-3, .my-xl-3 {
                margin-bottom: 1rem !important
            }

            .ml-xl-3, .mx-xl-3 {
                margin-left: 1rem !important
            }

            .m-xl-4 {
                margin: 1.5rem !important
            }

            .mt-xl-4, .my-xl-4 {
                margin-top: 1.5rem !important
            }

            .mr-xl-4, .mx-xl-4 {
                margin-right: 1.5rem !important
            }

            .mb-xl-4, .my-xl-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-xl-4, .mx-xl-4 {
                margin-left: 1.5rem !important
            }

            .m-xl-5 {
                margin: 3rem !important
            }

            .mt-xl-5, .my-xl-5 {
                margin-top: 3rem !important
            }

            .mr-xl-5, .mx-xl-5 {
                margin-right: 3rem !important
            }

            .mb-xl-5, .my-xl-5 {
                margin-bottom: 3rem !important
            }

            .ml-xl-5, .mx-xl-5 {
                margin-left: 3rem !important
            }

            .p-xl-0 {
                padding: 0 !important
            }

            .pt-xl-0, .py-xl-0 {
                padding-top: 0 !important
            }

            .pr-xl-0, .px-xl-0 {
                padding-right: 0 !important
            }

            .pb-xl-0, .py-xl-0 {
                padding-bottom: 0 !important
            }

            .pl-xl-0, .px-xl-0 {
                padding-left: 0 !important
            }

            .p-xl-1 {
                padding: .25rem !important
            }

            .pt-xl-1, .py-xl-1 {
                padding-top: .25rem !important
            }

            .pr-xl-1, .px-xl-1 {
                padding-right: .25rem !important
            }

            .pb-xl-1, .py-xl-1 {
                padding-bottom: .25rem !important
            }

            .pl-xl-1, .px-xl-1 {
                padding-left: .25rem !important
            }

            .p-xl-2 {
                padding: .5rem !important
            }

            .pt-xl-2, .py-xl-2 {
                padding-top: .5rem !important
            }

            .pr-xl-2, .px-xl-2 {
                padding-right: .5rem !important
            }

            .pb-xl-2, .py-xl-2 {
                padding-bottom: .5rem !important
            }

            .pl-xl-2, .px-xl-2 {
                padding-left: .5rem !important
            }

            .p-xl-3 {
                padding: 1rem !important
            }

            .pt-xl-3, .py-xl-3 {
                padding-top: 1rem !important
            }

            .pr-xl-3, .px-xl-3 {
                padding-right: 1rem !important
            }

            .pb-xl-3, .py-xl-3 {
                padding-bottom: 1rem !important
            }

            .pl-xl-3, .px-xl-3 {
                padding-left: 1rem !important
            }

            .p-xl-4 {
                padding: 1.5rem !important
            }

            .pt-xl-4, .py-xl-4 {
                padding-top: 1.5rem !important
            }

            .pr-xl-4, .px-xl-4 {
                padding-right: 1.5rem !important
            }

            .pb-xl-4, .py-xl-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-xl-4, .px-xl-4 {
                padding-left: 1.5rem !important
            }

            .p-xl-5 {
                padding: 3rem !important
            }

            .pt-xl-5, .py-xl-5 {
                padding-top: 3rem !important
            }

            .pr-xl-5, .px-xl-5 {
                padding-right: 3rem !important
            }

            .pb-xl-5, .py-xl-5 {
                padding-bottom: 3rem !important
            }

            .pl-xl-5, .px-xl-5 {
                padding-left: 3rem !important
            }

            .m-xl-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
            }
        }

        .stretched-link::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
            background-color: rgba(0, 0, 0, 0)
        }

        .text-monospace {
            font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
        }

        .text-justify {
            text-align: justify !important
        }

        .text-wrap {
            white-space: normal !important
        }

        .text-nowrap {
            white-space: nowrap !important
        }

        .text-truncate {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .text-left {
            text-align: left !important
        }

        .text-right {
            text-align: right !important
        }

        .text-center {
            text-align: center !important
        }

        @media (min-width: 576px) {
            .text-sm-left {
                text-align: left !important
            }

            .text-sm-right {
                text-align: right !important
            }

            .text-sm-center {
                text-align: center !important
            }
        }

        @media (min-width: 768px) {
            .text-md-left {
                text-align: left !important
            }

            .text-md-right {
                text-align: right !important
            }

            .text-md-center {
                text-align: center !important
            }
        }

        @media (min-width: 992px) {
            .text-lg-left {
                text-align: left !important
            }

            .text-lg-right {
                text-align: right !important
            }

            .text-lg-center {
                text-align: center !important
            }
        }

        @media (min-width: 1200px) {
            .text-xl-left {
                text-align: left !important
            }

            .text-xl-right {
                text-align: right !important
            }

            .text-xl-center {
                text-align: center !important
            }
        }

        .text-lowercase {
            text-transform: lowercase !important
        }

        .text-uppercase {
            text-transform: uppercase !important
        }

        .text-capitalize {
            text-transform: capitalize !important
        }

        .font-weight-light {
            font-weight: 300 !important
        }

        .font-weight-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: #53f !important
        }

        a.text-primary:focus, a.text-primary:hover {
            color: #2600e6 !important
        }

        .text-secondary {
            color: #6c757d !important
        }

        a.text-secondary:focus, a.text-secondary:hover {
            color: #494f54 !important
        }

        .text-success {
            color: #28a745 !important
        }

        a.text-success:focus, a.text-success:hover {
            color: #19692c !important
        }

        .text-info {
            color: #17a2b8 !important
        }

        a.text-info:focus, a.text-info:hover {
            color: #0f6674 !important
        }

        .text-warning {
            color: #ffc107 !important
        }

        a.text-warning:focus, a.text-warning:hover {
            color: #ba8b00 !important
        }

        .text-danger {
            color: #dc3545 !important
        }

        a.text-danger:focus, a.text-danger:hover {
            color: #a71d2a !important
        }

        .text-light {
            color: #f8f9fa !important
        }

        a.text-light:focus, a.text-light:hover {
            color: #cbd3da !important
        }

        .text-dark {
            color: #343a40 !important
        }

        a.text-dark:focus, a.text-dark:hover {
            color: #121416 !important
        }

        .text-body {
            color: #212529 !important
        }

        .text-muted {
            color: #6c757d !important
        }

        .text-black-50 {
            color: rgba(0, 0, 0, .5) !important
        }

        .text-white-50 {
            color: rgba(255, 255, 255, .5) !important
        }

        .text-hide {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0
        }

        .text-decoration-none {
            text-decoration: none !important
        }

        .text-break {
            word-break: break-word !important;
            word-wrap: break-word !important
        }

        .text-reset {
            color: inherit !important
        }

        .visible {
            visibility: visible !important
        }

        .invisible {
            visibility: hidden !important
        }

        @media print {
            *, ::after, ::before {
                text-shadow: none !important;
                box-shadow: none !important
            }

            a:not(.btn) {
                text-decoration: underline
            }

            abbr[title]::after {
                content: " (" attr(title) ")"
            }

            pre {
                white-space: pre-wrap !important
            }

            blockquote, pre {
                border: 1px solid #adb5bd;
                page-break-inside: avoid
            }

            thead {
                display: table-header-group
            }

            img, tr {
                page-break-inside: avoid
            }

            h2, h3, p {
                orphans: 3;
                widows: 3
            }

            h2, h3 {
                page-break-after: avoid
            }

            @page {
                size: a3
            }

            body {
                min-width: 992px !important
            }

            .container {
                min-width: 992px !important
            }

            .navbar {
                display: none
            }

            .badge {
                border: 1px solid #000
            }

            .table {
                border-collapse: collapse !important
            }

            .table td, .table th {
                background-color: #fff !important
            }

            .table-bordered 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
            }
        }

        .wrapper {
            padding: 30px 0
        }

        #wrapper-hero {
            padding: 0 !important
        }

        .bypostauthor, .gallery-caption, .sticky {
            font-size: inherit
        }

        .wrapper#wrapper-sticky {
            border-bottom: 1px solid #dee2e6
        }

        #wrapper-footer-full, #wrapper-static-hero {
            background-color: #e9ecef
        }

        .wp-caption {
            font-size: inherit
        }

        .wp-caption-text {
            font-size: inherit
        }

        .alignleft {
            display: inline;
            float: left;
            margin-right: 1.5em
        }

        .alignright {
            display: inline;
            float: right;
            margin-left: 1.5em
        }

        .entry-footer span {
            padding-right: 10px
        }

        #secondary img, article img, figure, img, img.wp-post-image {
            max-width: 100%;
            height: auto
        }

        a.skip-link {
            position: fixed;
            z-index: 1000;
            top: 0;
            right: 0
        }

        .jumbotron {
            margin-bottom: 0
        }

        .navbar-dark .navbar-nav .dropdown-menu .nav-link {
            display: block;
            width: 100%;
            padding: .25rem 1.5rem;
            clear: both;
            font-weight: 400;
            color: #212529 !important;
            text-align: inherit;
            white-space: nowrap;
            background: 0 0;
            border: 0
        }

        .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
            color: #16181b !important;
            text-decoration: none;
            background-color: #e9ecef
        }

        .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
            color: #fff !important;
            text-decoration: none;
            background-color: #53f
        }

        .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
            color: #adb5bd !important;
            background-color: transparent
        }

        .navbar-light .navbar-brand a {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-light .navbar-brand a:focus, .navbar-light .navbar-brand a:hover {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-dark .navbar-brand a {
            color: #fff
        }

        .navbar-dark .navbar-brand a:focus, .navbar-dark .navbar-brand a:hover {
            color: #fff
        }

        .navbar h1 {
            font-weight: 400
        }

        .gallery {
            margin-bottom: 1.5em
        }

        .gallery-item {
            display: inline-block;
            text-align: center;
            vertical-align: top;
            width: 100%
        }

        .gallery-columns-2 .gallery-item {
            max-width: 50%
        }

        .gallery-columns-3 .gallery-item {
            max-width: 33.33%
        }

        .gallery-columns-4 .gallery-item {
            max-width: 25%
        }

        .gallery-columns-5 .gallery-item {
            max-width: 20%
        }

        .gallery-columns-6 .gallery-item {
            max-width: 16.66%
        }

        .gallery-columns-7 .gallery-item {
            max-width: 14.28%
        }

        .gallery-columns-8 .gallery-item {
            max-width: 12.5%
        }

        .gallery-columns-9 .gallery-item {
            max-width: 11.11%
        }

        .gallery-caption {
            display: block
        }

        .woocommerce-input-wrapper {
            width: 100%
        }

        figure.woocommerce-product-gallery__wrapper {
            max-width: inherit !important
        }

        @media (min-width: 768px) {
            #coupon_code.input-text {
                width: 110px !important
            }
        }

        @font-face {
            font-family: FontAwesome;
            src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
            src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
            font-weight: 400;
            font-style: normal
        }

        .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .fa-lg {
            font-size: 1.33333em;
            line-height: .75em;
            vertical-align: -15%
        }

        .fa-2x {
            font-size: 2em
        }

        .fa-3x {
            font-size: 3em
        }

        .fa-4x {
            font-size: 4em
        }

        .fa-5x {
            font-size: 5em
        }

        .fa-fw {
            width: 1.28571em;
            text-align: center
        }

        .fa-ul {
            padding-left: 0;
            margin-left: 2.14286em;
            list-style-type: none
        }

        .fa-ul > li {
            position: relative
        }

        .fa-li {
            position: absolute;
            left: -2.14286em;
            width: 2.14286em;
            top: .14286em;
            text-align: center
        }

        .fa-li.fa-lg {
            left: -1.85714em
        }

        .fa-border {
            padding: .2em .25em .15em;
            border: solid .08em #eee;
            border-radius: .1em
        }

        .fa-pull-left {
            float: left
        }

        .fa-pull-right {
            float: right
        }

        .fa.fa-pull-left {
            margin-right: .3em
        }

        .fa.fa-pull-right {
            margin-left: .3em
        }

        .pull-right {
            float: right
        }

        .pull-left {
            float: left
        }

        .fa.pull-left {
            margin-right: .3em
        }

        .fa.pull-right {
            margin-left: .3em
        }

        .fa-spin {
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear
        }

        .fa-pulse {
            -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8)
        }

        @-webkit-keyframes fa-spin {
            0% {
                transform: rotate(0)
            }
            100% {
                transform: rotate(359deg)
            }
        }

        @keyframes fa-spin {
            0% {
                transform: rotate(0)
            }
            100% {
                transform: rotate(359deg)
            }
        }

        .fa-rotate-90 {
            transform: rotate(90deg)
        }

        .fa-rotate-180 {
            transform: rotate(180deg)
        }

        .fa-rotate-270 {
            transform: rotate(270deg)
        }

        .fa-flip-horizontal {
            transform: scale(-1, 1)
        }

        .fa-flip-vertical {
            transform: scale(1, -1)
        }

        :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
            filter: none
        }

        .fa-stack {
            position: relative;
            display: inline-block;
            width: 2em;
            height: 2em;
            line-height: 2em;
            vertical-align: middle
        }

        .fa-stack-1x, .fa-stack-2x {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center
        }

        .fa-stack-1x {
            line-height: inherit
        }

        .fa-stack-2x {
            font-size: 2em
        }

        .fa-inverse {
            color: #fff
        }

        .fa-glass:before {
            content: ""
        }

        .fa-music:before {
            content: ""
        }

        .fa-search:before {
            content: ""
        }

        .fa-envelope-o:before {
            content: ""
        }

        .fa-heart:before {
            content: ""
        }

        .fa-star:before {
            content: ""
        }

        .fa-star-o:before {
            content: ""
        }

        .fa-user:before {
            content: ""
        }

        .fa-film:before {
            content: ""
        }

        .fa-th-large:before {
            content: ""
        }

        .fa-th:before {
            content: ""
        }

        .fa-th-list:before {
            content: ""
        }

        .fa-check:before {
            content: ""
        }

        .fa-close:before, .fa-remove:before, .fa-times:before {
            content: ""
        }

        .fa-search-plus:before {
            content: ""
        }

        .fa-search-minus:before {
            content: ""
        }

        .fa-power-off:before {
            content: ""
        }

        .fa-signal:before {
            content: ""
        }

        .fa-cog:before, .fa-gear:before {
            content: ""
        }

        .fa-trash-o:before {
            content: ""
        }

        .fa-home:before {
            content: ""
        }

        .fa-file-o:before {
            content: ""
        }

        .fa-clock-o:before {
            content: ""
        }

        .fa-road:before {
            content: ""
        }

        .fa-download:before {
            content: ""
        }

        .fa-arrow-circle-o-down:before {
            content: ""
        }

        .fa-arrow-circle-o-up:before {
            content: ""
        }

        .fa-inbox:before {
            content: ""
        }

        .fa-play-circle-o:before {
            content: ""
        }

        .fa-repeat:before, .fa-rotate-right:before {
            content: ""
        }

        .fa-refresh:before {
            content: ""
        }

        .fa-list-alt:before {
            content: ""
        }

        .fa-lock:before {
            content: ""
        }

        .fa-flag:before {
            content: ""
        }

        .fa-headphones:before {
            content: ""
        }

        .fa-volume-off:before {
            content: ""
        }

        .fa-volume-down:before {
            content: ""
        }

        .fa-volume-up:before {
            content: ""
        }

        .fa-qrcode:before {
            content: ""
        }

        .fa-barcode:before {
            content: ""
        }

        .fa-tag:before {
            content: ""
        }

        .fa-tags:before {
            content: ""
        }

        .fa-book:before {
            content: ""
        }

        .fa-bookmark:before {
            content: ""
        }

        .fa-print:before {
            content: ""
        }

        .fa-camera:before {
            content: ""
        }

        .fa-font:before {
            content: ""
        }

        .fa-bold:before {
            content: ""
        }

        .fa-italic:before {
            content: ""
        }

        .fa-text-height:before {
            content: ""
        }

        .fa-text-width:before {
            content: ""
        }

        .fa-align-left:before {
            content: ""
        }

        .fa-align-center:before {
            content: ""
        }

        .fa-align-right:before {
            content: ""
        }

        .fa-align-justify:before {
            content: ""
        }

        .fa-list:before {
            content: ""
        }

        .fa-dedent:before, .fa-outdent:before {
            content: ""
        }

        .fa-indent:before {
            content: ""
        }

        .fa-video-camera:before {
            content: ""
        }

        .fa-image:before, .fa-photo:before, .fa-picture-o:before {
            content: ""
        }

        .fa-pencil:before {
            content: ""
        }

        .fa-map-marker:before {
            content: ""
        }

        .fa-adjust:before {
            content: ""
        }

        .fa-tint:before {
            content: ""
        }

        .fa-edit:before, .fa-pencil-square-o:before {
            content: ""
        }

        .fa-share-square-o:before {
            content: ""
        }

        .fa-check-square-o:before {
            content: ""
        }

        .fa-arrows:before {
            content: ""
        }

        .fa-step-backward:before {
            content: ""
        }

        .fa-fast-backward:before {
            content: ""
        }

        .fa-backward:before {
            content: ""
        }

        .fa-play:before {
            content: ""
        }

        .fa-pause:before {
            content: ""
        }

        .fa-stop:before {
            content: ""
        }

        .fa-forward:before {
            content: ""
        }

        .fa-fast-forward:before {
            content: ""
        }

        .fa-step-forward:before {
            content: ""
        }

        .fa-eject:before {
            content: ""
        }

        .fa-chevron-left:before {
            content: ""
        }

        .fa-chevron-right:before {
            content: ""
        }

        .fa-plus-circle:before {
            content: ""
        }

        .fa-minus-circle:before {
            content: ""
        }

        .fa-times-circle:before {
            content: ""
        }

        .fa-check-circle:before {
            content: ""
        }

        .fa-question-circle:before {
            content: ""
        }

        .fa-info-circle:before {
            content: ""
        }

        .fa-crosshairs:before {
            content: ""
        }

        .fa-times-circle-o:before {
            content: ""
        }

        .fa-check-circle-o:before {
            content: ""
        }

        .fa-ban:before {
            content: ""
        }

        .fa-arrow-left:before {
            content: ""
        }

        .fa-arrow-right:before {
            content: ""
        }

        .fa-arrow-up:before {
            content: ""
        }

        .fa-arrow-down:before {
            content: ""
        }

        .fa-mail-forward:before, .fa-share:before {
            content: ""
        }

        .fa-expand:before {
            content: ""
        }

        .fa-compress:before {
            content: ""
        }

        .fa-plus:before {
            content: ""
        }

        .fa-minus:before {
            content: ""
        }

        .fa-asterisk:before {
            content: ""
        }

        .fa-exclamation-circle:before {
            content: ""
        }

        .fa-gift:before {
            content: ""
        }

        .fa-leaf:before {
            content: ""
        }

        .fa-fire:before {
            content: ""
        }

        .fa-eye:before {
            content: ""
        }

        .fa-eye-slash:before {
            content: ""
        }

        .fa-exclamation-triangle:before, .fa-warning:before {
            content: ""
        }

        .fa-plane:before {
            content: ""
        }

        .fa-calendar:before {
            content: ""
        }

        .fa-random:before {
            content: ""
        }

        .fa-comment:before {
            content: ""
        }

        .fa-magnet:before {
            content: ""
        }

        .fa-chevron-up:before {
            content: ""
        }

        .fa-chevron-down:before {
            content: ""
        }

        .fa-retweet:before {
            content: ""
        }

        .fa-shopping-cart:before {
            content: ""
        }

        .fa-folder:before {
            content: ""
        }

        .fa-folder-open:before {
            content: ""
        }

        .fa-arrows-v:before {
            content: ""
        }

        .fa-arrows-h:before {
            content: ""
        }

        .fa-bar-chart-o:before, .fa-bar-chart:before {
            content: ""
        }

        .fa-twitter-square:before {
            content: ""
        }

        .fa-facebook-square:before {
            content: ""
        }

        .fa-camera-retro:before {
            content: ""
        }

        .fa-key:before {
            content: ""
        }

        .fa-cogs:before, .fa-gears:before {
            content: ""
        }

        .fa-comments:before {
            content: ""
        }

        .fa-thumbs-o-up:before {
            content: ""
        }

        .fa-thumbs-o-down:before {
            content: ""
        }

        .fa-star-half:before {
            content: ""
        }

        .fa-heart-o:before {
            content: ""
        }

        .fa-sign-out:before {
            content: ""
        }

        .fa-linkedin-square:before {
            content: ""
        }

        .fa-thumb-tack:before {
            content: ""
        }

        .fa-external-link:before {
            content: ""
        }

        .fa-sign-in:before {
            content: ""
        }

        .fa-trophy:before {
            content: ""
        }

        .fa-github-square:before {
            content: ""
        }

        .fa-upload:before {
            content: ""
        }

        .fa-lemon-o:before {
            content: ""
        }

        .fa-phone:before {
            content: ""
        }

        .fa-square-o:before {
            content: ""
        }

        .fa-bookmark-o:before {
            content: ""
        }

        .fa-phone-square:before {
            content: ""
        }

        .fa-twitter:before {
            content: ""
        }

        .fa-facebook-f:before, .fa-facebook:before {
            content: ""
        }

        .fa-github:before {
            content: ""
        }

        .fa-unlock:before {
            content: ""
        }

        .fa-credit-card:before {
            content: ""
        }

        .fa-feed:before, .fa-rss:before {
            content: ""
        }

        .fa-hdd-o:before {
            content: ""
        }

        .fa-bullhorn:before {
            content: ""
        }

        .fa-bell:before {
            content: ""
        }

        .fa-certificate:before {
            content: ""
        }

        .fa-hand-o-right:before {
            content: ""
        }

        .fa-hand-o-left:before {
            content: ""
        }

        .fa-hand-o-up:before {
            content: ""
        }

        .fa-hand-o-down:before {
            content: ""
        }

        .fa-arrow-circle-left:before {
            content: ""
        }

        .fa-arrow-circle-right:before {
            content: ""
        }

        .fa-arrow-circle-up:before {
            content: ""
        }

        .fa-arrow-circle-down:before {
            content: ""
        }

        .fa-globe:before {
            content: ""
        }

        .fa-wrench:before {
            content: ""
        }

        .fa-tasks:before {
            content: ""
        }

        .fa-filter:before {
            content: ""
        }

        .fa-briefcase:before {
            content: ""
        }

        .fa-arrows-alt:before {
            content: ""
        }

        .fa-group:before, .fa-users:before {
            content: ""
        }

        .fa-chain:before, .fa-link:before {
            content: ""
        }

        .fa-cloud:before {
            content: ""
        }

        .fa-flask:before {
            content: ""
        }

        .fa-cut:before, .fa-scissors:before {
            content: ""
        }

        .fa-copy:before, .fa-files-o:before {
            content: ""
        }

        .fa-paperclip:before {
            content: ""
        }

        .fa-floppy-o:before, .fa-save:before {
            content: ""
        }

        .fa-square:before {
            content: ""
        }

        .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
            content: ""
        }

        .fa-list-ul:before {
            content: ""
        }

        .fa-list-ol:before {
            content: ""
        }

        .fa-strikethrough:before {
            content: ""
        }

        .fa-underline:before {
            content: ""
        }

        .fa-table:before {
            content: ""
        }

        .fa-magic:before {
            content: ""
        }

        .fa-truck:before {
            content: ""
        }

        .fa-pinterest:before {
            content: ""
        }

        .fa-pinterest-square:before {
            content: ""
        }

        .fa-google-plus-square:before {
            content: ""
        }

        .fa-google-plus:before {
            content: ""
        }

        .fa-money:before {
            content: ""
        }

        .fa-caret-down:before {
            content: ""
        }

        .fa-caret-up:before {
            content: ""
        }

        .fa-caret-left:before {
            content: ""
        }

        .fa-caret-right:before {
            content: ""
        }

        .fa-columns:before {
            content: ""
        }

        .fa-sort:before, .fa-unsorted:before {
            content: ""
        }

        .fa-sort-desc:before, .fa-sort-down:before {
            content: ""
        }

        .fa-sort-asc:before, .fa-sort-up:before {
            content: ""
        }

        .fa-envelope:before {
            content: ""
        }

        .fa-linkedin:before {
            content: ""
        }

        .fa-rotate-left:before, .fa-undo:before {
            content: ""
        }

        .fa-gavel:before, .fa-legal:before {
            content: ""
        }

        .fa-dashboard:before, .fa-tachometer:before {
            content: ""
        }

        .fa-comment-o:before {
            content: ""
        }

        .fa-comments-o:before {
            content: ""
        }

        .fa-bolt:before, .fa-flash:before {
            content: ""
        }

        .fa-sitemap:before {
            content: ""
        }

        .fa-umbrella:before {
            content: ""
        }

        .fa-clipboard:before, .fa-paste:before {
            content: ""
        }

        .fa-lightbulb-o:before {
            content: ""
        }

        .fa-exchange:before {
            content: ""
        }

        .fa-cloud-download:before {
            content: ""
        }

        .fa-cloud-upload:before {
            content: ""
        }

        .fa-user-md:before {
            content: ""
        }

        .fa-stethoscope:before {
            content: ""
        }

        .fa-suitcase:before {
            content: ""
        }

        .fa-bell-o:before {
            content: ""
        }

        .fa-coffee:before {
            content: ""
        }

        .fa-cutlery:before {
            content: ""
        }

        .fa-file-text-o:before {
            content: ""
        }

        .fa-building-o:before {
            content: ""
        }

        .fa-hospital-o:before {
            content: ""
        }

        .fa-ambulance:before {
            content: ""
        }

        .fa-medkit:before {
            content: ""
        }

        .fa-fighter-jet:before {
            content: ""
        }

        .fa-beer:before {
            content: ""
        }

        .fa-h-square:before {
            content: ""
        }

        .fa-plus-square:before {
            content: ""
        }

        .fa-angle-double-left:before {
            content: ""
        }

        .fa-angle-double-right:before {
            content: ""
        }

        .fa-angle-double-up:before {
            content: ""
        }

        .fa-angle-double-down:before {
            content: ""
        }

        .fa-angle-left:before {
            content: ""
        }

        .fa-angle-right:before {
            content: ""
        }

        .fa-angle-up:before {
            content: ""
        }

        .fa-angle-down:before {
            content: ""
        }

        .fa-desktop:before {
            content: ""
        }

        .fa-laptop:before {
            content: ""
        }

        .fa-tablet:before {
            content: ""
        }

        .fa-mobile-phone:before, .fa-mobile:before {
            content: ""
        }

        .fa-circle-o:before {
            content: ""
        }

        .fa-quote-left:before {
            content: ""
        }

        .fa-quote-right:before {
            content: ""
        }

        .fa-spinner:before {
            content: ""
        }

        .fa-circle:before {
            content: ""
        }

        .fa-mail-reply:before, .fa-reply:before {
            content: ""
        }

        .fa-github-alt:before {
            content: ""
        }

        .fa-folder-o:before {
            content: ""
        }

        .fa-folder-open-o:before {
            content: ""
        }

        .fa-smile-o:before {
            content: ""
        }

        .fa-frown-o:before {
            content: ""
        }

        .fa-meh-o:before {
            content: ""
        }

        .fa-gamepad:before {
            content: ""
        }

        .fa-keyboard-o:before {
            content: ""
        }

        .fa-flag-o:before {
            content: ""
        }

        .fa-flag-checkered:before {
            content: ""
        }

        .fa-terminal:before {
            content: ""
        }

        .fa-code:before {
            content: ""
        }

        .fa-mail-reply-all:before, .fa-reply-all:before {
            content: ""
        }

        .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
            content: ""
        }

        .fa-location-arrow:before {
            content: ""
        }

        .fa-crop:before {
            content: ""
        }

        .fa-code-fork:before {
            content: ""
        }

        .fa-chain-broken:before, .fa-unlink:before {
            content: ""
        }

        .fa-question:before {
            content: ""
        }

        .fa-info:before {
            content: ""
        }

        .fa-exclamation:before {
            content: ""
        }

        .fa-superscript:before {
            content: ""
        }

        .fa-subscript:before {
            content: ""
        }

        .fa-eraser:before {
            content: ""
        }

        .fa-puzzle-piece:before {
            content: ""
        }

        .fa-microphone:before {
            content: ""
        }

        .fa-microphone-slash:before {
            content: ""
        }

        .fa-shield:before {
            content: ""
        }

        .fa-calendar-o:before {
            content: ""
        }

        .fa-fire-extinguisher:before {
            content: ""
        }

        .fa-rocket:before {
            content: ""
        }

        .fa-maxcdn:before {
            content: ""
        }

        .fa-chevron-circle-left:before {
            content: ""
        }

        .fa-chevron-circle-right:before {
            content: ""
        }

        .fa-chevron-circle-up:before {
            content: ""
        }

        .fa-chevron-circle-down:before {
            content: ""
        }

        .fa-html5:before {
            content: ""
        }

        .fa-css3:before {
            content: ""
        }

        .fa-anchor:before {
            content: ""
        }

        .fa-unlock-alt:before {
            content: ""
        }

        .fa-bullseye:before {
            content: ""
        }

        .fa-ellipsis-h:before {
            content: ""
        }

        .fa-ellipsis-v:before {
            content: ""
        }

        .fa-rss-square:before {
            content: ""
        }

        .fa-play-circle:before {
            content: ""
        }

        .fa-ticket:before {
            content: ""
        }

        .fa-minus-square:before {
            content: ""
        }

        .fa-minus-square-o:before {
            content: ""
        }

        .fa-level-up:before {
            content: ""
        }

        .fa-level-down:before {
            content: ""
        }

        .fa-check-square:before {
            content: ""
        }

        .fa-pencil-square:before {
            content: ""
        }

        .fa-external-link-square:before {
            content: ""
        }

        .fa-share-square:before {
            content: ""
        }

        .fa-compass:before {
            content: ""
        }

        .fa-caret-square-o-down:before, .fa-toggle-down:before {
            content: ""
        }

        .fa-caret-square-o-up:before, .fa-toggle-up:before {
            content: ""
        }

        .fa-caret-square-o-right:before, .fa-toggle-right:before {
            content: ""
        }

        .fa-eur:before, .fa-euro:before {
            content: ""
        }

        .fa-gbp:before {
            content: ""
        }

        .fa-dollar:before, .fa-usd:before {
            content: ""
        }

        .fa-inr:before, .fa-rupee:before {
            content: ""
        }

        .fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
            content: ""
        }

        .fa-rouble:before, .fa-rub:before, .fa-ruble:before {
            content: ""
        }

        .fa-krw:before, .fa-won:before {
            content: ""
        }

        .fa-bitcoin:before, .fa-btc:before {
            content: ""
        }

        .fa-file:before {
            content: ""
        }

        .fa-file-text:before {
            content: ""
        }

        .fa-sort-alpha-asc:before {
            content: ""
        }

        .fa-sort-alpha-desc:before {
            content: ""
        }

        .fa-sort-amount-asc:before {
            content: ""
        }

        .fa-sort-amount-desc:before {
            content: ""
        }

        .fa-sort-numeric-asc:before {
            content: ""
        }

        .fa-sort-numeric-desc:before {
            content: ""
        }

        .fa-thumbs-up:before {
            content: ""
        }

        .fa-thumbs-down:before {
            content: ""
        }

        .fa-youtube-square:before {
            content: ""
        }

        .fa-youtube:before {
            content: ""
        }

        .fa-xing:before {
            content: ""
        }

        .fa-xing-square:before {
            content: ""
        }

        .fa-youtube-play:before {
            content: ""
        }

        .fa-dropbox:before {
            content: ""
        }

        .fa-stack-overflow:before {
            content: ""
        }

        .fa-instagram:before {
            content: ""
        }

        .fa-flickr:before {
            content: ""
        }

        .fa-adn:before {
            content: ""
        }

        .fa-bitbucket:before {
            content: ""
        }

        .fa-bitbucket-square:before {
            content: ""
        }

        .fa-tumblr:before {
            content: ""
        }

        .fa-tumblr-square:before {
            content: ""
        }

        .fa-long-arrow-down:before {
            content: ""
        }

        .fa-long-arrow-up:before {
            content: ""
        }

        .fa-long-arrow-left:before {
            content: ""
        }

        .fa-long-arrow-right:before {
            content: ""
        }

        .fa-apple:before {
            content: ""
        }

        .fa-windows:before {
            content: ""
        }

        .fa-android:before {
            content: ""
        }

        .fa-linux:before {
            content: ""
        }

        .fa-dribbble:before {
            content: ""
        }

        .fa-skype:before {
            content: ""
        }

        .fa-foursquare:before {
            content: ""
        }

        .fa-trello:before {
            content: ""
        }

        .fa-female:before {
            content: ""
        }

        .fa-male:before {
            content: ""
        }

        .fa-gittip:before, .fa-gratipay:before {
            content: ""
        }

        .fa-sun-o:before {
            content: ""
        }

        .fa-moon-o:before {
            content: ""
        }

        .fa-archive:before {
            content: ""
        }

        .fa-bug:before {
            content: ""
        }

        .fa-vk:before {
            content: ""
        }

        .fa-weibo:before {
            content: ""
        }

        .fa-renren:before {
            content: ""
        }

        .fa-pagelines:before {
            content: ""
        }

        .fa-stack-exchange:before {
            content: ""
        }

        .fa-arrow-circle-o-right:before {
            content: ""
        }

        .fa-arrow-circle-o-left:before {
            content: ""
        }

        .fa-caret-square-o-left:before, .fa-toggle-left:before {
            content: ""
        }

        .fa-dot-circle-o:before {
            content: ""
        }

        .fa-wheelchair:before {
            content: ""
        }

        .fa-vimeo-square:before {
            content: ""
        }

        .fa-try:before, .fa-turkish-lira:before {
            content: ""
        }

        .fa-plus-square-o:before {
            content: ""
        }

        .fa-space-shuttle:before {
            content: ""
        }

        .fa-slack:before {
            content: ""
        }

        .fa-envelope-square:before {
            content: ""
        }

        .fa-wordpress:before {
            content: ""
        }

        .fa-openid:before {
            content: ""
        }

        .fa-bank:before, .fa-institution:before, .fa-university:before {
            content: ""
        }

        .fa-graduation-cap:before, .fa-mortar-board:before {
            content: ""
        }

        .fa-yahoo:before {
            content: ""
        }

        .fa-google:before {
            content: ""
        }

        .fa-reddit:before {
            content: ""
        }

        .fa-reddit-square:before {
            content: ""
        }

        .fa-stumbleupon-circle:before {
            content: ""
        }

        .fa-stumbleupon:before {
            content: ""
        }

        .fa-delicious:before {
            content: ""
        }

        .fa-digg:before {
            content: ""
        }

        .fa-pied-piper-pp:before {
            content: ""
        }

        .fa-pied-piper-alt:before {
            content: ""
        }

        .fa-drupal:before {
            content: ""
        }

        .fa-joomla:before {
            content: ""
        }

        .fa-language:before {
            content: ""
        }

        .fa-fax:before {
            content: ""
        }

        .fa-building:before {
            content: ""
        }

        .fa-child:before {
            content: ""
        }

        .fa-paw:before {
            content: ""
        }

        .fa-spoon:before {
            content: ""
        }

        .fa-cube:before {
            content: ""
        }

        .fa-cubes:before {
            content: ""
        }

        .fa-behance:before {
            content: ""
        }

        .fa-behance-square:before {
            content: ""
        }

        .fa-steam:before {
            content: ""
        }

        .fa-steam-square:before {
            content: ""
        }

        .fa-recycle:before {
            content: ""
        }

        .fa-automobile:before, .fa-car:before {
            content: ""
        }

        .fa-cab:before, .fa-taxi:before {
            content: ""
        }

        .fa-tree:before {
            content: ""
        }

        .fa-spotify:before {
            content: ""
        }

        .fa-deviantart:before {
            content: ""
        }

        .fa-soundcloud:before {
            content: ""
        }

        .fa-database:before {
            content: ""
        }

        .fa-file-pdf-o:before {
            content: ""
        }

        .fa-file-word-o:before {
            content: ""
        }

        .fa-file-excel-o:before {
            content: ""
        }

        .fa-file-powerpoint-o:before {
            content: ""
        }

        .fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
            content: ""
        }

        .fa-file-archive-o:before, .fa-file-zip-o:before {
            content: ""
        }

        .fa-file-audio-o:before, .fa-file-sound-o:before {
            content: ""
        }

        .fa-file-movie-o:before, .fa-file-video-o:before {
            content: ""
        }

        .fa-file-code-o:before {
            content: ""
        }

        .fa-vine:before {
            content: ""
        }

        .fa-codepen:before {
            content: ""
        }

        .fa-jsfiddle:before {
            content: ""
        }

        .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
            content: ""
        }

        .fa-circle-o-notch:before {
            content: ""
        }

        .fa-ra:before, .fa-rebel:before, .fa-resistance:before {
            content: ""
        }

        .fa-empire:before, .fa-ge:before {
            content: ""
        }

        .fa-git-square:before {
            content: ""
        }

        .fa-git:before {
            content: ""
        }

        .fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
            content: ""
        }

        .fa-tencent-weibo:before {
            content: ""
        }

        .fa-qq:before {
            content: ""
        }

        .fa-wechat:before, .fa-weixin:before {
            content: ""
        }

        .fa-paper-plane:before, .fa-send:before {
            content: ""
        }

        .fa-paper-plane-o:before, .fa-send-o:before {
            content: ""
        }

        .fa-history:before {
            content: ""
        }

        .fa-circle-thin:before {
            content: ""
        }

        .fa-header:before {
            content: ""
        }

        .fa-paragraph:before {
            content: ""
        }

        .fa-sliders:before {
            content: ""
        }

        .fa-share-alt:before {
            content: ""
        }

        .fa-share-alt-square:before {
            content: ""
        }

        .fa-bomb:before {
            content: ""
        }

        .fa-futbol-o:before, .fa-soccer-ball-o:before {
            content: ""
        }

        .fa-tty:before {
            content: ""
        }

        .fa-binoculars:before {
            content: ""
        }

        .fa-plug:before {
            content: ""
        }

        .fa-slideshare:before {
            content: ""
        }

        .fa-twitch:before {
            content: ""
        }

        .fa-yelp:before {
            content: ""
        }

        .fa-newspaper-o:before {
            content: ""
        }

        .fa-wifi:before {
            content: ""
        }

        .fa-calculator:before {
            content: ""
        }

        .fa-paypal:before {
            content: ""
        }

        .fa-google-wallet:before {
            content: ""
        }

        .fa-cc-visa:before {
            content: ""
        }

        .fa-cc-mastercard:before {
            content: ""
        }

        .fa-cc-discover:before {
            content: ""
        }

        .fa-cc-amex:before {
            content: ""
        }

        .fa-cc-paypal:before {
            content: ""
        }

        .fa-cc-stripe:before {
            content: ""
        }

        .fa-bell-slash:before {
            content: ""
        }

        .fa-bell-slash-o:before {
            content: ""
        }

        .fa-trash:before {
            content: ""
        }

        .fa-copyright:before {
            content: ""
        }

        .fa-at:before {
            content: ""
        }

        .fa-eyedropper:before {
            content: ""
        }

        .fa-paint-brush:before {
            content: ""
        }

        .fa-birthday-cake:before {
            content: ""
        }

        .fa-area-chart:before {
            content: ""
        }

        .fa-pie-chart:before {
            content: ""
        }

        .fa-line-chart:before {
            content: ""
        }

        .fa-lastfm:before {
            content: ""
        }

        .fa-lastfm-square:before {
            content: ""
        }

        .fa-toggle-off:before {
            content: ""
        }

        .fa-toggle-on:before {
            content: ""
        }

        .fa-bicycle:before {
            content: ""
        }

        .fa-bus:before {
            content: ""
        }

        .fa-ioxhost:before {
            content: ""
        }

        .fa-angellist:before {
            content: ""
        }

        .fa-cc:before {
            content: ""
        }

        .fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
            content: ""
        }

        .fa-meanpath:before {
            content: ""
        }

        .fa-buysellads:before {
            content: ""
        }

        .fa-connectdevelop:before {
            content: ""
        }

        .fa-dashcube:before {
            content: ""
        }

        .fa-forumbee:before {
            content: ""
        }

        .fa-leanpub:before {
            content: ""
        }

        .fa-sellsy:before {
            content: ""
        }

        .fa-shirtsinbulk:before {
            content: ""
        }

        .fa-simplybuilt:before {
            content: ""
        }

        .fa-skyatlas:before {
            content: ""
        }

        .fa-cart-plus:before {
            content: ""
        }

        .fa-cart-arrow-down:before {
            content: ""
        }

        .fa-diamond:before {
            content: ""
        }

        .fa-ship:before {
            content: ""
        }

        .fa-user-secret:before {
            content: ""
        }

        .fa-motorcycle:before {
            content: ""
        }

        .fa-street-view:before {
            content: ""
        }

        .fa-heartbeat:before {
            content: ""
        }

        .fa-venus:before {
            content: ""
        }

        .fa-mars:before {
            content: ""
        }

        .fa-mercury:before {
            content: ""
        }

        .fa-intersex:before, .fa-transgender:before {
            content: ""
        }

        .fa-transgender-alt:before {
            content: ""
        }

        .fa-venus-double:before {
            content: ""
        }

        .fa-mars-double:before {
            content: ""
        }

        .fa-venus-mars:before {
            content: ""
        }

        .fa-mars-stroke:before {
            content: ""
        }

        .fa-mars-stroke-v:before {
            content: ""
        }

        .fa-mars-stroke-h:before {
            content: ""
        }

        .fa-neuter:before {
            content: ""
        }

        .fa-genderless:before {
            content: ""
        }

        .fa-facebook-official:before {
            content: ""
        }

        .fa-pinterest-p:before {
            content: ""
        }

        .fa-whatsapp:before {
            content: ""
        }

        .fa-server:before {
            content: ""
        }

        .fa-user-plus:before {
            content: ""
        }

        .fa-user-times:before {
            content: ""
        }

        .fa-bed:before, .fa-hotel:before {
            content: ""
        }

        .fa-viacoin:before {
            content: ""
        }

        .fa-train:before {
            content: ""
        }

        .fa-subway:before {
            content: ""
        }

        .fa-medium:before {
            content: ""
        }

        .fa-y-combinator:before, .fa-yc:before {
            content: ""
        }

        .fa-optin-monster:before {
            content: ""
        }

        .fa-opencart:before {
            content: ""
        }

        .fa-expeditedssl:before {
            content: ""
        }

        .fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
            content: ""
        }

        .fa-battery-3:before, .fa-battery-three-quarters:before {
            content: ""
        }

        .fa-battery-2:before, .fa-battery-half:before {
            content: ""
        }

        .fa-battery-1:before, .fa-battery-quarter:before {
            content: ""
        }

        .fa-battery-0:before, .fa-battery-empty:before {
            content: ""
        }

        .fa-mouse-pointer:before {
            content: ""
        }

        .fa-i-cursor:before {
            content: ""
        }

        .fa-object-group:before {
            content: ""
        }

        .fa-object-ungroup:before {
            content: ""
        }

        .fa-sticky-note:before {
            content: ""
        }

        .fa-sticky-note-o:before {
            content: ""
        }

        .fa-cc-jcb:before {
            content: ""
        }

        .fa-cc-diners-club:before {
            content: ""
        }

        .fa-clone:before {
            content: ""
        }

        .fa-balance-scale:before {
            content: ""
        }

        .fa-hourglass-o:before {
            content: ""
        }

        .fa-hourglass-1:before, .fa-hourglass-start:before {
            content: ""
        }

        .fa-hourglass-2:before, .fa-hourglass-half:before {
            content: ""
        }

        .fa-hourglass-3:before, .fa-hourglass-end:before {
            content: ""
        }

        .fa-hourglass:before {
            content: ""
        }

        .fa-hand-grab-o:before, .fa-hand-rock-o:before {
            content: ""
        }

        .fa-hand-paper-o:before, .fa-hand-stop-o:before {
            content: ""
        }

        .fa-hand-scissors-o:before {
            content: ""
        }

        .fa-hand-lizard-o:before {
            content: ""
        }

        .fa-hand-spock-o:before {
            content: ""
        }

        .fa-hand-pointer-o:before {
            content: ""
        }

        .fa-hand-peace-o:before {
            content: ""
        }

        .fa-trademark:before {
            content: ""
        }

        .fa-registered:before {
            content: ""
        }

        .fa-creative-commons:before {
            content: ""
        }

        .fa-gg:before {
            content: ""
        }

        .fa-gg-circle:before {
            content: ""
        }

        .fa-tripadvisor:before {
            content: ""
        }

        .fa-odnoklassniki:before {
            content: ""
        }

        .fa-odnoklassniki-square:before {
            content: ""
        }

        .fa-get-pocket:before {
            content: ""
        }

        .fa-wikipedia-w:before {
            content: ""
        }

        .fa-safari:before {
            content: ""
        }

        .fa-chrome:before {
            content: ""
        }

        .fa-firefox:before {
            content: ""
        }

        .fa-opera:before {
            content: ""
        }

        .fa-internet-explorer:before {
            content: ""
        }

        .fa-television:before, .fa-tv:before {
            content: ""
        }

        .fa-contao:before {
            content: ""
        }

        .fa-500px:before {
            content: ""
        }

        .fa-amazon:before {
            content: ""
        }

        .fa-calendar-plus-o:before {
            content: ""
        }

        .fa-calendar-minus-o:before {
            content: ""
        }

        .fa-calendar-times-o:before {
            content: ""
        }

        .fa-calendar-check-o:before {
            content: ""
        }

        .fa-industry:before {
            content: ""
        }

        .fa-map-pin:before {
            content: ""
        }

        .fa-map-signs:before {
            content: ""
        }

        .fa-map-o:before {
            content: ""
        }

        .fa-map:before {
            content: ""
        }

        .fa-commenting:before {
            content: ""
        }

        .fa-commenting-o:before {
            content: ""
        }

        .fa-houzz:before {
            content: ""
        }

        .fa-vimeo:before {
            content: ""
        }

        .fa-black-tie:before {
            content: ""
        }

        .fa-fonticons:before {
            content: ""
        }

        .fa-reddit-alien:before {
            content: ""
        }

        .fa-edge:before {
            content: ""
        }

        .fa-credit-card-alt:before {
            content: ""
        }

        .fa-codiepie:before {
            content: ""
        }

        .fa-modx:before {
            content: ""
        }

        .fa-fort-awesome:before {
            content: ""
        }

        .fa-usb:before {
            content: ""
        }

        .fa-product-hunt:before {
            content: ""
        }

        .fa-mixcloud:before {
            content: ""
        }

        .fa-scribd:before {
            content: ""
        }

        .fa-pause-circle:before {
            content: ""
        }

        .fa-pause-circle-o:before {
            content: ""
        }

        .fa-stop-circle:before {
            content: ""
        }

        .fa-stop-circle-o:before {
            content: ""
        }

        .fa-shopping-bag:before {
            content: ""
        }

        .fa-shopping-basket:before {
            content: ""
        }

        .fa-hashtag:before {
            content: ""
        }

        .fa-bluetooth:before {
            content: ""
        }

        .fa-bluetooth-b:before {
            content: ""
        }

        .fa-percent:before {
            content: ""
        }

        .fa-gitlab:before {
            content: ""
        }

        .fa-wpbeginner:before {
            content: ""
        }

        .fa-wpforms:before {
            content: ""
        }

        .fa-envira:before {
            content: ""
        }

        .fa-universal-access:before {
            content: ""
        }

        .fa-wheelchair-alt:before {
            content: ""
        }

        .fa-question-circle-o:before {
            content: ""
        }

        .fa-blind:before {
            content: ""
        }

        .fa-audio-description:before {
            content: ""
        }

        .fa-volume-control-phone:before {
            content: ""
        }

        .fa-braille:before {
            content: ""
        }

        .fa-assistive-listening-systems:before {
            content: ""
        }

        .fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
            content: ""
        }

        .fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
            content: ""
        }

        .fa-glide:before {
            content: ""
        }

        .fa-glide-g:before {
            content: ""
        }

        .fa-sign-language:before, .fa-signing:before {
            content: ""
        }

        .fa-low-vision:before {
            content: ""
        }

        .fa-viadeo:before {
            content: ""
        }

        .fa-viadeo-square:before {
            content: ""
        }

        .fa-snapchat:before {
            content: ""
        }

        .fa-snapchat-ghost:before {
            content: ""
        }

        .fa-snapchat-square:before {
            content: ""
        }

        .fa-pied-piper:before {
            content: ""
        }

        .fa-first-order:before {
            content: ""
        }

        .fa-yoast:before {
            content: ""
        }

        .fa-themeisle:before {
            content: ""
        }

        .fa-google-plus-circle:before, .fa-google-plus-official:before {
            content: ""
        }

        .fa-fa:before, .fa-font-awesome:before {
            content: ""
        }

        .fa-handshake-o:before {
            content: ""
        }

        .fa-envelope-open:before {
            content: ""
        }

        .fa-envelope-open-o:before {
            content: ""
        }

        .fa-linode:before {
            content: ""
        }

        .fa-address-book:before {
            content: ""
        }

        .fa-address-book-o:before {
            content: ""
        }

        .fa-address-card:before, .fa-vcard:before {
            content: ""
        }

        .fa-address-card-o:before, .fa-vcard-o:before {
            content: ""
        }

        .fa-user-circle:before {
            content: ""
        }

        .fa-user-circle-o:before {
            content: ""
        }

        .fa-user-o:before {
            content: ""
        }

        .fa-id-badge:before {
            content: ""
        }

        .fa-drivers-license:before, .fa-id-card:before {
            content: ""
        }

        .fa-drivers-license-o:before, .fa-id-card-o:before {
            content: ""
        }

        .fa-quora:before {
            content: ""
        }

        .fa-free-code-camp:before {
            content: ""
        }

        .fa-telegram:before {
            content: ""
        }

        .fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
            content: ""
        }

        .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
            content: ""
        }

        .fa-thermometer-2:before, .fa-thermometer-half:before {
            content: ""
        }

        .fa-thermometer-1:before, .fa-thermometer-quarter:before {
            content: ""
        }

        .fa-thermometer-0:before, .fa-thermometer-empty:before {
            content: ""
        }

        .fa-shower:before {
            content: ""
        }

        .fa-bath:before, .fa-bathtub:before, .fa-s15:before {
            content: ""
        }

        .fa-podcast:before {
            content: ""
        }

        .fa-window-maximize:before {
            content: ""
        }

        .fa-window-minimize:before {
            content: ""
        }

        .fa-window-restore:before {
            content: ""
        }

        .fa-times-rectangle:before, .fa-window-close:before {
            content: ""
        }

        .fa-times-rectangle-o:before, .fa-window-close-o:before {
            content: ""
        }

        .fa-bandcamp:before {
            content: ""
        }

        .fa-grav:before {
            content: ""
        }

        .fa-etsy:before {
            content: ""
        }

        .fa-imdb:before {
            content: ""
        }

        .fa-ravelry:before {
            content: ""
        }

        .fa-eercast:before {
            content: ""
        }

        .fa-microchip:before {
            content: ""
        }

        .fa-snowflake-o:before {
            content: ""
        }

        .fa-superpowers:before {
            content: ""
        }

        .fa-wpexplorer:before {
            content: ""
        }

        .fa-meetup:before {
            content: ""
        }

        .screen-reader-text, .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
        }

        .wpcf7 {
            max-width: 600px;
            margin: 0 auto !important
        }

        .wpcf7 .wpcf7-form label {
            width: 100%
        }

        .wpcf7 .wpcf7-not-valid-tip {
            color: #dc3545
        }

        .wpcf7 .wpcf7-validation-errors {
            color: #dc3545;
            border: 1px solid #e9ecef
        }

        @media (min-width: 992px) {
            .container {
                max-width: 1170px
            }
        }

        @media screen and (min-width: 1200px) {
            .container {
                max-width: 1170px
            }
        }

        @media screen and (min-width: 1400px) {
            .container {
                max-width: 1320px
            }
        }
    

        .main-section {
            letter-spacing: 0 !important;
            font-family: 'Roboto Slab', sans-serif !important;
            padding: 20px 0 50px !important;
            background: url("images/bg.jpg") #000c1a no-repeat center top / cover !important;
        }


        .main-section__table {
            font-family: 'Roboto Slab', sans-serif !important;
            margin-bottom: 120px !important;
        }

        .main-section__title {
            text-transform: none !important;
            font-weight: 700 !important;
            font-family: 'Roboto Slab', sans-serif !important;
            color: #fff !important;
            margin-bottom: 40px !important;
            font-size: 40px !important;
            line-height: 50px !important;
            text-align: center !important
        }

        .main-section__subtitle {
            font-weight: 600 !important;
            color: #fff !important;
            text-align: center !important;
            margin-bottom: 20px !important;
        }

        .offers-table__category {
            display: none !important;
            color: #fff !important;
            background-color: #49243E !important;
            border-radius: 10px 10px 0 0 !important;
            padding: 10px 0 !important;
            text-transform: uppercase !important;
            font-weight: 700 !important;
            margin-bottom: 5px !important;
        }


        .offers-table__cta-btn, .offers-table__label {
            line-height: 1 !important;
            text-align: center !important
        }

        .offers-table__item {
            padding: 5px !important;
            box-shadow: 0 3px 5px rgba(0, 0, 0, .09) !important;
            position: relative !important;
            background-color: rgba(19, 3, 41, 0.3) !important;
            backdrop-filter: blur(5px) !important;
            transition: all 0.2s ease !important;
            max-width: 400px !important;
            margin: 0 auto 5px !important;
        }

        .offers-table__description-link {
            font-size: 14px !important;
            line-height: 1 !important;
        }

        .offers-table__description-link a {
            color: #00c6ff !important;
        }

        .offers-table__item.active {
            background-color: #fff !important;
        }

        .offers-table__item.active .offers-table__number {
            background-color: #49243E !important;
            color: #fff !important;
        }

        .offers-table__item.active .offers-table__description-title,
        .offers-table__item.active .offers-table__rating span,
        .offers-table__item.active .offers-table__bonus-title,
        .offers-table__item.active .offers-table__bonus-small {
            color: #000 !important;
        }

        .offers-table__item.active .offers-table__bonus-big {
            color: #49243E !important;
        }

        .offers-table__item.active .offers-table__description-list li {
            color: #606060 !important;
        }

        .offers-table__item.has_label {
            border-radius: 0 !important;
            border-bottom: 5px solid #f9641c !important
        }

        .offers-table__label {
            position: absolute !important;
            left: 0 !important;
            top: 0 !important;
            background: #fa6400 !important;
            color: #fff !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            z-index: 10 !important;
            letter-spacing: .18px !important;
            padding: 0 5px !important;
            width: 100% !important
        }

        .offers-table__label:after, .offers-table__label:before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            width: 0 !important;
            height: 0 !important;
            border-style: solid !important
        }

        .offers-table__label:before {
            left: -12px !important;
            border-width: 0 0 12px 12px !important;
            border-color: transparent transparent #fa6400 !important
        }

        .offers-table__label:after {
            right: -12px !important;
            border-width: 12px 0 0 12px !important;
            border-color: transparent transparent transparent #fa6400 !important
        }

        .offers-table__label span:after, .offers-table__label span:before {
            content: '' !important;
            position: absolute !important;
            top: 12px !important;
            width: 0 !important;
            height: 0 !important;
            border-style: solid !important
        }

        .offers-table__label span:before {
            left: -12px !important;
            border-width: 0 12px 12px 0 !important;
            border-color: transparent #b9530f transparent transparent !important
        }

        .offers-table__label span:after {
            right: -12px !important;
            border-width: 12px 12px 0 0 !important;
            border-color: #b9530f transparent transparent !important
        }

        .offers-table__number {
            background-color: #704264 !important;
            padding: 0 !important;
            max-width: 45px !important;
            display: flex !important;
            align-self: normal !important;
            align-items: center !important;
            font-size: 20px !important;
            color: #fff !important;
            font-weight: 600 !important
        }

        .offers-table__logo {
            display: flex !important;
            justify-content: center !important;
            flex-direction: column;
            color: #fff;
        }

        .offers-table__logo-link {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            border-radius: 10px !important;
            padding: 25px 10px !important;
            max-width: 114px !important;
            transition: .3s ease-out !important
        }

        /*.offers-table__logo-link:focus, .offers-table__logo-link:hover {*/
        /*    padding: 0 !important;*/
        /*}*/


        .offers-table__description-title {
            color: #fff !important;
            font-size: 22px !important;
            font-weight: 600 !important;
            letter-spacing: 0 !important;
            text-transform: uppercase !important;
            text-align: center !important;
            line-height: 1.1;
        }

        .offers-table__description-list ul {
            margin: 0 !important;
            padding: 0 !important;
            list-style: none !important;
            display: flex;
            flex-wrap: wrap !important;
            justify-content: space-between !important
        }

        .d-lg-none .offers-table__description-list {
            display: none;
            padding: 10px 0 0 !important;
        }

        .offers-table__description-list-wrap {
            width: 100% !important;
            margin-top: 10px !important
        }

        .offers-table__description-list li {
            color: #fff !important;
            display: flex !important;
            margin: 0 !important;
            width: 100% !important;
            font-size: 16px !important;
            line-height: 24px !important;
            letter-spacing: 0 !important;
        }

        .offers-table__description-list li:before {
            content: '' !important;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA0klEQVQYlYXQL0tEURCG8d8xGEyGPSC3Ws1+AZNBMK24NxkMgsmmXesWBYMYlPsFtPinmMTsd9hTbhAsBl2P5ShXWdyJz8zzDjMh52xaxTrN4gybuAjTpFinOVxhpaDxv1Ks0zxusdzB+6E3GB1jC5fYbZvqowgLuMdSR9hrm2oYeoPRGDMFXqOPHh6wWPgnttumOleGjzpJa7jBU0d4R/9bgJBzFut0gMMJZ71hvW2quy78eUSs0w5OEErvFattUz3+Tfr1vVinDZzipWx4nrDdFxy0RhXKie7pAAAAAElFTkSuQmCC') no-repeat !important;
            width: 15px !important;
            height: 13px !important;
            display: block !important;
            margin-right: 5px !important;
            margin-top: 5px !important;
            flex-shrink: 0 !important;
        }

        .offers-table__bonus {
            text-align: center !important;
            padding: 0 !important;
        }

        .offers-table__bonus-inner {
            line-height: 30px !important;
            font-family: 'Roboto Slab', sans-serif !important;
            display: block !important;
            color: #fff !important;
            text-decoration: none !important;
            padding: 12px 5px !important
        }

        .offers-table__bonus-inner:focus, .offers-table__bonus-inner:hover {
            text-decoration: none !important;
            color: #000 !important
        }

        .offers-table__bonus-title {
            width: 100% !important;
            color: #fff !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            text-transform: uppercase !important
        }

        .offers-table__bonus-small {
            font-size: 16px !important;
            color: #fff !important;
            letter-spacing: 0 !important
        }

        .offers-table__bonus-big {
            font-size: 25px !important;
            font-weight: 700 !important;
            color: #fff !important;
            letter-spacing: 0 !important
        }

        .offers-table__rating:after {
            content: '' !important;
            width: 17px !important;
            display: inline-block !important
        }

        .offers-table__rating {
            font-size: 16px !important;
            color: #fff !important;
            border-radius: 5px !important;
            border: 1px solid #90b0ef !important;
            text-align: center !important;
            padding: 10px 5px !important;
            margin-bottom: 12px !important;
            letter-spacing: 0 !important;
        }

        .offers-table__rating span {
            font-weight: 700 !important;
            font-size: 18px !important;
            color: #fff !important
        }

        .offers-table__rating:after {
            background: url(data:image/png!important;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAABKUlEQVQ4T52T21HCQBSGv5PMJPokVuBQAbED7AArkAaIpAKxAgIUIHRAB9KBoQLpQHhyiJMcZzPAEMhF3Nc9++1/2RVq1nbEwH1mUDUmVZvxmK7CG8Kj22NeNlsJ2Y5ZAXfAyvVpXgwxNhBeDgeV1zJbhUp0SCO2+QQaR7evnYSmBKxPFWWQeIiHRQvBAzyFdoX0BRChRKQsnYBIthOmKE91LZXuC7NMyb9Bwszt0T1kcjFoBzAiDpBdmMZv6w/Wlq6f5ZetXDs70FcdxEm4PW4pBzEtqc1HHUQS7k0rhUq+J7Qt5b0OkgoP1z2M9XM7Z68UNghzlA5wsz+kEFz5hHWQDUropITGe5aVRR+hn8FOvkAuE1OzKAvHZ1pkycB+bDoqtM372M/8Am9IZz3L7W7mAAAAAElFTkSuQmCC) !important;
            height: 16px !important
        }

        .offers-table__cta {
            min-width: 250px !important;
            margin-top: 25px !important;
            margin-bottom: 25px !important
        }

        .offers-table__cta-btn {
            max-width: calc(100% - 62px) !important;
            width: 100% !important;
            padding: 16px 25px !important;
            border-radius: 5px !important;
            background-color: #49243E !important;
            font-size: 20px !important;
            font-weight: 700 !important;
            font-style: normal !important;
            text-transform: uppercase !important;
            color: #fefeff !important;
            display: block !important;
            transition: .3s ease-out !important;
            text-decoration: none !important;
            letter-spacing: 0 !important
        }

        .offers-table__cta-btn:focus, .offers-table__cta-btn:hover {
            color: #fefeff !important;
            text-decoration: none !important;
            opacity: .9 !important;
            padding-right: 21px !important
        }

        .offers-table__cta-btn--secondary {
            background: transparent !important;
            border-radius: 5px !important;
            border: 1px solid #fff !important;
            width: 52px !important;
            height: 52px !important;
            display: flex !important;
            align-self: center !important;
            justify-content: center !important;
            align-items: center !important
        }

        .offers-table__cta-btn--secondary:focus, .offers-table__cta-btn--secondary:hover {
            padding-right: 25px !important
        }

        .offers-table__cta-btn--secondary:after {
            border-style: solid !important;
            border-width: 10px 7px 0 !important;
            border-color: #fff transparent transparent !important;
            width: 14px !important;
            height: 10px !important;
            margin-left: 0 !important
        }

        .offers-table__cta-btn--secondary.active {
            border-color: #49243E !important
        }

        .offers-table__cta-btn--secondary.active:after {
            margin-left: 0 !important;
            border-width: 0 7px 10px !important;
            border-color: transparent transparent #49243E !important
        }

        .offers-table__mob-desc {
            margin: 0 !important;
            padding-left: 0 !important
        }

        .offers-table__flag {
            border-radius: 3px !important;
            position: absolute !important;
            left: 0 !important;
            top: 0 !important;
            width: 40px !important
        }

        .offers-table__logo-link {
            position: relative !important
        }

        .offers-table__description {
            padding-left: 0 !important;
        }

        .main-section__bnr {
            margin: 100px 0;
        }

        .fter {
            background-color: #051529;
            color: #fff;
            padding: 100px 0 40px;
            text-align: center;
            font-weight: 400;
            position: relative;
        }

        .fter:before,
        .fter:after {
            content: '';
            display: block;
            position: absolute;
        }

        .fter:before {
            width: 60px !important;
            height: 90px !important;
            left: 10px !important;
            top: -10px !important;
            background: url('data:image/png;base64,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') no-repeat center / cover !important;
        }

        .fter:after {
            width: 80px !important;
            height: 37px !important;
            right: 10px !important;
            top: 20px !important;
            background: url('data:image/png;base64,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') no-repeat center / cover !important;
        }

        .fter__top {
            padding-bottom: 40px !important;
        }

        .fter__bottom {
            padding-top: 20px !important;
            border-top: 1px solid #1e2d3f !important;
        }

        @media (min-width: 1024px) {

            .fter {
                padding: 40px 0 !important;
            }

            .fter:after {
                top: -50px !important;
                width: 190px !important;
                height: 90px !important;
                right: 60px !important;
            }


            .fter:before {
                top: -100px !important;
                width: 120px !important;
                height: 180px !important;
                left: 60px !important;
            }
        }

        @media (max-width: 375px) {
            .main-section {
                padding-top: 5px !important
            }

            .main-section__title {
                margin-bottom: 5px !important
            }

            .offers-table__item-row {
                padding: 5px 0 !important
            }

            .offers-table__bonus-inner {
                margin: 5px 0 !important
            }

            .offers-table__description-list-wrap {
                margin-top: 5px !important
            }
        }

        @media (max-width: 991px) {
            .offers-table__description-list li:before {
                width: 20px !important;
            }

            .offers-table__description-title {
                font-size: 20px !important;
                margin-bottom: 5px !important;
            }

            .offers-table__cta-btn:after, .offers-table__rating:after {
                content: '' !important;
            }

            .offers-table__rating {
                max-width: 140px !important;
            }

            .offers-table__number {
                color: #000 !important;
                background-color: #d1dbed !important;
            }

            .offers-table__logo {
                padding: 0 !important;
            }

            .main-section {
                padding-top: 10px !important
            }

            .main-section__title {
                font-size: 17px !important;
                line-height: 25px !important;
                margin-bottom: 10px !important
            }

            .offers-table__item {
                margin-bottom: 15px !important
            }

            .offers-table__item.has_label {
                margin-top: 10px !important
            }

            .offers-table__item-row {
                padding: 15px 0 !important
            }

            .offers-table__label {
                top: -10px !important
            }

            .offers-table__number {
                align-items: center !important;
                position: absolute !important;
                left: 10px !important;
                top: 10px !important;
                z-index: 10 !important;
                max-width: 24px !important;
                font-size: 14px !important
            }

            .offers-table__description-list li {
                width: 100% !important
            }

            .offers-table__bonus {
                flex: 1 1 100% !important
            }

            .offers-table__bonus-inner {
                display: flex !important;
                flex-wrap: wrap !important;
                justify-content: center !important;
                align-items: center !important;
                padding: 10px 5px !important;
                margin: 10px 0 !important
            }

            .offers-table__bonus-title {
                margin-bottom: 6px !important;
                line-height: 1 !important
            }

            .offers-table__bonus-big {
                line-height: 1 !important;
                font-size: 20px !important
            }

            .offers-table__bonus-small {
                margin-left: 4px !important
            }

            .offers-table__rating {
                margin: 0 !important;
                padding: 10px 25px !important
            }

            .offers-table__rating.aligncenter, .offers-table__rating.d-block {
                display: inline-block !important
            }

            .offers-table__cta {
                margin: 0 !important;
                width: 100% !important;
                display: flex !important;
                flex-wrap: wrap !important;
                justify-content: space-between !important
            }
        }

        @media (min-width: 992px) {

            .offers-table__item-row {
                flex-wrap: nowrap !important;
            }

            .offers-table__category {
                display: block !important;
            }

            .offers-table__item {
                max-width: none !important;
                padding: 0 !important;
            }

            .offers-table__item:hover {
                background-color: #fff !important;
            }

            .offers-table__item:hover .offers-table__description-title,
            .offers-table__item:hover .offers-table__rating span,
            .offers-table__item:hover .offers-table__bonus-title,
            .offers-table__item:hover .offers-table__bonus-small,
            .offers-table__item:hover .offers-table__rating {
                color: #000 !important;
            }

            .offers-table__item:hover .offers-table__description-link a,
            .offers-table__item:hover .offers-table__description-list li {
                color: #606060 !important;
            }

            .offers-table__item:hover .offers-table__bonus-big {
                color: #49243E !important;
            }

            .offers-table__item:hover .offers-table__number {
                background-color: #49243E !important;
                transition: all 0.2s ease !important;
            }

            .offers-table__description-list li:before {
                filter: brightness(1.5) !important;
            }

            .offers-table__description-title {
                text-align: left !important;
            }

            .offers-table__item:hover .offers-table__description-list li:before {
                filter: none !important;
            }

            .offers-table__bonus {
                text-align: left !important
            }

            .offers-table__cta-btn--secondary {
                display: none !important
            }

            .offers-table__bonus {
                max-width: 214px !important;
                word-break: break-word !important
            }

            .offers-table__cta-btn {
                max-width: none !important;
            }
        }

        @media (min-width: 992px) and (max-width: 1110px) {
            .offers-table__logo {
                padding: 0 5px !important;
            }
        }

        #homepage_content .offers-table__item {
            background-color: #06275f !important;
        }

        #homepage_content .offers-table__item:hover,
        #homepage_content .offers-table__item.active {
            background-color: #fff !important;
        }

        #homepage_content .offers-table__item.active .offers-table__description-list li,
        #homepage_content .offers-table__item.active .offers-table__rating span,
        #homepage_content .offers-table__item:hover .offers-table__description-list li,
        #homepage_content .offers-table__item:hover .offers-table__rating span {
            color: #000000 !important;
        }

        #homepage_content .offers-table__description-list li,
        #homepage_content .offers-table__rating span {
            color: #ffffff !important;
        }
    
    @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);

        #homepage_content {
            background: #FFEFEF!important;
            color: #000 !important;
            padding: 30px 0 !important;
            font-size: 16px !important;
            line-height: 20px !important;
            font-weight: 400 !important;
            font-family: 'Open Sans', sans-serif !important
        }

        #homepage_content [data-id=offer-shortcode], #homepage_content a:not([data-position]) img, [data-id="οffer-shοrtcοde"] {
            display: none !important
        }

        #homepage_content h1, #homepage_content h1 * {
            font-size: 36px !important;
            line-height: 40px !important
        }

        #homepage_content h2, #homepage_content h2 * {
            font-size: 32px !important;
            line-height: 36px !important
        }

        #homepage_content h3, #homepage_content h3 * {
            font-size: 28px !important;
            line-height: 32px !important
        }

        #homepage_content h4, #homepage_content h4 * {
            font-size: 24px !important;
            line-height: 28px !important
        }

        #homepage_content h5, #homepage_content h5 * {
            font-size: 20px !important;
            line-height: 24px !important
        }

        #homepage_content h6, #homepage_content h6 * {
            font-size: 16px !important;
            line-height: 20px !important
        }

        @media (max-width: 991px) {
            #homepage_content h1, #homepage_content h1 * {
                font-size: 28px !important;
                line-height: 32px !important
            }

            #homepage_content h2, #homepage_content h2 * {
                font-size: 24px !important;
                line-height: 28px !important
            }

            #homepage_content h3, #homepage_content h3 * {
                font-size: 20px !important;
                line-height: 24px !important
            }

            #homepage_content h4, #homepage_content h4 * {
                font-size: 16px !important;
                line-height: 20px !important
            }

            #homepage_content h5, #homepage_content h5 * {
                font-size: 15px !important;
                line-height: 19px !important
            }

            #homepage_content h6, #homepage_content h6 * {
                font-size: 14px !important;
                line-height: 18px !important
            }
        }

        #homepage_content h1, #homepage_content h2, #homepage_content h3, #homepage_content h4, #homepage_content h5, #homepage_content h6 {
            font-weight: 600 !important
        }

        #homepage_content b, #homepage_content h1, #homepage_content h1 span, #homepage_content h2, #homepage_content h2 span, #homepage_content h3, #homepage_content h3 span, #homepage_content h4, #homepage_content h4 span, #homepage_content h5, #homepage_content h5 span, #homepage_content h6, #homepage_content h6 span, #homepage_content span {
            color: #000 !important;
            word-break: break-word !important;
            letter-spacing: 0 !important;
            font-family: 'Open Sans', sans-serif !important
        }

        #homepage_content ol, #homepage_content ul:not(.offers-table__description-list) {
            font-size: 16px !important;
            line-height: 20px !important;
            margin-bottom: 16px !important;
            padding-left: 30px !important;
            margin-left: 0 !important
        }

        #homepage_content ol li, #homepage_content p, #homepage_content p *, #homepage_content ul li {
            color: #000 !important;
            letter-spacing: 0 !important;
            font-size: 16px !important;
            line-height: 22px !important;
            font-weight: 400 !important;
            font-family: 'Open Sans', sans-serif !important
        }

        #homepage_content p {
            margin-bottom: 16px !important
        }

        #homepage_content span {
            display: inline !important;
            font-size: 16px !important
        }

        #homepage_content p strong {
            font-weight: 700 !important;
            color: #000 !important
        }

        #homepage_content img.alignleft {
            float: right;
            width: auto;
            max-width: 40% !important;
            margin-right: 0 !important;
            margin-left: 10px;
            border: 1px solid #e9ecef
        }

        #homepage_content img.aligncenter {
            display: block;
            margin: 0 auto
        }

        #homepage_content #offers .offer-body, #homepage_content .offer-table__item.cloned, #homepage_content .offers-table__item.cloned {
            border: 2px solid #000;
            clear: both
        }

        #homepage_content .first-offer-title {
            clear: both
        }

        #homepage_content p + ol li, #homepage_content p + ul li {
            list-style-type: inherit
        }

        #homepage_content .first-offer-title + .table-sm-content.cloned {
            margin-top: 30px
        }

        @media (max-width: 767px) {
            #homepage_content #offers {
                color: #fff
            }
        }

    
        .offers-table__logo-18 {
            position: absolute;
            width: 35px;
            bottom: 25px;
            left: 0px;
            z-index: 10;
        }

        @media (min-width: 992px) {
            .offers-table__logo-18 {
                position: absolute;
                width: 35px;
                bottom: 25px;
                left: 15px;
            }
        }

        .main-section__subtitle a {
            color: #ffffff;
            text-decoration: underline;
        }

        .main-section__subtitle a:hover {
            text-decoration: none;
        }

        .pm-icon-wrapper {
            flex: none;
            height: 26px;
            overflow: hidden;
            padding: 2px;
            position: relative;
            width: 26px
        }

        .pm-icon {
            border-radius: 50%;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
            height: 48px;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%) scale(.5);
            width: 48px
        }

        .pm-amex {
            background-position: -10px -10px
        }

        .pm-astropay {
            background-position: -78px -10px
        }

        .pm-bank-transfer {
            background-position: -10px -78px
        }

        .pm-banco-do-brasil {
            background-position: -78px -78px
        }

        .pm-bitcoin {
            background-position: -146px -10px
        }

        .pm-blik {
            background-position: -146px -78px
        }

        .pm-bradesco {
            background-position: -10px -146px
        }

        .pm-brite {
            background-position: -78px -146px
        }

        .pm-caixa {
            background-position: -146px -146px
        }

        .pm-cashlib {
            background-position: -214px -10px
        }

        .pm-echeck {
            background-position: -214px -78px
        }

        .pm-ecopayz {
            background-position: -214px -146px
        }

        .pm-entropay {
            background-position: -10px -214px
        }

        .pm-danskebank {
            background-position: -78px -214px
        }

        .pm-ethereum {
            background-position: -146px -214px
        }

        .pm-ezeewallet {
            background-position: -214px -214px
        }

        .pm-giropay {
            background-position: -282px -10px
        }

        .pm-ideal {
            background-position: -282px -78px
        }

        .pm-idebit {
            background-position: -282px -146px
        }

        .pm-handelsbanken {
            background-position: -282px -214px
        }

        .pm-instadebit {
            background-position: -10px -282px
        }

        .pm-interac {
            background-position: -78px -282px
        }

        .pm-instantbanking {
            background-position: -146px -282px
        }

        .pm-itau {
            background-position: -214px -282px
        }

        .pm-jeton {
            background-position: -282px -282px
        }

        .pm-klarna {
            background-position: -350px -10px
        }

        .pm-litecoin {
            background-position: -350px -78px
        }

        .pm-mifinity {
            background-position: -350px -146px
        }

        .pm-muchbetter {
            background-position: -350px -214px
        }

        .pm-maestro {
            background-position: -350px -282px
        }

        .pm-mastercard {
            background-position: -10px -350px
        }

        .pm-neosurf {
            background-position: -78px -350px
        }

        .pm-net {
            background-position: -146px -350px
        }

        .pm-nodapay {
            background-position: -214px -350px
        }

        .pm-paysafecard {
            background-position: -282px -350px
        }

        .pm-paypal {
            background-position: -350px -350px
        }

        .pm-payfun {
            background-position: -418px -10px
        }

        .pm-nordea {
            background-position: -418px -78px
        }

        .pm-payid {
            background-position: -418px -146px
        }

        .pm-pix {
            background-position: -418px -214px
        }

        .pm-oppohjola {
            background-position: -418px -282px
        }

        .pm-poli {
            background-position: -418px -350px
        }

        .pm-promptpay {
            background-position: -10px -418px
        }

        .pm-ripple {
            background-position: -78px -418px
        }

        .pm-revolut {
            background-position: -146px -418px
        }

        .pm-saastopankki {
            background-position: -214px -418px
        }

        .pm-santander {
            background-position: -282px -418px
        }

        .pm-skrill {
            background-position: -350px -418px
        }

        .pm-sofort {
            background-position: -418px -418px
        }

        .pm-spankki {
            background-position: -486px -10px
        }

        .pm-tether {
            background-position: -486px -78px
        }

        .pm-trustly {
            background-position: -486px -146px
        }

        .pm-visa {
            background-position: -486px -214px
        }

        .pm-volt {
            background-position: -486px -282px
        }

        .pm-zimpler {
            background-position: -486px -350px
        }

        .pm-icon {
            background-image: url(images/payment-methods.png);
        }

        .payment-methods {
            margin-top: 10px;
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: .325rem;
            justify-content: center;
        }
    

  