﻿@import url('Site.css');
.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.btn-orange {
    background-color: #fb801b !important;
    box-shadow: 2px 2px 5px 0px #e07217;
    color: white !important;
    min-width: 120px !important;
    width: 100%;
    min-height: 40px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover,
        a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.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: 0.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: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm,
    .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus,
    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip,
    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::after,
    .custom-file-input.is-valid ~ .custom-file-label::after {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus,
    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip,
    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::after,
    .custom-file-input.is-invalid ~ .custom-file-label::after {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus,
    .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus,
    .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus,
    .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus,
    .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link:disabled,
    .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.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, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.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: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.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: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child),
    .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.375rem 0.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: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

/* .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
} */
/* .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
} */
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.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: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover,
    .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover,
        .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: -webkit-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: -webkit-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: -webkit-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: -webkit-box !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover,
        .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover,
    .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover,
        .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.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: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex: 1 0 0%;
            -webkit-box-flex: 1;
            flex: 1 0;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            -webkit-box-flex: 1;
            flex: 1 0;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:hover,
    .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:hover,
    .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:hover,
    .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:hover,
    .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:hover,
    .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:hover,
    .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover,
    .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover,
    .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1;
}

.list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover,
    .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover,
    .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover,
    .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:hover,
    .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover,
    .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover,
    .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover,
    .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover,
    .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover,
    .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover,
    .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover,
        .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow,
    .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before,
        .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow,
    .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before,
        .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow,
    .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before,
        .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow,
    .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before,
        .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before,
        .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow,
    .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before,
        .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before,
        .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow,
    .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before,
        .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before,
        .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow,
    .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before,
        .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before,
        .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before,
    .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow,
    .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before,
        .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before,
        .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        transition: -webkit-transform 0.6s ease;
        -webkit-transition: -webkit-transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }

@media screen and (prefers-reduced-motion: reduce) {

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover,
    .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* ------------------------------------------------------------ *	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-arrow-down-blue {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 40% 69.62025316455697%;
    background-size: 3150% 2075%;
    width: 10px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-arrow-down-white {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 11.437908496732026% 93.0379746835443%;
    background-size: 3500% 2075%;
    width: 9px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-arrow-down {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 44.73684210526316% 69.18238993710692%;
    background-size: 2863.6363636363635% 2371.4285714285716%;
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-arrow-left {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 5.333333333333334% 96.71052631578947%;
    background-size: 2100% 1185.7142857142858%;
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-arrow-right {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 99.67532467532467% 25.806451612903224%;
    background-size: 4500% 1509.0909090909092%;
    width: 7px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-arrow {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 28.523489932885905% 71.89542483660131%;
    background-size: 1852.9411764705883% 1276.923076923077%;
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-bubble {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 41.007194244604314% 36.36363636363637%;
    background-size: 851.3513513513514% 296.42857142857144%;
    width: 37px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-cart {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 85.41666666666666% 28.57142857142857%;
    width: 27px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-close {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 34.98349834983499% 71.42857142857143%;
    background-size: 2625% 1383.3333333333335%;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-facebook {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 53.81944444444444% 50.70422535211267%;
    background-size: 1166.6666666666665% 691.6666666666667%;
    width: 27px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-faq {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 0% 82.70676691729322%;
    background-size: 875% 503.030303030303%;
    width: 36px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-heart-small {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 98.98648648648648% 48.322147651006716%;
    background-size: 1657.8947368421052% 976.4705882352941%;
    width: 19px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-heart {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 74.3859649122807% 28.985507246376812%;
    background-size: 1050% 592.8571428571429%;
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-mail {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 64.58333333333334% 50.70422535211267%;
    background-size: 1166.6666666666665% 691.6666666666667%;
    width: 27px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-play {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 0% 100%;
    background-size: 2625% 873.6842105263157%;
    width: 12px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-question {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 83.27645051194538% 50%;
    background-size: 1431.8181818181818% 754.5454545454546%;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-scroll {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 59.16030534351145% 28.985507246376812%;
    background-size: 594.3396226415094% 592.8571428571429%;
    width: 53px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-search {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 21.73913043478261% 73.33333333333333%;
    background-size: 1968.75% 1037.5%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-settings {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 91.21621621621621% 48.97959183673469%;
    background-size: 1657.8947368421052% 873.6842105263157%;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-software {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 13.60544217687075% 78.01418439716312%;
    background-size: 1500% 664%;
    width: 21px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-star {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 74.31506849315068% 50.349650349650354%;
    background-size: 1369.5652173913043% 721.7391304347826%;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-user {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 95.8477508650519% 28.57142857142857%;
    background-size: 1211.5384615384614% 638.4615384615385%;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.logo-disk {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 0% 0%;
    background-size: 286.3636363636364% 156.60377358490567%;
    width: 110px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.logo-new {
    background-image: url(https://happypurim.app/images/sprite.png);
    background-position: 100% 0%;
    background-size: 156.71641791044777% 461.1111111111111%;
    width: 201px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .ico-arrow-down-blue {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 40% 69.62025316455697%;
        background-size: 3150% 2075%;
        width: 10px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-arrow-down-white {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 11.437908496732026% 93.0379746835443%;
        background-size: 3500% 2075%;
        width: 9px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-arrow-down {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 44.73684210526316% 69.18238993710692%;
        background-size: 2863.6363636363635% 2371.4285714285716%;
        width: 11px;
        height: 7px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-arrow-left {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 5.333333333333334% 96.71052631578947%;
        background-size: 2100% 1185.7142857142858%;
        width: 15px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-arrow-right {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 99.67532467532467% 25.806451612903224%;
        background-size: 4500% 1509.0909090909092%;
        width: 7px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-arrow {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 28.523489932885905% 71.89542483660131%;
        background-size: 1852.9411764705883% 1276.923076923077%;
        width: 17px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-bubble {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 41.007194244604314% 36.36363636363637%;
        background-size: 851.3513513513514% 296.42857142857144%;
        width: 37px;
        height: 56px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-cart {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 85.41666666666666% 28.57142857142857%;
        background-size: 1166.6666666666665% 638.4615384615385%;
        width: 27px;
        height: 26px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-close {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 34.98349834983499% 71.42857142857143%;
        background-size: 2625% 1383.3333333333335%;
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-facebook {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 53.81944444444444% 50.70422535211267%;
        background-size: 1166.6666666666665% 691.6666666666667%;
        width: 27px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-faq {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 0% 82.70676691729322%;
        background-size: 875% 503.030303030303%;
        width: 36px;
        height: 33px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-heart-small {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 98.98648648648648% 48.322147651006716%;
        background-size: 1657.8947368421052% 976.4705882352941%;
        width: 19px;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-heart {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 74.3859649122807% 28.985507246376812%;
        background-size: 1050% 592.8571428571429%;
        width: 30px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-mail {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 64.58333333333334% 50.70422535211267%;
        background-size: 1166.6666666666665% 691.6666666666667%;
        width: 27px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-play {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 0% 100%;
        background-size: 2625% 873.6842105263157%;
        width: 12px;
        height: 19px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-question {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 83.27645051194538% 50%;
        background-size: 1431.8181818181818% 754.5454545454546%;
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-scroll {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 59.16030534351145% 28.985507246376812%;
        background-size: 594.3396226415094% 592.8571428571429%;
        width: 53px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-search {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 21.73913043478261% 73.33333333333333%;
        background-size: 1968.75% 1037.5%;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-settings {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 91.21621621621621% 48.97959183673469%;
        background-size: 1657.8947368421052% 873.6842105263157%;
        width: 19px;
        height: 19px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-software {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 13.60544217687075% 78.01418439716312%;
        background-size: 1500% 664%;
        width: 21px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-start {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 74.31506849315068% 50.349650349650354%;
        background-size: 1369.5652173913043% 721.7391304347826%;
        width: 23px;
        height: 23px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-user {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 95.8477508650519% 28.57142857142857%;
        background-size: 1211.5384615384614% 638.4615384615385%;
        width: 26px;
        height: 26px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .logo-disk {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 0% 0%;
        background-size: 286.3636363636364% 156.60377358490567%;
        width: 110px;
        height: 106px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .logo-new {
        background-image: url(https://happypurim.app/images/sprite.@2x.png);
        background-position: 100% 0%;
        background-size: 156.71641791044777% 461.1111111111111%;
        width: 201px;
        height: 36px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

template {
    display: none;
}

html {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
    cursor: pointer;
}

    a[href^='tel'],
    button[disabled],
    input[disabled],
    textarea[disabled],
    select[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type='text'],
    input[type='password'],
    input[type='date'],
    input[type='datetime'],
    input[type='datetime-local'],
    input[type='month'],
    input[type='week'],
    input[type='email'],
    input[type='number'],
    input[type='search'],
    input[type='tel'],
    input[type='time'],
    input[type='url'],
    input[type='color'],
    textarea,
    a[href^='tel'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type='search']::-webkit-search-cancel-button,
        input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none;
            appearance: none;
        }

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */
body {
    min-width: 320px;
    background: #fff;
    font-family: "ProximaNova", sans-serif;
    font-size: 14px;
    line-height: 1.64;
    color: #505964;
}

a {
    color: #1863b0;
    text-decoration: none;
}

    a:hover,
    a[href^='tel'] {
        text-decoration: underline;
    }

h1 {
    font-size: 28px;
    font-weight: 500;
}

h2 {
    font-weight: 900;
    font-size: 26px;
}

h3 {
    font-weight: 600;
    font-size: 22px;
}

h4 {
    font-weight: 600;
    font-size: 19px;
}

h5 {
    font-size: 17px;
    font-weight: 500;
}

/* ------------------------------------------------------------ *    Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-Bold.eot");
    src: url("/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Bold.woff2") format("woff2"), url("/fonts/ProximaNova-Bold.woff") format("woff"), url("/fonts/ProximaNova-Bold.ttf") format("truetype"), url("/fonts/ProximaNova-Bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-Black.eot");
    src: url("/fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Black.woff2") format("woff2"), url("/fonts/ProximaNova-Black.woff") format("woff"), url("/fonts/ProximaNova-Black.ttf") format("truetype"), url("/fonts/ProximaNova-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-Extrabld.eot");
    src: url("/fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("/fonts/ProximaNova-Extrabld.woff") format("woff"), url("/fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("/fonts/ProximaNova-Extrabld.svg") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-Regular.eot");
    src: url("/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Regular.woff2") format("woff2"), url("/fonts/ProximaNova-Regular.woff") format("woff"), url("/fonts/ProximaNova-Regular.ttf") format("truetype"), url("/fonts/ProximaNova-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-RegularIt.eot");
    src: url("/fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("/fonts/ProximaNova-RegularIt.woff") format("woff"), url("/fonts/ProximaNova-RegularIt.ttf") format("truetype"), url("/fonts/ProximaNova-RegularIt.svg") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-LightIt.eot");
    src: url("/fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-LightIt.woff2") format("woff2"), url("/fonts/ProximaNova-LightIt.woff") format("woff"), url("/fonts/ProximaNova-LightIt.ttf") format("truetype"), url("/fonts/ProximaNova-LightIt.svg") format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-RegularIt_1.eot");
    src: url("/fonts/ProximaNova-RegularIt_1.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-RegularIt_1.woff2") format("woff2"), url("/fonts/ProximaNova-RegularIt_1.woff") format("woff"), url("/fonts/ProximaNova-RegularIt_1.ttf") format("truetype"), url("/fonts/ProximaNova-RegularIt_1.svg") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-Semibold.eot");
    src: url("/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("/fonts/ProximaNova-Semibold.woff") format("woff"), url("/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("/fonts/ProximaNova-Semibold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-Light.eot");
    src: url("/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Light.woff2") format("woff2"), url("/fonts/ProximaNova-Light.woff") format("woff"), url("/fonts/ProximaNova-Light.ttf") format("truetype"), url("/fonts/ProximaNova-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-SemiboldIt.eot");
    src: url("/fonts/ProximaNova-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("/fonts/ProximaNova-SemiboldIt.woff") format("woff"), url("/fonts/ProximaNova-SemiboldIt.ttf") format("truetype"), url("/fonts/ProximaNova-SemiboldIt.svg") format("svg");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-BoldIt.eot");
    src: url("/fonts/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("/fonts/ProximaNova-BoldIt.woff") format("woff"), url("/fonts/ProximaNova-BoldIt.ttf") format("truetype"), url("/fonts/ProximaNova-BoldIt.svg") format("svg");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/Proxima-Nova-Medium.eot");
    src: url("/fonts/Proxima-Nova-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Proxima-Nova-Medium.woff2") format("woff2"), url("/fonts/Proxima-Nova-Medium.woff") format("woff"), url("/fonts/Proxima-Nova-Medium.ttf") format("truetype"), url("/fonts/Proxima-Nova-Medium.svg") format("svg");
    font-weight: 500;
    font-style: italic;
}

/* ------------------------------------------------------------ *	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    display: block;
    clear: both;
}

/*  Notext  */
.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}

/*  Hidden  */
[hidden],
.hidden {
    display: none !important;
}

/*  Colors  */
.color-green {
    color: #26a12c !important;
}

/*  Alignleft  */
.alignleft {
    float: left;
}

/*  Alignright  */
.alignright {
    float: right;
}

/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}

/*  Grid  */
.col {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/* ------------------------------------------------------------ *	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    position: relative;
    min-height: 100vh;
    padding-bottom: 24px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .wrapper {
        padding-bottom: 0;
    }
}

/* ------------------------------------------------------------ *	Wrapper Alt
\* ------------------------------------------------------------ */
.wrapper--alt {
    padding-bottom: 0;
}

/* ------------------------------------------------------------ *	Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: 1220px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
}

.shell--fluid {
    max-width: none;
}

/* ------------------------------------------------------------ *	Container
\* ------------------------------------------------------------ */
.container {
    max-width: 1192px;
}

.container--large {
    max-width: 1300px;
}

.container--small {
    max-width: 745px;
}

/* ------------------------------------------------------------ *	Header
\* ------------------------------------------------------------ */
.header .header__bar {
    width: 100%;
    display: block;
    background-color: #3359d7;
    padding: 4px 0;
}

    .header .header__bar .container-fluid {
        padding-left: 39px;
    }

    .header .header__bar p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.025em;
        margin-bottom: 0;
    }

.header .header__outer {
    padding: 15px;
    background-color: #d4d4d4;
    text-align: center;
    color: #1436a7;
    font-size: 14px;
    letter-spacing: -0.01em;
}

    .header .header__outer p {
        text-shadow: 2px 2px 5px #5ea6f1;
        margin-bottom: 0;
    }

@media (max-width: 1200px) {
    .header .header__bar .container-fluid {
        padding-left: 29px;
    }

    .header .header__outer {
        font-size: 12px;
    }
}

/* ------------------------------------------------------------ *	Header Alternative
\* ------------------------------------------------------------ */
.header--alternative .navbar {
    padding: 0;
}

    .header--alternative .navbar .navbar-nav {
        padding-right: 137px;
        margin-right: 20px !important;
    }

.header--alternative .navbar-nav li + li {
    margin-left: 16px !important;
}

.header--alternative .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 37px;
}

    .header--alternative .header__actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        margin-right: 40px;
    }

    .header--alternative .header__actions li + li {
        margin-left: 10px;
    }

.header--alternative .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #707379;
}

.header--alternative .header__login {
    font-size: 13px;
    letter-spacing: 0.01em;
    color: #e74242;
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .header--alternative .navbar .navbar-nav {
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .header--alternative .header__actions {
        margin-right: 0;
    }

        .header--alternative .header__actions ul {
            margin-right: 10px;
        }

    .header--alternative .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .header--alternative .navbar-nav li + li {
        margin-left: 0 !important;
    }

    .header--alternative .navbar-collapse {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .header--alternative {
        position: relative;
    }

        .header--alternative .logo-new {
            margin-left: 4px;
        }

        .header--alternative .navbar > .container-fluid {
            display: block;
            padding-bottom: 7px;
        }

        .header--alternative .navbar-toggler {
            display: block;
        }

        .header--alternative .navbar-brand {
            display: block;
            margin: 0 6px 5px;
            padding-right: 101px;
            border-bottom: 1px solid #e5e5e5;
        }

    .header__actions-mobile {
        position: absolute;
        top: 12px;
        right: 21px;
        padding-left: 22px;
    }

        .header__actions-mobile:before {
            content: '';
            position: absolute;
            top: -3px;
            left: 0;
            display: inline-block;
            width: 1px;
            height: 30px;
            background: #efefef;
        }

        .header__actions-mobile ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
        }

        .header__actions-mobile li + li {
            margin-left: 10px;
        }

        .header__actions-mobile a {
            position: relative;
            border-radius: 50%;
            width: 27px;
            height: 24px;
            display: inline-block;
            -webkit-box-shadow: 0px 7px 24px 2px rgba(202, 30, 30, 0.46);
            box-shadow: 0px 7px 24px 2px rgba(202, 30, 30, 0.46);
            -webkit-box-shadow: 1px 3px 5px 2px rgba(202, 30, 30, 0.16);
            box-shadow: 1px 3px 5px 2px rgba(202, 30, 30, 0.16);
        }

        .header__actions-mobile i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .header__actions-mobile i {
            display: inline-block;
            font-size: 0;
            background-size: 100% 100%;
            width: 29px;
            height: 26px;
            background-repeat: no-repeat;
            vertical-align: middle;
        }

        .header__actions-mobile .ico-facebook-red {
            background-image: url(https://happypurim.app/images/ico-facebook-red.png);
        }

        .header__actions-mobile .ico-mail-red {
            background-image: url(https://happypurim.app/images/ico-message-red.png);
        }
}

/* ------------------------------------------------------------ *	Main
\* ------------------------------------------------------------ */
.main {
    background-color: #f7f7f7;
}

/* ------------------------------------------------------------ *	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
    min-height: 100vh;
    height: 100%;
    padding: 25px 31px;
}

    .sidebar .sidebar__head {
        color: #1863b0;
        border-bottom: 2px solid #c8c8c8;
        margin-bottom: 17px;
    }

        .sidebar .sidebar__head h5 {
            font-size: 18px;
            padding-left: 12px;
        }

    .sidebar .sidebar__box {
        background-color: #8e92a0;
        padding: 10px 27px;
        color: #fff;
        font-weight: 700;
        margin: 32px 10px;
    }

    .sidebar .sidebar__foot {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 23px 28px;
        margin-bottom: 28px;
    }

        .sidebar .sidebar__foot p {
            margin-bottom: 0;
            font-size: 15px;
            letter-spacing: 0.025em;
            text-transform: uppercase;
            color: #4a4a4a;
            font-weight: 600;
        }

        .sidebar .sidebar__foot .blue {
            color: #1863b0;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 0.01em;
        }

    .sidebar .sidebar__note {
        padding: 0 11px 20px;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 24px;
    }

        .sidebar .sidebar__note span {
            display: block;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 500;
        }

        .sidebar .sidebar__note .blue {
            color: #1863b0;
        }

        .sidebar .sidebar__note p {
            color: #575454;
            font-size: 16px;
        }

    .sidebar .sidebar__actions {
        padding: 0 28px;
    }

        .sidebar .sidebar__actions p {
            margin-bottom: 0;
        }

@media (max-width: 1450px) {
    .sidebar .sidebar__actions--large p {
        width: 100%;
    }

    .sidebar .sidebar__actions--large .btn {
        width: 49%;
        min-width: auto;
    }
}

@media (max-width: 1200px) {
    .sidebar .sidebar__actions--large .btn {
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .sidebar {
        padding: 20px;
    }

        .sidebar .sidebar__foot {
            padding: 20px 10px;
            margin-bottom: 10px;
        }

        .sidebar .sidebar__box {
            padding: 10px;
            width: 100%;
            margin: 10px 0;
        }

        .sidebar .sidebar__note {
            padding: 0 10px 10px;
        }

            .sidebar .sidebar__note span {
                font-size: 14px;
            }

            .sidebar .sidebar__note p {
                font-size: 14px;
            }
}

/* ------------------------------------------------------------ *	Content
\* ------------------------------------------------------------ */
.content {
    padding: 20px 55px;
}

@media (max-width: 1200px) {
    .content {
        padding: 20px 10px;
    }
}

/* ------------------------------------------------------------ *	Footer
\* ------------------------------------------------------------ */
.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    background-color: #636469;
    color: #fff;
    font-size: 11px;
}

    .footer .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer a {
        color: #fff;
        text-decoration: none;
    }

    .footer p {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .footer {
        position: static;
        height: auto;
    }

        .footer .container-fluid {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
}

/* ------------------------------------------------------------ *	Footer Alternative
\* ------------------------------------------------------------ */
.footer-alternative {
    background: #353535;
}

    .footer-alternative .footer__links {
        padding: 43px 44px;
    }

    .footer-alternative h5 {
        margin-bottom: 24px;
        font-size: 13px;
        color: #ee5975;
        letter-spacing: 0.075em;
    }

    .footer-alternative ul {
        margin-bottom: 0;
        list-style-type: none;
    }

        .footer-alternative ul li + li {
            margin-top: 1px;
        }

        .footer-alternative ul li {
            color: #fff;
            font-size: 13px;
            letter-spacing: 0.075em;
        }

        .footer-alternative ul a {
            color: #fff;
            font-size: 13px;
            letter-spacing: 0.075em;
        }

@media (max-width: 991px) {
    .footer-alternative {
        padding: 40px 32px 16px;
    }

        .footer-alternative h5 {
            margin-bottom: 25px;
        }

        .footer-alternative .footer__links {
            position: relative;
            margin: 0;
            padding: 0;
        }

        .footer-alternative .row-custom {
            margin-bottom: -20px;
        }

        .footer-alternative .col-custom {
            margin-bottom: 44px;
        }

            .footer-alternative .col-custom.col--socials {
                position: absolute;
                top: 0;
                right: 0;
                width: 37%;
            }

            .footer-alternative .col-custom:nth-child(1) {
                padding-right: 37%;
            }

            .footer-alternative .col-custom:last-child {
                margin-bottom: 63px;
            }
}

/* ------------------------------------------------------------ *	Button
\* ------------------------------------------------------------ */
.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.175rem 1.8rem;
    background-color: #1863b0;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 4px rgba(24, 99, 176, 0.5);
    box-shadow: 0 2px 4px rgba(24, 99, 176, 0.5);
    -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.btn--filter {
    font-size: 13px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px;
    min-width: 148px;
    border-radius: 3px;
}

    .btn--filter span {
        padding-right: 33px;
    }

.btn--pink {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(255, 96, 127, 0.6);
    box-shadow: 2px 2px 5px 0px rgba(255, 96, 127, 0.6);
    background-color: #ff607f;
    color: #fff !important;
    text-decoration: none !important;
}

.btn--boxes {
    min-width: 148px;
    padding: 12px;
    font-size: 13px;
    border-radius: 3px;
}

.btn--grey {
    color: #7f7e7e;
    background-color: #c4c4c4;
    -webkit-box-shadow: 2px 2px 5px 0px #c4c4c4;
    box-shadow: 2px 2px 5px 0px #c4c4c4;
}

.btn--blue {
    color: #fff;
    background-color: #5ea6f1;
    -webkit-box-shadow: 2px 2px 5px 0px #5ea6f1;
    box-shadow: 2px 2px 5px 0px #5ea6f1;
}

.btn--dark-blue {
    background-color: #1863b0;
}

.btn--green {
    color: #fff;
    background-color: #5ef16b;
    -webkit-box-shadow: 2px 2px 5px 0px #5ef16b;
    box-shadow: 2px 2px 5px 0px #5ef16b;
}

.btn--dark-green {
    background-color: #4bbe56;
    -webkit-box-shadow: 2px 2px 5px 0px #5ef16b;
    box-shadow: 2px 2px 5px 0px #5ef16b;
}

.btn--red {
    background-color: #ca1e1e;
    -webkit-box-shadow: 2px 2px 5px 0px #ca1e1e;
    box-shadow: 2px 2px 5px 0px #ca1e1e;
}

.btn--mobile {
    padding: 4px;
}

@media (max-width: 767px) {
    .btn--mobile {
        width: 100%;
        margin-bottom: 5px;
    }
}

.btn:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 0 0 4px rgba(24, 99, 176, 0.5);
    box-shadow: 0 0 4px rgba(24, 99, 176, 0.5);
    color: #fff;
}

.btn-lg {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
}

    .btn-lg:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

@media (max-width: 991px) {
    .btn-lg {
        padding: 10px 0;
        font-size: 12px;
    }
}

.btn-info {
    background-color: #509ce2 !important;
    border: 0;
    -webkit-box-shadow: 0 7px 11px rgba(80, 156, 226, 0.5);
    box-shadow: 0 7px 11px rgba(80, 156, 226, 0.5);
}

    .btn-info:hover {
        -webkit-box-shadow: 0 0 11px rgba(80, 156, 226, 0.5);
        box-shadow: 0 0 11px rgba(80, 156, 226, 0.5);
    }

.btn-danger {
    background-color: #e25050 !important;
    border: 0;
    -webkit-box-shadow: 0 7px 11px rgba(226, 80, 80, 0.5);
    box-shadow: 0 7px 11px rgba(226, 80, 80, 0.5);
}

    .btn-danger:hover {
        -webkit-box-shadow: 0 0 11px rgba(226, 80, 80, 0.5);
        box-shadow: 0 0 11px rgba(226, 80, 80, 0.5);
    }

.btn-cart {
    padding: 0 21px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

    .btn-cart:hover {
        opacity: 0.8;
    }

.btn-user {
    padding-left: 24px;
}

    .btn-user span {
        color: #70777c;
        padding: 0 21px 0 8px;
    }

    .btn-user:hover {
        text-decoration: none;
        opacity: 0.8;
    }

@media (max-width: 374px) {
    .btn-user {
        padding-left: 0;
    }

        .btn-user span {
            padding: 0 8px;
        }

        .btn-user .ico-user {
            width: 20px;
            height: 20px;
        }
}

/* ------------------------------------------------------------ *	Button Login Box
\* ------------------------------------------------------------ */
.btn-login-box {
    position: absolute;
    z-index: 20;
    top: 51px;
    right: 6px;
    min-width: 122px;
    height: 26px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

/* ------------------------------------------------------------ *	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::placeholder {
    color: inherit;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://happypurim.app/images/ico-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 11px center;
    -moz-appearance: none;
    overflow: hidden;
}

    select::-ms-expand {
        display: none;
    }

.field {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 18px 8px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    width: 100%;
    resize: none;
}

.select {
    position: relative;
    z-index: 5;
    width: 160px;
}

    .select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-color: #e7e7e7;
        font-size: 14px;
        color: #999;
        padding: 3px 28px 3px 14px;
        height: 27px;
        border-radius: 2px;
        position: relative;
        z-index: 3;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        background-color: #fff;
    }

    .select:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        margin: auto;
        background-image: url(https://happypurim.app/images/ico-arrow-down-white.png);
        background-size: cover;
        width: 11px;
        height: 7px;
        background-repeat: no-repeat;
        z-index: 5;
    }

    .select:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 28px;
        height: 27px;
        background: #ff607f;
        border-radius: 2px;
        z-index: 4;
    }

.select--small {
    width: 105px;
}

.select--grey {
    text-align: center;
}

    .select--grey:after {
        background-color: #8e92a0;
    }

@media (max-width: 767px) {
    .select--small {
        width: 80px;
    }
}

@media (max-width: 374px) {
    .select--small {
        width: 100%;
    }
}

/* .custom-control-label:before {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  width: 14px;
  height: 14px; } */
/* .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(https://happypurim.app/images/ico-check.png);
  width: 14px;
  height: 14px; } */
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
}

.custom-checkbox--large {
    padding: 6px 5px 6px 44px;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

/* .custom-checkbox--large .custom-control-label:after {
    top: -1px;
    left: -1.74rem;
    width: 14px !important;
    height: 14px !important;
    background-size: 100% 100%; } */
/* .custom-checkbox--large .custom-control-label:before {
    background-color: #f3f3f3;
    border-color: #dcdcdc;
    width: 16px;
    height: 16px;
    left: -1.9rem;.custom-control-label::after
    top: 0.1rem; } */
@media (max-width: 991px) {
    .custom-checkbox--large {
        padding: 13px 60px;
    }
}

.custom-checkbox--alt {
    font-size: 14px;
    padding-left: 33px;
}

    .custom-checkbox--alt .custom-control-label:after {
        top: 0;
        bottom: 0;
        margin: auto;
        left: -1.74rem;
        width: 14px !important;
        height: 14px !important;
        background-size: 100% 100%;
    }

/* .custom-checkbox--alt .custom-control-label:before {
    background-color: #fff;
    border-color: #dcdcdc;
    width: 16px;
    height: 16px;
    left: -1.9rem;
    top: 0;
    bottom: 0;
    margin: auto; } */
.custom-checkbox--yellow:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 5px;
    height: 100%;
    background-color: #fff000;
}

.custom-checkbox--green:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 5px;
    height: 100%;
    background-color: #60ff00;
}

.custom-checkbox--blue:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 5px;
    height: 100%;
    background-color: #00aeff;
}

.custom-checkbox--no-border {
    border: 0;
}

    .custom-checkbox--no-border .custom-control-label {
        font-size: 13px;
    }

        .custom-checkbox--no-border .custom-control-label:before {
            background: #fff;
        }

.form-check-label {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 12px;
}

/* ------------------------------------------------------------ *	Form
\* ------------------------------------------------------------ */
.form {
    margin: 74px auto 128px;
    width: 768px;
    background: #fcfcfc;
    -webkit-box-shadow: 12px 12px 30px 0px rgba(191, 191, 191, 0.5);
    box-shadow: 12px 12px 30px 0px rgba(191, 191, 191, 0.5);
    border-radius: 3px;
    border: 1px solid #e7e7e7;
}

    .form .form__image {
        width: 50%;
    }

        .form .form__image img {
            width: 100%;
            height: 100%;
        }

    .form .form__label {
        font-size: 12px;
        text-align: left;
        color: #8b8b8b;
        margin-bottom: 0;
        padding-left: 14px;
    }

    .form .form__body {
        width: 48%;
        padding: 50px 43px;
    }

    .form .form__head {
        margin-bottom: 31px;
    }

        .form .form__head h1 {
            letter-spacing: 0.01em;
            margin-bottom: 0;
        }

        .form .form__head p {
            font-size: 12px;
        }

    .form .form__content {
        text-align: left;
        position: relative;
        padding-bottom: 30px;
    }

        .form .form__content:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 1px;
            width: 182px;
            background-color: #eaeaea;
        }

    .form .form__link {
        font-size: 12px;
        letter-spacing: 0;
        color: #3336ad;
    }

    .form .form__actions {
        margin-top: 20px;
    }

    .form .form__btn {
        font-size: 13px;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
        padding: 8px;
        display: block;
        border-radius: 3px;
        background-color: #4bbe56;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(75, 190, 86, 0.6);
        box-shadow: 2px 2px 5px 0px rgba(75, 190, 86, 0.6);
    }

        .form .form__btn:hover {
            text-decoration: none;
            opacity: 0.8;
        }

    .form .form__row + .form__row {
        margin-top: 20px;
    }

@media (max-width: 991px) {
    .form {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form {
        margin: 20px auto;
    }

        .form .form__image {
            width: 100%;
        }

        .form .form__body {
            width: 100%;
            padding: 20px;
        }

        .form .form__head {
            margin-bottom: 10px;
        }
}

.form-frame {
    text-align: left;
}

    .form-frame .form-row {
        position: relative;
    }

    .form-frame .form-row--cols {
        margin-left: -10px;
        margin-right: -10px;
    }

    .form-frame .form-group {
        width: 100%;
    }

    .form-frame .form__note {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        font-weight: 300;
    }

    .form-frame .form__label {
        margin-bottom: 0;
        padding-left: 19px;
        color: #4a4a4a;
        font-weight: 400;
        font-size: 16px;
    }

    .form-frame .field {
        width: 100%;
        border-radius: 0.25rem;
        height: 38px;
    }

    .form-frame .form-control {
        border-color: #e7e7e7;
    }

    .form-frame .form__actions a + a {
        margin-left: 13px;
    }

.form-frame--small .field {
    width: 160px;
    text-align: center;
}

.form-frame--small .form__label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #878787;
    width: 160px;
}

.form-frame--small .form__note {
    font-size: 13px;
    font-weight: 500;
    color: #504c4c;
}

.form-frame--small .select {
    position: relative;
    left: -65px;
}

.form-frame--alt .form__label {
    font-weight: 500;
    font-size: 13px;
    padding-left: 10px;
}

.form-frame--alt .select {
    width: 100%;
    height: 40px;
}

    .form-frame--alt .select select {
        height: 100%;
    }

    .form-frame--alt .select:after {
        height: 100%;
    }

.form-frame--alt .form__actions {
    margin-top: 33px;
}

.form-frame--alt .field {
    height: 42px;
}

@media (max-width: 1330px) {
    .form-frame--small .form__label {
        padding-left: 0;
    }

    .form-frame--small .select {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .form-frame .form__label {
        padding-left: 0;
        font-size: 14px;
        width: 100%;
    }

    .form-frame .form__actions a {
        display: block;
    }

        .form-frame .form__actions a + a {
            margin-left: 0;
            margin-top: 5px;
        }

    .form-frame--small .form__label {
        font-size: 12px;
    }

    .form-frame--small .field {
        width: 100%;
    }

    .form-frame--small .select {
        width: 100%;
        left: 0;
    }

    .form-frame--small .form__note {
        position: static;
    }
}

/* ------------------------------------------------------------ *	Form Contacts
\* ------------------------------------------------------------ */
.form-contacts {
    max-width: 810px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
}

    .form-contacts .form__inner {
        padding: 30px 95px 67px;
    }

    .form-contacts .form__hint {
        margin-bottom: 40px;
        font-size: 14px;
        color: #605e5d;
        font-weight: 600;
    }

    .form-contacts .form__row + .form__row {
        margin-top: 31px;
    }

    .form-contacts .form__section + .form__section {
        padding-top: 29px;
        border-top: 1px solid #e8e8e8;
        margin-top: 33px;
    }

    .form-contacts .form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .form-contacts .form__row .select-menu {
            position: relative;
        }

            .form-contacts .form__row .select-menu i {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 35px;
                margin: auto;
                pointer-events: none;
            }

        .form-contacts .form__row .field,
        .form-contacts .form__row select {
            width: 100%;
            height: 40px;
            padding: 8px 18px 8px;
            background: #f8f8f8;
            border: 0;
            font-size: 18px;
            color: #a49fa0;
            border-radius: 3px;
        }

        .form-contacts .form__row .radios {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 15px;
        }

            .form-contacts .form__row .radios .radio + .radio {
                margin-left: 46px;
            }

            .form-contacts .form__row .radios input {
                display: none;
            }

                .form-contacts .form__row .radios input:checked + label:before {
                    background: #e2e2e2;
                }

            .form-contacts .form__row .radios label {
                width: 100%;
                position: relative;
                padding-left: 25px;
                font-size: 18px;
                color: #a49fa0;
            }

                .form-contacts .form__row .radios label:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    margin: auto;
                    width: 12px;
                    height: 12px;
                    border: 1px solid #e2e2e2;
                    background: #f8f8f8;
                    border-radius: 4px;
                }

        .form-contacts .form__row .field--textarea {
            height: 113px;
        }

        .form-contacts .form__row label {
            width: 41%;
            margin-bottom: 0;
            font-size: 18px;
            color: #515050;
        }

        .form-contacts .form__row .form__controls {
            width: 59%;
            text-align: right;
        }

    .form-contacts .form__title {
        margin-bottom: 1px;
        font-size: 24px;
        color: #ee5975;
        font-weight: 600;
    }

    .form-contacts .form__actions {
        text-align: right;
    }

        .form-contacts .form__actions .btn {
            min-width: 155px;
            height: 38px;
            border-radius: 12px;
            text-transform: uppercase;
        }

@media (max-width: 767px) {
    .form-contacts {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .form-contacts .form__inner {
            padding: 24px 24px 48px;
        }

        .form-contacts .form__title {
            margin-bottom: 11px;
            max-width: 70%;
            font-size: 26px;
        }

        .form-contacts .form__hint {
            margin-bottom: 48px;
        }

        .form-contacts .form__row {
            display: block;
        }

            .form-contacts .form__row label {
                width: 100%;
                margin-bottom: 6px;
            }

            .form-contacts .form__row .field,
            .form-contacts .form__row select {
                padding: 0 16px;
            }

            .form-contacts .form__row .field--textarea {
                padding-top: 6px;
            }

            .form-contacts .form__row .form__controls {
                width: 100%;
                text-align: left;
            }

            .form-contacts .form__row + .form__row {
                margin-top: 15px;
            }

            .form-contacts .form__row .select-menu i {
                right: 27px;
                width: 12px;
                height: 9px;
                background-image: url(https://happypurim.app/images/arrow-select-mobile.png);
            }

        .form-contacts .form__row--radios {
            margin-top: 28px !important;
        }

            .form-contacts .form__row--radios label {
                margin-bottom: 21px;
            }

            .form-contacts .form__row--radios .radios {
                padding-left: 0px;
            }

                .form-contacts .form__row--radios .radios .radio + .radio {
                    margin-left: 38px;
                }

        .form-contacts .form__section + .form__section {
            margin-top: 17px;
            padding-top: 18px;
        }

        .form-contacts .form__section--actions {
            margin-top: 47px !important;
        }

        .form-contacts .form__actions {
            padding-top: 44px;
            text-align: center;
        }

            .form-contacts .form__actions .btn {
                min-width: 246px;
                height: 50px;
                -webkit-box-shadow: 0px 7px 24px 2px rgba(94, 166, 241, 0.46);
                box-shadow: 0px 7px 24px 2px rgba(94, 166, 241, 0.46);
                border-radius: 25px;
                background: -webkit-gradient(linear, left top, right top, from(#4073b9), to(#3fbbea));
                background: -o-linear-gradient(left, #4073b9 0%, #3fbbea 100%);
                background: linear-gradient(to right, #4073b9 0%, #3fbbea 100%);
                font-size: 20px;
            }
}

@media (max-width: 767px) {
    .form-contacts .form__title {
        max-width: 100%;
    }
}

/* ------------------------------------------------------------ *	List
\* ------------------------------------------------------------ */
[class^='list-'] {
    list-style: none outside none;
}

/* List Notes */
.list-notes {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 16px;
}

    .list-notes li {
        display: inline-block;
    }

        .list-notes li p {
            font-size: 12px;
            letter-spacing: -0.01em;
            font-weight: 400;
            color: #6b6767;
            display: inline-block;
            margin-bottom: 0;
        }

        .list-notes li span {
            border-left: 6px solid;
            padding-right: 10px;
        }

        .list-notes li .green {
            color: #60ff00;
        }

        .list-notes li .yellow {
            color: #fff000;
        }

        .list-notes li .blue {
            color: #00aeff;
        }

        .list-notes li + li {
            margin-left: 14px;
        }

@media (max-width: 374px) {
    .list-notes {
        width: 100%;
        display: block;
    }
}

/* List Buttons */
.list-buttons {
    padding-right: 29px;
    margin-right: 29px;
    border-right: 1px solid #dfdfdf;
    margin-bottom: 0;
}

    .list-buttons li {
        display: inline-block;
    }

        .list-buttons li + li {
            margin-left: 13px;
        }

.list-buttons--no-border {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

@media (max-width: 991px) {
    .list-buttons {
        padding-right: 0;
        margin-right: 0;
        border: 0;
        margin-right: 6px;
    }

        .list-buttons li + li {
            margin-left: 6px;
        }

    .list-buttons--small {
        margin-right: 0;
        width: 100%;
    }

        .list-buttons--small li {
            width: 48%;
        }

            .list-buttons--small li a {
                min-width: 100%;
                padding: 4px;
                display: block;
                width: 100%;
                font-size: 14px;
                font-weight: 500;
            }
}

@media (max-width: 767px) {
    .list-buttons--mobile {
        width: 100%;
        display: block;
        margin-right: 0;
    }

        .list-buttons--mobile li {
            width: 100%;
            display: block;
        }

            .list-buttons--mobile li + li {
                margin-left: 0;
            }
}

/* List Checks */
.list-checks li {
    display: inline-block;
}

    .list-checks li + li {
        padding-left: 52px;
        margin-left: 52px;
        border-left: 1px solid #dfdfdf;
    }

.list-checks--block {
    padding: 14px 37px;
    background-color: #f0f0f0;
    border: 1px solid #e7e7e7;
    width: 100%;
}

    .list-checks--block li {
        width: 100%;
    }

        .list-checks--block li + li {
            padding-left: 0;
            margin-left: 0;
            border-left: 0;
            border-top: 1px solid #d9d9d9;
            padding-top: 16px;
            margin-top: 16px;
        }

@media (max-width: 991px) {
    .list-checks li {
        display: block;
    }

        .list-checks li + li {
            margin-left: 0;
            padding-left: 0;
            border-top: 1px solid #e8e8e8;
            border-left: 0;
        }
}

@media (max-width: 767px) {
    .list-checks--block {
        padding: 14px;
    }
}

/* List tags */
.list-tags li {
    display: inline-block;
    width: 136px;
}

    .list-tags li a {
        display: block;
        font-size: 14px;
        color: #b5b5b5;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        padding: 1px 9px;
    }

.list-tags .active a {
    color: #fff;
    background-color: #7ea1e8;
    -webkit-box-shadow: 2px 2px 5px 0px #5ea6f1;
    box-shadow: 2px 2px 5px 0px #5ea6f1;
    border: 0;
}

.list-tags--grey li a {
    color: #5e5e5e;
    background-color: #c4c4c4;
}

.list-tags--grey .active a {
    background-color: #58da09;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px #5ef16b;
    box-shadow: 2px 2px 5px 0px #5ef16b;
}

@media (max-width: 374px) {
    .list-tags li {
        display: block;
        width: 100%;
    }
}

/* ------------------------------------------------------------ *	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Navbar
\* ------------------------------------------------------------ */
.navbar {
    position: relative;
    z-index: 10;
    padding: 0.3em 1em;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
}

    .navbar .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar .navbar-collapse {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .navbar .navbar-toggler {
        outline: none;
    }

        .navbar .navbar-toggler span {
            display: block;
            height: 2px;
            background-color: #1863b0;
            width: 18px;
        }

            .navbar .navbar-toggler span + span {
                margin-top: 5px;
            }

    .navbar .navbar-nav {
        position: relative;
        padding-right: 65px;
        margin-right: 27px !important;
    }

        .navbar .navbar-nav li + li {
            margin-left: 21px;
        }

        .navbar .navbar-nav:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #e2e2e2;
            height: 30px;
            width: 1px;
        }

    .navbar .nav-link {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        color: #6e6d6d;
    }

        .navbar .nav-link:hover {
            color: #565353;
            cursor: pointer;
        }

    .navbar .navbar__socials {
        position: absolute;
        right: 35px;
        top: calc(100% + 18px);
    }

    .navbar .navbar__aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar .nav-access {
        padding-right: 41px;
    }

        .navbar .nav-access ul {
            margin-bottom: 0;
        }

            .navbar .nav-access ul li {
                display: inline-block;
            }

                .navbar .nav-access ul li a {
                    color: #818181;
                    opacity: 0.8;
                    padding-bottom: 9px;
                }

                .navbar .nav-access ul li:hover a,
                .navbar .nav-access ul .active a {
                    opacity: 1;
                    font-weight: 500;
                    border-bottom: 2px solid #1f7dd9;
                    text-decoration: none;
                }

                .navbar .nav-access ul li + li {
                    margin-left: 51px;
                }

@media (max-width: 1200px) {
    .navbar .navbar-nav {
        padding-right: 8px;
        margin-right: 14px !important;
    }

        .navbar .navbar-nav li + li {
            margin-left: 8px;
        }

    .navbar .navbar__socials {
        right: 18px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav {
        padding: 0 0 10px;
        margin: 0;
    }

        .navbar .navbar-nav:after {
            display: none;
        }

        .navbar .navbar-nav li + li {
            margin-left: 0;
        }

    .navbar .navbar__socials {
        padding-top: 15px;
        position: static;
    }

    .navbar .navbar-collapse {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-brand--secondary img {
        width: 155px;
        height: 27px;
    }
}

@media (max-width: 991px) {
    .nav-access {
        padding: 10px 40px;
        border-bottom: 1px solid #d4d4d4;
    }

        .nav-access ul {
            margin-bottom: 0;
        }

            .nav-access ul li {
                display: inline-block;
            }

                .nav-access ul li + li {
                    margin-left: 37px;
                }
}

@media (max-width: 374px) {
    .nav-access {
        padding: 10px 25px;
    }
}

/* ------------------------------------------------------------ *	Section
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Section Primary
\* ------------------------------------------------------------ */
.section-primary {
    position: relative;
    z-index: 10;
}

    .section-primary .section__buttons {
        margin-top: -67px;
    }

        .section-primary .section__buttons a + a {
            margin-top: 40px;
        }

@media (max-width: 991px) {
    .section-primary .section__buttons {
        margin: 20px 0;
    }

        .section-primary .section__buttons a + a {
            margin-top: 20px;
        }
}

/* ------------------------------------------------------------ *	Section Features
\* ------------------------------------------------------------ */
.section-features {
    position: relative;
    margin: 105px 0 120px;
    padding: 10px 0;
}

    .section-features .section__image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        background-size: cover;
        background-position: right center;
    }

@media (max-width: 991px) {
    .section-features {
        margin: 50px 0;
    }

        .section-features .section__image {
            display: none;
        }
}

/* ------------------------------------------------------------ *	Section Features Large
\* ------------------------------------------------------------ */
.section-features-large {
    margin-top: -52px;
}

    .section-features-large .section__outer {
        height: 84px;
        background-image: url(https://happypurim.app/images/section-head-bg.png);
        background-repeat: repeat;
    }

    .section-features-large .section__head {
        min-height: 82px;
        position: relative;
        padding: 20px 134px 20px;
        background: #fbfbfb;
    }

    .section-features-large .section__title {
        font-size: 40px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        color: #e82245;
        margin-bottom: 0;
    }

    .section-features-large .section__image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 134px;
    }

        .section-features-large .section__image img {
            width: 100%;
            height: 100%;
        }

    .section-features-large .section__content {
        padding-top: 57px;
        max-width: 1240px;
        margin: auto;
    }

@media (max-width: 1200px) {
    .section-features-large .section__content {
        max-width: 100%;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .section-features-large .section__title {
        font-size: 30px;
    }
}

/* ------------------------------------------------------------ *	Section Web
\* ------------------------------------------------------------ */
.section-web {
    padding: 19px 0 63px;
}

    .section-web .section__note {
        padding-left: 23px;
        border-left: 1px solid #dfdfdf;
    }

        .section-web .section__note span {
            font-size: 60px;
            font-weight: 500;
            color: #3359d7;
            letter-spacing: -0.025em;
            margin-right: 10px;
        }

        .section-web .section__note p {
            display: inline-block;
            vertical-align: middle;
            font-size: 17px;
            line-height: 1.06;
            letter-spacing: -0.01em;
            color: #3359d7;
            text-transform: uppercase;
            max-width: 80px;
            margin-bottom: 0;
        }

    .section-web .section__actions {
        padding-bottom: 12px;
    }

    .section-web .section__content--grey {
        padding: 48px 0 34px;
        background-color: #fcfcfc;
        border: 1px solid #e7e7e7;
        text-align: center;
    }

        .section-web .section__content--grey p {
            font-size: 14px;
        }

        .section-web .section__content--grey i {
            margin-bottom: 6px;
        }

        .section-web .section__content--grey .large {
            font-weight: 700;
            text-transform: uppercase;
        }

    .section-web .section__inner {
        max-width: 496px;
        margin: auto;
    }

.section-web--form {
    padding: 46px 0 31px;
}

    .section-web--form .section__actions {
        margin-bottom: 12px;
    }

        .section-web--form .section__actions h5 {
            font-size: 18px;
            font-weight: 500;
            color: #4a4a4a;
        }

    .section-web--form .section__content {
        padding: 24px 0 28px;
    }

@media (max-width: 991px) {
    .section-web--form .section__actions {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .section-web {
        padding-top: 0;
    }

    .section-web--alt {
        padding-top: 20px;
    }

        .section-web--alt .section__actions p {
            margin-bottom: 0;
        }

        .section-web--alt .section__content {
            padding: 20px;
        }

        .section-web--alt .section__actions p {
            margin-bottom: 5px;
        }

        .section-web--alt .section__actions .btn {
            width: 100%;
        }
}

/* ------------------------------------------------------------ *	Section Testimonials
\* ------------------------------------------------------------ */
.section-testimonials {
    padding: 66px 0 66px;
}

@media (max-width: 767px) {
    .section-testimonials {
        padding: 13px 0 64px;
    }

        .section-testimonials .section__foot {
            padding-top: 30px;
        }
}

/* ------------------------------------------------------------ *	Section Faq
\* ------------------------------------------------------------ */
.section-faq {
    padding: 21px 0;
}

    .section-faq .section__title {
        position: relative;
        margin-bottom: 28px;
        font-size: 26px;
        color: #ee5975;
        font-weight: 600;
        letter-spacing: 0.0265em;
    }

        .section-faq .section__title i {
            position: absolute;
            top: -5px;
            left: -50px;
        }

    .section-faq .section__inner {
        max-width: 1250px;
        margin: 0 auto;
    }

    .section-faq + .section-faq {
        padding-top: 46px;
        border-top: 1px solid #eaf1fa;
        margin-top: 44px;
    }

@media (max-width: 1360px) {
    .section-faq .section__title i {
        position: static;
    }
}

@media (max-width: 767px) {
    .section-faq {
        padding: 3px 0 20px;
    }

        .section-faq .container {
            padding: 0 18px;
        }

        .section-faq .section__title {
            font-size: 25px;
            letter-spacing: .018em;
        }

            .section-faq .section__title i {
                display: none;
            }

        .section-faq + .section-faq .section__title {
            margin-bottom: 20px;
        }

    .section-faq--last {
        padding-bottom: 81px;
    }
}

/* ------------------------------------------------------------ *	Section Article
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
    .section-article {
        margin-top: -7px;
    }

        .section-article .container {
            padding: 0 18px;
        }
}

/* ------------------------------------------------------------ *	Section Features
\* ------------------------------------------------------------ */
.section-features-new {
    padding: 138px 0 0;
}

    .section-features-new .section__title {
        position: relative;
        margin-bottom: 28px;
        font-size: 26px;
        color: #ee5975;
        font-weight: 600;
        letter-spacing: 0.0265em;
    }

        .section-features-new .section__title i {
            position: absolute;
            top: 0px;
            left: -30px;
        }

@media (max-width: 1360px) {
    .section-features-new .section__title i {
        position: static;
    }
}

@media (max-width: 767px) {
    .section-features-new {
        padding: 20px 0 56px;
    }

        .section-features-new .container {
            padding: 0 18px;
        }

        .section-features-new .section__title {
            margin-bottom: 36px;
            font-size: 25px;
        }

            .section-features-new .section__title i {
                display: none;
            }

        .section-features-new .text {
            margin: 0 0 -30px;
        }

            .section-features-new .text .text-item {
                margin-bottom: 0;
                padding-bottom: 24px;
            }

                .section-features-new .text .text-item h5 {
                    margin-bottom: 4px;
                }
}

/* ------------------------------------------------------------ *	Section Infobox
\* ------------------------------------------------------------ */
.section-infobox {
    padding: 58px 0 150px;
}

    .section-infobox .section__title {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 700;
        color: #545556;
        text-align: center;
    }

    .section-infobox .infobox {
        position: relative;
        max-width: 1200px;
        padding: 46px 150px 63px;
        margin: 0 auto;
        background: #fff;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
        box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
        border-top: 7px solid #e30022;
    }

        .section-infobox .infobox p {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 500;
            color: #57595d;
            line-height: 1.67;
        }

        .section-infobox .infobox i {
            position: absolute;
            top: 0;
            bottom: 22px;
            left: 58px;
            margin: auto;
        }

@media (max-width: 767px) {
    .section-infobox {
        padding: 12px 0;
    }

        .section-infobox .infobox {
            margin: 0 -15px 35px;
            padding: 29px 50px 61px 34px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
            border-bottom: 1px solid #f2f2f2;
        }

            .section-infobox .infobox:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                display: inline-block;
                width: 100%;
                height: 15px;
                background: -webkit-gradient(linear, left top, right top, from(#848688), to(white));
                background: -o-linear-gradient(left, #848688 0%, white 100%);
                background: linear-gradient(to right, #848688 0%, white 100%);
            }

            .section-infobox .infobox i {
                display: none;
            }
}

/* ------------------------------------------------------------ *	Section Actions
\* ------------------------------------------------------------ */
.section-action {
    padding: 90px 0 98px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .section-action .section__content {
        max-width: 485px;
        margin-left: 33px;
    }

        .section-action .section__content h4 {
            font-size: 24px;
            line-height: 1.25;
            color: #0d0d0d;
            font-weight: 700;
        }

        .section-action .section__content p {
            margin-bottom: 37px;
            font-size: 18px;
            line-height: 1.67;
            font-weight: 500;
            color: #5e6062;
        }

        .section-action .section__content .btn {
            border-radius: 28px;
            min-width: 367px;
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            letter-spacing: -0.005em;
            font-weight: 500;
        }

@media (max-width: 767px) {
    .section-action {
        margin-bottom: 46px;
        padding: 0 0 67px;
        background-image: none !important;
        background: #fffbf4;
    }

        .section-action .section__image {
            position: relative;
            width: 100%;
            height: 0;
            margin-bottom: 32px;
            padding-top: 79%;
        }

            .section-action .section__image figure {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }

        .section-action .section__content {
            margin-left: 0;
            max-width: 100%;
            padding: 0 4px;
            text-align: center;
        }

            .section-action .section__content h4 {
                margin-bottom: 2px;
                font-size: 22px;
                letter-spacing: .005em;
                text-align: left;
            }

            .section-action .section__content p {
                margin-bottom: 45px;
                text-align: left;
                font-size: 16px;
                line-height: 1.9;
            }

            .section-action .section__content .btn {
                min-width: 284px;
                line-height: 53px;
            }

            .section-action .section__content .btn--red {
                -webkit-box-shadow: 0px 7px 24px 2px rgba(202, 30, 30, 0.46);
                box-shadow: 0px 7px 24px 2px rgba(202, 30, 30, 0.46);
            }
}

/* ------------------------------------------------------------ *	Section Playboxes
\* ------------------------------------------------------------ */
.section-playboxes {
    padding: 15px 0 64px;
}

    .section-playboxes .section__inner {
        max-width: 1056px;
        margin: 0 auto;
    }

@media (max-width: 767px) {
    .section-playboxes {
        margin-top: 8px;
        padding: 26px 0 36px;
        -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
    }

        .section-playboxes .section__inner {
            max-width: 1056px;
            margin: 0 auto;
            padding: 0 2px;
        }
}

/* ------------------------------------------------------------ *	Section Holder
\* ------------------------------------------------------------ */
.section-holder {
    padding: 62px 0 0;
}

    .section-holder .testimonial-new {
        max-width: 1070px;
        margin: 0 auto;
    }

@media (max-width: 767px) {
    .section-holder {
        margin: 0 -15px 28px;
        padding-top: 40px;
    }
}

/* ------------------------------------------------------------ *	Section Contacts
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
    .section-contacts .container {
        padding: 0;
    }
}

/* ------------------------------------------------------------ *	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Table
\* ------------------------------------------------------------ */
.table thead {
    border: 0;
    background-color: #f1f0f0;
}

    .table thead th {
        border: 0;
        padding: 7px;
        text-align: center;
    }

.table tbody td {
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid #dfdfdf;
}

/* ------------------------------------------------------------ *	Widgets
\* ------------------------------------------------------------ */
.widgets {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Intro
\* ------------------------------------------------------------ */
.intro .container {
    position: relative;
}

.intro .intro__image {
    position: absolute;
    padding-top: calc(50% + 110px);
    left: 10px;
    right: -10px;
    top: -120px;
    background-repeat: no-repeat;
}

.intro .intro__title {
    margin-bottom: 50px;
    color: #1863b0;
    max-width: 460px;
}

    .intro .intro__title i {
        display: inline-block;
        margin-left: 8px;
    }

.intro .intro__title--no-margin {
    margin-bottom: auto;
}

.intro .intro__subtitle {
    font-size: 18px;
}

.intro .intro__content {
    position: relative;
    padding-top: 45px;
}

.intro .intro__text {
    width: 710px;
    margin-left: -20px;
    padding: 30px 26px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 24px rgba(79, 80, 81, 0.21);
    box-shadow: 6px 6px 24px rgba(79, 80, 81, 0.21);
    border: 1px solid #f5f5f5;
}

.intro .intro__text--large {
    width: 100%;
    font-size: 16px;
    padding: 35px 70px;
}

.intro .intro__title-small {
    color: #e8123b;
}

.intro .intro__bottom {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .intro .intro__bottom .intro__title-small {
        margin-bottom: 0;
    }

    .intro .intro__bottom .intro__text {
        border-radius: 5px;
        width: 460px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

    .intro .intro__bottom .intro__entry {
        width: 340px;
    }

@media (max-width: 1200px) {
    .intro .intro__text {
        margin-left: 0;
    }

    .intro .intro__bottom {
        padding-top: 20px;
    }

    .intro .intro__image {
        padding-top: 0;
        height: 680px;
    }
}

@media (max-width: 991px) {
    .intro .intro__image {
        display: none;
    }

    .intro .intro__text {
        padding: 30px 26px;
        width: 100%;
    }

    .intro .intro__bottom .intro__text {
        border-radius: 2px;
        width: 100%;
        -webkit-box-shadow: 6px 6px 24px rgba(79, 80, 81, 0.21);
        box-shadow: 6px 6px 24px rgba(79, 80, 81, 0.21);
        border: 1px solid #f5f5f5;
    }

    .intro .intro__bottom .intro__entry {
        max-width: 340px;
        width: 100%;
    }
}

/* ------------------------------------------------------------ *	Intro Fancy
\* ------------------------------------------------------------ */
.intro-fancy {
    position: relative;
}

    .intro-fancy .intro__background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(-47px);
        -ms-transform: translateY(-47px);
        transform: translateY(-47px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .intro-fancy .intro__inner {
        padding-top: 28.5%;
        position: relative;
        z-index: 20;
        text-align: center;
    }

    .intro-fancy .intro__content {
        position: absolute;
        top: 115px;
        left: 0;
        right: 0;
    }

    .intro-fancy .intro__title {
        margin-bottom: 0;
        font-size: 50px;
        color: #fff;
        letter-spacing: 0.025em;
        font-weight: 600;
    }

    .intro-fancy p {
        font-size: 18px;
        line-height: 1.39;
        color: #fff;
    }

@media (max-width: 991px) {
    .intro-fancy .intro__title {
        font-size: 32px;
    }

    .intro-fancy p {
        font-size: 14px;
    }

    .intro-fancy .intro__inner {
        padding-top: 0;
        height: 332px;
    }
}

@media (max-width: 767px) {
    .intro-fancy p {
        font-size: 10px;
    }

    .intro-fancy .intro__title {
        font-size: 24px;
    }

    .intro-fancy .intro__inner {
        height: 211px;
    }

    .intro-fancy .intro__content {
        top: 79px;
    }
}

/* ------------------------------------------------------------ *	Intro Main
\* ------------------------------------------------------------ */
.intro-main {
    position: relative;
}

    .intro-main .login-box {
        position: absolute;
        top: 33px;
        right: 0;
        width: 220px;
        padding: 24px;
        border-radius: 10px;
        background: #fff;
    }

        .intro-main .login-box .field {
            height: 29px;
            padding: 0 5px;
            font-size: 10px;
            color: #464545;
        }

        .intro-main .login-box .form__row + .form__row {
            margin-top: 22px;
        }

        .intro-main .login-box .form__actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 10px;
        }

            .intro-main .login-box .form__actions .form__forgot {
                font-size: 11px;
                color: #2656b8;
            }

                .intro-main .login-box .form__actions .form__forgot a {
                    text-decoration: underline;
                }

        .intro-main .login-box .form__submit {
            margin-top: 17px;
        }

        .intro-main .login-box .btn {
            width: 100%;
            height: 29px;
            line-height: 29px;
            text-transform: uppercase;
            background: #5ad154;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 12px;
            font-weight: 300;
            color: #ffffff;
            letter-spacing: 0.1em;
            padding: 0;
            border-radius: 15px;
        }

        .intro-main .login-box .checkbox input {
            display: none;
        }

            .intro-main .login-box .checkbox input:checked + label:before {
                background: #e2e2e2;
            }

        .intro-main .login-box .checkbox label {
            position: relative;
            margin-bottom: 0;
            padding-left: 19px;
            font-size: 11px;
            color: #2656b8;
        }

            .intro-main .login-box .checkbox label:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                margin: auto;
                width: 12px;
                height: 12px;
                border: 1px solid #e2e2e2;
                background: #f8f8f8;
                border-radius: 4px;
            }

    .intro-main .intro__arrows {
        position: absolute;
        bottom: 17px;
        left: 0;
    }

        .intro-main .intro__arrows ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0;
            list-style-type: none;
        }

            .intro-main .intro__arrows ul li + li {
                margin-left: 16px;
            }

            .intro-main .intro__arrows ul a {
                font-size: 13px;
                font-weight: 600;
                color: rgba(255, 255, 255, 0.5);
            }

            .intro-main .intro__arrows ul li.active a {
                color: #fff;
            }

            .intro-main .intro__arrows ul .next i {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .intro-main .intro__background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .intro-main .intro__inner {
        position: relative;
        z-index: 20;
        padding: 113px 0 180px;
    }

        .intro-main .intro__inner h1 {
            max-width: 77%;
            margin-bottom: 109px;
            font-size: 60px;
            font-weight: 900;
            color: #ffffff;
        }

            .intro-main .intro__inner h1 br {
                display: none;
            }

    .intro-main .intro__action {
        max-width: 485px;
    }

        .intro-main .intro__action h4 {
            margin-bottom: 2px;
            font-size: 22px;
            line-height: 1.25;
            color: #fff;
            font-weight: 700;
        }

        .intro-main .intro__action p {
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 1.71;
            font-weight: 500;
            color: #fff;
        }

        .intro-main .intro__action .btn {
            border-radius: 28px;
            min-width: 367px;
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            letter-spacing: -0.005em;
            font-weight: 500;
        }

@media (max-width: 991px) {
    .intro-main .intro__inner {
        padding: 50px 0 100px;
    }

    .intro-main .login-box {
        position: static;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .intro-main {
        overflow: hidden;
    }

        .intro-main .login-box {
            margin: 0 auto 30px;
            display: none;
        }

        .intro-main .intro__background {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            background-position: 89% center;
        }

        .intro-main .intro__inner {
            padding: 30px 7px 121px;
        }

            .intro-main .intro__inner h1 {
                max-width: 312px;
                margin-bottom: 113px;
                font-size: 33px;
                letter-spacing: .016em;
            }

                .intro-main .intro__inner h1 span {
                    display: block;
                }

        .intro-main .intro__action {
            max-width: 88%;
        }

            .intro-main .intro__action h4 {
                font-size: 19px;
            }

            .intro-main .intro__action p {
                margin-bottom: 25px;
                line-height: 1.76;
            }

            .intro-main .intro__action .btn {
                min-width: auto;
                width: 91%;
                font-size: 15px;
                line-height: 56px;
            }

        .intro-main .intro__arrows {
            width: 100%;
            bottom: 28px;
        }

            .intro-main .intro__arrows ul {
                margin-left: 2px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .intro-main .intro__arrows ul li + li {
                    margin-left: 15px;
                }
}

@media (max-width: 374px) {
    .intro-main .intro__inner h1 {
        max-width: 100%;
    }

        .intro-main .intro__inner h1 span {
            display: inline;
        }

    .intro-main .intro__action {
        max-width: 100%;
    }

        .intro-main .intro__action .btn {
            width: 100%;
        }
}

/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */
.socials li + li {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .socials ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .socials li + li {
        margin: 0 0 0 12px;
    }
}

/* ------------------------------------------------------------ *	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
    margin-top: 22px;
    padding-top: 27px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

    .testimonial:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 20px;
        display: block;
        height: 1px;
        background-color: #e2e2e2;
    }

    .testimonial cite {
        display: block;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-align: right;
        color: #1863b0;
        font-style: normal;
    }

@media (max-width: 991px) {
    .testimonial:before {
        left: 0;
    }
}

/* ------------------------------------------------------------ *	Testimonial New
\* ------------------------------------------------------------ */
.testimonials-holder {
    max-width: 1061px;
    margin: 0 auto;
}

.testimonial-new + .testimonial-new {
    margin-top: 54px;
}

.testimonial-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
}

    .testimonial-new blockquote {
        margin-bottom: 0;
    }

        .testimonial-new blockquote p {
            padding-left: 33px;
            font-size: 18px;
            line-height: 1.5;
            margin-bottom: 0;
            color: #848588;
        }

        .testimonial-new blockquote span {
            display: block;
            margin-bottom: -10px;
            font-size: 80px;
            line-height: 0.34;
            color: #ff9b05;
            font-weight: 500;
        }

    .testimonial-new .testimonial__user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 33.33%;
        background: #f8f9fb;
        text-align: center;
    }

    .testimonial-new .testimonial__name h3 {
        margin-bottom: 0;
        font-size: 20px;
        letter-spacing: 0.01em;
        font-weight: 600;
        color: #2e3134;
    }

    .testimonial-new .testimonial__name p {
        color: #e46100;
        font-size: 13px;
        line-height: 1.54;
        letter-spacing: 0.01em;
        font-weight: 600;
    }

    .testimonial-new .testimonial__quote {
        width: 66.66%;
        padding: 43px 43px 52px;
    }

@media (max-width: 767px) {
    .testimonials {
        margin: 0 -2px;
    }

    .testimonial-new {
        border-radius: 6px;
        border: 1px solid #f2f2f2;
        background: #fff;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .testimonial-new + .testimonial-new {
            margin-top: 37px;
        }

        .testimonial-new .testimonial__quote,
        .testimonial-new .testimonial__user {
            width: 100%;
        }

        .testimonial-new .testimonial__user {
            padding: 28px 10px 0;
            background: #fff;
        }

            .testimonial-new .testimonial__user img {
                margin-bottom: 28px;
                width: 87px;
            }

        .testimonial-new .testimonial__quote {
            position: relative;
            padding: 26px 11px 56px;
        }

        .testimonial-new blockquote:after {
            content: '';
            display: table;
            clear: both;
            line-height: 0;
        }

        .testimonial-new blockquote span {
            position: relative;
            float: left;
            margin: -8px 0 0;
            font-size: 66px;
        }

        .testimonial-new blockquote p {
            padding-left: 0;
            font-size: 16px;
            line-height: 1.6;
            letter-spacing: .004em;
        }

    .testimonial-new--sm {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

        .testimonial-new--sm .testimonial__user {
            max-width: 81%;
            margin: 0 auto 31px;
            padding: 28px 10px 0 14px;
            background: #fbfcfe;
        }

            .testimonial-new--sm .testimonial__user img {
                margin-left: 3px;
                margin-bottom: 23px;
                width: 65px;
            }

            .testimonial-new--sm .testimonial__user p span {
                display: block;
            }

        .testimonial-new--sm .testimonial__quote {
            padding: 26px 16px 56px;
        }

        .testimonial-new--sm blockquote span {
            margin-top: -15px;
            font-size: 76px;
        }

        .testimonial-new--sm blockquote p {
            letter-spacing: .015em;
        }
}

/* ------------------------------------------------------------ *	Features
\* ------------------------------------------------------------ */
.features .features__title {
    color: #e25050;
    text-transform: uppercase;
    font-weight: 400;
}

.features .features__entry {
    font-size: 18px;
    line-height: 1.7;
    color: #636469;
}

@media (max-width: 991px) {
    .features .features__entry {
        font-size: 14px;
    }
}

.feature-small {
    min-height: 130px;
}

    .feature-small h5 {
        font-size: 19px;
        font-weight: 600;
        color: #1863b0;
        letter-spacing: 0.01em;
        margin-bottom: 0;
    }

    .feature-small p {
        font-size: 17px;
        line-height: 1.24;
    }

/* ------------------------------------------------------------ *	Filters
\* ------------------------------------------------------------ */
.filters {
    padding-left: 22px;
}

    .filters .filter {
        width: 325px;
    }

        .filters .filter label {
            padding-right: 9px;
            font-size: 14px;
            font-weight: 400;
            color: #4a4a4a;
            margin-bottom: 0;
        }

    .filters .filter--small {
        width: 165px;
    }

@media (max-width: 1200px) {
    .filters {
        padding-left: 0;
    }

        .filters .filter {
            width: 300px;
        }
}

@media (max-width: 991px) {
    .filters .filter {
        width: auto;
    }
}

@media (max-width: 374px) {
    .filters {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *	Boxes
\* ------------------------------------------------------------ */
.boxes .boxes__head {
    background-color: #fbfbfb;
    border: 1px solid #e7e7e7;
    padding: 8px 22px 7px;
}

.boxes .boxes__checkbox .custom-checkbox {
    padding-right: 22px;
}

.boxes .boxes__content {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 10px 0 6px;
    padding: 10px 23px 0;
    height: 360px;
    overflow-y: auto;
}

.boxes .boxes__foot {
    background-color: #fbfbfb;
    border: 1px solid #e7e7e7;
    padding: 8px 22px 7px;
}

    .boxes .boxes__foot > p {
        font-size: 12px;
        letter-spacing: -0.01em;
        color: #6b6767;
        margin-bottom: 0;
        line-height: 1;
        padding-right: 2px;
    }

.boxes .boxes__notes {
    padding: 5px 0;
}

    .boxes .boxes__notes p {
        font-size: 12px;
        color: #818181;
        letter-spacing: -0.01em;
        padding-right: 101px;
        font-weight: 400;
    }

    .boxes .boxes__notes .red {
        padding-right: 36px;
        color: #d64040;
    }

.boxes .boxes__outer p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4px;
    padding-left: 10px;
}

.boxes .boxes__outer + .boxes__outer {
    margin-top: 20px;
}

.boxes .boxes__note span {
    font-size: 41px;
    color: #4bbe56;
    font-weight: 600;
    line-height: 1;
}

.boxes .boxes__note p {
    font-size: 12px;
}

@media (max-width: 991px) {
    .boxes .boxes__head {
        padding: 8px 22px 0;
    }

    .boxes .boxes__content {
        height: auto;
    }

    .boxes .boxes__notes p {
        padding-right: 0;
        margin-bottom: 0;
        display: block;
        width: 100%;
    }

    .boxes .boxes__notes .red {
        padding-right: 0;
    }

    .boxes .boxes__actions--mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        padding: 9px 13px;
        border-top: 1px solid #cbcbcb;
        z-index: 20;
    }
}

.box-form {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    margin-bottom: 25px;
}

    .box-form .box__head {
        margin-bottom: 25px;
    }

        .box-form .box__head p {
            margin-bottom: 0;
        }

    .box-form .box__content {
        padding-left: 10px;
    }

    .box-form:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 200px;
        margin: auto;
        height: 3px;
        background-color: #ff607f;
    }

@media (max-width: 991px) {
    .box-form {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .box-form {
        padding: 10px;
    }

        .box-form .box__head {
            margin-bottom: 10px;
        }

            .box-form .box__head p {
                font-size: 12px;
            }

        .box-form .box__content {
            padding-left: 0;
        }
}

/* ------------------------------------------------------------ *	Search
\* ------------------------------------------------------------ */
.search .search__field {
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #b5b4b4;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 4px 17px 3px;
}

.search .search__btn {
    background-color: #ff607f;
    border-radius: 2px;
    padding: 4px 10px 3px;
    border: 0;
}

/* ------------------------------------------------------------ *	Popup
\* ------------------------------------------------------------ */
.popup {
    max-width: 650px;
    background-color: #fff;
    margin: auto;
    padding-bottom: 22px;
}

    .popup .popup__head {
        background-color: #f0f0f0;
        padding: 13px 26px;
        position: relative;
    }

        .popup .popup__head h5 {
            margin-bottom: 0;
        }

        .popup .popup__head .btn-close {
            position: absolute;
            top: 15px;
            right: 39px;
        }

    .popup .popup__content {
        padding: 37px;
    }

    .popup .popup__actions {
        padding: 0 26px;
    }

/* ------------------------------------------------------------ *	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 30px;
}

.tabs .tabs__nav ul {
    margin-bottom: 0;
}

    .tabs .tabs__nav ul li {
        display: inline-block;
    }

        .tabs .tabs__nav ul li a {
            display: block;
            padding: 10px 21px;
            text-transform: uppercase;
            font-weight: 500;
            color: #aaa;
            text-decoration: none;
            position: relative;
        }

    .tabs .tabs__nav ul .active a {
        color: #1863b0;
    }

        .tabs .tabs__nav ul .active a:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            margin: auto;
            border-bottom: 2px solid #1863b0;
        }

@media (max-width: 767px) {
    .tabs .tabs__head {
        margin-bottom: 10px;
    }

    .tabs .tabs__nav ul li a {
        padding: 10px;
        font-size: 12px;
    }
}

.tab .tab__head {
    margin-bottom: 21px;
    padding-left: 20px;
}

    .tab .tab__head h5 {
        color: #363333;
        font-size: 18px;
        font-weight: 600;
    }

@media (max-width: 767px) {
    .tab .tab__head {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
    }
}

/* ------------------------------------------------------------ *	Card
\* ------------------------------------------------------------ */
.card .card__button {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 47px;
    font-size: 14px;
    font-weight: 500;
    color: #7ea1e8;
    text-transform: uppercase;
    width: 100%;
    align-items: center;
}

    .card .card__button span {
        display: inline-block;
        vertical-align: middle;
    }

    .card .card__button i {
        vertical-align: middle;
        position: absolute;
        top: 12px;
        margin: auto;
        right: 47px;
    }

.card .card__head h5 {
    margin-bottom: 0;
}

.card .card__body {
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.6);
}

.card .card__button {
    border-bottom: 1px solid #d4d4d4;
}

/* ------------------------------------------------------------ *	Accordion
\* ------------------------------------------------------------ */
.accordion {
    border: 0;
    margin-left: -15px;
    margin-right: -15px;
}

    .accordion .card {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: 13px;
    }

/* ------------------------------------------------------------ *	Accordion New
\* ------------------------------------------------------------ */
.accordion-new .card {
    border: 0;
}

    .accordion-new .card + .card {
        margin-top: 22px;
    }

.accordion-new .card-header {
    position: relative;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 0;
    background: #f9f9f9;
}

    .accordion-new .card-header i {
        position: absolute;
        top: 0;
        right: 122px;
        bottom: 0;
        margin: auto;
    }

    .accordion-new .card-header a {
        display: block;
        padding: 12px 48px;
        font-size: 17px;
        color: #505964;
        font-weight: 500;
    }

@media (max-width: 767px) {
    .accordion-new .card-header i {
        right: 29px;
    }

    .accordion-new .card-header a {
        padding: 24px 130px 21px 9px;
        font-size: 16px;
        font-weight: 600;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
    }

    .accordion-new .card + .card {
        margin-top: 16px;
    }
}

@media (max-width: 374px) {
    .accordion-new .card-header a {
        padding-right: 60px;
    }
}

/* ------------------------------------------------------------ *	Bar
\* ------------------------------------------------------------ */
.bar-new {
    padding: 10px 0;
    background: #292b2e;
}

    .bar-new .bar__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bar-new p {
        margin-bottom: 0;
        color: #fff;
        font-size: 11px;
    }

    .bar-new ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        list-style-type: none;
    }

        .bar-new ul a {
            color: #fff;
            font-size: 11px;
        }

@media (max-width: 767px) {
    .bar-new {
        padding: 21px 0;
        text-align: center;
        line-height: 1.1;
    }

        .bar-new .bar__inner {
            display: block;
        }

        .bar-new p {
            margin-bottom: 4px;
        }

        .bar-new ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

/* ------------------------------------------------------------ *	Callout
\* ------------------------------------------------------------ */
.callout {
    margin-top: 82px;
}

    .callout .callout__inner {
        max-width: 665px;
        padding-top: 58px;
        padding-bottom: 58px;
        border-top: 1px solid #eaf1fa;
        margin: 0 auto;
        text-align: center;
    }

        .callout .callout__inner p {
            margin-bottom: 0;
            font-size: 16px;
            letter-spacing: 0.075em;
            color: #ff9b05;
        }

@media (max-width: 767px) {
    .callout {
        margin: 1px 0 26px;
    }

        .callout .callout__inner {
            padding: 13px 0;
        }
}

/* ------------------------------------------------------------ *	Article
\* ------------------------------------------------------------ */
.article .article__title {
    position: relative;
    margin-bottom: 2px;
    font-size: 26px;
    color: #ee5975;
    font-weight: 600;
    letter-spacing: 0.0265em;
}

    .article .article__title i {
        position: absolute;
        top: 0px;
        left: -30px;
    }

.article .article__subtitle {
    font-size: 18px;
    color: #505964;
    font-weight: 600;
}

.article p {
    margin-bottom: 43px;
    font-size: 18px;
    color: #505964;
    line-height: 1.44;
}

    .article p strong {
        display: block;
        font-weight: 600;
    }

    .article p br {
        display: none;
    }

.article .article__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
}

    .article .article__inner .article__content {
        width: calc(100% - 307px);
        padding-right: 60px;
    }

    .article .article__inner p {
        margin-bottom: 30px;
    }

    .article .article__inner .article__image {
        width: 307px;
    }

@media (max-width: 1360px) {
    .article .article__title i {
        position: static;
    }
}

@media (max-width: 767px) {
    .article p {
        margin-bottom: 61px;
        font-size: 16px;
        line-height: 1.66;
    }

        .article p br {
            display: block;
        }

    .article .article__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .article .article__inner .article__content {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 100%;
            margin-bottom: 0;
            padding-right: 0;
            padding-bottom: 10px;
        }

        .article .article__inner .article__image {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: 100%;
            text-align: center;
            margin-bottom: 63px;
        }

            .article .article__inner .article__image img {
                margin-left: -38px;
                max-width: 165px;
            }

        .article .article__inner a {
            font-weight: bold;
            color: inherit;
        }

        .article .article__inner p {
            margin-bottom: 26px;
        }

    .article .article__subtitle {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .article .article__title {
        max-width: 80%;
        margin-bottom: 21px;
        font-size: 25px;
        letter-spacing: .018em;
    }

        .article .article__title i {
            display: none;
        }

    .article--main {
        position: relative;
        padding: 14px 0 0 2px;
    }

        .article--main .article__title {
            max-width: 74%;
            margin-bottom: 22px;
            font-size: 27px;
        }

        .article--main .article__inner .article__image {
            position: absolute;
            top: 0;
            right: 21px;
            width: 57px;
        }

            .article--main .article__inner .article__image img {
                margin: 0;
                max-width: 57px;
            }

        .article--main .article__inner p {
            font-size: 17px;
            line-height: 1.5;
        }
}

@media (max-width: 374px) {
    .article .article__title {
        max-width: 100%;
    }
}

/* ------------------------------------------------------------ *	Article Full
\* ------------------------------------------------------------ */
.article--full .article__subtitle {
    font-size: 17px;
}

.article--full p {
    font-size: 17px;
}

.article--full .article__inner .article__content {
    width: 100%;
}

@media (max-width: 767px) {
    .article--full {
        padding-left: 5px;
    }

        .article--full p {
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 1.9;
        }

        .article--full .article__inner .article__content {
            padding-bottom: 0px;
        }

        .article--full .article__title {
            margin-bottom: 33px;
            max-width: 90%;
        }

        .article--full .article__subtitle + p {
            margin-bottom: 30px;
        }
}

@media (max-width: 374px) {
    .article--full .article__title {
        max-width: 100%;
    }
}

/* ------------------------------------------------------------ *	Text
\* ------------------------------------------------------------ */
.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -55px -30px;
}

    .text .text-item {
        width: 33.33%;
        padding: 0 55px;
        margin-bottom: 30px;
    }

.text-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #505964;
}

.text-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #505964;
}

@media (max-width: 767px) {
    .text {
        margin: 0 0 -30px;
    }

        .text .text-item {
            width: 100%;
            padding: 0;
        }
}

/* ------------------------------------------------------------ *	Playboxes
\* ------------------------------------------------------------ */
.playboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

    .playboxes .playbox {
        width: 50%;
        padding: 0 5px;
    }

.playbox .playbox__inner {
    position: relative;
    padding: 22px 56px 22px 12px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(68, 74, 87, 0.1);
}

.playbox .playbox__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
    background: #ff9b05;
}

    .playbox .playbox__btn i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.playbox p {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: -0.005em;
    color: #6e7684;
    font-weight: 600;
}

    .playbox p span {
        margin-left: 12px;
    }

@media (max-width: 767px) {
    .playboxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

        .playboxes .playbox {
            width: 100%;
            margin-bottom: 11px;
            padding: 0;
        }

            .playboxes .playbox:nth-child(1) {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .playboxes .playbox:nth-child(2) {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .playboxes .playbox p {
                font-size: 11px;
                letter-spacing: -0.012em;
            }

                .playboxes .playbox p span {
                    position: relative;
                    top: 1px;
                    margin-left: 2px;
                }

            .playboxes .playbox .ico-heart-small {
                margin-right: 8px;
            }

            .playboxes .playbox .playbox__inner {
                padding: 13px 58px 17px 14px;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 1px solid #dfdfdf;
            }

            .playboxes .playbox + .playbox {
                margin-top: 0;
            }
}

/* custom */
.md-theme-default a:not(.md-button) {
    color: #fff !important;
}

.navbar .nav-access ul li a {
    color: #818181 !important;
}

.nav-page {
    display: none !important
}

.btn-pink {
    background-color: #ff607f !important;
    box-shadow: 2px 2px 5px 0px #ff607f;
    color: white !important;
    min-width: 120px !important;
    width: 100%;
    min-height: 40px;
}

    .btn-pink:hover {
        background-color: #f93d62 !important;
        box-shadow: 2px 2px 5px 0px #f93d62;
        color: white !important;
        min-width: 120px !important;
        width: 100%;
        min-height: 40px;
    }

.custom-wrap {
    text-align: center;
    width: 100%;
}

.old-login {
    display: none;
}
h3[data-v-6b040856] {
    margin: 40px 0 0
}

ul[data-v-6b040856] {
    list-style-type: none;
    padding: 0
}

li[data-v-6b040856] {
    display: inline-block;
    margin: 0 10px
}

a[data-v-6b040856] {
    color: #42b983
}

.form .form__btn[data-v-6b040856] {
    color: #fff !important
}

.btn-pink[data-v-6b040856] {
    min-width: 100% !important
}

.version-app[data-v-0a9fef4f] {
    position: absolute;
    top: 59px;
    left: 59px;
    color: #dedede;
    font-weight: 800;
    font-size: 10px
}

.btn-user span[data-v-0a9fef4f] {
    color: #70777c;
    padding: 0 21px 0 8px;
    text-transform: lowercase
}

.link[data-v-0a9fef4f] {
    color: grey !important
}

.fa-user-circle[data-v-0a9fef4f] {
    font-size: 26px;
    color: #ff607f;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle
}

.ico-cart[data-v-0a9fef4f] {
    background-position: 76.416667% 28.57142857142857%;
    background-size: 100% 100%;
    width: 27px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background-image: url(data:image/png;base64,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)
}

.fa-caret-down[data-v-0a9fef4f] {
    width: 11px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #b1b1b1
}

.md-menu-content[data-v-0a9fef4f] {
    z-index: 100
}

.custom label.md-checkbox-label {
    cursor: pointer;
    height: auto !important
}

.md-checkbox .md-checkbox-label {
    height: auto !important
}

.email-note {
    font-size: .8em
}

.alt-last {
    padding-bottom: 2em;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 2em
}

.btn-grey, .btn-pink {
    padding: 1em !important;
    min-height: 50px;
    text-transform: capitalize !important
}

.required {
    color: red
}

input[disabled], select[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    background: #ededed
}

.md-tooltip {
    font-size: 12px !important
}

.mat-tooltip.tooltip {
    background-color: #00008b;
    font-size: 12px
}

.form-frame .form__label {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    color: #ff607f !important;
    font-weight: 600 !important;
    font-size: 15px !important
}

.btn-pink[disabled] {
    background-color: #ff9aae !important;
    cursor: not-allowed !important
}

.error {
    border-color: red !important
}

.section-web--form .section__actions h5 {
    font-size: 23px !important
}

.fa-user {
    padding-right: 1em
}

::-moz-placeholder {
    color: #d6d6d6
}

:-ms-input-placeholder {
    color: #d6d6d6
}

::placeholder {
    color: #d6d6d6
}

.md-checkbox.md-theme-default.md-checked .md-ripple {
    color: #ff607f !important
}

.md-checkbox.md-theme-default.md-checked .md-checkbox-container {
    background-color: #ff607f !important;
    border-color: #ff607f !important
}

.fa-question-circle {
    color: #ff607f !important
}

.section-web .section__content--grey[data-v-a4db74b6] {
    padding: 48px 30px 34px
}

table[data-v-a4db74b6] {
    width: auto !important;
    border-collapse: collapse;
    border-spacing: 0
}

.mobile-wrap[data-v-a4db74b6] {
    zoom: 50%
}

.mb-2[data-v-402addc2] {
    height: 55px;
    text-align: left
}

.md-checkbox[data-v-402addc2] {
    margin: 0
}

.custom-checkbox--large[data-v-402addc2] {
    padding: 6px 5px 6px 15px
}

.custom-control-check[data-v-402addc2] {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    min-width: 240px;
    text-align: left
}

.md-checkbox .md-checkbox-label[data-v-402addc2] {
    height: 20px;
    padding-left: 16px;
    position: relative;
    line-height: 17px;
    min-width: 200px
}

.checkbox-label[data-v-402addc2] {
    height: 20px;
    padding-left: 30px;
    position: relative;
    line-height: 17px;
    min-width: 200px;
    margin-bottom: 0
}

.sub-label[data-v-402addc2] {
    font-size: 12px;
    color: grey;
    font-weight: 300
}

.cust-check[data-v-402addc2] {
    width: 100%
}

.search .search__btn[data-v-402addc2] {
    background-color: #ff607f;
    border-radius: 2px;
    padding: 4px 10px 3px;
    border: 0;
    display: inline-block;
    border: 1px solid #ff607f
}

.list-checks li + li[data-v-402addc2] {
    padding-left: 52px;
    margin-left: 52px;
    border-left: 0
}

.promo-wrap[data-v-402addc2] {
    display: inline-block;
    width: 50%;
    padding: .5em
}

.btn-blue[data-v-402addc2], .btn-green[data-v-402addc2], .btn-grey[data-v-402addc2] {
    text-transform: capitalize !important;
    min-width: 135px !important;
    min-height: 36px;
    padding: 0 8px !important
}

.fa-question-circle[data-v-402addc2] {
    padding-left: .5em;
    font-size: 18px
}

.custom-column[data-v-402addc2] {
    flex-direction: row
}

.custom-mb2[data-v-402addc2] {
    min-height: 70px !important
}

.custom-mb2 .custom-checkbox--large[data-v-402addc2] {
    padding: 8px 5px 6px 15px
}

.md-button[data-v-402addc2]:focus, .md-button[data-v-402addc2]:visited, .md-ripple[data-v-402addc2] {
    color: #fff !important
}

.section-web .section__note p[data-v-402addc2] {
    text-align: left
}

.popup-names[data-v-402addc2] {
    overflow: auto;
    max-height: 400px;
    padding: .5em 2em !important
}

.promo-wrap-wide[data-v-402addc2] {
    display: inline-block;
    width: 100%;
    padding: .5em
}

.popup .popup__head[data-v-402addc2] {
    font-weight: 500
}

.name-a[data-v-402addc2] {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.06;
    letter-spacing: -.01em;
    color: #3359d7;
    text-transform: uppercase;
    max-width: 80px;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .col-xl-6[data-v-402addc2] {
        flex: 0 0 70%;
        max-width: 70%
    }
}

.list-checks-mobile li[data-v-402addc2] {
    text-align: left;
    padding: 1em
}

.btn-grey-small[data-v-402addc2] {
    background-color: #c4c4c4;
    box-shadow: 2px 2px 5px 0 #c4c4c4
}

.btn-blue-small[data-v-402addc2], .btn-grey-small[data-v-402addc2] {
    color: #fff !important;
    min-width: auto;
    height: 25px;
    margin: 6px 8px;
    padding: 0 1em;
    font-size: 13px
}

.btn-blue-small[data-v-402addc2] {
    background-color: #5ea6f1;
    box-shadow: 2px 2px 5px 0 #5ea6f1
}

.btn-green-small[data-v-402addc2] {
    background-color: #4bbe56;
    box-shadow: 2px 2px 5px 0 #5ef16b;
    color: #fff !important;
    min-width: auto;
    height: 25px;
    margin: 6px 8px;
    padding: 0 1em;
    font-size: 13px
}

.list-tags li[data-v-402addc2] {
    width: auto
}

.list-tags[data-v-402addc2] {
    border-bottom: 1px solid #ededed;
    padding-bottom: 1em
}

.custom-checkbox--large[data-v-402addc2] {
    display: inline-block
}

@media (max-width: 991px) {
    .boxes .boxes__actions--mobile[data-v-402addc2] {
        z-index: 10
    }
}

.popup-names[data-v-402addc2] {
    max-height: 500px !important
}

@media (max-width: 767px) {
    .list-buttons--mobile li[data-v-402addc2] {
        width: auto;
        display: inline-block
    }
}

.list input[data-v-402addc2] {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 20px;
    width: 20px
}

.select[data-v-402addc2]:before {
    z-index: 5;
    right: 11px;
    display: none;
    background-image: none
}

.select select[data-v-402addc2] {
    z-index: 4;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.select[data-v-402addc2]:after {
    z-index: 3;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAYAAADtaU2/AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAHqADAAQAAAABAAAAGAAAAABmyeCfAAAAz0lEQVRIDWP8n1D/n2EAANMA2Am2ctRiuoX8aFAP/6BmIcqLAQ4MDP5ATAj8+MXAMGUFA8PVe4RUMhBn8YYDDAx//zEwBDnhNhBkae9iBoY7j3GrQZIhPlVvPsTAsGQbklYkJomWgnQS52OYHXtPQVgxXjARBoav3xkYJiwj2qcwjaRZDNIFszzak4Hh2w8Ghq6FDAyPXsDMI5om3WKY5T9+MjA8fkmWpSAjyLMYpPPoRRBJNiA+cZFtBXaNoxZjDxcaiI4GNQ0CFbuRAxbUAN+WMGmXcZ/gAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px
}

.md-field.md-clearable .md-input[data-v-402addc2] {
    padding-right: 30px;
    font-size: 14px;
    letter-spacing: -.01em;
    color: #b5b4b4;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 4px 17px 3px;
    height: 28px
}

.md-field[data-v-402addc2]:after, .md-field[data-v-402addc2]:before {
    display: none
}

.md-field[data-v-402addc2] {
    width: 100%;
    min-height: 28px;
    margin: 0;
    padding-top: 0;
    display: flex;
    position: relative;
    font-family: inherit
}

.md-field .md-input-action[data-v-402addc2] {
    top: 0 !important;
    right: 4px;
    width: 20px;
    min-width: 20px
}

.custom-checkbox-grey[data-v-402addc2]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 5px;
    height: 100%;
    background-color: #ff607f !important
}

.btn--filter span[data-v-402addc2] {
    padding-right: 0 !important
}

.popup__content[data-v-402addc2] {
    overflow: auto;
    max-height: 500px
}

.sidebar .sidebar__box[data-v-70cb4ad8] {
    margin-bottom: 0
}

.sidebar .sidebar__foot[data-v-70cb4ad8] {
    margin-top: 27px
}

.member-wrap[data-v-70cb4ad8] {
    margin: 0 10px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf
}

.green-border[data-v-70cb4ad8] {
    border-bottom: 2px solid #8ef87a
}

.sidebar .sidebar__box__pink[data-v-70cb4ad8] {
    background-color: #ff607f
}

.trunculate[data-v-70cb4ad8] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px
}

.fa-times[data-v-70cb4ad8] {
    color: red !important;
    font-size: 15px
}

.fa-edit[data-v-70cb4ad8] {
    color: #ff7600 !important;
    font-size: 15px
}

.w-70[data-v-70cb4ad8] {
    width: 50px
}

table td[data-v-70cb4ad8] {
    overflow-wrap: break-word
}

.table tbody + tbody[data-v-70cb4ad8] {
    border-top: 0
}

.basket-message label[data-v-70cb4ad8] {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    color: #878787;
    display: block
}

.basket-message[data-v-70cb4ad8] {
    font-size: 11px;
    padding: .2rem .75rem
}

.b-t-pink[data-v-70cb4ad8] {
    background: #fff5f7;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px
}

.md-dialog[data-v-70cb4ad8] .md-dialog-container {
    max-width: 768px
}

.md-dialog-content[data-v-70cb4ad8] {
    padding: 0 24px 24px;
    flex: 1;
    flex-basis: auto;
    overflow: auto;
    position: relative;
    max-height: 380px
}

.btn-grey[data-v-70cb4ad8] {
    text-transform: capitalize !important;
    min-width: 135px !important;
    min-height: 36px;
    padding: 0 8px !important
}

.md-dialog-title[data-v-70cb4ad8] {
    margin-bottom: 15px;
    padding: 1em;
    background: #ededed;
    border-bottom: 1px solid #dcdcdc
}

.table[data-v-70cb4ad8] {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    max-height: 250px;
    overflow: auto
}

.btn-grey-small[data-v-70cb4ad8] {
    text-transform: capitalize !important;
    min-width: 135px !important;
    min-height: 36px;
    padding: 0 8px !important
}

.total-wrap[data-v-70cb4ad8] {
    border-top: 1px solid #ededed;
    padding-top: 1em
}

.sidebar a[data-v-70cb4ad8] {
    color: #fff !important
}

.table .table-mobile td[data-v-70cb4ad8], .table th[data-v-70cb4ad8] {
    padding: .75rem .25rem;
    font-size: .9em
}

.pink[data-v-70cb4ad8] {
    color: #ff607f !important;
    font-size: 14px !important
}

.fee[data-v-70cb4ad8] {
    padding-bottom: .5em
}

[data-v-70cb4ad8] .md-radio.md-theme-default.md-checked .md-radio-container {
    border-color: #ff607f
}

    [data-v-70cb4ad8] .md-radio.md-theme-default.md-checked .md-radio-container:after {
        background-color: #ff607f
    }

.md-dialog[data-v-70cb4ad8] .md-dialog-title {
    margin-bottom: 20px;
    padding: 12px 24px 12px;
    background: #ff607f;
    color: #fff
}

.item-recipient-container[data-v-70cb4ad8] {
    display: flex;
    justify-content: space-between
}

.img-detail-container[data-v-110fca43] {
    width: 77%;
    height: 350px;
    border-radius: 5px;
    background-color: grey
}

.main-detail[data-v-110fca43] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 500px;
    overflow: auto
}

.description-container[data-v-110fca43] {
    width: 100%
}

.desc-title[data-v-110fca43] {
    display: flex;
    justify-content: center
}

.md-dialog-title-style[data-v-110fca43] {
    margin-bottom: 20px;
    padding: 12px 24px 12px;
    background: #ff607f;
    color: #fff
}

img[data-v-110fca43] {
    width: 100% !important;
    height: 100% !important;
    border-radius: 3px
}

.basket-img-container[data-v-e6966f7c] {
    width: 100%;
    height: 150px;
    background-color: #b9b7b7;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 2px rgba(143,140,140,.62);
    margin-bottom: 6px;
    position: relative
}

i[data-v-e6966f7c] {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 25px;
    color: #ff607f;
    cursor: pointer
}

img[data-v-e6966f7c] {
    width: 100% !important;
    height: 100% !important;
    border-radius: 3px
}

.box-form[data-v-7c951563]:after {
    width: 100% !important;
    background-color: #ff607f
}

.wide[data-v-7c951563] {
    flex: 0 0 95%;
    max-width: 95%
}

.sidebar[data-v-7c951563] {
    position: fixed;
    min-height: auto;
    height: auto;
    min-width: 600px
}

.btn-pink[disabled][data-v-7c951563], .disabled[data-v-7c951563] {
    background: #c4c4c4 !important;
    box-shadow: 2px 2px 5px 0 #c4c4c4;
    cursor: not-allowed
}

.sub-head[data-v-7c951563] {
    text-align: left;
    font-size: 20px;
    padding-bottom: 1em;
    color: #ff607f
}

.m-t-3[data-v-7c951563] {
    margin-top: 3em
}

.tabs .tabs__nav ul[data-v-7c951563] {
    margin-bottom: 0;
    text-align: left
}

.sidebar-relative[data-v-7c951563] {
    position: relative
}

@media (max-width: 1200px) {
    .content[data-v-7c951563] {
        padding: 10px
    }
}

@media (max-width: 767px) {
    .tabs .tabs__nav ul li a[data-v-7c951563] {
        padding: 5px;
        font-size: 12px
    }

    .sidebar[data-v-7c951563] {
        position: relative;
        min-width: auto
    }

    .member-wrap[data-v-7c951563] {
        margin: 0
    }

    .sidebar .sidebar__actions[data-v-7c951563] {
        padding: 0
    }

    .sub-head[data-v-7c951563] {
        font-size: 18px
    }

    h4[data-v-7c951563] {
        font-weight: 600;
        font-size: 14px
    }
}

.md-dialog[data-v-7c951563] .md-dialog-title {
    margin-bottom: 20px;
    padding: 12px 24px 12px;
    background: #ff607f;
    color: #fff
}

.select[data-v-7c951563]:after {
    z-index: 3;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAYAAADtaU2/AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAHqADAAQAAAABAAAAGAAAAABmyeCfAAAAz0lEQVRIDWP8n1D/n2EAANMA2Am2ctRiuoX8aFAP/6BmIcqLAQ4MDP5ATAj8+MXAMGUFA8PVe4RUMhBn8YYDDAx//zEwBDnhNhBkae9iBoY7j3GrQZIhPlVvPsTAsGQbklYkJomWgnQS52OYHXtPQVgxXjARBoav3xkYJiwj2qcwjaRZDNIFszzak4Hh2w8Ghq6FDAyPXsDMI5om3WKY5T9+MjA8fkmWpSAjyLMYpPPoRRBJNiA+cZFtBXaNoxZjDxcaiI4GNQ0CFbuRAxbUAN+WMGmXcZ/gAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px
}

.select select[data-v-7c951563] {
    z-index: 4;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.select[data-v-7c951563]:before {
    display: none
}

.required[data-v-7c951563] {
    display: block;
    width: 100%;
    text-align: left;
    color: red
}

.error[data-v-7c951563] {
    border-color: red
}

.custom-basket[data-v-7c951563] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer
}

.selected-custom-basket[data-v-7c951563] {
    border-width: 2px;
    border-style: solid;
    border-color: #ff607f;
    border-radius: 5px
}

.md-dialog[data-v-0d695a7b] .md-dialog-title {
    margin-bottom: 20px;
    padding: 12px 24px 12px;
    background: #ff607f;
    color: #fff
}

.no_padding[data-v-0d695a7b] {
    padding: 0 !important
}

.box-form[data-v-0d695a7b]:after {
    width: 100% !important;
    background-color: #ff607f
}

.btn-green[data-v-0d695a7b] {
    text-transform: capitalize !important;
    padding: 1em;
    min-height: 45px
}

.form__label[data-v-0d695a7b] {
    text-align: left;
    padding-left: 0;
    width: 100%
}

.form-frame--alt .form__label[data-v-0d695a7b] {
    padding-left: 0
}

.fa-cc-paypal[data-v-0d695a7b], .fa-credit-card[data-v-0d695a7b], .fa-money-check[data-v-0d695a7b] {
    font-size: 1.2em;
    padding-left: .5em;
    color: #ff607f
}

.icon-wrap[data-v-0d695a7b] {
    display: inline-block;
    font-size: 3em;
    padding-right: .5em;
    padding-top: .2em
}

.fa-cc-visa[data-v-0d695a7b] {
    color: #0053a1
}

.fa-cc-mastercard[data-v-0d695a7b] {
    color: #f79f14
}

.fa-cc-amex[data-v-0d695a7b] {
    color: #258ae8
}

.fa-cc-discover[data-v-0d695a7b] {
    color: #9ca0a6
}

.md-checkbox .md-checkbox-label[data-v-0d695a7b] {
    height: 20px;
    padding-left: 16px;
    position: relative;
    line-height: 26px;
    margin: 0
}

.md-checkbox[data-v-0d695a7b] {
    margin: 0 1em
}

    .md-checkbox[data-v-0d695a7b] .md-checkbox-label {
        margin: 0 im !important;
        line-height: 26px
    }

.p-wrap[data-v-0d695a7b] {
    display: inline-block;
    width: 50%
}

.p-value[data-v-0d695a7b] {
    padding-left: 10px;
    font-weight: 500;
    font-size: 15px
}

.err-msg[data-v-0d695a7b] {
    color: red;
    font-weight: 600;
    font-size: 11px;
    float: right
}

.error[data-v-0d695a7b] {
    border-color: red !important
}

.select-field[data-v-0d695a7b] {
    width: 100%;
    height: 42px;
    border-radius: .25rem;
    border: 1px solid #e7e7e7;
    padding: 0 10px
}

.sel-wrap[data-v-0d695a7b] {
    display: inline-block;
    width: 50%;
    padding: 0 5px 0 0
}

.sel-wrap-mobile[data-v-0d695a7b] {
    display: block;
    width: 100%;
    padding: 0 5px 0 0
}

.sidebar-relative[data-v-0d695a7b] {
    position: relative
}

[data-v-0d695a7b] .md-radio.md-theme-default.md-checked .md-radio-container {
    border-color: #ff607f
}

    [data-v-0d695a7b] .md-radio.md-theme-default.md-checked .md-radio-container:after {
        background-color: #ff607f
    }

[data-v-0d695a7b] .md-dialog-actions button:first-child {
    background: #ff607f;
    padding-right: 1em;
    padding-left: 1em;
    color: #fff
}

[data-v-0d695a7b] .md-dialog-actions button:nth-child(2) {
    background: #4bbe56;
    padding-right: 1em;
    padding-left: 1em;
    color: #fff
}

[data-v-0d695a7b] .md-dialog-actions {
    justify-content: center
}

.main-wrap[data-v-4c104642] {
    padding: 3em 2em
}

.fa-check[data-v-4c104642] {
    font-size: 4em;
    color: #ff607f
}

h1[data-v-4c104642] {
    color: #ff607f;
    font-weight: 600;
    text-align: center
}

.order-time[data-v-4c104642] {
    float: right;
    font-size: .8em
}

.table[data-v-4c104642] {
    border: 1px solid #f1f0f0
}

.text-align-center[data-v-4c104642] {
    text-align: center
}

.disc[data-v-4c104642] {
    background: #f1f0f0;
    font-weight: 600
}

.disc-t[data-v-4c104642] {
    color: #4bbe56
}

.p-details[data-v-4c104642] {
    padding: .5em 1em;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    font-weight: 600;
    background: #f1f0f0
}

.trans-head[data-v-4c104642] {
    margin: 2em 0 0;
    padding: 1em;
    text-align: left;
    background: #ff607f;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500
}

.order-d-header[data-v-4c104642] {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 2em;
    padding-bottom: 1em;
    border-bottom: 3px solid #ff607f
}

.total[data-v-4c104642] {
    background: #ff607f;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600
}

.email-wrap[data-v-4c104642] {
    display: inline-block;
    width: 70%
}

.icon-wrap[data-v-4c104642] {
    font-size: 50px;
    padding: 10px;
    color: #ff607f
}

.email_wrap h1[data-v-4c104642] {
    font-size: 21px
}

.reciprocity[data-v-4c104642] {
    padding: 1em 1em 0;
    font-size: 18px;
    font-weight: 600
}

.table_compact td[data-v-4c104642] {
    padding: .25rem .75rem;
    font-size: .8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.paylater[data-v-4c104642] {
    padding: 1em;
    border: 2px solid #ff607f;
    margin-top: 1em
}

.mb-2[data-v-63730470] {
    height: 55px;
    text-align: left
}

.md-checkbox[data-v-63730470] {
    margin: 0
}

.custom-checkbox--large[data-v-63730470] {
    padding: 6px 5px 6px 15px
}

.custom-control-check[data-v-63730470] {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    min-width: 240px;
    text-align: left
}

.md-checkbox .md-checkbox-label[data-v-63730470] {
    height: 20px;
    padding-left: 16px;
    position: relative;
    line-height: 17px;
    min-width: 200px
}

.checkbox-label[data-v-63730470] {
    height: 20px;
    padding-left: 30px;
    position: relative;
    line-height: 17px;
    min-width: 200px;
    margin-bottom: 0
}

.sub-label[data-v-63730470] {
    font-size: 12px;
    color: grey;
    font-weight: 300
}

.cust-check[data-v-63730470] {
    width: 100%
}

.search .search__btn[data-v-63730470] {
    background-color: #ff607f;
    border-radius: 2px;
    padding: 4px 10px 3px;
    border: 0;
    display: inline-block;
    border: 1px solid #ff607f
}

.list-checks li + li[data-v-63730470] {
    padding-left: 52px;
    margin-left: 52px;
    border-left: 0
}

.promo-wrap[data-v-63730470] {
    display: inline-block;
    width: 50%;
    padding: .5em
}

.btn-blue[data-v-63730470], .btn-green[data-v-63730470], .btn-grey[data-v-63730470] {
    text-transform: capitalize !important;
    min-width: 135px !important;
    min-height: 36px;
    padding: 0 8px !important
}

.fa-question-circle[data-v-63730470] {
    padding-left: .5em;
    font-size: 18px
}

.custom-column[data-v-63730470] {
    flex-direction: row
}

.custom-mb2[data-v-63730470] {
    min-height: 70px !important
}

.custom-mb2 .custom-checkbox--large[data-v-63730470] {
    padding: 8px 5px 6px 15px
}

.md-button[data-v-63730470]:focus, .md-button[data-v-63730470]:visited, .md-ripple[data-v-63730470] {
    color: #fff !important
}

.section-web .section__note p[data-v-63730470] {
    text-align: left
}

.popup-names[data-v-63730470] {
    overflow: auto;
    max-height: 400px;
    padding: .5em 2em !important
}

.promo-wrap-wide[data-v-63730470] {
    display: inline-block;
    width: 100%;
    padding: .5em
}

.popup .popup__head[data-v-63730470] {
    font-weight: 500
}

.name-a[data-v-63730470] {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.06;
    letter-spacing: -.01em;
    color: #3359d7;
    text-transform: uppercase;
    max-width: 80px;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .col-xl-6[data-v-63730470] {
        flex: 0 0 70%;
        max-width: 70%
    }
}

.list-checks-mobile li[data-v-63730470] {
    text-align: left;
    padding: 1em
}

.btn-grey-small[data-v-63730470] {
    background-color: #c4c4c4;
    box-shadow: 2px 2px 5px 0 #c4c4c4
}

.btn-blue-small[data-v-63730470], .btn-grey-small[data-v-63730470] {
    color: #fff !important;
    min-width: auto;
    height: 25px;
    margin: 6px 8px;
    padding: 0 1em;
    font-size: 13px
}

.btn-blue-small[data-v-63730470] {
    background-color: #5ea6f1;
    box-shadow: 2px 2px 5px 0 #5ea6f1
}

.btn-green-small[data-v-63730470] {
    background-color: #4bbe56;
    box-shadow: 2px 2px 5px 0 #5ef16b;
    color: #fff !important;
    min-width: auto;
    height: 25px;
    margin: 6px 8px;
    padding: 0 1em;
    font-size: 13px
}

.list-tags li[data-v-63730470] {
    width: auto
}

.list-tags[data-v-63730470] {
    border-bottom: 1px solid #ededed;
    padding-bottom: 1em
}

.custom-checkbox--large[data-v-63730470] {
    display: inline-block
}

@media (max-width: 991px) {
    .boxes .boxes__actions--mobile[data-v-63730470] {
        z-index: 10
    }
}

.popup-names[data-v-63730470] {
    max-height: 500px !important
}

@media (max-width: 767px) {
    .list-buttons--mobile li[data-v-63730470] {
        width: auto;
        display: inline-block
    }
}

.list input[data-v-63730470] {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 20px;
    width: 20px
}

.select[data-v-63730470]:before {
    z-index: 5;
    right: 11px
}

.select select[data-v-63730470] {
    z-index: 4;
    background-color: transparent
}

.select[data-v-63730470]:after {
    z-index: 3
}

.md-field.md-clearable .md-input[data-v-63730470] {
    padding-right: 30px;
    font-size: 14px;
    letter-spacing: -.01em;
    color: #b5b4b4;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 4px 17px 3px;
    height: 28px
}

.md-field[data-v-63730470]:after, .md-field[data-v-63730470]:before {
    display: none
}

.md-field[data-v-63730470] {
    width: 100%;
    min-height: 28px;
    margin: 0;
    padding-top: 0;
    display: flex;
    position: relative;
    font-family: inherit
}

.md-field .md-input-action[data-v-63730470] {
    top: 0 !important;
    right: 4px;
    width: 20px;
    min-width: 20px
}

.last-year-p[data-v-63730470] {
    text-align: left;
    color: #777;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 0
}

.container--large[data-v-63730470] {
    min-height: 800px
}

.filters[data-v-63730470] {
    padding-left: 22px;
    padding-top: 1em
}

.last-year-p strong[data-v-63730470] {
    font-size: 24px;
    color: #004eff
}

.l-y-sub[data-v-63730470] {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #989898
}

.r-wrap[data-v-63730470] {
    padding: 1em;
    border: 1px solid red;
    margin-bottom: 3em
}

.section-web .section__actions[data-v-63730470] {
    padding-bottom: 0
}

.review-1[data-v-63730470], .review[data-v-63730470] {
    font-weight: 600;
    display: block;
    font-size: 13px
}

.review[data-v-63730470] {
    color: red;
    font-size: 15px
}

.review-1[data-v-63730470] {
    color: #989898
}

.mobile-wrap .last-year-p strong[data-v-63730470] {
    font-size: 21px !important
}

.mobile-wrap .m-b-0[data-v-63730470] {
    margin-bottom: 1em !important
}

.mobile-wrap .review[data-v-63730470] {
    margin-bottom: 10px
}

.mobile-controll[data-v-63730470] {
    text-align: left;
    padding-top: 1em
}

.mobile-wrap .filters[data-v-63730470] {
    padding-left: 0;
    display: inline-block
}

.mobile-controll .align-items-center[data-v-63730470] {
    text-align: left !important;
    display: inline-block;
    width: 50%
}

.mobile-controll p[data-v-63730470] {
    text-align: left;
    display: inline-block
}

.mobile-wrap .last-year-p[data-v-63730470] {
    margin-bottom: 10px
}

.promo-header[data-v-029205d8] {
    margin: 2em 0 2em;
    font-size: 23px;
    line-height: 40px;
    background: #ff607f;
    padding: 1em;
    color: #fff
}

.btn-wrap[data-v-029205d8] {
    padding: 1em;
    text-align: center;
    margin-top: 1em
}

.main_wrap[data-v-144e43a5] {
    padding: 3em
}

.main_wrap .fa-paypal[data-v-144e43a5] {
    font-size: 7em;
    color: #003087
}

.btn-fake[data-v-144e43a5] {
    border: none;
    background: none;
    text-decoration: underline;
    color: #3c91e8
}

input[type=text][data-v-144e43a5] {
    visibility: hidden
}

.main-wrap[data-v-01ba4670] {
    padding: 3em 2em
}

.fa-check[data-v-01ba4670] {
    font-size: 1.5em;
    color: #4bbe56
}

.fa-times[data-v-01ba4670] {
    font-size: 1.5em;
    color: red
}

h1[data-v-01ba4670] {
    color: #ff607f;
    font-weight: 600;
    text-align: center
}

.order-time[data-v-01ba4670] {
    float: right;
    font-size: .8em
}

.table[data-v-01ba4670] {
    border: 1px solid #f1f0f0
}

.text-align-center[data-v-01ba4670] {
    text-align: center
}

.disc[data-v-01ba4670] {
    background: #f1f0f0;
    font-weight: 600
}

.disc-t[data-v-01ba4670] {
    color: #4bbe56
}

.p-details[data-v-01ba4670] {
    padding: .5em 1em;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    font-weight: 600;
    background: #f1f0f0
}

.trans-head[data-v-01ba4670] {
    margin: 2em 0 0;
    padding: 1em;
    text-align: left;
    background: #ff607f;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500
}

.order-d-header[data-v-01ba4670] {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 2em;
    padding-bottom: 1em;
    border-bottom: 3px solid #ff607f
}

.total[data-v-01ba4670] {
    background: #ff607f;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600
}

.email-wrap[data-v-01ba4670] {
    display: inline-block;
    width: 70%
}

.icon-wrap[data-v-01ba4670] {
    font-size: 50px;
    padding: 10px;
    color: #ff607f
}

.email_wrap h1[data-v-01ba4670] {
    font-size: 21px
}

.reciprocity[data-v-01ba4670] {
    padding: 1em 1em 0;
    font-size: 18px;
    font-weight: 600
}

.table_compact td[data-v-01ba4670] {
    padding: .25rem .75rem;
    font-size: .8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.paylater[data-v-01ba4670] {
    padding: 1em;
    border: 2px solid #ff607f;
    margin-top: 1em
}

.text-right[data-v-01ba4670] {
    padding-right: 1.5em
}

.btn-grey[data-v-01ba4670] {
    padding: .5em !important;
    min-height: 20px;
    margin: 0 .3em .3em;
    min-width: 100px !important
}

.selyear[data-v-01ba4670] {
    background: #ff607f !important
}

.fa-angle-left[data-v-01ba4670] {
    color: #fff;
    padding-right: 1em;
    font-size: 1.2em
}

.nodata[data-v-01ba4670] {
    background-color: #f1f0f0;
    padding: 1em;
    font-weight: 600
}

.blue-a[data-v-01ba4670] {
    color: #ff607f !important;
    font-weight: 600;
    text-decoration: underline !important
}

#app {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    margin-top: 0
}

.loading-wrap {
    position: absolute;
    width: 100%;
    background: rgba(41,41,41,.24);
    height: 100%;
    z-index: 1000;
    text-align: center
}

.md-progress-spinner {
    top: 40%
}

:root {
    --md-theme-default-primary: #448aff;
    --md-theme-default-accent: #ff607f;
    --md-theme-default-theme: "light"
}

.md-accent {
    z-index: 1000
}

.btn-green {
    background-color: #4bbe56 !important;
    box-shadow: 2px 2px 5px 0 #5ef16b;
    color: #fff !important;
    min-width: 120px !important
}

    .btn-green:hover {
        background-color: #33ca41 !important;
        box-shadow: 2px 2px 5px 0 #33ca41
    }

.btn-blue {
    background-color: #5ea6f1 !important;
    box-shadow: 2px 2px 5px 0 #5ea6f1;
    color: #fff !important;
    min-width: 120px !important
}

    .btn-blue:hover {
        background-color: rgba(68,138,255,.8) !important;
        box-shadow: 2px 2px 5px 0 rgba(68,138,255,.8)
    }

.btn-grey {
    background-color: #c4c4c4 !important;
    box-shadow: 2px 2px 5px 0 #c4c4c4;
    color: #fff !important;
    min-width: 120px !important
}

    .btn-grey:hover {
        background-color: #8e8e8e !important;
        box-shadow: 2px 2px 5px 0px#8e8e8e
    }

.btn-pink, .btn-pink:hover {
    background-color: #ff607f !important;
    box-shadow: 2px 2px 5px 0 #ff607f;
    color: #fff !important;
    min-width: 120px !important
}

#ff607f .p-b-1 {
    padding-bottom: 1em
}

a[href^=tel], button[disabled], input[disabled], select[disabled], textarea[disabled] {
    cursor: not-allowed !important
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #ff607f
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ff315a
    }

body, html {
    height: 100%
}

header {
    position: fixed;
    position: -webkit-sticky;
    top: 0
}

::-moz-placeholder {
    color: #f1f1f1;
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    color: #f1f1f1;
    opacity: 1
}

:-ms-input-placeholder {
    color: #f1f1f1
}

::-ms-input-placeholder {
    color: #f1f1f1
}

.wrapper {
    background: #fff
}

.m-t-1 {
    margin-top: 1em
}

.m-b-1 {
    margin-bottom: 1em
}

.m-r-1 {
    margin-right: 1em
}

.m-l-1 {
    margin-left: 1em
}

.m-b-0 {
    margin-bottom: 0 !important
}

.p-t-1 {
    padding-top: 1em !important
}

.p-b-1 {
    padding-bottom: 1em !important
}

.p-l-1 {
    padding-left: 1em !important
}

.p-r-1 {
    padding-right: 1em !important
}

.p-t-2 {
    padding-top: 2em !important
}

.p-b-2 {
    padding-bottom: 2em !important
}

.p-l-2 {
    padding-left: 2em !important
}

.p-r-2 {
    padding-right: 2em !important
}

.md-field .md-input-action {
    top: 0 !important;
    right: 4px;
    width: 20px;
    min-width: 20px
}

.info-tooltip {
    background: #ff607f !important;
    width: 500px !important;
    white-space: normal !important;
    height: auto !important;
    overflow: visible;
    padding: 1em !important;
    border: 1px solid #ff607f !important
}

.fa-question-circle {
    color: #ff607f
}

.btn--filter span {
    padding-right: 0
}

.md-disabled .md-checkbox-container {
    border-color: rgb(111 111 111/26%);
    background-color: #dedede !important;
    cursor: not-allowed !important
}

.fixed-side-actions {
    position: fixed;
    bottom: 15px;
    min-width: 600px;
    background: hsla(0,0%,67.8%,.09);
    padding: 1em !important;
    right: 10px
}

.btn-grey-long {
    height: 43px;
    min-height: 43px;
    text-decoration: none !important;
    padding: 14px !important;
    min-width: 140px !important;
    border-radius: 3px;
    font-size: 14px !important;
    line-height: 13px !important
}

@media only screen and (min-width: 70em) and (max-width:89em) {
    .sidebar {
        right: 0
    }

    .fixed-side-actions, .sidebar {
        min-width: 550px;
        font-size: 11px !important
    }

        .sidebar .sidebar__foot .blue, .sidebar .sidebar__foot p {
            font-size: 12px !important
        }
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

    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
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    line-height: inherit
}

button, input {
    overflow: visible
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

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-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer:before {
        content: "\2014 \00A0"
    }

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: 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-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0,0%,100%,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0,0%,100%,.075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        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%;
    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
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    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 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.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 ~ .custom-file-label:after, .was-validated .custom-file-input:valid ~ .custom-file-label:after {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    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 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.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 ~ .custom-file-label:after, .was-validated .custom-file-input:invalid ~ .custom-file-label:after {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    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 {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        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 {
    font-weight: 400;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        background-color: transparent
    }

    .btn-link.focus, .btn-link:focus, .btn-link:hover {
        text-decoration: underline;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=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: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

    .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group, .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        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 {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .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 {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-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 {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label:before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label:before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg, .custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-label:after {
            border-color: #80bdff
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label, .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057
    }

        .custom-file-label:after {
            bottom: 0;
            z-index: 3;
            display: block;
            height: 2.25rem;
            content: "Browse";
            background-color: #e9ecef;
            border-left: 1px solid #ced4da;
            border-radius: 0 .25rem .25rem 0
        }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -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 screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -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 screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -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 screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: 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
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link: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: #007bff
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    padding: .5rem 1rem
}

    .navbar, .navbar > .container, .navbar > .container-fluid {
        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:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        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 {
            flex-wrap: nowrap
        }

        .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 {
        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 {
            flex-wrap: nowrap
        }

        .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 {
        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 {
            flex-wrap: nowrap
        }

        .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 {
        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 {
            flex-wrap: nowrap
        }

        .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 {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0,0%,100%,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0
            }
}

.card-columns .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 .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: 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 {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

.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;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-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 {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover, .popover .arrow {
        position: absolute;
        display: block
    }

        .popover .arrow {
            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:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc(-.5rem + -1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .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:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .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:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: transform .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        transform: translateZ(0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .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: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: hsla(0,0%,100%,.5)
    }

        .carousel-indicators li:before {
            top: -10px
        }

        .carousel-indicators li:after, .carousel-indicators li:before {
            position: absolute;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li:after {
            bottom: -10px
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@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-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@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
    }
}

.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 {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :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
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.ico-arrow-down-blue {
    background-position: 40% 69.62025316455697%;
    background-size: 3150% 2075%;
    width: 10px
}

.ico-arrow-down-blue, .ico-arrow-down-white {
    background-image: url(data:image/png;base64,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);
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-arrow-down-white {
    background-position: 11.437908496732026% 93.0379746835443%;
    background-size: 3500% 2075%;
    width: 9px
}

.ico-arrow-down {
    background-position: 44.73684210526316% 69.18238993710692%;
    background-size: 2863.6363636363635% 2371.4285714285716%;
    width: 11px;
    height: 7px
}

.ico-arrow-down, .ico-arrow-left {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-arrow-left {
    background-position: 5.333333333333334% 96.71052631578947%;
    background-size: 2100% 1185.7142857142858%;
    width: 15px;
    height: 14px
}

.ico-arrow-right {
    background-position: 99.67532467532467% 25.806451612903224%;
    background-size: 4500% 1509.0909090909092%;
    width: 7px;
    height: 11px
}

.ico-arrow, .ico-arrow-right {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-arrow {
    background-position: 28.523489932885905% 71.89542483660131%;
    background-size: 1852.9411764705883% 1276.923076923077%;
    width: 17px;
    height: 13px
}

.ico-bubble {
    background-position: 41.007194244604314% 36.36363636363637%;
    background-size: 851.3513513513514% 296.42857142857144%;
    width: 37px;
    height: 56px
}

.ico-bubble, .ico-cart {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA4CAYAAAChbZtkAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAYlSURBVGhD7ZpdbFRFFMdnttt2V9pSEYMQklZ8oIUE+TCiCWgiMZhoND6Y6AMIaiCgCS3RiIbo6gMPamhjQFJ8aNOaaKKRhMQIMfDSRsEEBQx2CZGWWIog2C6l2V16d8dz5p5d7rb37p25925bTX/JZM6ZnYX5d77OzA6bYYb/F5zywBCbYyuZYI+Aiake0jIsh09mmzlPmDk7C6kf0gloxQneHvtFlpaYQASbIsUGMJ+C1CAL9YlDOsI47yqleF+CqTdbwVpLRQHBu6FlTaUQ7klw74H2+oaTlz4EodirJYR3xVfXvde4bTMO/UDQFiw2xbZDtgcsmpOlRs75d3lH7DPT94ey4L1790abz95sK32vOsG7WpbVbN25c2eSCjyhJLgl1lLb1J84HPxc1YV3t9bPfrY51jxMBdq4CjbFDv8EptfVN2jirfW1j3oVHaLcFhzGZs9OG7FIA7YJ20a+FkUF05yd4mFsh1hrtk0fR8HmajxVC5QKYgPtGFrYCsZ9FjLYeqY9e6itytguWvCX63Tt3Xlz2NiTq6XJKyuYSN9m5V98L/3JBULRjthGclyZIJji4lPkFkUc3M14eZg8xkY/bmezfr9E3iTC+SrVMHTikJaxsRqptq/Z2LGT5DFWsXIJWZOMRpsLelind62I/bsYvyvCROIWS3/zAxPJFH0yER6NkOVOpOcMWQoo9nKh4E3vt0DWZHrqGDteZOHlJdiqd33K2NV/yHGllXd80Ey2I+OHNJ5ntTF6+8gKGHWxiFLb84LlcPYYUUXOXCArQIQgQ5kG0lCUOz1sXst4A3oie32InGAQN0fJ0kBBg3VIexcMZOOBndElYsSDYAUNVsFaEct4xk7jlVRwZL0JdtVgFUy3i96InjrvZd454rGHXTVYBfsmc/EyWf7JXr5GVrBYBPu/ozLOe9ieYFRkB64yA6ZE+tAxltz3pdx/Kw93UwUd3DXkAw8IOnyPR+PV51h4zQryJoKRWKZvgGUG/2biynUWufCn7l7rCgQftgeiHBbBsWGVv5ATo0vq2Ky3NpsO9JoR72MChGX6B5kxeI1VXbxiflZSeAJOTrXk2BLYHLYeHJL7v2LhjzrlcRHj4ckRq4ZVMP7WEwg6B4SAcdVgHdLuh/4iJFctZtE3XjIdXIh8rrK3j/6od1qSuF8GWHv4BOWewH0488eA6XDOQgvn+Up8/lzz39LDVcOdHvZ4Fh5Pas2DrKx+gbz28QNGbjKY0UHhTFywhMPW1AuZ/4PtvDnMePkZVla3gGVh+yn7/Nvi249ufXvisCU1ku3I+FX6COW+yL65gYUbF8lbkLIHFkq/GOKdV7TqO6DU9kLBnHeR5Zlbi+az0Ny7yTNBH8vtwP2bz64iz0R+H3pdC8W2Fwg2xz/3EtPlqRpNk1WIU/msGyNk+YF3e7+15Pp3WgXA3Bv7+TdyTKTvNCehHONoK0bPr871oefTL6xjmd2vsdF9b8uUaNmxaGhoaN/IyMhSquWIbdzpd09Gcqs1hpYq+6lKfRTK1j1Mnj3pdLqjpqZmO+fc9ndkW8H0pOE0iJ6kX/ndwZvRTOP90j4Hu2cPPyrtHGvEeraUr5J2ZWXld5A9D6LHZIEFW8GI+UOV2E/ulJLr2WQyaXRGW+781GHDxmSzEY1Gw6lU6mBtbe1WKs4zcQ4T5psK/6u2b3CPfvwhabqJRXJ1wuGKLXZz2lEwgm8qQLSvVdsv6cdWQONDchirgnXxO4ZhbKOiPEUF4wMSfFMBZrA3dBqEF5vzdvycLUaubiQSeUIaFooKRvAtBb6pmKqeTt13D1n6ZDJiQqjpKhhB0TC810+LOe0TJcEIDm/zrMlfh5R7IFpyIn/dIEufsjKOh6EClAXnwNU7vrpu+eT0Nu8avbemAy3cZ1XJ1YWt6bg0LGgLRvDto+xtOH9Co0owt/FxKZxt4f8IhUKfGEY2H1SogHXxO+Fw+AAV5XEMPHSgywMMRUvyfHh4eLgNVtwtQQQegQi2YoqXP2phCuSBuBCiHLJDECc/jb6f0PI/A4rGnoaeE8VSIpFoh7qOr/QC7+FSg+EiRlAYVOT2WVyNQexxnLPV1dXnZMUZEMb+BWN1kGqn92vKAAAAAElFTkSuQmCC);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-cart {
    background-position: 85.41666666666666% 28.57142857142857%;
    background-size: 1166.6666666666665% 638.4615384615385%;
    width: 27px;
    height: 26px
}

.ico-close {
    background-position: 34.98349834983499% 71.42857142857143%;
    background-size: 2625% 1383.3333333333335%;
    width: 12px;
    height: 12px
}

.ico-close, .ico-facebook {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-facebook {
    background-position: 53.81944444444444% 50.70422535211267%;
    background-size: 1166.6666666666665% 691.6666666666667%;
    width: 27px;
    height: 24px
}

.ico-faq {
    background-position: 0 82.70676691729322%;
    background-size: 875% 503.030303030303%;
    width: 36px;
    height: 33px
}

.ico-faq, .ico-heart-small {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-heart-small {
    background-position: 98.98648648648648% 48.322147651006716%;
    background-size: 1657.8947368421052% 976.4705882352941%;
    width: 19px;
    height: 17px
}

.ico-heart {
    background-position: 74.3859649122807% 28.985507246376812%;
    background-size: 1050% 592.8571428571429%;
    width: 30px;
    height: 28px
}

.ico-heart, .ico-mail {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-mail {
    background-position: 64.58333333333334% 50.70422535211267%;
    background-size: 1166.6666666666665% 691.6666666666667%;
    width: 27px;
    height: 24px
}

.ico-play {
    background-position: 0 100%;
    background-size: 2625% 873.6842105263157%;
    width: 12px;
    height: 19px
}

.ico-play, .ico-question {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-question {
    background-position: 83.27645051194538% 50%;
    background-size: 1431.8181818181818% 754.5454545454546%;
    width: 22px;
    height: 22px
}

.ico-scroll {
    background-position: 59.16030534351145% 28.985507246376812%;
    background-size: 594.3396226415094% 592.8571428571429%;
    width: 53px;
    height: 28px
}

.ico-scroll, .ico-search {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-search {
    background-position: 21.73913043478261% 73.33333333333333%;
    background-size: 1968.75% 1037.5%;
    width: 16px;
    height: 16px
}

.ico-settings {
    background-position: 91.21621621621621% 48.97959183673469%;
    background-size: 1657.8947368421052% 873.6842105263157%;
    width: 19px;
    height: 19px
}

.ico-settings, .ico-software {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-software {
    background-position: 13.60544217687075% 78.01418439716312%;
    background-size: 1500% 664%;
    width: 21px;
    height: 25px
}

.ico-star {
    background-position: 74.31506849315068% 50.349650349650354%;
    background-size: 1369.5652173913043% 721.7391304347826%;
    width: 23px;
    height: 23px
}

.ico-star, .ico-user {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.ico-user {
    background-position: 95.8477508650519% 28.57142857142857%;
    background-size: 1211.5384615384614% 638.4615384615385%;
    width: 26px;
    height: 26px
}

.logo-disk {
    background-position: 0 0;
    background-size: 286.3636363636364% 156.60377358490567%;
    width: 110px;
    height: 106px
}

.logo-disk, .logo-new {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.logo-new {
    background-position: 100% 0;
    background-size: 156.71641791044777% 461.1111111111111%;
    width: 201px;
    height: 36px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .ico-arrow-down-blue {
        background-position: 40% 69.62025316455697%;
        background-size: 3150% 2075%;
        width: 10px
    }

    .ico-arrow-down-blue, .ico-arrow-down-white {
        background-image: url(data:image/png;base64,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);
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-arrow-down-white {
        background-position: 11.437908496732026% 93.0379746835443%;
        background-size: 3500% 2075%;
        width: 9px
    }

    .ico-arrow-down {
        background-position: 44.73684210526316% 69.18238993710692%;
        background-size: 2863.6363636363635% 2371.4285714285716%;
        width: 11px;
        height: 7px
    }

    .ico-arrow-down, .ico-arrow-left {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-arrow-left {
        background-position: 5.333333333333334% 96.71052631578947%;
        background-size: 2100% 1185.7142857142858%;
        width: 15px;
        height: 14px
    }

    .ico-arrow-right {
        background-position: 99.67532467532467% 25.806451612903224%;
        background-size: 4500% 1509.0909090909092%;
        width: 7px;
        height: 11px
    }

    .ico-arrow, .ico-arrow-right {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA4CAYAAAChbZtkAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAYlSURBVGhD7ZpdbFRFFMdnttt2V9pSEYMQklZ8oIUE+TCiCWgiMZhoND6Y6AMIaiCgCS3RiIbo6gMPamhjQFJ8aNOaaKKRhMQIMfDSRsEEBQx2CZGWWIog2C6l2V16d8dz5p5d7rb37p25925bTX/JZM6ZnYX5d77OzA6bYYb/F5zywBCbYyuZYI+Aiake0jIsh09mmzlPmDk7C6kf0gloxQneHvtFlpaYQASbIsUGMJ+C1CAL9YlDOsI47yqleF+CqTdbwVpLRQHBu6FlTaUQ7klw74H2+oaTlz4EodirJYR3xVfXvde4bTMO/UDQFiw2xbZDtgcsmpOlRs75d3lH7DPT94ey4L1790abz95sK32vOsG7WpbVbN25c2eSCjyhJLgl1lLb1J84HPxc1YV3t9bPfrY51jxMBdq4CjbFDv8EptfVN2jirfW1j3oVHaLcFhzGZs9OG7FIA7YJ20a+FkUF05yd4mFsh1hrtk0fR8HmajxVC5QKYgPtGFrYCsZ9FjLYeqY9e6itytguWvCX63Tt3Xlz2NiTq6XJKyuYSN9m5V98L/3JBULRjthGclyZIJji4lPkFkUc3M14eZg8xkY/bmezfr9E3iTC+SrVMHTikJaxsRqptq/Z2LGT5DFWsXIJWZOMRpsLelind62I/bsYvyvCROIWS3/zAxPJFH0yER6NkOVOpOcMWQoo9nKh4E3vt0DWZHrqGDteZOHlJdiqd33K2NV/yHGllXd80Ey2I+OHNJ5ntTF6+8gKGHWxiFLb84LlcPYYUUXOXCArQIQgQ5kG0lCUOz1sXst4A3oie32InGAQN0fJ0kBBg3VIexcMZOOBndElYsSDYAUNVsFaEct4xk7jlVRwZL0JdtVgFUy3i96InjrvZd454rGHXTVYBfsmc/EyWf7JXr5GVrBYBPu/ozLOe9ieYFRkB64yA6ZE+tAxltz3pdx/Kw93UwUd3DXkAw8IOnyPR+PV51h4zQryJoKRWKZvgGUG/2biynUWufCn7l7rCgQftgeiHBbBsWGVv5ATo0vq2Ky3NpsO9JoR72MChGX6B5kxeI1VXbxiflZSeAJOTrXk2BLYHLYeHJL7v2LhjzrlcRHj4ckRq4ZVMP7WEwg6B4SAcdVgHdLuh/4iJFctZtE3XjIdXIh8rrK3j/6od1qSuF8GWHv4BOWewH0488eA6XDOQgvn+Up8/lzz39LDVcOdHvZ4Fh5Pas2DrKx+gbz28QNGbjKY0UHhTFywhMPW1AuZ/4PtvDnMePkZVla3gGVh+yn7/Nvi249ufXvisCU1ku3I+FX6COW+yL65gYUbF8lbkLIHFkq/GOKdV7TqO6DU9kLBnHeR5Zlbi+az0Ny7yTNBH8vtwP2bz64iz0R+H3pdC8W2Fwg2xz/3EtPlqRpNk1WIU/msGyNk+YF3e7+15Pp3WgXA3Bv7+TdyTKTvNCehHONoK0bPr871oefTL6xjmd2vsdF9b8uUaNmxaGhoaN/IyMhSquWIbdzpd09Gcqs1hpYq+6lKfRTK1j1Mnj3pdLqjpqZmO+fc9ndkW8H0pOE0iJ6kX/ndwZvRTOP90j4Hu2cPPyrtHGvEeraUr5J2ZWXld5A9D6LHZIEFW8GI+UOV2E/ulJLr2WQyaXRGW+781GHDxmSzEY1Gw6lU6mBtbe1WKs4zcQ4T5psK/6u2b3CPfvwhabqJRXJ1wuGKLXZz2lEwgm8qQLSvVdsv6cdWQONDchirgnXxO4ZhbKOiPEUF4wMSfFMBZrA3dBqEF5vzdvycLUaubiQSeUIaFooKRvAtBb6pmKqeTt13D1n6ZDJiQqjpKhhB0TC810+LOe0TJcEIDm/zrMlfh5R7IFpyIn/dIEufsjKOh6EClAXnwNU7vrpu+eT0Nu8avbemAy3cZ1XJ1YWt6bg0LGgLRvDto+xtOH9Co0owt/FxKZxt4f8IhUKfGEY2H1SogHXxO+Fw+AAV5XEMPHSgywMMRUvyfHh4eLgNVtwtQQQegQi2YoqXP2phCuSBuBCiHLJDECc/jb6f0PI/A4rGnoaeE8VSIpFoh7qOr/QC7+FSg+EiRlAYVOT2WVyNQexxnLPV1dXnZMUZEMb+BWN1kGqn92vKAAAAAElFTkSuQmCC);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-arrow {
        background-position: 28.523489932885905% 71.89542483660131%;
        background-size: 1852.9411764705883% 1276.923076923077%;
        width: 17px;
        height: 13px
    }

    .ico-bubble {
        background-position: 41.007194244604314% 36.36363636363637%;
        background-size: 851.3513513513514% 296.42857142857144%;
        width: 37px;
        height: 56px
    }

    .ico-bubble, .ico-cart {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-cart {
        background-position: 85.41666666666666% 28.57142857142857%;
        background-size: 1166.6666666666665% 638.4615384615385%;
        width: 27px;
        height: 26px
    }

    .ico-close {
        background-position: 34.98349834983499% 71.42857142857143%;
        background-size: 2625% 1383.3333333333335%;
        width: 12px;
        height: 12px
    }

    .ico-close, .ico-facebook {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-facebook {
        background-position: 53.81944444444444% 50.70422535211267%;
        background-size: 1166.6666666666665% 691.6666666666667%;
        width: 27px;
        height: 24px
    }

    .ico-faq {
        background-position: 0 82.70676691729322%;
        background-size: 875% 503.030303030303%;
        width: 36px;
        height: 33px
    }

    .ico-faq, .ico-heart-small {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-heart-small {
        background-position: 98.98648648648648% 48.322147651006716%;
        background-size: 1657.8947368421052% 976.4705882352941%;
        width: 19px;
        height: 17px
    }

    .ico-heart {
        background-position: 74.3859649122807% 28.985507246376812%;
        background-size: 1050% 592.8571428571429%;
        width: 30px;
        height: 28px
    }

    .ico-heart, .ico-mail {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-mail {
        background-position: 64.58333333333334% 50.70422535211267%;
        background-size: 1166.6666666666665% 691.6666666666667%;
        width: 27px;
        height: 24px
    }

    .ico-play {
        background-position: 0 100%;
        background-size: 2625% 873.6842105263157%;
        width: 12px;
        height: 19px
    }

    .ico-play, .ico-question {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-question {
        background-position: 83.27645051194538% 50%;
        background-size: 1431.8181818181818% 754.5454545454546%;
        width: 22px;
        height: 22px
    }

    .ico-scroll {
        background-position: 59.16030534351145% 28.985507246376812%;
        background-size: 594.3396226415094% 592.8571428571429%;
        width: 53px;
        height: 28px
    }

    .ico-scroll, .ico-search {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-search {
        background-position: 21.73913043478261% 73.33333333333333%;
        background-size: 1968.75% 1037.5%;
        width: 16px;
        height: 16px
    }

    .ico-settings {
        background-position: 91.21621621621621% 48.97959183673469%;
        background-size: 1657.8947368421052% 873.6842105263157%;
        width: 19px;
        height: 19px
    }

    .ico-settings, .ico-software {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-software {
        background-position: 13.60544217687075% 78.01418439716312%;
        background-size: 1500% 664%;
        width: 21px;
        height: 25px
    }

    .ico-start {
        background-position: 74.31506849315068% 50.349650349650354%;
        background-size: 1369.5652173913043% 721.7391304347826%;
        width: 23px;
        height: 23px
    }

    .ico-start, .ico-user {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .ico-user {
        background-position: 95.8477508650519% 28.57142857142857%;
        background-size: 1211.5384615384614% 638.4615384615385%;
        width: 26px;
        height: 26px
    }

    .logo-disk {
        background-position: 0 0;
        background-size: 286.3636363636364% 156.60377358490567%;
        width: 110px;
        height: 106px
    }

    .logo-disk, .logo-new {
        background-image: url(data:image/png;base64,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);
        display: inline-block;
        vertical-align: middle;
        font-size: 0
    }

    .logo-new {
        background-position: 100% 0;
        background-size: 156.71641791044777% 461.1111111111111%;
        width: 201px;
        height: 36px
    }
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box
}

:after, :before {
    box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

template {
    display: none
}

html {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none
}

audio, iframe, img, object, video {
    max-width: 100%
}

iframe, img {
    border: 0 none
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle
}

b, strong {
    font-weight: 700
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: hidden
}

a, button, input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], label[for] {
    cursor: pointer
}

    a[href^=tel], button[disabled], input[disabled], select[disabled], textarea[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    a[href^=tel], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
            appearance: none
        }

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

button, select {
    text-transform: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

nav ol, nav ul {
    list-style: none outside none
}

body {
    min-width: 320px;
    background: #fff;
    font-family: ProximaNova,sans-serif;
    font-size: 14px;
    line-height: 1.64;
    color: #505964
}

a {
    color: #1863b0;
    text-decoration: none
}

    a:hover, a[href^=tel] {
        text-decoration: underline
    }

h1 {
    font-size: 28px;
    font-weight: 500
}

h2 {
    font-weight: 900;
    font-size: 26px
}

h3 {
    font-size: 22px
}

h3, h4 {
    font-weight: 600
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 17px;
    font-weight: 500
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Bold.eot);
    src: url(/fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-Bold.woff2) format("woff2"),url(/fonts/ProximaNova-Bold.woff) format("woff"),url(/fonts/ProximaNova-Bold.ttf) format("truetype"),url(/fonts/ProximaNova-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Black.eot);
    src: url(/fonts/ProximaNova-Black.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-Black.woff2) format("woff2"),url(/fonts/ProximaNova-Black.woff) format("woff"),url(/fonts/ProximaNova-Black.ttf) format("truetype"),url(/fonts/ProximaNova-Black.svg) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Extrabld.eot);
    src: url(/fonts/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(/fonts/ProximaNova-Extrabld.woff) format("woff"),url(/fonts/ProximaNova-Extrabld.ttf) format("truetype"),url(/fonts/ProximaNova-Extrabld.svg) format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Regular.eot);
    src: url(/fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-Regular.woff2) format("woff2"),url(/fonts/ProximaNova-Regular.woff) format("woff"),url(/fonts/ProximaNova-Regular.ttf) format("truetype"),url(/fonts/ProximaNova-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-RegularIt.eot);
    src: url(/fonts/ProximaNova-RegularIt.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-RegularIt.woff2) format("woff2"),url(/fonts/ProximaNova-RegularIt.woff) format("woff"),url(/fonts/ProximaNova-RegularIt.ttf) format("truetype"),url(/fonts/ProximaNova-RegularIt.svg) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-LightIt.eot);
    src: url(/fonts/ProximaNova-LightIt.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-LightIt.woff2) format("woff2"),url(/fonts/ProximaNova-LightIt.woff) format("woff"),url(/fonts/ProximaNova-LightIt.ttf) format("truetype"),url(/fonts/ProximaNova-LightIt.svg) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-RegularIt_1.eot);
    src: url(/fonts/ProximaNova-RegularIt_1.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-RegularIt_1.woff2) format("woff2"),url(/fonts/ProximaNova-RegularIt_1.woff) format("woff"),url(/fonts/ProximaNova-RegularIt_1.ttf) format("truetype"),url(/fonts/ProximaNova-RegularIt_1.svg) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Semibold.eot);
    src: url(/fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-Semibold.woff2) format("woff2"),url(/fonts/ProximaNova-Semibold.woff) format("woff"),url(/fonts/ProximaNova-Semibold.ttf) format("truetype"),url(/fonts/ProximaNova-Semibold.svg) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-Light.eot);
    src: url(/fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-Light.woff2) format("woff2"),url(/fonts/ProximaNova-Light.woff) format("woff"),url(/fonts/ProximaNova-Light.ttf) format("truetype"),url(/fonts/ProximaNova-Light.svg) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-SemiboldIt.eot);
    src: url(/fonts/ProximaNova-SemiboldIt.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-SemiboldIt.woff2) format("woff2"),url(/fonts/ProximaNova-SemiboldIt.woff) format("woff"),url(/fonts/ProximaNova-SemiboldIt.ttf) format("truetype"),url(/fonts/ProximaNova-SemiboldIt.svg) format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/ProximaNova-BoldIt.eot);
    src: url(/fonts/ProximaNova-BoldIt.eot?#iefix) format("embedded-opentype"),url(/fonts/ProximaNova-BoldIt.woff2) format("woff2"),url(/fonts/ProximaNova-BoldIt.woff) format("woff"),url(/fonts/ProximaNova-BoldIt.ttf) format("truetype"),url(/fonts/ProximaNova-BoldIt.svg) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts/Proxima-Nova-Medium.eot);
    src: url(/fonts/Proxima-Nova-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Proxima-Nova-Medium.woff2) format("woff2"),url(/fonts/Proxima-Nova-Medium.woff) format("woff"),url(/fonts/Proxima-Nova-Medium.ttf) format("truetype"),url(/fonts/Proxima-Nova-Medium.svg) format("svg");
    font-weight: 500;
    font-style: italic
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.hidden, [hidden] {
    display: none !important
}

.color-green {
    color: #26a12c !important
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.disabled, [disabled] {
    cursor: default
}

.col {
    max-width: 100%;
    flex: 1 1
}

.cols {
    display: flex;
    flex-flow: row wrap
}

.col--1of2 {
    max-width: 50%;
    flex: 0 0 50%
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .hidden-md {
        display: none !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

.wrapper {
    position: relative;
    min-height: 100vh;
    padding-bottom: 24px;
    overflow: hidden
}

@media (max-width: 991px) {
    .wrapper {
        padding-bottom: 0
    }
}

.wrapper--alt {
    padding-bottom: 0
}

.shell {
    max-width: 1220px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto
}

.shell--fluid {
    max-width: none
}

.container {
    max-width: 1192px
}

.container--large {
    max-width: 1300px
}

.container--small {
    max-width: 745px
}

.header .header__bar {
    width: 100%;
    display: block;
    background-color: #3359d7;
    padding: 4px 0
}

    .header .header__bar .container-fluid {
        padding-left: 39px
    }

    .header .header__bar p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .025em;
        margin-bottom: 0
    }

.header .header__outer {
    padding: 15px;
    background-color: #d4d4d4;
    text-align: center;
    color: #1436a7;
    font-size: 14px;
    letter-spacing: -.01em
}

    .header .header__outer p {
        text-shadow: 2px 2px 5px #5ea6f1;
        margin-bottom: 0
    }

@media (max-width: 1200px) {
    .header .header__bar .container-fluid {
        padding-left: 29px
    }

    .header .header__outer {
        font-size: 12px
    }
}

.header--alternative .navbar {
    padding: 0
}

    .header--alternative .navbar .navbar-nav {
        padding-right: 137px;
        margin-right: 20px !important
    }

.header--alternative .navbar-nav li + li {
    margin-left: 16px !important
}

.header--alternative .header__actions {
    display: flex;
    align-items: center;
    margin-right: 37px
}

    .header--alternative .header__actions ul {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-right: 40px
    }

    .header--alternative .header__actions li + li {
        margin-left: 10px
    }

.header--alternative .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #707379
}

.header--alternative .header__login {
    font-size: 13px;
    letter-spacing: .01em;
    color: #e74242;
    text-decoration: underline
}

@media (max-width: 1280px) {
    .header--alternative .navbar .navbar-nav {
        padding-right: 30px
    }
}

@media (max-width: 1200px) {
    .header--alternative .header__actions {
        margin-right: 0
    }

        .header--alternative .header__actions ul {
            margin-right: 10px
        }

    .header--alternative .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .header--alternative .navbar-nav li + li {
        margin-left: 0 !important
    }

    .header--alternative .navbar-collapse {
        padding: 20px !important
    }
}

@media (max-width: 767px) {
    .header--alternative {
        position: relative
    }

        .header--alternative .logo-new {
            margin-left: 4px
        }

        .header--alternative .navbar > .container-fluid {
            display: block;
            padding-bottom: 7px
        }

        .header--alternative .navbar-toggler {
            display: block
        }

        .header--alternative .navbar-brand {
            display: block;
            margin: 0 6px 5px;
            padding-right: 101px;
            border-bottom: 1px solid #e5e5e5
        }

    .header__actions-mobile {
        position: absolute;
        top: 12px;
        right: 21px;
        padding-left: 22px
    }

        .header__actions-mobile:before {
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            display: inline-block;
            width: 1px;
            height: 30px;
            background: #efefef
        }

        .header__actions-mobile ul {
            display: flex;
            list-style: none
        }

        .header__actions-mobile li + li {
            margin-left: 10px
        }

        .header__actions-mobile a {
            position: relative;
            border-radius: 50%;
            width: 27px;
            height: 24px;
            display: inline-block;
            box-shadow: 0 7px 24px 2px rgba(202,30,30,.46);
            box-shadow: 1px 3px 5px 2px rgba(202,30,30,.16)
        }

        .header__actions-mobile i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            display: inline-block;
            font-size: 0;
            background-size: 100% 100%;
            width: 29px;
            height: 26px;
            background-repeat: no-repeat;
            vertical-align: middle
        }

        .header__actions-mobile .ico-facebook-red {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaCAMAAAB8SKeFAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAMgaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjE5NEM3QkY5RkUxMUU4QTMxMzlEOTQ3NkUzM0QxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjE5NEM3Q0Y5RkUxMUU4QTMxMzlEOTQ3NkUzM0QxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVCMTk0Qzc5RjlGRTExRThBMzEzOUQ5NDc2RTMzRDFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVCMTk0QzdBRjlGRTExRThBMzEzOUQ5NDc2RTMzRDFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+v/TGbgAAARdQTFRFTGlx8M7O6END7rKy+erq50JC50JC50JC+unp9+Tk8dTU/vr66END+/Hx89PT6E9P6lZW6319+Onp+/Ly9+Tk8tDQ6Who6END509P68HB6VVV7Le3501N7Le38MzM+tvb/v39/v396WJi6U9P6ExM6ERE6mVl8cvL65iY6YCA66+v50JC6l1d98PD66+v7XZ26l1d6Gdn7MXF98PD8p6e6Zub7XNz7XNz8p6e50JC+tvb8JSU51xc7ZSU+eTk625u6VBQ6mpq6amp8aGh68LC6E5O6mpq6amp50JC/////8PD/7a2+lRU/9vb/15e6kVF/2ho/9HR//7+8k1N/6mp/8zM/9fX/3d3/8fH//r6/7+//3Bw/56eOM2gUgAAAEh0Uk5TACL1GgHs+v4RBAdU8Cpr6PuoCxY4Otnh4g7Xd/7cRYU4TcKUim7Ok9rTib9ubeab5v2rfctq7/7mtZa/9WpbMlCKUqtV8u+gNnvrfwAAAUdJREFUKM91kmdbgzAUhcMIBCiddO/duvfWuk0UuodW///vMBYCpbXnU3je54STew8ATKhU1jStXNKRAlYloquL8zDGOHx2Ulzl+nEFytiWzDd2Y+IS5PahhD3JMGJ4GNUg9kvKBBGD1QBelRwqRu1AO66zP59almmfD7TF5cI2y9MfEqqu476OUajUXeuYkOFg4Hhx4I6ahUtmxR+EfC79+ok+u5N0vnrmnJCJafYYTtDY9yxwl9gaMRrigFjn/fTLvRrqQK2xKY1mE0Kms2+XBgwQrXozpKnelybyYgD1YSN91YFyy2+irRgQ48kNlG/S96KI9D9tG39LKGTYsH4sa+zCcHOxJDUbwuvK5ePOfrfWcW4vyMqFsgnJDw/zQa95Cnda4WW3djeto4K/lunHSCMFYTKVaL89C+uVVgWO44R0WvXq+Au8R4m2Xl61xgAAAABJRU5ErkJggg==)
        }

        .header__actions-mobile .ico-mail-red {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaCAMAAAB8SKeFAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAMgaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MUNEMjBENUY5RkUxMUU4QUQ4MEY2RDUzMkJBQTcyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MUNEMjBENkY5RkUxMUU4QUQ4MEY2RDUzMkJBQTcyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkxQ0QyMEQzRjlGRTExRThBRDgwRjZENTMyQkFBNzJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxQ0QyMEQ0RjlGRTExRThBRDgwRjZENTMyQkFBNzJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QdpoLAAAAUdQTFRFTGlx/fr6/fn56END+evr50JC+u/v+Ofn50JC+ezs501N8dLS50JC/vz87snJ89jY6U9P/vj46VFR9M/P9uDg9N7e+u7u50JC7LS07LKy6VVV6Vxc/Ozs6FlZ9dHR6Who68PD7aWl6GVl6oGB6sDA68HB/PDw68HB62lp9uPj7XZ27Lm5+dvb8NHR++jo7LW17XZ2/vv78JSU+dvb7MXF6Zub6EdH98PD6l1d8MvL6Zub98PD62ho6H9//v39/vz86GNj+tvb625u6EZG89ra8JSU6VBQ6E5O50JC6amp6H9/7ZSU50JC6EdH7ZSU8aGh625u6ElJ50JC/9DQ8UtL//X1/+rq/8nJ/3Bw/+Hh/tra/35+70lJ/4aG6kRE/8HB/2Bg/66u/4+P6lZW7XNz8p6e9VBQ+1ZW/9HR/5qa/2xs/7e3/3V16xLzBQAAAFJ0Uk5TAB0g9wT6EgH+GPs58C8cCOQo8Y4pCw/nvtTkvnP4v9ouTe/hSF5AJOQy15hiS46mxHt7mHpvyN/sg9mT/LJOR9/xaf5vtoLLs6/d3ZncyIG+8B79KSoAAAFrSURBVCjPddJlc8JAEAbgIyQkgZDgUNyh7u7uMlsIRHCr/f/PjaFN3w+ZnXsmN7O3i5ARG4ZZLJjz9CTvxmxoJgHnea/bAYBOtyc6beSkkc7DIgWjHO2ujxmnV9aYCQQgFqIjdsc9BEyHCnstOnJLLvgbz6bO7ghhorAXxRX0bzBmCNQ1rahvR62rlfdxKlX16DmvNJMKqiUvSKVhJIFXj5hXHJEXVrUs90XJuLL2USprV78FEHejK8iVtoafDRk0BZcF2Z4IXaH+3VI+rVYdDA3SiL6jDIUS35AbvAwT6rsd6kCstsu1ttgfqotG8wnQtSk2ld8BfoSBoUVFH7WKrwlNo6EvQdI6ol78CItf/vMaVi+OuKsMZfqSkHGoW7EfNuWYl1NnxK7aTdA+59MH7AjZTXDZ2A7csZiwTk8vHXKMVofkktuR8WZRsYOt6aUl/anjMw9hZVzph/scS85uNMLZbC6bLBRYbmS/oaqj2BZIEtwAAAAASUVORK5CYII=)
        }
}

.main {
    background-color: #f7f7f7
}

.sidebar {
    min-height: 100vh;
    height: 100%;
    padding: 25px 31px
}

    .sidebar .sidebar__head {
        color: #1863b0;
        border-bottom: 2px solid #c8c8c8;
        margin-bottom: 17px
    }

        .sidebar .sidebar__head h5 {
            font-size: 18px;
            padding-left: 12px
        }

    .sidebar .sidebar__box {
        background-color: #8e92a0;
        padding: 10px 27px;
        color: #fff;
        font-weight: 700;
        margin: 32px 10px
    }

    .sidebar .sidebar__foot {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 23px 28px;
        margin-bottom: 28px
    }

        .sidebar .sidebar__foot p {
            margin-bottom: 0;
            font-size: 15px;
            letter-spacing: .025em;
            text-transform: uppercase;
            color: #4a4a4a;
            font-weight: 600
        }

        .sidebar .sidebar__foot .blue {
            color: #1863b0;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: .01em
        }

    .sidebar .sidebar__note {
        padding: 0 11px 20px;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 24px
    }

        .sidebar .sidebar__note span {
            display: block;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 500
        }

        .sidebar .sidebar__note .blue {
            color: #1863b0
        }

        .sidebar .sidebar__note p {
            color: #575454;
            font-size: 16px
        }

    .sidebar .sidebar__actions {
        padding: 0 28px
    }

        .sidebar .sidebar__actions p {
            margin-bottom: 0
        }

@media (max-width: 1450px) {
    .sidebar .sidebar__actions--large p {
        width: 100%
    }

    .sidebar .sidebar__actions--large .btn {
        width: 49%;
        min-width: auto
    }
}

@media (max-width: 1200px) {
    .sidebar .sidebar__actions--large .btn {
        width: 100%;
        margin-top: 5px
    }
}

@media (max-width: 991px) {
    .sidebar {
        padding: 20px
    }

        .sidebar .sidebar__foot {
            padding: 20px 10px;
            margin-bottom: 10px
        }

        .sidebar .sidebar__box {
            padding: 10px;
            width: 100%;
            margin: 10px 0
        }

        .sidebar .sidebar__note {
            padding: 0 10px 10px
        }

            .sidebar .sidebar__note p, .sidebar .sidebar__note span {
                font-size: 14px
            }
}

.content {
    padding: 20px 55px
}

@media (max-width: 1200px) {
    .content {
        padding: 20px 10px
    }
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    background-color: #636469;
    color: #fff;
    font-size: 11px
}

    .footer .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .footer a {
        color: #fff;
        text-decoration: none
    }

    .footer p {
        margin-bottom: 0
    }

@media (max-width: 991px) {
    .footer {
        position: static;
        height: auto
    }

        .footer .container-fluid {
            flex-direction: column;
            align-items: center
        }
}

.footer-alternative {
    background: #353535
}

    .footer-alternative .footer__links {
        padding: 43px 44px
    }

    .footer-alternative h5 {
        margin-bottom: 24px;
        font-size: 13px;
        color: #ee5975;
        letter-spacing: .075em
    }

    .footer-alternative ul {
        margin-bottom: 0;
        list-style-type: none
    }

        .footer-alternative ul li + li {
            margin-top: 1px
        }

        .footer-alternative ul a, .footer-alternative ul li {
            color: #fff;
            font-size: 13px;
            letter-spacing: .075em
        }

@media (max-width: 991px) {
    .footer-alternative {
        padding: 40px 32px 16px
    }

        .footer-alternative h5 {
            margin-bottom: 25px
        }

        .footer-alternative .footer__links {
            position: relative;
            margin: 0;
            padding: 0
        }

        .footer-alternative .row-custom {
            margin-bottom: -20px
        }

        .footer-alternative .col-custom {
            margin-bottom: 44px
        }

            .footer-alternative .col-custom.col--socials {
                position: absolute;
                top: 0;
                right: 0;
                width: 37%
            }

            .footer-alternative .col-custom:first-child {
                padding-right: 37%
            }

            .footer-alternative .col-custom:last-child {
                margin-bottom: 63px
            }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .175rem 1.8rem;
    background-color: #1863b0;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(24,99,176,.5);
    transition: transform .2s,box-shadow .2s
}

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.btn--filter {
    font-size: 13px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px;
    min-width: 148px;
    border-radius: 3px
}

    .btn--filter span {
        padding-right: 33px
    }

.btn--pink {
    box-shadow: 2px 2px 5px 0 rgba(255,96,127,.6);
    background-color: #ff607f;
    color: #fff !important;
    text-decoration: none !important
}

.btn--boxes {
    min-width: 148px;
    padding: 12px;
    font-size: 13px;
    border-radius: 3px
}

.btn--grey {
    color: #7f7e7e;
    background-color: #c4c4c4;
    box-shadow: 2px 2px 5px 0 #c4c4c4
}

.btn--blue {
    color: #fff;
    background-color: #5ea6f1;
    box-shadow: 2px 2px 5px 0 #5ea6f1
}

.btn--dark-blue {
    background-color: #1863b0
}

.btn--green {
    color: #fff;
    background-color: #5ef16b
}

.btn--dark-green, .btn--green {
    box-shadow: 2px 2px 5px 0 #5ef16b
}

.btn--dark-green {
    background-color: #4bbe56
}

.btn--red {
    background-color: #ca1e1e;
    box-shadow: 2px 2px 5px 0 #ca1e1e
}

.btn--mobile {
    padding: 4px
}

@media (max-width: 767px) {
    .btn--mobile {
        width: 100%;
        margin-bottom: 5px
    }
}

.btn:hover {
    transform: translateY(2px);
    box-shadow: 0 0 4px rgba(24,99,176,.5);
    color: #fff
}

.btn-lg {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 18px
}

    .btn-lg:hover {
        transform: translateY(5px)
    }

@media (max-width: 991px) {
    .btn-lg {
        padding: 10px 0;
        font-size: 12px
    }
}

.btn-info {
    background-color: #509ce2 !important;
    border: 0;
    box-shadow: 0 7px 11px rgba(80,156,226,.5)
}

    .btn-info:hover {
        box-shadow: 0 0 11px rgba(80,156,226,.5)
    }

.btn-danger {
    background-color: #e25050 !important;
    border: 0;
    box-shadow: 0 7px 11px rgba(226,80,80,.5)
}

    .btn-danger:hover {
        box-shadow: 0 0 11px rgba(226,80,80,.5)
    }

.btn-cart {
    padding: 0 21px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0
}

    .btn-cart:hover {
        opacity: .8
    }

.btn-user {
    padding-left: 24px
}

    .btn-user span {
        color: #70777c;
        padding: 0 21px 0 8px
    }

    .btn-user:hover {
        text-decoration: none;
        opacity: .8
    }

@media (max-width: 374px) {
    .btn-user {
        padding-left: 0
    }

        .btn-user span {
            padding: 0 8px
        }

        .btn-user .ico-user {
            width: 20px;
            height: 20px
        }
}

.btn-login-box {
    position: absolute;
    z-index: 20;
    top: 51px;
    right: 6px;
    min-width: 122px;
    height: 26px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

input::placeholder {
    color: inherit;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1
}

textarea::placeholder {
    color: inherit;
    opacity: 1
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 11px center;
    -moz-appearance: none;
    overflow: hidden
}

    select::-ms-expand {
        display: none
    }

.field {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 18px 8px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    width: 100%;
    resize: none
}

.select {
    position: relative;
    z-index: 5;
    width: 160px
}

    .select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-color: #e7e7e7;
        font-size: 14px;
        color: #999;
        padding: 3px 28px 3px 14px;
        height: 27px;
        border-radius: 2px;
        position: relative;
        z-index: 3;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        background-color: #fff
    }

    .select:before {
        right: 8px;
        margin: auto;
        background-size: cover;
        width: 11px;
        height: 7px;
        background-repeat: no-repeat;
        z-index: 5
    }

    .select:after, .select:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0
    }

    .select:after {
        right: 0;
        width: 28px;
        height: 27px;
        background: #ff607f;
        border-radius: 2px;
        z-index: 4
    }

.select--small {
    width: 105px
}

.select--grey {
    text-align: center
}

    .select--grey:after {
        background-color: #8e92a0
    }

@media (max-width: 767px) {
    .select--small {
        width: 80px
    }
}

@media (max-width: 374px) {
    .select--small {
        width: 100%
    }
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-control-input:checked ~ .custom-control-label:before {
    background-color: transparent
}

.custom-checkbox--large {
    padding: 6px 5px 6px 44px;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media (max-width: 991px) {
    .custom-checkbox--large {
        padding: 13px 60px
    }
}

.custom-checkbox--alt {
    font-size: 14px;
    padding-left: 33px
}

    .custom-checkbox--alt .custom-control-label:after {
        top: 0;
        bottom: 0;
        margin: auto;
        left: -1.74rem;
        width: 14px !important;
        height: 14px !important;
        background-size: 100% 100%
    }

.custom-checkbox--yellow:after {
    background-color: #fff000
}

.custom-checkbox--green:after, .custom-checkbox--yellow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 5px;
    height: 100%
}

.custom-checkbox--green:after {
    background-color: #60ff00
}

.custom-checkbox--blue:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 5px;
    height: 100%;
    background-color: #00aeff
}

.custom-checkbox--no-border {
    border: 0
}

    .custom-checkbox--no-border .custom-control-label {
        font-size: 13px
    }

        .custom-checkbox--no-border .custom-control-label:before {
            background: #fff
        }

.form-check-label {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 12px
}

.form {
    margin: 74px auto 128px;
    width: 768px;
    background: #fcfcfc;
    box-shadow: 12px 12px 30px 0 hsla(0,0%,74.9%,.5);
    border-radius: 3px;
    border: 1px solid #e7e7e7
}

    .form .form__image {
        width: 50%
    }

        .form .form__image img {
            width: 100%;
            height: 100%
        }

    .form .form__label {
        font-size: 12px;
        text-align: left;
        color: #8b8b8b;
        margin-bottom: 0;
        padding-left: 14px
    }

    .form .form__body {
        width: 48%;
        padding: 50px 43px
    }

    .form .form__head {
        margin-bottom: 31px
    }

        .form .form__head h1 {
            letter-spacing: .01em;
            margin-bottom: 0
        }

        .form .form__head p {
            font-size: 12px
        }

    .form .form__content {
        text-align: left;
        position: relative;
        padding-bottom: 30px
    }

        .form .form__content:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 1px;
            width: 182px;
            background-color: #eaeaea
        }

    .form .form__link {
        font-size: 12px;
        letter-spacing: 0;
        color: #3336ad
    }

    .form .form__actions {
        margin-top: 20px
    }

    .form .form__btn {
        font-size: 13px;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
        padding: 8px;
        display: block;
        border-radius: 3px;
        background-color: #4bbe56;
        box-shadow: 2px 2px 5px 0 rgba(75,190,86,.6)
    }

        .form .form__btn:hover {
            text-decoration: none;
            opacity: .8
        }

    .form .form__row + .form__row {
        margin-top: 20px
    }

@media (max-width: 991px) {
    .form {
        width: 100%
    }
}

@media (max-width: 767px) {
    .form {
        margin: 20px auto
    }

        .form .form__image {
            width: 100%
        }

        .form .form__body {
            width: 100%;
            padding: 20px
        }

        .form .form__head {
            margin-bottom: 10px
        }
}

.form-frame {
    text-align: left
}

    .form-frame .form-row {
        position: relative
    }

    .form-frame .form-row--cols {
        margin-left: -10px;
        margin-right: -10px
    }

    .form-frame .form-group {
        width: 100%
    }

    .form-frame .form__note {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        font-weight: 300
    }

    .form-frame .form__label {
        margin-bottom: 0;
        padding-left: 19px;
        color: #4a4a4a;
        font-weight: 400;
        font-size: 16px
    }

    .form-frame .field {
        width: 100%;
        border-radius: .25rem;
        height: 38px
    }

    .form-frame .form-control {
        border-color: #e7e7e7
    }

    .form-frame .form__actions a + a {
        margin-left: 13px
    }

.form-frame--small .field {
    width: 160px;
    text-align: center
}

.form-frame--small .form__label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #878787;
    width: 160px
}

.form-frame--small .form__note {
    font-size: 13px;
    font-weight: 500;
    color: #504c4c
}

.form-frame--small .select {
    position: relative;
    left: -65px
}

.form-frame--alt .form__label {
    font-weight: 500;
    font-size: 13px;
    padding-left: 10px
}

.form-frame--alt .select {
    width: 100%;
    height: 40px
}

    .form-frame--alt .select:after, .form-frame--alt .select select {
        height: 100%
    }

.form-frame--alt .form__actions {
    margin-top: 33px
}

.form-frame--alt .field {
    height: 42px
}

@media (max-width: 1330px) {
    .form-frame--small .form__label {
        padding-left: 0
    }

    .form-frame--small .select {
        width: 100px
    }
}

@media (max-width: 767px) {
    .form-frame .form__label {
        padding-left: 0;
        font-size: 14px;
        width: 100%
    }

    .form-frame .form__actions a {
        display: block
    }

        .form-frame .form__actions a + a {
            margin-left: 0;
            margin-top: 5px
        }

    .form-frame--small .form__label {
        font-size: 12px
    }

    .form-frame--small .field {
        width: 100%
    }

    .form-frame--small .select {
        width: 100%;
        left: 0
    }

    .form-frame--small .form__note {
        position: static
    }
}

.form-contacts {
    max-width: 810px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(68,74,87,.1)
}

    .form-contacts .form__inner {
        padding: 30px 95px 67px
    }

    .form-contacts .form__hint {
        margin-bottom: 40px;
        font-size: 14px;
        color: #605e5d;
        font-weight: 600
    }

    .form-contacts .form__row + .form__row {
        margin-top: 31px
    }

    .form-contacts .form__section + .form__section {
        padding-top: 29px;
        border-top: 1px solid #e8e8e8;
        margin-top: 33px
    }

    .form-contacts .form__row {
        display: flex;
        align-items: center
    }

        .form-contacts .form__row .select-menu {
            position: relative
        }

            .form-contacts .form__row .select-menu i {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 35px;
                margin: auto;
                pointer-events: none
            }

        .form-contacts .form__row .field, .form-contacts .form__row select {
            width: 100%;
            height: 40px;
            padding: 8px 18px 8px;
            background: #f8f8f8;
            border: 0;
            font-size: 18px;
            color: #a49fa0;
            border-radius: 3px
        }

        .form-contacts .form__row .radios {
            display: flex;
            align-items: center;
            padding-left: 15px
        }

            .form-contacts .form__row .radios .radio + .radio {
                margin-left: 46px
            }

            .form-contacts .form__row .radios input {
                display: none
            }

                .form-contacts .form__row .radios input:checked + label:before {
                    background: #e2e2e2
                }

            .form-contacts .form__row .radios label {
                width: 100%;
                position: relative;
                padding-left: 25px;
                font-size: 18px;
                color: #a49fa0
            }

                .form-contacts .form__row .radios label:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    margin: auto;
                    width: 12px;
                    height: 12px;
                    border: 1px solid #e2e2e2;
                    background: #f8f8f8;
                    border-radius: 4px
                }

        .form-contacts .form__row .field--textarea {
            height: 113px
        }

        .form-contacts .form__row label {
            width: 41%;
            margin-bottom: 0;
            font-size: 18px;
            color: #515050
        }

        .form-contacts .form__row .form__controls {
            width: 59%;
            text-align: right
        }

    .form-contacts .form__title {
        margin-bottom: 1px;
        font-size: 24px;
        color: #ee5975;
        font-weight: 600
    }

    .form-contacts .form__actions {
        text-align: right
    }

        .form-contacts .form__actions .btn {
            min-width: 155px;
            height: 38px;
            border-radius: 12px;
            text-transform: uppercase
        }

@media (max-width: 767px) {
    .form-contacts {
        box-shadow: none
    }

        .form-contacts .form__inner {
            padding: 24px 24px 48px
        }

        .form-contacts .form__title {
            margin-bottom: 11px;
            max-width: 70%;
            font-size: 26px
        }

        .form-contacts .form__hint {
            margin-bottom: 48px
        }

        .form-contacts .form__row {
            display: block
        }

            .form-contacts .form__row label {
                width: 100%;
                margin-bottom: 6px
            }

            .form-contacts .form__row .field, .form-contacts .form__row select {
                padding: 0 16px
            }

            .form-contacts .form__row .field--textarea {
                padding-top: 6px
            }

            .form-contacts .form__row .form__controls {
                width: 100%;
                text-align: left
            }

            .form-contacts .form__row + .form__row {
                margin-top: 15px
            }

            .form-contacts .form__row .select-menu i {
                right: 27px;
                width: 12px;
                height: 9px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAMgaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjcxRkVCNkY5NkUxMUU4QkIwQkRGNDQwMUVBOThERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjcxRkVCN0Y5NkUxMUU4QkIwQkRGNDQwMUVBOThERCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCNzFGRUI0Rjk2RTExRThCQjBCREY0NDAxRUE5OEREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNzFGRUI1Rjk2RTExRThCQjBCREY0NDAxRUE5OEREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+a2LWSgAAADBQTFRFTGlxpJ+gqaSlvbm68vLyzsvM09HStLCx6Ofo3dzc7u3t2dfXyMbGrqqr4+Hip6Kj7g90OAAAAA90Uk5TAPLtzBmejtxDbip8r+VZ6C12aQAAAEJJREFUCNc9ilsSgCAMA5O2lJfK/W8rBXR/kp1ZXHywKFSY3FuyGFCZ4ifWGGXZUWCSTxTM0Nlx0DH0+zOU9gvc17xAcAD7vqOFvgAAAABJRU5ErkJggg==)
            }

        .form-contacts .form__row--radios {
            margin-top: 28px !important
        }

            .form-contacts .form__row--radios label {
                margin-bottom: 21px
            }

            .form-contacts .form__row--radios .radios {
                padding-left: 0
            }

                .form-contacts .form__row--radios .radios .radio + .radio {
                    margin-left: 38px
                }

        .form-contacts .form__section + .form__section {
            margin-top: 17px;
            padding-top: 18px
        }

        .form-contacts .form__section--actions {
            margin-top: 47px !important
        }

        .form-contacts .form__actions {
            padding-top: 44px;
            text-align: center
        }

            .form-contacts .form__actions .btn {
                min-width: 246px;
                height: 50px;
                box-shadow: 0 7px 24px 2px rgba(94,166,241,.46);
                border-radius: 25px;
                background: linear-gradient(90deg,#4073b9 0,#3fbbea);
                font-size: 20px
            }
}

@media (max-width: 767px) {
    .form-contacts .form__title {
        max-width: 100%
    }
}

[class^=list-] {
    list-style: none outside none
}

.list-notes {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 16px
}

    .list-notes li, .list-notes li p {
        display: inline-block
    }

        .list-notes li p {
            font-size: 12px;
            letter-spacing: -.01em;
            font-weight: 400;
            color: #6b6767;
            margin-bottom: 0
        }

        .list-notes li span {
            border-left: 6px solid;
            padding-right: 10px
        }

        .list-notes li .green {
            color: #60ff00
        }

        .list-notes li .yellow {
            color: #fff000
        }

        .list-notes li .blue {
            color: #00aeff
        }

        .list-notes li + li {
            margin-left: 14px
        }

@media (max-width: 374px) {
    .list-notes {
        width: 100%;
        display: block
    }
}

.list-buttons {
    padding-right: 29px;
    margin-right: 29px;
    border-right: 1px solid #dfdfdf;
    margin-bottom: 0
}

    .list-buttons li {
        display: inline-block
    }

        .list-buttons li + li {
            margin-left: 13px
        }

.list-buttons--no-border {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

@media (max-width: 991px) {
    .list-buttons {
        padding-right: 0;
        margin-right: 0;
        border: 0;
        margin-right: 6px
    }

        .list-buttons li + li {
            margin-left: 6px
        }

    .list-buttons--small {
        margin-right: 0;
        width: 100%
    }

        .list-buttons--small li {
            width: 48%
        }

            .list-buttons--small li a {
                min-width: 100%;
                padding: 4px;
                display: block;
                width: 100%;
                font-size: 14px;
                font-weight: 500
            }
}

@media (max-width: 767px) {
    .list-buttons--mobile {
        margin-right: 0
    }

        .list-buttons--mobile, .list-buttons--mobile li {
            width: 100%;
            display: block
        }

            .list-buttons--mobile li + li {
                margin-left: 0
            }
}

.list-checks li {
    display: inline-block
}

    .list-checks li + li {
        padding-left: 52px;
        margin-left: 52px;
        border-left: 1px solid #dfdfdf
    }

.list-checks--block {
    padding: 14px 37px;
    background-color: #f0f0f0;
    border: 1px solid #e7e7e7;
    width: 100%
}

    .list-checks--block li {
        width: 100%
    }

        .list-checks--block li + li {
            padding-left: 0;
            margin-left: 0;
            border-left: 0;
            border-top: 1px solid #d9d9d9;
            padding-top: 16px;
            margin-top: 16px
        }

@media (max-width: 991px) {
    .list-checks li {
        display: block
    }

        .list-checks li + li {
            margin-left: 0;
            padding-left: 0;
            border-top: 1px solid #e8e8e8;
            border-left: 0
        }
}

@media (max-width: 767px) {
    .list-checks--block {
        padding: 14px
    }
}

.list-tags li {
    display: inline-block;
    width: 136px
}

    .list-tags li a {
        display: block;
        font-size: 14px;
        color: #b5b5b5;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        padding: 1px 9px
    }

.list-tags .active a {
    color: #fff;
    background-color: #7ea1e8;
    box-shadow: 2px 2px 5px 0 #5ea6f1;
    border: 0
}

.list-tags--grey li a {
    color: #5e5e5e;
    background-color: #c4c4c4
}

.list-tags--grey .active a {
    background-color: #58da09;
    color: #fff;
    box-shadow: 2px 2px 5px 0 #5ef16b
}

@media (max-width: 374px) {
    .list-tags li {
        display: block;
        width: 100%
    }
}

.navbar {
    position: relative;
    z-index: 10;
    padding: .3em 1em;
    background-color: #fff;
    border-bottom: 1px solid #cecece
}

    .navbar .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .navbar .navbar-collapse {
        flex-grow: 0
    }

    .navbar .navbar-toggler {
        outline: 0
    }

        .navbar .navbar-toggler span {
            display: block;
            height: 2px;
            background-color: #1863b0;
            width: 18px
        }

            .navbar .navbar-toggler span + span {
                margin-top: 5px
            }

    .navbar .navbar-nav {
        position: relative;
        padding-right: 65px;
        margin-right: 27px !important
    }

        .navbar .navbar-nav li + li {
            margin-left: 21px
        }

        .navbar .navbar-nav:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #e2e2e2;
            height: 30px;
            width: 1px
        }

    .navbar .nav-link {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        color: #6e6d6d
    }

        .navbar .nav-link:hover {
            color: #565353;
            cursor: pointer
        }

    .navbar .navbar__socials {
        position: absolute;
        right: 35px;
        top: calc(100% + 18px)
    }

    .navbar .navbar__aside {
        display: flex;
        align-items: center
    }

    .navbar .nav-access {
        padding-right: 41px
    }

        .navbar .nav-access ul {
            margin-bottom: 0
        }

            .navbar .nav-access ul li {
                display: inline-block
            }

                .navbar .nav-access ul li a {
                    color: #818181;
                    opacity: .8;
                    padding-bottom: 9px
                }

                .navbar .nav-access ul .active a, .navbar .nav-access ul li:hover a {
                    opacity: 1;
                    font-weight: 500;
                    border-bottom: 2px solid #1f7dd9;
                    text-decoration: none
                }

                .navbar .nav-access ul li + li {
                    margin-left: 51px
                }

@media (max-width: 1200px) {
    .navbar .navbar-nav {
        padding-right: 8px;
        margin-right: 14px !important
    }

        .navbar .navbar-nav li + li {
            margin-left: 8px
        }

    .navbar .navbar__socials {
        right: 18px
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav {
        padding: 0 0 10px;
        margin: 0
    }

        .navbar .navbar-nav:after {
            display: none
        }

        .navbar .navbar-nav li + li {
            margin-left: 0
        }

    .navbar .navbar__socials {
        padding-top: 15px;
        position: static
    }

    .navbar .navbar-collapse {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .navbar .navbar-brand--secondary img {
        width: 155px;
        height: 27px
    }
}

@media (max-width: 991px) {
    .nav-access {
        padding: 10px 40px;
        border-bottom: 1px solid #d4d4d4
    }

        .nav-access ul {
            margin-bottom: 0
        }

            .nav-access ul li {
                display: inline-block
            }

                .nav-access ul li + li {
                    margin-left: 37px
                }
}

@media (max-width: 374px) {
    .nav-access {
        padding: 10px 25px
    }
}

.section-primary {
    position: relative;
    z-index: 10
}

    .section-primary .section__buttons {
        margin-top: -67px
    }

        .section-primary .section__buttons a + a {
            margin-top: 40px
        }

@media (max-width: 991px) {
    .section-primary .section__buttons {
        margin: 20px 0
    }

        .section-primary .section__buttons a + a {
            margin-top: 20px
        }
}

.section-features {
    position: relative;
    margin: 105px 0 120px;
    padding: 10px 0
}

    .section-features .section__image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        background-size: cover;
        background-position: 100%
    }

@media (max-width: 991px) {
    .section-features {
        margin: 50px 0
    }

        .section-features .section__image {
            display: none
        }
}

.section-features-large {
    margin-top: -52px
}

    .section-features-large .section__outer {
        height: 84px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABUCAMAAAAs9z7mAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAN4aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NTdlZTYzOGYtYjAwNi00YTc3LTkzYTItZGM2MWFlMGQ5YjFmIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU0NUIyMzc2Q0UyQzExRThCM0E3RkIzQzgyMEQzNjAyIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU0NUIyMzc1Q0UyQzExRThCM0E3RkIzQzgyMEQzNjAyIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OGZmMmQyZGUtZjhiNC00N2E4LThkNWMtY2NhOTFmNGQ0ZWQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU3ZWU2MzhmLWIwMDYtNGE3Ny05M2EyLWRjNjFhZTBkOWIxZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjPCI6YAAAAVUExURTV2uS9oozJvrzRztTBrqC1knitgl9XkxUEAAAJxSURBVEjHrZfrciUhCIQBYd7/kdcbCgputrJ/0pWqk57jRw92gAoAiTQpU/DjKjCFVbD+BEJsv6ow4hSqf7hEqlS7r0nzMTJ9qjRX+qTcrlWoi3fF7jp8Ch/SXAt111LP0wQEqZzmZZhXuybAMgSk+RAvaR9lmXZD+rGqgGWG46NDDDMyzIbdBUuM0GZmfJYdFssMSziJC1bMzIwAzAg6s/pIOwIPazGr0j4DfgQelphjKTMDi5asEXx9Wu1b9fMIbvGUtownZ3mdsPp3nfLI634G+rxywH4xo8mMuiunI6iunlmQV8esHgtsXicz3swarJlw6cz2CIbPMYLPMRt5Xex5srewZDG7Ye1JcJPx3qQjUFj7vYFHXnUEGm1wsd12ZgRz1zRmdL/j+qrrsdgwO9hLCEsT7vIqEawhV1BNXotZMi5gHOTVLWY4RzBg8YDFugcmszyvZQrO/QxBXhmD3VllMPsMs+r6GbuSMEOfVzYyp/XKK+0lA9fK8Ox1BDiYHSNgOUaQMxMM78axn09mHN5im9kewWfzKhbWWsxrBJzBupiF7O2u0ZURwvJ3Y8gsuRshHoGYEaxdA2a/rnfcx3btZ2XmYcV3IxhYibjbMMyrLxK6a7K82sWszEZe+chrcDfCI696Re5eQmlez8sMftflML4b8dXlOCgS2STuIqEjiLucRF0uyutyfXS5XSQeXe4nzKIuF1a6X3Q5/HGX83ktaZcrry7XmT3yqlfkX/ovRX0i7HJpkXh3uaPScZ7Xo0hkeXWx/VaXy/K6mUVdjiXtcmV1OfnXLseRXdzlrv894i5X/keX8/33NYLdfzvXP8/0G5Aqq2P4AAAAAElFTkSuQmCC);
        background-repeat: repeat
    }

    .section-features-large .section__head {
        min-height: 82px;
        position: relative;
        padding: 20px 134px 20px;
        background: #fbfbfb
    }

    .section-features-large .section__title {
        font-size: 40px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: .01em;
        color: #e82245;
        margin-bottom: 0
    }

    .section-features-large .section__image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 134px
    }

        .section-features-large .section__image img {
            width: 100%;
            height: 100%
        }

    .section-features-large .section__content {
        padding-top: 57px;
        max-width: 1240px;
        margin: auto
    }

@media (max-width: 1200px) {
    .section-features-large .section__content {
        max-width: 100%;
        padding: 20px
    }
}

@media (max-width: 991px) {
    .section-features-large .section__title {
        font-size: 30px
    }
}

.section-web {
    padding: 19px 0 63px
}

    .section-web .section__note {
        padding-left: 23px;
        border-left: 1px solid #dfdfdf
    }

        .section-web .section__note span {
            font-size: 60px;
            font-weight: 500;
            color: #3359d7;
            letter-spacing: -.025em;
            margin-right: 10px
        }

        .section-web .section__note p {
            display: inline-block;
            vertical-align: middle;
            font-size: 17px;
            line-height: 1.06;
            letter-spacing: -.01em;
            color: #3359d7;
            text-transform: uppercase;
            max-width: 80px;
            margin-bottom: 0
        }

    .section-web .section__actions {
        padding-bottom: 12px
    }

    .section-web .section__content--grey {
        padding: 48px 0 34px;
        background-color: #fcfcfc;
        border: 1px solid #e7e7e7
    }

        .section-web .section__content--grey p {
            font-size: 14px
        }

        .section-web .section__content--grey i {
            margin-bottom: 6px
        }

        .section-web .section__content--grey .large {
            font-weight: 700;
            text-transform: uppercase
        }

    .section-web .section__inner {
        max-width: 496px;
        margin: auto
    }

.section-web--form {
    padding: 46px 0 31px
}

    .section-web--form .section__actions {
        margin-bottom: 12px
    }

        .section-web--form .section__actions h5 {
            font-size: 18px;
            font-weight: 500;
            color: #4a4a4a
        }

    .section-web--form .section__content {
        padding: 24px 0 28px
    }

@media (max-width: 991px) {
    .section-web--form .section__actions {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .section-web {
        padding-top: 0
    }

    .section-web--alt {
        padding-top: 20px
    }

        .section-web--alt .section__actions p {
            margin-bottom: 0
        }

        .section-web--alt .section__content {
            padding: 20px
        }

        .section-web--alt .section__actions p {
            margin-bottom: 5px
        }

        .section-web--alt .section__actions .btn {
            width: 100%
        }
}

.section-testimonials {
    padding: 66px 0 66px
}

@media (max-width: 767px) {
    .section-testimonials {
        padding: 13px 0 64px
    }

        .section-testimonials .section__foot {
            padding-top: 30px
        }
}

.section-faq {
    padding: 21px 0
}

    .section-faq .section__title {
        position: relative;
        margin-bottom: 28px;
        font-size: 26px;
        color: #ee5975;
        font-weight: 600;
        letter-spacing: .0265em
    }

        .section-faq .section__title i {
            position: absolute;
            top: -5px;
            left: -50px
        }

    .section-faq .section__inner {
        max-width: 1250px;
        margin: 0 auto
    }

    .section-faq + .section-faq {
        padding-top: 46px;
        border-top: 1px solid #eaf1fa;
        margin-top: 44px
    }

@media (max-width: 1360px) {
    .section-faq .section__title i {
        position: static
    }
}

@media (max-width: 767px) {
    .section-faq {
        padding: 3px 0 20px
    }

        .section-faq .container {
            padding: 0 18px
        }

        .section-faq .section__title {
            font-size: 25px;
            letter-spacing: .018em
        }

            .section-faq .section__title i {
                display: none
            }

        .section-faq + .section-faq .section__title {
            margin-bottom: 20px
        }

    .section-faq--last {
        padding-bottom: 81px
    }
}

@media (max-width: 767px) {
    .section-article {
        margin-top: -7px
    }

        .section-article .container {
            padding: 0 18px
        }
}

.section-features-new {
    padding: 138px 0 0
}

    .section-features-new .section__title {
        position: relative;
        margin-bottom: 28px;
        font-size: 26px;
        color: #ee5975;
        font-weight: 600;
        letter-spacing: .0265em
    }

        .section-features-new .section__title i {
            position: absolute;
            top: 0;
            left: -30px
        }

@media (max-width: 1360px) {
    .section-features-new .section__title i {
        position: static
    }
}

@media (max-width: 767px) {
    .section-features-new {
        padding: 20px 0 56px
    }

        .section-features-new .container {
            padding: 0 18px
        }

        .section-features-new .section__title {
            margin-bottom: 36px;
            font-size: 25px
        }

            .section-features-new .section__title i {
                display: none
            }

        .section-features-new .text {
            margin: 0 0 -30px
        }

            .section-features-new .text .text-item {
                margin-bottom: 0;
                padding-bottom: 24px
            }

                .section-features-new .text .text-item h5 {
                    margin-bottom: 4px
                }
}

.section-infobox {
    padding: 58px 0 150px
}

    .section-infobox .section__title {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 700;
        color: #545556;
        text-align: center
    }

    .section-infobox .infobox {
        position: relative;
        max-width: 1200px;
        padding: 46px 150px 63px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 10px 25px 0 rgba(68,74,87,.1);
        border-top: 7px solid #e30022
    }

        .section-infobox .infobox p {
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 500;
            color: #57595d;
            line-height: 1.67
        }

        .section-infobox .infobox i {
            position: absolute;
            top: 0;
            bottom: 22px;
            left: 58px;
            margin: auto
        }

@media (max-width: 767px) {
    .section-infobox {
        padding: 12px 0
    }

        .section-infobox .infobox {
            margin: 0 -15px 35px;
            padding: 29px 50px 61px 34px;
            box-shadow: none;
            border: 0;
            border-bottom: 1px solid #f2f2f2
        }

            .section-infobox .infobox:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                display: inline-block;
                width: 100%;
                height: 15px;
                background: linear-gradient(90deg,#848688 0,#fff)
            }

            .section-infobox .infobox i {
                display: none
            }
}

.section-action {
    padding: 90px 0 98px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

    .section-action .section__content {
        max-width: 485px;
        margin-left: 33px
    }

        .section-action .section__content h4 {
            font-size: 24px;
            line-height: 1.25;
            color: #0d0d0d;
            font-weight: 700
        }

        .section-action .section__content p {
            margin-bottom: 37px;
            font-size: 18px;
            line-height: 1.67;
            font-weight: 500;
            color: #5e6062
        }

        .section-action .section__content .btn {
            border-radius: 28px;
            min-width: 367px;
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            letter-spacing: -.005em;
            font-weight: 500
        }

@media (max-width: 767px) {
    .section-action {
        margin-bottom: 46px;
        padding: 0 0 67px;
        background-image: none !important;
        background: #fffbf4
    }

        .section-action .section__image {
            position: relative;
            width: 100%;
            height: 0;
            margin-bottom: 32px;
            padding-top: 79%
        }

            .section-action .section__image figure {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: 50%;
                background-repeat: no-repeat
            }

        .section-action .section__content {
            margin-left: 0;
            max-width: 100%;
            padding: 0 4px;
            text-align: center
        }

            .section-action .section__content h4 {
                margin-bottom: 2px;
                font-size: 22px;
                letter-spacing: .005em;
                text-align: left
            }

            .section-action .section__content p {
                margin-bottom: 45px;
                text-align: left;
                font-size: 16px;
                line-height: 1.9
            }

            .section-action .section__content .btn {
                min-width: 284px;
                line-height: 53px
            }

            .section-action .section__content .btn--red {
                box-shadow: 0 7px 24px 2px rgba(202,30,30,.46)
            }
}

.section-playboxes {
    padding: 15px 0 64px
}

    .section-playboxes .section__inner {
        max-width: 1056px;
        margin: 0 auto
    }

@media (max-width: 767px) {
    .section-playboxes {
        margin-top: 8px;
        padding: 26px 0 36px;
        box-shadow: 0 -4px 5px 0 rgba(0,0,0,.05)
    }

        .section-playboxes .section__inner {
            max-width: 1056px;
            margin: 0 auto;
            padding: 0 2px
        }
}

.section-holder {
    padding: 62px 0 0
}

    .section-holder .testimonial-new {
        max-width: 1070px;
        margin: 0 auto
    }

@media (max-width: 767px) {
    .section-holder {
        margin: 0 -15px 28px;
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .section-contacts .container {
        padding: 0
    }
}

.table thead {
    border: 0;
    background-color: #f1f0f0
}

    .table thead th {
        border: 0;
        padding: 7px;
        text-align: center
    }

.table tbody td {
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid #dfdfdf
}

.widgets {
    list-style: none outside none
}

.intro .container {
    position: relative
}

.intro .intro__image {
    position: absolute;
    padding-top: calc(50% + 110px);
    left: 10px;
    right: -10px;
    top: -120px;
    background-repeat: no-repeat
}

.intro .intro__title {
    margin-bottom: 50px;
    color: #1863b0;
    max-width: 460px
}

    .intro .intro__title i {
        display: inline-block;
        margin-left: 8px
    }

.intro .intro__title--no-margin {
    margin-bottom: auto
}

.intro .intro__subtitle {
    font-size: 18px
}

.intro .intro__content {
    position: relative;
    padding-top: 45px
}

.intro .intro__text {
    width: 710px;
    margin-left: -20px;
    padding: 30px 26px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 6px 6px 24px rgba(79,80,81,.21);
    border: 1px solid #f5f5f5
}

.intro .intro__text--large {
    width: 100%;
    font-size: 16px;
    padding: 35px 70px
}

.intro .intro__title-small {
    color: #e8123b
}

.intro .intro__bottom {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end
}

    .intro .intro__bottom .intro__title-small {
        margin-bottom: 0
    }

    .intro .intro__bottom .intro__text {
        border-radius: 5px;
        width: 460px;
        box-shadow: none;
        border: 0
    }

    .intro .intro__bottom .intro__entry {
        width: 340px
    }

@media (max-width: 1200px) {
    .intro .intro__text {
        margin-left: 0
    }

    .intro .intro__bottom {
        padding-top: 20px
    }

    .intro .intro__image {
        padding-top: 0;
        height: 680px
    }
}

@media (max-width: 991px) {
    .intro .intro__image {
        display: none
    }

    .intro .intro__text {
        padding: 30px 26px;
        width: 100%
    }

    .intro .intro__bottom .intro__text {
        border-radius: 2px;
        width: 100%;
        box-shadow: 6px 6px 24px rgba(79,80,81,.21);
        border: 1px solid #f5f5f5
    }

    .intro .intro__bottom .intro__entry {
        max-width: 340px;
        width: 100%
    }
}

.intro-fancy {
    position: relative
}

    .intro-fancy .intro__background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(-47px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom
    }

    .intro-fancy .intro__inner {
        padding-top: 28.5%;
        position: relative;
        z-index: 20;
        text-align: center
    }

    .intro-fancy .intro__content {
        position: absolute;
        top: 115px;
        left: 0;
        right: 0
    }

    .intro-fancy .intro__title {
        margin-bottom: 0;
        font-size: 50px;
        color: #fff;
        letter-spacing: .025em;
        font-weight: 600
    }

    .intro-fancy p {
        font-size: 18px;
        line-height: 1.39;
        color: #fff
    }

@media (max-width: 991px) {
    .intro-fancy .intro__title {
        font-size: 32px
    }

    .intro-fancy p {
        font-size: 14px
    }

    .intro-fancy .intro__inner {
        padding-top: 0;
        height: 332px
    }
}

@media (max-width: 767px) {
    .intro-fancy p {
        font-size: 10px
    }

    .intro-fancy .intro__title {
        font-size: 24px
    }

    .intro-fancy .intro__inner {
        height: 211px
    }

    .intro-fancy .intro__content {
        top: 79px
    }
}

.intro-main {
    position: relative
}

    .intro-main .login-box {
        position: absolute;
        top: 33px;
        right: 0;
        width: 220px;
        padding: 24px;
        border-radius: 10px;
        background: #fff
    }

        .intro-main .login-box .field {
            height: 29px;
            padding: 0 5px;
            font-size: 10px;
            color: #464545
        }

        .intro-main .login-box .form__row + .form__row {
            margin-top: 22px
        }

        .intro-main .login-box .form__actions {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 10px
        }

            .intro-main .login-box .form__actions .form__forgot {
                font-size: 11px;
                color: #2656b8
            }

                .intro-main .login-box .form__actions .form__forgot a {
                    text-decoration: underline
                }

        .intro-main .login-box .form__submit {
            margin-top: 17px
        }

        .intro-main .login-box .btn {
            width: 100%;
            height: 29px;
            line-height: 29px;
            text-transform: uppercase;
            background: #5ad154;
            box-shadow: none;
            font-size: 12px;
            font-weight: 300;
            color: #fff;
            letter-spacing: .1em;
            padding: 0;
            border-radius: 15px
        }

        .intro-main .login-box .checkbox input {
            display: none
        }

            .intro-main .login-box .checkbox input:checked + label:before {
                background: #e2e2e2
            }

        .intro-main .login-box .checkbox label {
            position: relative;
            margin-bottom: 0;
            padding-left: 19px;
            font-size: 11px;
            color: #2656b8
        }

            .intro-main .login-box .checkbox label:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                margin: auto;
                width: 12px;
                height: 12px;
                border: 1px solid #e2e2e2;
                background: #f8f8f8;
                border-radius: 4px
            }

    .intro-main .intro__arrows {
        position: absolute;
        bottom: 17px;
        left: 0
    }

        .intro-main .intro__arrows ul {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            list-style-type: none
        }

            .intro-main .intro__arrows ul li + li {
                margin-left: 16px
            }

            .intro-main .intro__arrows ul a {
                font-size: 13px;
                font-weight: 600;
                color: hsla(0,0%,100%,.5)
            }

            .intro-main .intro__arrows ul li.active a {
                color: #fff
            }

            .intro-main .intro__arrows ul .next i {
                transform: rotate(180deg)
            }

    .intro-main .intro__background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%
    }

    .intro-main .intro__inner {
        position: relative;
        z-index: 20;
        padding: 113px 0 180px
    }

        .intro-main .intro__inner h1 {
            max-width: 77%;
            margin-bottom: 109px;
            font-size: 60px;
            font-weight: 900;
            color: #fff
        }

            .intro-main .intro__inner h1 br {
                display: none
            }

    .intro-main .intro__action {
        max-width: 485px
    }

        .intro-main .intro__action h4 {
            margin-bottom: 2px;
            font-size: 22px;
            line-height: 1.25;
            color: #fff;
            font-weight: 700
        }

        .intro-main .intro__action p {
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 1.71;
            font-weight: 500;
            color: #fff
        }

        .intro-main .intro__action .btn {
            border-radius: 28px;
            min-width: 367px;
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            letter-spacing: -.005em;
            font-weight: 500
        }

@media (max-width: 991px) {
    .intro-main .intro__inner {
        padding: 50px 0 100px
    }

    .intro-main .login-box {
        position: static;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .intro-main {
        overflow: hidden
    }

        .intro-main .login-box {
            margin: 0 auto 30px;
            display: none
        }

        .intro-main .intro__background {
            transform: scale(1.1);
            background-position: 89%
        }

        .intro-main .intro__inner {
            padding: 30px 7px 121px
        }

            .intro-main .intro__inner h1 {
                max-width: 312px;
                margin-bottom: 113px;
                font-size: 33px;
                letter-spacing: .016em
            }

                .intro-main .intro__inner h1 span {
                    display: block
                }

        .intro-main .intro__action {
            max-width: 88%
        }

            .intro-main .intro__action h4 {
                font-size: 19px
            }

            .intro-main .intro__action p {
                margin-bottom: 25px;
                line-height: 1.76
            }

            .intro-main .intro__action .btn {
                min-width: auto;
                width: 91%;
                font-size: 15px;
                line-height: 56px
            }

        .intro-main .intro__arrows {
            width: 100%;
            bottom: 28px
        }

            .intro-main .intro__arrows ul {
                margin-left: 2px;
                justify-content: center
            }

                .intro-main .intro__arrows ul li + li {
                    margin-left: 15px
                }
}

@media (max-width: 374px) {
    .intro-main .intro__inner h1 {
        max-width: 100%
    }

        .intro-main .intro__inner h1 span {
            display: inline
        }

    .intro-main .intro__action {
        max-width: 100%
    }

        .intro-main .intro__action .btn {
            width: 100%
        }
}

.socials li + li {
    margin-top: 12px
}

@media (max-width: 991px) {
    .socials ul {
        display: flex
    }

    .socials li + li {
        margin: 0 0 0 12px
    }
}

.testimonial {
    margin-top: 22px;
    padding-top: 27px;
    position: relative;
    font-size: 15px;
    font-weight: 600
}

    .testimonial:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 20px;
        display: block;
        height: 1px;
        background-color: #e2e2e2
    }

    .testimonial cite {
        display: block;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-align: right;
        color: #1863b0;
        font-style: normal
    }

@media (max-width: 991px) {
    .testimonial:before {
        left: 0
    }
}

.testimonials-holder {
    max-width: 1061px;
    margin: 0 auto
}

.testimonial-new + .testimonial-new {
    margin-top: 54px
}

.testimonial-new {
    display: flex;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(68,74,87,.1)
}

    .testimonial-new blockquote {
        margin-bottom: 0
    }

        .testimonial-new blockquote p {
            padding-left: 33px;
            font-size: 18px;
            line-height: 1.5;
            margin-bottom: 0;
            color: #848588
        }

        .testimonial-new blockquote span {
            display: block;
            margin-bottom: -10px;
            font-size: 80px;
            line-height: .34;
            color: #ff9b05;
            font-weight: 500
        }

    .testimonial-new .testimonial__user {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 33.33%;
        background: #f8f9fb;
        text-align: center
    }

    .testimonial-new .testimonial__name h3 {
        margin-bottom: 0;
        font-size: 20px;
        letter-spacing: .01em;
        font-weight: 600;
        color: #2e3134
    }

    .testimonial-new .testimonial__name p {
        color: #e46100;
        font-size: 13px;
        line-height: 1.54;
        letter-spacing: .01em;
        font-weight: 600
    }

    .testimonial-new .testimonial__quote {
        width: 66.66%;
        padding: 43px 43px 52px
    }

@media (max-width: 767px) {
    .testimonials {
        margin: 0 -2px
    }

    .testimonial-new {
        border-radius: 6px;
        border: 1px solid #f2f2f2;
        background: #fff;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

        .testimonial-new + .testimonial-new {
            margin-top: 37px
        }

        .testimonial-new .testimonial__quote, .testimonial-new .testimonial__user {
            width: 100%
        }

        .testimonial-new .testimonial__user {
            padding: 28px 10px 0;
            background: #fff
        }

            .testimonial-new .testimonial__user img {
                margin-bottom: 28px;
                width: 87px
            }

        .testimonial-new .testimonial__quote {
            position: relative;
            padding: 26px 11px 56px
        }

        .testimonial-new blockquote:after {
            content: "";
            display: table;
            clear: both;
            line-height: 0
        }

        .testimonial-new blockquote span {
            position: relative;
            float: left;
            margin: -8px 0 0;
            font-size: 66px
        }

        .testimonial-new blockquote p {
            padding-left: 0;
            font-size: 16px;
            line-height: 1.6;
            letter-spacing: .004em
        }

    .testimonial-new--sm {
        box-shadow: none;
        border: 0
    }

        .testimonial-new--sm .testimonial__user {
            max-width: 81%;
            margin: 0 auto 31px;
            padding: 28px 10px 0 14px;
            background: #fbfcfe
        }

            .testimonial-new--sm .testimonial__user img {
                margin-left: 3px;
                margin-bottom: 23px;
                width: 65px
            }

            .testimonial-new--sm .testimonial__user p span {
                display: block
            }

        .testimonial-new--sm .testimonial__quote {
            padding: 26px 16px 56px
        }

        .testimonial-new--sm blockquote span {
            margin-top: -15px;
            font-size: 76px
        }

        .testimonial-new--sm blockquote p {
            letter-spacing: .015em
        }
}

.features .features__title {
    color: #e25050;
    text-transform: uppercase;
    font-weight: 400
}

.features .features__entry {
    font-size: 18px;
    line-height: 1.7;
    color: #636469
}

@media (max-width: 991px) {
    .features .features__entry {
        font-size: 14px
    }
}

.feature-small {
    min-height: 130px
}

    .feature-small h5 {
        font-size: 19px;
        font-weight: 600;
        color: #1863b0;
        letter-spacing: .01em;
        margin-bottom: 0
    }

    .feature-small p {
        font-size: 17px;
        line-height: 1.24
    }

.filters {
    padding-left: 22px
}

    .filters .filter {
        width: 325px
    }

        .filters .filter label {
            padding-right: 9px;
            font-size: 14px;
            font-weight: 400;
            color: #4a4a4a;
            margin-bottom: 0
        }

    .filters .filter--small {
        width: 165px
    }

@media (max-width: 1200px) {
    .filters {
        padding-left: 0
    }

        .filters .filter {
            width: 300px
        }
}

@media (max-width: 991px) {
    .filters .filter {
        width: auto
    }
}

@media (max-width: 374px) {
    .filters {
        width: 100%
    }
}

.boxes .boxes__head {
    background-color: #fbfbfb;
    border: 1px solid #e7e7e7;
    padding: 8px 22px 7px
}

.boxes .boxes__checkbox .custom-checkbox {
    padding-right: 22px
}

.boxes .boxes__content {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 10px 0 6px;
    padding: 10px 23px 0;
    height: 360px;
    overflow-y: auto
}

.boxes .boxes__foot {
    background-color: #fbfbfb;
    border: 1px solid #e7e7e7;
    padding: 8px 22px 7px
}

    .boxes .boxes__foot > p {
        font-size: 12px;
        letter-spacing: -.01em;
        color: #6b6767;
        margin-bottom: 0;
        line-height: 1;
        padding-right: 2px
    }

.boxes .boxes__notes {
    padding: 5px 0
}

    .boxes .boxes__notes p {
        font-size: 12px;
        color: #818181;
        letter-spacing: -.01em;
        padding-right: 101px;
        font-weight: 400
    }

    .boxes .boxes__notes .red {
        padding-right: 36px;
        color: #d64040
    }

.boxes .boxes__outer p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4px;
    padding-left: 10px
}

.boxes .boxes__outer + .boxes__outer {
    margin-top: 20px
}

.boxes .boxes__note span {
    font-size: 41px;
    color: #4bbe56;
    font-weight: 600;
    line-height: 1
}

.boxes .boxes__note p {
    font-size: 12px
}

@media (max-width: 991px) {
    .boxes .boxes__head {
        padding: 8px 22px 0
    }

    .boxes .boxes__content {
        height: auto
    }

    .boxes .boxes__notes p {
        padding-right: 0;
        margin-bottom: 0;
        display: block;
        width: 100%
    }

    .boxes .boxes__notes .red {
        padding-right: 0
    }

    .boxes .boxes__actions--mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        padding: 9px 13px;
        border-top: 1px solid #cbcbcb;
        z-index: 20
    }
}

.box-form {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    position: relative
}

    .box-form, .box-form .box__head {
        margin-bottom: 25px
    }

        .box-form .box__head p {
            margin-bottom: 0
        }

        .box-form .box__content {
            padding-left: 10px
        }

        .box-form:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 200px;
            margin: auto;
            height: 3px;
            background-color: #ff607f
        }

@media (max-width: 991px) {
    .box-form {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .box-form {
        padding: 10px
    }

        .box-form .box__head {
            margin-bottom: 10px
        }

            .box-form .box__head p {
                font-size: 12px
            }

        .box-form .box__content {
            padding-left: 0
        }
}

.search .search__field {
    font-size: 14px;
    letter-spacing: -.01em;
    color: #b5b4b4;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 4px 17px 3px
}

.search .search__btn {
    background-color: #ff607f;
    border-radius: 2px;
    padding: 4px 10px 3px;
    border: 0
}

.popup {
    max-width: 650px;
    background-color: #fff;
    margin: auto;
    padding-bottom: 22px
}

    .popup .popup__head {
        background-color: #f0f0f0;
        padding: 13px 26px;
        position: relative
    }

        .popup .popup__head h5 {
            margin-bottom: 0
        }

        .popup .popup__head .btn-close {
            position: absolute;
            top: 15px;
            right: 39px
        }

    .popup .popup__content {
        padding: 37px
    }

    .popup .popup__actions {
        padding: 0 26px
    }

.tabs .tabs__head {
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 30px
}

.tabs .tabs__nav ul {
    margin-bottom: 0
}

    .tabs .tabs__nav ul li {
        display: inline-block
    }

        .tabs .tabs__nav ul li a {
            display: block;
            padding: 10px 21px;
            text-transform: uppercase;
            font-weight: 500;
            color: #aaa;
            text-decoration: none;
            position: relative
        }

    .tabs .tabs__nav ul .active a {
        color: #1863b0
    }

        .tabs .tabs__nav ul .active a:after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            margin: auto;
            border-bottom: 2px solid #1863b0
        }

@media (max-width: 767px) {
    .tabs .tabs__head {
        margin-bottom: 10px
    }

    .tabs .tabs__nav ul li a {
        padding: 10px;
        font-size: 12px
    }
}

.tab .tab__head {
    margin-bottom: 21px;
    padding-left: 20px
}

    .tab .tab__head h5 {
        color: #363333;
        font-size: 18px;
        font-weight: 600
    }

@media (max-width: 767px) {
    .tab .tab__head {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0
    }
}

.card .card__button {
    display: block;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 12px 47px;
    font-size: 14px;
    font-weight: 500;
    color: #7ea1e8;
    text-transform: uppercase;
    width: 100%;
    align-items: center
}

    .card .card__button span {
        display: inline-block;
        vertical-align: middle
    }

    .card .card__button i {
        vertical-align: middle;
        position: absolute;
        top: 12px;
        margin: auto;
        right: 47px
    }

.card .card__head h5 {
    margin-bottom: 0
}

.card .card__body {
    box-shadow: 2px 2px 20px 0 rgba(0,0,0,.6)
}

.card .card__button {
    border-bottom: 1px solid #d4d4d4
}

.accordion {
    border: 0;
    margin-left: -15px;
    margin-right: -15px
}

    .accordion .card {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: 13px
    }

.accordion-new .card {
    border: 0
}

    .accordion-new .card + .card {
        margin-top: 22px
    }

.accordion-new .card-header {
    position: relative;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 0;
    background: #f9f9f9
}

    .accordion-new .card-header i {
        position: absolute;
        top: 0;
        right: 122px;
        bottom: 0;
        margin: auto
    }

    .accordion-new .card-header a {
        display: block;
        padding: 12px 48px;
        font-size: 17px;
        color: #505964;
        font-weight: 500
    }

@media (max-width: 767px) {
    .accordion-new .card-header i {
        right: 29px
    }

    .accordion-new .card-header a {
        padding: 24px 130px 21px 9px;
        font-size: 16px;
        font-weight: 600;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,.04)
    }

    .accordion-new .card + .card {
        margin-top: 16px
    }
}

@media (max-width: 374px) {
    .accordion-new .card-header a {
        padding-right: 60px
    }
}

.bar-new {
    padding: 10px 0;
    background: #292b2e
}

    .bar-new .bar__inner {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .bar-new p {
        margin-bottom: 0;
        color: #fff;
        font-size: 11px
    }

    .bar-new ul {
        display: flex;
        margin-bottom: 0;
        list-style-type: none
    }

        .bar-new ul a {
            color: #fff;
            font-size: 11px
        }

@media (max-width: 767px) {
    .bar-new {
        padding: 21px 0;
        text-align: center;
        line-height: 1.1
    }

        .bar-new .bar__inner {
            display: block
        }

        .bar-new p {
            margin-bottom: 4px
        }

        .bar-new ul {
            justify-content: center
        }
}

.callout {
    margin-top: 82px
}

    .callout .callout__inner {
        max-width: 665px;
        padding-top: 58px;
        padding-bottom: 58px;
        border-top: 1px solid #eaf1fa;
        margin: 0 auto;
        text-align: center
    }

        .callout .callout__inner p {
            margin-bottom: 0;
            font-size: 16px;
            letter-spacing: .075em;
            color: #ff9b05
        }

@media (max-width: 767px) {
    .callout {
        margin: 1px 0 26px
    }

        .callout .callout__inner {
            padding: 13px 0
        }
}

.article .article__title {
    position: relative;
    margin-bottom: 2px;
    font-size: 26px;
    color: #ee5975;
    font-weight: 600;
    letter-spacing: .0265em
}

    .article .article__title i {
        position: absolute;
        top: 0;
        left: -30px
    }

.article .article__subtitle {
    font-size: 18px;
    color: #505964;
    font-weight: 600
}

.article p {
    margin-bottom: 43px;
    font-size: 18px;
    color: #505964;
    line-height: 1.44
}

    .article p strong {
        display: block;
        font-weight: 600
    }

    .article p br {
        display: none
    }

.article .article__inner {
    display: flex;
    align-items: center;
    max-width: 1200px
}

    .article .article__inner .article__content {
        width: calc(100% - 307px);
        padding-right: 60px
    }

    .article .article__inner p {
        margin-bottom: 30px
    }

    .article .article__inner .article__image {
        width: 307px
    }

@media (max-width: 1360px) {
    .article .article__title i {
        position: static
    }
}

@media (max-width: 767px) {
    .article p {
        margin-bottom: 61px;
        font-size: 16px;
        line-height: 1.66
    }

        .article p br {
            display: block
        }

    .article .article__inner {
        flex-wrap: wrap
    }

        .article .article__inner .article__content {
            order: 2;
            width: 100%;
            margin-bottom: 0;
            padding-right: 0;
            padding-bottom: 10px
        }

        .article .article__inner .article__image {
            order: 1;
            width: 100%;
            text-align: center;
            margin-bottom: 63px
        }

            .article .article__inner .article__image img {
                margin-left: -38px;
                max-width: 165px
            }

        .article .article__inner a {
            font-weight: 700;
            color: inherit
        }

        .article .article__inner p {
            margin-bottom: 26px
        }

    .article .article__subtitle {
        margin-bottom: 5px;
        font-size: 16px
    }

    .article .article__title {
        max-width: 80%;
        margin-bottom: 21px;
        font-size: 25px;
        letter-spacing: .018em
    }

        .article .article__title i {
            display: none
        }

    .article--main {
        position: relative;
        padding: 14px 0 0 2px
    }

        .article--main .article__title {
            max-width: 74%;
            margin-bottom: 22px;
            font-size: 27px
        }

        .article--main .article__inner .article__image {
            position: absolute;
            top: 0;
            right: 21px;
            width: 57px
        }

            .article--main .article__inner .article__image img {
                margin: 0;
                max-width: 57px
            }

        .article--main .article__inner p {
            font-size: 17px;
            line-height: 1.5
        }
}

@media (max-width: 374px) {
    .article .article__title {
        max-width: 100%
    }
}

.article--full .article__subtitle, .article--full p {
    font-size: 17px
}

.article--full .article__inner .article__content {
    width: 100%
}

@media (max-width: 767px) {
    .article--full {
        padding-left: 5px
    }

        .article--full p {
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 1.9
        }

        .article--full .article__inner .article__content {
            padding-bottom: 0
        }

        .article--full .article__title {
            margin-bottom: 33px;
            max-width: 90%
        }

        .article--full .article__subtitle + p {
            margin-bottom: 30px
        }
}

@media (max-width: 374px) {
    .article--full .article__title {
        max-width: 100%
    }
}

.text {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -55px -30px
}

    .text .text-item {
        width: 33.33%;
        padding: 0 55px;
        margin-bottom: 30px
    }

.text-item h5 {
    font-weight: 600
}

.text-item h5, .text-item p {
    font-size: 16px;
    color: #505964
}

.text-item p {
    line-height: 1.5
}

@media (max-width: 767px) {
    .text {
        margin: 0 0 -30px
    }

        .text .text-item {
            width: 100%;
            padding: 0
        }
}

.playboxes {
    display: flex;
    margin: 0 -5px
}

    .playboxes .playbox {
        width: 50%;
        padding: 0 5px
    }

.playbox .playbox__inner {
    position: relative;
    padding: 22px 56px 22px 12px;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(68,74,87,.1)
}

.playbox .playbox__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
    background: #ff9b05
}

    .playbox .playbox__btn i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.playbox p {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: -.005em;
    color: #6e7684;
    font-weight: 600
}

    .playbox p span {
        margin-left: 12px
    }

@media (max-width: 767px) {
    .playboxes {
        flex-wrap: wrap;
        margin: 0
    }

        .playboxes .playbox {
            width: 100%;
            margin-bottom: 11px;
            padding: 0
        }

            .playboxes .playbox:first-child {
                order: 2
            }

            .playboxes .playbox:nth-child(2) {
                order: 1
            }

            .playboxes .playbox p {
                font-size: 11px;
                letter-spacing: -.012em
            }

                .playboxes .playbox p span {
                    position: relative;
                    top: 1px;
                    margin-left: 2px
                }

            .playboxes .playbox .ico-heart-small {
                margin-right: 8px
            }

            .playboxes .playbox .playbox__inner {
                padding: 13px 58px 17px 14px;
                box-shadow: none;
                border: 1px solid #dfdfdf
            }

            .playboxes .playbox + .playbox {
                margin-top: 0
            }
}

.md-theme-default a:not(.md-button) {
    color: inherit
}

.navbar .nav-access ul li a {
    color: #818181 !important
}
