

/* Start:/assets/css/bootstrap-grid.css?163022714872486*/
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::before, ::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        /*max-width: 720px*/
        max-width: 1152px;
    }
}

@media (min-width: 992px) {
    .container {
        /*max-width: 940px*/
        max-width: 1152px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1152px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.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%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 768px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 768px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }
    .row {
        margin-right: -12px;
        margin-left: -12px
    }
    .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 {
        padding-right: 12px;
        padding-left: 12px
    }
}

.p-l-65{padding-left:65px!important;}.p-t-1{padding-top:1px!important;}.p-t-2{padding-top:2px!important;}.p-t-3{padding-top:3px!important;}.p-t-4{padding-top:4px!important;}.p-t-5{padding-top:5px!important;}.p-t-6{padding-top:6px!important;}.p-t-7{padding-top:7px!important;}.p-t-8{padding-top:8px!important;}.p-t-9{padding-top:9px!important;}.p-t-10{padding-top:10px!important;}.p-t-11{padding-top:11px!important;}.p-t-12{padding-top:12px!important;}.p-t-13{padding-top:13px!important;}.p-t-14{padding-top:14px!important;}.p-t-15{padding-top:15px!important;}.p-t-16{padding-top:16px!important;}.p-t-17{padding-top:17px!important;}.p-t-18{padding-top:18px!important;}.p-t-19{padding-top:19px!important;}.p-t-20{padding-top:20px!important;}.p-t-21{padding-top:21px!important;}.p-t-22{padding-top:22px!important;}.p-t-23{padding-top:23px!important;}.p-t-24{padding-top:24px!important;}.p-t-25{padding-top:25px!important;}.p-t-26{padding-top:26px!important;}.p-t-27{padding-top:27px!important;}.p-t-28{padding-top:28px!important;}.p-t-29{padding-top:29px!important;}.p-t-30{padding-top:30px!important;}.p-t-31{padding-top:31px!important;}.p-t-32{padding-top:32px!important;}.p-t-33{padding-top:33px!important;}.p-t-34{padding-top:34px!important;}.p-t-35{padding-top:35px!important;}.p-t-36{padding-top:36px!important;}.p-t-37{padding-top:37px!important;}.p-t-38{padding-top:38px!important;}.p-t-39{padding-top:39px!important;}.p-t-40{padding-top:40px!important;}.p-t-41{padding-top:41px!important;}.p-t-42{padding-top:42px!important;}.p-t-43{padding-top:43px!important;}.p-t-44{padding-top:44px!important;}.p-t-45{padding-top:45px!important;}.p-t-46{padding-top:46px!important;}.p-t-47{padding-top:47px!important;}.p-t-48{padding-top:48px!important;}.p-t-49{padding-top:49px!important;}.p-t-50{padding-top:50px!important;}.p-t-51{padding-top:51px!important;}.p-t-52{padding-top:52px!important;}.p-t-53{padding-top:53px!important;}.p-t-54{padding-top:54px!important;}.p-t-55{padding-top:55px!important;}.p-t-56{padding-top:56px!important;}.p-t-57{padding-top:57px!important;}.p-t-58{padding-top:58px!important;}.p-t-59{padding-top:59px!important;}.p-t-60{padding-top:60px!important;}
.p-b-1{padding-bottom:1px!important;}.p-b-2{padding-bottom:2px!important;}.p-b-3{padding-bottom:3px!important;}.p-b-4{padding-bottom:4px!important;}.p-b-5{padding-bottom:5px!important;}.p-b-6{padding-bottom:6px!important;}.p-b-7{padding-bottom:7px!important;}.p-b-8{padding-bottom:8px!important;}.p-b-9{padding-bottom:9px!important;}.p-b-10{padding-bottom:10px!important;}.p-b-11{padding-bottom:11px!important;}.p-b-12{padding-bottom:12px!important;}.p-b-13{padding-bottom:13px!important;}.p-b-14{padding-bottom:14px!important;}.p-b-15{padding-bottom:15px!important;}.p-b-16{padding-bottom:16px!important;}.p-b-17{padding-bottom:17px!important;}.p-b-18{padding-bottom:18px!important;}.p-b-19{padding-bottom:19px!important;}.p-b-20{padding-bottom:20px!important;}.p-b-21{padding-bottom:21px!important;}.p-b-22{padding-bottom:22px!important;}.p-b-23{padding-bottom:23px!important;}.p-b-24{padding-bottom:24px!important;}.p-b-25{padding-bottom:25px!important;}.p-b-26{padding-bottom:26px!important;}.p-b-27{padding-bottom:27px!important;}.p-b-28{padding-bottom:28px!important;}.p-b-29{padding-bottom:29px!important;}.p-b-30{padding-bottom:30px!important;}.p-b-31{padding-bottom:31px!important;}.p-b-32{padding-bottom:32px!important;}.p-b-33{padding-bottom:33px!important;}.p-b-34{padding-bottom:34px!important;}.p-b-35{padding-bottom:35px!important;}.p-b-36{padding-bottom:36px!important;}.p-b-37{padding-bottom:37px!important;}.p-b-38{padding-bottom:38px!important;}.p-b-39{padding-bottom:39px!important;}.p-b-40{padding-bottom:40px!important;}.p-b-41{padding-bottom:41px!important;}.p-b-42{padding-bottom:42px!important;}.p-b-43{padding-bottom:43px!important;}.p-b-44{padding-bottom:44px!important;}.p-b-45{padding-bottom:45px!important;}.p-b-46{padding-bottom:46px!important;}.p-b-47{padding-bottom:47px!important;}.p-b-48{padding-bottom:48px!important;}.p-b-49{padding-bottom:49px!important;}.p-b-50{padding-bottom:50px!important;}.p-b-51{padding-bottom:51px!important;}.p-b-52{padding-bottom:52px!important;}.p-b-53{padding-bottom:53px!important;}.p-b-54{padding-bottom:54px!important;}.p-b-55{padding-bottom:55px!important;}.p-b-56{padding-bottom:56px!important;}.p-b-57{padding-bottom:57px!important;}.p-b-58{padding-bottom:58px!important;}.p-b-59{padding-bottom:59px!important;}.p-b-60{padding-bottom:60px!important;}
.p-l-1 {padding-left:1px!important;}.p-l-2 {padding-left:2px!important;}.p-l-3 {padding-left:3px!important;}.p-l-4 {padding-left:4px!important;}.p-l-5 {padding-left:5px!important;}.p-l-6 {padding-left:6px!important;}.p-l-7 {padding-left:7px!important;}.p-l-8 {padding-left:8px!important;}.p-l-9 {padding-left:9px!important;}.p-l-10 {padding-left:10px!important;}.p-l-11 {padding-left:11px!important;}.p-l-12 {padding-left:12px!important;}.p-l-13 {padding-left:13px!important;}.p-l-14 {padding-left:14px!important;}.p-l-15 {padding-left:15px!important;}.p-l-16 {padding-left:16px!important;}.p-l-17 {padding-left:17px!important;}.p-l-18 {padding-left:18px!important;}.p-l-19 {padding-left:19px!important;}.p-l-20 {padding-left:20px!important;}.p-l-21 {padding-left:21px!important;}.p-l-22 {padding-left:22px!important;}.p-l-23 {padding-left:23px!important;}.p-l-24 {padding-left:24px!important;}.p-l-25 {padding-left:25px!important;}.p-l-26 {padding-left:26px!important;}.p-l-27 {padding-left:27px!important;}.p-l-28 {padding-left:28px!important;}.p-l-29 {padding-left:29px!important;}.p-l-30 {padding-left:30px!important;}.p-l-31 {padding-left:31px!important;}.p-l-32 {padding-left:32px!important;}.p-l-33 {padding-left:33px!important;}.p-l-34 {padding-left:34px!important;}.p-l-35 {padding-left:35px!important;}.p-l-36 {padding-left:36px!important;}.p-l-37 {padding-left:37px!important;}.p-l-38 {padding-left:38px!important;}.p-l-39 {padding-left:39px!important;}.p-l-40 {padding-left:40px!important;}.p-l-41 {padding-left:41px!important;}.p-l-42 {padding-left:42px!important;}.p-l-43 {padding-left:43px!important;}.p-l-44 {padding-left:44px!important;}.p-l-45 {padding-left:45px!important;}.p-l-46 {padding-left:46px!important;}.p-l-47 {padding-left:47px!important;}.p-l-48 {padding-left:48px!important;}.p-l-49 {padding-left:49px!important;}.p-l-50 {padding-left:50px!important;}.p-l-51 {padding-left:51px!important;}.p-l-52 {padding-left:52px!important;}.p-l-53 {padding-left:53px!important;}.p-l-54 {padding-left:54px!important;}.p-l-55 {padding-left:55px!important;}.p-l-56 {padding-left:56px!important;}.p-l-57 {padding-left:57px!important;}.p-l-58 {padding-left:58px!important;}.p-l-59 {padding-left:59px!important;}.p-l-60 {padding-left:60px!important;}
.p-r-1 {padding-right:1px!important;}.p-r-2 {padding-right:2px!important;}.p-r-3 {padding-right:3px!important;}.p-r-4 {padding-right:4px!important;}.p-r-5 {padding-right:5px!important;}.p-r-6 {padding-right:6px!important;}.p-r-7 {padding-right:7px!important;}.p-r-8 {padding-right:8px!important;}.p-r-9 {padding-right:9px!important;}.p-r-10 {padding-right:10px!important;}.p-r-11 {padding-right:11px!important;}.p-r-12 {padding-right:12px!important;}.p-r-13 {padding-right:13px!important;}.p-r-14 {padding-right:14px!important;}.p-r-15 {padding-right:15px!important;}.p-r-16 {padding-right:16px!important;}.p-r-17 {padding-right:17px!important;}.p-r-18 {padding-right:18px!important;}.p-r-19 {padding-right:19px!important;}.p-r-20 {padding-right:20px!important;}.p-r-21 {padding-right:21px!important;}.p-r-22 {padding-right:22px!important;}.p-r-23 {padding-right:23px!important;}.p-r-24 {padding-right:24px!important;}.p-r-25 {padding-right:25px!important;}.p-r-26 {padding-right:26px!important;}.p-r-27 {padding-right:27px!important;}.p-r-28 {padding-right:28px!important;}.p-r-29 {padding-right:29px!important;}.p-r-30 {padding-right:30px!important;}.p-r-31 {padding-right:31px!important;}.p-r-32 {padding-right:32px!important;}.p-r-33 {padding-right:33px!important;}.p-r-34 {padding-right:34px!important;}.p-r-35 {padding-right:35px!important;}.p-r-36 {padding-right:36px!important;}.p-r-37 {padding-right:37px!important;}.p-r-38 {padding-right:38px!important;}.p-r-39 {padding-right:39px!important;}.p-r-40 {padding-right:40px!important;}.p-r-41 {padding-right:41px!important;}.p-r-42 {padding-right:42px!important;}.p-r-43 {padding-right:43px!important;}.p-r-44 {padding-right:44px!important;}.p-r-45 {padding-right:45px!important;}.p-r-46 {padding-right:46px!important;}.p-r-47 {padding-right:47px!important;}.p-r-48 {padding-right:48px!important;}.p-r-49 {padding-right:49px!important;}.p-r-50 {padding-right:50px!important;}.p-r-51 {padding-right:51px!important;}.p-r-52 {padding-right:52px!important;}.p-r-53 {padding-right:53px!important;}.p-r-54 {padding-right:54px!important;}.p-r-55 {padding-right:55px!important;}.p-r-56 {padding-right:56px!important;}.p-r-57 {padding-right:57px!important;}.p-r-58 {padding-right:58px!important;}.p-r-59 {padding-right:59px!important;}.p-r-60 {padding-right:60px!important;}
.m-t-1{margin-top:1px!important;}.m-t-2{margin-top:2px!important;}.m-t-3{margin-top:3px!important;}.m-t-4{margin-top:4px!important;}.m-t-5{margin-top:5px!important;}.m-t-6{margin-top:6px!important;}.m-t-7{margin-top:7px!important;}.m-t-8{margin-top:8px!important;}.m-t-9{margin-top:9px!important;}.m-t-10{margin-top:10px!important;}.m-t-11{margin-top:11px!important;}.m-t-12{margin-top:12px!important;}.m-t-13{margin-top:13px!important;}.m-t-14{margin-top:14px!important;}.m-t-15{margin-top:15px!important;}.m-t-16{margin-top:16px!important;}.m-t-17{margin-top:17px!important;}.m-t-18{margin-top:18px!important;}.m-t-19{margin-top:19px!important;}.m-t-20{margin-top:20px!important;}.m-t-21{margin-top:21px!important;}.m-t-22{margin-top:22px!important;}.m-t-23{margin-top:23px!important;}.m-t-24{margin-top:24px!important;}.m-t-25{margin-top:25px!important;}.m-t-26{margin-top:26px!important;}.m-t-27{margin-top:27px!important;}.m-t-28{margin-top:28px!important;}.m-t-29{margin-top:29px!important;}.m-t-30{margin-top:30px!important;}.m-t-31{margin-top:31px!important;}.m-t-32{margin-top:32px!important;}.m-t-33{margin-top:33px!important;}.m-t-34{margin-top:34px!important;}.m-t-35{margin-top:35px!important;}.m-t-36{margin-top:36px!important;}.m-t-37{margin-top:37px!important;}.m-t-38{margin-top:38px!important;}.m-t-39{margin-top:39px!important;}.m-t-40{margin-top:40px!important;}.m-t-41{margin-top:41px!important;}.m-t-42{margin-top:42px!important;}.m-t-43{margin-top:43px!important;}.m-t-44{margin-top:44px!important;}.m-t-45{margin-top:45px!important;}.m-t-46{margin-top:46px!important;}.m-t-47{margin-top:47px!important;}.m-t-48{margin-top:48px!important;}.m-t-49{margin-top:49px!important;}.m-t-50{margin-top:50px!important;}.m-t-51{margin-top:51px!important;}.m-t-52{margin-top:52px!important;}.m-t-53{margin-top:53px!important;}.m-t-54{margin-top:54px!important;}.m-t-55{margin-top:55px!important;}.m-t-56{margin-top:56px!important;}.m-t-57{margin-top:57px!important;}.m-t-58{margin-top:58px!important;}.m-t-59{margin-top:59px!important;}.m-t-60{margin-top:60px!important;}
.m-b-1{margin-bottom:1px!important;}.m-b-2{margin-bottom:2px!important;}.m-b-3{margin-bottom:3px!important;}.m-b-4{margin-bottom:4px!important;}.m-b-5{margin-bottom:5px!important;}.m-b-6{margin-bottom:6px!important;}.m-b-7{margin-bottom:7px!important;}.m-b-8{margin-bottom:8px!important;}.m-b-9{margin-bottom:9px!important;}.m-b-10{margin-bottom:10px!important;}.m-b-11{margin-bottom:11px!important;}.m-b-12{margin-bottom:12px!important;}.m-b-13{margin-bottom:13px!important;}.m-b-14{margin-bottom:14px!important;}.m-b-15{margin-bottom:15px!important;}.m-b-16{margin-bottom:16px!important;}.m-b-17{margin-bottom:17px!important;}.m-b-18{margin-bottom:18px!important;}.m-b-19{margin-bottom:19px!important;}.m-b-20{margin-bottom:20px!important;}.m-b-21{margin-bottom:21px!important;}.m-b-22{margin-bottom:22px!important;}.m-b-23{margin-bottom:23px!important;}.m-b-24{margin-bottom:24px!important;}.m-b-25{margin-bottom:25px!important;}.m-b-26{margin-bottom:26px!important;}.m-b-27{margin-bottom:27px!important;}.m-b-28{margin-bottom:28px!important;}.m-b-29{margin-bottom:29px!important;}.m-b-30{margin-bottom:30px!important;}.m-b-31{margin-bottom:31px!important;}.m-b-32{margin-bottom:32px!important;}.m-b-33{margin-bottom:33px!important;}.m-b-34{margin-bottom:34px!important;}.m-b-35{margin-bottom:35px!important;}.m-b-36{margin-bottom:36px!important;}.m-b-37{margin-bottom:37px!important;}.m-b-38{margin-bottom:38px!important;}.m-b-39{margin-bottom:39px!important;}.m-b-40{margin-bottom:40px!important;}.m-b-41{margin-bottom:41px!important;}.m-b-42{margin-bottom:42px!important;}.m-b-43{margin-bottom:43px!important;}.m-b-44{margin-bottom:44px!important;}.m-b-45{margin-bottom:45px!important;}.m-b-46{margin-bottom:46px!important;}.m-b-47{margin-bottom:47px!important;}.m-b-48{margin-bottom:48px!important;}.m-b-49{margin-bottom:49px!important;}.m-b-50{margin-bottom:50px!important;}.m-b-51{margin-bottom:51px!important;}.m-b-52{margin-bottom:52px!important;}.m-b-53{margin-bottom:53px!important;}.m-b-54{margin-bottom:54px!important;}.m-b-55{margin-bottom:55px!important;}.m-b-56{margin-bottom:56px!important;}.m-b-57{margin-bottom:57px!important;}.m-b-58{margin-bottom:58px!important;}.m-b-59{margin-bottom:59px!important;}.m-b-60{margin-bottom:60px!important;}
.m-l-1 {margin-left:1px!important;}.m-l-2 {margin-left:2px!important;}.m-l-3 {margin-left:3px!important;}.m-l-4 {margin-left:4px!important;}.m-l-5 {margin-left:5px!important;}.m-l-6 {margin-left:6px!important;}.m-l-7 {margin-left:7px!important;}.m-l-8 {margin-left:8px!important;}.m-l-9 {margin-left:9px!important;}.m-l-10 {margin-left:10px!important;}.m-l-11 {margin-left:11px!important;}.m-l-12 {margin-left:12px!important;}.m-l-13 {margin-left:13px!important;}.m-l-14 {margin-left:14px!important;}.m-l-15 {margin-left:15px!important;}.m-l-16 {margin-left:16px!important;}.m-l-17 {margin-left:17px!important;}.m-l-18 {margin-left:18px!important;}.m-l-19 {margin-left:19px!important;}.m-l-20 {margin-left:20px!important;}.m-l-21 {margin-left:21px!important;}.m-l-22 {margin-left:22px!important;}.m-l-23 {margin-left:23px!important;}.m-l-24 {margin-left:24px!important;}.m-l-25 {margin-left:25px!important;}.m-l-26 {margin-left:26px!important;}.m-l-27 {margin-left:27px!important;}.m-l-28 {margin-left:28px!important;}.m-l-29 {margin-left:29px!important;}.m-l-30 {margin-left:30px!important;}.m-l-31 {margin-left:31px!important;}.m-l-32 {margin-left:32px!important;}.m-l-33 {margin-left:33px!important;}.m-l-34 {margin-left:34px!important;}.m-l-35 {margin-left:35px!important;}.m-l-36 {margin-left:36px!important;}.m-l-37 {margin-left:37px!important;}.m-l-38 {margin-left:38px!important;}.m-l-39 {margin-left:39px!important;}.m-l-40 {margin-left:40px!important;}.m-l-41 {margin-left:41px!important;}.m-l-42 {margin-left:42px!important;}.m-l-43 {margin-left:43px!important;}.m-l-44 {margin-left:44px!important;}.m-l-45 {margin-left:45px!important;}.m-l-46 {margin-left:46px!important;}.m-l-47 {margin-left:47px!important;}.m-l-48 {margin-left:48px!important;}.m-l-49 {margin-left:49px!important;}.m-l-50 {margin-left:50px!important;}.m-l-51 {margin-left:51px!important;}.m-l-52 {margin-left:52px!important;}.m-l-53 {margin-left:53px!important;}.m-l-54 {margin-left:54px!important;}.m-l-55 {margin-left:55px!important;}.m-l-56 {margin-left:56px!important;}.m-l-57 {margin-left:57px!important;}.m-l-58 {margin-left:58px!important;}.m-l-59 {margin-left:59px!important;}.m-l-60 {margin-left:60px!important;}
.m-r-1 {margin-right:1px!important;}.m-r-2 {margin-right:2px!important;}.m-r-3 {margin-right:3px!important;}.m-r-4 {margin-right:4px!important;}.m-r-5 {margin-right:5px!important;}.m-r-6 {margin-right:6px!important;}.m-r-7 {margin-right:7px!important;}.m-r-8 {margin-right:8px!important;}.m-r-9 {margin-right:9px!important;}.m-r-10 {margin-right:10px!important;}.m-r-11 {margin-right:11px!important;}.m-r-12 {margin-right:12px!important;}.m-r-13 {margin-right:13px!important;}.m-r-14 {margin-right:14px!important;}.m-r-15 {margin-right:15px!important;}.m-r-16 {margin-right:16px!important;}.m-r-17 {margin-right:17px!important;}.m-r-18 {margin-right:18px!important;}.m-r-19 {margin-right:19px!important;}.m-r-20 {margin-right:20px!important;}.m-r-21 {margin-right:21px!important;}.m-r-22 {margin-right:22px!important;}.m-r-23 {margin-right:23px!important;}.m-r-24 {margin-right:24px!important;}.m-r-25 {margin-right:25px!important;}.m-r-26 {margin-right:26px!important;}.m-r-27 {margin-right:27px!important;}.m-r-28 {margin-right:28px!important;}.m-r-29 {margin-right:29px!important;}.m-r-30 {margin-right:30px!important;}.m-r-31 {margin-right:31px!important;}.m-r-32 {margin-right:32px!important;}.m-r-33 {margin-right:33px!important;}.m-r-34 {margin-right:34px!important;}.m-r-35 {margin-right:35px!important;}.m-r-36 {margin-right:36px!important;}.m-r-37 {margin-right:37px!important;}.m-r-38 {margin-right:38px!important;}.m-r-39 {margin-right:39px!important;}.m-r-40 {margin-right:40px!important;}.m-r-41 {margin-right:41px!important;}.m-r-42 {margin-right:42px!important;}.m-r-43 {margin-right:43px!important;}.m-r-44 {margin-right:44px!important;}.m-r-45 {margin-right:45px!important;}.m-r-46 {margin-right:46px!important;}.m-r-47 {margin-right:47px!important;}.m-r-48 {margin-right:48px!important;}.m-r-49 {margin-right:49px!important;}.m-r-50 {margin-right:50px!important;}.m-r-51 {margin-right:51px!important;}.m-r-52 {margin-right:52px!important;}.m-r-53 {margin-right:53px!important;}.m-r-54 {margin-right:54px!important;}.m-r-55 {margin-right:55px!important;}.m-r-56 {margin-right:56px!important;}.m-r-57 {margin-right:57px!important;}.m-r-58 {margin-right:58px!important;}.m-r-59 {margin-right:59px!important;}.m-r-60 {margin-right:60px!important;}
@media(max-width:767px){
    .m-p-l-65{padding-left:65px!important;}.m-p-t-1{padding-top:1px!important;}.m-p-t-2{padding-top:2px!important;}.m-p-t-3{padding-top:3px!important;}.m-p-t-4{padding-top:4px!important;}.m-p-t-5{padding-top:5px!important;}.m-p-t-6{padding-top:6px!important;}.m-p-t-7{padding-top:7px!important;}.m-p-t-8{padding-top:8px!important;}.m-p-t-9{padding-top:9px!important;}.m-p-t-10{padding-top:10px!important;}.m-p-t-11{padding-top:11px!important;}.m-p-t-12{padding-top:12px!important;}.m-p-t-13{padding-top:13px!important;}.m-p-t-14{padding-top:14px!important;}.m-p-t-15{padding-top:15px!important;}.m-p-t-16{padding-top:16px!important;}.m-p-t-17{padding-top:17px!important;}.m-p-t-18{padding-top:18px!important;}.m-p-t-19{padding-top:19px!important;}.m-p-t-20{padding-top:20px!important;}.m-p-t-21{padding-top:21px!important;}.m-p-t-22{padding-top:22px!important;}.m-p-t-23{padding-top:23px!important;}.m-p-t-24{padding-top:24px!important;}.m-p-t-25{padding-top:25px!important;}.m-p-t-26{padding-top:26px!important;}.m-p-t-27{padding-top:27px!important;}.m-p-t-28{padding-top:28px!important;}.m-p-t-29{padding-top:29px!important;}.m-p-t-30{padding-top:30px!important;}.m-p-t-31{padding-top:31px!important;}.m-p-t-32{padding-top:32px!important;}.m-p-t-33{padding-top:33px!important;}.m-p-t-34{padding-top:34px!important;}.m-p-t-35{padding-top:35px!important;}.m-p-t-36{padding-top:36px!important;}.m-p-t-37{padding-top:37px!important;}.m-p-t-38{padding-top:38px!important;}.m-p-t-39{padding-top:39px!important;}.m-p-t-40{padding-top:40px!important;}.m-p-t-41{padding-top:41px!important;}.m-p-t-42{padding-top:42px!important;}.m-p-t-43{padding-top:43px!important;}.m-p-t-44{padding-top:44px!important;}.m-p-t-45{padding-top:45px!important;}.m-p-t-46{padding-top:46px!important;}.m-p-t-47{padding-top:47px!important;}.m-p-t-48{padding-top:48px!important;}.m-p-t-49{padding-top:49px!important;}.m-p-t-50{padding-top:50px!important;}.m-p-t-51{padding-top:51px!important;}.m-p-t-52{padding-top:52px!important;}.m-p-t-53{padding-top:53px!important;}.m-p-t-54{padding-top:54px!important;}.m-p-t-55{padding-top:55px!important;}.m-p-t-56{padding-top:56px!important;}.m-p-t-57{padding-top:57px!important;}.m-p-t-58{padding-top:58px!important;}.m-p-t-59{padding-top:59px!important;}.m-p-t-60{padding-top:60px!important;}
    .m-p-b-1{padding-bottom:1px!important;}.m-p-b-2{padding-bottom:2px!important;}.m-p-b-3{padding-bottom:3px!important;}.m-p-b-4{padding-bottom:4px!important;}.m-p-b-5{padding-bottom:5px!important;}.m-p-b-6{padding-bottom:6px!important;}.m-p-b-7{padding-bottom:7px!important;}.m-p-b-8{padding-bottom:8px!important;}.m-p-b-9{padding-bottom:9px!important;}.m-p-b-10{padding-bottom:10px!important;}.m-p-b-11{padding-bottom:11px!important;}.m-p-b-12{padding-bottom:12px!important;}.m-p-b-13{padding-bottom:13px!important;}.m-p-b-14{padding-bottom:14px!important;}.m-p-b-15{padding-bottom:15px!important;}.m-p-b-16{padding-bottom:16px!important;}.m-p-b-17{padding-bottom:17px!important;}.m-p-b-18{padding-bottom:18px!important;}.m-p-b-19{padding-bottom:19px!important;}.m-p-b-20{padding-bottom:20px!important;}.m-p-b-21{padding-bottom:21px!important;}.m-p-b-22{padding-bottom:22px!important;}.m-p-b-23{padding-bottom:23px!important;}.m-p-b-24{padding-bottom:24px!important;}.m-p-b-25{padding-bottom:25px!important;}.m-p-b-26{padding-bottom:26px!important;}.m-p-b-27{padding-bottom:27px!important;}.m-p-b-28{padding-bottom:28px!important;}.m-p-b-29{padding-bottom:29px!important;}.m-p-b-30{padding-bottom:30px!important;}.m-p-b-31{padding-bottom:31px!important;}.m-p-b-32{padding-bottom:32px!important;}.m-p-b-33{padding-bottom:33px!important;}.m-p-b-34{padding-bottom:34px!important;}.m-p-b-35{padding-bottom:35px!important;}.m-p-b-36{padding-bottom:36px!important;}.m-p-b-37{padding-bottom:37px!important;}.m-p-b-38{padding-bottom:38px!important;}.m-p-b-39{padding-bottom:39px!important;}.m-p-b-40{padding-bottom:40px!important;}.m-p-b-41{padding-bottom:41px!important;}.m-p-b-42{padding-bottom:42px!important;}.m-p-b-43{padding-bottom:43px!important;}.m-p-b-44{padding-bottom:44px!important;}.m-p-b-45{padding-bottom:45px!important;}.m-p-b-46{padding-bottom:46px!important;}.m-p-b-47{padding-bottom:47px!important;}.m-p-b-48{padding-bottom:48px!important;}.m-p-b-49{padding-bottom:49px!important;}.m-p-b-50{padding-bottom:50px!important;}.m-p-b-51{padding-bottom:51px!important;}.m-p-b-52{padding-bottom:52px!important;}.m-p-b-53{padding-bottom:53px!important;}.m-p-b-54{padding-bottom:54px!important;}.m-p-b-55{padding-bottom:55px!important;}.m-p-b-56{padding-bottom:56px!important;}.m-p-b-57{padding-bottom:57px!important;}.m-p-b-58{padding-bottom:58px!important;}.m-p-b-59{padding-bottom:59px!important;}.m-p-b-60{padding-bottom:60px!important;}
    .m-p-l-1 {padding-left:1px!important;}.m-p-l-2 {padding-left:2px!important;}.m-p-l-3 {padding-left:3px!important;}.m-p-l-4 {padding-left:4px!important;}.m-p-l-5 {padding-left:5px!important;}.m-p-l-6 {padding-left:6px!important;}.m-p-l-7 {padding-left:7px!important;}.m-p-l-8 {padding-left:8px!important;}.m-p-l-9 {padding-left:9px!important;}.m-p-l-10 {padding-left:10px!important;}.m-p-l-11 {padding-left:11px!important;}.m-p-l-12 {padding-left:12px!important;}.m-p-l-13 {padding-left:13px!important;}.m-p-l-14 {padding-left:14px!important;}.m-p-l-15 {padding-left:15px!important;}.m-p-l-16 {padding-left:16px!important;}.m-p-l-17 {padding-left:17px!important;}.m-p-l-18 {padding-left:18px!important;}.m-p-l-19 {padding-left:19px!important;}.m-p-l-20 {padding-left:20px!important;}.m-p-l-21 {padding-left:21px!important;}.m-p-l-22 {padding-left:22px!important;}.m-p-l-23 {padding-left:23px!important;}.m-p-l-24 {padding-left:24px!important;}.m-p-l-25 {padding-left:25px!important;}.m-p-l-26 {padding-left:26px!important;}.m-p-l-27 {padding-left:27px!important;}.m-p-l-28 {padding-left:28px!important;}.m-p-l-29 {padding-left:29px!important;}.m-p-l-30 {padding-left:30px!important;}.m-p-l-31 {padding-left:31px!important;}.m-p-l-32 {padding-left:32px!important;}.m-p-l-33 {padding-left:33px!important;}.m-p-l-34 {padding-left:34px!important;}.m-p-l-35 {padding-left:35px!important;}.m-p-l-36 {padding-left:36px!important;}.m-p-l-37 {padding-left:37px!important;}.m-p-l-38 {padding-left:38px!important;}.m-p-l-39 {padding-left:39px!important;}.m-p-l-40 {padding-left:40px!important;}.m-p-l-41 {padding-left:41px!important;}.m-p-l-42 {padding-left:42px!important;}.m-p-l-43 {padding-left:43px!important;}.m-p-l-44 {padding-left:44px!important;}.m-p-l-45 {padding-left:45px!important;}.m-p-l-46 {padding-left:46px!important;}.m-p-l-47 {padding-left:47px!important;}.m-p-l-48 {padding-left:48px!important;}.m-p-l-49 {padding-left:49px!important;}.m-p-l-50 {padding-left:50px!important;}.m-p-l-51 {padding-left:51px!important;}.m-p-l-52 {padding-left:52px!important;}.m-p-l-53 {padding-left:53px!important;}.m-p-l-54 {padding-left:54px!important;}.m-p-l-55 {padding-left:55px!important;}.m-p-l-56 {padding-left:56px!important;}.m-p-l-57 {padding-left:57px!important;}.m-p-l-58 {padding-left:58px!important;}.m-p-l-59 {padding-left:59px!important;}.m-p-l-60 {padding-left:60px!important;}
    .m-p-r-1 {padding-right:1px!important;}.m-p-r-2 {padding-right:2px!important;}.m-p-r-3 {padding-right:3px!important;}.m-p-r-4 {padding-right:4px!important;}.m-p-r-5 {padding-right:5px!important;}.m-p-r-6 {padding-right:6px!important;}.m-p-r-7 {padding-right:7px!important;}.m-p-r-8 {padding-right:8px!important;}.m-p-r-9 {padding-right:9px!important;}.m-p-r-10 {padding-right:10px!important;}.m-p-r-11 {padding-right:11px!important;}.m-p-r-12 {padding-right:12px!important;}.m-p-r-13 {padding-right:13px!important;}.m-p-r-14 {padding-right:14px!important;}.m-p-r-15 {padding-right:15px!important;}.m-p-r-16 {padding-right:16px!important;}.m-p-r-17 {padding-right:17px!important;}.m-p-r-18 {padding-right:18px!important;}.m-p-r-19 {padding-right:19px!important;}.m-p-r-20 {padding-right:20px!important;}.m-p-r-21 {padding-right:21px!important;}.m-p-r-22 {padding-right:22px!important;}.m-p-r-23 {padding-right:23px!important;}.m-p-r-24 {padding-right:24px!important;}.m-p-r-25 {padding-right:25px!important;}.m-p-r-26 {padding-right:26px!important;}.m-p-r-27 {padding-right:27px!important;}.m-p-r-28 {padding-right:28px!important;}.m-p-r-29 {padding-right:29px!important;}.m-p-r-30 {padding-right:30px!important;}.m-p-r-31 {padding-right:31px!important;}.m-p-r-32 {padding-right:32px!important;}.m-p-r-33 {padding-right:33px!important;}.m-p-r-34 {padding-right:34px!important;}.m-p-r-35 {padding-right:35px!important;}.m-p-r-36 {padding-right:36px!important;}.m-p-r-37 {padding-right:37px!important;}.m-p-r-38 {padding-right:38px!important;}.m-p-r-39 {padding-right:39px!important;}.m-p-r-40 {padding-right:40px!important;}.m-p-r-41 {padding-right:41px!important;}.m-p-r-42 {padding-right:42px!important;}.m-p-r-43 {padding-right:43px!important;}.m-p-r-44 {padding-right:44px!important;}.m-p-r-45 {padding-right:45px!important;}.m-p-r-46 {padding-right:46px!important;}.m-p-r-47 {padding-right:47px!important;}.m-p-r-48 {padding-right:48px!important;}.m-p-r-49 {padding-right:49px!important;}.m-p-r-50 {padding-right:50px!important;}.m-p-r-51 {padding-right:51px!important;}.m-p-r-52 {padding-right:52px!important;}.m-p-r-53 {padding-right:53px!important;}.m-p-r-54 {padding-right:54px!important;}.m-p-r-55 {padding-right:55px!important;}.m-p-r-56 {padding-right:56px!important;}.m-p-r-57 {padding-right:57px!important;}.m-p-r-58 {padding-right:58px!important;}.m-p-r-59 {padding-right:59px!important;}.m-p-r-60 {padding-right:60px!important;}
    .m-m-t-1{margin-top:1px!important;}.m-m-t-2{margin-top:2px!important;}.m-m-t-3{margin-top:3px!important;}.m-m-t-4{margin-top:4px!important;}.m-m-t-5{margin-top:5px!important;}.m-m-t-6{margin-top:6px!important;}.m-m-t-7{margin-top:7px!important;}.m-m-t-8{margin-top:8px!important;}.m-m-t-9{margin-top:9px!important;}.m-m-t-10{margin-top:10px!important;}.m-m-t-11{margin-top:11px!important;}.m-m-t-12{margin-top:12px!important;}.m-m-t-13{margin-top:13px!important;}.m-m-t-14{margin-top:14px!important;}.m-m-t-15{margin-top:15px!important;}.m-m-t-16{margin-top:16px!important;}.m-m-t-17{margin-top:17px!important;}.m-m-t-18{margin-top:18px!important;}.m-m-t-19{margin-top:19px!important;}.m-m-t-20{margin-top:20px!important;}.m-m-t-21{margin-top:21px!important;}.m-m-t-22{margin-top:22px!important;}.m-m-t-23{margin-top:23px!important;}.m-m-t-24{margin-top:24px!important;}.m-m-t-25{margin-top:25px!important;}.m-m-t-26{margin-top:26px!important;}.m-m-t-27{margin-top:27px!important;}.m-m-t-28{margin-top:28px!important;}.m-m-t-29{margin-top:29px!important;}.m-m-t-30{margin-top:30px!important;}.m-m-t-31{margin-top:31px!important;}.m-m-t-32{margin-top:32px!important;}.m-m-t-33{margin-top:33px!important;}.m-m-t-34{margin-top:34px!important;}.m-m-t-35{margin-top:35px!important;}.m-m-t-36{margin-top:36px!important;}.m-m-t-37{margin-top:37px!important;}.m-m-t-38{margin-top:38px!important;}.m-m-t-39{margin-top:39px!important;}.m-m-t-40{margin-top:40px!important;}.m-m-t-41{margin-top:41px!important;}.m-m-t-42{margin-top:42px!important;}.m-m-t-43{margin-top:43px!important;}.m-m-t-44{margin-top:44px!important;}.m-m-t-45{margin-top:45px!important;}.m-m-t-46{margin-top:46px!important;}.m-m-t-47{margin-top:47px!important;}.m-m-t-48{margin-top:48px!important;}.m-m-t-49{margin-top:49px!important;}.m-m-t-50{margin-top:50px!important;}.m-m-t-51{margin-top:51px!important;}.m-m-t-52{margin-top:52px!important;}.m-m-t-53{margin-top:53px!important;}.m-m-t-54{margin-top:54px!important;}.m-m-t-55{margin-top:55px!important;}.m-m-t-56{margin-top:56px!important;}.m-m-t-57{margin-top:57px!important;}.m-m-t-58{margin-top:58px!important;}.m-m-t-59{margin-top:59px!important;}.m-m-t-60{margin-top:60px!important;}
    .m-m-b-1{margin-bottom:1px!important;}.m-m-b-2{margin-bottom:2px!important;}.m-m-b-3{margin-bottom:3px!important;}.m-m-b-4{margin-bottom:4px!important;}.m-m-b-5{margin-bottom:5px!important;}.m-m-b-6{margin-bottom:6px!important;}.m-m-b-7{margin-bottom:7px!important;}.m-m-b-8{margin-bottom:8px!important;}.m-m-b-9{margin-bottom:9px!important;}.m-m-b-10{margin-bottom:10px!important;}.m-m-b-11{margin-bottom:11px!important;}.m-m-b-12{margin-bottom:12px!important;}.m-m-b-13{margin-bottom:13px!important;}.m-m-b-14{margin-bottom:14px!important;}.m-m-b-15{margin-bottom:15px!important;}.m-m-b-16{margin-bottom:16px!important;}.m-m-b-17{margin-bottom:17px!important;}.m-m-b-18{margin-bottom:18px!important;}.m-m-b-19{margin-bottom:19px!important;}.m-m-b-20{margin-bottom:20px!important;}.m-m-b-21{margin-bottom:21px!important;}.m-m-b-22{margin-bottom:22px!important;}.m-m-b-23{margin-bottom:23px!important;}.m-m-b-24{margin-bottom:24px!important;}.m-m-b-25{margin-bottom:25px!important;}.m-m-b-26{margin-bottom:26px!important;}.m-m-b-27{margin-bottom:27px!important;}.m-m-b-28{margin-bottom:28px!important;}.m-m-b-29{margin-bottom:29px!important;}.m-m-b-30{margin-bottom:30px!important;}.m-m-b-31{margin-bottom:31px!important;}.m-m-b-32{margin-bottom:32px!important;}.m-m-b-33{margin-bottom:33px!important;}.m-m-b-34{margin-bottom:34px!important;}.m-m-b-35{margin-bottom:35px!important;}.m-m-b-36{margin-bottom:36px!important;}.m-m-b-37{margin-bottom:37px!important;}.m-m-b-38{margin-bottom:38px!important;}.m-m-b-39{margin-bottom:39px!important;}.m-m-b-40{margin-bottom:40px!important;}.m-m-b-41{margin-bottom:41px!important;}.m-m-b-42{margin-bottom:42px!important;}.m-m-b-43{margin-bottom:43px!important;}.m-m-b-44{margin-bottom:44px!important;}.m-m-b-45{margin-bottom:45px!important;}.m-m-b-46{margin-bottom:46px!important;}.m-m-b-47{margin-bottom:47px!important;}.m-m-b-48{margin-bottom:48px!important;}.m-m-b-49{margin-bottom:49px!important;}.m-m-b-50{margin-bottom:50px!important;}.m-m-b-51{margin-bottom:51px!important;}.m-m-b-52{margin-bottom:52px!important;}.m-m-b-53{margin-bottom:53px!important;}.m-m-b-54{margin-bottom:54px!important;}.m-m-b-55{margin-bottom:55px!important;}.m-m-b-56{margin-bottom:56px!important;}.m-m-b-57{margin-bottom:57px!important;}.m-m-b-58{margin-bottom:58px!important;}.m-m-b-59{margin-bottom:59px!important;}.m-m-b-60{margin-bottom:60px!important;}
    .m-m-l-1 {margin-left:1px!important;}.m-m-l-2 {margin-left:2px!important;}.m-m-l-3 {margin-left:3px!important;}.m-m-l-4 {margin-left:4px!important;}.m-m-l-5 {margin-left:5px!important;}.m-m-l-6 {margin-left:6px!important;}.m-m-l-7 {margin-left:7px!important;}.m-m-l-8 {margin-left:8px!important;}.m-m-l-9 {margin-left:9px!important;}.m-m-l-10 {margin-left:10px!important;}.m-m-l-11 {margin-left:11px!important;}.m-m-l-12 {margin-left:12px!important;}.m-m-l-13 {margin-left:13px!important;}.m-m-l-14 {margin-left:14px!important;}.m-m-l-15 {margin-left:15px!important;}.m-m-l-16 {margin-left:16px!important;}.m-m-l-17 {margin-left:17px!important;}.m-m-l-18 {margin-left:18px!important;}.m-m-l-19 {margin-left:19px!important;}.m-m-l-20 {margin-left:20px!important;}.m-m-l-21 {margin-left:21px!important;}.m-m-l-22 {margin-left:22px!important;}.m-m-l-23 {margin-left:23px!important;}.m-m-l-24 {margin-left:24px!important;}.m-m-l-25 {margin-left:25px!important;}.m-m-l-26 {margin-left:26px!important;}.m-m-l-27 {margin-left:27px!important;}.m-m-l-28 {margin-left:28px!important;}.m-m-l-29 {margin-left:29px!important;}.m-m-l-30 {margin-left:30px!important;}.m-m-l-31 {margin-left:31px!important;}.m-m-l-32 {margin-left:32px!important;}.m-m-l-33 {margin-left:33px!important;}.m-m-l-34 {margin-left:34px!important;}.m-m-l-35 {margin-left:35px!important;}.m-m-l-36 {margin-left:36px!important;}.m-m-l-37 {margin-left:37px!important;}.m-m-l-38 {margin-left:38px!important;}.m-m-l-39 {margin-left:39px!important;}.m-m-l-40 {margin-left:40px!important;}.m-m-l-41 {margin-left:41px!important;}.m-m-l-42 {margin-left:42px!important;}.m-m-l-43 {margin-left:43px!important;}.m-m-l-44 {margin-left:44px!important;}.m-m-l-45 {margin-left:45px!important;}.m-m-l-46 {margin-left:46px!important;}.m-m-l-47 {margin-left:47px!important;}.m-m-l-48 {margin-left:48px!important;}.m-m-l-49 {margin-left:49px!important;}.m-m-l-50 {margin-left:50px!important;}.m-m-l-51 {margin-left:51px!important;}.m-m-l-52 {margin-left:52px!important;}.m-m-l-53 {margin-left:53px!important;}.m-m-l-54 {margin-left:54px!important;}.m-m-l-55 {margin-left:55px!important;}.m-m-l-56 {margin-left:56px!important;}.m-m-l-57 {margin-left:57px!important;}.m-m-l-58 {margin-left:58px!important;}.m-m-l-59 {margin-left:59px!important;}.m-m-l-60 {margin-left:60px!important;}
    .m-m-r-1 {margin-right:1px!important;}.m-m-r-2 {margin-right:2px!important;}.m-m-r-3 {margin-right:3px!important;}.m-m-r-4 {margin-right:4px!important;}.m-m-r-5 {margin-right:5px!important;}.m-m-r-6 {margin-right:6px!important;}.m-m-r-7 {margin-right:7px!important;}.m-m-r-8 {margin-right:8px!important;}.m-m-r-9 {margin-right:9px!important;}.m-m-r-10 {margin-right:10px!important;}.m-m-r-11 {margin-right:11px!important;}.m-m-r-12 {margin-right:12px!important;}.m-m-r-13 {margin-right:13px!important;}.m-m-r-14 {margin-right:14px!important;}.m-m-r-15 {margin-right:15px!important;}.m-m-r-16 {margin-right:16px!important;}.m-m-r-17 {margin-right:17px!important;}.m-m-r-18 {margin-right:18px!important;}.m-m-r-19 {margin-right:19px!important;}.m-m-r-20 {margin-right:20px!important;}.m-m-r-21 {margin-right:21px!important;}.m-m-r-22 {margin-right:22px!important;}.m-m-r-23 {margin-right:23px!important;}.m-m-r-24 {margin-right:24px!important;}.m-m-r-25 {margin-right:25px!important;}.m-m-r-26 {margin-right:26px!important;}.m-m-r-27 {margin-right:27px!important;}.m-m-r-28 {margin-right:28px!important;}.m-m-r-29 {margin-right:29px!important;}.m-m-r-30 {margin-right:30px!important;}.m-m-r-31 {margin-right:31px!important;}.m-m-r-32 {margin-right:32px!important;}.m-m-r-33 {margin-right:33px!important;}.m-m-r-34 {margin-right:34px!important;}.m-m-r-35 {margin-right:35px!important;}.m-m-r-36 {margin-right:36px!important;}.m-m-r-37 {margin-right:37px!important;}.m-m-r-38 {margin-right:38px!important;}.m-m-r-39 {margin-right:39px!important;}.m-m-r-40 {margin-right:40px!important;}.m-m-r-41 {margin-right:41px!important;}.m-m-r-42 {margin-right:42px!important;}.m-m-r-43 {margin-right:43px!important;}.m-m-r-44 {margin-right:44px!important;}.m-m-r-45 {margin-right:45px!important;}.m-m-r-46 {margin-right:46px!important;}.m-m-r-47 {margin-right:47px!important;}.m-m-r-48 {margin-right:48px!important;}.m-m-r-49 {margin-right:49px!important;}.m-m-r-50 {margin-right:50px!important;}.m-m-r-51 {margin-right:51px!important;}.m-m-r-52 {margin-right:52px!important;}.m-m-r-53 {margin-right:53px!important;}.m-m-r-54 {margin-right:54px!important;}.m-m-r-55 {margin-right:55px!important;}.m-m-r-56 {margin-right:56px!important;}.m-m-r-57 {margin-right:57px!important;}.m-m-r-58 {margin-right:58px!important;}.m-m-r-59 {margin-right:59px!important;}.m-m-r-60 {margin-right:60px!important;}
    .m-p-0{padding:0!important;}
    .m-m-0{margin:0!important;}
}
/* End */


/* Start:/assets/css/sumoselect.min.css?163023440610705*/
.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 200px
}

.SelectBox {
    padding: 5px 8px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none !important;
}

.SumoSelect .search-txt {
    display: none;
    outline: 0
}

.SumoSelect .no-match {
    display: none;
    padding: 4px 4px 4px 24px;
    font-size: 12px;
    color: #FF5D5D;
}

.SumoSelect.open .search-txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px
}

.SumoSelect.open > .search > span {
    /* visibility: hidden; */
}
.input-bl_search .SumoSelect.open > .search > span {
    visibility: hidden;
}
.input-bl_search .SumoSelect.open > .search > span.placeholder_active {
    visibility: visible;
}
.SelectClass, .SumoUnder {
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect .select-all > .label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt .label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    /* box-shadow: 0 0 2px #7799D0; */
    /* border-color: #7799D0; */
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #A4A4A4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*overflow: hidden;*/
    cursor: default
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic
}

.SumoSelect > .CaptionCont > .label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 29px;
}

.SumoSelect>.CaptionCont>.label>i {
    background-image: url(/assets/img/icons/keyboard_arrow_down_black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: .8;
    -webkit-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}
.input-bl.input-bl_search .SumoSelect>.CaptionCont>.label>i {
    background-image: url(/assets/img/icons/search.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.SumoSelect.open .CaptionCont>.label>i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    border-radius: 4px;
}

.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 312px;
    padding: 10px 0;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options li.group.disabled > .label {
    opacity: .5
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 4px 12px 4px 24px;
    position: relative;
    margin: 2px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-bl.input-bl_search .SumoSelect .select-all > span, .input-bl.input-bl_search .SumoSelect > .optWrapper.multiple > .options li.opt span {
    display: none !important;
}
.input-bl.input-bl_search .SumoSelect > .optWrapper > .options li.opt {
    padding: 4px 12px 4px 24px;
}
.input-bl.input-bl_search .SumoSelect > .optWrapper > .options li.opt.selected {
    color: #5366df;
}
.SumoSelect li.group {
    border-bottom: 1px solid #D5D7D8;
    padding: 8px 0;
}
.SumoSelect li.group:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.SumoSelect li.group:nth-child(1) {
    padding-top: 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #F5F5F5;
}

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4
}

.SumoSelect > .optWrapper > .options li .label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}

.SumoSelect > .optWrapper > .options li span {
    display: none
}

.SumoSelect > .optWrapper > .options li.group > .label {
    cursor: default;
    padding: 1px 24px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    margin: 2px 0;
}

.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    cursor: pointer
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    top: auto;
    left: auto;
    float: left;
    margin-right: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/icons/Empty.svg) center no-repeat;
    background-size: contain;
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .13);
    border-radius: 0 0 3px 3px
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background: url(/assets/img/icons/Filled.svg) center no-repeat;
    background-size: contain;
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.SumoSelect .select-all > .label, .SumoSelect .select-all > span i {
    cursor: pointer
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc
}

.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}
/* End */


/* Start:/assets/fonts/stylesheet.css?16302271484590*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 25, 2018 4:00 PM */

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('/assets/fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-MediumItalic.woff') format('woff'),
        url('/assets/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('/assets/fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-Italic.woff') format('woff'),
        url('/assets/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('/assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-Bold.woff') format('woff'),
        url('/assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('/assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-Regular.woff') format('woff'),
        url('/assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('/assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-Medium.woff') format('woff'),
        url('/assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('/assets/fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-BoldItalic.woff') format('woff'),
        url('/assets/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-ThinItalic.eot');
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
        url('/assets/fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-ThinItalic.woff') format('woff'),
        url('/assets/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('/assets/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-Black.woff') format('woff'),
        url('/assets/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('/assets/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-Light.woff') format('woff'),
        url('/assets/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('/assets/fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-LightItalic.woff') format('woff'),
        url('/assets/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url('/assets/fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-BlackItalic.woff') format('woff'),
        url('/assets/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('/assets/fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Roboto-Thin.woff') format('woff'),
        url('/assets/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* End */


/* Start:/assets/libs/croppie/croppie.css?16302271485243*/
.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}

/* End */


/* Start:/assets/libs/dropzone/dropzone.min.css?16302271489847*/
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,0.3);background:white;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:0.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:white}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 0.4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:0.5em 1.2em;color:white}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}

/* End */


/* Start:/assets/libs/add_photo/add_photo.css?16302271486113*/
.photo-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 20px;
}
.photo-input__prev {
    width: 72px;
    height: 72px;
    background: url(/assets/libs/add_photo/avatar.svg) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}
.photo-input__btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #495DDD;
    padding-left: 30px;
    background: url(/assets/libs/add_photo/file_download.svg) left no-repeat;
    background-size: 24px;
    margin-left: 20px;
}
.photo-input:hover {
    opacity: 0.8;
}
.photo-input__btn-descr {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 0.5;
}
.photo-input.photo-input_big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.photo-input_big .photo-input__prev {
    width: 240px;
    height: 240px;
    margin-bottom: 24px;
}
.photo-input_big .btn {
    width: 100%;
}

.dropzone-parent {
    display: none !important;
    position: relative;
    transition: 0.2s;
}
.dropzone {
    position: relative;
    padding: 200px 80px 30px;
    border: none;
    transition: 0.2s;
}
.dropzone-parent.active {
    display: block !important;
}
.dropzone:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    top: 30px;
    left: calc(50% - 70px);
    background: url(/assets/libs/add_photo/icon.svg) center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.dropzone.dropzone_doc {
    text-align: center;
    padding: 72px 0 0;
    min-height: 0;
}
.dropzone.dropzone_doc:after {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}
.dropzone.dropzone_doc:before {
    background: #E5E8FE url(/assets/libs/add_photo/file_download.svg) center no-repeat;
    width: 64px;
    height: 64px;
    top: 0;
    left: calc(50% - 32px);
    background-size: 32px;
}
.dropzone__text {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 120%;
    margin-bottom: 30px;
}
.dropzone.dropzone_doc .dz-button {
    display: none !important;
}
.dropzone__container .simple-btn {
    margin-bottom: 8px;
}
.dropzone.dropzone_doc .dz-message {
    margin: 0;
}
.dropzone .dz-message .dz-button {
    padding: 10px 20px;
    height: 46px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
    position: relative;
    background: #5167F6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: auto;
    font-weight: 500;
    overflow: hidden;
    border: none;
    outline: none;
    margin: auto;
    z-index: 5;
}

.dropzone .dz-message .dz-button:hover {
    background: #273175;
    color: #ffffff;
}

.dropzone:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    pointer-events: none;
    border: 1px solid #a3adf2;
    border-radius: 4px;
    background: rgba(81,103,246,0.14);
    z-index: 1;
    transition: 0.2s;
    opacity: 0;
}
.dropzone:hover:after {
    opacity: 1;
}
.dropzone__container {
    pointer-events: none;
}

.doc-message {
    text-align: center;
}

.doc-message_filename {
    max-width: 100%;
    margin-bottom: 8px;
}
.doc-message_filename a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.doc-message .add-new {
    margin-top: 28px;
}



.image-edit-area {
    display: none !important;
}

.image-edit-area.active {
    display: block !important;
}

.image-edit-area__item {
    width: 100%;
    height: 620px;
    position: relative;
}
.pop-content.image-edit-area {
    max-width: 580px;
    overflow: hidden;
}
.croppie-container .cr-viewport {
    border: 2px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.4);
}
.image-edit-area__item:before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    background: url(/assets/libs/add_photo/border.svg) center no-repeat;
    background-size: 100% 100%;
    top: calc(50% - 240px);
    left: calc(50% - 240px);
    z-index: 5;
    pointer-events: none;
}
.croppie-container .cr-slider-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.cr-slider {
    cursor: pointer;
}
.croppie-container {
    position: absolute;
    top: 0;
    left: 0;
}

.image-edit-area__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 40px;
}
.image-edit-area__btns .btn {
    margin-right: 16px;
}

@media(max-width: 767px){
    .dropzone:before {
        width: 72px;
        height: 72px;
        left: calc(50% - 36px);
    }
    .dropzone {
        padding: 130px 24px 16px;
        border: none;
        transition: 0.2s;
    }
    .dropzone__text {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .image-edit-area__item {
        height: 380px;
    }
    .image-edit-area__item:before {
        width: 300px;
        height: 300px;
        top: calc(50% - 150px);
        left: calc(50% - 150px);
    }
    .pop-content.image-edit-area {
        max-width: 336px;
    }
    .image-edit-area__btns {
        padding: 16px 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .image-edit-area__btns .btn {
        margin: 0;
    }



}





/* End */


/* Start:/assets/libs/fancybox/jquery.fancybox.css?16302271485213*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/assets/libs/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/assets/libs/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/assets/libs/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/assets/libs/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/assets/libs/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/assets/libs/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/assets/css/owl.carousel.min.css?16302271483356*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/owl/assets/owl.theme.green.min.css?16127699901013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0}
/* End */


/* Start:/assets/css/leaflet.css?163022951410161*/
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/assets/css/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/assets/css/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* End */


/* Start:/assets/libs/leaflet.markercluster/MarkerCluster.css?1630227148886*/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* End */


/* Start:/assets/css/styles.css?163268593698012*/

* {
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    height: 100%;
}
body {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0;
    background: #FFFBFB;
    -webkit-font-smoothing: antialiased;
}
a {

    transition: 0.2s;
    text-decoration: none;
    font-weight: 500;
    color: #800300;
}

a:hover {
    color: #c30500;
}
img {
    max-width: 100%;
}

h1, .h1 {
    font-weight: normal;
    font-size: 36px;
    line-height: 120%;
    margin: 0;
}

h2, .h2 {
    font-weight: normal;
    font-size: 28px;
    line-height: 120%;
    margin: 0;
}

h3, .h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    margin: 0;
}

h4, .h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    margin: 0;
}

b {
    font-weight: 500;
}

.text_medium {
    font-size: 14px;
    line-height: 130%;
}
.text_bold {
    font-weight: 500;
}
.text_grey, .text_gray {
    /* color: rgba(0, 0, 0, 0.54); */
    opacity: 0.7;
}
.text_green {
    color: #00B20C;
}
.text_blue {
    color: #495DDD;
}
.text_yellow {
    color: #EA8E05;
}
.tooltip {
    z-index: 999;
}
.tooltip > .tooltip-inner {
    background: #323A42;
    color: #ffffff;
    font-size: 14px;
    padding: 12px;
    border-radius: 4px;
    max-width: 394px;
}
.bs-tooltip-bottom {
    margin-top: 8px;
}
.bs-tooltip-bottom .arrow {
    position: absolute;
    top: -8px;
    right: calc(50% - 8px);
    left: auto !important;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #323A42;
}
.bs-tooltip-top {
    margin-bottom: 8px;
}
.bs-tooltip-top .arrow {
    position: absolute;
    bottom: -8px;
    right: calc(50% - 8px);
    left: auto !important;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #323A42;
}


.icon {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
}
.icon.icon_medium {
    width: 24px;
    height: 24px;
}
.icon.icon_medium img, .icon.icon_small img , .icon.icon_big img  {
    width: 100%;
    height: 100%;
}
.icon.icon_small {
    width: 16px !important;
    height: 16px !important;
}
.icon.icon_big {
    width: 48px;
    height: 48px;
}
.icon.icon_btn {
    cursor: pointer;
    overflow: visible;
}
.icon.icon_hover-opacity {
    transition: 0.2s;
    opacity: 0.56;
}
.icon.icon_hover-opacity:hover {
    opacity: 1;
}
.icon.icon_inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.icon__mark {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 5px solid #ffffff;
    background: #5167F6;
    border-radius: 50%;
    top: -6px;
    right: -6px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12);
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12);
}
.icon.icon_circle {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #21272D;
    border-radius: 50%;
}
.icon.icon_circle img {
    width: 18px;
    height: 18px;
}
.icon.icon_circle_white {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icon.icon_circle_white img {
    width: 24px;
    height: 24px;
}
.icon.icon_input {
    position: relative;
}
.icon_input input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
}
.icon_input img:last-child {
    display: none;
}
.icon_input input:checked+img+img {
    display: block;
}
.icon_input input:checked+img {
    display: none;
}

.input-bl_hidden {
    overflow: hidden;
    transition: 0.2s;
    height: 0;
}
.input-bl_hidden.active {
    height: 48px;
}

.likes__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    margin-right: 8px;
}
.likes__item:last-child {
    margin-right: 0;
}
.likes__item span {
    margin-right: 2px;
}
.likes__item.noactive {
    opacity: 0.5;
}


.advantage {
    width: 100%;
    height: 100%;
    padding-bottom: 48px;
}
.advantage__container {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
}
.advantage__container.advantage__container_dark {
    background: #323A42;
    color: #ffffff;
}



.align-center {
    text-align: center;
}



.mark-text {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 2px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mark-text.mark-text_yellow {
    background: #FFE45C;
}
.mark-text.mark-text_blue {
    color: #495DDD;
    background: #E5E8FE;
}
.mark-text.mark-text_darkblue {
    background: #5167F6;
    color: #ffffff;
}
.mark-text.mark-text_black {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.56);
}
.checkable-line .checkable-line__mark-show {
    display: none;
}
.checkable-line.active .checkable-line__mark-show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.checkable-line .checkable-line__mark-hidden {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.checkable-line.active .checkable-line__mark-hidden {
    display: none;
}






.switch {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 44px;
    height: 24px;
    cursor: pointer;
    border-radius: 18px;
    background: #D1D6DB;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.switch input, .checkable-line_switch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}
.checkable-line_switch-disabled {
    pointer-events: none !important;
}
.switch:before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    background: url(/assets/img/icons/check_white.svg) center no-repeat;
    background-size: contain;
    pointer-events: none;
}
.switch:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 8px;
    top: 8px;
    right: 8px;
    border: 1px solid #595E64;
    border-radius: 50%;
    pointer-events: none;
}
.switch .switch__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 4;
    pointer-events: none;
}
.switch .switch__icon:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}
.switch input:checked+.switch__icon {
    background: #5167F6;
}
.switch input:checked+.switch__icon:before {
    left: calc(100% - 22px);
}

.checkable-line_switch {
    position: relative;
}
.checkable-line_switch input+span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkable-line_switch input+span+span {
    display: none;
}
.checkable-line_switch input:checked+span+span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkable-line_switch input:checked+span {
    display: none;
}





.header {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    padding: 12px 0;
    z-index: 100;
    position: relative;
}
.burger {
    display: none;
}
.burger__name {
    display: none;
}
.logo {
    display: block;
    float: left;
    width: 146px;
    padding: 6px 0;
}
.menu {
    float: left;
    margin-left: 48px;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.menu ul li {
    float: left;
    padding: 14px 24px 14px 0;
    font-size: 14px;
}
.menu ul li:last-child {
    padding-right: 0;
}
.header-controls {
    float: right;
}
.header-btns {
    float: right;
    margin-right: 24px;
}


.header-controls__item {
    position: relative;
    width: 32px;
    height: 48px;
    margin: 0 8px;
    padding: 8px 0;
    float: left;
}
.dropdown-menu {
    position: relative;
}
.dropdown-menu__btn-name, .dropdown-menu__close {
    display: none;
}
.dropdown-menu__btn, .notification__btn {
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}
.header-controls__item .dropdown-menu__btn, .notification__btn {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 32px;
}
.currency__btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #455B70;
    background-position: center;
    background-size: 24px;
}
.lang__btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #E0E1E2;
    background-position: center;
    background-size: cover;
}
.dropdown-menu__btn:hover {
    opacity: 0.7;
}
.dropdown-menu__body {
    position: absolute;
    top: 50%;
    right: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    border-radius: 4px;
    z-index: -1;
    padding: 4px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    min-width: 100%;
}
.dropdown-menu.active .dropdown-menu__body {
    opacity: 1;
    visibility: visible;
    z-index: 50;
    top: calc(100% + 4px);
}
.dropdown-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 12px 32px 12px 24px;
    float: left;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-menu__item .icon {
    width: 24px;
    height: 24px;
    background-size: cover;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
    background-repeat: no-repeat;
}
.dropdown-menu__name {
    font-size: 16px;
    float: left;
    width: calc(100% - 32px);
}
.dropdown-menu__item:hover {
    color: inherit;
    background: #f5f6fa;
}
.dropdown-menu .btn_icon .icon {
    -webkit-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s
}
.dropdown-menu.active .btn_icon .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown-menu__item.dropdown-menu__item-medium {
    padding: 4px 32px 4px 24px;
    white-space: nowrap;
}
.dropdown-menu.dropdown-menu_dark .dropdown-menu__body {
    background: #323A42;
    color: #ffffff;
    padding: 4px 0;
    width: 256px;
}
.dropdown-menu.dropdown-menu_dark .dropdown-menu__item:hover {
    color: #ffffff;
    background: #48515a;
}



.hr {
    width: 100%;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #82868B;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.btn {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    position: relative;
    background: #8A0704;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    padding: 10px 24px;
    line-height: 100%;
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    font-weight: 500;
    overflow: hidden;
    border: none;
    outline: none;
    text-align: center;
}
.btn.btn_blue {
    background: #800300;
    color: #fff;
}
.btn.btn_white {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.8);
}
.btn.btn_white:hover {
    background: #c0c2c9;
    color: rgba(0, 0, 0, 0.8);
}
.btn:hover {
    background: #6D0B09;
    color: #ffffff;
}
.btn.btn_blue:hover {
    background: #FFE1E0;
    color: #8A0704;
}
.btn.btn-transparent {
    background: transparent;
    color: #8A0704;
}
.btn.btn-transparent:hover {
    color: #313132;
}
.btn.btn_small {
    padding: 10px 20px;
    height: 58px;
}
.btn.btn_red-transparent {
    color: #FF5D5D;
    border: 1px solid #FF5D5D;
    background: transparent;
}
.btn.btn_red-transparent:hover {
    background: #FF5D5D;
    color: #ffffff;
}
.btn.btn_smalled {
    padding: 4px 16px;
    height: 32px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
}
.btn.btn_transparent {
    background: transparent;
    color: #495DDD;
    border: 1px solid #5167F6;
}
.btn.btn_transparent:hover {
    background: #e2e3ea;
    color: #495DDD;
}
.btn.btn_transparent-blue {
    background: transparent;
    color: #495DDD;
}
.btn.btn_transparent-blue:hover, .btn.btn_transparent-blue.active {
    background: #E5E8FE;
}

.btn.btn_transparent_light-blue {
    background: transparent;
    color: #95A2F9;
    border: 1px solid #95A2F9;
}
.btn.btn_transparent_light-blue:hover {
    background: #95A2F9;
    color: #ffffff;
}

.btn_check i {
    display: none;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icons/check.svg) center no-repeat;
    margin-right: 6px;
}
.btn_check.active i {
    display: block;
}
.btn_check span:nth-child(3), .btn_check.active span:nth-child(2) {
    display: none;
}
.btn_check.active span:nth-child(3) {
    display: inline;
}
.btn.btn_blue.btn_check.active {
    background: #FFE1E0 !important;
    color: #800300 !important;
}
.btn.btn_blue.btn_check.registration__btn.active {
    background: #FFE1E0 !important;
}
.dropdown-menu__btn.btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}



.header-controls .btn {
    float: left;
    margin: 0 8px;
}
.registration__item .btn {
    width: 172px;
    margin: auto;
}
.btn_check.active {
    background: #ffffff !important;
    color: #495DDD !important;
}











.notification__btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
}
.notification__count {
    position: absolute;
    top: -3px;
    left: 15px;
    z-index: 5;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.06em;
    color: #FFFFFF;
    background: #5167F6;
    border-radius: 4px;
    padding: 2px 4px;
}
.notification__btn:hover {
    opacity: 0.7;
}
.notification__btn.not {
    opacity: 0.5;
}


.section.top-nav {
    padding: 22px 0;
}
.top-nav__prev {
    color: #595E64;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 32px;
    background: url(/assets/img/icons/arrow_back.svg) left no-repeat;
    background-size: 24px;
}
.top-nav__prev:hover {
    color: inherit;
    opacity: 0.6;
}
.top-nav__text {
    font-size: 14px;
    line-height: 20px;
    color: #595E64;
}

.page-registration h1 {
    margin-bottom: 48px;
}

.registration__item {
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    border-radius: 4px;
    width: 100%;
    margin: 32px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 24px 100px 32px 100px;
    color: rgba(0, 0, 0, 0.8);
}
.registration__item.active {
    color: #ffffff;
    background: #800300;
}
.registration__item>span {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    opacity: 0.7;
}
.registration__item h2 {
    margin-bottom: 20px;
}
.registration__item p {
    margin: 0 0 24px;
}

.registration__body {
    text-align: center;
    margin-top: 32px;
    display: none;
}
.registration__body.active {
    display: block;
}
.registration-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 40px 0;
}
.registration-steps__item {
    width: 100%;
    position: relative;
}
.registration-steps__name {
    font-weight: 500;
    font-size: 16px;
}
.registration-steps__name span {
    margin-bottom: 4px;
    font-size: 14px;
}
.registration-steps__item.active .registration-steps__name {
    opacity: 1;
}
.registration-steps__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #D5D7D8;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f6fa;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: 12px auto 0;
    position: relative;
    z-index: 5;
}
.registration-steps__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f5f6fa;
    opacity: 0.5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.registration-steps__item.active .registration-steps__icon:before, .registration-steps__item.complete .registration-steps__icon:before {
    background: transparent;
    -webkit-box-shadow: 0 0 1px 8px #800300;
    box-shadow: 0 0 1px 8px #800300;
    opacity: 0;
}
.registration-steps__item.active .registration-steps__icon {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}
.registration-steps__item.complete .registration-steps__icon {
    opacity: 1;
    background: #800300 url(/assets/img/icons/check_white.svg) center no-repeat !important;
    background-size: 24px !important;
    border-color: #800300;
}

.registration-steps__name {
    font-weight: 500;
    font-size: 16px;
    transition: 0.2s;
    opacity: 0.6;
}
/*
.registration-steps__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E0E1E2;
    bottom: 18px;
    left: 0;
    z-index: 1;
}

.registration-steps__item:nth-child(1):before {
    width: 50%;
    left: 50%;
}
.registration-steps__item:last-child:before {
    width: 50%;
}
.registration-steps__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #595e64;
    bottom: 10px;
    right: 0;
    z-index: 1;
}
*/

.registration-steps__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E0E1E2;
    bottom: 18px;
    left: 50%;
    z-index: 1;
}
.registration-steps__item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #800300;
    bottom: 18px;
    left: 50%;
    z-index: 1;
    -webkit-transition: width 1s, opacity 1.5s;
    -o-transition: width 1s, opacity 1.5s;
    transition: width 1s, opacity 1.5s;
}
.registration-steps__item:last-child:before, .registration-steps__item:last-child:after {
    display: none;
}
.registration-steps__item.complete:after {
    width: 100%;
    opacity: 0;
}


.registration-steps__item-content {
    padding-left: 48px;
    margin-bottom: 56px;
    float: left;
    width: calc(100% - 48px);
}
.registration-steps__item.registration-steps__item-company .registration-steps__icon {
    margin: 0;
    float: left;
    width: 48px;
    height: 48px;
}
.registration-steps__item.registration-steps__item-company:before {
    width: 2px;
    height: 100%;
    left: 24px;
    bottom: 0;
}
.registration-steps__item.registration-steps__item-company:after {
    width: 2px;
    height: 0;
    left: 24px;
    top: 0;
    bottom: auto;
    -webkit-transition: height 1s, opacity 1.5s;
    -o-transition: height 1s, opacity 1.5s;
    transition: height 1s, opacity 1.5s;
}
.registration-steps__item.registration-steps__item-company.complete:after {
    height: 100%;
    opacity: 0;
}
.registration-steps__item-description {
    font-size: 20px;
    font-weight: normal;
}
.registration-steps__item-text {
    opacity: 0.54;
    margin-top: 8px;
    font-weight: normal;
}
.registration-steps__item-content .registration-steps__name {
    margin-bottom: 20px;
}


.registration-content__message {
    font-size: 20px;
    line-height: 120%;
}
.registration-content__inputs {
    margin: 32px 0;
    width: 100%;
}
.timer-container {
    text-align: center;
    padding-top: 180px;
    display: none;
}
.timer-container.active {
    display: block;
}
.timer-container__time {
    font-size: 20px;
    margin-bottom: 8px;
}

.card_message__icon {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
}
.card_message {
    text-align: center;
}
.card_message .card_message__icon {
    margin: 4px auto 8px;
}
.card_message__icon.card_message__icon_big {
    width: 64px;
    height: 64px;
    background: #E5E8FE;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card_message__icon.card_message__icon_big img {
    width: 32px;
    height: 32px;
}
.employee {
    padding: 8px 16px;
    border: 1px solid #D5D7D8;
    border-radius: 12px;
    margin-bottom: 12px;
}
.employee__name {
    font-weight: 500;
    padding-left: 16px;
    width: calc(100% - 72px);
}
.employee__control {
    width: 24px;
}

.f-control-row {
    text-align: center;
}
.input-list {
    margin: 32px 0 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.input-bl {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.input-bl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.input-bl-row .input-bl {
    margin-right: 20px;
}
.input-bl-row .input-bl:last-child {
    margin-right: 0;
}
.input-bl input[type="text"], .input-bl input[type="number"], .input-bl input[type="date"], .input-bl input[type="email"], .input-bl input[type="tel"], .input-bl input[type="password"], .input-bl textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #D5D7D8;
    border-radius: 4px;
    width: 100%;
    height: 64px;
    float: left;
    padding: 0 15px;
    font-family: inherit;
    outline: none;
    font-size: 16px;
    padding: 30px 16px 10px 16px;
    color: rgba(0, 0, 0, 0.8);
}
.input-bl.date label {
    font-size: 12px;
    top: 12px;
}
.input-bl input[type="text"]:focus, .input-bl input[type="number"]:focus, .input-bl input[type="tel"]:focus, .input-bl input[type="password"]:focus, .input-bl textarea:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.input-bl textarea {
    height: 132px;
    resize: none;
    line-height: 150%;
}
.input-bl label {
    position: absolute;
    font-size: 16px;
    top: 21px;
    left: 16px;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
    z-index: 10;
}
.input-bl.active label {
    font-size: 12px;
    top: 12px;
}
.input-bl input.btn {
    width: 100%;
}
.input-bl.input-bl__nolabel input[type="text"] {
    padding: 10px 120px 10px 16px;
}
.input-bl.input-bl_biggest {
    width: 436px;
}
.input-bl.input-bl_small {
    width: 132px;
}
.input-bl.input-bl_medium {
    width: 176px;
}
.input-bl.input-bl_disabled input {
    background: #EAEBEC;
    opacity: 0.56;
    pointer-events: none;
}
.input-bl.input-bl_dark label {
    color: rgba(255, 255, 255, 0.5);
}
.input-bl.input-bl_dark textarea {
    color: #ffffff;
    height: 184px;
    border: 1px solid #82868B;
}


.checkable_input.err {
    background-image: url(/assets/img/icons/close_circle.svg) !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}
.checkable_input.success {
    background-image: url(/assets/img/icons/check_circle.svg) !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}
.input-bl.input-bl__nolabel .simlpe-btn {
    position: absolute;
    right: 16px;
    top: 20px;
}
.input-bl.input-bl__copy {
    margin: 0;
    max-width: 100%;
    width: 320px;
    text-align: right;
}
.input-bl.input-bl__copy input[type="text"] {
    padding: 0;
    border: none;
    color: #495DDD;
    outline: none;
    height: auto;
    max-width: 100%;
    width: 100%;
    text-align: right;
    text-overflow: ellipsis;
    padding-right: 8px;
}
.input-bl.input-bl__copy .icon {
    cursor: pointer;
}
.input-bl.input-bl__nocopy {
    opacity: 0.56;
}

.input-bl.input-bl_small-height input[type="text"], .input-bl.input-bl_small-height input[type="tel"], .input-bl.input-bl_small-height input[type="password"] {
    padding: 24px 8px 4px 16px;
    height: 48px;
    font-size: 14px;
}
.input-bl.input-bl_small-height label {
    top: 14px;
}
.input-bl.input-bl_small-height.active label {
    top: 6px;
}

.input-bl .selectize-input, .input-bl .SumoSelect>.CaptionCont {
    background: transparent;
    border: 1px solid #D5D7D8;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    float: left;
    font-family: inherit;
    outline: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    padding: 24px 8px 4px 16px;
}
.input-bl .selectize-input:hover, .input-bl .SumoSelect>.CaptionCont:hover {
    border: 1px solid #B40400;
}
.input-bl.input-bl_selectize-normal .SumoSelect>.CaptionCont {
    font-size: 16px;
    padding: 12px 8px 12px 16px;
}
.input-bl.input-bl_selectize-normal input.search-txt {
    display: none !important;
}
.SumoSelect {
    width: 100%;
}
.input-bl .SumoSelect label {
    position: relative;
    top: auto !important;
    left: auto !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.SumoSelect.open>.optWrapper {
    top: calc(100% + 4px);
}



.simlpe-btn, .simple-btn {
    font-weight: 500;
    font-size: 16px;
    color: #800300;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: inherit;
}
.simlpe-btn:hover, .simple-btn:hover {
    opacity: 0.8;
}
.simlpe-btn.simlpe-btn_small, .simple-btn.simple-btn_small {
    font-size: 14px;
}


.copy-container {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 16px;
}
.copy-container.active .input-bl.input-bl__nocopy {
    opacity: 1;
}






.verification-controls {
    text-align: left;
}
.verification-controls__timer {
    font-size: 14px;
}

.input-bl__mess {
    position: absolute;
    left: 16px;
    top: calc(100% + 2px);
    font-size: 12px;
    line-height: 120%;
}
.err {
    color: #FF5D5D;
}



.card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    border-radius: 4px;
    padding: 32px;
}
a.card {
    color: inherit;
}
.card p {
    font-size: 14px;
    margin: 8px 0;
}
.card.card_medium {
    padding: 24px;
}
.card.message-card {
    margin: 32px 0;
}
.card.card_small {
    padding: 12px 8px 12px 12px;
    min-height: 60px;
}
.card.card_medium_8 {
    padding: 8px;
}
.card.card_medium_16 {
    padding: 16px;
}
.card.card_medium_20 {
    padding: 20px 20px 16px 20px;
}
.subscription-s-card {
    margin-bottom: 32px;
}
.card.card_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card.card_selectable {
    background: transparent;
    border: 1px solid #D5D7D8;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    position: relative;
    cursor: pointer;
}
.card.card_selectable.active {
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    border: none;
}
.card.card_selectable:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icons/chevron_right.svg) center no-repeat;
    right: -36px;
    top: calc(50% - 12px);
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.card.card_selectable:hover {
    background: rgba(0, 0, 0, 0.04);
}
.card.card_selectable.active:after {
    opacity: 1;
}
.card.request_response {
    height: 100%;
}
.card.card_dark {
    background: #21272D;
    color: #ffffff;
    height: auto;
}
.card.card_dark2 {
    background: #323A42;
    color: #ffffff;
}
.card.card_red {
    background: #FF5D5D;
    color: #ffffff;
}
.card.card_table {
    padding: 0;
    padding-bottom: 16px;
}
.card_table-head {
    padding: 0 32px;
    height: 52px;
}
.card_table-head .row, .card_table-row .row {
    height: 100%;
}
.card_table-row {
    padding: 0 32px;
    height: 72px;
    border-top: 1px solid #D5D7D8;
}
.card.card_stuff {
    padding: 12px 16px 12px 0;
    margin-bottom: 16px;
    position: relative;
}
.card__body.card__body_nopadding {
    width: calc(100% + 48px);
    margin-left: -24px;
}
.card.card_table a {
    color: #495DDD;
}
.card.card_table a:hover {
    border-bottom: 1px solid;
}
.card_table-head.card_table-head_simple {
    height: auto;
}
.card_table-head h2 {
    margin: 32px 0 16px;
}
.card_table-head.card_table-head_simple+.card_table-row {
    border-top: none;
}
.card_table-params {
    margin: 32px 0;
}

.card.subscription-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 20px 0 48px;
}
.subscription-card__pay-container {
    width: 272px;
}
.subscription-card__pay-content {
    width: calc(100% - 272px);
    position: relative;
    padding-right: 144px;
}
.subscription-card__pay-content:after {
    content: "";
    position: absolute;
    top: -16px;
    right: 40px;
    width: 1px;
    background: #D5D7D8;
    height: calc(100% + 32px);
}
.subscription-card__pay-content .input-bl {
    margin-top: 32px;
}




.tab__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D5D7D8;
    margin-bottom: 24px;
}
.tab__head-item {
    margin-left: 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    padding-bottom: 16px;
    position: relative;
    opacity: 0.54;
    overflow: hidden;
    margin-bottom: -1px;
}
.tab__head-item.active {
    opacity: 1;
}
.tab__head-item:nth-child(1) {
    margin-left: 0;
}
.tab__head-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #21272D;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 2px 2px 0px 0px;
    bottom: 0;
}
.tab__head-item.active:after {
    width: 100%;
}
.tab__body-item {
    display: none;
}
.tab__body-item.active {
    display: block;
}

.building-card {
    display: inline-block;
    float: left;
}
.building-card .img {
    float: left;
}
.building-card .building-card__info, .building-card__params, .building-card__attrs {
    float: left;
    width: calc(100% - 118px);
    padding-left: 18px;
}
.building-card__params div {
    float: left;
    margin-right: 24px;
}
.building-card__params div:last-child {
    margin-right: 0;
}
.building-card__attrs {
    margin-top: 8px;
}
.building-card__attrs div {
    float: left;
    margin-right: 16px;
}
.building-card__attrs div:last-child {
    margin-right: 0;
}
.building-card__filter-param {
    float: left;
    width: 100%;
}
.building-card__filter-param .mark-text {
    float: left;
    margin: 12px 8px 0 0;
}



.certificates__item {
    position: relative;
    height: 338px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 15px rgba(23,50,76, 0.05);
    box-shadow: 0px 4px 15px rgba(23,50,76, 0.05);
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
}


.elem-list {
    display: inline-block;
    width: 100%;
}
.elem-list__item {
    padding: 20px 24px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.elem-list__item .img {
    margin-right: 16px;
    z-index: 15;
    position: relative;
    display: block;
}
.elem-list__info {
    width: 320px;
    z-index: 15;
    position: relative;
}
.elem-list__activity {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    z-index: 15;
    position: relative;
}
.elem-list__comment, .elem-list__likes {
    margin: 0 8px;
    position: relative;
}
.elem-list__control {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 10;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
}
.elem-list__item:hover {
    background: #F5F5F5;
}
.elem-list__item:hover .elem-list__control {
    opacity: 1;
    pointer-events: all;
}
.elem-list__control .icon_btn {
    margin-left: 20px;
}
.elem-list__marks {
    width: calc(100% - 468px);
    text-align: right;
    z-index: 5;
    position: relative;
    height: 52px;
}
.elem-list__address {
    width: 100%;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.elem-list__params {
    display: inline-block;
    font-size: 14px;
    margin-top: 8px;
}
.elem-list__parameter {
    margin-right: 32px;
    float: left;
}
.elem-list__parameter:last-child {
    margin-right: 0;
}
.elem-list__item:hover .elem-list__marks {
    opacity: 0;
}

.noactive {
    opacity: 0.56;
}


.img {
    width: 118px;
    height: 118px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.img.img_shadow {
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}
.img.img_small {
    width: 52px;
    height: 52px;
}
.img.img_small_64 {
    width: 64px;
    height: 64px;
}
.img.img_small_56 {
    width: 56px;
    height: 56px;
}
.img.img_small_48 {
    width: 48px;
    height: 48px;
}
.img.img_hover {
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}
.img_hover.active {
    z-index: 99999;
}
.img.img_hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    opacity: 0;
}
.img.img_hover:hover:after {
    opacity: 1;
}
.img.img_medium {
    width: 80px;
    height: 80px;
}


a.card.gk:hover {
    background: rgba(0, 0, 0, 0.04);
}
.gk__head {
    width: calc(100% - 188px);
    text-align: left;
}
.gk__name {
    font-size: 24px;
    line-height: 120%;
    padding-left: 32px;
    width: 348px;
}
.gk__info {
    width: 550px;
    display: inline-block;
}
.gk__info-item {
    float: left;
    margin-right: 24px;
}
.gk__info-item:last-child {
    margin-right: 0;
}
.gk__params {
    float: left;
    margin-right: 24px;
}
.gk__params:last-child {
    margin-right: 0;
}
.gk__deadline {
    width: 108px;
}
.developer-content {
    margin-top: 64px;
    margin-bottom: 64px;
}
.developer-content h4 {
    margin-bottom: 16px;
}
.developer-content iframe {
    width: 100%;
    height: 556px;
}

.gk__preview {
    width: calc(100% - 188px);
}






.filter-parent {
    width: 100%;
    position: relative;
    height: 128px;
    z-index: 50;
}
.filter {
    width: 100%;
    position: relative;
}
.filter__body {
    margin-top: 24px;
    display: none;
    transition: 0.3s;
    margin-bottom: 0;
}
.filter__head .btn.btn_small {
    width: 96px;
}
.filter__input-group .input-bl {
    margin-left: 8px;
}
.filter__input-group .input-bl:nth-child(1) {
    margin-left: 0;
}
.filter__input-group-label {
    font-weight: 500;
    margin-bottom: 8px;
}
.filter__input-col {
    width: 274px;
}
.filter__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;
}
.filter .btn-row {
    margin-top: 28px;
}
.filter .btn-row .btn {
    margin-right: 12px;
}
.filter__footer {
    position: absolute;
    bottom: 12px;
    left: calc(50% - 150px);
    width: 300px;
}
.card.card_filter {
    padding-bottom: 12px;
}
.hide_filter, .count_filter {
    display: none !important;
}
.filter.active .filter__body {
    display: block;
    margin-bottom: 48px;
}
.filter.active .show_filter {
    display: none !important;
}
.filter.active .hide_filter {
    display: inherit !important;
}
.btn-row.disabled .btn {
    opacity: 0.56;
}
.clear_filter.disabled {
    display: none !important;
}
.filter .count_filter.active {
    display: inherit !important;
}
.filter.active .count_filter.active {
    display: none !important;
}

.section_map-filter {
    background: #ffffff;
    position: relative;
    z-index: 120;
    padding: 20px 0;
    -webkit-box-shadow: 0px 10px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 10px 15px rgba(23, 50, 76, 0.05);
    border-top: 1px solid #D5D7D8;
}
.filter_control_item {
    margin-left: 32px;
}

.filter_map {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #ffffff;
    padding-bottom: 20px;
}
.filter_map.active {
    display: block;
}
.card_filter_map {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 12px;
}
.card_filter_map .filter__footer {
    bottom: -8px;
}
.card_filter_map .filter__head .btn.btn_small {
    width: 144px;
}
.filter_map .filter-parent {
    height: auto;
}

.request_response-map {
    position: relative;
    z-index: 50;
    height: 100%;
    max-width: 528px;
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.request_response-map-container {
    background: #ffffff;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d5d7d8;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate(-600px, 0);
    -ms-transform: translate(-600px, 0);
    transform: translate(-600px, 0);
    opacity: 0;
}
.request_response-map-container.active {
    transform: translate(0, 0);
    opacity: 1;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    padding-bottom: 32px;
}

.request_response-map-container::-webkit-scrollbar { /* chrome based */
    width: 0px;  /* ширина scrollbar'a */
    background: transparent;  /* опционально */
}

.request_response-map-container {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}
.request_response-map .close-icon {
    position: absolute;
    right: -60px;
    top: 28px;
}




.apartment-card {
    padding: 28px 24px;
}
.apartment-slider .img {
    width: calc(100% - 48px);
    height: 242px;
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    margin: 0 24px 32px;
    cursor: pointer;
}

.apartment-slider {
    width: calc(100% + 48px);
    margin-left: -24px;
}
.apartment-slider .owl-nav {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.apartment-slider:hover .owl-nav {
    opacity: 1;
    pointer-events: all;
}
.apartment-slider .owl-nav .owl-prev, .pop-slider .owl-nav .owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background: #ffffff url(/assets/img/icons/chevron_left.svg) center no-repeat !important;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-size: 24px !important;
    -webkit-box-shadow: 0px 4px 15px rgb(23,50,76, 0.05);
    box-shadow: 0px 4px 15px rgb(23,50,76, 0.05);
    z-index: 10;
    top: calc(50% - 36px);
    left: 35px;
}
.apartment-slider .owl-nav .owl-next, .pop-slider .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background: #ffffff url(/assets/img/icons/chevron_right.svg) center no-repeat !important;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-size: 24px !important;
    -webkit-box-shadow: 0px 4px 15px rgb(23,50,76, 0.05);
    box-shadow: 0px 4px 15px rgb(23,50,76, 0.05);
    z-index: 10;
    top: calc(50% - 36px);
    right: 35px;
}
.apartment-slider .owl-nav .owl-prev:hover, .apartment-slider .owl-nav .owl-next:hover, .pop-slider .owl-nav .owl-prev:hover, .pop-slider .owl-nav .owl-next:hover {
    background-color: #f5f6fa !important;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.owl-dots button.owl-dot {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    outline: none;
    border: 1px solid #82868B;
    border-radius: 50%;
    transition: 0.2s;
}
.owl-dots button.owl-dot.active {
    background: #21272D;
}
.apartment-card__gallery {
    margin-bottom: 32px;
}
.apartment-card h2 {
    margin-bottom: 24px;
}
.apartment-card__description {
    margin: 32px 0;
}
.apartment-card h3, .apartment-card h4 {
    margin-bottom: 16px;
}
.apartment-card__location {
    margin: 48px 0;
}

.pop-content.pop-gallery {
    max-width: 1110px;
}
.pop-slider__item {
    width: 100%;
    text-align: center;
    max-width: 1110px;
}
.pop-slider__item img {
    display: inline-block !important;
    max-width: 100%;
    width: auto !important;
    max-height: 100%;
    height: auto;
    border-radius: 8px;
}
.pop-slider .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
}
.pop-slider .owl-dots .owl-dot {
    position: relative;
    transition: 0.2s;
    width: 96px;
    height: 72px;
    border-radius: 4px;
    border: 2px solid transparent;
    margin: 16px;
    overflow: hidden;
}
.pop-slider .owl-dots .owl-dot .prev-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
.pop-slider .owl-dots .owl-dot.active {
    border-color: #ffffff;
}
.pop-slider .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    z-index: 5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.pop-slider .owl-dots .owl-dot.active:before {
    opacity: 0;
}
.pop-slider .owl-dots .owl-dot:hover:before {
    opacity: 0;
}
.pop-slider .owl-nav .owl-next {
    right: -60px;
    top: calc(50% - 90px);
}
.pop-slider .owl-nav .owl-prev {
    left: -60px;
    top: calc(50% - 90px);
}



.apartment-map {
    width: 100%;
    height: 320px;
    margin-top: 24px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}

.apartment-plan {
    padding: 0 32px;
    margin-bottom: 48px;
}
.apartment-plan__head {
    margin-bottom: 8px;
}
.apartment-plan__container {
    border: 1px solid #E0E1E2;
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    padding: 40px 60px;
    position: relative;
}
.pop-content .apartment-plan {
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0;
    padding: 32px;
}
.pop-content .apartment-plan__container {
    max-width: 742px;
    margin: auto;
}
.apartment-plan__footer {
    background: #FFFFFF;
    border-radius: 16px;
    max-width: 638px;
    margin: auto;
    padding: 12px 56px;
}
.apartment-plan__img {
    width: 100%;
    height: 382px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.light-side {
    position: absolute;
    top: 40px;
    left: 60px;
    width: calc(100% - 120px);
    height: calc(100% - 80px);
    z-index: 20;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: rgba(255,255,255,0.72);
    text-align: center;
    opacity: 0;
    pointer-events: none;
}
.light-side.active {
    opacity: 1;
    pointer-events: all;
}
.light-side__img {
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}
.light-side__items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.light-side__item {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-weight: 500;
    background: #21272D;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.light-side__item.north {
    top: -48px;
    left: calc(50% - 20px);
}
.light-side__item.east {
    right: -48px;
    top: calc(50% - 20px);
}
.light-side__item.south {
    bottom: -48px;
    left: calc(50% - 20px);
}
.light-side__item.west {
    left: -48px;
    top: calc(50% - 20px);
}

.light-side.north-bottom .light-side__img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.light-side.north-bottom .light-side__item {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.light-side.north-left .light-side__img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.light-side.north-left .light-side__item {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.light-side.north-right .light-side__img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.light-side.north-right .light-side__item {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.light-side.north-top-left .light-side__img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.light-side.north-top-left .light-side__item {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.light-side.north-top-right .light-side__img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.light-side.north-top-right .light-side__item {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.light-side.north-bottom-left .light-side__img {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.light-side.north-bottom-left .light-side__item {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.light-side.north-bottom-right .light-side__img {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.light-side.north-bottom-right .light-side__item {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.apartment-views {
    position: absolute;
}
.apartment-views .icon {
    position: absolute;
    margin: 8px;
}
.apartment-views.top {
    top: -1px;
    border-top: 2px solid;
}
.apartment-views.bottom {
    bottom: -1px;
    border-bottom: 2px solid;
}
.apartment-views.top, .apartment-views.bottom {
    width: 216px;
    height: 40px;
    left: calc(50% - 108px);
}
.apartment-views.top .icon, .apartment-views.bottom .icon {
    left: calc(50% - 12px);
    top: 0;
    margin-left: 0;
    margin-right: 0;
}
.apartment-views.left {
    left: -1px;
    border-left: 2px solid;
}
.apartment-views.right {
    right: -1px;
    border-right: 2px solid;
}
.apartment-views.left, .apartment-views.right {
    height: 216px;
    width: 40px;
    top: calc(50% - 108px);
}
.apartment-views.left .icon, .apartment-views.right .icon {
    left: 0;
    top: calc(50% - 12px);
    margin-top: 0;
    margin-bottom: 0;
}
.apartment-views.top-left, .apartment-views.top-right, .apartment-views.bottom-left, .apartment-views.bottom-right {
    width: 88px;
    height: 88px;
    border: 2px solid;
}
.apartment-views.top-left {
    left: -1px;
    top: -1px;
    border-bottom: none;
    border-right: none;
    border-radius: 16px 0 0 0;
}
.apartment-views.top-left .icon {
    top: 0;
    left: 0;
}
.apartment-views.top-right {
    right: -1px;
    top: -1px;
    border-bottom: none;
    border-left: none;
    border-radius: 0 16px 0 0;
}
.apartment-views.top-right .icon {
    top: 0;
    right: 0;
}
.apartment-views.bottom-left {
    left: -1px;
    bottom: -1px;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 16px;
}
.apartment-views.bottom-left .icon {
    left: 0;
    bottom: 0;
}
.apartment-views.bottom-right {
    right: -1px;
    bottom: -1px;
    border-top: none;
    border-left: none;
    border-radius: 0 0 16px 0;
}
.apartment-views.bottom-right .icon {
    bottom: 0;
    right: 0;
}
.apartment-views.apartment-sea {
    border-color: #495DDD;
}
.apartment-views.apartment-mountains {
    border-color: #BF620D;
}

.apartment-plan__parent {
    border: 1px solid #E0E1E2;
    border-radius: 16px;
    width: 100%;
    padding: 40px;
    position: relative;
    margin-top: 32px;
}
.apartment-plan__parent .apartment-plan__img {
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.apartment-plan__parent .apartment-views.left, .apartment-plan__parent .apartment-views.right {
    height: 100px;
    top: calc(50% - 50px);
}
.apartment-plan__parent .apartment-views.top, .apartment-plan__parent .apartment-views.bottom {
    width: 100px;
    left: calc(50% - 50px);
}

.apartment-card__gallery.apartment-card__gallery_big {
    margin-bottom: 48px;
}
.apartment-card__gallery.apartment-card__gallery_big .apartment-slider .img {
    height: 338px;
}

.apartment-detail .apartment-card__description {
    margin: 48px 0;
}
.apartment-detail .apartment-card__description:nth-child(1) {
    margin-top: 0;
}
.apartment-detail .apartment-card__description:last-child {
    margin-bottom: 0;
}
.apartment-detail h3, .apartment-detail h4 {
    margin-bottom: 16px;
}
.apartment-attr-tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.apartment-attr-tables table {
    width: 50%;
    border: none;
    border-collapse: collapse;
}
.apartment-attr-tables.apartment-attr-tables_full table {
    width: 100%;
}
.apartment-attr-tables table td {
    border: none;
    padding: 4px 0;
}
.apartment-attr-tables table td:nth-child(1) {
    width: 124px;
}
.apartment-detail .apartment-attr:nth-child(3n) {
    margin-right: 0;
}

.apartment-info__name {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 12px;
}
.apartment-info .hr {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.apartment-info__prices {
    margin: 32px 0;
}
.apartment-info__full-price {
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    margin-right: 16px;
}
.apartment-info__square-price {
    font-size: 14px;
    opacity: 0.54;
    line-height: 120%;
}
.apartment-info__attr {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.apartment-info__attr__item {
    float: left;
    margin-bottom: 16px;
    min-width: 120px;
    font-weight: 500;
}

.apartment-reviews__slider .owl-dots, .certificates .owl-dots {
    position: relative;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px;
    margin-top: 16px;
}
.apartment-reviews__item h3 {
    margin-bottom: 16px;
    line-height: 140%;
    min-height: 56px;
}
.apartment-reviews__like-text {
    font-size: 12px;
    opacity: 0.54;
}
.apartment-reviews__like {
    margin-bottom: 16px;
}
.apartment-reviews__item .s-collapse {
    margin-top: 4px;
    font-size: 14px;
}
.apartment-reviews__item .s-collapse__btn {
    margin-top: 8px;
}



.s-collapse.s-collapse__init .s-collapse__text {
    display: none;
}
.s-collapse__btn .close {
    display: none;
}
.s-collapse__btn {
    cursor: pointer;
    color: #5167F6;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: 12px;
    line-height: 18px;
}
.s-collapse.s-collapse__init.active .s-collapse__btn .open {
    display: none;
}
.s-collapse.s-collapse__init.active .s-collapse__btn .close {
    display: block;
}
.s-collapse.s-collapse__init.active .s-collapse__cropped {
    display: none;
}
.s-collapse.s-collapse__init.active .s-collapse__text {
    display: block;
}
.apartment-card__location>img {
    margin-top: 24px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}
.apartment-attr {
    background: #EAEBEC;
    border-radius: 4px;
    margin: 0 18px 18px 0;
    width: calc(50% - 18px);
    height: 64px;
    padding: 4px 12px;
    max-width: 212px;
}
.apartment-card__attrs {
    margin: 30px 0;
}
.apartment-card__description {
    margin: 32px 0;
}



.selectize-control {
    width: 100%;
}

.hidden {
    display: none !important;
}

.chbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 32px;
}
.chbx.chbx_simple {
    width: 24px;
    height: 24px;
    padding: 0;
}
.chbx input {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.chbx__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(/assets/img/icons/Empty.svg) center no-repeat;
    background-size: contain;
}
.chbx__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: url(/assets/img/arc/checkbox.svg) center no-repeat;
    background-size: contain;
    opacity: 0;
}
.chbx.no_full .chbx__icon:before {
    background: url(/assets/img/icons/partly.svg) center no-repeat;
    opacity: 1;
}
.chbx input:checked+.chbx__icon:before {
    opacity: 1;
}
.chbx__text {
    line-height: 120%;
    min-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.chbx.chbx_right {
    padding-left: 0;
    padding-right: 32px;
}
.chbx.chbx_right .chbx__icon {
    left: auto;
    right: 0;
}

.chbx-simple {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #EAEBEC;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    margin: 0 8px 12px 0;
    position: relative;
    cursor: pointer;
    width: auto;
    padding: 0px 12px;
    font-size: 14px;
}
.chbx-simple input {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.chbx__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #5167F6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}
.chbx-simple input:checked+.chbx__bg {
    opacity: 1;
}
.chbx-simple input:checked+.chbx__bg+.chbx__text {
    color: #ffffff;
}


.site-message.site-message_top {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 48px;
    visibility: hidden;
    pointer-events: none;
}
.site-message.site-message_top.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.site-message__item {
    background: #F5F6FA;
    -webkit-box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
    border-left: 4px solid #5167f6;
    padding: 12px 42px 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 368px;
    position: relative;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.site-message__item.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.site-message__item .icon {
    margin-right: 8px;
}
.site-message__content {
    line-height: 130%;
    padding-top: 3px;
}
.site-message__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: url(/assets/img/icons/close_black.svg) center no-repeat;
}
.site-message__close:hover {
    opacity: 0.56;
}
.site-message__content .btn {
    margin-top: 16px;
}
.site-message__item.site-message__item_green {
    background: #EBF9EC;
    border-color: #00B20C;
}







.pop-img {
    position: absolute;
    width: 344px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
    border-radius: 4px;
    right: 100%;
    top: -200px;
    text-align: center;
    padding: 20px 12px 4px 12px;
    z-index: 100;
}
.pop-img img {
    margin-bottom: 16px;
}

.accordion {
    border: 1px solid #D5D7D8;
    border-radius: 8px;
    /* overflow: hidden; */
}
.accordion__item {
    border-bottom: 1px solid #D5D7D8;
}
.accordion__item:last-child {
    border: none;
}
.accordion__name {
    position: relative;
    padding: 20px 48px 20px 24px;
    cursor: pointer;
}
.accordion__content {
    padding: 0 24px 24px;
    display: none;
}
.accordion__item.active .accordion__content {
    display: block;
}
.accordion__name:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: url(/assets/img/icons/Huge_arrow_down.svg) center no-repeat;
    background-size: contain;
}
.accordion__item.active .accordion__name:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion.accordion_simple {
    border: none;
    border-radius: 0;
    width: 100%;
}
.accordion.accordion_simple .accordion__item {
    border: none;
}
.accordion.accordion_simple .accordion__name {
    padding: 0;
}
.accordion.accordion_simple .accordion__name:after {
    display: none;
}
.accordion.accordion_simple .accordion__item.active .accordion__name-show {
    display: none;
}
.accordion.accordion_simple .accordion__item .accordion__name-hide {
    display: none;
}
.accordion.accordion_simple .accordion__item.active .accordion__name-hide {
    display: block;
}


.accordion.accordion_apartment {
    border: none;
    border-radius: 0;
}
.accordion.accordion_apartment .accordion__item {
    border: 1px solid #D1D6DB;
    border-radius: 4px;
    margin-bottom: 20px;
}
.accordion.accordion_apartment .accordion__name {
    padding: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.accordion.accordion_apartment .accordion__name:hover {
    background: rgba(0, 0, 0, 0.04);
}
.accordion.accordion_apartment .accordion__item.active .accordion__name:hover {
    background: transparent;
}
.accordion.accordion_apartment .accordion__name:after {
    background-size: 16px;
    top: 18px;
    right: 18px;
}
.accordion.accordion_apartment .accordion__item.active .accordion__name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background: #D5D7D8;
}
.accordion.accordion_apartment .accordion__content {
    padding: 8px 0;
}
.accordion.accordion_apartment .apartment__item {
    padding: 8px 16px;
}

.accordion.accordion_exclusives {
    border: none;
    border-radius: 0;
}
.accordion_exclusives .accordion__item {
    border: none;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 24px;
}
.accordion_exclusives .accordion__name {
    padding: 8px 80px 8px 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: transparent;
}
.accordion_exclusives .accordion__name:hover {
    background: #EBECF0;
}
.accordion_exclusives .accordion__item.active .accordion__name:hover {
    background: transparent;
}
.exclusives__preview {
    width: 100%;
    /* max-width: 380px; */
}
.exclusives__name {
    padding-left: 24px;
    font-size: 24px;
    line-height: 120%;
}
.exclusives__info {
    width: 100%;
    /* max-width: 616px; */
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.exclusives__preview-info {
    width: calc(100% - 80px);
}
.exclusives__head {
    width: calc(100% - 320px);
    max-width: 630px;
}
.exclusives__head .exclusives__info-item {
    min-width: 242px;
}
.exclusives_on .accordion__name:hover .exclusives__info, .exclusives_full .accordion__name:hover .exclusives__info {
    padding-right: 60px;
}

.exclusives__control {
    display: none;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 0;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}
.exclusives_on .exclusives__control, .exclusives_full .exclusives__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.exclusives_empty .exclusive-status_full, .exclusives_empty .exclusive-status_on, .exclusives_full .exclusive-status_on, .exclusives_full .exclusive-status_off, .exclusives_on .exclusive-status_full, .exclusives_on .exclusive-status_off, .exclusives_empty .exclusive-status_btn {
    display: none !important;
}

.accordion_exclusives .accordion__name:hover .exclusives__control {
    opacity: 1;
    width: 56px;
}
.accordion_exclusives .accordion__name:after {
    top: calc(50% - 12px);
}
.exclusives .gk__name {
    width: 328px;
    padding-left: 24px;
    font-size: 20px;
}
.gk__control {
    width: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*
.accordion__item .exclusives__add {
    display: none;
}
.accordion__item.edit .exclusives__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.accordion__item.edit .exclusives__sucess {
    display: none !important;
}*/



.exclusives .gk {
    padding: 16px;
    border-top: 1px solid #D5D7D8;
}
.accordion_exclusives .accordion__content {
    padding: 0;
}



.exclusives {
    margin-bottom: 24px;
}
.exclusives h2 {
    margin-bottom: 24px;
}
.exclusives.exclusives_pop {
    margin: 56px 0 40px;
}
.exclusives.exclusives_pop .gk:last-child {
    border-bottom: 1px solid #D5D7D8;
}
.exclusives_pop-head {
    padding: 12px 16px;
}
.exclusives_pop-head .exclusives__name {
    padding-left: 0;
}

.apartment__format {
    background: #21272D;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 2px;
    width: 40px;
    text-align: center;
    line-height: 100%;
}
.apartment__price {
    width: 140px;
    padding-left: 24px;
}
.apartment__size {
    padding-left: 20px;
}
.apartment__item-price {
    width: 124px;
    padding-left: 24px;
    font-size: 14px;
}
.apartment__item-size {
    width: 76px;
    font-size: 14px;
}
.apartment__item-control {
    width: 24px;
}
.apartment__item-floor {
    width: calc(100% - 272px);
    font-size: 14px;
}




.mark-ol {
    counter-reset: myCounter;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
}
.mark-ol li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.mark-ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    background: #E0E1E2;
    text-align: center;
    margin: 0 12px 0 0;
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.share {
    display: inline-block;
}
.share__item {
    height: 52px;
    float: left;
    margin-right: 48px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.share__item:last-child {
    margin-right: 0;
}
.share__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.share__link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.share__link a, .share__link div, .share__link span, .share__link iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
}
.share__item .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    transition: 0.2s;
    filter: grayscale(1) brightness(0.2);
}
.share__item .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: grayscale(1) brightness(0.2);
    filter: grayscale(1) brightness(0.2);
}
.share__item:hover .icon {
    -webkit-filter: none;
    filter: none;
}

.pay-row {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pay-row__col-1 {
    float: left;
    width: 42%;
}
.pay-row__col-2 {
    float: left;
    width: 34%;
}
.pay-row__col-3 {
    float: left;
    width: 24%;
}



.contact-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.contact-table__cell {
    width: 100%;
}
.contact-table {
    width: 100%;
    max-width: 390px;
    margin-top: 32px;
}

.video-container {
    overflow: hidden;
    width: 228px;
    height: 134px;
    position: relative;
    border-radius: 4px;
    margin-top: 32px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.collections__container {
    position: relative;
    width: 100%;
    height: 416px;
    background: #353847;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 48px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.collections__container:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}
.collections__img {
    width: 100%;
    height: 244px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.collections__img .collections__img-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.5s;
}
.collections__img .collections__img-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.collections__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 4px 16px 16px;
    background: #2B2727;
}
.collections__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    height: 60px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 71, 0)), to(#2B2727));
    background: -o-linear-gradient(top, rgba(53, 56, 71, 0) 0%, #2B2727 100%);
    background: linear-gradient(180deg, rgba(53, 56, 71, 0) 0%, #2B2727 100%);
    pointer-events: none;
}
.collections__item:nth-child(6n) .collections__content {
    background: #2B2727;
}
.collections__item:nth-child(6n) .collections__content:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 71, 0)), to(#2B2727));
    background: -o-linear-gradient(top, rgba(53, 56, 71, 0) 0%, #2B2727 100%);
    background: linear-gradient(180deg, rgba(53, 56, 71, 0) 0%, #2B2727 100%);
}
.collections__item:nth-child(2n) .collections__content {
    background: #2D333A;
}
.collections__item:nth-child(2n) .collections__content:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 71, 0)), to(#2D333A));
    background: -o-linear-gradient(top, rgba(53, 56, 71, 0) 0%, #2D333A 100%);
    background: linear-gradient(180deg, rgba(53, 56, 71, 0) 0%, #2D333A 100%);
}
.collections__item:nth-child(3n) .collections__content {
    background: #353847;
}
.collections__item:nth-child(3n) .collections__content:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 71, 0)), to(#353847));
    background: -o-linear-gradient(top, rgba(53, 56, 71, 0) 0%, #353847 100%);
    background: linear-gradient(180deg, rgba(53, 56, 71, 0) 0%, #353847 100%);
}
.collections__item:nth-child(4n) .collections__content {
    background: #3F3B3F;
}
.collections__item:nth-child(4n) .collections__content:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 71, 0)), to(#3F3B3F));
    background: -o-linear-gradient(top, rgba(53, 56, 71, 0) 0%, #3F3B3F 100%);
    background: linear-gradient(180deg, rgba(53, 56, 71, 0) 0%, #3F3B3F 100%);
}
.collections__item:nth-child(5n) .collections__content {
    background: #313B53;
}
.collections__item:nth-child(5n) .collections__content:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 71, 0)), to(#313B53));
    background: -o-linear-gradient(top, rgba(53, 56, 71, 0) 0%, #313B53 100%);
    background: linear-gradient(180deg, rgba(53, 56, 71, 0) 0%, #313B53 100%);
}


.collections__name {
     color: #FFFFFF;
     font-size: 24px;
     line-height: 120%;
     text-align: center;
     margin-bottom: 12px;
}
.collections__name a:hover {
    opacity: 0.72;
    color: #ffffff;
}

.collections__params-item {
    width: calc(100% - 10px);
    text-align: center;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    margin: 0 5px;
    padding: 2px;
}
.collections__params-item:nth-child(1) {
    margin-left: 0;
}
.collections__params-item:last-child {
    margin-right: 0;
}
.collections__params-item span {
    font-size: 14px;
    opacity: 0.72;
}
.collections__footer {
    margin-top: 12px;
    position: relative;
    width: 100%;
}
.collections__price {
    font-size: 20px;
    line-height: 140%;
}
.collections__deadline {
    width: calc(100% - 80px);
    font-size: 14px;
    opacity: 0.72;
}
.collections__like {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.collections__like .icon {
    float: left;
}

@media(min-width: 768px) {
    .collections__item_medium .mark-text {
        position: absolute;
        z-index: 5;
        top: 16px;
        left: 16px;
        pointer-events: none;
    }
    .collections__item_medium .collections__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .collections__item_medium .collections__footer .collections__like, .collections__item_medium .collections__deadline, .collections__item_medium .collections__price {
        position: relative;
        bottom: auto;
        right: auto;
        width: 33.333%;
    }
    .collections__item_medium .collections__footer .collections__like {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .collections__item_medium .collections__footer .collections__like .icon {
        margin-left: 16px;
    }
    .collections__item_medium .collections__footer .collections__like .icon:nth-child(1) {
        margin-left: 0;
    }
    .collections__item_medium .collections__price {
        font-size: 24px;
    }
    .collections__item_medium .collections__params-item {
        padding: 6px;
    }


    .collections__item_big .collections__container {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .collections__item_big .collections__container .collections__content {
        position: relative;
        width: 50%;
        padding: 72px 64px 40px;
    }
    .collections__item_big .mark-text {
        position: absolute;
        z-index: 10;
        top: 40px;
        left: calc(50% + 64px);
    }
    .collections__item_big .collections__img {
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .collections__item_big .collections__content:before {
        width: 200px;
        height: 100%;
        top: 0;
        left: -200px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(43, 39, 39, 0)), to(#2B2727));
        background: -o-linear-gradient(left, rgba(43, 39, 39, 0) 0%, #2B2727 100%);
        background: linear-gradient(90deg, rgba(43, 39, 39, 0) 0%, #2B2727 100%);
    }
    .collections__item_big .collections__name {
        text-align: left;
        font-size: 48px;
        margin-bottom: 36px;
    }
    .collections__item_big .collections__params-item {
        padding: 8px;
    }
    .collections__item_big .collections__params-item .text_bold {
        font-size: 20px;
        font-weight: normal;
    }
    .collections__item_big .collections__price {
        font-size: 24px;
    }
    .collections__item_big .collections__deadline {
        font-size: 16px;
    }
    .collections__item_big .collections__footer {
        margin-top: 20px;
    }
}

.profile-card_header .btn {
    display: none;
}
.profile-card__content {
    width: calc(100% - 64px);
}
.profile-card_img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
.profile-card a {
    font-size: 20px;
    display: inline-block;
    line-height: 140%;
}

.header .profile-card {
    float: left;
    margin-left: 48px;
}
.profile-card.profile-card_small .profile-card_img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.profile-card.profile-card_small .text_gray {
    color: inherit;
    font-size: 14px;
}
.profile-card.profile-card_small a {
    font-size: 16px;
}

.profile-card-company .profile-card_img {
    margin-right: 24px;
}
.profile-card-company__content {
    width: calc(100% - 96px);
}
.profile-card-company {
    margin-bottom: 48px;
}
.profile-card.profile-card_company .profile-card_img {
    width: 56px;
    height: 56px;
    margin-right: 12px;
}



.gk-page {
    position: relative;
    background: #1A1C1F;
}
.gk-page_slider__item .img {
    width: 100%;
    height: 612px;
    border-radius: 0;
}
.gk-page .section.top-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 0;
}
.gk-page .section.top-nav .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-nav__prev_white {
    color: #ffffff;
}
.top-nav__prev_white:hover {
    color: #ffffff;
    opacity: 0.72;
}
.top-mark {
    position: absolute;
    top: 0;
    right: 16px;
    width: 107px;
    height: 140px;
    text-align: center;
    padding: 16px 6px;
    font-size: 14px;
    color: #ffffff;
    background: url(/assets/img/top_mark_bg.svg) top center;
    background-size: 100% 100%;
}
.top-mark .icon {
    margin: 0 auto 8px;
    width: 32px;
    height: 32px;
}
.section.gk-page__head {
    position: relative;
}
.gk-page__head-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: #ffffff;
    padding: 24px;
    pointer-events: none;
}
.gk-page_slider__item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 344px;
    pointer-events: none;
    background: -o-linear-gradient(89.32deg, #1B1D20 5.69%, rgba(26, 28, 31, 0.78) 33.38%, rgba(26, 28, 31, 0) 85.08%);
    background: linear-gradient(360.68deg, #1B1D20 5.69%, rgba(26, 28, 31, 0.78) 33.38%, rgba(26, 28, 31, 0) 85.08%);
    -webkit-filter: drop-shadow(0px 4px 15px rgba(23, 50, 76, 0.05));
    filter: drop-shadow(0px 4px 15px rgba(23, 50, 76, 0.05));
    z-index: 5;
}
.gk-page_slider__item {
    position: relative;
}
.gk-page__head-developer .gk-page_slider__item .img {
    height: 540px;
}
.gk-page__head-content h1 {
    font-size: 96px;
}
.gk-page__head-anons {
    font-size: 20px;
}
.gk-page_slider .owl-dots {
    display: none;
}
.gk-page_slider.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    right: calc(50% - 552px);
    bottom: 48px;
    z-index: 50;
}
.gk-page_slider.owl-carousel button.owl-prev {
    width: 48px;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background: #ffffff url(/assets/img/icons/chevron_left.svg) center no-repeat;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-size: 24px;
    float: left;
    margin-right: 26px;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}
.gk-page_slider.owl-carousel button.owl-next {
    width: 48px;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background: #ffffff url(/assets/img/icons/chevron_right.svg) center no-repeat;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-size: 24px;
    float: left;
    -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
}
.gk-page_slider.owl-carousel button.owl-prev:hover, .gk-page_slider.owl-carousel button.owl-next:hover {
    opacity: 0.72;
}
.gk-page__content {
    padding-top: 64px;
}
.gk-page__content.gk-page__content-developer {
    color: #ffffff;
}
.card.card_dark.apartment-detail {
    padding-top: 32px;
    padding-bottom: 46px;
    margin-bottom: 48px;
}
.apartment-card__attrs:last-child {
    margin-bottom: 0;
}
.apartment-detail .apartment-card__description iframe {
    width: 100%;
    height: 320px;
    border-radius: 8px;
}
.card_dark .apartment-info__prices {
    margin: 40px 0 24px;
}
.gk-page__content .s-collapse__btn, .gk-page__content a:hover {
    color: #95A2F9;
}

.add-review__controls .icon.icon_circle {
    float: left;
    margin-left: 12px;
    background: #323A42;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.add-review__controls .icon.icon_circle:nth-child(1) {
    margin-left: 0;
}
.add-review__controls .icon.icon_circle:hover {
    opacity: 0.8;
}





.stuff-list__num {
    width: 60px;
    text-align: center;
}
.stuff-list__num span {
    font-weight: 500;
    font-size: 14px;
    background: #D5D7D8;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 8px;
    line-height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.stuff-list__item.active .stuff-list__num span {
    background: #21272D;
    color: #ffffff;
}
.stuff-list__item.active .stuff-status-noactive {
    display: none !important;
}
.stuff-list__item.no_active .stuff-status-active {
    display: none !important;
}
.stuff-list__status {
    width: 198px;
}
.stuff-list__name {
    width: calc(100% - 60px - 198px - 24px);
}
.stuff-list__control .dropdown-menu__body {
    min-width: 254px;
}















.footer {
    /*margin-top: 80px;*/
}
.section_map+.footer {
    display: none;
}



.pop {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    text-align: center;
}
.pop.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.close_pop {
    cursor: pointer;
}
.pop-bg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #21272D;
    opacity: 0.72;
}
.pop-content {
    display: inline-block;
    width: calc(100% - 30px);
    background: #ffffff;
    position: relative;
    z-index: 5;
    margin: 50px 0;
    max-width: 720px;
    border-radius: 4px;
}
.pop-content.pop-content_big {
    max-width: 1100px;
}
.pop-content.pop-content_nobg {
    background: transparent;
    border-radius: 0;
}
.pop-content h2 span {
    color: #FF5B14;
}
.pop-content h2 {
    margin-top: 0;
    margin-bottom: 8px;
}
.pop-content h3 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.close-icon {
    position: fixed;
    width: 48px;
    height: 48px;
    top: 48px;
    right: 48px;
    background: rgba(255,255,255, 0.32) url(/assets/img/icons/close.svg) center no-repeat;
    z-index: 100;
    background-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}
.close-icon.close-icon_dark {
    background: rgba(33,39,45, 0.72) url(/assets/img/icons/close.svg) center no-repeat;
    background-size: 24px;
}
.pop__container {
    padding: 32px;
    text-align: left;
}
.pop__head {
    min-height: 48px;
}
.pop__head-img {
    display: none;
}
.pop__nav {
    margin-bottom: 16px;
}
.pop__message {
    text-align: center;
}
.pop__message-text a {
    color: #495DDD;
}
.pop__message-text a:hover {
    text-decoration: underline;
}

.pop__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
}
.pop__icon.success {
    background: url(/assets/img/icons/check_circle_big.svg) center no-repeat;
    background-size: contain;
}
.pop__icon.success_green {
    background: url(/assets/img/icons/check_green.svg) center no-repeat;
    background-size: contain;
}
.pop__icon.info {
    background: url(/assets/img/icons/info_big.svg) center no-repeat;
    background-size: contain;
}
.pop__message .pop__head {
    margin-bottom: 32px;
}
.pop__message .btn {
    margin: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 8px;
}

.btn-row {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-row .btn {
    margin-right: 20px;
}
.btn-row .btn:last-child {
    margin-right: 0;
}













/*********preloader**********/
.preloader_f {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.09);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.preloader_f.active {
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}
.sk-fading-circle {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #4a5ee0;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.66);
    border-radius: 100%;
    -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
    animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle-2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle-3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle-4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle-5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle-6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle-7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle-8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle-9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle-10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle-11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle-12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle-2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle-3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle-4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle-5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle-6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle-7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle-8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle-9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle-10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle-11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle-12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
/*********end_preloader**********/


.section.err-page {
    text-align: center;
}
.err-page__content {
    max-width: 426px;
    display: inline-block;
    width: 100%;
    margin: 132px 0;
}
.err-page__content h1 {
    font-size: 208px;
}
.err-page__content h2 {
    margin: 0 0 72px;
}




@media(max-width: 1400px) {
    .pop-content.pop-gallery {
        max-width: 1000px;
    }
    .pop-slider {
        width: calc(100% - 100px);
        margin: auto;
    }
    .pop-slider__item img {
        max-height: 500px;
        margin: auto;
    }
    .close-icon {
        top: 30px;
        right: 30px;
    }
}

@media(min-width: 768px){
    .show-mobile {
        display: none !important;
    }
}
/* End */


/* Start:/assets/css/responsive.css?163022714849810*/
@media(max-width: 767px){
    .header-controls.header-controls_mobile-header {
        position: absolute;
        right: 24px;
        top: 0;
    }
    .header-controls.header-controls_mobile-header .header-controls__item {
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;
    }
    .header-controls.header-controls_mobile-header .header-controls__item .notification__btn {
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
    }
    .notification__count {
        top: -4px;
        left: 14px;
    }

    .burger {
        display: block;
        cursor: pointer;
        z-index: 50;
        width: 24px;
        height: 24px;
        float: left;
        position: absolute;
        left: 12px;
        top: 0;
    }
    .burger.active {
        position: fixed;
        z-index: 510;
        top: 20px;
    }
    .burger__name {
        position: absolute;
        font-size: 24px;
        line-height: 24px;
        top: -5px;
        left: 40px;
    }
    .burger.active .burger__name {
        display: block;
    }
    .burger i {
        position: absolute;
        top: 6px;
        left: 3px;
        background: #21272D;
        width: 18px;
        height: 2px;
        -webkit-transition:0.2s;
        -o-transition:0.2s;
        transition:0.2s
    }
    .burger i:nth-child(2) {
        top: 11px;
    }
    .burger i:nth-child(3) {
        top: 16px;
    }
    .burger.active i:nth-child(2) {
        opacity: 0;
    }
    .burger.active i:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .burger.active i:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu {
        margin: 0;
        position: fixed;
        top: 0;
        left: -100%;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        z-index: 500;
        background: #ffffff;
        width: 100%;
        padding: 206px 12px 12px 12px;
        height: 100vh;
        overflow: auto;
    }
    .menu.active {
        left: 0;
    }
    .menu ul {
        padding: 32px 0;
    }
    .menu ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 32px;
        font-size: 20px;
    }

    .header.header_simple .header-controls {
        position: absolute;
        top: 0;
        right: 6px;
    }
    .header-controls.header-controls_mobile-menu, .header-btns.header-controls_mobile-menu {
        position: fixed;
        z-index: 550;
        top: 48px;
        left: -100%;
        width: calc(100% - 24px);
        padding: 48px 0 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        background: #ffffff;
        border-bottom: 1px solid #E0E1E2;
        margin: 0;
    }
    .header-controls.header-controls_mobile-menu.active, .header-btns.header-controls_mobile-menu.active {
        left: 12px;
    }
    .header-controls__item.dropdown-menu {
        padding: 0;
        width: 24px;
        height: 24px;
    }
    .header-controls_mobile-menu .header-controls__item.dropdown-menu {
        width: 100%;
        margin: 0 0 32px;
        height: auto;
    }
    .header-controls__item .dropdown-menu__btn {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }
    .lang__btn, .currency__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .currency__btn .icon, .lang__btn .icon {
        position: relative;
        top: auto;
        left: 0;
        width: 24px;
        height: 24px;
    }
    .header-controls_mobile-menu .dropdown-menu__btn-name, .header-controls__item.dropdown-menu.active .dropdown-menu__btn-name {
        display: block;
        padding-left: 16px;
        font-size: 20px;
        line-height: 120%;
    }
    .header-btns.header-controls_mobile-menu .btn {
        margin-bottom: 32px;
    }
    .header-controls__item.dropdown-menu.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 580;
        background: #ffffff;
        margin: 0;
    }
    .header-controls__item.dropdown-menu .dropdown-menu__close {
        cursor: pointer;
    }
    .header-controls__item.dropdown-menu.active .dropdown-menu__close {
        display: block;
    }
    .header-controls__item.dropdown-menu .dropdown-menu__close {
        cursor: pointer;
        background: url(/assets/img/icons/close_black.svg) left no-repeat;
        font-size: 24px;
        line-height: 24px;
        padding-left: 38px;
        background-size: 24px;
        top: 16px;
        left: 12px;
        position: absolute;
    }
    .header-controls__item.dropdown-menu .dropdown-menu__body {
        right: auto;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        padding: 0 12px;
        display: none;
    }
    .header-controls__item.dropdown-menu.active .dropdown-menu__body {
        top: 136px;
        padding: 0 12px;
        display: block;
    }
    .header-controls__item.dropdown-menu.active .dropdown-menu__btn {
        position: absolute;
        top: 80px;
        left: 12px;
        width: calc(100% - 24px);
    }
    .header-controls__item.dropdown-menu .dropdown-menu__body .dropdown-menu__item .icon {
        background-position: center;
        margin-right: 16px;
    }
    .header-controls__item.dropdown-menu .dropdown-menu__body .dropdown-menu__item {
        padding: 0;
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 24px;
    }
    .currency__btn .icon, .header-controls__item.dropdown-menu.currency .dropdown-menu__body .dropdown-menu__item .icon {
        background-size: 18px;
        border: 1px solid #323A42;
    }
    .header-controls .btn {
        height: 24px;
        font-size: 14px;
        margin: 0 0 32px;
        padding: 0;
    }

    .header.header_agent .burger {
        display: none;
    }
    .header.header_agent .logo {
        display: none;
    }
    .profile-card_header .profile-card_img, .profile-card_header .profile-card__info {
        display: none;
    }
    .profile-card_header .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header .profile-card {
        margin-left: 0;
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .profile-card.profile-card_small a {
        font-size: 14px;
    }




    .pop-content {
        width: calc(100% - 24px);
    }
    .pop__container {
        text-align: center;
        padding: 16px 12px;
    }
    .pop-content h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .pop__head-img {
        display: block;
        margin-bottom: 40px;
        margin-top: 48px;
    }
    .pop__head-img img {
        max-width: 146px;
    }
    .pop.pop_mobile-fullscreen.active {
        display: block;
    }
    .pop_mobile-fullscreen .pop-content {
        width: 100%;
        border-radius: 0;
        min-height: 100%;
        margin: 0;
    }

    .input-list {
        margin: 24px 0 8px 0;
    }
    .input-bl {
        margin-bottom: 16px;
    }
    .input-bl input[type="text"], .input-bl input[type="tel"], .input-bl input[type="password"], .input-bl textarea {
        height: 56px;
        padding: 22px 16px 10px 16px;
    }
    .input-bl label {
        top: 16px;
    }
    .input-bl.active label {
        top: 6px;
    }
    .close-icon {
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
    }
    .pop.pop_mobile-fullscreen .close-icon {
        width: 24px;
        height: 24px;
        top: 12px;
        right: 12px;
        background: url(/assets/img/icons/close_black.svg) center no-repeat;
        background-size: 24px;
    }


    .btn {
        height: 48px;
        border-radius: 4px;
    }
    .pop__nav .top-nav__prev {
        font-size: 0;
        width: 24px;
        height: 24px;
        padding: 0;
        display: block;
        background: url(/assets/img/icons/chevron_left.svg) center no-repeat;
        opacity: 0.6;
        background-size: 32px;
    }
    .verification-controls {
        text-align: center;
        padding: 4px 0 20px;
    }
    .input-bl__mess {
        width: 100%;
        left: 0;
        text-align: center;
    }
    .pop__head {
        min-height: auto;
    }
    .pop__icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 16px;
    }
    .pop__message .btn {
        width: 100%;
        margin: 0;
    }
    .pop__message .pop__head {
        margin-bottom: 24px;
    }

    .btn-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px;
    }
    .btn-row .btn {
        margin: 0 0 12px;
    }
    .btn-row .btn:last-child {
        margin-bottom: 0;
    }


    .section.main {
        padding-top: 8px;
    }
    h1, .h1 {
        font-size: 28px;
        margin: 16px 0 16px;
    }

    .hidden-mobile {
        display: none !important;
    }
    .page-registration h1 {
        margin-bottom: 16px;
    }

    .registration__item {
        margin: 0 0 12px;
        padding: 24px 20px;
    }
    .registration__item h2 {
        margin-bottom: 16px;
    }
    .registration__body {
        text-align: left;
    }
    .registration__body .h1 {
        font-size: 24px;
    }
    .page-registration .registration-steps {
        margin: 24px 0 32px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }
    .page-registration .registration-steps__item {
        text-align: center;
        height: 84px;
        width: 74px;
    }
    .page-registration .registration-steps__name {
        font-size: 12px;
        position: absolute;
        width: 100%;
        top: 52px;
        /* padding: 0 9px; */
    }
    .page-registration .registration-steps__name span {
        display: none;
    }
    .page-registration .registration-steps__icon {
        margin: auto;
    }
    .page-registration .registration-steps__item:before, .page-registration .registration-steps__item:after {
        display: none;
    }
    .page-registration .registration-steps:before {
        content: "";
        position: absolute;
        width: calc(100% - 84px);
        height: 2px;
        background: #E0E1E2;
        top: 20px;
        left: 42px;
        z-index: 1;
    }
    .page-registration .registration-content__message {
        font-size: 16px;
    }
    .page-registration .registration-content__message h2 {
        font-size: 16px;
    }
    .page-registration .registration-content__inputs {
        margin: 8px 0;
    }

    .show-mobile {
        /* display: block; */
    }
    .verification-controls .simlpe-btn {
        font-size: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        background: #FFE1E0;
        border-radius: 4px;
    }

    .input-bl-row.input-bl-row_disable-mobile {
        display: block;
    }

    .photo-input__prev {
        width: 56px;
        height: 56px;
    }
    .photo-input__btn {
        margin-left: 8px;
    }
    .pop__text {
        font-size: 14px;
    }
    .photo-input__btn-descr {
        font-size: 12px;
    }

    .profile-card-company .profile-card_img {
        margin-left: 24px;
        margin-right: 0;
        width: 56px;
        height: 56px;
    }
    .profile-card-company {
        margin-bottom: 40px;
        margin-top: 24px;
    }
    .profile-card-company h1 {
        margin: 0;
    }
    .profile-card-company__content {
        width: calc(100% - 80px);
    }

    .registration-steps__item.registration-steps__item-company .registration-steps__icon {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 12px;
        top: 0;
    }
    .registration-steps__item-content {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }
    .registration-steps__item.registration-steps__item-company:before, .registration-steps__item.registration-steps__item-company:after {
        display: none;
    }
    .registration-steps__item-content .registration-steps__name span {
        margin-left: 52px;
    }
    .registration-steps__item-content .registration-steps__item-description {
        font-size: 16px;
        margin-left: 52px;
    }
    .registration-steps__item-content .registration-steps__item-text {
        font-size: 14px;
    }
    .registration-steps__item-content .registration-steps__item-text br {
        display: none;
    }
    .timer-container {
        padding-top: 0;
        margin-bottom: 40px;
        margin-top: -24px;
    }
    .timer-container__time {
        font-size: 16px;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .registration-content__message-content {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .registration-content__message-content .profile-card {
        margin-top: 44px !important;
        margin-bottom: 8px !important;
    }

    .employee {
        padding: 7px 12px;
        border-radius: 4px;
    }
    .site-message.site-message_top {
        padding: 64px 12px;
    }
    .site-message__item {
        width: 336px;
        font-size: 14px;
    }

    .card {
        padding: 16px;
    }
    .card.subscription-card {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .subscription-card__pay-content:after {
        display: none;
    }
    .subscription-card__pay-content {
        border-bottom: 1px solid #D5D7D8;
        width: 100%;
        padding: 0;
    }
    .subscription-card__pay-container {
        width: 100%;
        padding-top: 24px;
    }
    .subscription-card__pay-container .h1 {
        font-size: 48px;
        margin: 4px 0 16px;
    }
    .subscription-card__pay-content .input-bl {
        margin-top: 24px;
        margin-bottom: 60px;
    }
    .subscription-card__pay-content .input-bl__mess {
        text-align: left;
        padding: 0 16px;
        bottom: auto;
        top: 110%;
    }
    .card.card_medium {
        padding: 16px 12px;
    }
    .card.message-card {
        position: relative;
        margin: 0 0 32px;
    }
    .message-card__content {
        position: relative;
        padding: 0 36px 0 0;
        font-size: 14px;
        width: 100%;
    }
    .message-card__content .icon {
        display: none;
    }
    .text_smalled_mobile {
        font-size: 12px;
    }
    .message-card__content .icon.message-card__icon {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
    }
    .tooltip > .tooltip-inner {
        max-width: 252px;
    }
    .bs-tooltip-bottom .arrow {
        right: 22px;
    }
    .message-card__content .btn {
        margin: 16px 0 0 0;
        height: 32px;
        font-size: 14px;
        max-width: 180px;
    }
    .pop__message-text {
        font-size: 14px;
    }
    .card.message-card h3 {
        font-weight: 500;
        font-size: 14px;
    }


    h2, .h2, .h2_mobile {
        font-size: 24px;
        line-height: 120%;
    }

    .accordion__name {
        position: relative;
        padding: 16px 48px 16px 12px;
        cursor: pointer;
    }
    .accordion__name:after {
        background-size: 18px;
        top: 17px;
    }
    .accordion__item .accordion__content {
        padding: 0 12px 16px;
        font-size: 14px;
        color: rgba(0,0,0,0.54);
    }

    .subscription-s-card {
        margin-bottom: 16px;
        padding: 24px 32px 32px 32px;
    }

    .card.card_selectable:after {
        display: none;
    }

    .card.card_selectable {
        background: #FFFFFF !important;
        -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        border: none;
    }
    .card_podborka .switch.checkable-line_switch {
        display: none;
    }
    .card.card_medium_20 {
        padding: 16px 12px;
    }
    .card_podborka.m-b-16 {
        margin-bottom: 12px !important;
    }

    .card_podborka .mark-text {
        flex-direction: row-reverse;
    }
    .card_podborka .mark-text .icon.m-r-4 {
        margin-right: 0 !important;
        margin-left: 4px;
    }
    .pop__message.m-t-60 {
        margin: 0 !important;
    }
    .pop_podborka .pop-content {
        background: #F5F6FA;
    }
    .pop_podborka .pop-content .pop__container {
        text-align: left;
        padding: 0 12px;
    }
    .podborka__head {
        background: #ffffff;
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 24px 12px;
        -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        position: relative;
        z-index: 10;
    }
    .podborka__head .checkable-line {
        width: 100%;
    }
    .podborka__head .copy-container {
        border-top: 1px solid #D5D7D8;
        padding: 16px 0 0 0;
        margin-top: 16px;
        background: transparent;
        border-radius: 0;
    }
    .elem-list__item {
        padding: 16px 12px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        border-radius: 4px;
        margin-bottom: 12px;
    }
    .elem-list__item:hover {
        background: #FFFFFF;
    }
    .elem-list__item:last-child {
        margin-bottom: 0;
    }
    .podborka__head .copy-container .input-bl__copy.input-bl__nocopy {
        background: #F5F5F5;
        border-radius: 4px;
        width: 100%;
        margin-top: 8px;
        padding: 12px;
    }
    .input-bl.input-bl__copy input[type="text"] {
        text-align: left;
        font-size: 14px;
    }
    .elem-list {
        margin-top: 24px;
    }
    .elem-list__name {
        min-height: 32px;
        margin-bottom: 8px;
    }
    .elem-list__item .img {
        margin-right: 12px;
        margin-top: 8px;
    }
    .elem-list__info {
        width: calc(100% - 100px);
    }
    .elem-list__info .text_bold {
        margin: 8px 0 0;
    }
    .elem-list__params {
        margin: 0;
        color: rgba(0, 0, 0, 0.54);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .elem-list__parameter {
        margin-right: 8px;
    }
    .elem-list__activity {
        width: 100%;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        min-height: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-top: 16px;
    }
    .elem-list__likes {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .podborka-reviews__slider {
        color: rgba(0, 0, 0, 0.8);
    }
    .accordion.accordion_simple .accordion__content {
        padding: 0;
        border-top: 1px solid #D5D7D8;
        padding-top: 16px;
        margin-top: 16px;
    }
    .podborka-reviews__slider .text_bold {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .podborka-reviews__slider .owl-dots {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 14px;
        padding-bottom: 6px;
        pointer-events: none;
    }
    .podborka-reviews__slider .owl-nav.disabled {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .podborka-reviews__slider .owl-prev {
        outline: none;
        background: url(/assets/img/icons/chevron_left.svg) center no-repeat !important;
        width: 24px;
        height: 24px;
        float: left;
    }
    .podborka-reviews__slider .owl-next {
        outline: none;
        background: url(/assets/img/icons/chevron_right.svg) center no-repeat !important;
        width: 24px;
        height: 24px;
        float: right;
    }
    .podborka__body {
        padding-bottom: 116px;
    }
    .pop.pop_podborka.pop_mobile-fullscreen .close-icon {
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
        box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
        width: 32px;
        height: 32px;
    }

    .dropdown-menu__item.dropdown-menu__item-medium {
        padding: 11px 32px 11px 24px;
        border-bottom: 1px solid #D5D7D8;
    }
    .dropdown-menu__item.dropdown-menu__item-medium:last-child {
        border-bottom: none;
    }
    .dropdown-menu__item.dropdown-menu__item-medium .icon {
        border-radius: 0;
    }
    .podborka__footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px;
        background: #ffffff;
        -webkit-box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
        box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
        z-index: 50;
    }
    .podborka__footer .btn, .podborka__footer .checkable-line {
        width: 100%;
        margin-right: 8px;
        min-width: 164px;
    }
    .podborka__footer .btn:last-child, .podborka__footer .checkable-line:last-child {
        margin-right: 0;
    }
    .card.card_no-mobile {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .contact-table {
        margin-top: 8px;
    }
    .contact-table__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 8px;
    }
    .contact-table__cell {
        margin-bottom: 8px;
    }
    .video-container {
        height: 156px;
        width: 100%;
        margin-top: 16px;
    }

    .input-bl.input-bl__nolabel.promo_copy input[type="text"] {
        height: 48px;
        font-size: 14px;
        color: #495DDD;
    }
    .input-bl.input-bl__nolabel.promo_copy .simlpe-btn {
        right: 12px;
        top: calc(50% - 12px);
    }

    .share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mark-ol li {
        margin-bottom: 12px;
    }
    .mark-ol br {
        display: none;
    }

    .pay-row {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pay-row__col-3 {
        width: 124px;
        position: absolute;
        right: 12px;
        top: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .pay-row__col-1, .pay-row__col-2 {
        width: calc(100% - 124px);
    }
    .pay-row__col-2 {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
    }

    .card_table-row.card_mobile {
        height: auto;
        border: none;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        box-shadow: 0px 4px 15px rgba(23, 50, 76, 0.05);
        border-radius: 4px;
        padding: 16px 12px;
        margin-bottom: 16px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .no-bg-mobile {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
    }
    .text_normal_mobile {
        opacity: 1;
        font-size: 16px;
        line-height: 150%;
    }
    .text_bold_mobile {
        font-weight: 500;
    }
    .text_gray_mobile {
        opacity: 0.7;
    }
    .text_medium_mobile {
        font-size: 14px;
    }


    .profile-card.profile-card_company>div {
        width: calc(100% - 100px);
    }
    .profile-card.profile-card_company .profile-card_img {
        width: 88px;
        height: 88px;
    }
    .card.card_profile-balance {
        padding: 32px;
    }
    .card_profile-balance .h1 {
        font-size: 48px;
        margin-top: 4px;
    }

    .card.card_stuff {
        padding: 16px 12px;
    }
    .stuff-list__num {
        display: none;
    }
    .stuff-list__control {
        position: absolute;
        top: 12px;
        right: 12px;
    }
    .stuff-list__status {
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        bottom: 16px;
        right: 12px;
    }
    .stuff-list__status .icon.icon_medium {
        width: 16px;
        height: 16px;
    }
    .stuff-list__name {
        width: calc(100% - 100px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .card_table-head {
        padding: 16px 12px 0;
    }
    .card_table-head h2 {
        margin: 0 0 20px;
    }
    .card_table-params {
        margin: 0;
    }
    .card_table-params__item {
        margin-bottom: 12px;
    }
    .card_table-params .card_table-params__item:last-child {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .card_table-row {
        padding: 16px 0 0 0;
        margin: 16px 12px 0 12px;
        width: calc(100% - 24px);
        height: auto;
    }
    .card_table-head.card_table-head_simple+.card_table-row {
        margin-top: 0;
    }


    .accordion_exclusives .accordion__name {
        padding: 16px 40px 16px 12px;
    }
    .exclusives__head {
        width: 100%;
    }
    .exclusives__preview .img.img_medium {
        width: 72px;
        height: 72px;
    }
    .exclusives__preview-info {
        width: calc(100% - 72px);
        padding-left: 12px;
    }
    .exclusives__name {
        width: 100%;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 6px;
    }
    .exclusives__head .mark-text {
        margin-bottom: 10px;
    }
    .exclusives__head .mark-text .text_medium {
        font-size: 12px;
    }
    .exclusives__head .mark-text .icon {
        width: 16px;
        height: 16px;
    }
    .exclusives__head .exclusives__info-item {
        min-width: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .accordion_exclusives .accordion__name:hover {
        background: #ffffff;
    }
    .exclusives_on .accordion__name:hover .exclusives__info, .exclusives_full .accordion__name:hover .exclusives__info {
        padding-right: 0;
    }
    .accordion_exclusives .accordion__name:hover .exclusives__control {
        display: none;
    }
    .exclusives__info .dropdown-menu {
        position: absolute;
        top: 0;
        right: -28px;
        z-index: 50;
    }
    .accordion_exclusives .accordion__name:after {
        top: auto;
        bottom: 16px;
        right: 12px;
        background-size: 14px;
    }
    .exclusives {
        margin-bottom: 0;
    }
    .accordion_exclusives .accordion__item {
        margin-bottom: 12px;
    }
    .accordion.accordion_exclusives .accordion__content {
        color: rgba(0, 0, 0, 0.8);
    }

    .exclusives .gk {
        padding: 16px 0;
        border: none;
        position: relative;
    }
    .exclusives .gk:nth-child(1) {
        border-top: 1px solid #D5D7D8;
    }
    .exclusives .gk .img.img_small_64 {
        width: 48px;
        height: 48px;
    }
    .gk__head {
        width: calc(100% - 48px);
        padding-left: 12px;
    }
    .gk__control {
        position: absolute;
        width: 24px;
        right: 0;
        top: 16px;
    }
    .gk__head .gk__name {
        width: 100%;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .gk__info {
        width: 100%;
    }
    .gk__params {
        float: left;
        width: 100%;
        margin-bottom: 6px;
        margin-right: 0;
        font-size: 14px;
    }
    .gk__params:last-child {
        margin-bottom: 0;
    }
    .gk__info-item {
        margin-right: 8px;
    }
    .gk__params:nth-child(1) .gk__info-item.text_bold {
        font-weight: normal;
    }
    .exclusives .gk:last-child {
        padding-bottom: 0;
    }

    .exclusives.exclusives_pop {
        text-align: left;
        margin: 24px 0;
    }
    .exclusives_pop-head {
        padding: 12px 0;
    }
    .exclusives_pop-head .exclusives__name {
        padding-left: 0;
        width: calc(100% - 124px);
    }
    .exclusives.exclusives_pop .gk-list .gk:last-child {
        padding-bottom: 16px;
    }


    .filter-control {
        position: absolute;
        width: 100%;
        top: 48px;
        z-index: 120;
        left: 0;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 7px 15px rgba(23, 50, 76, 0.05);
        box-shadow: 0px 7px 15px rgba(23, 50, 76, 0.05);
        border-top: 1px solid #EAEBEC;
    }
    .filter-control.filter-control_fixed {
        position: fixed;
        top: -60px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .filter-control.filter-control_fixed.fixed {
        top: 0;
    }
    .filter-control__item {
        width: 50%;
        padding: 12px 12px;
        border-left: 1px solid #EAEBEC;
        cursor: pointer;
    }
    .filter-control__item:nth-child(1) {
        border-left: none;
    }
    .filter-control__item .count_filter.active {
        display: block !important;
    }

    .filter-parent {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        overflow: auto;
        background: #ffffff;
        display: none;
        padding: 72px 0 100px;
    }
    .filter-parent.active {
        display: block;
    }
    .filter__body {
        display: block;
        margin: 0;
    }
    .close_filter_pop {
        padding: 16px 36px 12px 16px;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1010;
        background: #FFFFFF url(/assets/img/icons/close_black.svg) 97% center no-repeat;
        font-size: 24px;
        background-size: 24px;
        -webkit-transition: top 0.2s, -webkit-box-shadow 0.2s;
        transition: top 0.2s, -webkit-box-shadow 0.2s;
        -o-transition: top 0.2s, box-shadow 0.2s;
        transition: top 0.2s, box-shadow 0.2s;
        transition: top 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
        cursor: pointer;
    }
    .close_filter_pop_fixed {
        position: fixed;
        top: -72px;
        font-size: 20px;
        padding: 9px 36px 9px 16px;
        -webkit-box-shadow: 0px 1px 20px rgba(23, 50, 76, 0.24);
        box-shadow: 0px 1px 20px rgba(23, 50, 76, 0.24);
        margin-top: 0;
    }
    .show_controls .close_filter_pop_fixed {
        top: 0;
    }
    .filter-parent.start .close_filter_pop {
         margin-top: 0;
    }
    .card.card_filter {
        padding: 0 12px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .input-bl.input-bl_biggest {
        width: 100%;
    }
    .filter__input-group .input-bl {
        margin-left: 12px;
    }
    .input-bl.input-bl_small {
        width: 50%;
    }
    .input-bl.input-bl_medium {
        width: 100%;
    }
    .filter__h3 {
        margin: 32px 0 22px;
    }
    .filter__body .input-bl {
        margin-bottom: 8px;
    }
    .filter__input-col {
        width: 100%;
        margin-bottom: 24px;
    }
    .filter__input-group .chbx.filter_input {
        min-width: calc(50% - 6px);
    }

    .filter .btn-row {
        margin: 0;
        position: fixed;
        z-index: 1010;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px;
        background: #ffffff;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
        box-shadow: 0px 8px 32px rgba(23, 50, 76, 0.24);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .filter-parent.show_controls .btn-row {
        margin-bottom: -100px;
    }
    .filter .btn-row .btn {
        margin-right: 8px;
        margin-bottom: 0;
        width: calc(50% - 4px);
    }
    .count_filter {
        font-weight: bold;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: -0.06em;
        color: #FFFFFF;
        background: #5167F6;
        border-radius: 4px;
        padding: 2px 4px;
        margin-left: 4px;
    }
    .section_map-filter {
        padding: 0;
    }
    .filter_map {
        display: block;
    }
    .section_map-filter {
        padding: 0;
        position: static;
    }
    .card_filter_map {
        padding: 0 12px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .filter_map .filter-parent {
        height: 100vh;
    }
    .request_response-map {
        z-index: 990;
    }

    .pop-slider {
        width: 100%;
    }
    .pop-slider .owl-dots .owl-dot {
        height: 48px;
        width: 60px;
        margin: 4px;
    }
    .pop-slider .owl-nav .owl-prev {
        left: 6px;
        top: calc(50% - 46px);
        width: 32px;
        height: 32px;
        opacity: 0.7;
    }
    .pop-slider .owl-nav .owl-next {
        right: 6px;
        top: calc(50% - 46px);
        width: 32px;
        height: 32px;
        opacity: 0.7;
    }


    .card.building-card {
        padding: 0 0 16px 0;
    }
    .building-card .img {
        width: 100%;
        height: 180px;
        border-radius: 4px 4px 0 0;
        margin-bottom: 12px;
    }
    .building-card .building-card__info, .building-card__params, .building-card__attrs {
        width: 100%;
        padding: 0 12px;
    }
    .building-card__filter-param {
        padding: 0 12px;
        margin-top: 8px;
    }
    .building-card__filter-param .mark-text {
        margin: 8px 8px 0 0;
    }
    .building-card__filter-param .mark-text, .filter-param__show_off, .building-card__filter-param.active .filter-param__show_on {
        display: none;
    }
    .building-card__filter-param.active .filter-param__show_off {
        display: block;
    }
    .building-card__filter-param .mark-text:nth-child(1), .building-card__filter-param .mark-text:nth-child(2), .building-card__filter-param .mark-text:nth-child(3), .building-card__filter-param .mark-text.filter-param__show, .building-card__filter-param.active .mark-text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .filter-param__show {
        cursor: pointer;
    }

    .pop-img {
        position: fixed;
        width: 344px;
        max-width: 100%;
        z-index: 1050;
        top: 50px;
        left: calc(50% - 172px);
        overflow: auto;
        max-height: calc(100vh - 80px);
    }
    .pop-img__close {
        position: fixed;
        top: 56px;
        right: 12px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: url(/assets/img/icons/close_black.svg) center no-repeat;
        background-size: 24px;
    }



    .pop_podborka .apartment-card {
        padding: 0;
        width: 100%;
    }
    .pop_podborka .apartment-card .apartment-card__gallery {
        margin: 0 -12px;
        width: calc(100% + 24px);
    }
    .apartment-slider {
        width: 100%;
        margin: 0;
    }
    .pop_podborka .apartment-slider .img {
        width: 100%;
        margin: 0;
        border-radius: 0;
        height: 232px;
    }
    .pop_podborka .apartment-slider .owl-dots {
        bottom: 8px;
    }
    .pop_podborka .apartment-slider .owl-dots button.owl-dot {
        border-color: #ffffff;
    }
    .pop_podborka .apartment-slider .owl-dots button.owl-dot.active {
        background: #ffffff;
    }
    .pop_podborka .apartment-card__head {
        padding: 16px 12px;
        width: calc(100% + 24px);
        margin-left: -12px;
    }
    .pop_podborka .accordion.accordion_apartment {
        width: calc(100% + 24px);
        margin-left: -12px;
    }
    .pop_podborka .accordion.accordion_apartment .accordion__item {
        margin-bottom: 12px;
        border-radius: 0;
        border: none;
        background: #ffffff;
    }
    .pop_podborka .accordion.accordion_apartment .accordion__item .accordion__name {
        padding: 16px 12px;
    }
    .accordion.accordion_apartment .accordion__name:hover {
        background: #ffffff;
    }
    .accordion.accordion_apartment .apartment__item {
        padding: 16px 12px;
    }
    .apartment__format {
        margin-right: 16px;
    }
    .apartment__price, .apartment__size {
        padding: 0;
        margin: 0 24px 0 0;
        width: auto;
    }
    .apartment-card__description {
        margin: 24px 0;
    }
    .apartment__item-params {
        width: calc(100% - 134px);
        padding-left: 12px;
    }
    .apartment__item-price {
        width: 100%;
        padding: 0;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 2px;
    }
    .apartment__item-size {
        width: auto;
        float: left;
        margin-right: 20px;
        color: rgba(0, 0, 0, 0.8);
    }
    .apartment__item-floor {
        width: auto;
        float: left;
        color: rgba(0, 0, 0, 0.8);
    }
    .apartment__item-control {
        width: 86px;
    }
    .apartment-map {
        height: 160px;
        margin-top: 16px;
    }
    .apartment-card__location {
        margin: 24px 0;
    }
    .apartment-attr {
        background: #ffffff;
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .pop_dark .pop-content {
        background: #323A42;
        color: #ffffff;
        text-align: left;
    }
    .pop_menu__head {
        padding: 16px 46px 16px 12px;
        position: fixed;
        background: #323a42;
        width: 100%;
        font-size: 24px;
        line-height: 120%;
    }
    .pop.pop_mobile-fullscreen .pop_menu__head .close-icon {
        background: url(/assets/img/icons/close.svg) center no-repeat;
        background-size: 28px;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 16px;
        right: 12px;
    }
    .pop_menu__body {
        padding: 82px 0;
    }
    .pop_menu__item {
        cursor: pointer;
        padding: 14px 24px;
        line-height: 120%;
    }
    .pop_menu__footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px 12px;
        background: #21272D;
    }

    .apartment-plan {
        padding: 24px 12px 16px;
        background: #ffffff;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: -8px;
        margin-bottom: 24px;
    }
    .apartment-plan__head {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .apartment-plan__head .icon.icon_medium {
        width: 16px;
        height: 16px;
    }
    .apartment-plan__container {
        padding: 24px;
        margin-bottom: 12px;
        border-radius: 8px;
    }
    .apartment-plan__img {
        height: 208px;
    }
    .apartment-views.left, .apartment-views.right {
        height: 120px;
        width: 32px;
        top: calc(50% - 60px);
    }
    .apartment-views .icon {
        width: 16px;
        height: 16px;
    }
    .apartment-views.top-left, .apartment-views.top-right, .apartment-views.bottom-left, .apartment-views.bottom-right {
        width: 48px;
        height: 48px;
    }
    .apartment-views.top-left {
        border-radius: 8px 0 0 0;
    }
    .apartment-views.top-right {
        border-radius: 0 8px 0 0;
    }
    .apartment-views.bottom-left {
        border-radius: 0 0 0 8px;
    }
    .apartment-views.bottom-right {
        border-radius: 0 0 8px 0;
    }
    .light-side {
        top: 24px;
        left: 24px;
        width: calc(100% - 48px);
        height: calc(100% - 48px);
    }
    .light-side__img {
        width: 134px;
        height: 134px;
        top: calc(50% - 67px);
        left: calc(50% - 67px);
    }
    .light-side__item {
        font-size: 12px;
        width: 24px;
        height: 24px;
    }
    .light-side__item.north {
        top: -32px;
        left: calc(50% - 12px);
    }
    .light-side__item.east {
        right: -32px;
        top: calc(50% - 12px);
    }
    .light-side__item.south {
        bottom: -32px;
        left: calc(50% - 12px);
    }
    .light-side__item.west {
        left: -32px;
        top: calc(50% - 12px);
    }
    .apartment-plan__parent {
        padding: 48px 24px;
        margin-top: 16px;
        border-radius: 8px;
    }
    .apartment-plan__parent .apartment-views.top, .apartment-plan__parent .apartment-views.bottom {
        width: 56px;
        left: calc(50% - 28px);
    }
    .apartment-plan .btn {
        width: 100%;
    }
    .apartment-card__gallery.apartment-card__gallery_big .apartment-slider .img {
        height: 182px;
        width: 100%;
        margin: 0 0 24px;
    }
    .apartment-detail .apartment-card__description {
        margin: 24px 0;
    }
    .apartment-attr-tables table {
        width: 100%;
    }
    .apartment-attr-tables {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gk {
        position: relative;
    }
    .gk__preview {
        width: calc(100% - 72px);
        padding-left: 12px;
    }
    .gk .img.img_medium {
        width: 72px;
        height: 72px;
    }
    .gk__name {
        width: calc(100% - 80px);
        font-size: 16px;
        font-weight: 500;
        padding: 0;
        margin-bottom: 6px;
    }
    .gk .gk__info {
        font-size: 14px;
    }
    .gk .gk__info-item {
        margin-top: 4px;
    }
    .gk__deadline {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 12px;
        width: auto;
    }
    .gk__deadline .icon.icon_medium {
        width: 16px;
        height: 16px;
    }
    .developer-content {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .certificates__item {
        height: 224px;
    }
    .developer-content iframe {
        height: 172px;
    }
    .advantage {
        padding-bottom: 16px;
    }

    .collections__container {
        margin-bottom: 24px;
    }
    .collections__container .mark-text {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 5;
    }



    .gk-page__head-anons {
        font-size: 14px;
    }
    .gk-page__head-content h1 {
        font-size: 28px;
        margin: 4px 0 0;
    }
    .gk-page__head-content {
        padding: 40px 0 24px 0;
        position: relative;
    }
    .gk-page_slider.owl-carousel .owl-nav.disabled {
        display: none;
    }
    .gk-page_slider__item .img, .gk-page__head-developer .gk-page_slider__item .img {
        height: 232px;
    }
    .gk-page_slider__item:before, .gk-page_slider__item:before {
        height: 96px;
    }
    .gk-page__head .mark-text {
        position: absolute;
        z-index: 5;
        top: 16px;
        left: 12px;
    }
    .gk-page__content {
        padding-top: 0;
    }

    .card.card_dark.apartment-detail {
        margin: 24px 0;
        padding: 0;
    }
    .card.card_no-mobile_dark {
        padding: 0;
        background: transparent;
        color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .card.card_no-mobile_dark .icon img {
        -webkit-filter: brightness(10);
        filter: brightness(10);
    }
    .apartment-detail .apartment-card__description iframe {
        height: 168px;
        border-radius: 4px;
    }
    .card_no-mobile_dark .apartment-attr {
        background: #323A42;
    }

    .row.owl-carousel {
        margin: 0;
    }
    .row.owl-carousel .col-md-4 {
        padding: 0;
    }
    .owl-carousel-mobile {
        position: relative;
    }


    .pop.pop_dark .close-icon {
        width: 32px;
        height: 32px;
        top: 12px;
        right: 12px;
        background: rgba(255,255,255, 0.32) url(/assets/img/icons/close.svg) center no-repeat;
        z-index: 100;
        background-size: 24px;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.2s;
    }
    .pop.pop_dark .pop__container {
        padding: 46px 12px;
    }
    .pop.pop_dark.pop_darked .pop-content {
        background: #1A1C1F;
    }
    .pop .add-review__controls {
        position: relative;
        margin: 24px 0 16px;
    }
    .add-review__controls-description {
        font-size: 14px;
        font-weight: 500;
        background: #1A1C1F;
        margin-top: 12px;
        color: rgba(255, 255, 255, 0.72);
    }
    .like-checker {
        width: 48px;
        height: 48px;
        display: inline-block;
        margin: 0 4px;
    }
    .like-checker .add-review__controls-description {
        position: absolute;
        bottom: 0;
        z-index: 5;
        width: 100%;
        left: 0;
        display: none;
    }
    .like-checker input:checked+.icon+.add-review__controls-description {
        display: block;
    }
    .pop .add-review__controls .icon.icon_circle {
        width: 48px;
        height: 48px;
        margin: 0;
    }
    .like-checker input {
        width: 48px;
        height: 48px;
        position: absolute;
        left: calc(50% - 54px);
        top: 0;
        margin: 0;
        z-index: 5;
        cursor: pointer;
        opacity: 0;
    }
    .like-checker:nth-child(2) input {
        left: calc(50% + 6px);
    }
    .add-review__controls .like-checker input:checked+.icon.icon_circle.like {
        background: #00B20C;
    }
    .add-review__controls .like-checker input:checked+.icon.icon_circle.dislike {
        background: #ff5d5d;
    }
    .pop .profile-card {
        text-align: left;
        margin: 0 auto 32px auto;
        width: 190px;
    }

    .dark .owl-dots button.owl-dot.active {
        background: #ffffff;
    }


    .err-page__content h1 {
        font-size: 96px;
        margin: 0;
    }
    .err-page__content h2 {
        font-size: 20px;
        margin: 0 0 40px;
    }
    .err-page__content {
        margin: 96px 0;
    }





}
/* End */


/* Start:/assets/css/map.css?16376120093674*/
.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block;
    position: absolute;
    z-index: 1 !important;
}
.leaflet-marker-icon:hover, .leaflet-marker-shadow:hover {
    z-index: 99 !important;
}
.leaflet-bar a, .leaflet-bar a:hover {
    background-color: #101010b0 !important;
    border-bottom: 1px solid #2d2d2d;
    width: 51px;
    height: 51px;
    line-height: 51px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 24px;
}
.map-pin {
    width: 50px;
    height: 50px;
    background-image: url(/assets/img/arc/map_pin.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid transparent;
}
.map-pin .pin-info {
    display: block;
    position: absolute;
    top: 50px;
    left: -75px;
    width: 200px;
    padding: 17px;
    background: #FFFFFF;
    box-shadow: 0 4px 70px -18px #9da4a7;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;

}
.map-pin:hover .pin-info, .map-pin.show .pin-info {
    opacity: 1;
    pointer-events: auto;

}
.map-pin .pin-info:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    background: #FFFFFF;

}
.map-pin .pin-info .title {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 5px;
}
.map-pin .pin-info .info {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}
.map-pin .pin-info .all {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: rgba(8, 145, 244, 0.99);
}
.map-pin .pin-info .info b {
    font-weight: 600;
}
.map-pin .pin-info a {
    display: block;
    margin-top: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #800300;
}
.map-pin:hover, .map-pin.show {
    z-index: 99999999999999;
    /* filter: invert(268%) grayscale(1); */
    /*border: 1px solid #800300;*/
}
.marker-cluster {
    color: #ffffff;
    background: #800300;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.marker-cluster:hover {
    background: #82868B;
}
.map-pin.active {
    filter: grayscale(1);
}
.map-pin.active .pin-info{
    display: none;
}
.map-loc-point {
    width: 20px;
    height: 26px;
    background: url(/assets/img/icons/loc.svg) center no-repeat;
    background-size: contain;
}
.section_map {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}
.map {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.section_map-head {
    position: relative;
    z-index: 20;
    background: #ffffff;
    padding: 20px 0;
    -webkit-box-shadow: 0px 10px 15px rgba(23, 50, 76, 0.05);
    box-shadow: 0px 10px 15px rgba(23, 50, 76, 0.05);
    border-top: 1px solid #E0E1E2;
}


@media(max-width: 767px) {
    .section_map {
        height: calc(100vh - 49px);
    }
}








/* End */


/* Start:/assets/css/arc.css?173095657324882*/

.arc .header{
    display: block;
    position: relative;
    background-color: #800300;
    padding: 0;
}
.arc .header .burger_menu, .arc .header .logo_{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.arc .header:before{
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 36px;
    height: 36px;
    background-image: url(/assets/img/arc/c1.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.arc .header .logo_{
    width: calc(100% - 86px);
    height: calc(100% - 8px);
    background-image: url(/assets/img/arc/logo.svg);
    max-width: 249px;
    margin: 4px 4px 4px 11px;
}
html body .bvi-body[data-bvi-theme='white'] .header *{
    color: #fff !important;
}
html body .bvi-body .header .logo_{
    background-image: url(/assets/img/arc/logo.svg) !important;
    filter: grayscale(100%) !important;
}
.arc .header .burger_menu{
    width: 45px;
    height: 45px;
    background-image: url(/assets/img/arc/menu.svg);
    margin: 14px;
    transition: 0.3s;

}
.arc .header .burger_menu:hover{
    transform: scale(1.02);
}
.arc .header .first_block, .arc .header .lost_block{
    line-height: 0;
    white-space: nowrap;
}
.arc .header .lost_block{
    text-align: right;
    font-size: 0;
}
.arc .header .btn_header{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 17px 19px;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #6D0B09;
    white-space: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    transition: 0.3s;
}
.arc .header .btn_header span{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.arc .header .btn_header.hover:hover{
    background-color: #6D0B09;
}
.arc .header .btn_header.active{
    background-color: #6D0B09;
    pointer-events: none;
}

.arc .header .btn_header:before{
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 14px;
    vertical-align: middle;
}
.arc .header .btn_header.login:before{
    content: '';
    width: 28px;
    height: 40px;
    background-image: url(/assets/img/arc/login.svg);
}
.arc .header .btn_header.login:after{
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: calc(100% - 0px);
    transform: rotate(
            90deg
    );
    right: -1px;
    /* background-color: #800300; */
    transition: 0.3s;
    background-image: url(/assets/img/arc/c1.svg);
    background-repeat: no-repeat;
}
.arc .header .btn_header.auth:before{
    content: '';
    width: 20px;
    height: 40px;
    background-image: url(/assets/img/arc/arrow_login.svg);
    transition: 0.3s;
}
.arc .header .btn_header.auth:hover:before{
    transform: rotate(-90deg);
}
.arc .header .btn_header.auth:after{
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: calc(100% - 0px);
    transform: rotate(90deg);
    right: -1px;
    transition: 0.3s;
    background-image: url(/assets/img/arc/c1.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}
.arc .header .btn_header.login:hover:after, .arc .header .btn_header.login.active:after{
    background-image: url(/assets/img/arc/c2.svg);
}
.arc .header .btn_header.auth:hover:after, .arc .header .btn_header.auth.active:after{
    background-image: url(/assets/img/arc/c2.svg);
}
.arc .header .btn_header.view:before{
    content: '';
    width: 36px;
    height: 35px;
    background-image: url(/assets/img/arc/view.svg) !important;
}

html body .bvi-body[data-bvi-theme='white'] .user_menu{
    border: 2px solid #000 !important;
    color: #000 !important;
}
html body .bvi-body[data-bvi-theme='white'] .user_menu *{
    color: #000 !important;
    font-size: 22px !important;
}
html body .bvi-body[data-bvi-theme='white'] .main_menu *{
    color: #fff !important;
}
.arc #yt-widget .yt-wrapper_align_right{
    display: none !important;
}

.arc .header .breadcrumbs{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.arc .header .breadcrumbs .sub_breadcrumbs{
    display: block;
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    width: 162%;
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.arc .header .breadcrumbs:hover .sub_breadcrumbs{
    opacity: 1;
    pointer-events: auto;
}
.arc .header .breadcrumbs .sub_breadcrumbs a{
    white-space: normal;
}
.arc .header .breadcrumbs .sub_breadcrumbs .body{
    display: block;
    position: relative;
    top: 26px;
    left: 0;
    background: #2F2F2F;
    border-radius: 10px;
    padding: 5px 16px;
}
.arc .header .breadcrumbs .sub_breadcrumbs .body:before{
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 50px;
    width: 20px;
    height: 20px;
    background: #2F2F2F;
    transform: rotate(45deg);
}
.arc .header .breadcrumbs a, .arc .header .breadcrumbs span{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.arc .header .breadcrumbs a:hover{
    text-decoration: underline;
}
.arc .header .breadcrumbs span{
    font-weight: 500;
}
.arc .header .breadcrumbs span:before, .arc .header .breadcrumbs a ~ a:before{
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/assets/img/arc/arrow_left.svg);
}
.main_menu{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    max-width: 446px;
    background: #800300;
    box-shadow: 9px 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 0 12px 12px 0;
    z-index: 999;
    transform: translateX(-100%);
    transition: 0.3s;
    opacity: 0;
}
.main_menu.show{
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
}
.main_menu .head, .main_menu .head .close{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75px;
}
.main_menu .head .close{
    width: 75px;
    transition: 0.3s;
    cursor: pointer;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(/assets/img/arc/close.svg);
}
.main_menu .head .close:hover{
    width: 75px;
    background-color: #6D0B09;
    transition: 0.3s;
}
.main_menu .head span{
    display: block;
    position: relative;
    left: 0;
    top: 0;
    line-height: 75px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}
.main_menu .body{
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 75px);
    left: 0;
    top: 75px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.main_menu .body a.item{
    display: block;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 14px;
}
.main_menu .body a.item:hover{
    text-decoration: underline;
}
.main_menu .footer{
    display: block;
    position: relative;
}
.main_menu .row-block{
    display: block;
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #6D0B09;
}
.main_menu .row-block .h5{
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
}
.main_menu .row-block .small_item{
    display: block;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.main_menu .row-block .social_item{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 38px;
    height: 38px;
    margin: 6px 6px 6px 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.main_menu .row-block .bank_success{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 67px;
    height: 38px;
    margin: 6px 6px 6px 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.main_menu .row-block .bank_success:last-child{
    margin-right: 0;
}
.main_menu .row{
    margin-right: -5px;
    margin-left: -5px;
}
.main_menu .items{
    display: block;
    position: relative;
    padding-bottom: 50px;
    min-height: calc(100% - 340px);
}
.main_menu .col-1, .main_menu .col-2, .main_menu .col-3, .main_menu .col-4, .main_menu .col-5, .main_menu .col-6, .main_menu .col-7, .main_menu .col-8, .main_menu .col-9, .main_menu .col-10, .main_menu .col-11, .main_menu .col-12, .main_menu .col, .main_menu .col-auto, .main_menu .col-sm-1, .main_menu .col-sm-2, .main_menu .col-sm-3, .main_menu .col-sm-4, .main_menu .col-sm-5, .main_menu .col-sm-6, .main_menu .col-sm-7, .main_menu .col-sm-8, .main_menu .col-sm-9, .main_menu .col-sm-10, .main_menu .col-sm-11, .main_menu .col-sm-12, .main_menu .col-sm, .main_menu .col-sm-auto, .main_menu .col-md-1, .main_menu .col-md-2, .main_menu .col-md-3, .main_menu .col-md-4, .main_menu .col-md-5, .main_menu .col-md-6, .main_menu .col-md-7, .main_menu .col-md-8, .main_menu .col-md-9, .main_menu .col-md-10, .main_menu .col-md-11, .main_menu .col-md-12, .main_menu .col-md, .main_menu .col-md-auto, .main_menu .col-lg-1, .main_menu .col-lg-2, .main_menu .col-lg-3, .main_menu .col-lg-4, .main_menu .col-lg-5, .main_menu .col-lg-6, .main_menu .col-lg-7, .main_menu .col-lg-8, .main_menu .col-lg-9, .main_menu .col-lg-10, .main_menu .col-lg-11, .main_menu .col-lg-12, .main_menu .col-lg, .main_menu .col-lg-auto, .main_menu .col-xl-1, .main_menu .col-xl-2, .main_menu .col-xl-3, .main_menu .col-xl-4, .main_menu .col-xl-5, .main_menu .col-xl-6, .main_menu .col-xl-7, .main_menu .col-xl-8, .main_menu .col-xl-9, .main_menu .col-xl-10, .main_menu .col-xl-11, .main_menu .col-xl-12, .main_menu .col-xl, .main_menu .col-xl-auto{
    padding-right: 5px;
    padding-left: 5px;
}
.gos{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 11px 0 11px 57px;
    background-image: url(/assets/img/arc/gos.png);
    background-size: 51px;
    background-position: left center;
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #800300;
}
.gos:hover{
    color: #c30500;
}
html body.arc .bvi-body .them_slider1 .item_slide .info .text .btn-next{
    filter: invert(1) !important;
}
html body.arc .bvi-body #list-calendar table tbody td{
    color: #fff !important;
}
html body.arc .bvi-body .exhibitions .title_home a{
    color: #fff!important;
    font-weight: bold;
}
html body.arc .bvi-body .exhibitions .video-item-title_ span{
    color: #fff!important;
    font-weight: bold;
    font-size: 20px;
}
html body.arc .bvi-body .footer_text{
    color: #fff!important;
}
html body.arc .bvi-body .bm{
    display: none;
}
html body.arc .bvi-body .footer_new li{
    color: #fff!important;
}
html body.arc .bvi-body .footer_new li a{
    color: #fff!important;
}
html body.arc .library-item-title span{
    z-index: 1;
    color: #fff!important;
    font-weight: bold;
}
.bvi-body .info .title{
    color: #fff!important;
}
.bvi-body .info .text{
    color: #fff!important;
}
@media (max-width:1280px) {
    .arc .header .btn_header{
        padding: 17px;
        font-size: 12px;
    }
    .arc .header .btn_header.auth{
        padding: 17px 10px;
    }
    .arc .header .logo_{
         background-size: auto 68%;
         background-position: left;
         width: 42px;
         margin: 4px;
     }
    .arc .header .btn_header:before{
        margin-right: 0 !important;
    }
    .arc .header .btn_header{
        font-size: 0 !important;
    }
}
@media (max-width:880px) {

}
@media (max-width:850px) {
    .arc .header .btn_header.translate{
        display: none;
    }
    .arc .header .burger_menu{
        width: 30px;
    }

    .arc .header .btn_header.auth:before{
        width: 13px;
    }
}
.content{
    display: block;
    position: relative;
    min-height: calc(100vh - 74px);
    border-radius: 33px 33px 0 0;
    background-color: #fff;
    overflow: hidden;
}

.window_auth{
    display: block;
    position: absolute;
    width: 100%;
    max-width: 551px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 43px;
    background: #FFFFFF;
    border: 1px solid #ECE7E7;
    box-sizing: border-box;
    box-shadow: 3px -6px 40px rgb(0 0 0 / 25%);
    border-radius: 12px;
}
.h1{
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.8);
}
.input-bl.input-bl_selectize-normal .SumoSelect>.CaptionCont{
    padding: 16px 5px 16px 16px;
}
.input-bl .selectize-input, .input-bl .SumoSelect>.CaptionCont{
    height: 58px;
}
.SumoSelect > .CaptionCont > span{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.SumoSelect > .optWrapper > .options li .label{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}
.SumoSelect > .optWrapper > .options li.selected .label{
    color: #800300;
}
.filter__input-group{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.input-bl.input-bl_small-height input[type="text"], .input-bl.input-bl_small-height input[type="tel"], .input-bl.input-bl_small-height input[type="password"]{
    height: 58px;
    font-size: 18px;
    font-weight: 500;
}
.input-bl.input-bl_small-height label {
    top: 18px;
}
.input-bl input[type="text"]:focus, .input-bl input[type="number"]:focus, .input-bl input[type="tel"]:focus, .input-bl input[type="password"]:focus, .input-bl textarea:focus{
    border-color: #B40400;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(180 4 0 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(180 4 0 / 25%);
}
.input-bl{
    margin-bottom: 16px;
}

@media (max-height: 520px) {
    .window_auth{
        display: block;
        position: relative;
        width: 100%;
        max-width: 551px;
        left: 50%;
        top: 10px;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 630px) {
    .window_auth{
        display: block;
        position: relative;
        width: 100%;
        max-width: 551px;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        padding: 15px;
    }
    .h1{
        font-size: 33px;
        line-height: 34px;
    }
}
.user_menu{
    display: block;
    position: absolute;
    top: calc(100% - 10px);
    right: 15px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
.auth:hover .user_menu{
    opacity: 1;
    pointer-events: auto;
}
.user_menu .body{
    display: block;
    position: relative;
    margin-top: 25px;
    background: #FFFFFF;
    padding: 18px 38px 8px 38px;
    box-shadow: 0 4px 70px -18px #9DA4A7;
    border-radius: 12px;
}
.user_menu .body:before{
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    transform: rotate(-45deg);
    top: -7px;
    left: 50px;
}
.user_menu .body a{
    display: block;
    position: relative;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    transition: 0.3s;
}
.user_menu .body a:hover{
    color: #c70500;
}
.price_itog {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 23px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #0C9A00;
    padding: 6px 33px 6px 55px;
    background-image: url(/assets/img/arc/price_icon.svg);
    background-size: 45px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.text_itog {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 10px;
}
.btn_itog {
    text-align: right;
}
input[disabled]{
    opacity: 0.5;
    filter: grayscale(100%);
    pointer-events: none;
}
@font-face {
    font-family: Arhive; /* Имя шрифта */
    src: url(/local/templates/arhive/fonts/arhive.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Albionic; /* Имя шрифта */
    src: url(/local/templates/arhive/fonts/albionic.ttf); /* Путь к файлу со шрифтом */
}
.them_slider1{
    height: 100%;
    overflow-y: hidden;
}
.them_slider1 .owl-stage-outer{
    height: 100%;
}
.them_slider1 .owl-stage-outer .owl-stage{
    height: 100%;
}
.them_slider1 .owl-stage-outer .owl-stage .owl-item{
    height: 100%;
}
.them_slider1 .item_slide{
    display: block;
    height: 100%;
}
.them_slider1 .item_slide img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.them_slider1 .owl-dots button.owl-dot.active {
    background: #ffffff;
}
.them_slider1 .owl-dots button.owl-dot{
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
}
.them_slider1 .owl-dots{
    bottom: 15px;
}
.them_slider1 .owl-nav{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.them_slider1 .owl-nav button{
    display: block;
    position: absolute;
    top: 0;
    border-radius: 10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-position: center !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    transition: 0.3s;
    background-color: transparent !important;
}
.them_slider1 .owl-nav button:hover{
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.them_slider1 .owl-nav button span{
    display: none;
}
.them_slider1 .owl-nav .owl-prev{
    left: 10px;
    background-image: url(/local/templates/arhive/images/navLeft.png) !important;
}
.them_slider1 .owl-nav .owl-next{
    right: 10px;
    background-image: url(/local/templates/arhive/images/navRight.png) !important;
}
.them_slider1 .item_slide .info{
    display: block;
    position: absolute;
    width: 100%;
    padding: 15px 15px 35px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    bottom: 0;
}
.them_slider1 .item_slide .info .title{
    display: block;
    position: relative;
    font-family: Arhive;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}
.them_slider1 .item_slide .info .text{
    display: block;
    position: relative;
}
.them_slider1 .item_slide .info .btn-next{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    padding-left: 1px;
    line-height: 23px;
    margin-left: 5px;
    font-weight: bold;
    transition: 0.3s;
}
.them_slider1 .item_slide .info .title  .btn-next{
    display: none;
}
.them_slider1 .item_slide .info .text  .btn-next{
    display: inline-block;
}
.them_slider1 .item_slide .info .btn-next:hover{
    background-color: #fff;
    color: #000;
}
.title_home{
    display: block;
    position: relative;
    font-family: Arhive;
    font-size: 40px;
    text-align: center;
    color: white;
    background: #6d0a04;
    padding: 10px;
}
.title_home a{
    color: #fff;
    transition: 0.3s;
}
.title_home a:hover {
    color: #a6a6a6;
}
.mobile_b .title_home{
    font-size: 20px;
}
.mobile_b .them_slider1 .item_slide img{
    height: auto;
    width: 100%;
}
.mobile_b .them_slider1,
.mobile_b .them_slider1 .owl-stage-outer,
.mobile_b .them_slider1 .owl-stage-outer .owl-stage,
.mobile_b .them_slider1 .owl-stage-outer .owl-stage .owl-item,
.mobile_b .them_slider1 .item_slide{
    height: auto;
}
.mobile_b .them_slider1 .item_slide .info{
    position: relative;
    padding: 10px 10px 35px 10px;
}
.mobile_b .them_slider1 .item_slide .info .text{
    display: none;
}
.mobile_b .them_slider1 .owl-nav button{
    width: 30px;
    height: 30px;
    background-size: 50% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.mobile_b .footer_new{
    position: relative;
}
@media (max-width: 767px){
    .title_home{
        font-size: 20px;
    }
    .them_slider1 .item_slide img{
        height: auto;
        width: 100%;
    }
    .them_slider1, .them_slider1 .owl-stage-outer, .them_slider1 .owl-stage-outer .owl-stage, .them_slider1 .owl-stage-outer .owl-stage .owl-item, .them_slider1 .item_slide{
        height: auto;
    }
    .them_slider1 .item_slide .info{
        position: relative;
        padding: 10px 10px 35px 10px;
    }
    .them_slider1 .item_slide .info .title  .btn-next{
        display: inline-block;
        font-size: 14px;
        margin-top: 6px;
    }
    .them_slider1 .item_slide .info .text{
        display: none;
    }
    .them_slider1 .owl-nav button{
        width: 30px;
        height: 30px;
        background-size: 50% !important;
        background-color: rgba(0, 0, 0, 0.6) !important;
    }
}
.exhibitions{
    display: block;
    position: relative;
    background: url(/local/templates/arhive/images/theme-slider.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.exhibitions .body_v2{
    display: block;
    position: absolute;
    height: calc(100% - 80px);
    width: 100%;
    padding: 15px 15px 15px 75px;
}
.mobile_b .exhibitions .body_v2{
    position: relative;
    padding: 10px 10px 10px 10px;
}
.mobile_b .exhibitions{
    min-height: unset;
}
@media (max-width: 767px){
    .exhibitions .body_v2{
        position: relative;
        padding: 10px 10px 10px 10px;
    }
    .exhibitions{
        min-height: unset;
    }
}
.item_tab a{
    color: #fff;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    background-color: #d9ae71 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #560b04;
    background-color: #e4c294;
    border: none;
}

.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 0.2rem rgba(0, 123, 255, 0.25);
}

.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: #e5c294;
    border: none;
}

.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;
}
/* End */


/* Start:/local/templates/arhive/components/bitrix/breadcrumb/breadcrumb_lk/style.css?1630229848585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/arhive/styles.css?17719351462107*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body > div.bvi-body > div.content > .body_ > h1,
body > div.bvi-body > div.content > .body_ > .main_text > h1{
	color: #fff !important;
	background-color: #000!important;
}

body .bvi-body[data-bvi-theme='white'] .content .body_ .pre_text,
body .bvi-body[data-bvi-theme='white'] .content .body_ h2,
body .bvi-body[data-bvi-theme='white'] .content .body_ h3,
body .bvi-body[data-bvi-theme='white'] .content .body_ h4,
body .bvi-body[data-bvi-theme='white'] .content .body_ h5,
body .bvi-body[data-bvi-theme='white'] .content .body_ .row .col-md-4 .item_tab,
body .bvi-body[data-bvi-theme='white'] .content .body_ .row .col-md-4 .item_tab a,
body .bvi-body[data-bvi-theme='white'] .content .btn span,
body .bvi-body[data-bvi-theme='white'] .content .btn,
body .bvi-body[data-bvi-theme='white'] .content .col-md-8 a:hover h4,
.item_tab a,
 {
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='white'] .content .window_auth h1 {
    	color: #000 !important;
	background-color: #fff!important;
}

body .bvi-body[data-bvi-theme='white'] .content .window_auth {
    transform: translate(-50%, 20%);
}
body .bvi-body[data-bvi-theme='white'] .content .map *,
body .bvi-body[data-bvi-theme='white'] .content .map.leaflet-container .leaflet-map-pane,
body .bvi-body[data-bvi-theme='white'] .content .map.leaflet-container .leaflet-tile-pane {
    filter: none!important;
}
body .bvi-body[data-bvi-theme='white'] .content .header_map_menu .tile {
    line-height: 60px!important;
}

body .bvi-body[data-bvi-theme='white'] .menu_map .list .item {
    color: #fff !important;
}

body .bvi-body[data-bvi-theme='white']  .noauth {
    height: 100%;
}

body .bvi-body[data-bvi-theme='white'] .content .col-md-8 a h4 {
    color: #000 !important;
}

body .bvi-body[data-bvi-theme='white'] .content .card-title {
    height: auto;
    overflow: unset;
}

html body .bvi-body[data-bvi-theme='white'] .leaflet-marker-icon span {
    color: #fff!important;
}
/* End */


/* Start:/local/templates/arhive/template_styles.css?17719368701073*/
.main_menu .row-block .social_item {
    width: 30px;
    height: 30px;
}

.btn-up {
    position: fixed;
    background-color: #6d0a04;
    right: 20px;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    z-index: 9999;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #d01207; /* цвет заднего фона при наведении */
  }
}

.item_tab a {
    color: #fff!important;
}
/* End */


/* Start:/bitrix/components/custom/vision.special/templates/.default/style/css/style.css?163097464470*/
#bvi-panel-close{display:none}.bvi-body > .bvi.bvi-panel{display:none}
/* End */


/* Start:/bitrix/components/custom/vision.special/templates/.default/style/css/bvi-font.css?16309746441950*/
.bvi-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.bvi-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.bvi-xs {
  font-size: .75em !important; }

.bvi-sm {
  font-size: .875em !important; }

.bvi-1x {
  font-size: 1em !important; }

.bvi-2x {
  font-size: 2em !important; }

.bvi-3x {
  font-size: 3em !important; }

.bvi-4x {
  font-size: 4em !important; }

.bvi-5x {
  font-size: 5em !important; }

.bvi-6x {
  font-size: 6em !important; }

.bvi-7x {
  font-size: 7em !important; }

.bvi-8x {
  font-size: 8em !important; }

.bvi-9x {
  font-size: 9em !important; }

.bvi-10x {
  font-size: 10em !important; }

.bvi-font:before {
  content: "\f031"; }

.bvi-plus:before {
  content: "\f067"; }

.bvi-minus:before {
  content: "\f068"; }

.bvi-circle:before {
  content: "\f111"; }

.bvi-circle-notch:before {
  content: "\f1ce"; }

.bvi-adjust:before {
  content: "\f042"; }

.bvi-volume-up:before {
  content: "\f028"; }

.bvi-volume-off:before {
  content: "\f026"; }

.bvi-cogs:before {
  content: "\f085"; }

.bvi-low-vision:before {
  content: "\f2a8"; }

.bvi-chevron-circle-up:before {
  content: "\f139"; }

.bvi-eye:before {
  content: "\f06e"; }

.bvi-sync-alt:before {
  content: "\f2f1"; }

.bvi-times-circle:before {
  content: "\f057"; }

.bvi-bolt:before {
  content: "\f0e7"; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot");
  src: url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff2") format("woff2"), url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff") format("woff"), url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.ttf") format("truetype"); }

.bvi-icon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* End */


/* Start:/bitrix/components/custom/vision.special/templates/.default/style/css/bvi.css?1630974644157133*/
/*!
 * Button visually impaired v1.0.8
 */
html:not(.bvi-panel) {
  font-size: 16px !important; }

html body a.bvi-link {
  padding: 10px 10px;
  font-size: 12px;
  border-color: transparent; }

html body .bvi {
  font-family: Arial, sans-serif !important; }
  html body .bvi .bvi-btn {
    font-weight: bold !important; }
  html body .bvi .bvi-eye-link {
    position: fixed;
    top: 1rem;
    right: 1rem;
    opacity: 0.75;
    z-index: 999999 !important; }
  html body .bvi .bvi-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      html body .bvi .bvi-container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      html body .bvi .bvi-container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      html body .bvi .bvi-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      html body .bvi .bvi-container {
        max-width: 1140px; } }
  html body .bvi .bvi-container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto; }
  html body .bvi .bvi-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px; }
  html body .bvi .bvi-no-gutters {
    margin-right: 0;
    margin-left: 0; }
    html body .bvi .bvi-no-gutters > .bvi-col,
    html body .bvi .bvi-no-gutters > [class*="bvi-col-"] {
      padding-right: 0;
      padding-left: 0; }
  html body .bvi .bvi-col-1, html body .bvi .bvi-col-2, html body .bvi .bvi-col-3, html body .bvi .bvi-col-4, html body .bvi .bvi-col-5, html body .bvi .bvi-col-6, html body .bvi .bvi-col-7, html body .bvi .bvi-col-8, html body .bvi .bvi-col-9, html body .bvi .bvi-col-10, html body .bvi .bvi-col-11, html body .bvi .bvi-col-12, html body .bvi .bvi-col,
  html body .bvi .bvi-col-auto, html body .bvi .bvi-col-sm-1, html body .bvi .bvi-col-sm-2, html body .bvi .bvi-col-sm-3, html body .bvi .bvi-col-sm-4, html body .bvi .bvi-col-sm-5, html body .bvi .bvi-col-sm-6, html body .bvi .bvi-col-sm-7, html body .bvi .bvi-col-sm-8, html body .bvi .bvi-col-sm-9, html body .bvi .bvi-col-sm-10, html body .bvi .bvi-col-sm-11, html body .bvi .bvi-col-sm-12, html body .bvi .bvi-col-sm,
  html body .bvi .bvi-col-sm-auto, html body .bvi .bvi-col-md-1, html body .bvi .bvi-col-md-2, html body .bvi .bvi-col-md-3, html body .bvi .bvi-col-md-4, html body .bvi .bvi-col-md-5, html body .bvi .bvi-col-md-6, html body .bvi .bvi-col-md-7, html body .bvi .bvi-col-md-8, html body .bvi .bvi-col-md-9, html body .bvi .bvi-col-md-10, html body .bvi .bvi-col-md-11, html body .bvi .bvi-col-md-12, html body .bvi .bvi-col-md,
  html body .bvi .bvi-col-md-auto, html body .bvi .bvi-col-lg-1, html body .bvi .bvi-col-lg-2, html body .bvi .bvi-col-lg-3, html body .bvi .bvi-col-lg-4, html body .bvi .bvi-col-lg-5, html body .bvi .bvi-col-lg-6, html body .bvi .bvi-col-lg-7, html body .bvi .bvi-col-lg-8, html body .bvi .bvi-col-lg-9, html body .bvi .bvi-col-lg-10, html body .bvi .bvi-col-lg-11, html body .bvi .bvi-col-lg-12, html body .bvi .bvi-col-lg,
  html body .bvi .bvi-col-lg-auto, html body .bvi .bvi-col-xl-1, html body .bvi .bvi-col-xl-2, html body .bvi .bvi-col-xl-3, html body .bvi .bvi-col-xl-4, html body .bvi .bvi-col-xl-5, html body .bvi .bvi-col-xl-6, html body .bvi .bvi-col-xl-7, html body .bvi .bvi-col-xl-8, html body .bvi .bvi-col-xl-9, html body .bvi .bvi-col-xl-10, html body .bvi .bvi-col-xl-11, html body .bvi .bvi-col-xl-12, html body .bvi .bvi-col-xl,
  html body .bvi .bvi-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px; }
  html body .bvi .bvi-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  html body .bvi .bvi-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  html body .bvi .bvi-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  html body .bvi .bvi-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  html body .bvi .bvi-col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  html body .bvi .bvi-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  html body .bvi .bvi-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  html body .bvi .bvi-col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  html body .bvi .bvi-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  html body .bvi .bvi-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  html body .bvi .bvi-col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  html body .bvi .bvi-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  html body .bvi .bvi-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  html body .bvi .bvi-col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  html body .bvi .order-first {
    order: -1; }
  html body .bvi .order-last {
    order: 13; }
  html body .bvi .order-0 {
    order: 0; }
  html body .bvi .order-1 {
    order: 1; }
  html body .bvi .order-2 {
    order: 2; }
  html body .bvi .order-3 {
    order: 3; }
  html body .bvi .order-4 {
    order: 4; }
  html body .bvi .order-5 {
    order: 5; }
  html body .bvi .order-6 {
    order: 6; }
  html body .bvi .order-7 {
    order: 7; }
  html body .bvi .order-8 {
    order: 8; }
  html body .bvi .order-9 {
    order: 9; }
  html body .bvi .order-10 {
    order: 10; }
  html body .bvi .order-11 {
    order: 11; }
  html body .bvi .order-12 {
    order: 12; }
  html body .bvi .offset-1 {
    margin-left: 8.33333%; }
  html body .bvi .offset-2 {
    margin-left: 16.66667%; }
  html body .bvi .offset-3 {
    margin-left: 25%; }
  html body .bvi .offset-4 {
    margin-left: 33.33333%; }
  html body .bvi .offset-5 {
    margin-left: 41.66667%; }
  html body .bvi .offset-6 {
    margin-left: 50%; }
  html body .bvi .offset-7 {
    margin-left: 58.33333%; }
  html body .bvi .offset-8 {
    margin-left: 66.66667%; }
  html body .bvi .offset-9 {
    margin-left: 75%; }
  html body .bvi .offset-10 {
    margin-left: 83.33333%; }
  html body .bvi .offset-11 {
    margin-left: 91.66667%; }
  @media (min-width: 576px) {
    html body .bvi .bvi-col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    html body .bvi .bvi-col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    html body .bvi .bvi-col-sm-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    html body .bvi .bvi-col-sm-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    html body .bvi .bvi-col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    html body .bvi .bvi-col-sm-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    html body .bvi .bvi-col-sm-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    html body .bvi .bvi-col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    html body .bvi .bvi-col-sm-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    html body .bvi .bvi-col-sm-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    html body .bvi .bvi-col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    html body .bvi .bvi-col-sm-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    html body .bvi .bvi-col-sm-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    html body .bvi .bvi-col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    html body .bvi .order-sm-first {
      order: -1; }
    html body .bvi .order-sm-last {
      order: 13; }
    html body .bvi .order-sm-0 {
      order: 0; }
    html body .bvi .order-sm-1 {
      order: 1; }
    html body .bvi .order-sm-2 {
      order: 2; }
    html body .bvi .order-sm-3 {
      order: 3; }
    html body .bvi .order-sm-4 {
      order: 4; }
    html body .bvi .order-sm-5 {
      order: 5; }
    html body .bvi .order-sm-6 {
      order: 6; }
    html body .bvi .order-sm-7 {
      order: 7; }
    html body .bvi .order-sm-8 {
      order: 8; }
    html body .bvi .order-sm-9 {
      order: 9; }
    html body .bvi .order-sm-10 {
      order: 10; }
    html body .bvi .order-sm-11 {
      order: 11; }
    html body .bvi .order-sm-12 {
      order: 12; }
    html body .bvi .offset-sm-0 {
      margin-left: 0; }
    html body .bvi .offset-sm-1 {
      margin-left: 8.33333%; }
    html body .bvi .offset-sm-2 {
      margin-left: 16.66667%; }
    html body .bvi .offset-sm-3 {
      margin-left: 25%; }
    html body .bvi .offset-sm-4 {
      margin-left: 33.33333%; }
    html body .bvi .offset-sm-5 {
      margin-left: 41.66667%; }
    html body .bvi .offset-sm-6 {
      margin-left: 50%; }
    html body .bvi .offset-sm-7 {
      margin-left: 58.33333%; }
    html body .bvi .offset-sm-8 {
      margin-left: 66.66667%; }
    html body .bvi .offset-sm-9 {
      margin-left: 75%; }
    html body .bvi .offset-sm-10 {
      margin-left: 83.33333%; }
    html body .bvi .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 768px) {
    html body .bvi .bvi-col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    html body .bvi .bvi-col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    html body .bvi .bvi-col-md-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    html body .bvi .bvi-col-md-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    html body .bvi .bvi-col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    html body .bvi .bvi-col-md-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    html body .bvi .bvi-col-md-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    html body .bvi .bvi-col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    html body .bvi .bvi-col-md-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    html body .bvi .bvi-col-md-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    html body .bvi .bvi-col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    html body .bvi .bvi-col-md-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    html body .bvi .bvi-col-md-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    html body .bvi .bvi-col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    html body .bvi .order-md-first {
      order: -1; }
    html body .bvi .order-md-last {
      order: 13; }
    html body .bvi .order-md-0 {
      order: 0; }
    html body .bvi .order-md-1 {
      order: 1; }
    html body .bvi .order-md-2 {
      order: 2; }
    html body .bvi .order-md-3 {
      order: 3; }
    html body .bvi .order-md-4 {
      order: 4; }
    html body .bvi .order-md-5 {
      order: 5; }
    html body .bvi .order-md-6 {
      order: 6; }
    html body .bvi .order-md-7 {
      order: 7; }
    html body .bvi .order-md-8 {
      order: 8; }
    html body .bvi .order-md-9 {
      order: 9; }
    html body .bvi .order-md-10 {
      order: 10; }
    html body .bvi .order-md-11 {
      order: 11; }
    html body .bvi .order-md-12 {
      order: 12; }
    html body .bvi .offset-md-0 {
      margin-left: 0; }
    html body .bvi .offset-md-1 {
      margin-left: 8.33333%; }
    html body .bvi .offset-md-2 {
      margin-left: 16.66667%; }
    html body .bvi .offset-md-3 {
      margin-left: 25%; }
    html body .bvi .offset-md-4 {
      margin-left: 33.33333%; }
    html body .bvi .offset-md-5 {
      margin-left: 41.66667%; }
    html body .bvi .offset-md-6 {
      margin-left: 50%; }
    html body .bvi .offset-md-7 {
      margin-left: 58.33333%; }
    html body .bvi .offset-md-8 {
      margin-left: 66.66667%; }
    html body .bvi .offset-md-9 {
      margin-left: 75%; }
    html body .bvi .offset-md-10 {
      margin-left: 83.33333%; }
    html body .bvi .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 992px) {
    html body .bvi .bvi-col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    html body .bvi .bvi-col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    html body .bvi .bvi-col-lg-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    html body .bvi .bvi-col-lg-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    html body .bvi .bvi-col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    html body .bvi .bvi-col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    html body .bvi .bvi-col-lg-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    html body .bvi .bvi-col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    html body .bvi .bvi-col-lg-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    html body .bvi .bvi-col-lg-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    html body .bvi .bvi-col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    html body .bvi .bvi-col-lg-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    html body .bvi .bvi-col-lg-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    html body .bvi .bvi-col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    html body .bvi .order-lg-first {
      order: -1; }
    html body .bvi .order-lg-last {
      order: 13; }
    html body .bvi .order-lg-0 {
      order: 0; }
    html body .bvi .order-lg-1 {
      order: 1; }
    html body .bvi .order-lg-2 {
      order: 2; }
    html body .bvi .order-lg-3 {
      order: 3; }
    html body .bvi .order-lg-4 {
      order: 4; }
    html body .bvi .order-lg-5 {
      order: 5; }
    html body .bvi .order-lg-6 {
      order: 6; }
    html body .bvi .order-lg-7 {
      order: 7; }
    html body .bvi .order-lg-8 {
      order: 8; }
    html body .bvi .order-lg-9 {
      order: 9; }
    html body .bvi .order-lg-10 {
      order: 10; }
    html body .bvi .order-lg-11 {
      order: 11; }
    html body .bvi .order-lg-12 {
      order: 12; }
    html body .bvi .offset-lg-0 {
      margin-left: 0; }
    html body .bvi .offset-lg-1 {
      margin-left: 8.33333%; }
    html body .bvi .offset-lg-2 {
      margin-left: 16.66667%; }
    html body .bvi .offset-lg-3 {
      margin-left: 25%; }
    html body .bvi .offset-lg-4 {
      margin-left: 33.33333%; }
    html body .bvi .offset-lg-5 {
      margin-left: 41.66667%; }
    html body .bvi .offset-lg-6 {
      margin-left: 50%; }
    html body .bvi .offset-lg-7 {
      margin-left: 58.33333%; }
    html body .bvi .offset-lg-8 {
      margin-left: 66.66667%; }
    html body .bvi .offset-lg-9 {
      margin-left: 75%; }
    html body .bvi .offset-lg-10 {
      margin-left: 83.33333%; }
    html body .bvi .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1200px) {
    html body .bvi .bvi-col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    html body .bvi .bvi-col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    html body .bvi .bvi-col-xl-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    html body .bvi .bvi-col-xl-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    html body .bvi .bvi-col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    html body .bvi .bvi-col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    html body .bvi .bvi-col-xl-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    html body .bvi .bvi-col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    html body .bvi .bvi-col-xl-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    html body .bvi .bvi-col-xl-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    html body .bvi .bvi-col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    html body .bvi .bvi-col-xl-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    html body .bvi .bvi-col-xl-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    html body .bvi .bvi-col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    html body .bvi .order-xl-first {
      order: -1; }
    html body .bvi .order-xl-last {
      order: 13; }
    html body .bvi .order-xl-0 {
      order: 0; }
    html body .bvi .order-xl-1 {
      order: 1; }
    html body .bvi .order-xl-2 {
      order: 2; }
    html body .bvi .order-xl-3 {
      order: 3; }
    html body .bvi .order-xl-4 {
      order: 4; }
    html body .bvi .order-xl-5 {
      order: 5; }
    html body .bvi .order-xl-6 {
      order: 6; }
    html body .bvi .order-xl-7 {
      order: 7; }
    html body .bvi .order-xl-8 {
      order: 8; }
    html body .bvi .order-xl-9 {
      order: 9; }
    html body .bvi .order-xl-10 {
      order: 10; }
    html body .bvi .order-xl-11 {
      order: 11; }
    html body .bvi .order-xl-12 {
      order: 12; }
    html body .bvi .offset-xl-0 {
      margin-left: 0; }
    html body .bvi .offset-xl-1 {
      margin-left: 8.33333%; }
    html body .bvi .offset-xl-2 {
      margin-left: 16.66667%; }
    html body .bvi .offset-xl-3 {
      margin-left: 25%; }
    html body .bvi .offset-xl-4 {
      margin-left: 33.33333%; }
    html body .bvi .offset-xl-5 {
      margin-left: 41.66667%; }
    html body .bvi .offset-xl-6 {
      margin-left: 50%; }
    html body .bvi .offset-xl-7 {
      margin-left: 58.33333%; }
    html body .bvi .offset-xl-8 {
      margin-left: 66.66667%; }
    html body .bvi .offset-xl-9 {
      margin-left: 75%; }
    html body .bvi .offset-xl-10 {
      margin-left: 83.33333%; }
    html body .bvi .offset-xl-11 {
      margin-left: 91.66667%; } }
  html body .bvi .bvi-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    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; }
    @media screen and (prefers-reduced-motion: reduce) {
      html body .bvi .bvi-btn {
        transition: none; } }
    html body .bvi .bvi-btn:hover, html body .bvi .bvi-btn:focus {
      text-decoration: none; }
    html body .bvi .bvi-btn:focus, html body .bvi .bvi-btn.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    html body .bvi .bvi-btn.disabled, html body .bvi .bvi-btn:disabled {
      opacity: 0.65; }
    html body .bvi .bvi-btn:not(:disabled):not(.disabled) {
      cursor: pointer; }
  html body .bvi a.bvi-btn.disabled,
  html body .bvi fieldset:disabled a.bvi-btn {
    pointer-events: none; }
  html body .bvi .bvi-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    html body .bvi .bvi-btn-primary:hover {
      color: #fff;
      background-color: #0069d9;
      border-color: #0062cc; }
    html body .bvi .bvi-btn-primary:focus, html body .bvi .bvi-btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
    html body .bvi .bvi-btn-primary.disabled, html body .bvi .bvi-btn-primary:disabled {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff; }
    html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #0062cc;
      border-color: #005cbf; }
      html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  html body .bvi .bvi-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    html body .bvi .bvi-btn-secondary:hover {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62; }
    html body .bvi .bvi-btn-secondary:focus, html body .bvi .bvi-btn-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
    html body .bvi .bvi-btn-secondary.disabled, html body .bvi .bvi-btn-secondary:disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #545b62;
      border-color: #4e555b; }
      html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  html body .bvi .bvi-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    html body .bvi .bvi-btn-success:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34; }
    html body .bvi .bvi-btn-success:focus, html body .bvi .bvi-btn-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
    html body .bvi .bvi-btn-success.disabled, html body .bvi .bvi-btn-success:disabled {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
    html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-success.dropdown-toggle {
      color: #fff;
      background-color: #1e7e34;
      border-color: #1c7430; }
      html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  html body .bvi .bvi-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    html body .bvi .bvi-btn-info:hover {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b; }
    html body .bvi .bvi-btn-info:focus, html body .bvi .bvi-btn-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
    html body .bvi .bvi-btn-info.disabled, html body .bvi .bvi-btn-info:disabled {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-info.dropdown-toggle {
      color: #fff;
      background-color: #117a8b;
      border-color: #10707f; }
      html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  html body .bvi .bvi-btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    html body .bvi .bvi-btn-warning:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00; }
    html body .bvi .bvi-btn-warning:focus, html body .bvi .bvi-btn-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
    html body .bvi .bvi-btn-warning.disabled, html body .bvi .bvi-btn-warning:disabled {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
    html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #d39e00;
      border-color: #c69500; }
      html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  html body .bvi .bvi-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    html body .bvi .bvi-btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130; }
    html body .bvi .bvi-btn-danger:focus, html body .bvi .bvi-btn-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
    html body .bvi .bvi-btn-danger.disabled, html body .bvi .bvi-btn-danger:disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #bd2130;
      border-color: #b21f2d; }
      html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  html body .bvi .bvi-btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    html body .bvi .bvi-btn-light:hover {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5; }
    html body .bvi .bvi-btn-light:focus, html body .bvi .bvi-btn-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
    html body .bvi .bvi-btn-light.disabled, html body .bvi .bvi-btn-light:disabled {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-light.dropdown-toggle {
      color: #212529;
      background-color: #dae0e5;
      border-color: #d3d9df; }
      html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  html body .bvi .bvi-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    html body .bvi .bvi-btn-dark:hover {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124; }
    html body .bvi .bvi-btn-dark:focus, html body .bvi .bvi-btn-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    html body .bvi .bvi-btn-dark.disabled, html body .bvi .bvi-btn-dark:disabled {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
    html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1d2124;
      border-color: #171a1d; }
      html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  html body .bvi .bvi-btn-bvi-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    html body .bvi .bvi-btn-bvi-white:hover {
      color: #212529;
      background-color: #ececec;
      border-color: #e6e6e6; }
    html body .bvi .bvi-btn-bvi-white:focus, html body .bvi .bvi-btn-bvi-white.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
    html body .bvi .bvi-btn-bvi-white.disabled, html body .bvi .bvi-btn-bvi-white:disabled {
      color: #212529;
      background-color: #ffffff;
      border-color: #ffffff; }
    html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle {
      color: #212529;
      background-color: #e6e6e6;
      border-color: #dfdfdf; }
      html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  html body .bvi .bvi-btn-bvi-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
    html body .bvi .bvi-btn-bvi-black:hover {
      color: #fff;
      background-color: black;
      border-color: black; }
    html body .bvi .bvi-btn-bvi-black:focus, html body .bvi .bvi-btn-bvi-black.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
    html body .bvi .bvi-btn-bvi-black.disabled, html body .bvi .bvi-btn-bvi-black:disabled {
      color: #fff;
      background-color: #000000;
      border-color: #000000; }
    html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle {
      color: #fff;
      background-color: black;
      border-color: black; }
      html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  html body .bvi .bvi-btn-bvi-blue {
    color: #fff;
    background-color: #063462;
    border-color: #063462; }
    html body .bvi .bvi-btn-bvi-blue:hover {
      color: #fff;
      background-color: #04213e;
      border-color: #031b32; }
    html body .bvi .bvi-btn-bvi-blue:focus, html body .bvi .bvi-btn-bvi-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5); }
    html body .bvi .bvi-btn-bvi-blue.disabled, html body .bvi .bvi-btn-bvi-blue:disabled {
      color: #fff;
      background-color: #063462;
      border-color: #063462; }
    html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle {
      color: #fff;
      background-color: #031b32;
      border-color: #021426; }
      html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5); }
  html body .bvi .bvi-btn-bvi-brown {
    color: #fff;
    background-color: #4D4B43;
    border-color: #4D4B43; }
    html body .bvi .bvi-btn-bvi-brown:hover {
      color: #fff;
      background-color: #393731;
      border-color: #32302b; }
    html body .bvi .bvi-btn-bvi-brown:focus, html body .bvi .bvi-btn-bvi-brown.focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5); }
    html body .bvi .bvi-btn-bvi-brown.disabled, html body .bvi .bvi-btn-bvi-brown:disabled {
      color: #fff;
      background-color: #4D4B43;
      border-color: #4D4B43; }
    html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle {
      color: #fff;
      background-color: #32302b;
      border-color: #2b2a25; }
      html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5); }
  html body .bvi .bvi-btn-bvi-green {
    color: #212529;
    background-color: #A9E44D;
    border-color: #A9E44D; }
    html body .bvi .bvi-btn-bvi-green:hover {
      color: #212529;
      background-color: #99df2c;
      border-color: #93dd21; }
    html body .bvi .bvi-btn-bvi-green:focus, html body .bvi .bvi-btn-bvi-green.focus {
      box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5); }
    html body .bvi .bvi-btn-bvi-green.disabled, html body .bvi .bvi-btn-bvi-green:disabled {
      color: #212529;
      background-color: #A9E44D;
      border-color: #A9E44D; }
    html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle {
      color: #212529;
      background-color: #93dd21;
      border-color: #8cd120; }
      html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5); }
  html body .bvi .bvi-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff; }
    html body .bvi .bvi-btn-outline-primary:hover {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff; }
    html body .bvi .bvi-btn-outline-primary:focus, html body .bvi .bvi-btn-outline-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
    html body .bvi .bvi-btn-outline-primary.disabled, html body .bvi .bvi-btn-outline-primary:disabled {
      color: #007bff;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff; }
      html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  html body .bvi .bvi-btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d; }
    html body .bvi .bvi-btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    html body .bvi .bvi-btn-outline-secondary:focus, html body .bvi .bvi-btn-outline-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
    html body .bvi .bvi-btn-outline-secondary.disabled, html body .bvi .bvi-btn-outline-secondary:disabled {
      color: #6c757d;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
      html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  html body .bvi .bvi-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
    html body .bvi .bvi-btn-outline-success:hover {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
    html body .bvi .bvi-btn-outline-success:focus, html body .bvi .bvi-btn-outline-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
    html body .bvi .bvi-btn-outline-success.disabled, html body .bvi .bvi-btn-outline-success:disabled {
      color: #28a745;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
      html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  html body .bvi .bvi-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
    html body .bvi .bvi-btn-outline-info:hover {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    html body .bvi .bvi-btn-outline-info:focus, html body .bvi .bvi-btn-outline-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
    html body .bvi .bvi-btn-outline-info.disabled, html body .bvi .bvi-btn-outline-info:disabled {
      color: #17a2b8;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-info.dropdown-toggle {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
      html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  html body .bvi .bvi-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
    html body .bvi .bvi-btn-outline-warning:hover {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
    html body .bvi .bvi-btn-outline-warning:focus, html body .bvi .bvi-btn-outline-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
    html body .bvi .bvi-btn-outline-warning.disabled, html body .bvi .bvi-btn-outline-warning:disabled {
      color: #ffc107;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-warning.dropdown-toggle {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
      html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  html body .bvi .bvi-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
    html body .bvi .bvi-btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    html body .bvi .bvi-btn-outline-danger:focus, html body .bvi .bvi-btn-outline-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
    html body .bvi .bvi-btn-outline-danger.disabled, html body .bvi .bvi-btn-outline-danger:disabled {
      color: #dc3545;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
      html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  html body .bvi .bvi-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
    html body .bvi .bvi-btn-outline-light:hover {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    html body .bvi .bvi-btn-outline-light:focus, html body .bvi .bvi-btn-outline-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
    html body .bvi .bvi-btn-outline-light.disabled, html body .bvi .bvi-btn-outline-light:disabled {
      color: #f8f9fa;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-light.dropdown-toggle {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
      html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  html body .bvi .bvi-btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
    html body .bvi .bvi-btn-outline-dark:hover {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
    html body .bvi .bvi-btn-outline-dark:focus, html body .bvi .bvi-btn-outline-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    html body .bvi .bvi-btn-outline-dark.disabled, html body .bvi .bvi-btn-outline-dark:disabled {
      color: #343a40;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
      html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  html body .bvi .bvi-btn-outline-bvi-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff; }
    html body .bvi .bvi-btn-outline-bvi-white:hover {
      color: #212529;
      background-color: #ffffff;
      border-color: #ffffff; }
    html body .bvi .bvi-btn-outline-bvi-white:focus, html body .bvi .bvi-btn-outline-bvi-white.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
    html body .bvi .bvi-btn-outline-bvi-white.disabled, html body .bvi .bvi-btn-outline-bvi-white:disabled {
      color: #ffffff;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle {
      color: #212529;
      background-color: #ffffff;
      border-color: #ffffff; }
      html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  html body .bvi .bvi-btn-outline-bvi-black {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000; }
    html body .bvi .bvi-btn-outline-bvi-black:hover {
      color: #fff;
      background-color: #000000;
      border-color: #000000; }
    html body .bvi .bvi-btn-outline-bvi-black:focus, html body .bvi .bvi-btn-outline-bvi-black.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
    html body .bvi .bvi-btn-outline-bvi-black.disabled, html body .bvi .bvi-btn-outline-bvi-black:disabled {
      color: #000000;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle {
      color: #fff;
      background-color: #000000;
      border-color: #000000; }
      html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  html body .bvi .bvi-btn-outline-bvi-blue {
    color: #063462;
    background-color: transparent;
    background-image: none;
    border-color: #063462; }
    html body .bvi .bvi-btn-outline-bvi-blue:hover {
      color: #fff;
      background-color: #063462;
      border-color: #063462; }
    html body .bvi .bvi-btn-outline-bvi-blue:focus, html body .bvi .bvi-btn-outline-bvi-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5); }
    html body .bvi .bvi-btn-outline-bvi-blue.disabled, html body .bvi .bvi-btn-outline-bvi-blue:disabled {
      color: #063462;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle {
      color: #fff;
      background-color: #063462;
      border-color: #063462; }
      html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(6, 52, 98, 0.5); }
  html body .bvi .bvi-btn-outline-bvi-brown {
    color: #4D4B43;
    background-color: transparent;
    background-image: none;
    border-color: #4D4B43; }
    html body .bvi .bvi-btn-outline-bvi-brown:hover {
      color: #fff;
      background-color: #4D4B43;
      border-color: #4D4B43; }
    html body .bvi .bvi-btn-outline-bvi-brown:focus, html body .bvi .bvi-btn-outline-bvi-brown.focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5); }
    html body .bvi .bvi-btn-outline-bvi-brown.disabled, html body .bvi .bvi-btn-outline-bvi-brown:disabled {
      color: #4D4B43;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle {
      color: #fff;
      background-color: #4D4B43;
      border-color: #4D4B43; }
      html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(77, 75, 67, 0.5); }
  html body .bvi .bvi-btn-outline-bvi-green {
    color: #A9E44D;
    background-color: transparent;
    background-image: none;
    border-color: #A9E44D; }
    html body .bvi .bvi-btn-outline-bvi-green:hover {
      color: #212529;
      background-color: #A9E44D;
      border-color: #A9E44D; }
    html body .bvi .bvi-btn-outline-bvi-green:focus, html body .bvi .bvi-btn-outline-bvi-green.focus {
      box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5); }
    html body .bvi .bvi-btn-outline-bvi-green.disabled, html body .bvi .bvi-btn-outline-bvi-green:disabled {
      color: #A9E44D;
      background-color: transparent; }
    html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active,
    .show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle {
      color: #212529;
      background-color: #A9E44D;
      border-color: #A9E44D; }
      html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus,
      .show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(169, 228, 77, 0.5); }
  html body .bvi .bvi-btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent; }
    html body .bvi .bvi-btn-link:hover {
      color: #0056b3;
      text-decoration: underline;
      background-color: transparent;
      border-color: transparent; }
    html body .bvi .bvi-btn-link:focus, html body .bvi .bvi-btn-link.focus {
      text-decoration: underline;
      border-color: transparent;
      box-shadow: none; }
    html body .bvi .bvi-btn-link:disabled, html body .bvi .bvi-btn-link.disabled {
      color: #6c757d;
      pointer-events: none; }
  html body .bvi .bvi-btn-lg, html body .bvi .bvi-btn-group-lg > .bvi-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0; }
  html body .bvi .bvi-btn-sm, html body .bvi .bvi-btn-group-sm > .bvi-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0; }
  html body .bvi .bvi-btn-block {
    display: block;
    width: 100%; }
    html body .bvi .bvi-btn-block + .bvi-btn-block {
      margin-top: 0.5rem; }
  html body .bvi input[type="submit"].bvi-btn-block,
  html body .bvi input[type="reset"].bvi-btn-block,
  html body .bvi input[type="button"].bvi-btn-block {
    width: 100%; }
  html body .bvi .bvi-btn-group,
  html body .bvi .bvi-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle; }
    html body .bvi .bvi-btn-group > .bvi-btn,
    html body .bvi .bvi-btn-group-vertical > .bvi-btn {
      position: relative;
      flex: 0 1 auto; }
      html body .bvi .bvi-btn-group > .bvi-btn:hover,
      html body .bvi .bvi-btn-group-vertical > .bvi-btn:hover {
        z-index: 1; }
      html body .bvi .bvi-btn-group > .bvi-btn:focus, html body .bvi .bvi-btn-group > .bvi-btn:active, html body .bvi .bvi-btn-group > .bvi-btn.active,
      html body .bvi .bvi-btn-group-vertical > .bvi-btn:focus,
      html body .bvi .bvi-btn-group-vertical > .bvi-btn:active,
      html body .bvi .bvi-btn-group-vertical > .bvi-btn.active {
        z-index: 1; }
    html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn,
    html body .bvi .bvi-btn-group .bvi-btn + .bvi-btn-group,
    html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn,
    html body .bvi .bvi-btn-group .bvi-btn-group + .bvi-btn-group,
    html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn,
    html body .bvi .bvi-btn-group-vertical .bvi-btn + .bvi-btn-group,
    html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn,
    html body .bvi .bvi-btn-group-vertical .bvi-btn-group + .bvi-btn-group {
      margin-left: -1px; }
  html body .bvi .bvi-btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html body .bvi .bvi-btn-toolbar .input-group {
      width: auto; }
  html body .bvi .bvi-btn-group > .bvi-btn:first-child {
    margin-left: 0; }
  html body .bvi .bvi-btn-group > .bvi-btn:not(:last-child):not(.dropdown-toggle),
  html body .bvi .bvi-btn-group > .bvi-btn-group:not(:last-child) > .bvi-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  html body .bvi .bvi-btn-group > .bvi-btn:not(:first-child),
  html body .bvi .bvi-btn-group > .bvi-btn-group:not(:first-child) > .bvi-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  html body .bvi .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem; }
    html body .bvi .dropdown-toggle-split::after,
    .dropup html body .bvi .dropdown-toggle-split::after,
    .dropright html body .bvi .dropdown-toggle-split::after {
      margin-left: 0; }
    .dropleft html body .bvi .dropdown-toggle-split::before {
      margin-right: 0; }
  html body .bvi .bvi-btn-sm + .dropdown-toggle-split, html body .bvi .bvi-btn-group-sm > .bvi-btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
  html body .bvi .bvi-btn-lg + .dropdown-toggle-split, html body .bvi .bvi-btn-group-lg > .bvi-btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  html body .bvi .bvi-btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    html body .bvi .bvi-btn-group-vertical .bvi-btn,
    html body .bvi .bvi-btn-group-vertical .bvi-btn-group {
      width: 100%; }
    html body .bvi .bvi-btn-group-vertical > .bvi-btn + .bvi-btn,
    html body .bvi .bvi-btn-group-vertical > .bvi-btn + .bvi-btn-group,
    html body .bvi .bvi-btn-group-vertical > .bvi-btn-group + .bvi-btn,
    html body .bvi .bvi-btn-group-vertical > .bvi-btn-group + .bvi-btn-group {
      margin-top: -1px;
      margin-left: 0; }
    html body .bvi .bvi-btn-group-vertical > .bvi-btn:not(:last-child):not(.dropdown-toggle),
    html body .bvi .bvi-btn-group-vertical > .bvi-btn-group:not(:last-child) > .bvi-btn {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    html body .bvi .bvi-btn-group-vertical > .bvi-btn:not(:first-child),
    html body .bvi .bvi-btn-group-vertical > .bvi-btn-group:not(:first-child) > .bvi-btn {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  html body .bvi .bvi-btn-group-toggle > .bvi-btn,
  html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn {
    margin-bottom: 0; }
    html body .bvi .bvi-btn-group-toggle > .bvi-btn input[type="radio"],
    html body .bvi .bvi-btn-group-toggle > .bvi-btn input[type="checkbox"],
    html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn input[type="radio"],
    html body .bvi .bvi-btn-group-toggle > .bvi-btn-group > .bvi-btn input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
  html body .bvi .bvi-border {
    border: 1px solid #dee2e6 !important; }
  html body .bvi .bvi-border-top {
    border-top: 1px solid #dee2e6 !important; }
  html body .bvi .bvi-border-right {
    border-right: 1px solid #dee2e6 !important; }
  html body .bvi .bvi-border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  html body .bvi .bvi-border-left {
    border-left: 1px solid #dee2e6 !important; }
  html body .bvi .bvi-border-0 {
    border: 0 !important; }
  html body .bvi .bvi-border-top-0 {
    border-top: 0 !important; }
  html body .bvi .bvi-border-right-0 {
    border-right: 0 !important; }
  html body .bvi .bvi-border-bottom-0 {
    border-bottom: 0 !important; }
  html body .bvi .bvi-border-left-0 {
    border-left: 0 !important; }
  html body .bvi .bvi-border-primary {
    border-color: #007bff !important; }
  html body .bvi .bvi-border-secondary {
    border-color: #6c757d !important; }
  html body .bvi .bvi-border-success {
    border-color: #28a745 !important; }
  html body .bvi .bvi-border-info {
    border-color: #17a2b8 !important; }
  html body .bvi .bvi-border-warning {
    border-color: #ffc107 !important; }
  html body .bvi .bvi-border-danger {
    border-color: #dc3545 !important; }
  html body .bvi .bvi-border-light {
    border-color: #f8f9fa !important; }
  html body .bvi .bvi-border-dark {
    border-color: #343a40 !important; }
  html body .bvi .bvi-border-bvi-white {
    border-color: #ffffff !important; }
  html body .bvi .bvi-border-bvi-black {
    border-color: #000000 !important; }
  html body .bvi .bvi-border-bvi-blue {
    border-color: #063462 !important; }
  html body .bvi .bvi-border-bvi-brown {
    border-color: #4D4B43 !important; }
  html body .bvi .bvi-border-bvi-green {
    border-color: #A9E44D !important; }
  html body .bvi .bvi-border-white {
    border-color: #fff !important; }
  html body .bvi .bvi-rounded {
    border-radius: 0 !important; }
  html body .bvi .bvi-rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  html body .bvi .bvi-rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  html body .bvi .bvi-rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  html body .bvi .bvi-rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  html body .bvi .bvi-rounded-circle {
    border-radius: 50% !important; }
  html body .bvi .bvi-rounded-0 {
    border-radius: 0 !important; }
  html body .bvi .bvi-m-0 {
    margin: 0 !important; }
  html body .bvi .bvi-mt-0,
  html body .bvi .bvi-my-0 {
    margin-top: 0 !important; }
  html body .bvi .bvi-mr-0,
  html body .bvi .bvi-mx-0 {
    margin-right: 0 !important; }
  html body .bvi .bvi-mb-0,
  html body .bvi .bvi-my-0 {
    margin-bottom: 0 !important; }
  html body .bvi .bvi-ml-0,
  html body .bvi .bvi-mx-0 {
    margin-left: 0 !important; }
  html body .bvi .bvi-m-1 {
    margin: 0.25rem !important; }
  html body .bvi .bvi-mt-1,
  html body .bvi .bvi-my-1 {
    margin-top: 0.25rem !important; }
  html body .bvi .bvi-mr-1,
  html body .bvi .bvi-mx-1 {
    margin-right: 0.25rem !important; }
  html body .bvi .bvi-mb-1,
  html body .bvi .bvi-my-1 {
    margin-bottom: 0.25rem !important; }
  html body .bvi .bvi-ml-1,
  html body .bvi .bvi-mx-1 {
    margin-left: 0.25rem !important; }
  html body .bvi .bvi-m-2 {
    margin: 0.5rem !important; }
  html body .bvi .bvi-mt-2,
  html body .bvi .bvi-my-2 {
    margin-top: 0.5rem !important; }
  html body .bvi .bvi-mr-2,
  html body .bvi .bvi-mx-2 {
    margin-right: 0.5rem !important; }
  html body .bvi .bvi-mb-2,
  html body .bvi .bvi-my-2 {
    margin-bottom: 0.5rem !important; }
  html body .bvi .bvi-ml-2,
  html body .bvi .bvi-mx-2 {
    margin-left: 0.5rem !important; }
  html body .bvi .bvi-m-3 {
    margin: 1rem !important; }
  html body .bvi .bvi-mt-3,
  html body .bvi .bvi-my-3 {
    margin-top: 1rem !important; }
  html body .bvi .bvi-mr-3,
  html body .bvi .bvi-mx-3 {
    margin-right: 1rem !important; }
  html body .bvi .bvi-mb-3,
  html body .bvi .bvi-my-3 {
    margin-bottom: 1rem !important; }
  html body .bvi .bvi-ml-3,
  html body .bvi .bvi-mx-3 {
    margin-left: 1rem !important; }
  html body .bvi .bvi-m-4 {
    margin: 1.5rem !important; }
  html body .bvi .bvi-mt-4,
  html body .bvi .bvi-my-4 {
    margin-top: 1.5rem !important; }
  html body .bvi .bvi-mr-4,
  html body .bvi .bvi-mx-4 {
    margin-right: 1.5rem !important; }
  html body .bvi .bvi-mb-4,
  html body .bvi .bvi-my-4 {
    margin-bottom: 1.5rem !important; }
  html body .bvi .bvi-ml-4,
  html body .bvi .bvi-mx-4 {
    margin-left: 1.5rem !important; }
  html body .bvi .bvi-m-5 {
    margin: 3rem !important; }
  html body .bvi .bvi-mt-5,
  html body .bvi .bvi-my-5 {
    margin-top: 3rem !important; }
  html body .bvi .bvi-mr-5,
  html body .bvi .bvi-mx-5 {
    margin-right: 3rem !important; }
  html body .bvi .bvi-mb-5,
  html body .bvi .bvi-my-5 {
    margin-bottom: 3rem !important; }
  html body .bvi .bvi-ml-5,
  html body .bvi .bvi-mx-5 {
    margin-left: 3rem !important; }
  html body .bvi .bvi-p-0 {
    padding: 0 !important; }
  html body .bvi .bvi-pt-0,
  html body .bvi .bvi-py-0 {
    padding-top: 0 !important; }
  html body .bvi .bvi-pr-0,
  html body .bvi .bvi-px-0 {
    padding-right: 0 !important; }
  html body .bvi .bvi-pb-0,
  html body .bvi .bvi-py-0 {
    padding-bottom: 0 !important; }
  html body .bvi .bvi-pl-0,
  html body .bvi .bvi-px-0 {
    padding-left: 0 !important; }
  html body .bvi .bvi-p-1 {
    padding: 0.25rem !important; }
  html body .bvi .bvi-pt-1,
  html body .bvi .bvi-py-1 {
    padding-top: 0.25rem !important; }
  html body .bvi .bvi-pr-1,
  html body .bvi .bvi-px-1 {
    padding-right: 0.25rem !important; }
  html body .bvi .bvi-pb-1,
  html body .bvi .bvi-py-1 {
    padding-bottom: 0.25rem !important; }
  html body .bvi .bvi-pl-1,
  html body .bvi .bvi-px-1 {
    padding-left: 0.25rem !important; }
  html body .bvi .bvi-p-2 {
    padding: 0.5rem !important; }
  html body .bvi .bvi-pt-2,
  html body .bvi .bvi-py-2 {
    padding-top: 0.5rem !important; }
  html body .bvi .bvi-pr-2,
  html body .bvi .bvi-px-2 {
    padding-right: 0.5rem !important; }
  html body .bvi .bvi-pb-2,
  html body .bvi .bvi-py-2 {
    padding-bottom: 0.5rem !important; }
  html body .bvi .bvi-pl-2,
  html body .bvi .bvi-px-2 {
    padding-left: 0.5rem !important; }
  html body .bvi .bvi-p-3 {
    padding: 1rem !important; }
  html body .bvi .bvi-pt-3,
  html body .bvi .bvi-py-3 {
    padding-top: 1rem !important; }
  html body .bvi .bvi-pr-3,
  html body .bvi .bvi-px-3 {
    padding-right: 1rem !important; }
  html body .bvi .bvi-pb-3,
  html body .bvi .bvi-py-3 {
    padding-bottom: 1rem !important; }
  html body .bvi .bvi-pl-3,
  html body .bvi .bvi-px-3 {
    padding-left: 1rem !important; }
  html body .bvi .bvi-p-4 {
    padding: 1.5rem !important; }
  html body .bvi .bvi-pt-4,
  html body .bvi .bvi-py-4 {
    padding-top: 1.5rem !important; }
  html body .bvi .bvi-pr-4,
  html body .bvi .bvi-px-4 {
    padding-right: 1.5rem !important; }
  html body .bvi .bvi-pb-4,
  html body .bvi .bvi-py-4 {
    padding-bottom: 1.5rem !important; }
  html body .bvi .bvi-pl-4,
  html body .bvi .bvi-px-4 {
    padding-left: 1.5rem !important; }
  html body .bvi .bvi-p-5 {
    padding: 3rem !important; }
  html body .bvi .bvi-pt-5,
  html body .bvi .bvi-py-5 {
    padding-top: 3rem !important; }
  html body .bvi .bvi-pr-5,
  html body .bvi .bvi-px-5 {
    padding-right: 3rem !important; }
  html body .bvi .bvi-pb-5,
  html body .bvi .bvi-py-5 {
    padding-bottom: 3rem !important; }
  html body .bvi .bvi-pl-5,
  html body .bvi .bvi-px-5 {
    padding-left: 3rem !important; }
  html body .bvi .bvi-m-auto {
    margin: auto !important; }
  html body .bvi .bvi-mt-auto,
  html body .bvi .bvi-my-auto {
    margin-top: auto !important; }
  html body .bvi .bvi-mr-auto,
  html body .bvi .bvi-mx-auto {
    margin-right: auto !important; }
  html body .bvi .bvi-mb-auto,
  html body .bvi .bvi-my-auto {
    margin-bottom: auto !important; }
  html body .bvi .bvi-ml-auto,
  html body .bvi .bvi-mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    html body .bvi .bvi-m-sm-0 {
      margin: 0 !important; }
    html body .bvi .bvi-mt-sm-0,
    html body .bvi .bvi-my-sm-0 {
      margin-top: 0 !important; }
    html body .bvi .bvi-mr-sm-0,
    html body .bvi .bvi-mx-sm-0 {
      margin-right: 0 !important; }
    html body .bvi .bvi-mb-sm-0,
    html body .bvi .bvi-my-sm-0 {
      margin-bottom: 0 !important; }
    html body .bvi .bvi-ml-sm-0,
    html body .bvi .bvi-mx-sm-0 {
      margin-left: 0 !important; }
    html body .bvi .bvi-m-sm-1 {
      margin: 0.25rem !important; }
    html body .bvi .bvi-mt-sm-1,
    html body .bvi .bvi-my-sm-1 {
      margin-top: 0.25rem !important; }
    html body .bvi .bvi-mr-sm-1,
    html body .bvi .bvi-mx-sm-1 {
      margin-right: 0.25rem !important; }
    html body .bvi .bvi-mb-sm-1,
    html body .bvi .bvi-my-sm-1 {
      margin-bottom: 0.25rem !important; }
    html body .bvi .bvi-ml-sm-1,
    html body .bvi .bvi-mx-sm-1 {
      margin-left: 0.25rem !important; }
    html body .bvi .bvi-m-sm-2 {
      margin: 0.5rem !important; }
    html body .bvi .bvi-mt-sm-2,
    html body .bvi .bvi-my-sm-2 {
      margin-top: 0.5rem !important; }
    html body .bvi .bvi-mr-sm-2,
    html body .bvi .bvi-mx-sm-2 {
      margin-right: 0.5rem !important; }
    html body .bvi .bvi-mb-sm-2,
    html body .bvi .bvi-my-sm-2 {
      margin-bottom: 0.5rem !important; }
    html body .bvi .bvi-ml-sm-2,
    html body .bvi .bvi-mx-sm-2 {
      margin-left: 0.5rem !important; }
    html body .bvi .bvi-m-sm-3 {
      margin: 1rem !important; }
    html body .bvi .bvi-mt-sm-3,
    html body .bvi .bvi-my-sm-3 {
      margin-top: 1rem !important; }
    html body .bvi .bvi-mr-sm-3,
    html body .bvi .bvi-mx-sm-3 {
      margin-right: 1rem !important; }
    html body .bvi .bvi-mb-sm-3,
    html body .bvi .bvi-my-sm-3 {
      margin-bottom: 1rem !important; }
    html body .bvi .bvi-ml-sm-3,
    html body .bvi .bvi-mx-sm-3 {
      margin-left: 1rem !important; }
    html body .bvi .bvi-m-sm-4 {
      margin: 1.5rem !important; }
    html body .bvi .bvi-mt-sm-4,
    html body .bvi .bvi-my-sm-4 {
      margin-top: 1.5rem !important; }
    html body .bvi .bvi-mr-sm-4,
    html body .bvi .bvi-mx-sm-4 {
      margin-right: 1.5rem !important; }
    html body .bvi .bvi-mb-sm-4,
    html body .bvi .bvi-my-sm-4 {
      margin-bottom: 1.5rem !important; }
    html body .bvi .bvi-ml-sm-4,
    html body .bvi .bvi-mx-sm-4 {
      margin-left: 1.5rem !important; }
    html body .bvi .bvi-m-sm-5 {
      margin: 3rem !important; }
    html body .bvi .bvi-mt-sm-5,
    html body .bvi .bvi-my-sm-5 {
      margin-top: 3rem !important; }
    html body .bvi .bvi-mr-sm-5,
    html body .bvi .bvi-mx-sm-5 {
      margin-right: 3rem !important; }
    html body .bvi .bvi-mb-sm-5,
    html body .bvi .bvi-my-sm-5 {
      margin-bottom: 3rem !important; }
    html body .bvi .bvi-ml-sm-5,
    html body .bvi .bvi-mx-sm-5 {
      margin-left: 3rem !important; }
    html body .bvi .bvi-p-sm-0 {
      padding: 0 !important; }
    html body .bvi .bvi-pt-sm-0,
    html body .bvi .bvi-py-sm-0 {
      padding-top: 0 !important; }
    html body .bvi .bvi-pr-sm-0,
    html body .bvi .bvi-px-sm-0 {
      padding-right: 0 !important; }
    html body .bvi .bvi-pb-sm-0,
    html body .bvi .bvi-py-sm-0 {
      padding-bottom: 0 !important; }
    html body .bvi .bvi-pl-sm-0,
    html body .bvi .bvi-px-sm-0 {
      padding-left: 0 !important; }
    html body .bvi .bvi-p-sm-1 {
      padding: 0.25rem !important; }
    html body .bvi .bvi-pt-sm-1,
    html body .bvi .bvi-py-sm-1 {
      padding-top: 0.25rem !important; }
    html body .bvi .bvi-pr-sm-1,
    html body .bvi .bvi-px-sm-1 {
      padding-right: 0.25rem !important; }
    html body .bvi .bvi-pb-sm-1,
    html body .bvi .bvi-py-sm-1 {
      padding-bottom: 0.25rem !important; }
    html body .bvi .bvi-pl-sm-1,
    html body .bvi .bvi-px-sm-1 {
      padding-left: 0.25rem !important; }
    html body .bvi .bvi-p-sm-2 {
      padding: 0.5rem !important; }
    html body .bvi .bvi-pt-sm-2,
    html body .bvi .bvi-py-sm-2 {
      padding-top: 0.5rem !important; }
    html body .bvi .bvi-pr-sm-2,
    html body .bvi .bvi-px-sm-2 {
      padding-right: 0.5rem !important; }
    html body .bvi .bvi-pb-sm-2,
    html body .bvi .bvi-py-sm-2 {
      padding-bottom: 0.5rem !important; }
    html body .bvi .bvi-pl-sm-2,
    html body .bvi .bvi-px-sm-2 {
      padding-left: 0.5rem !important; }
    html body .bvi .bvi-p-sm-3 {
      padding: 1rem !important; }
    html body .bvi .bvi-pt-sm-3,
    html body .bvi .bvi-py-sm-3 {
      padding-top: 1rem !important; }
    html body .bvi .bvi-pr-sm-3,
    html body .bvi .bvi-px-sm-3 {
      padding-right: 1rem !important; }
    html body .bvi .bvi-pb-sm-3,
    html body .bvi .bvi-py-sm-3 {
      padding-bottom: 1rem !important; }
    html body .bvi .bvi-pl-sm-3,
    html body .bvi .bvi-px-sm-3 {
      padding-left: 1rem !important; }
    html body .bvi .bvi-p-sm-4 {
      padding: 1.5rem !important; }
    html body .bvi .bvi-pt-sm-4,
    html body .bvi .bvi-py-sm-4 {
      padding-top: 1.5rem !important; }
    html body .bvi .bvi-pr-sm-4,
    html body .bvi .bvi-px-sm-4 {
      padding-right: 1.5rem !important; }
    html body .bvi .bvi-pb-sm-4,
    html body .bvi .bvi-py-sm-4 {
      padding-bottom: 1.5rem !important; }
    html body .bvi .bvi-pl-sm-4,
    html body .bvi .bvi-px-sm-4 {
      padding-left: 1.5rem !important; }
    html body .bvi .bvi-p-sm-5 {
      padding: 3rem !important; }
    html body .bvi .bvi-pt-sm-5,
    html body .bvi .bvi-py-sm-5 {
      padding-top: 3rem !important; }
    html body .bvi .bvi-pr-sm-5,
    html body .bvi .bvi-px-sm-5 {
      padding-right: 3rem !important; }
    html body .bvi .bvi-pb-sm-5,
    html body .bvi .bvi-py-sm-5 {
      padding-bottom: 3rem !important; }
    html body .bvi .bvi-pl-sm-5,
    html body .bvi .bvi-px-sm-5 {
      padding-left: 3rem !important; }
    html body .bvi .bvi-m-sm-auto {
      margin: auto !important; }
    html body .bvi .bvi-mt-sm-auto,
    html body .bvi .bvi-my-sm-auto {
      margin-top: auto !important; }
    html body .bvi .bvi-mr-sm-auto,
    html body .bvi .bvi-mx-sm-auto {
      margin-right: auto !important; }
    html body .bvi .bvi-mb-sm-auto,
    html body .bvi .bvi-my-sm-auto {
      margin-bottom: auto !important; }
    html body .bvi .bvi-ml-sm-auto,
    html body .bvi .bvi-mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    html body .bvi .bvi-m-md-0 {
      margin: 0 !important; }
    html body .bvi .bvi-mt-md-0,
    html body .bvi .bvi-my-md-0 {
      margin-top: 0 !important; }
    html body .bvi .bvi-mr-md-0,
    html body .bvi .bvi-mx-md-0 {
      margin-right: 0 !important; }
    html body .bvi .bvi-mb-md-0,
    html body .bvi .bvi-my-md-0 {
      margin-bottom: 0 !important; }
    html body .bvi .bvi-ml-md-0,
    html body .bvi .bvi-mx-md-0 {
      margin-left: 0 !important; }
    html body .bvi .bvi-m-md-1 {
      margin: 0.25rem !important; }
    html body .bvi .bvi-mt-md-1,
    html body .bvi .bvi-my-md-1 {
      margin-top: 0.25rem !important; }
    html body .bvi .bvi-mr-md-1,
    html body .bvi .bvi-mx-md-1 {
      margin-right: 0.25rem !important; }
    html body .bvi .bvi-mb-md-1,
    html body .bvi .bvi-my-md-1 {
      margin-bottom: 0.25rem !important; }
    html body .bvi .bvi-ml-md-1,
    html body .bvi .bvi-mx-md-1 {
      margin-left: 0.25rem !important; }
    html body .bvi .bvi-m-md-2 {
      margin: 0.5rem !important; }
    html body .bvi .bvi-mt-md-2,
    html body .bvi .bvi-my-md-2 {
      margin-top: 0.5rem !important; }
    html body .bvi .bvi-mr-md-2,
    html body .bvi .bvi-mx-md-2 {
      margin-right: 0.5rem !important; }
    html body .bvi .bvi-mb-md-2,
    html body .bvi .bvi-my-md-2 {
      margin-bottom: 0.5rem !important; }
    html body .bvi .bvi-ml-md-2,
    html body .bvi .bvi-mx-md-2 {
      margin-left: 0.5rem !important; }
    html body .bvi .bvi-m-md-3 {
      margin: 1rem !important; }
    html body .bvi .bvi-mt-md-3,
    html body .bvi .bvi-my-md-3 {
      margin-top: 1rem !important; }
    html body .bvi .bvi-mr-md-3,
    html body .bvi .bvi-mx-md-3 {
      margin-right: 1rem !important; }
    html body .bvi .bvi-mb-md-3,
    html body .bvi .bvi-my-md-3 {
      margin-bottom: 1rem !important; }
    html body .bvi .bvi-ml-md-3,
    html body .bvi .bvi-mx-md-3 {
      margin-left: 1rem !important; }
    html body .bvi .bvi-m-md-4 {
      margin: 1.5rem !important; }
    html body .bvi .bvi-mt-md-4,
    html body .bvi .bvi-my-md-4 {
      margin-top: 1.5rem !important; }
    html body .bvi .bvi-mr-md-4,
    html body .bvi .bvi-mx-md-4 {
      margin-right: 1.5rem !important; }
    html body .bvi .bvi-mb-md-4,
    html body .bvi .bvi-my-md-4 {
      margin-bottom: 1.5rem !important; }
    html body .bvi .bvi-ml-md-4,
    html body .bvi .bvi-mx-md-4 {
      margin-left: 1.5rem !important; }
    html body .bvi .bvi-m-md-5 {
      margin: 3rem !important; }
    html body .bvi .bvi-mt-md-5,
    html body .bvi .bvi-my-md-5 {
      margin-top: 3rem !important; }
    html body .bvi .bvi-mr-md-5,
    html body .bvi .bvi-mx-md-5 {
      margin-right: 3rem !important; }
    html body .bvi .bvi-mb-md-5,
    html body .bvi .bvi-my-md-5 {
      margin-bottom: 3rem !important; }
    html body .bvi .bvi-ml-md-5,
    html body .bvi .bvi-mx-md-5 {
      margin-left: 3rem !important; }
    html body .bvi .bvi-p-md-0 {
      padding: 0 !important; }
    html body .bvi .bvi-pt-md-0,
    html body .bvi .bvi-py-md-0 {
      padding-top: 0 !important; }
    html body .bvi .bvi-pr-md-0,
    html body .bvi .bvi-px-md-0 {
      padding-right: 0 !important; }
    html body .bvi .bvi-pb-md-0,
    html body .bvi .bvi-py-md-0 {
      padding-bottom: 0 !important; }
    html body .bvi .bvi-pl-md-0,
    html body .bvi .bvi-px-md-0 {
      padding-left: 0 !important; }
    html body .bvi .bvi-p-md-1 {
      padding: 0.25rem !important; }
    html body .bvi .bvi-pt-md-1,
    html body .bvi .bvi-py-md-1 {
      padding-top: 0.25rem !important; }
    html body .bvi .bvi-pr-md-1,
    html body .bvi .bvi-px-md-1 {
      padding-right: 0.25rem !important; }
    html body .bvi .bvi-pb-md-1,
    html body .bvi .bvi-py-md-1 {
      padding-bottom: 0.25rem !important; }
    html body .bvi .bvi-pl-md-1,
    html body .bvi .bvi-px-md-1 {
      padding-left: 0.25rem !important; }
    html body .bvi .bvi-p-md-2 {
      padding: 0.5rem !important; }
    html body .bvi .bvi-pt-md-2,
    html body .bvi .bvi-py-md-2 {
      padding-top: 0.5rem !important; }
    html body .bvi .bvi-pr-md-2,
    html body .bvi .bvi-px-md-2 {
      padding-right: 0.5rem !important; }
    html body .bvi .bvi-pb-md-2,
    html body .bvi .bvi-py-md-2 {
      padding-bottom: 0.5rem !important; }
    html body .bvi .bvi-pl-md-2,
    html body .bvi .bvi-px-md-2 {
      padding-left: 0.5rem !important; }
    html body .bvi .bvi-p-md-3 {
      padding: 1rem !important; }
    html body .bvi .bvi-pt-md-3,
    html body .bvi .bvi-py-md-3 {
      padding-top: 1rem !important; }
    html body .bvi .bvi-pr-md-3,
    html body .bvi .bvi-px-md-3 {
      padding-right: 1rem !important; }
    html body .bvi .bvi-pb-md-3,
    html body .bvi .bvi-py-md-3 {
      padding-bottom: 1rem !important; }
    html body .bvi .bvi-pl-md-3,
    html body .bvi .bvi-px-md-3 {
      padding-left: 1rem !important; }
    html body .bvi .bvi-p-md-4 {
      padding: 1.5rem !important; }
    html body .bvi .bvi-pt-md-4,
    html body .bvi .bvi-py-md-4 {
      padding-top: 1.5rem !important; }
    html body .bvi .bvi-pr-md-4,
    html body .bvi .bvi-px-md-4 {
      padding-right: 1.5rem !important; }
    html body .bvi .bvi-pb-md-4,
    html body .bvi .bvi-py-md-4 {
      padding-bottom: 1.5rem !important; }
    html body .bvi .bvi-pl-md-4,
    html body .bvi .bvi-px-md-4 {
      padding-left: 1.5rem !important; }
    html body .bvi .bvi-p-md-5 {
      padding: 3rem !important; }
    html body .bvi .bvi-pt-md-5,
    html body .bvi .bvi-py-md-5 {
      padding-top: 3rem !important; }
    html body .bvi .bvi-pr-md-5,
    html body .bvi .bvi-px-md-5 {
      padding-right: 3rem !important; }
    html body .bvi .bvi-pb-md-5,
    html body .bvi .bvi-py-md-5 {
      padding-bottom: 3rem !important; }
    html body .bvi .bvi-pl-md-5,
    html body .bvi .bvi-px-md-5 {
      padding-left: 3rem !important; }
    html body .bvi .bvi-m-md-auto {
      margin: auto !important; }
    html body .bvi .bvi-mt-md-auto,
    html body .bvi .bvi-my-md-auto {
      margin-top: auto !important; }
    html body .bvi .bvi-mr-md-auto,
    html body .bvi .bvi-mx-md-auto {
      margin-right: auto !important; }
    html body .bvi .bvi-mb-md-auto,
    html body .bvi .bvi-my-md-auto {
      margin-bottom: auto !important; }
    html body .bvi .bvi-ml-md-auto,
    html body .bvi .bvi-mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
    html body .bvi .bvi-m-lg-0 {
      margin: 0 !important; }
    html body .bvi .bvi-mt-lg-0,
    html body .bvi .bvi-my-lg-0 {
      margin-top: 0 !important; }
    html body .bvi .bvi-mr-lg-0,
    html body .bvi .bvi-mx-lg-0 {
      margin-right: 0 !important; }
    html body .bvi .bvi-mb-lg-0,
    html body .bvi .bvi-my-lg-0 {
      margin-bottom: 0 !important; }
    html body .bvi .bvi-ml-lg-0,
    html body .bvi .bvi-mx-lg-0 {
      margin-left: 0 !important; }
    html body .bvi .bvi-m-lg-1 {
      margin: 0.25rem !important; }
    html body .bvi .bvi-mt-lg-1,
    html body .bvi .bvi-my-lg-1 {
      margin-top: 0.25rem !important; }
    html body .bvi .bvi-mr-lg-1,
    html body .bvi .bvi-mx-lg-1 {
      margin-right: 0.25rem !important; }
    html body .bvi .bvi-mb-lg-1,
    html body .bvi .bvi-my-lg-1 {
      margin-bottom: 0.25rem !important; }
    html body .bvi .bvi-ml-lg-1,
    html body .bvi .bvi-mx-lg-1 {
      margin-left: 0.25rem !important; }
    html body .bvi .bvi-m-lg-2 {
      margin: 0.5rem !important; }
    html body .bvi .bvi-mt-lg-2,
    html body .bvi .bvi-my-lg-2 {
      margin-top: 0.5rem !important; }
    html body .bvi .bvi-mr-lg-2,
    html body .bvi .bvi-mx-lg-2 {
      margin-right: 0.5rem !important; }
    html body .bvi .bvi-mb-lg-2,
    html body .bvi .bvi-my-lg-2 {
      margin-bottom: 0.5rem !important; }
    html body .bvi .bvi-ml-lg-2,
    html body .bvi .bvi-mx-lg-2 {
      margin-left: 0.5rem !important; }
    html body .bvi .bvi-m-lg-3 {
      margin: 1rem !important; }
    html body .bvi .bvi-mt-lg-3,
    html body .bvi .bvi-my-lg-3 {
      margin-top: 1rem !important; }
    html body .bvi .bvi-mr-lg-3,
    html body .bvi .bvi-mx-lg-3 {
      margin-right: 1rem !important; }
    html body .bvi .bvi-mb-lg-3,
    html body .bvi .bvi-my-lg-3 {
      margin-bottom: 1rem !important; }
    html body .bvi .bvi-ml-lg-3,
    html body .bvi .bvi-mx-lg-3 {
      margin-left: 1rem !important; }
    html body .bvi .bvi-m-lg-4 {
      margin: 1.5rem !important; }
    html body .bvi .bvi-mt-lg-4,
    html body .bvi .bvi-my-lg-4 {
      margin-top: 1.5rem !important; }
    html body .bvi .bvi-mr-lg-4,
    html body .bvi .bvi-mx-lg-4 {
      margin-right: 1.5rem !important; }
    html body .bvi .bvi-mb-lg-4,
    html body .bvi .bvi-my-lg-4 {
      margin-bottom: 1.5rem !important; }
    html body .bvi .bvi-ml-lg-4,
    html body .bvi .bvi-mx-lg-4 {
      margin-left: 1.5rem !important; }
    html body .bvi .bvi-m-lg-5 {
      margin: 3rem !important; }
    html body .bvi .bvi-mt-lg-5,
    html body .bvi .bvi-my-lg-5 {
      margin-top: 3rem !important; }
    html body .bvi .bvi-mr-lg-5,
    html body .bvi .bvi-mx-lg-5 {
      margin-right: 3rem !important; }
    html body .bvi .bvi-mb-lg-5,
    html body .bvi .bvi-my-lg-5 {
      margin-bottom: 3rem !important; }
    html body .bvi .bvi-ml-lg-5,
    html body .bvi .bvi-mx-lg-5 {
      margin-left: 3rem !important; }
    html body .bvi .bvi-p-lg-0 {
      padding: 0 !important; }
    html body .bvi .bvi-pt-lg-0,
    html body .bvi .bvi-py-lg-0 {
      padding-top: 0 !important; }
    html body .bvi .bvi-pr-lg-0,
    html body .bvi .bvi-px-lg-0 {
      padding-right: 0 !important; }
    html body .bvi .bvi-pb-lg-0,
    html body .bvi .bvi-py-lg-0 {
      padding-bottom: 0 !important; }
    html body .bvi .bvi-pl-lg-0,
    html body .bvi .bvi-px-lg-0 {
      padding-left: 0 !important; }
    html body .bvi .bvi-p-lg-1 {
      padding: 0.25rem !important; }
    html body .bvi .bvi-pt-lg-1,
    html body .bvi .bvi-py-lg-1 {
      padding-top: 0.25rem !important; }
    html body .bvi .bvi-pr-lg-1,
    html body .bvi .bvi-px-lg-1 {
      padding-right: 0.25rem !important; }
    html body .bvi .bvi-pb-lg-1,
    html body .bvi .bvi-py-lg-1 {
      padding-bottom: 0.25rem !important; }
    html body .bvi .bvi-pl-lg-1,
    html body .bvi .bvi-px-lg-1 {
      padding-left: 0.25rem !important; }
    html body .bvi .bvi-p-lg-2 {
      padding: 0.5rem !important; }
    html body .bvi .bvi-pt-lg-2,
    html body .bvi .bvi-py-lg-2 {
      padding-top: 0.5rem !important; }
    html body .bvi .bvi-pr-lg-2,
    html body .bvi .bvi-px-lg-2 {
      padding-right: 0.5rem !important; }
    html body .bvi .bvi-pb-lg-2,
    html body .bvi .bvi-py-lg-2 {
      padding-bottom: 0.5rem !important; }
    html body .bvi .bvi-pl-lg-2,
    html body .bvi .bvi-px-lg-2 {
      padding-left: 0.5rem !important; }
    html body .bvi .bvi-p-lg-3 {
      padding: 1rem !important; }
    html body .bvi .bvi-pt-lg-3,
    html body .bvi .bvi-py-lg-3 {
      padding-top: 1rem !important; }
    html body .bvi .bvi-pr-lg-3,
    html body .bvi .bvi-px-lg-3 {
      padding-right: 1rem !important; }
    html body .bvi .bvi-pb-lg-3,
    html body .bvi .bvi-py-lg-3 {
      padding-bottom: 1rem !important; }
    html body .bvi .bvi-pl-lg-3,
    html body .bvi .bvi-px-lg-3 {
      padding-left: 1rem !important; }
    html body .bvi .bvi-p-lg-4 {
      padding: 1.5rem !important; }
    html body .bvi .bvi-pt-lg-4,
    html body .bvi .bvi-py-lg-4 {
      padding-top: 1.5rem !important; }
    html body .bvi .bvi-pr-lg-4,
    html body .bvi .bvi-px-lg-4 {
      padding-right: 1.5rem !important; }
    html body .bvi .bvi-pb-lg-4,
    html body .bvi .bvi-py-lg-4 {
      padding-bottom: 1.5rem !important; }
    html body .bvi .bvi-pl-lg-4,
    html body .bvi .bvi-px-lg-4 {
      padding-left: 1.5rem !important; }
    html body .bvi .bvi-p-lg-5 {
      padding: 3rem !important; }
    html body .bvi .bvi-pt-lg-5,
    html body .bvi .bvi-py-lg-5 {
      padding-top: 3rem !important; }
    html body .bvi .bvi-pr-lg-5,
    html body .bvi .bvi-px-lg-5 {
      padding-right: 3rem !important; }
    html body .bvi .bvi-pb-lg-5,
    html body .bvi .bvi-py-lg-5 {
      padding-bottom: 3rem !important; }
    html body .bvi .bvi-pl-lg-5,
    html body .bvi .bvi-px-lg-5 {
      padding-left: 3rem !important; }
    html body .bvi .bvi-m-lg-auto {
      margin: auto !important; }
    html body .bvi .bvi-mt-lg-auto,
    html body .bvi .bvi-my-lg-auto {
      margin-top: auto !important; }
    html body .bvi .bvi-mr-lg-auto,
    html body .bvi .bvi-mx-lg-auto {
      margin-right: auto !important; }
    html body .bvi .bvi-mb-lg-auto,
    html body .bvi .bvi-my-lg-auto {
      margin-bottom: auto !important; }
    html body .bvi .bvi-ml-lg-auto,
    html body .bvi .bvi-mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
    html body .bvi .bvi-m-xl-0 {
      margin: 0 !important; }
    html body .bvi .bvi-mt-xl-0,
    html body .bvi .bvi-my-xl-0 {
      margin-top: 0 !important; }
    html body .bvi .bvi-mr-xl-0,
    html body .bvi .bvi-mx-xl-0 {
      margin-right: 0 !important; }
    html body .bvi .bvi-mb-xl-0,
    html body .bvi .bvi-my-xl-0 {
      margin-bottom: 0 !important; }
    html body .bvi .bvi-ml-xl-0,
    html body .bvi .bvi-mx-xl-0 {
      margin-left: 0 !important; }
    html body .bvi .bvi-m-xl-1 {
      margin: 0.25rem !important; }
    html body .bvi .bvi-mt-xl-1,
    html body .bvi .bvi-my-xl-1 {
      margin-top: 0.25rem !important; }
    html body .bvi .bvi-mr-xl-1,
    html body .bvi .bvi-mx-xl-1 {
      margin-right: 0.25rem !important; }
    html body .bvi .bvi-mb-xl-1,
    html body .bvi .bvi-my-xl-1 {
      margin-bottom: 0.25rem !important; }
    html body .bvi .bvi-ml-xl-1,
    html body .bvi .bvi-mx-xl-1 {
      margin-left: 0.25rem !important; }
    html body .bvi .bvi-m-xl-2 {
      margin: 0.5rem !important; }
    html body .bvi .bvi-mt-xl-2,
    html body .bvi .bvi-my-xl-2 {
      margin-top: 0.5rem !important; }
    html body .bvi .bvi-mr-xl-2,
    html body .bvi .bvi-mx-xl-2 {
      margin-right: 0.5rem !important; }
    html body .bvi .bvi-mb-xl-2,
    html body .bvi .bvi-my-xl-2 {
      margin-bottom: 0.5rem !important; }
    html body .bvi .bvi-ml-xl-2,
    html body .bvi .bvi-mx-xl-2 {
      margin-left: 0.5rem !important; }
    html body .bvi .bvi-m-xl-3 {
      margin: 1rem !important; }
    html body .bvi .bvi-mt-xl-3,
    html body .bvi .bvi-my-xl-3 {
      margin-top: 1rem !important; }
    html body .bvi .bvi-mr-xl-3,
    html body .bvi .bvi-mx-xl-3 {
      margin-right: 1rem !important; }
    html body .bvi .bvi-mb-xl-3,
    html body .bvi .bvi-my-xl-3 {
      margin-bottom: 1rem !important; }
    html body .bvi .bvi-ml-xl-3,
    html body .bvi .bvi-mx-xl-3 {
      margin-left: 1rem !important; }
    html body .bvi .bvi-m-xl-4 {
      margin: 1.5rem !important; }
    html body .bvi .bvi-mt-xl-4,
    html body .bvi .bvi-my-xl-4 {
      margin-top: 1.5rem !important; }
    html body .bvi .bvi-mr-xl-4,
    html body .bvi .bvi-mx-xl-4 {
      margin-right: 1.5rem !important; }
    html body .bvi .bvi-mb-xl-4,
    html body .bvi .bvi-my-xl-4 {
      margin-bottom: 1.5rem !important; }
    html body .bvi .bvi-ml-xl-4,
    html body .bvi .bvi-mx-xl-4 {
      margin-left: 1.5rem !important; }
    html body .bvi .bvi-m-xl-5 {
      margin: 3rem !important; }
    html body .bvi .bvi-mt-xl-5,
    html body .bvi .bvi-my-xl-5 {
      margin-top: 3rem !important; }
    html body .bvi .bvi-mr-xl-5,
    html body .bvi .bvi-mx-xl-5 {
      margin-right: 3rem !important; }
    html body .bvi .bvi-mb-xl-5,
    html body .bvi .bvi-my-xl-5 {
      margin-bottom: 3rem !important; }
    html body .bvi .bvi-ml-xl-5,
    html body .bvi .bvi-mx-xl-5 {
      margin-left: 3rem !important; }
    html body .bvi .bvi-p-xl-0 {
      padding: 0 !important; }
    html body .bvi .bvi-pt-xl-0,
    html body .bvi .bvi-py-xl-0 {
      padding-top: 0 !important; }
    html body .bvi .bvi-pr-xl-0,
    html body .bvi .bvi-px-xl-0 {
      padding-right: 0 !important; }
    html body .bvi .bvi-pb-xl-0,
    html body .bvi .bvi-py-xl-0 {
      padding-bottom: 0 !important; }
    html body .bvi .bvi-pl-xl-0,
    html body .bvi .bvi-px-xl-0 {
      padding-left: 0 !important; }
    html body .bvi .bvi-p-xl-1 {
      padding: 0.25rem !important; }
    html body .bvi .bvi-pt-xl-1,
    html body .bvi .bvi-py-xl-1 {
      padding-top: 0.25rem !important; }
    html body .bvi .bvi-pr-xl-1,
    html body .bvi .bvi-px-xl-1 {
      padding-right: 0.25rem !important; }
    html body .bvi .bvi-pb-xl-1,
    html body .bvi .bvi-py-xl-1 {
      padding-bottom: 0.25rem !important; }
    html body .bvi .bvi-pl-xl-1,
    html body .bvi .bvi-px-xl-1 {
      padding-left: 0.25rem !important; }
    html body .bvi .bvi-p-xl-2 {
      padding: 0.5rem !important; }
    html body .bvi .bvi-pt-xl-2,
    html body .bvi .bvi-py-xl-2 {
      padding-top: 0.5rem !important; }
    html body .bvi .bvi-pr-xl-2,
    html body .bvi .bvi-px-xl-2 {
      padding-right: 0.5rem !important; }
    html body .bvi .bvi-pb-xl-2,
    html body .bvi .bvi-py-xl-2 {
      padding-bottom: 0.5rem !important; }
    html body .bvi .bvi-pl-xl-2,
    html body .bvi .bvi-px-xl-2 {
      padding-left: 0.5rem !important; }
    html body .bvi .bvi-p-xl-3 {
      padding: 1rem !important; }
    html body .bvi .bvi-pt-xl-3,
    html body .bvi .bvi-py-xl-3 {
      padding-top: 1rem !important; }
    html body .bvi .bvi-pr-xl-3,
    html body .bvi .bvi-px-xl-3 {
      padding-right: 1rem !important; }
    html body .bvi .bvi-pb-xl-3,
    html body .bvi .bvi-py-xl-3 {
      padding-bottom: 1rem !important; }
    html body .bvi .bvi-pl-xl-3,
    html body .bvi .bvi-px-xl-3 {
      padding-left: 1rem !important; }
    html body .bvi .bvi-p-xl-4 {
      padding: 1.5rem !important; }
    html body .bvi .bvi-pt-xl-4,
    html body .bvi .bvi-py-xl-4 {
      padding-top: 1.5rem !important; }
    html body .bvi .bvi-pr-xl-4,
    html body .bvi .bvi-px-xl-4 {
      padding-right: 1.5rem !important; }
    html body .bvi .bvi-pb-xl-4,
    html body .bvi .bvi-py-xl-4 {
      padding-bottom: 1.5rem !important; }
    html body .bvi .bvi-pl-xl-4,
    html body .bvi .bvi-px-xl-4 {
      padding-left: 1.5rem !important; }
    html body .bvi .bvi-p-xl-5 {
      padding: 3rem !important; }
    html body .bvi .bvi-pt-xl-5,
    html body .bvi .bvi-py-xl-5 {
      padding-top: 3rem !important; }
    html body .bvi .bvi-pr-xl-5,
    html body .bvi .bvi-px-xl-5 {
      padding-right: 3rem !important; }
    html body .bvi .bvi-pb-xl-5,
    html body .bvi .bvi-py-xl-5 {
      padding-bottom: 3rem !important; }
    html body .bvi .bvi-pl-xl-5,
    html body .bvi .bvi-px-xl-5 {
      padding-left: 3rem !important; }
    html body .bvi .bvi-m-xl-auto {
      margin: auto !important; }
    html body .bvi .bvi-mt-xl-auto,
    html body .bvi .bvi-my-xl-auto {
      margin-top: auto !important; }
    html body .bvi .bvi-mr-xl-auto,
    html body .bvi .bvi-mx-xl-auto {
      margin-right: auto !important; }
    html body .bvi .bvi-mb-xl-auto,
    html body .bvi .bvi-my-xl-auto {
      margin-bottom: auto !important; }
    html body .bvi .bvi-ml-xl-auto,
    html body .bvi .bvi-mx-xl-auto {
      margin-left: auto !important; } }
  html body .bvi.bvi-panel {
    padding: 15px 20px !important;
    color: black !important;
    background-color: #f8f8f8;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    letter-spacing: 0 !important;
    position: relative !important;
    text-shadow: none !important;
    line-height: normal !important;
    border: 0 !important;
    font-size: 16px !important;
    z-index: 99999 !important;
    moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23); }
    html body .bvi.bvi-panel[data-bvi-panel='true'] {
      display: block !important; }
    html body .bvi.bvi-panel[data-bvi-panel='false'] {
      display: none !important; }
    html body .bvi.bvi-panel.bvi-fixed-top {
      position: fixed !important;
      top: 0 !important;
      right: 0 !important;
      left: 0 !important;
      z-index: 999999 !important; }
    html body .bvi.bvi-panel .bvi-title {
      margin-top: 5px;
      font-size: 18px;
      font-weight: bold; }
    html body .bvi.bvi-panel .bvi-text-center {
      text-align: center; }
    html body .bvi.bvi-panel .bvi-text-right {
      text-align: right; }
    html body .bvi.bvi-panel .bvi-setting-menu {
      display: none; }
    html body .bvi.bvi-panel a {
      text-decoration: none; }
    html body .bvi.bvi-panel .bvi-hr {
      background-color: #ccc !important;
      border: 0 !important;
      height: 1px !important;
      margin-top: 1.5em !important;
      margin-bottom: 1.5em !important; }
    html body .bvi.bvi-panel .bvi-copy {
      font-size: 12px;
      color: #808080; }
      html body .bvi.bvi-panel .bvi-copy a {
        font-size: 13px;
        color: #808080;
        text-decoration: underline; }
        html body .bvi.bvi-panel .bvi-copy a:hover {
          color: #000000;
          text-decoration: underline; }
    @media (max-width: 575.98px) {
      html body .bvi.bvi-panel .bvi-title {
        font-size: 12px; }
      html body .bvi.bvi-panel .bvi-btn {
        font-size: 12px;
        padding: 0.200rem 0.35rem; }
      html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 10px;
        padding: 0.100rem 0.25rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      html body .bvi.bvi-panel .bvi-title {
        font-size: 14px; }
      html body .bvi.bvi-panel .bvi-btn {
        font-size: 14px;
        padding: 0.250rem 0.45rem; }
      html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 12px;
        padding: 0.150rem 0.35rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      html body .bvi.bvi-panel .bvi-title {
        font-size: 16px; }
      html body .bvi.bvi-panel .bvi-btn {
        font-size: 16px;
        padding: 0.300rem 0.55rem; }
      html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 14px;
        padding: 0.200rem 0.40rem; } }

html body .bvi-body {
  /*
      &[data-bvi-images='true'] {
        .bvi-images-on {
          display: block;
        }
        img {
          display: block;
        }
      }
      */
  /*
      &[data-bvi-images='false'] {
        img.bvi-images-off,
        .bvi-images-off {
          border: 2px dashed !important;
          box-sizing: border-box !important;
          overflow: hidden !important;
          max-width: 100% !important;
          max-height: 100% !important;
          //word-break: break-all !important;
          word-wrap: break-word !important;
          text-align: center !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
        }
      }
      &[data-bvi-images='grayscale'] {
        img.bvi-images-grayscale {
          filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
          -webkit-filter: grayscale(1);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
          filter: grayscale(1);
          filter: gray;
          -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        }
      }
      */ }
  html body .bvi-body[data-bvi-theme='white'] {
    background-color: #ffffff !important;
    fill: #000000 !important; }
  html body .bvi-body[data-bvi-theme='white'] * {
    background-color: #ffffff !important;
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000000 !important;
    color: #000000 !important;
    fill: #000000 !important; }
    html body .bvi-body[data-bvi-theme='white'] * .bvi-hide {
      display: none !important; }
    html body .bvi-body[data-bvi-theme='white'] * .bvi-show-block {
      display: block !important; }
    html body .bvi-body[data-bvi-theme='white'] * .bvi-show-inline-block {
      display: inline-block !important; }
    html body .bvi-body[data-bvi-theme='white'] *:after {
      background-color: #ffffff !important;
      background: #ffffff !important;
      background-image: none !important;
      color: #000000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #000000 !important; }
    html body .bvi-body[data-bvi-theme='white'] *:before {
      background-color: #ffffff !important;
      background: #ffffff !important;
      background-image: none !important;
      color: #000000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #000000 !important; }
    html body .bvi-body[data-bvi-theme='white'] *::selection {
      background-color: #000000;
      color: #ffffff; }
    html body .bvi-body[data-bvi-theme='white'] * a,
    html body .bvi-body[data-bvi-theme='white'] * label {
      color: #000000 !important;
      text-decoration: underline !important;
      /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */ }
      html body .bvi-body[data-bvi-theme='white'] * a.active,
      html body .bvi-body[data-bvi-theme='white'] * label.active {
        color: #ffffff !important;
        background-color: #000000 !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='white'] * a:hover,
      html body .bvi-body[data-bvi-theme='white'] * label:hover {
        color: #ffffff !important;
        background-color: #000000 !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='white'] * a:hover *,
      html body .bvi-body[data-bvi-theme='white'] * label:hover * {
        color: #ffffff !important;
        background-color: #000000 !important;
        text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='white'] * button,
    html body .bvi-body[data-bvi-theme='white'] * input[type="submit"],
    html body .bvi-body[data-bvi-theme='white'] * input[type="button"],
    html body .bvi-body[data-bvi-theme='white'] * button[type="submit"],
    html body .bvi-body[data-bvi-theme='white'] * button[type="button"] {
      color: #ffffff !important;
      background: #000000 !important;
      background-color: #000000 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='white'] * button:hover.active,
    html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover.active,
    html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover.active {
      color: #ffffff !important;
      background: #000000 !important;
      background-color: #000000 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='white'] * button:hover:hover,
    html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover,
    html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover {
      color: #ffffff !important;
      background: #000000 !important;
      background-color: #000000 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='white'] * button:hover:hover *,
    html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover * {
      color: #ffffff !important;
      background: #000000 !important;
      background-color: #000000 !important;
      text-decoration: underline !important; }
  html body .bvi-body[data-bvi-theme='black'] {
    background-color: #000000 !important;
    fill: #ffffff !important; }
  html body .bvi-body[data-bvi-theme='black'] * {
    background-color: #000000 !important;
    background: #000000 !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    fill: #ffffff !important; }
    html body .bvi-body[data-bvi-theme='black'] * .bvi-hide {
      display: none !important; }
    html body .bvi-body[data-bvi-theme='black'] * .bvi-show-block {
      display: block !important; }
    html body .bvi-body[data-bvi-theme='black'] * .bvi-show-inline-block {
      display: inline-block !important; }
    html body .bvi-body[data-bvi-theme='black'] *:after {
      background-color: #000000 !important;
      background: #000000 !important;
      background-image: none !important;
      color: #ffffff !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #ffffff !important; }
    html body .bvi-body[data-bvi-theme='black'] *:before {
      background-color: #000000 !important;
      background: #000000 !important;
      background-image: none !important;
      color: #ffffff !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #ffffff !important; }
    html body .bvi-body[data-bvi-theme='black'] *::selection {
      background-color: #ffffff;
      color: #000000; }
    html body .bvi-body[data-bvi-theme='black'] * a,
    html body .bvi-body[data-bvi-theme='black'] * label {
      color: #ffffff !important;
      text-decoration: underline !important;
      /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */ }
      html body .bvi-body[data-bvi-theme='black'] * a.active,
      html body .bvi-body[data-bvi-theme='black'] * label.active {
        color: #000000 !important;
        background-color: #ffffff !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='black'] * a:hover,
      html body .bvi-body[data-bvi-theme='black'] * label:hover {
        color: #000000 !important;
        background-color: #ffffff !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='black'] * a:hover *,
      html body .bvi-body[data-bvi-theme='black'] * label:hover * {
        color: #000000 !important;
        background-color: #ffffff !important;
        text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='black'] * button,
    html body .bvi-body[data-bvi-theme='black'] * input[type="submit"],
    html body .bvi-body[data-bvi-theme='black'] * input[type="button"],
    html body .bvi-body[data-bvi-theme='black'] * button[type="submit"],
    html body .bvi-body[data-bvi-theme='black'] * button[type="button"] {
      color: #000000 !important;
      background: #ffffff !important;
      background-color: #ffffff !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='black'] * button:hover.active,
    html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover.active,
    html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover.active {
      color: #000000 !important;
      background: #ffffff !important;
      background-color: #ffffff !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='black'] * button:hover:hover,
    html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover,
    html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover {
      color: #000000 !important;
      background: #ffffff !important;
      background-color: #ffffff !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='black'] * button:hover:hover *,
    html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover * {
      color: #000000 !important;
      background: #ffffff !important;
      background-color: #ffffff !important;
      text-decoration: underline !important; }
  html body .bvi-body[data-bvi-theme='blue'] {
    background-color: #9DD1FF !important;
    fill: #063462 !important; }
  html body .bvi-body[data-bvi-theme='blue'] * {
    background-color: #9DD1FF !important;
    background: #9DD1FF !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important; }
    html body .bvi-body[data-bvi-theme='blue'] * .bvi-hide {
      display: none !important; }
    html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-block {
      display: block !important; }
    html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-inline-block {
      display: inline-block !important; }
    html body .bvi-body[data-bvi-theme='blue'] *:after {
      background-color: #9DD1FF !important;
      background: #9DD1FF !important;
      background-image: none !important;
      color: #063462 !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #063462 !important; }
    html body .bvi-body[data-bvi-theme='blue'] *:before {
      background-color: #9DD1FF !important;
      background: #9DD1FF !important;
      background-image: none !important;
      color: #063462 !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #063462 !important; }
    html body .bvi-body[data-bvi-theme='blue'] *::selection {
      background-color: #063462;
      color: #9DD1FF; }
    html body .bvi-body[data-bvi-theme='blue'] * a,
    html body .bvi-body[data-bvi-theme='blue'] * label {
      color: #063462 !important;
      text-decoration: underline !important;
      /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */ }
      html body .bvi-body[data-bvi-theme='blue'] * a.active,
      html body .bvi-body[data-bvi-theme='blue'] * label.active {
        color: #9DD1FF !important;
        background-color: #063462 !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='blue'] * a:hover,
      html body .bvi-body[data-bvi-theme='blue'] * label:hover {
        color: #9DD1FF !important;
        background-color: #063462 !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='blue'] * a:hover *,
      html body .bvi-body[data-bvi-theme='blue'] * label:hover * {
        color: #9DD1FF !important;
        background-color: #063462 !important;
        text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='blue'] * button,
    html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"],
    html body .bvi-body[data-bvi-theme='blue'] * input[type="button"],
    html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"],
    html body .bvi-body[data-bvi-theme='blue'] * button[type="button"] {
      color: #9DD1FF !important;
      background: #063462 !important;
      background-color: #063462 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='blue'] * button:hover.active,
    html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover.active,
    html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover.active {
      color: #9DD1FF !important;
      background: #063462 !important;
      background-color: #063462 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover,
    html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover,
    html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover {
      color: #9DD1FF !important;
      background: #063462 !important;
      background-color: #063462 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover *,
    html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover * {
      color: #9DD1FF !important;
      background: #063462 !important;
      background-color: #063462 !important;
      text-decoration: underline !important; }
  html body .bvi-body[data-bvi-theme='brown'] {
    background-color: #F7F3D6 !important;
    fill: #4D4B43 !important; }
  html body .bvi-body[data-bvi-theme='brown'] * {
    background-color: #F7F3D6 !important;
    background: #F7F3D6 !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4D4B43 !important;
    color: #4D4B43 !important;
    fill: #4D4B43 !important; }
    html body .bvi-body[data-bvi-theme='brown'] * .bvi-hide {
      display: none !important; }
    html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-block {
      display: block !important; }
    html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-inline-block {
      display: inline-block !important; }
    html body .bvi-body[data-bvi-theme='brown'] *:after {
      background-color: #F7F3D6 !important;
      background: #F7F3D6 !important;
      background-image: none !important;
      color: #4D4B43 !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #4D4B43 !important; }
    html body .bvi-body[data-bvi-theme='brown'] *:before {
      background-color: #F7F3D6 !important;
      background: #F7F3D6 !important;
      background-image: none !important;
      color: #4D4B43 !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #4D4B43 !important; }
    html body .bvi-body[data-bvi-theme='brown'] *::selection {
      background-color: #4D4B43;
      color: #F7F3D6; }
    html body .bvi-body[data-bvi-theme='brown'] * a,
    html body .bvi-body[data-bvi-theme='brown'] * label {
      color: #4D4B43 !important;
      text-decoration: underline !important;
      /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */ }
      html body .bvi-body[data-bvi-theme='brown'] * a.active,
      html body .bvi-body[data-bvi-theme='brown'] * label.active {
        color: #F7F3D6 !important;
        background-color: #4D4B43 !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='brown'] * a:hover,
      html body .bvi-body[data-bvi-theme='brown'] * label:hover {
        color: #F7F3D6 !important;
        background-color: #4D4B43 !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='brown'] * a:hover *,
      html body .bvi-body[data-bvi-theme='brown'] * label:hover * {
        color: #F7F3D6 !important;
        background-color: #4D4B43 !important;
        text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='brown'] * button,
    html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"],
    html body .bvi-body[data-bvi-theme='brown'] * input[type="button"],
    html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"],
    html body .bvi-body[data-bvi-theme='brown'] * button[type="button"] {
      color: #F7F3D6 !important;
      background: #4D4B43 !important;
      background-color: #4D4B43 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='brown'] * button:hover.active,
    html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover.active,
    html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover.active {
      color: #F7F3D6 !important;
      background: #4D4B43 !important;
      background-color: #4D4B43 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover,
    html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover,
    html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover {
      color: #F7F3D6 !important;
      background: #4D4B43 !important;
      background-color: #4D4B43 !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover *,
    html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover * {
      color: #F7F3D6 !important;
      background: #4D4B43 !important;
      background-color: #4D4B43 !important;
      text-decoration: underline !important; }
  html body .bvi-body[data-bvi-theme='green'] {
    background-color: #3B2716 !important;
    fill: #A9E44D !important; }
  html body .bvi-body[data-bvi-theme='green'] * {
    background-color: #3B2716 !important;
    background: #3B2716 !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #A9E44D !important;
    color: #A9E44D !important;
    fill: #A9E44D !important; }
    html body .bvi-body[data-bvi-theme='green'] * .bvi-hide {
      display: none !important; }
    html body .bvi-body[data-bvi-theme='green'] * .bvi-show-block {
      display: block !important; }
    html body .bvi-body[data-bvi-theme='green'] * .bvi-show-inline-block {
      display: inline-block !important; }
    html body .bvi-body[data-bvi-theme='green'] *:after {
      background-color: #3B2716 !important;
      background: #3B2716 !important;
      background-image: none !important;
      color: #A9E44D !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #A9E44D !important; }
    html body .bvi-body[data-bvi-theme='green'] *:before {
      background-color: #3B2716 !important;
      background: #3B2716 !important;
      background-image: none !important;
      color: #A9E44D !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border-color: #A9E44D !important; }
    html body .bvi-body[data-bvi-theme='green'] *::selection {
      background-color: #A9E44D;
      color: #3B2716; }
    html body .bvi-body[data-bvi-theme='green'] * a,
    html body .bvi-body[data-bvi-theme='green'] * label {
      color: #A9E44D !important;
      text-decoration: underline !important;
      /*
      &:active {
        color: none !important;
      }
      &:link {
        color: none !important;
      }
      &:visited {
        color: none !important;
      }
      */ }
      html body .bvi-body[data-bvi-theme='green'] * a.active,
      html body .bvi-body[data-bvi-theme='green'] * label.active {
        color: #3B2716 !important;
        background-color: #A9E44D !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='green'] * a:hover,
      html body .bvi-body[data-bvi-theme='green'] * label:hover {
        color: #3B2716 !important;
        background-color: #A9E44D !important;
        text-decoration: underline !important; }
      html body .bvi-body[data-bvi-theme='green'] * a:hover *,
      html body .bvi-body[data-bvi-theme='green'] * label:hover * {
        color: #3B2716 !important;
        background-color: #A9E44D !important;
        text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='green'] * button,
    html body .bvi-body[data-bvi-theme='green'] * input[type="submit"],
    html body .bvi-body[data-bvi-theme='green'] * input[type="button"],
    html body .bvi-body[data-bvi-theme='green'] * button[type="submit"],
    html body .bvi-body[data-bvi-theme='green'] * button[type="button"] {
      color: #3B2716 !important;
      background: #A9E44D !important;
      background-color: #A9E44D !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='green'] * button:hover.active,
    html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover.active,
    html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover.active,
    html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover.active {
      color: #3B2716 !important;
      background: #A9E44D !important;
      background-color: #A9E44D !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='green'] * button:hover:hover,
    html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover,
    html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover,
    html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover {
      color: #3B2716 !important;
      background: #A9E44D !important;
      background-color: #A9E44D !important;
      text-decoration: underline !important; }
    html body .bvi-body[data-bvi-theme='green'] * button:hover:hover *,
    html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover *,
    html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover * {
      color: #3B2716 !important;
      background: #A9E44D !important;
      background-color: #A9E44D !important;
      text-decoration: underline !important; }
  html body .bvi-body[data-bvi-size='40'] * {
    font-size: 40px !important; }
    html body .bvi-body[data-bvi-size='40'] * h1,
    html body .bvi-body[data-bvi-size='40'] * h1 * {
      font-size: 47px !important; }
    html body .bvi-body[data-bvi-size='40'] * h2,
    html body .bvi-body[data-bvi-size='40'] * h2 * {
      font-size: 46px !important; }
    html body .bvi-body[data-bvi-size='40'] * h3,
    html body .bvi-body[data-bvi-size='40'] * h3 * {
      font-size: 45px !important; }
    html body .bvi-body[data-bvi-size='40'] * h4,
    html body .bvi-body[data-bvi-size='40'] * h4 * {
      font-size: 44px !important; }
    html body .bvi-body[data-bvi-size='40'] * h5,
    html body .bvi-body[data-bvi-size='40'] * h5 * {
      font-size: 43px !important; }
    html body .bvi-body[data-bvi-size='40'] * h6,
    html body .bvi-body[data-bvi-size='40'] * h6 * {
      font-size: 42px !important; }
  html body .bvi-body[data-bvi-size='39'] * {
    font-size: 39px !important; }
    html body .bvi-body[data-bvi-size='39'] * h1,
    html body .bvi-body[data-bvi-size='39'] * h1 * {
      font-size: 46px !important; }
    html body .bvi-body[data-bvi-size='39'] * h2,
    html body .bvi-body[data-bvi-size='39'] * h2 * {
      font-size: 45px !important; }
    html body .bvi-body[data-bvi-size='39'] * h3,
    html body .bvi-body[data-bvi-size='39'] * h3 * {
      font-size: 44px !important; }
    html body .bvi-body[data-bvi-size='39'] * h4,
    html body .bvi-body[data-bvi-size='39'] * h4 * {
      font-size: 43px !important; }
    html body .bvi-body[data-bvi-size='39'] * h5,
    html body .bvi-body[data-bvi-size='39'] * h5 * {
      font-size: 42px !important; }
    html body .bvi-body[data-bvi-size='39'] * h6,
    html body .bvi-body[data-bvi-size='39'] * h6 * {
      font-size: 41px !important; }
  html body .bvi-body[data-bvi-size='38'] * {
    font-size: 38px !important; }
    html body .bvi-body[data-bvi-size='38'] * h1,
    html body .bvi-body[data-bvi-size='38'] * h1 * {
      font-size: 45px !important; }
    html body .bvi-body[data-bvi-size='38'] * h2,
    html body .bvi-body[data-bvi-size='38'] * h2 * {
      font-size: 44px !important; }
    html body .bvi-body[data-bvi-size='38'] * h3,
    html body .bvi-body[data-bvi-size='38'] * h3 * {
      font-size: 43px !important; }
    html body .bvi-body[data-bvi-size='38'] * h4,
    html body .bvi-body[data-bvi-size='38'] * h4 * {
      font-size: 42px !important; }
    html body .bvi-body[data-bvi-size='38'] * h5,
    html body .bvi-body[data-bvi-size='38'] * h5 * {
      font-size: 41px !important; }
    html body .bvi-body[data-bvi-size='38'] * h6,
    html body .bvi-body[data-bvi-size='38'] * h6 * {
      font-size: 40px !important; }
  html body .bvi-body[data-bvi-size='37'] * {
    font-size: 37px !important; }
    html body .bvi-body[data-bvi-size='37'] * h1,
    html body .bvi-body[data-bvi-size='37'] * h1 * {
      font-size: 44px !important; }
    html body .bvi-body[data-bvi-size='37'] * h2,
    html body .bvi-body[data-bvi-size='37'] * h2 * {
      font-size: 43px !important; }
    html body .bvi-body[data-bvi-size='37'] * h3,
    html body .bvi-body[data-bvi-size='37'] * h3 * {
      font-size: 42px !important; }
    html body .bvi-body[data-bvi-size='37'] * h4,
    html body .bvi-body[data-bvi-size='37'] * h4 * {
      font-size: 41px !important; }
    html body .bvi-body[data-bvi-size='37'] * h5,
    html body .bvi-body[data-bvi-size='37'] * h5 * {
      font-size: 40px !important; }
    html body .bvi-body[data-bvi-size='37'] * h6,
    html body .bvi-body[data-bvi-size='37'] * h6 * {
      font-size: 39px !important; }
  html body .bvi-body[data-bvi-size='36'] * {
    font-size: 36px !important; }
    html body .bvi-body[data-bvi-size='36'] * h1,
    html body .bvi-body[data-bvi-size='36'] * h1 * {
      font-size: 43px !important; }
    html body .bvi-body[data-bvi-size='36'] * h2,
    html body .bvi-body[data-bvi-size='36'] * h2 * {
      font-size: 42px !important; }
    html body .bvi-body[data-bvi-size='36'] * h3,
    html body .bvi-body[data-bvi-size='36'] * h3 * {
      font-size: 41px !important; }
    html body .bvi-body[data-bvi-size='36'] * h4,
    html body .bvi-body[data-bvi-size='36'] * h4 * {
      font-size: 40px !important; }
    html body .bvi-body[data-bvi-size='36'] * h5,
    html body .bvi-body[data-bvi-size='36'] * h5 * {
      font-size: 39px !important; }
    html body .bvi-body[data-bvi-size='36'] * h6,
    html body .bvi-body[data-bvi-size='36'] * h6 * {
      font-size: 38px !important; }
  html body .bvi-body[data-bvi-size='35'] * {
    font-size: 35px !important; }
    html body .bvi-body[data-bvi-size='35'] * h1,
    html body .bvi-body[data-bvi-size='35'] * h1 * {
      font-size: 42px !important; }
    html body .bvi-body[data-bvi-size='35'] * h2,
    html body .bvi-body[data-bvi-size='35'] * h2 * {
      font-size: 41px !important; }
    html body .bvi-body[data-bvi-size='35'] * h3,
    html body .bvi-body[data-bvi-size='35'] * h3 * {
      font-size: 40px !important; }
    html body .bvi-body[data-bvi-size='35'] * h4,
    html body .bvi-body[data-bvi-size='35'] * h4 * {
      font-size: 39px !important; }
    html body .bvi-body[data-bvi-size='35'] * h5,
    html body .bvi-body[data-bvi-size='35'] * h5 * {
      font-size: 38px !important; }
    html body .bvi-body[data-bvi-size='35'] * h6,
    html body .bvi-body[data-bvi-size='35'] * h6 * {
      font-size: 37px !important; }
  html body .bvi-body[data-bvi-size='34'] * {
    font-size: 34px !important; }
    html body .bvi-body[data-bvi-size='34'] * h1,
    html body .bvi-body[data-bvi-size='34'] * h1 * {
      font-size: 41px !important; }
    html body .bvi-body[data-bvi-size='34'] * h2,
    html body .bvi-body[data-bvi-size='34'] * h2 * {
      font-size: 40px !important; }
    html body .bvi-body[data-bvi-size='34'] * h3,
    html body .bvi-body[data-bvi-size='34'] * h3 * {
      font-size: 39px !important; }
    html body .bvi-body[data-bvi-size='34'] * h4,
    html body .bvi-body[data-bvi-size='34'] * h4 * {
      font-size: 38px !important; }
    html body .bvi-body[data-bvi-size='34'] * h5,
    html body .bvi-body[data-bvi-size='34'] * h5 * {
      font-size: 37px !important; }
    html body .bvi-body[data-bvi-size='34'] * h6,
    html body .bvi-body[data-bvi-size='34'] * h6 * {
      font-size: 36px !important; }
  html body .bvi-body[data-bvi-size='33'] * {
    font-size: 33px !important; }
    html body .bvi-body[data-bvi-size='33'] * h1,
    html body .bvi-body[data-bvi-size='33'] * h1 * {
      font-size: 40px !important; }
    html body .bvi-body[data-bvi-size='33'] * h2,
    html body .bvi-body[data-bvi-size='33'] * h2 * {
      font-size: 39px !important; }
    html body .bvi-body[data-bvi-size='33'] * h3,
    html body .bvi-body[data-bvi-size='33'] * h3 * {
      font-size: 38px !important; }
    html body .bvi-body[data-bvi-size='33'] * h4,
    html body .bvi-body[data-bvi-size='33'] * h4 * {
      font-size: 37px !important; }
    html body .bvi-body[data-bvi-size='33'] * h5,
    html body .bvi-body[data-bvi-size='33'] * h5 * {
      font-size: 36px !important; }
    html body .bvi-body[data-bvi-size='33'] * h6,
    html body .bvi-body[data-bvi-size='33'] * h6 * {
      font-size: 35px !important; }
  html body .bvi-body[data-bvi-size='32'] * {
    font-size: 32px !important; }
    html body .bvi-body[data-bvi-size='32'] * h1,
    html body .bvi-body[data-bvi-size='32'] * h1 * {
      font-size: 39px !important; }
    html body .bvi-body[data-bvi-size='32'] * h2,
    html body .bvi-body[data-bvi-size='32'] * h2 * {
      font-size: 38px !important; }
    html body .bvi-body[data-bvi-size='32'] * h3,
    html body .bvi-body[data-bvi-size='32'] * h3 * {
      font-size: 37px !important; }
    html body .bvi-body[data-bvi-size='32'] * h4,
    html body .bvi-body[data-bvi-size='32'] * h4 * {
      font-size: 36px !important; }
    html body .bvi-body[data-bvi-size='32'] * h5,
    html body .bvi-body[data-bvi-size='32'] * h5 * {
      font-size: 35px !important; }
    html body .bvi-body[data-bvi-size='32'] * h6,
    html body .bvi-body[data-bvi-size='32'] * h6 * {
      font-size: 34px !important; }
  html body .bvi-body[data-bvi-size='31'] * {
    font-size: 31px !important; }
    html body .bvi-body[data-bvi-size='31'] * h1,
    html body .bvi-body[data-bvi-size='31'] * h1 * {
      font-size: 38px !important; }
    html body .bvi-body[data-bvi-size='31'] * h2,
    html body .bvi-body[data-bvi-size='31'] * h2 * {
      font-size: 37px !important; }
    html body .bvi-body[data-bvi-size='31'] * h3,
    html body .bvi-body[data-bvi-size='31'] * h3 * {
      font-size: 36px !important; }
    html body .bvi-body[data-bvi-size='31'] * h4,
    html body .bvi-body[data-bvi-size='31'] * h4 * {
      font-size: 35px !important; }
    html body .bvi-body[data-bvi-size='31'] * h5,
    html body .bvi-body[data-bvi-size='31'] * h5 * {
      font-size: 34px !important; }
    html body .bvi-body[data-bvi-size='31'] * h6,
    html body .bvi-body[data-bvi-size='31'] * h6 * {
      font-size: 33px !important; }
  html body .bvi-body[data-bvi-size='30'] * {
    font-size: 30px !important; }
    html body .bvi-body[data-bvi-size='30'] * h1,
    html body .bvi-body[data-bvi-size='30'] * h1 * {
      font-size: 37px !important; }
    html body .bvi-body[data-bvi-size='30'] * h2,
    html body .bvi-body[data-bvi-size='30'] * h2 * {
      font-size: 36px !important; }
    html body .bvi-body[data-bvi-size='30'] * h3,
    html body .bvi-body[data-bvi-size='30'] * h3 * {
      font-size: 35px !important; }
    html body .bvi-body[data-bvi-size='30'] * h4,
    html body .bvi-body[data-bvi-size='30'] * h4 * {
      font-size: 34px !important; }
    html body .bvi-body[data-bvi-size='30'] * h5,
    html body .bvi-body[data-bvi-size='30'] * h5 * {
      font-size: 33px !important; }
    html body .bvi-body[data-bvi-size='30'] * h6,
    html body .bvi-body[data-bvi-size='30'] * h6 * {
      font-size: 32px !important; }
  html body .bvi-body[data-bvi-size='29'] * {
    font-size: 29px !important; }
    html body .bvi-body[data-bvi-size='29'] * h1,
    html body .bvi-body[data-bvi-size='29'] * h1 * {
      font-size: 36px !important; }
    html body .bvi-body[data-bvi-size='29'] * h2,
    html body .bvi-body[data-bvi-size='29'] * h2 * {
      font-size: 35px !important; }
    html body .bvi-body[data-bvi-size='29'] * h3,
    html body .bvi-body[data-bvi-size='29'] * h3 * {
      font-size: 34px !important; }
    html body .bvi-body[data-bvi-size='29'] * h4,
    html body .bvi-body[data-bvi-size='29'] * h4 * {
      font-size: 33px !important; }
    html body .bvi-body[data-bvi-size='29'] * h5,
    html body .bvi-body[data-bvi-size='29'] * h5 * {
      font-size: 32px !important; }
    html body .bvi-body[data-bvi-size='29'] * h6,
    html body .bvi-body[data-bvi-size='29'] * h6 * {
      font-size: 31px !important; }
  html body .bvi-body[data-bvi-size='28'] * {
    font-size: 28px !important; }
    html body .bvi-body[data-bvi-size='28'] * h1,
    html body .bvi-body[data-bvi-size='28'] * h1 * {
      font-size: 35px !important; }
    html body .bvi-body[data-bvi-size='28'] * h2,
    html body .bvi-body[data-bvi-size='28'] * h2 * {
      font-size: 34px !important; }
    html body .bvi-body[data-bvi-size='28'] * h3,
    html body .bvi-body[data-bvi-size='28'] * h3 * {
      font-size: 33px !important; }
    html body .bvi-body[data-bvi-size='28'] * h4,
    html body .bvi-body[data-bvi-size='28'] * h4 * {
      font-size: 32px !important; }
    html body .bvi-body[data-bvi-size='28'] * h5,
    html body .bvi-body[data-bvi-size='28'] * h5 * {
      font-size: 31px !important; }
    html body .bvi-body[data-bvi-size='28'] * h6,
    html body .bvi-body[data-bvi-size='28'] * h6 * {
      font-size: 30px !important; }
  html body .bvi-body[data-bvi-size='27'] * {
    font-size: 27px !important; }
    html body .bvi-body[data-bvi-size='27'] * h1,
    html body .bvi-body[data-bvi-size='27'] * h1 * {
      font-size: 34px !important; }
    html body .bvi-body[data-bvi-size='27'] * h2,
    html body .bvi-body[data-bvi-size='27'] * h2 * {
      font-size: 33px !important; }
    html body .bvi-body[data-bvi-size='27'] * h3,
    html body .bvi-body[data-bvi-size='27'] * h3 * {
      font-size: 32px !important; }
    html body .bvi-body[data-bvi-size='27'] * h4,
    html body .bvi-body[data-bvi-size='27'] * h4 * {
      font-size: 31px !important; }
    html body .bvi-body[data-bvi-size='27'] * h5,
    html body .bvi-body[data-bvi-size='27'] * h5 * {
      font-size: 30px !important; }
    html body .bvi-body[data-bvi-size='27'] * h6,
    html body .bvi-body[data-bvi-size='27'] * h6 * {
      font-size: 29px !important; }
  html body .bvi-body[data-bvi-size='26'] * {
    font-size: 26px !important; }
    html body .bvi-body[data-bvi-size='26'] * h1,
    html body .bvi-body[data-bvi-size='26'] * h1 * {
      font-size: 33px !important; }
    html body .bvi-body[data-bvi-size='26'] * h2,
    html body .bvi-body[data-bvi-size='26'] * h2 * {
      font-size: 32px !important; }
    html body .bvi-body[data-bvi-size='26'] * h3,
    html body .bvi-body[data-bvi-size='26'] * h3 * {
      font-size: 31px !important; }
    html body .bvi-body[data-bvi-size='26'] * h4,
    html body .bvi-body[data-bvi-size='26'] * h4 * {
      font-size: 30px !important; }
    html body .bvi-body[data-bvi-size='26'] * h5,
    html body .bvi-body[data-bvi-size='26'] * h5 * {
      font-size: 29px !important; }
    html body .bvi-body[data-bvi-size='26'] * h6,
    html body .bvi-body[data-bvi-size='26'] * h6 * {
      font-size: 28px !important; }
  html body .bvi-body[data-bvi-size='25'] * {
    font-size: 25px !important; }
    html body .bvi-body[data-bvi-size='25'] * h1,
    html body .bvi-body[data-bvi-size='25'] * h1 * {
      font-size: 32px !important; }
    html body .bvi-body[data-bvi-size='25'] * h2,
    html body .bvi-body[data-bvi-size='25'] * h2 * {
      font-size: 31px !important; }
    html body .bvi-body[data-bvi-size='25'] * h3,
    html body .bvi-body[data-bvi-size='25'] * h3 * {
      font-size: 30px !important; }
    html body .bvi-body[data-bvi-size='25'] * h4,
    html body .bvi-body[data-bvi-size='25'] * h4 * {
      font-size: 29px !important; }
    html body .bvi-body[data-bvi-size='25'] * h5,
    html body .bvi-body[data-bvi-size='25'] * h5 * {
      font-size: 28px !important; }
    html body .bvi-body[data-bvi-size='25'] * h6,
    html body .bvi-body[data-bvi-size='25'] * h6 * {
      font-size: 27px !important; }
  html body .bvi-body[data-bvi-size='24'] * {
    font-size: 24px !important; }
    html body .bvi-body[data-bvi-size='24'] * h1,
    html body .bvi-body[data-bvi-size='24'] * h1 * {
      font-size: 31px !important; }
    html body .bvi-body[data-bvi-size='24'] * h2,
    html body .bvi-body[data-bvi-size='24'] * h2 * {
      font-size: 30px !important; }
    html body .bvi-body[data-bvi-size='24'] * h3,
    html body .bvi-body[data-bvi-size='24'] * h3 * {
      font-size: 29px !important; }
    html body .bvi-body[data-bvi-size='24'] * h4,
    html body .bvi-body[data-bvi-size='24'] * h4 * {
      font-size: 28px !important; }
    html body .bvi-body[data-bvi-size='24'] * h5,
    html body .bvi-body[data-bvi-size='24'] * h5 * {
      font-size: 27px !important; }
    html body .bvi-body[data-bvi-size='24'] * h6,
    html body .bvi-body[data-bvi-size='24'] * h6 * {
      font-size: 26px !important; }
  html body .bvi-body[data-bvi-size='23'] * {
    font-size: 23px !important; }
    html body .bvi-body[data-bvi-size='23'] * h1,
    html body .bvi-body[data-bvi-size='23'] * h1 * {
      font-size: 30px !important; }
    html body .bvi-body[data-bvi-size='23'] * h2,
    html body .bvi-body[data-bvi-size='23'] * h2 * {
      font-size: 29px !important; }
    html body .bvi-body[data-bvi-size='23'] * h3,
    html body .bvi-body[data-bvi-size='23'] * h3 * {
      font-size: 28px !important; }
    html body .bvi-body[data-bvi-size='23'] * h4,
    html body .bvi-body[data-bvi-size='23'] * h4 * {
      font-size: 27px !important; }
    html body .bvi-body[data-bvi-size='23'] * h5,
    html body .bvi-body[data-bvi-size='23'] * h5 * {
      font-size: 26px !important; }
    html body .bvi-body[data-bvi-size='23'] * h6,
    html body .bvi-body[data-bvi-size='23'] * h6 * {
      font-size: 25px !important; }
  html body .bvi-body[data-bvi-size='22'] * {
    font-size: 22px !important; }
    html body .bvi-body[data-bvi-size='22'] * h1,
    html body .bvi-body[data-bvi-size='22'] * h1 * {
      font-size: 29px !important; }
    html body .bvi-body[data-bvi-size='22'] * h2,
    html body .bvi-body[data-bvi-size='22'] * h2 * {
      font-size: 28px !important; }
    html body .bvi-body[data-bvi-size='22'] * h3,
    html body .bvi-body[data-bvi-size='22'] * h3 * {
      font-size: 27px !important; }
    html body .bvi-body[data-bvi-size='22'] * h4,
    html body .bvi-body[data-bvi-size='22'] * h4 * {
      font-size: 26px !important; }
    html body .bvi-body[data-bvi-size='22'] * h5,
    html body .bvi-body[data-bvi-size='22'] * h5 * {
      font-size: 25px !important; }
    html body .bvi-body[data-bvi-size='22'] * h6,
    html body .bvi-body[data-bvi-size='22'] * h6 * {
      font-size: 24px !important; }
  html body .bvi-body[data-bvi-size='21'] * {
    font-size: 21px !important; }
    html body .bvi-body[data-bvi-size='21'] * h1,
    html body .bvi-body[data-bvi-size='21'] * h1 * {
      font-size: 28px !important; }
    html body .bvi-body[data-bvi-size='21'] * h2,
    html body .bvi-body[data-bvi-size='21'] * h2 * {
      font-size: 27px !important; }
    html body .bvi-body[data-bvi-size='21'] * h3,
    html body .bvi-body[data-bvi-size='21'] * h3 * {
      font-size: 26px !important; }
    html body .bvi-body[data-bvi-size='21'] * h4,
    html body .bvi-body[data-bvi-size='21'] * h4 * {
      font-size: 25px !important; }
    html body .bvi-body[data-bvi-size='21'] * h5,
    html body .bvi-body[data-bvi-size='21'] * h5 * {
      font-size: 24px !important; }
    html body .bvi-body[data-bvi-size='21'] * h6,
    html body .bvi-body[data-bvi-size='21'] * h6 * {
      font-size: 23px !important; }
  html body .bvi-body[data-bvi-size='20'] * {
    font-size: 20px !important; }
    html body .bvi-body[data-bvi-size='20'] * h1,
    html body .bvi-body[data-bvi-size='20'] * h1 * {
      font-size: 27px !important; }
    html body .bvi-body[data-bvi-size='20'] * h2,
    html body .bvi-body[data-bvi-size='20'] * h2 * {
      font-size: 26px !important; }
    html body .bvi-body[data-bvi-size='20'] * h3,
    html body .bvi-body[data-bvi-size='20'] * h3 * {
      font-size: 25px !important; }
    html body .bvi-body[data-bvi-size='20'] * h4,
    html body .bvi-body[data-bvi-size='20'] * h4 * {
      font-size: 24px !important; }
    html body .bvi-body[data-bvi-size='20'] * h5,
    html body .bvi-body[data-bvi-size='20'] * h5 * {
      font-size: 23px !important; }
    html body .bvi-body[data-bvi-size='20'] * h6,
    html body .bvi-body[data-bvi-size='20'] * h6 * {
      font-size: 22px !important; }
  html body .bvi-body[data-bvi-size='19'] * {
    font-size: 19px !important; }
    html body .bvi-body[data-bvi-size='19'] * h1,
    html body .bvi-body[data-bvi-size='19'] * h1 * {
      font-size: 26px !important; }
    html body .bvi-body[data-bvi-size='19'] * h2,
    html body .bvi-body[data-bvi-size='19'] * h2 * {
      font-size: 25px !important; }
    html body .bvi-body[data-bvi-size='19'] * h3,
    html body .bvi-body[data-bvi-size='19'] * h3 * {
      font-size: 24px !important; }
    html body .bvi-body[data-bvi-size='19'] * h4,
    html body .bvi-body[data-bvi-size='19'] * h4 * {
      font-size: 23px !important; }
    html body .bvi-body[data-bvi-size='19'] * h5,
    html body .bvi-body[data-bvi-size='19'] * h5 * {
      font-size: 22px !important; }
    html body .bvi-body[data-bvi-size='19'] * h6,
    html body .bvi-body[data-bvi-size='19'] * h6 * {
      font-size: 21px !important; }
  html body .bvi-body[data-bvi-size='18'] * {
    font-size: 18px !important; }
    html body .bvi-body[data-bvi-size='18'] * h1,
    html body .bvi-body[data-bvi-size='18'] * h1 * {
      font-size: 25px !important; }
    html body .bvi-body[data-bvi-size='18'] * h2,
    html body .bvi-body[data-bvi-size='18'] * h2 * {
      font-size: 24px !important; }
    html body .bvi-body[data-bvi-size='18'] * h3,
    html body .bvi-body[data-bvi-size='18'] * h3 * {
      font-size: 23px !important; }
    html body .bvi-body[data-bvi-size='18'] * h4,
    html body .bvi-body[data-bvi-size='18'] * h4 * {
      font-size: 22px !important; }
    html body .bvi-body[data-bvi-size='18'] * h5,
    html body .bvi-body[data-bvi-size='18'] * h5 * {
      font-size: 21px !important; }
    html body .bvi-body[data-bvi-size='18'] * h6,
    html body .bvi-body[data-bvi-size='18'] * h6 * {
      font-size: 20px !important; }
  html body .bvi-body[data-bvi-size='17'] * {
    font-size: 17px !important; }
    html body .bvi-body[data-bvi-size='17'] * h1,
    html body .bvi-body[data-bvi-size='17'] * h1 * {
      font-size: 24px !important; }
    html body .bvi-body[data-bvi-size='17'] * h2,
    html body .bvi-body[data-bvi-size='17'] * h2 * {
      font-size: 23px !important; }
    html body .bvi-body[data-bvi-size='17'] * h3,
    html body .bvi-body[data-bvi-size='17'] * h3 * {
      font-size: 22px !important; }
    html body .bvi-body[data-bvi-size='17'] * h4,
    html body .bvi-body[data-bvi-size='17'] * h4 * {
      font-size: 21px !important; }
    html body .bvi-body[data-bvi-size='17'] * h5,
    html body .bvi-body[data-bvi-size='17'] * h5 * {
      font-size: 20px !important; }
    html body .bvi-body[data-bvi-size='17'] * h6,
    html body .bvi-body[data-bvi-size='17'] * h6 * {
      font-size: 19px !important; }
  html body .bvi-body[data-bvi-size='16'] * {
    font-size: 16px !important; }
    html body .bvi-body[data-bvi-size='16'] * h1,
    html body .bvi-body[data-bvi-size='16'] * h1 * {
      font-size: 23px !important; }
    html body .bvi-body[data-bvi-size='16'] * h2,
    html body .bvi-body[data-bvi-size='16'] * h2 * {
      font-size: 22px !important; }
    html body .bvi-body[data-bvi-size='16'] * h3,
    html body .bvi-body[data-bvi-size='16'] * h3 * {
      font-size: 21px !important; }
    html body .bvi-body[data-bvi-size='16'] * h4,
    html body .bvi-body[data-bvi-size='16'] * h4 * {
      font-size: 20px !important; }
    html body .bvi-body[data-bvi-size='16'] * h5,
    html body .bvi-body[data-bvi-size='16'] * h5 * {
      font-size: 19px !important; }
    html body .bvi-body[data-bvi-size='16'] * h6,
    html body .bvi-body[data-bvi-size='16'] * h6 * {
      font-size: 18px !important; }
  html body .bvi-body[data-bvi-size='15'] * {
    font-size: 15px !important; }
    html body .bvi-body[data-bvi-size='15'] * h1,
    html body .bvi-body[data-bvi-size='15'] * h1 * {
      font-size: 22px !important; }
    html body .bvi-body[data-bvi-size='15'] * h2,
    html body .bvi-body[data-bvi-size='15'] * h2 * {
      font-size: 21px !important; }
    html body .bvi-body[data-bvi-size='15'] * h3,
    html body .bvi-body[data-bvi-size='15'] * h3 * {
      font-size: 20px !important; }
    html body .bvi-body[data-bvi-size='15'] * h4,
    html body .bvi-body[data-bvi-size='15'] * h4 * {
      font-size: 19px !important; }
    html body .bvi-body[data-bvi-size='15'] * h5,
    html body .bvi-body[data-bvi-size='15'] * h5 * {
      font-size: 18px !important; }
    html body .bvi-body[data-bvi-size='15'] * h6,
    html body .bvi-body[data-bvi-size='15'] * h6 * {
      font-size: 17px !important; }
  html body .bvi-body[data-bvi-size='14'] * {
    font-size: 14px !important; }
    html body .bvi-body[data-bvi-size='14'] * h1,
    html body .bvi-body[data-bvi-size='14'] * h1 * {
      font-size: 21px !important; }
    html body .bvi-body[data-bvi-size='14'] * h2,
    html body .bvi-body[data-bvi-size='14'] * h2 * {
      font-size: 20px !important; }
    html body .bvi-body[data-bvi-size='14'] * h3,
    html body .bvi-body[data-bvi-size='14'] * h3 * {
      font-size: 19px !important; }
    html body .bvi-body[data-bvi-size='14'] * h4,
    html body .bvi-body[data-bvi-size='14'] * h4 * {
      font-size: 18px !important; }
    html body .bvi-body[data-bvi-size='14'] * h5,
    html body .bvi-body[data-bvi-size='14'] * h5 * {
      font-size: 17px !important; }
    html body .bvi-body[data-bvi-size='14'] * h6,
    html body .bvi-body[data-bvi-size='14'] * h6 * {
      font-size: 16px !important; }
  html body .bvi-body[data-bvi-size='13'] * {
    font-size: 13px !important; }
    html body .bvi-body[data-bvi-size='13'] * h1,
    html body .bvi-body[data-bvi-size='13'] * h1 * {
      font-size: 20px !important; }
    html body .bvi-body[data-bvi-size='13'] * h2,
    html body .bvi-body[data-bvi-size='13'] * h2 * {
      font-size: 19px !important; }
    html body .bvi-body[data-bvi-size='13'] * h3,
    html body .bvi-body[data-bvi-size='13'] * h3 * {
      font-size: 18px !important; }
    html body .bvi-body[data-bvi-size='13'] * h4,
    html body .bvi-body[data-bvi-size='13'] * h4 * {
      font-size: 17px !important; }
    html body .bvi-body[data-bvi-size='13'] * h5,
    html body .bvi-body[data-bvi-size='13'] * h5 * {
      font-size: 16px !important; }
    html body .bvi-body[data-bvi-size='13'] * h6,
    html body .bvi-body[data-bvi-size='13'] * h6 * {
      font-size: 15px !important; }
  html body .bvi-body[data-bvi-size='12'] * {
    font-size: 12px !important; }
    html body .bvi-body[data-bvi-size='12'] * h1,
    html body .bvi-body[data-bvi-size='12'] * h1 * {
      font-size: 19px !important; }
    html body .bvi-body[data-bvi-size='12'] * h2,
    html body .bvi-body[data-bvi-size='12'] * h2 * {
      font-size: 18px !important; }
    html body .bvi-body[data-bvi-size='12'] * h3,
    html body .bvi-body[data-bvi-size='12'] * h3 * {
      font-size: 17px !important; }
    html body .bvi-body[data-bvi-size='12'] * h4,
    html body .bvi-body[data-bvi-size='12'] * h4 * {
      font-size: 16px !important; }
    html body .bvi-body[data-bvi-size='12'] * h5,
    html body .bvi-body[data-bvi-size='12'] * h5 * {
      font-size: 15px !important; }
    html body .bvi-body[data-bvi-size='12'] * h6,
    html body .bvi-body[data-bvi-size='12'] * h6 * {
      font-size: 14px !important; }
  html body .bvi-body[data-bvi-size='11'] * {
    font-size: 11px !important; }
    html body .bvi-body[data-bvi-size='11'] * h1,
    html body .bvi-body[data-bvi-size='11'] * h1 * {
      font-size: 18px !important; }
    html body .bvi-body[data-bvi-size='11'] * h2,
    html body .bvi-body[data-bvi-size='11'] * h2 * {
      font-size: 17px !important; }
    html body .bvi-body[data-bvi-size='11'] * h3,
    html body .bvi-body[data-bvi-size='11'] * h3 * {
      font-size: 16px !important; }
    html body .bvi-body[data-bvi-size='11'] * h4,
    html body .bvi-body[data-bvi-size='11'] * h4 * {
      font-size: 15px !important; }
    html body .bvi-body[data-bvi-size='11'] * h5,
    html body .bvi-body[data-bvi-size='11'] * h5 * {
      font-size: 14px !important; }
    html body .bvi-body[data-bvi-size='11'] * h6,
    html body .bvi-body[data-bvi-size='11'] * h6 * {
      font-size: 13px !important; }
  html body .bvi-body[data-bvi-size='10'] * {
    font-size: 10px !important; }
    html body .bvi-body[data-bvi-size='10'] * h1,
    html body .bvi-body[data-bvi-size='10'] * h1 * {
      font-size: 17px !important; }
    html body .bvi-body[data-bvi-size='10'] * h2,
    html body .bvi-body[data-bvi-size='10'] * h2 * {
      font-size: 16px !important; }
    html body .bvi-body[data-bvi-size='10'] * h3,
    html body .bvi-body[data-bvi-size='10'] * h3 * {
      font-size: 15px !important; }
    html body .bvi-body[data-bvi-size='10'] * h4,
    html body .bvi-body[data-bvi-size='10'] * h4 * {
      font-size: 14px !important; }
    html body .bvi-body[data-bvi-size='10'] * h5,
    html body .bvi-body[data-bvi-size='10'] * h5 * {
      font-size: 13px !important; }
    html body .bvi-body[data-bvi-size='10'] * h6,
    html body .bvi-body[data-bvi-size='10'] * h6 * {
      font-size: 12px !important; }
  html body .bvi-body[data-bvi-size='9'] * {
    font-size: 9px !important; }
    html body .bvi-body[data-bvi-size='9'] * h1,
    html body .bvi-body[data-bvi-size='9'] * h1 * {
      font-size: 16px !important; }
    html body .bvi-body[data-bvi-size='9'] * h2,
    html body .bvi-body[data-bvi-size='9'] * h2 * {
      font-size: 15px !important; }
    html body .bvi-body[data-bvi-size='9'] * h3,
    html body .bvi-body[data-bvi-size='9'] * h3 * {
      font-size: 14px !important; }
    html body .bvi-body[data-bvi-size='9'] * h4,
    html body .bvi-body[data-bvi-size='9'] * h4 * {
      font-size: 13px !important; }
    html body .bvi-body[data-bvi-size='9'] * h5,
    html body .bvi-body[data-bvi-size='9'] * h5 * {
      font-size: 12px !important; }
    html body .bvi-body[data-bvi-size='9'] * h6,
    html body .bvi-body[data-bvi-size='9'] * h6 * {
      font-size: 11px !important; }
  html body .bvi-body[data-bvi-size='8'] * {
    font-size: 8px !important; }
    html body .bvi-body[data-bvi-size='8'] * h1,
    html body .bvi-body[data-bvi-size='8'] * h1 * {
      font-size: 15px !important; }
    html body .bvi-body[data-bvi-size='8'] * h2,
    html body .bvi-body[data-bvi-size='8'] * h2 * {
      font-size: 14px !important; }
    html body .bvi-body[data-bvi-size='8'] * h3,
    html body .bvi-body[data-bvi-size='8'] * h3 * {
      font-size: 13px !important; }
    html body .bvi-body[data-bvi-size='8'] * h4,
    html body .bvi-body[data-bvi-size='8'] * h4 * {
      font-size: 12px !important; }
    html body .bvi-body[data-bvi-size='8'] * h5,
    html body .bvi-body[data-bvi-size='8'] * h5 * {
      font-size: 11px !important; }
    html body .bvi-body[data-bvi-size='8'] * h6,
    html body .bvi-body[data-bvi-size='8'] * h6 * {
      font-size: 10px !important; }
  html body .bvi-body[data-bvi-size='7'] * {
    font-size: 7px !important; }
    html body .bvi-body[data-bvi-size='7'] * h1,
    html body .bvi-body[data-bvi-size='7'] * h1 * {
      font-size: 14px !important; }
    html body .bvi-body[data-bvi-size='7'] * h2,
    html body .bvi-body[data-bvi-size='7'] * h2 * {
      font-size: 13px !important; }
    html body .bvi-body[data-bvi-size='7'] * h3,
    html body .bvi-body[data-bvi-size='7'] * h3 * {
      font-size: 12px !important; }
    html body .bvi-body[data-bvi-size='7'] * h4,
    html body .bvi-body[data-bvi-size='7'] * h4 * {
      font-size: 11px !important; }
    html body .bvi-body[data-bvi-size='7'] * h5,
    html body .bvi-body[data-bvi-size='7'] * h5 * {
      font-size: 10px !important; }
    html body .bvi-body[data-bvi-size='7'] * h6,
    html body .bvi-body[data-bvi-size='7'] * h6 * {
      font-size: 9px !important; }
  html body .bvi-body[data-bvi-size='6'] * {
    font-size: 6px !important; }
    html body .bvi-body[data-bvi-size='6'] * h1,
    html body .bvi-body[data-bvi-size='6'] * h1 * {
      font-size: 13px !important; }
    html body .bvi-body[data-bvi-size='6'] * h2,
    html body .bvi-body[data-bvi-size='6'] * h2 * {
      font-size: 12px !important; }
    html body .bvi-body[data-bvi-size='6'] * h3,
    html body .bvi-body[data-bvi-size='6'] * h3 * {
      font-size: 11px !important; }
    html body .bvi-body[data-bvi-size='6'] * h4,
    html body .bvi-body[data-bvi-size='6'] * h4 * {
      font-size: 10px !important; }
    html body .bvi-body[data-bvi-size='6'] * h5,
    html body .bvi-body[data-bvi-size='6'] * h5 * {
      font-size: 9px !important; }
    html body .bvi-body[data-bvi-size='6'] * h6,
    html body .bvi-body[data-bvi-size='6'] * h6 * {
      font-size: 8px !important; }
  html body .bvi-body[data-bvi-size='5'] * {
    font-size: 5px !important; }
    html body .bvi-body[data-bvi-size='5'] * h1,
    html body .bvi-body[data-bvi-size='5'] * h1 * {
      font-size: 12px !important; }
    html body .bvi-body[data-bvi-size='5'] * h2,
    html body .bvi-body[data-bvi-size='5'] * h2 * {
      font-size: 11px !important; }
    html body .bvi-body[data-bvi-size='5'] * h3,
    html body .bvi-body[data-bvi-size='5'] * h3 * {
      font-size: 10px !important; }
    html body .bvi-body[data-bvi-size='5'] * h4,
    html body .bvi-body[data-bvi-size='5'] * h4 * {
      font-size: 9px !important; }
    html body .bvi-body[data-bvi-size='5'] * h5,
    html body .bvi-body[data-bvi-size='5'] * h5 * {
      font-size: 8px !important; }
    html body .bvi-body[data-bvi-size='5'] * h6,
    html body .bvi-body[data-bvi-size='5'] * h6 * {
      font-size: 7px !important; }
  html body .bvi-body[data-bvi-size='4'] * {
    font-size: 4px !important; }
    html body .bvi-body[data-bvi-size='4'] * h1,
    html body .bvi-body[data-bvi-size='4'] * h1 * {
      font-size: 11px !important; }
    html body .bvi-body[data-bvi-size='4'] * h2,
    html body .bvi-body[data-bvi-size='4'] * h2 * {
      font-size: 10px !important; }
    html body .bvi-body[data-bvi-size='4'] * h3,
    html body .bvi-body[data-bvi-size='4'] * h3 * {
      font-size: 9px !important; }
    html body .bvi-body[data-bvi-size='4'] * h4,
    html body .bvi-body[data-bvi-size='4'] * h4 * {
      font-size: 8px !important; }
    html body .bvi-body[data-bvi-size='4'] * h5,
    html body .bvi-body[data-bvi-size='4'] * h5 * {
      font-size: 7px !important; }
    html body .bvi-body[data-bvi-size='4'] * h6,
    html body .bvi-body[data-bvi-size='4'] * h6 * {
      font-size: 6px !important; }
  html body .bvi-body[data-bvi-size='3'] * {
    font-size: 3px !important; }
    html body .bvi-body[data-bvi-size='3'] * h1,
    html body .bvi-body[data-bvi-size='3'] * h1 * {
      font-size: 10px !important; }
    html body .bvi-body[data-bvi-size='3'] * h2,
    html body .bvi-body[data-bvi-size='3'] * h2 * {
      font-size: 9px !important; }
    html body .bvi-body[data-bvi-size='3'] * h3,
    html body .bvi-body[data-bvi-size='3'] * h3 * {
      font-size: 8px !important; }
    html body .bvi-body[data-bvi-size='3'] * h4,
    html body .bvi-body[data-bvi-size='3'] * h4 * {
      font-size: 7px !important; }
    html body .bvi-body[data-bvi-size='3'] * h5,
    html body .bvi-body[data-bvi-size='3'] * h5 * {
      font-size: 6px !important; }
    html body .bvi-body[data-bvi-size='3'] * h6,
    html body .bvi-body[data-bvi-size='3'] * h6 * {
      font-size: 5px !important; }
  html body .bvi-body[data-bvi-size='2'] * {
    font-size: 2px !important; }
    html body .bvi-body[data-bvi-size='2'] * h1,
    html body .bvi-body[data-bvi-size='2'] * h1 * {
      font-size: 9px !important; }
    html body .bvi-body[data-bvi-size='2'] * h2,
    html body .bvi-body[data-bvi-size='2'] * h2 * {
      font-size: 8px !important; }
    html body .bvi-body[data-bvi-size='2'] * h3,
    html body .bvi-body[data-bvi-size='2'] * h3 * {
      font-size: 7px !important; }
    html body .bvi-body[data-bvi-size='2'] * h4,
    html body .bvi-body[data-bvi-size='2'] * h4 * {
      font-size: 6px !important; }
    html body .bvi-body[data-bvi-size='2'] * h5,
    html body .bvi-body[data-bvi-size='2'] * h5 * {
      font-size: 5px !important; }
    html body .bvi-body[data-bvi-size='2'] * h6,
    html body .bvi-body[data-bvi-size='2'] * h6 * {
      font-size: 4px !important; }
  html body .bvi-body[data-bvi-size='1'] * {
    font-size: 1px !important; }
    html body .bvi-body[data-bvi-size='1'] * h1,
    html body .bvi-body[data-bvi-size='1'] * h1 * {
      font-size: 8px !important; }
    html body .bvi-body[data-bvi-size='1'] * h2,
    html body .bvi-body[data-bvi-size='1'] * h2 * {
      font-size: 7px !important; }
    html body .bvi-body[data-bvi-size='1'] * h3,
    html body .bvi-body[data-bvi-size='1'] * h3 * {
      font-size: 6px !important; }
    html body .bvi-body[data-bvi-size='1'] * h4,
    html body .bvi-body[data-bvi-size='1'] * h4 * {
      font-size: 5px !important; }
    html body .bvi-body[data-bvi-size='1'] * h5,
    html body .bvi-body[data-bvi-size='1'] * h5 * {
      font-size: 4px !important; }
    html body .bvi-body[data-bvi-size='1'] * h6,
    html body .bvi-body[data-bvi-size='1'] * h6 * {
      font-size: 3px !important; }
  html body .bvi-body[data-bvi-images='true'] img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  html body .bvi-body[data-bvi-images='false'] .bvi-img-off {
    border: 2px dashed !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
    max-height: 100% !important;
    word-wrap: break-word !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }
  html body .bvi-body[data-bvi-images='grayscale'] img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray; }
  html body .bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale {
    position: relative;
    display: block; }
  html body .bvi-body[data-bvi-line-height='normal'] * {
    line-height: 1.5 !important; }
  html body .bvi-body[data-bvi-line-height='average'] * {
    line-height: 2 !important; }
  html body .bvi-body[data-bvi-line-height='big'] * {
    line-height: 2.5 !important; }
  html body .bvi-body[data-bvi-letter-spacing='normal'] * {
    letter-spacing: 0px !important; }
  html body .bvi-body[data-bvi-letter-spacing='average'] * {
    letter-spacing: 2px !important; }
  html body .bvi-body[data-bvi-letter-spacing='big'] * {
    letter-spacing: 4px !important; }
  html body .bvi-body[data-bvi-font-family='arial'] *:not(i):not(span) {
    font-family: Arial, sans-serif; }
  html body .bvi-body[data-bvi-font-family='times'] *:not(i):not(span) {
    font-family: "Times New roman"; }
  html body .bvi-body[data-bvi-flash-iframe='true'] iframe,
  html body .bvi-body[data-bvi-flash-iframe='true'] video,
  html body .bvi-body[data-bvi-flash-iframe='true'] figure {
    display: block; }
  html body .bvi-body[data-bvi-flash-iframe='false'] iframe,
  html body .bvi-body[data-bvi-flash-iframe='false'] video,
  html body .bvi-body[data-bvi-flash-iframe='false'] figure {
    display: none; }

/* End */


/* Start:/bitrix/components/custom/vision.special/templates/.default/style/css/bvi.min.css?1630976184149291*/
/*!
 * Button visually impaired v1.0.8
 */
html:not(.bvi-panel) {
    font-size: 16px !important
}

html body a.bvi-link {
    padding: 10px 10px;
    font-size: 12px;
    border-color: transparent
}

html body .bvi {
    filter: grayscale(100%) !important;
}

html body .bvi .bvi-btn {
    font-weight: bold !important
}

html body .bvi .bvi-eye-link {
    position: fixed;
    top: 1rem;
    right: 1rem;
    opacity: .75;
    z-index: 999999 !important
}

html body .bvi .bvi-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    html body .bvi .bvi-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    html body .bvi .bvi-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    html body .bvi .bvi-container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    html body .bvi .bvi-container {
        max-width: 1140px
    }
}

html body .bvi .bvi-container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

html body .bvi .bvi-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

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

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

html body .bvi .bvi-col-1, html body .bvi .bvi-col-2, html body .bvi .bvi-col-3, html body .bvi .bvi-col-4, html body .bvi .bvi-col-5, html body .bvi .bvi-col-6, html body .bvi .bvi-col-7, html body .bvi .bvi-col-8, html body .bvi .bvi-col-9, html body .bvi .bvi-col-10, html body .bvi .bvi-col-11, html body .bvi .bvi-col-12, html body .bvi .bvi-col, html body .bvi .bvi-col-auto, html body .bvi .bvi-col-sm-1, html body .bvi .bvi-col-sm-2, html body .bvi .bvi-col-sm-3, html body .bvi .bvi-col-sm-4, html body .bvi .bvi-col-sm-5, html body .bvi .bvi-col-sm-6, html body .bvi .bvi-col-sm-7, html body .bvi .bvi-col-sm-8, html body .bvi .bvi-col-sm-9, html body .bvi .bvi-col-sm-10, html body .bvi .bvi-col-sm-11, html body .bvi .bvi-col-sm-12, html body .bvi .bvi-col-sm, html body .bvi .bvi-col-sm-auto, html body .bvi .bvi-col-md-1, html body .bvi .bvi-col-md-2, html body .bvi .bvi-col-md-3, html body .bvi .bvi-col-md-4, html body .bvi .bvi-col-md-5, html body .bvi .bvi-col-md-6, html body .bvi .bvi-col-md-7, html body .bvi .bvi-col-md-8, html body .bvi .bvi-col-md-9, html body .bvi .bvi-col-md-10, html body .bvi .bvi-col-md-11, html body .bvi .bvi-col-md-12, html body .bvi .bvi-col-md, html body .bvi .bvi-col-md-auto, html body .bvi .bvi-col-lg-1, html body .bvi .bvi-col-lg-2, html body .bvi .bvi-col-lg-3, html body .bvi .bvi-col-lg-4, html body .bvi .bvi-col-lg-5, html body .bvi .bvi-col-lg-6, html body .bvi .bvi-col-lg-7, html body .bvi .bvi-col-lg-8, html body .bvi .bvi-col-lg-9, html body .bvi .bvi-col-lg-10, html body .bvi .bvi-col-lg-11, html body .bvi .bvi-col-lg-12, html body .bvi .bvi-col-lg, html body .bvi .bvi-col-lg-auto, html body .bvi .bvi-col-xl-1, html body .bvi .bvi-col-xl-2, html body .bvi .bvi-col-xl-3, html body .bvi .bvi-col-xl-4, html body .bvi .bvi-col-xl-5, html body .bvi .bvi-col-xl-6, html body .bvi .bvi-col-xl-7, html body .bvi .bvi-col-xl-8, html body .bvi .bvi-col-xl-9, html body .bvi .bvi-col-xl-10, html body .bvi .bvi-col-xl-11, html body .bvi .bvi-col-xl-12, html body .bvi .bvi-col-xl, html body .bvi .bvi-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

html body .bvi .bvi-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

html body .bvi .bvi-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

html body .bvi .bvi-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

html body .bvi .bvi-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

html body .bvi .bvi-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

html body .bvi .bvi-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

html body .bvi .bvi-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

html body .bvi .bvi-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

html body .bvi .bvi-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

html body .bvi .bvi-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

html body .bvi .bvi-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

html body .bvi .bvi-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

html body .bvi .bvi-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

html body .bvi .bvi-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

html body .bvi .order-first {
    order: -1
}

html body .bvi .order-last {
    order: 13
}

html body .bvi .order-0 {
    order: 0
}

html body .bvi .order-1 {
    order: 1
}

html body .bvi .order-2 {
    order: 2
}

html body .bvi .order-3 {
    order: 3
}

html body .bvi .order-4 {
    order: 4
}

html body .bvi .order-5 {
    order: 5
}

html body .bvi .order-6 {
    order: 6
}

html body .bvi .order-7 {
    order: 7
}

html body .bvi .order-8 {
    order: 8
}

html body .bvi .order-9 {
    order: 9
}

html body .bvi .order-10 {
    order: 10
}

html body .bvi .order-11 {
    order: 11
}

html body .bvi .order-12 {
    order: 12
}

html body .bvi .offset-1 {
    margin-left: 8.33333%
}

html body .bvi .offset-2 {
    margin-left: 16.66667%
}

html body .bvi .offset-3 {
    margin-left: 25%
}

html body .bvi .offset-4 {
    margin-left: 33.33333%
}

html body .bvi .offset-5 {
    margin-left: 41.66667%
}

html body .bvi .offset-6 {
    margin-left: 50%
}

html body .bvi .offset-7 {
    margin-left: 58.33333%
}

html body .bvi .offset-8 {
    margin-left: 66.66667%
}

html body .bvi .offset-9 {
    margin-left: 75%
}

html body .bvi .offset-10 {
    margin-left: 83.33333%
}

html body .bvi .offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    html body .bvi .bvi-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-sm-first {
        order: -1
    }

    html body .bvi .order-sm-last {
        order: 13
    }

    html body .bvi .order-sm-0 {
        order: 0
    }

    html body .bvi .order-sm-1 {
        order: 1
    }

    html body .bvi .order-sm-2 {
        order: 2
    }

    html body .bvi .order-sm-3 {
        order: 3
    }

    html body .bvi .order-sm-4 {
        order: 4
    }

    html body .bvi .order-sm-5 {
        order: 5
    }

    html body .bvi .order-sm-6 {
        order: 6
    }

    html body .bvi .order-sm-7 {
        order: 7
    }

    html body .bvi .order-sm-8 {
        order: 8
    }

    html body .bvi .order-sm-9 {
        order: 9
    }

    html body .bvi .order-sm-10 {
        order: 10
    }

    html body .bvi .order-sm-11 {
        order: 11
    }

    html body .bvi .order-sm-12 {
        order: 12
    }

    html body .bvi .offset-sm-0 {
        margin-left: 0
    }

    html body .bvi .offset-sm-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-sm-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-sm-3 {
        margin-left: 25%
    }

    html body .bvi .offset-sm-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-sm-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-sm-6 {
        margin-left: 50%
    }

    html body .bvi .offset-sm-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-sm-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-sm-9 {
        margin-left: 75%
    }

    html body .bvi .offset-sm-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    html body .bvi .bvi-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-md-first {
        order: -1
    }

    html body .bvi .order-md-last {
        order: 13
    }

    html body .bvi .order-md-0 {
        order: 0
    }

    html body .bvi .order-md-1 {
        order: 1
    }

    html body .bvi .order-md-2 {
        order: 2
    }

    html body .bvi .order-md-3 {
        order: 3
    }

    html body .bvi .order-md-4 {
        order: 4
    }

    html body .bvi .order-md-5 {
        order: 5
    }

    html body .bvi .order-md-6 {
        order: 6
    }

    html body .bvi .order-md-7 {
        order: 7
    }

    html body .bvi .order-md-8 {
        order: 8
    }

    html body .bvi .order-md-9 {
        order: 9
    }

    html body .bvi .order-md-10 {
        order: 10
    }

    html body .bvi .order-md-11 {
        order: 11
    }

    html body .bvi .order-md-12 {
        order: 12
    }

    html body .bvi .offset-md-0 {
        margin-left: 0
    }

    html body .bvi .offset-md-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-md-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-md-3 {
        margin-left: 25%
    }

    html body .bvi .offset-md-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-md-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-md-6 {
        margin-left: 50%
    }

    html body .bvi .offset-md-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-md-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-md-9 {
        margin-left: 75%
    }

    html body .bvi .offset-md-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    html body .bvi .bvi-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-lg-first {
        order: -1
    }

    html body .bvi .order-lg-last {
        order: 13
    }

    html body .bvi .order-lg-0 {
        order: 0
    }

    html body .bvi .order-lg-1 {
        order: 1
    }

    html body .bvi .order-lg-2 {
        order: 2
    }

    html body .bvi .order-lg-3 {
        order: 3
    }

    html body .bvi .order-lg-4 {
        order: 4
    }

    html body .bvi .order-lg-5 {
        order: 5
    }

    html body .bvi .order-lg-6 {
        order: 6
    }

    html body .bvi .order-lg-7 {
        order: 7
    }

    html body .bvi .order-lg-8 {
        order: 8
    }

    html body .bvi .order-lg-9 {
        order: 9
    }

    html body .bvi .order-lg-10 {
        order: 10
    }

    html body .bvi .order-lg-11 {
        order: 11
    }

    html body .bvi .order-lg-12 {
        order: 12
    }

    html body .bvi .offset-lg-0 {
        margin-left: 0
    }

    html body .bvi .offset-lg-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-lg-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-lg-3 {
        margin-left: 25%
    }

    html body .bvi .offset-lg-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-lg-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-lg-6 {
        margin-left: 50%
    }

    html body .bvi .offset-lg-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-lg-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-lg-9 {
        margin-left: 75%
    }

    html body .bvi .offset-lg-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    html body .bvi .bvi-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi .bvi-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    html body .bvi .bvi-col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    html body .bvi .bvi-col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    html body .bvi .bvi-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi .bvi-col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    html body .bvi .bvi-col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    html body .bvi .bvi-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi .bvi-col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html body .bvi .bvi-col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    html body .bvi .bvi-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi .bvi-col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    html body .bvi .bvi-col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    html body .bvi .bvi-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi .order-xl-first {
        order: -1
    }

    html body .bvi .order-xl-last {
        order: 13
    }

    html body .bvi .order-xl-0 {
        order: 0
    }

    html body .bvi .order-xl-1 {
        order: 1
    }

    html body .bvi .order-xl-2 {
        order: 2
    }

    html body .bvi .order-xl-3 {
        order: 3
    }

    html body .bvi .order-xl-4 {
        order: 4
    }

    html body .bvi .order-xl-5 {
        order: 5
    }

    html body .bvi .order-xl-6 {
        order: 6
    }

    html body .bvi .order-xl-7 {
        order: 7
    }

    html body .bvi .order-xl-8 {
        order: 8
    }

    html body .bvi .order-xl-9 {
        order: 9
    }

    html body .bvi .order-xl-10 {
        order: 10
    }

    html body .bvi .order-xl-11 {
        order: 11
    }

    html body .bvi .order-xl-12 {
        order: 12
    }

    html body .bvi .offset-xl-0 {
        margin-left: 0
    }

    html body .bvi .offset-xl-1 {
        margin-left: 8.33333%
    }

    html body .bvi .offset-xl-2 {
        margin-left: 16.66667%
    }

    html body .bvi .offset-xl-3 {
        margin-left: 25%
    }

    html body .bvi .offset-xl-4 {
        margin-left: 33.33333%
    }

    html body .bvi .offset-xl-5 {
        margin-left: 41.66667%
    }

    html body .bvi .offset-xl-6 {
        margin-left: 50%
    }

    html body .bvi .offset-xl-7 {
        margin-left: 58.33333%
    }

    html body .bvi .offset-xl-8 {
        margin-left: 66.66667%
    }

    html body .bvi .offset-xl-9 {
        margin-left: 75%
    }

    html body .bvi .offset-xl-10 {
        margin-left: 83.33333%
    }

    html body .bvi .offset-xl-11 {
        margin-left: 91.66667%
    }
}

html body .bvi .bvi-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    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) {
    html body .bvi .bvi-btn {
        transition: none
    }
}

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

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

html body .bvi .bvi-btn.disabled, html body .bvi .bvi-btn:disabled {
    opacity: .65
}

html body .bvi .bvi-btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

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

html body .bvi .bvi-btn-primary:focus, html body .bvi .bvi-btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html body .bvi .bvi-btn-bvi-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

html body .bvi .bvi-btn-bvi-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

html body .bvi .bvi-btn-bvi-white:focus, html body .bvi .bvi-btn-bvi-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

html body .bvi .bvi-btn-bvi-white.disabled, html body .bvi .bvi-btn-bvi-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

html body .bvi .bvi-btn-bvi-black {
    color: #fff;
    background-color: #000;
    border-color: #000
}

html body .bvi .bvi-btn-bvi-black:hover {
    color: #fff;
    background-color: black;
    border-color: black
}

html body .bvi .bvi-btn-bvi-black:focus, html body .bvi .bvi-btn-bvi-black.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

html body .bvi .bvi-btn-bvi-black.disabled, html body .bvi .bvi-btn-bvi-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black
}

html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

html body .bvi .bvi-btn-bvi-blue {
    color: #fff;
    background-color: #063462;
    border-color: #063462
}

html body .bvi .bvi-btn-bvi-blue:hover {
    color: #fff;
    background-color: #04213e;
    border-color: #031b32
}

html body .bvi .bvi-btn-bvi-blue:focus, html body .bvi .bvi-btn-bvi-blue.focus {
    box-shadow: 0 0 0 .2rem rgba(6, 52, 98, 0.5)
}

html body .bvi .bvi-btn-bvi-blue.disabled, html body .bvi .bvi-btn-bvi-blue:disabled {
    color: #fff;
    background-color: #063462;
    border-color: #063462
}

html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle {
    color: #fff;
    background-color: #031b32;
    border-color: #021426
}

html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(6, 52, 98, 0.5)
}

html body .bvi .bvi-btn-bvi-brown {
    color: #fff;
    background-color: #4d4b43;
    border-color: #4d4b43
}

html body .bvi .bvi-btn-bvi-brown:hover {
    color: #fff;
    background-color: #393731;
    border-color: #32302b
}

html body .bvi .bvi-btn-bvi-brown:focus, html body .bvi .bvi-btn-bvi-brown.focus {
    box-shadow: 0 0 0 .2rem rgba(77, 75, 67, 0.5)
}

html body .bvi .bvi-btn-bvi-brown.disabled, html body .bvi .bvi-btn-bvi-brown:disabled {
    color: #fff;
    background-color: #4d4b43;
    border-color: #4d4b43
}

html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle {
    color: #fff;
    background-color: #32302b;
    border-color: #2b2a25
}

html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 75, 67, 0.5)
}

html body .bvi .bvi-btn-bvi-green {
    color: #212529;
    background-color: #a9e44d;
    border-color: #a9e44d
}

html body .bvi .bvi-btn-bvi-green:hover {
    color: #212529;
    background-color: #99df2c;
    border-color: #93dd21
}

html body .bvi .bvi-btn-bvi-green:focus, html body .bvi .bvi-btn-bvi-green.focus {
    box-shadow: 0 0 0 .2rem rgba(169, 228, 77, 0.5)
}

html body .bvi .bvi-btn-bvi-green.disabled, html body .bvi .bvi-btn-bvi-green:disabled {
    color: #212529;
    background-color: #a9e44d;
    border-color: #a9e44d
}

html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle {
    color: #212529;
    background-color: #93dd21;
    border-color: #8cd120
}

html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(169, 228, 77, 0.5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html body .bvi .bvi-btn-outline-bvi-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

html body .bvi .bvi-btn-outline-bvi-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

html body .bvi .bvi-btn-outline-bvi-white:focus, html body .bvi .bvi-btn-outline-bvi-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-white.disabled, html body .bvi .bvi-btn-outline-bvi-white:disabled {
    color: #fff;
    background-color: transparent
}

html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-black {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000
}

html body .bvi .bvi-btn-outline-bvi-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

html body .bvi .bvi-btn-outline-bvi-black:focus, html body .bvi .bvi-btn-outline-bvi-black.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-black.disabled, html body .bvi .bvi-btn-outline-bvi-black:disabled {
    color: #000;
    background-color: transparent
}

html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-blue {
    color: #063462;
    background-color: transparent;
    background-image: none;
    border-color: #063462
}

html body .bvi .bvi-btn-outline-bvi-blue:hover {
    color: #fff;
    background-color: #063462;
    border-color: #063462
}

html body .bvi .bvi-btn-outline-bvi-blue:focus, html body .bvi .bvi-btn-outline-bvi-blue.focus {
    box-shadow: 0 0 0 .2rem rgba(6, 52, 98, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-blue.disabled, html body .bvi .bvi-btn-outline-bvi-blue:disabled {
    color: #063462;
    background-color: transparent
}

html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle {
    color: #fff;
    background-color: #063462;
    border-color: #063462
}

html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(6, 52, 98, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-brown {
    color: #4d4b43;
    background-color: transparent;
    background-image: none;
    border-color: #4d4b43
}

html body .bvi .bvi-btn-outline-bvi-brown:hover {
    color: #fff;
    background-color: #4d4b43;
    border-color: #4d4b43
}

html body .bvi .bvi-btn-outline-bvi-brown:focus, html body .bvi .bvi-btn-outline-bvi-brown.focus {
    box-shadow: 0 0 0 .2rem rgba(77, 75, 67, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-brown.disabled, html body .bvi .bvi-btn-outline-bvi-brown:disabled {
    color: #4d4b43;
    background-color: transparent
}

html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle {
    color: #fff;
    background-color: #4d4b43;
    border-color: #4d4b43
}

html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 75, 67, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-green {
    color: #a9e44d;
    background-color: transparent;
    background-image: none;
    border-color: #a9e44d
}

html body .bvi .bvi-btn-outline-bvi-green:hover {
    color: #212529;
    background-color: #a9e44d;
    border-color: #a9e44d
}

html body .bvi .bvi-btn-outline-bvi-green:focus, html body .bvi .bvi-btn-outline-bvi-green.focus {
    box-shadow: 0 0 0 .2rem rgba(169, 228, 77, 0.5)
}

html body .bvi .bvi-btn-outline-bvi-green.disabled, html body .bvi .bvi-btn-outline-bvi-green:disabled {
    color: #a9e44d;
    background-color: transparent
}

html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active, .show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle {
    color: #212529;
    background-color: #a9e44d;
    border-color: #a9e44d
}

html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus, html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus, .show > html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(169, 228, 77, 0.5)
}

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

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

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

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

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

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

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

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

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

html body .bvi .bvi-btn-group, html body .bvi .bvi-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

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

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

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

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

html body .bvi .bvi-btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

html body .bvi .bvi-btn-toolbar .input-group {
    width: auto
}

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

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

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

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

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

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

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

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

html body .bvi .bvi-btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

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

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

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

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

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

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

html body .bvi .bvi-border {
    border: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-top {
    border-top: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-right {
    border-right: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-left {
    border-left: 1px solid #dee2e6 !important
}

html body .bvi .bvi-border-0 {
    border: 0 !important
}

html body .bvi .bvi-border-top-0 {
    border-top: 0 !important
}

html body .bvi .bvi-border-right-0 {
    border-right: 0 !important
}

html body .bvi .bvi-border-bottom-0 {
    border-bottom: 0 !important
}

html body .bvi .bvi-border-left-0 {
    border-left: 0 !important
}

html body .bvi .bvi-border-primary {
    border-color: #007bff !important
}

html body .bvi .bvi-border-secondary {
    border-color: #6c757d !important
}

html body .bvi .bvi-border-success {
    border-color: #28a745 !important
}

html body .bvi .bvi-border-info {
    border-color: #17a2b8 !important
}

html body .bvi .bvi-border-warning {
    border-color: #ffc107 !important
}

html body .bvi .bvi-border-danger {
    border-color: #dc3545 !important
}

html body .bvi .bvi-border-light {
    border-color: #f8f9fa !important
}

html body .bvi .bvi-border-dark {
    border-color: #343a40 !important
}

html body .bvi .bvi-border-bvi-white {
    border-color: #fff !important
}

html body .bvi .bvi-border-bvi-black {
    border-color: #000 !important
}

html body .bvi .bvi-border-bvi-blue {
    border-color: #063462 !important
}

html body .bvi .bvi-border-bvi-brown {
    border-color: #4d4b43 !important
}

html body .bvi .bvi-border-bvi-green {
    border-color: #a9e44d !important
}

html body .bvi .bvi-border-white {
    border-color: #fff !important
}

html body .bvi .bvi-rounded {
    border-radius: 0 !important
}

html body .bvi .bvi-rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

html body .bvi .bvi-rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

html body .bvi .bvi-rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

html body .bvi .bvi-rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

html body .bvi .bvi-rounded-circle {
    border-radius: 50% !important
}

html body .bvi .bvi-rounded-0 {
    border-radius: 0 !important
}

html body .bvi .bvi-m-0 {
    margin: 0 !important
}

html body .bvi .bvi-mt-0, html body .bvi .bvi-my-0 {
    margin-top: 0 !important
}

html body .bvi .bvi-mr-0, html body .bvi .bvi-mx-0 {
    margin-right: 0 !important
}

html body .bvi .bvi-mb-0, html body .bvi .bvi-my-0 {
    margin-bottom: 0 !important
}

html body .bvi .bvi-ml-0, html body .bvi .bvi-mx-0 {
    margin-left: 0 !important
}

html body .bvi .bvi-m-1 {
    margin: .25rem !important
}

html body .bvi .bvi-mt-1, html body .bvi .bvi-my-1 {
    margin-top: .25rem !important
}

html body .bvi .bvi-mr-1, html body .bvi .bvi-mx-1 {
    margin-right: .25rem !important
}

html body .bvi .bvi-mb-1, html body .bvi .bvi-my-1 {
    margin-bottom: .25rem !important
}

html body .bvi .bvi-ml-1, html body .bvi .bvi-mx-1 {
    margin-left: .25rem !important
}

html body .bvi .bvi-m-2 {
    margin: .5rem !important
}

html body .bvi .bvi-mt-2, html body .bvi .bvi-my-2 {
    margin-top: .5rem !important
}

html body .bvi .bvi-mr-2, html body .bvi .bvi-mx-2 {
    margin-right: .5rem !important
}

html body .bvi .bvi-mb-2, html body .bvi .bvi-my-2 {
    margin-bottom: .5rem !important
}

html body .bvi .bvi-ml-2, html body .bvi .bvi-mx-2 {
    margin-left: .5rem !important
}

html body .bvi .bvi-m-3 {
    margin: 1rem !important
}

html body .bvi .bvi-mt-3, html body .bvi .bvi-my-3 {
    margin-top: 1rem !important
}

html body .bvi .bvi-mr-3, html body .bvi .bvi-mx-3 {
    margin-right: 1rem !important
}

html body .bvi .bvi-mb-3, html body .bvi .bvi-my-3 {
    margin-bottom: 1rem !important
}

html body .bvi .bvi-ml-3, html body .bvi .bvi-mx-3 {
    margin-left: 1rem !important
}

html body .bvi .bvi-m-4 {
    margin: 1.5rem !important
}

html body .bvi .bvi-mt-4, html body .bvi .bvi-my-4 {
    margin-top: 1.5rem !important
}

html body .bvi .bvi-mr-4, html body .bvi .bvi-mx-4 {
    margin-right: 1.5rem !important
}

html body .bvi .bvi-mb-4, html body .bvi .bvi-my-4 {
    margin-bottom: 1.5rem !important
}

html body .bvi .bvi-ml-4, html body .bvi .bvi-mx-4 {
    margin-left: 1.5rem !important
}

html body .bvi .bvi-m-5 {
    margin: 3rem !important
}

html body .bvi .bvi-mt-5, html body .bvi .bvi-my-5 {
    margin-top: 3rem !important
}

html body .bvi .bvi-mr-5, html body .bvi .bvi-mx-5 {
    margin-right: 3rem !important
}

html body .bvi .bvi-mb-5, html body .bvi .bvi-my-5 {
    margin-bottom: 3rem !important
}

html body .bvi .bvi-ml-5, html body .bvi .bvi-mx-5 {
    margin-left: 3rem !important
}

html body .bvi .bvi-p-0 {
    padding: 0 !important
}

html body .bvi .bvi-pt-0, html body .bvi .bvi-py-0 {
    padding-top: 0 !important
}

html body .bvi .bvi-pr-0, html body .bvi .bvi-px-0 {
    padding-right: 0 !important
}

html body .bvi .bvi-pb-0, html body .bvi .bvi-py-0 {
    padding-bottom: 0 !important
}

html body .bvi .bvi-pl-0, html body .bvi .bvi-px-0 {
    padding-left: 0 !important
}

html body .bvi .bvi-p-1 {
    padding: .25rem !important
}

html body .bvi .bvi-pt-1, html body .bvi .bvi-py-1 {
    padding-top: .25rem !important
}

html body .bvi .bvi-pr-1, html body .bvi .bvi-px-1 {
    padding-right: .25rem !important
}

html body .bvi .bvi-pb-1, html body .bvi .bvi-py-1 {
    padding-bottom: .25rem !important
}

html body .bvi .bvi-pl-1, html body .bvi .bvi-px-1 {
    padding-left: .25rem !important
}

html body .bvi .bvi-p-2 {
    padding: .5rem !important
}

html body .bvi .bvi-pt-2, html body .bvi .bvi-py-2 {
    padding-top: .5rem !important
}

html body .bvi .bvi-pr-2, html body .bvi .bvi-px-2 {
    padding-right: .5rem !important
}

html body .bvi .bvi-pb-2, html body .bvi .bvi-py-2 {
    padding-bottom: .5rem !important
}

html body .bvi .bvi-pl-2, html body .bvi .bvi-px-2 {
    padding-left: .5rem !important
}

html body .bvi .bvi-p-3 {
    padding: 1rem !important
}

html body .bvi .bvi-pt-3, html body .bvi .bvi-py-3 {
    padding-top: 1rem !important
}

html body .bvi .bvi-pr-3, html body .bvi .bvi-px-3 {
    padding-right: 1rem !important
}

html body .bvi .bvi-pb-3, html body .bvi .bvi-py-3 {
    padding-bottom: 1rem !important
}

html body .bvi .bvi-pl-3, html body .bvi .bvi-px-3 {
    padding-left: 1rem !important
}

html body .bvi .bvi-p-4 {
    padding: 1.5rem !important
}

html body .bvi .bvi-pt-4, html body .bvi .bvi-py-4 {
    padding-top: 1.5rem !important
}

html body .bvi .bvi-pr-4, html body .bvi .bvi-px-4 {
    padding-right: 1.5rem !important
}

html body .bvi .bvi-pb-4, html body .bvi .bvi-py-4 {
    padding-bottom: 1.5rem !important
}

html body .bvi .bvi-pl-4, html body .bvi .bvi-px-4 {
    padding-left: 1.5rem !important
}

html body .bvi .bvi-p-5 {
    padding: 3rem !important
}

html body .bvi .bvi-pt-5, html body .bvi .bvi-py-5 {
    padding-top: 3rem !important
}

html body .bvi .bvi-pr-5, html body .bvi .bvi-px-5 {
    padding-right: 3rem !important
}

html body .bvi .bvi-pb-5, html body .bvi .bvi-py-5 {
    padding-bottom: 3rem !important
}

html body .bvi .bvi-pl-5, html body .bvi .bvi-px-5 {
    padding-left: 3rem !important
}

html body .bvi .bvi-m-auto {
    margin: auto !important
}

html body .bvi .bvi-mt-auto, html body .bvi .bvi-my-auto {
    margin-top: auto !important
}

html body .bvi .bvi-mr-auto, html body .bvi .bvi-mx-auto {
    margin-right: auto !important
}

html body .bvi .bvi-mb-auto, html body .bvi .bvi-my-auto {
    margin-bottom: auto !important
}

html body .bvi .bvi-ml-auto, html body .bvi .bvi-mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    html body .bvi .bvi-m-sm-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-sm-0, html body .bvi .bvi-my-sm-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-sm-0, html body .bvi .bvi-mx-sm-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-sm-0, html body .bvi .bvi-my-sm-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-sm-0, html body .bvi .bvi-mx-sm-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-sm-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-sm-1, html body .bvi .bvi-my-sm-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-sm-1, html body .bvi .bvi-mx-sm-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-sm-1, html body .bvi .bvi-my-sm-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-sm-1, html body .bvi .bvi-mx-sm-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-sm-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-sm-2, html body .bvi .bvi-my-sm-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-sm-2, html body .bvi .bvi-mx-sm-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-sm-2, html body .bvi .bvi-my-sm-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-sm-2, html body .bvi .bvi-mx-sm-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-sm-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-sm-3, html body .bvi .bvi-my-sm-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-sm-3, html body .bvi .bvi-mx-sm-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-sm-3, html body .bvi .bvi-my-sm-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-sm-3, html body .bvi .bvi-mx-sm-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-sm-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-sm-4, html body .bvi .bvi-my-sm-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-sm-4, html body .bvi .bvi-mx-sm-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-sm-4, html body .bvi .bvi-my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-sm-4, html body .bvi .bvi-mx-sm-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-sm-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-sm-5, html body .bvi .bvi-my-sm-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-sm-5, html body .bvi .bvi-mx-sm-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-sm-5, html body .bvi .bvi-my-sm-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-sm-5, html body .bvi .bvi-mx-sm-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-sm-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-sm-0, html body .bvi .bvi-py-sm-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-sm-0, html body .bvi .bvi-px-sm-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-sm-0, html body .bvi .bvi-py-sm-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-sm-0, html body .bvi .bvi-px-sm-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-sm-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-sm-1, html body .bvi .bvi-py-sm-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-sm-1, html body .bvi .bvi-px-sm-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-sm-1, html body .bvi .bvi-py-sm-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-sm-1, html body .bvi .bvi-px-sm-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-sm-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-sm-2, html body .bvi .bvi-py-sm-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-sm-2, html body .bvi .bvi-px-sm-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-sm-2, html body .bvi .bvi-py-sm-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-sm-2, html body .bvi .bvi-px-sm-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-sm-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-sm-3, html body .bvi .bvi-py-sm-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-sm-3, html body .bvi .bvi-px-sm-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-sm-3, html body .bvi .bvi-py-sm-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-sm-3, html body .bvi .bvi-px-sm-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-sm-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-sm-4, html body .bvi .bvi-py-sm-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-sm-4, html body .bvi .bvi-px-sm-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-sm-4, html body .bvi .bvi-py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-sm-4, html body .bvi .bvi-px-sm-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-sm-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-sm-5, html body .bvi .bvi-py-sm-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-sm-5, html body .bvi .bvi-px-sm-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-sm-5, html body .bvi .bvi-py-sm-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-sm-5, html body .bvi .bvi-px-sm-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-sm-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-sm-auto, html body .bvi .bvi-my-sm-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-sm-auto, html body .bvi .bvi-mx-sm-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-sm-auto, html body .bvi .bvi-my-sm-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-sm-auto, html body .bvi .bvi-mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    html body .bvi .bvi-m-md-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-md-0, html body .bvi .bvi-my-md-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-md-0, html body .bvi .bvi-mx-md-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-md-0, html body .bvi .bvi-my-md-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-md-0, html body .bvi .bvi-mx-md-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-md-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-md-1, html body .bvi .bvi-my-md-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-md-1, html body .bvi .bvi-mx-md-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-md-1, html body .bvi .bvi-my-md-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-md-1, html body .bvi .bvi-mx-md-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-md-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-md-2, html body .bvi .bvi-my-md-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-md-2, html body .bvi .bvi-mx-md-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-md-2, html body .bvi .bvi-my-md-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-md-2, html body .bvi .bvi-mx-md-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-md-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-md-3, html body .bvi .bvi-my-md-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-md-3, html body .bvi .bvi-mx-md-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-md-3, html body .bvi .bvi-my-md-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-md-3, html body .bvi .bvi-mx-md-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-md-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-md-4, html body .bvi .bvi-my-md-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-md-4, html body .bvi .bvi-mx-md-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-md-4, html body .bvi .bvi-my-md-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-md-4, html body .bvi .bvi-mx-md-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-md-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-md-5, html body .bvi .bvi-my-md-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-md-5, html body .bvi .bvi-mx-md-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-md-5, html body .bvi .bvi-my-md-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-md-5, html body .bvi .bvi-mx-md-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-md-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-md-0, html body .bvi .bvi-py-md-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-md-0, html body .bvi .bvi-px-md-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-md-0, html body .bvi .bvi-py-md-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-md-0, html body .bvi .bvi-px-md-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-md-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-md-1, html body .bvi .bvi-py-md-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-md-1, html body .bvi .bvi-px-md-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-md-1, html body .bvi .bvi-py-md-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-md-1, html body .bvi .bvi-px-md-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-md-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-md-2, html body .bvi .bvi-py-md-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-md-2, html body .bvi .bvi-px-md-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-md-2, html body .bvi .bvi-py-md-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-md-2, html body .bvi .bvi-px-md-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-md-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-md-3, html body .bvi .bvi-py-md-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-md-3, html body .bvi .bvi-px-md-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-md-3, html body .bvi .bvi-py-md-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-md-3, html body .bvi .bvi-px-md-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-md-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-md-4, html body .bvi .bvi-py-md-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-md-4, html body .bvi .bvi-px-md-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-md-4, html body .bvi .bvi-py-md-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-md-4, html body .bvi .bvi-px-md-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-md-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-md-5, html body .bvi .bvi-py-md-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-md-5, html body .bvi .bvi-px-md-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-md-5, html body .bvi .bvi-py-md-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-md-5, html body .bvi .bvi-px-md-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-md-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-md-auto, html body .bvi .bvi-my-md-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-md-auto, html body .bvi .bvi-mx-md-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-md-auto, html body .bvi .bvi-my-md-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-md-auto, html body .bvi .bvi-mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    html body .bvi .bvi-m-lg-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-lg-0, html body .bvi .bvi-my-lg-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-lg-0, html body .bvi .bvi-mx-lg-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-lg-0, html body .bvi .bvi-my-lg-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-lg-0, html body .bvi .bvi-mx-lg-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-lg-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-lg-1, html body .bvi .bvi-my-lg-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-lg-1, html body .bvi .bvi-mx-lg-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-lg-1, html body .bvi .bvi-my-lg-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-lg-1, html body .bvi .bvi-mx-lg-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-lg-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-lg-2, html body .bvi .bvi-my-lg-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-lg-2, html body .bvi .bvi-mx-lg-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-lg-2, html body .bvi .bvi-my-lg-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-lg-2, html body .bvi .bvi-mx-lg-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-lg-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-lg-3, html body .bvi .bvi-my-lg-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-lg-3, html body .bvi .bvi-mx-lg-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-lg-3, html body .bvi .bvi-my-lg-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-lg-3, html body .bvi .bvi-mx-lg-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-lg-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-lg-4, html body .bvi .bvi-my-lg-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-lg-4, html body .bvi .bvi-mx-lg-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-lg-4, html body .bvi .bvi-my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-lg-4, html body .bvi .bvi-mx-lg-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-lg-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-lg-5, html body .bvi .bvi-my-lg-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-lg-5, html body .bvi .bvi-mx-lg-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-lg-5, html body .bvi .bvi-my-lg-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-lg-5, html body .bvi .bvi-mx-lg-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-lg-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-lg-0, html body .bvi .bvi-py-lg-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-lg-0, html body .bvi .bvi-px-lg-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-lg-0, html body .bvi .bvi-py-lg-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-lg-0, html body .bvi .bvi-px-lg-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-lg-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-lg-1, html body .bvi .bvi-py-lg-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-lg-1, html body .bvi .bvi-px-lg-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-lg-1, html body .bvi .bvi-py-lg-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-lg-1, html body .bvi .bvi-px-lg-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-lg-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-lg-2, html body .bvi .bvi-py-lg-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-lg-2, html body .bvi .bvi-px-lg-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-lg-2, html body .bvi .bvi-py-lg-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-lg-2, html body .bvi .bvi-px-lg-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-lg-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-lg-3, html body .bvi .bvi-py-lg-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-lg-3, html body .bvi .bvi-px-lg-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-lg-3, html body .bvi .bvi-py-lg-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-lg-3, html body .bvi .bvi-px-lg-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-lg-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-lg-4, html body .bvi .bvi-py-lg-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-lg-4, html body .bvi .bvi-px-lg-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-lg-4, html body .bvi .bvi-py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-lg-4, html body .bvi .bvi-px-lg-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-lg-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-lg-5, html body .bvi .bvi-py-lg-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-lg-5, html body .bvi .bvi-px-lg-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-lg-5, html body .bvi .bvi-py-lg-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-lg-5, html body .bvi .bvi-px-lg-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-lg-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-lg-auto, html body .bvi .bvi-my-lg-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-lg-auto, html body .bvi .bvi-mx-lg-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-lg-auto, html body .bvi .bvi-my-lg-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-lg-auto, html body .bvi .bvi-mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    html body .bvi .bvi-m-xl-0 {
        margin: 0 !important
    }

    html body .bvi .bvi-mt-xl-0, html body .bvi .bvi-my-xl-0 {
        margin-top: 0 !important
    }

    html body .bvi .bvi-mr-xl-0, html body .bvi .bvi-mx-xl-0 {
        margin-right: 0 !important
    }

    html body .bvi .bvi-mb-xl-0, html body .bvi .bvi-my-xl-0 {
        margin-bottom: 0 !important
    }

    html body .bvi .bvi-ml-xl-0, html body .bvi .bvi-mx-xl-0 {
        margin-left: 0 !important
    }

    html body .bvi .bvi-m-xl-1 {
        margin: .25rem !important
    }

    html body .bvi .bvi-mt-xl-1, html body .bvi .bvi-my-xl-1 {
        margin-top: .25rem !important
    }

    html body .bvi .bvi-mr-xl-1, html body .bvi .bvi-mx-xl-1 {
        margin-right: .25rem !important
    }

    html body .bvi .bvi-mb-xl-1, html body .bvi .bvi-my-xl-1 {
        margin-bottom: .25rem !important
    }

    html body .bvi .bvi-ml-xl-1, html body .bvi .bvi-mx-xl-1 {
        margin-left: .25rem !important
    }

    html body .bvi .bvi-m-xl-2 {
        margin: .5rem !important
    }

    html body .bvi .bvi-mt-xl-2, html body .bvi .bvi-my-xl-2 {
        margin-top: .5rem !important
    }

    html body .bvi .bvi-mr-xl-2, html body .bvi .bvi-mx-xl-2 {
        margin-right: .5rem !important
    }

    html body .bvi .bvi-mb-xl-2, html body .bvi .bvi-my-xl-2 {
        margin-bottom: .5rem !important
    }

    html body .bvi .bvi-ml-xl-2, html body .bvi .bvi-mx-xl-2 {
        margin-left: .5rem !important
    }

    html body .bvi .bvi-m-xl-3 {
        margin: 1rem !important
    }

    html body .bvi .bvi-mt-xl-3, html body .bvi .bvi-my-xl-3 {
        margin-top: 1rem !important
    }

    html body .bvi .bvi-mr-xl-3, html body .bvi .bvi-mx-xl-3 {
        margin-right: 1rem !important
    }

    html body .bvi .bvi-mb-xl-3, html body .bvi .bvi-my-xl-3 {
        margin-bottom: 1rem !important
    }

    html body .bvi .bvi-ml-xl-3, html body .bvi .bvi-mx-xl-3 {
        margin-left: 1rem !important
    }

    html body .bvi .bvi-m-xl-4 {
        margin: 1.5rem !important
    }

    html body .bvi .bvi-mt-xl-4, html body .bvi .bvi-my-xl-4 {
        margin-top: 1.5rem !important
    }

    html body .bvi .bvi-mr-xl-4, html body .bvi .bvi-mx-xl-4 {
        margin-right: 1.5rem !important
    }

    html body .bvi .bvi-mb-xl-4, html body .bvi .bvi-my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    html body .bvi .bvi-ml-xl-4, html body .bvi .bvi-mx-xl-4 {
        margin-left: 1.5rem !important
    }

    html body .bvi .bvi-m-xl-5 {
        margin: 3rem !important
    }

    html body .bvi .bvi-mt-xl-5, html body .bvi .bvi-my-xl-5 {
        margin-top: 3rem !important
    }

    html body .bvi .bvi-mr-xl-5, html body .bvi .bvi-mx-xl-5 {
        margin-right: 3rem !important
    }

    html body .bvi .bvi-mb-xl-5, html body .bvi .bvi-my-xl-5 {
        margin-bottom: 3rem !important
    }

    html body .bvi .bvi-ml-xl-5, html body .bvi .bvi-mx-xl-5 {
        margin-left: 3rem !important
    }

    html body .bvi .bvi-p-xl-0 {
        padding: 0 !important
    }

    html body .bvi .bvi-pt-xl-0, html body .bvi .bvi-py-xl-0 {
        padding-top: 0 !important
    }

    html body .bvi .bvi-pr-xl-0, html body .bvi .bvi-px-xl-0 {
        padding-right: 0 !important
    }

    html body .bvi .bvi-pb-xl-0, html body .bvi .bvi-py-xl-0 {
        padding-bottom: 0 !important
    }

    html body .bvi .bvi-pl-xl-0, html body .bvi .bvi-px-xl-0 {
        padding-left: 0 !important
    }

    html body .bvi .bvi-p-xl-1 {
        padding: .25rem !important
    }

    html body .bvi .bvi-pt-xl-1, html body .bvi .bvi-py-xl-1 {
        padding-top: .25rem !important
    }

    html body .bvi .bvi-pr-xl-1, html body .bvi .bvi-px-xl-1 {
        padding-right: .25rem !important
    }

    html body .bvi .bvi-pb-xl-1, html body .bvi .bvi-py-xl-1 {
        padding-bottom: .25rem !important
    }

    html body .bvi .bvi-pl-xl-1, html body .bvi .bvi-px-xl-1 {
        padding-left: .25rem !important
    }

    html body .bvi .bvi-p-xl-2 {
        padding: .5rem !important
    }

    html body .bvi .bvi-pt-xl-2, html body .bvi .bvi-py-xl-2 {
        padding-top: .5rem !important
    }

    html body .bvi .bvi-pr-xl-2, html body .bvi .bvi-px-xl-2 {
        padding-right: .5rem !important
    }

    html body .bvi .bvi-pb-xl-2, html body .bvi .bvi-py-xl-2 {
        padding-bottom: .5rem !important
    }

    html body .bvi .bvi-pl-xl-2, html body .bvi .bvi-px-xl-2 {
        padding-left: .5rem !important
    }

    html body .bvi .bvi-p-xl-3 {
        padding: 1rem !important
    }

    html body .bvi .bvi-pt-xl-3, html body .bvi .bvi-py-xl-3 {
        padding-top: 1rem !important
    }

    html body .bvi .bvi-pr-xl-3, html body .bvi .bvi-px-xl-3 {
        padding-right: 1rem !important
    }

    html body .bvi .bvi-pb-xl-3, html body .bvi .bvi-py-xl-3 {
        padding-bottom: 1rem !important
    }

    html body .bvi .bvi-pl-xl-3, html body .bvi .bvi-px-xl-3 {
        padding-left: 1rem !important
    }

    html body .bvi .bvi-p-xl-4 {
        padding: 1.5rem !important
    }

    html body .bvi .bvi-pt-xl-4, html body .bvi .bvi-py-xl-4 {
        padding-top: 1.5rem !important
    }

    html body .bvi .bvi-pr-xl-4, html body .bvi .bvi-px-xl-4 {
        padding-right: 1.5rem !important
    }

    html body .bvi .bvi-pb-xl-4, html body .bvi .bvi-py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    html body .bvi .bvi-pl-xl-4, html body .bvi .bvi-px-xl-4 {
        padding-left: 1.5rem !important
    }

    html body .bvi .bvi-p-xl-5 {
        padding: 3rem !important
    }

    html body .bvi .bvi-pt-xl-5, html body .bvi .bvi-py-xl-5 {
        padding-top: 3rem !important
    }

    html body .bvi .bvi-pr-xl-5, html body .bvi .bvi-px-xl-5 {
        padding-right: 3rem !important
    }

    html body .bvi .bvi-pb-xl-5, html body .bvi .bvi-py-xl-5 {
        padding-bottom: 3rem !important
    }

    html body .bvi .bvi-pl-xl-5, html body .bvi .bvi-px-xl-5 {
        padding-left: 3rem !important
    }

    html body .bvi .bvi-m-xl-auto {
        margin: auto !important
    }

    html body .bvi .bvi-mt-xl-auto, html body .bvi .bvi-my-xl-auto {
        margin-top: auto !important
    }

    html body .bvi .bvi-mr-xl-auto, html body .bvi .bvi-mx-xl-auto {
        margin-right: auto !important
    }

    html body .bvi .bvi-mb-xl-auto, html body .bvi .bvi-my-xl-auto {
        margin-bottom: auto !important
    }

    html body .bvi .bvi-ml-xl-auto, html body .bvi .bvi-mx-xl-auto {
        margin-left: auto !important
    }
}

html body .bvi.bvi-panel {
    padding: 15px 20px !important;
    color: black !important;
    background-color: #f8f8f8;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    letter-spacing: 0 !important;
    position: relative !important;
    text-shadow: none !important;
    line-height: normal !important;
    border: 0 !important;
    font-size: 16px !important;
    z-index: 99999 !important;
    moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23)
}

html body .bvi.bvi-panel[data-bvi-panel='true'] {
    display: block !important
}

html body .bvi.bvi-panel[data-bvi-panel='false'] {
    display: none !important
}

html body .bvi.bvi-panel.bvi-fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 999999 !important
}

html body .bvi.bvi-panel .bvi-title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold
}

html body .bvi.bvi-panel .bvi-text-center {
    text-align: center
}

html body .bvi.bvi-panel .bvi-text-right {
    text-align: right
}

html body .bvi.bvi-panel .bvi-setting-menu {
    display: none
}

html body .bvi.bvi-panel a {
    text-decoration: none
}

html body .bvi.bvi-panel .bvi-hr {
    background-color: #ccc !important;
    border: 0 !important;
    height: 1px !important;
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important
}

html body .bvi.bvi-panel .bvi-copy {
    font-size: 12px;
    color: gray
}

html body .bvi.bvi-panel .bvi-copy a {
    font-size: 13px;
    color: gray;
    text-decoration: underline
}

html body .bvi.bvi-panel .bvi-copy a:hover {
    color: #000;
    text-decoration: underline
}

@media (max-width: 575.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 12px
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 12px;
        padding: .200rem .35rem
    }

    html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 10px;
        padding: .100rem .25rem
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 14px
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 14px;
        padding: .250rem .45rem
    }

    html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 12px;
        padding: .150rem .35rem
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi.bvi-panel .bvi-title {
        font-size: 16px
    }

    html body .bvi.bvi-panel .bvi-btn {
        font-size: 16px;
        padding: .300rem .55rem
    }

    html body .bvi.bvi-panel .bvi-btn-sm, html body .bvi.bvi-panel .bvi-btn-group-sm > .bvi-btn {
        font-size: 14px;
        padding: .200rem .40rem
    }
}

html body .bvi-body[data-bvi-theme='white'] {
    filter: grayscale(100%) !important;
    fill: #000 !important
}

html body .bvi-body[data-bvi-theme='white'] * {
    filter: grayscale(100%) !important;
    
    
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000 !important;
    color: #000 !important;
    fill: #000 !important
}

html body .bvi-body[data-bvi-theme='white'] * .bvi-hide {
    display: none !important
}

html body .bvi-body[data-bvi-theme='white'] * .bvi-show-block {
    display: block !important
}

html body .bvi-body[data-bvi-theme='white'] * .bvi-show-inline-block {
    display: inline-block !important
}

html body .bvi-body[data-bvi-theme='white'] *:after {
    filter: grayscale(100%) !important;
    
    
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000 !important
}

html body .bvi-body[data-bvi-theme='white'] *:before {
    filter: grayscale(100%) !important;
    
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000 !important
}

html body .bvi-body[data-bvi-theme='white'] *::selection {
    background-color: #000;
    color: #fff
}

html body .bvi-body[data-bvi-theme='white'] * a, html body .bvi-body[data-bvi-theme='white'] * label {
    color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='white'] * a.active, html body .bvi-body[data-bvi-theme='white'] * label.active {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='white'] * a:hover, html body .bvi-body[data-bvi-theme='white'] * label:hover {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='white'] * a:hover *, html body .bvi-body[data-bvi-theme='white'] * label:hover * {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='white'] * button, html body .bvi-body[data-bvi-theme='white'] * input[type="submit"], html body .bvi-body[data-bvi-theme='white'] * input[type="button"], html body .bvi-body[data-bvi-theme='white'] * button[type="submit"], html body .bvi-body[data-bvi-theme='white'] * button[type="button"] {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='white'] * button:hover.active, html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover.active, html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover.active {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='white'] * button:hover:hover, html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover, html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='white'] * button:hover:hover *, html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover *, html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover * {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] {
    background-color: #000 !important;
    fill: #fff !important
}

html body .bvi-body[data-bvi-theme='black'] * {
    background-color: #000 !important;
    background: #000 !important;
    
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #fff !important;
    color: #fff !important;
    fill: #fff !important
}

html body .bvi-body[data-bvi-theme='black'] * .bvi-hide {
    display: none !important
}

html body .bvi-body[data-bvi-theme='black'] * .bvi-show-block {
    display: block !important
}

html body .bvi-body[data-bvi-theme='black'] * .bvi-show-inline-block {
    display: inline-block !important
}

html body .bvi-body[data-bvi-theme='black'] *:after {
    background-color: #000 !important;
    background: #000 !important;
    
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #fff !important
}

html body .bvi-body[data-bvi-theme='black'] *:before {
    background-color: #000 !important;
    background: #000 !important;
    
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #fff !important
}

html body .bvi-body[data-bvi-theme='black'] *::selection {
    background-color: #fff;
    color: #000
}

html body .bvi-body[data-bvi-theme='black'] * a, html body .bvi-body[data-bvi-theme='black'] * label {
    color: #fff !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] * a.active, html body .bvi-body[data-bvi-theme='black'] * label.active {
    color: #000 !important;
    filter: grayscale(100%) !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] * a:hover, html body .bvi-body[data-bvi-theme='black'] * label:hover {
    color: #000 !important;
    filter: grayscale(100%) !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] * a:hover *, html body .bvi-body[data-bvi-theme='black'] * label:hover * {
    color: #000 !important;
    filter: grayscale(100%) !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] * button, html body .bvi-body[data-bvi-theme='black'] * input[type="submit"], html body .bvi-body[data-bvi-theme='black'] * input[type="button"], html body .bvi-body[data-bvi-theme='black'] * button[type="submit"], html body .bvi-body[data-bvi-theme='black'] * button[type="button"] {
    color: #000 !important;
    
    filter: grayscale(100%) !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] * button:hover.active, html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover.active, html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover.active {
    color: #000 !important;
    
    filter: grayscale(100%) !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] * button:hover:hover, html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover, html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover {
    color: #000 !important;
    
    filter: grayscale(100%) !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='black'] * button:hover:hover *, html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover *, html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover * {
    color: #000 !important;
    
    filter: grayscale(100%) !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] {
    background-color: #9dd1ff !important;
    fill: #063462 !important
}

html body .bvi-body[data-bvi-theme='blue'] * {
    background-color: #9dd1ff !important;
    background: #9dd1ff !important;
    
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important
}

html body .bvi-body[data-bvi-theme='blue'] * .bvi-hide {
    display: none !important
}

html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-block {
    display: block !important
}

html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-inline-block {
    display: inline-block !important
}

html body .bvi-body[data-bvi-theme='blue'] *:after {
    background-color: #9dd1ff !important;
    background: #9dd1ff !important;
    
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important
}

html body .bvi-body[data-bvi-theme='blue'] *:before {
    background-color: #9dd1ff !important;
    background: #9dd1ff !important;
    
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important
}

html body .bvi-body[data-bvi-theme='blue'] *::selection {
    background-color: #063462;
    color: #9dd1ff
}

html body .bvi-body[data-bvi-theme='blue'] * a, html body .bvi-body[data-bvi-theme='blue'] * label {
    color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] * a.active, html body .bvi-body[data-bvi-theme='blue'] * label.active {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] * a:hover, html body .bvi-body[data-bvi-theme='blue'] * label:hover {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] * a:hover *, html body .bvi-body[data-bvi-theme='blue'] * label:hover * {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] * button, html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"], html body .bvi-body[data-bvi-theme='blue'] * input[type="button"], html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"], html body .bvi-body[data-bvi-theme='blue'] * button[type="button"] {
    color: #9dd1ff !important;
    background: #063462 !important;
    background-color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] * button:hover.active, html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover.active, html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover.active {
    color: #9dd1ff !important;
    background: #063462 !important;
    background-color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover, html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover, html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover {
    color: #9dd1ff !important;
    background: #063462 !important;
    background-color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover *, html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover *, html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover * {
    color: #9dd1ff !important;
    background: #063462 !important;
    background-color: #063462 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] {
    background-color: #f7f3d6 !important;
    fill: #4d4b43 !important
}

html body .bvi-body[data-bvi-theme='brown'] * {
    background-color: #f7f3d6 !important;
    background: #f7f3d6 !important;
    
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4d4b43 !important;
    color: #4d4b43 !important;
    fill: #4d4b43 !important
}

html body .bvi-body[data-bvi-theme='brown'] * .bvi-hide {
    display: none !important
}

html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-block {
    display: block !important
}

html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-inline-block {
    display: inline-block !important
}

html body .bvi-body[data-bvi-theme='brown'] *:after {
    background-color: #f7f3d6 !important;
    background: #f7f3d6 !important;
    
    color: #4d4b43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4d4b43 !important
}

html body .bvi-body[data-bvi-theme='brown'] *:before {
    background-color: #f7f3d6 !important;
    background: #f7f3d6 !important;
    
    color: #4d4b43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4d4b43 !important
}

html body .bvi-body[data-bvi-theme='brown'] *::selection {
    background-color: #4d4b43;
    color: #f7f3d6
}

html body .bvi-body[data-bvi-theme='brown'] * a, html body .bvi-body[data-bvi-theme='brown'] * label {
    color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] * a.active, html body .bvi-body[data-bvi-theme='brown'] * label.active {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] * a:hover, html body .bvi-body[data-bvi-theme='brown'] * label:hover {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] * a:hover *, html body .bvi-body[data-bvi-theme='brown'] * label:hover * {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] * button, html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"], html body .bvi-body[data-bvi-theme='brown'] * input[type="button"], html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"], html body .bvi-body[data-bvi-theme='brown'] * button[type="button"] {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
    background-color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] * button:hover.active, html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover.active, html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover.active {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
    background-color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover, html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover, html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
    background-color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover *, html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover *, html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover * {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
    background-color: #4d4b43 !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] {
    background-color: #3b2716 !important;
    fill: #a9e44d !important
}

html body .bvi-body[data-bvi-theme='green'] * {
    background-color: #3b2716 !important;
    background: #3b2716 !important;
    
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #a9e44d !important;
    color: #a9e44d !important;
    fill: #a9e44d !important
}

html body .bvi-body[data-bvi-theme='green'] * .bvi-hide {
    display: none !important
}

html body .bvi-body[data-bvi-theme='green'] * .bvi-show-block {
    display: block !important
}

html body .bvi-body[data-bvi-theme='green'] * .bvi-show-inline-block {
    display: inline-block !important
}

html body .bvi-body[data-bvi-theme='green'] *:after {
    background-color: #3b2716 !important;
    background: #3b2716 !important;
    
    color: #a9e44d !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #a9e44d !important
}

html body .bvi-body[data-bvi-theme='green'] *:before {
    background-color: #3b2716 !important;
    background: #3b2716 !important;
    
    color: #a9e44d !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #a9e44d !important
}

html body .bvi-body[data-bvi-theme='green'] *::selection {
    background-color: #a9e44d;
    color: #3b2716
}

html body .bvi-body[data-bvi-theme='green'] * a, html body .bvi-body[data-bvi-theme='green'] * label {
    color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] * a.active, html body .bvi-body[data-bvi-theme='green'] * label.active {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] * a:hover, html body .bvi-body[data-bvi-theme='green'] * label:hover {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] * a:hover *, html body .bvi-body[data-bvi-theme='green'] * label:hover * {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] * button, html body .bvi-body[data-bvi-theme='green'] * input[type="submit"], html body .bvi-body[data-bvi-theme='green'] * input[type="button"], html body .bvi-body[data-bvi-theme='green'] * button[type="submit"], html body .bvi-body[data-bvi-theme='green'] * button[type="button"] {
    color: #3b2716 !important;
    background: #a9e44d !important;
    background-color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] * button:hover.active, html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover.active, html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover.active, html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover.active {
    color: #3b2716 !important;
    background: #a9e44d !important;
    background-color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] * button:hover:hover, html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover, html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover, html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover {
    color: #3b2716 !important;
    background: #a9e44d !important;
    background-color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme='green'] * button:hover:hover *, html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover *, html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover *, html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover * {
    color: #3b2716 !important;
    background: #a9e44d !important;
    background-color: #a9e44d !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-size='40'] * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size='40'] * h1, html body .bvi-body[data-bvi-size='40'] * h1 * {
    font-size: 47px !important
}

html body .bvi-body[data-bvi-size='40'] * h2, html body .bvi-body[data-bvi-size='40'] * h2 * {
    font-size: 46px !important
}

html body .bvi-body[data-bvi-size='40'] * h3, html body .bvi-body[data-bvi-size='40'] * h3 * {
    font-size: 45px !important
}

html body .bvi-body[data-bvi-size='40'] * h4, html body .bvi-body[data-bvi-size='40'] * h4 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size='40'] * h5, html body .bvi-body[data-bvi-size='40'] * h5 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size='40'] * h6, html body .bvi-body[data-bvi-size='40'] * h6 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size='39'] * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size='39'] * h1, html body .bvi-body[data-bvi-size='39'] * h1 * {
    font-size: 46px !important
}

html body .bvi-body[data-bvi-size='39'] * h2, html body .bvi-body[data-bvi-size='39'] * h2 * {
    font-size: 45px !important
}

html body .bvi-body[data-bvi-size='39'] * h3, html body .bvi-body[data-bvi-size='39'] * h3 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size='39'] * h4, html body .bvi-body[data-bvi-size='39'] * h4 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size='39'] * h5, html body .bvi-body[data-bvi-size='39'] * h5 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size='39'] * h6, html body .bvi-body[data-bvi-size='39'] * h6 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size='38'] * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size='38'] * h1, html body .bvi-body[data-bvi-size='38'] * h1 * {
    font-size: 45px !important
}

html body .bvi-body[data-bvi-size='38'] * h2, html body .bvi-body[data-bvi-size='38'] * h2 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size='38'] * h3, html body .bvi-body[data-bvi-size='38'] * h3 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size='38'] * h4, html body .bvi-body[data-bvi-size='38'] * h4 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size='38'] * h5, html body .bvi-body[data-bvi-size='38'] * h5 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size='38'] * h6, html body .bvi-body[data-bvi-size='38'] * h6 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size='37'] * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size='37'] * h1, html body .bvi-body[data-bvi-size='37'] * h1 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size='37'] * h2, html body .bvi-body[data-bvi-size='37'] * h2 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size='37'] * h3, html body .bvi-body[data-bvi-size='37'] * h3 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size='37'] * h4, html body .bvi-body[data-bvi-size='37'] * h4 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size='37'] * h5, html body .bvi-body[data-bvi-size='37'] * h5 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size='37'] * h6, html body .bvi-body[data-bvi-size='37'] * h6 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size='36'] * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size='36'] * h1, html body .bvi-body[data-bvi-size='36'] * h1 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size='36'] * h2, html body .bvi-body[data-bvi-size='36'] * h2 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size='36'] * h3, html body .bvi-body[data-bvi-size='36'] * h3 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size='36'] * h4, html body .bvi-body[data-bvi-size='36'] * h4 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size='36'] * h5, html body .bvi-body[data-bvi-size='36'] * h5 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size='36'] * h6, html body .bvi-body[data-bvi-size='36'] * h6 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size='35'] * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size='35'] * h1, html body .bvi-body[data-bvi-size='35'] * h1 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size='35'] * h2, html body .bvi-body[data-bvi-size='35'] * h2 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size='35'] * h3, html body .bvi-body[data-bvi-size='35'] * h3 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size='35'] * h4, html body .bvi-body[data-bvi-size='35'] * h4 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size='35'] * h5, html body .bvi-body[data-bvi-size='35'] * h5 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size='35'] * h6, html body .bvi-body[data-bvi-size='35'] * h6 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size='34'] * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size='34'] * h1, html body .bvi-body[data-bvi-size='34'] * h1 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size='34'] * h2, html body .bvi-body[data-bvi-size='34'] * h2 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size='34'] * h3, html body .bvi-body[data-bvi-size='34'] * h3 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size='34'] * h4, html body .bvi-body[data-bvi-size='34'] * h4 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size='34'] * h5, html body .bvi-body[data-bvi-size='34'] * h5 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size='34'] * h6, html body .bvi-body[data-bvi-size='34'] * h6 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size='33'] * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size='33'] * h1, html body .bvi-body[data-bvi-size='33'] * h1 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size='33'] * h2, html body .bvi-body[data-bvi-size='33'] * h2 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size='33'] * h3, html body .bvi-body[data-bvi-size='33'] * h3 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size='33'] * h4, html body .bvi-body[data-bvi-size='33'] * h4 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size='33'] * h5, html body .bvi-body[data-bvi-size='33'] * h5 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size='33'] * h6, html body .bvi-body[data-bvi-size='33'] * h6 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size='32'] * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size='32'] * h1, html body .bvi-body[data-bvi-size='32'] * h1 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size='32'] * h2, html body .bvi-body[data-bvi-size='32'] * h2 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size='32'] * h3, html body .bvi-body[data-bvi-size='32'] * h3 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size='32'] * h4, html body .bvi-body[data-bvi-size='32'] * h4 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size='32'] * h5, html body .bvi-body[data-bvi-size='32'] * h5 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size='32'] * h6, html body .bvi-body[data-bvi-size='32'] * h6 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size='31'] * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size='31'] * h1, html body .bvi-body[data-bvi-size='31'] * h1 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size='31'] * h2, html body .bvi-body[data-bvi-size='31'] * h2 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size='31'] * h3, html body .bvi-body[data-bvi-size='31'] * h3 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size='31'] * h4, html body .bvi-body[data-bvi-size='31'] * h4 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size='31'] * h5, html body .bvi-body[data-bvi-size='31'] * h5 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size='31'] * h6, html body .bvi-body[data-bvi-size='31'] * h6 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size='30'] * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size='30'] * h1, html body .bvi-body[data-bvi-size='30'] * h1 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size='30'] * h2, html body .bvi-body[data-bvi-size='30'] * h2 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size='30'] * h3, html body .bvi-body[data-bvi-size='30'] * h3 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size='30'] * h4, html body .bvi-body[data-bvi-size='30'] * h4 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size='30'] * h5, html body .bvi-body[data-bvi-size='30'] * h5 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size='30'] * h6, html body .bvi-body[data-bvi-size='30'] * h6 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size='29'] * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size='29'] * h1, html body .bvi-body[data-bvi-size='29'] * h1 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size='29'] * h2, html body .bvi-body[data-bvi-size='29'] * h2 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size='29'] * h3, html body .bvi-body[data-bvi-size='29'] * h3 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size='29'] * h4, html body .bvi-body[data-bvi-size='29'] * h4 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size='29'] * h5, html body .bvi-body[data-bvi-size='29'] * h5 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size='29'] * h6, html body .bvi-body[data-bvi-size='29'] * h6 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size='28'] * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size='28'] * h1, html body .bvi-body[data-bvi-size='28'] * h1 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size='28'] * h2, html body .bvi-body[data-bvi-size='28'] * h2 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size='28'] * h3, html body .bvi-body[data-bvi-size='28'] * h3 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size='28'] * h4, html body .bvi-body[data-bvi-size='28'] * h4 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size='28'] * h5, html body .bvi-body[data-bvi-size='28'] * h5 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size='28'] * h6, html body .bvi-body[data-bvi-size='28'] * h6 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size='27'] * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size='27'] * h1, html body .bvi-body[data-bvi-size='27'] * h1 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size='27'] * h2, html body .bvi-body[data-bvi-size='27'] * h2 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size='27'] * h3, html body .bvi-body[data-bvi-size='27'] * h3 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size='27'] * h4, html body .bvi-body[data-bvi-size='27'] * h4 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size='27'] * h5, html body .bvi-body[data-bvi-size='27'] * h5 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size='27'] * h6, html body .bvi-body[data-bvi-size='27'] * h6 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size='26'] * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size='26'] * h1, html body .bvi-body[data-bvi-size='26'] * h1 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size='26'] * h2, html body .bvi-body[data-bvi-size='26'] * h2 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size='26'] * h3, html body .bvi-body[data-bvi-size='26'] * h3 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size='26'] * h4, html body .bvi-body[data-bvi-size='26'] * h4 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size='26'] * h5, html body .bvi-body[data-bvi-size='26'] * h5 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size='26'] * h6, html body .bvi-body[data-bvi-size='26'] * h6 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size='25'] * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size='25'] * h1, html body .bvi-body[data-bvi-size='25'] * h1 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size='25'] * h2, html body .bvi-body[data-bvi-size='25'] * h2 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size='25'] * h3, html body .bvi-body[data-bvi-size='25'] * h3 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size='25'] * h4, html body .bvi-body[data-bvi-size='25'] * h4 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size='25'] * h5, html body .bvi-body[data-bvi-size='25'] * h5 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size='25'] * h6, html body .bvi-body[data-bvi-size='25'] * h6 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size='24'] * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size='24'] * h1, html body .bvi-body[data-bvi-size='24'] * h1 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size='24'] * h2, html body .bvi-body[data-bvi-size='24'] * h2 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size='24'] * h3, html body .bvi-body[data-bvi-size='24'] * h3 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size='24'] * h4, html body .bvi-body[data-bvi-size='24'] * h4 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size='24'] * h5, html body .bvi-body[data-bvi-size='24'] * h5 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size='24'] * h6, html body .bvi-body[data-bvi-size='24'] * h6 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size='23'] * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size='23'] * h1, html body .bvi-body[data-bvi-size='23'] * h1 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size='23'] * h2, html body .bvi-body[data-bvi-size='23'] * h2 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size='23'] * h3, html body .bvi-body[data-bvi-size='23'] * h3 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size='23'] * h4, html body .bvi-body[data-bvi-size='23'] * h4 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size='23'] * h5, html body .bvi-body[data-bvi-size='23'] * h5 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size='23'] * h6, html body .bvi-body[data-bvi-size='23'] * h6 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size='22'] * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size='22'] * h1, html body .bvi-body[data-bvi-size='22'] * h1 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size='22'] * h2, html body .bvi-body[data-bvi-size='22'] * h2 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size='22'] * h3, html body .bvi-body[data-bvi-size='22'] * h3 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size='22'] * h4, html body .bvi-body[data-bvi-size='22'] * h4 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size='22'] * h5, html body .bvi-body[data-bvi-size='22'] * h5 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size='22'] * h6, html body .bvi-body[data-bvi-size='22'] * h6 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size='21'] * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size='21'] * h1, html body .bvi-body[data-bvi-size='21'] * h1 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size='21'] * h2, html body .bvi-body[data-bvi-size='21'] * h2 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size='21'] * h3, html body .bvi-body[data-bvi-size='21'] * h3 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size='21'] * h4, html body .bvi-body[data-bvi-size='21'] * h4 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size='21'] * h5, html body .bvi-body[data-bvi-size='21'] * h5 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size='21'] * h6, html body .bvi-body[data-bvi-size='21'] * h6 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size='20'] * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size='20'] * h1, html body .bvi-body[data-bvi-size='20'] * h1 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size='20'] * h2, html body .bvi-body[data-bvi-size='20'] * h2 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size='20'] * h3, html body .bvi-body[data-bvi-size='20'] * h3 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size='20'] * h4, html body .bvi-body[data-bvi-size='20'] * h4 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size='20'] * h5, html body .bvi-body[data-bvi-size='20'] * h5 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size='20'] * h6, html body .bvi-body[data-bvi-size='20'] * h6 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size='19'] * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size='19'] * h1, html body .bvi-body[data-bvi-size='19'] * h1 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size='19'] * h2, html body .bvi-body[data-bvi-size='19'] * h2 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size='19'] * h3, html body .bvi-body[data-bvi-size='19'] * h3 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size='19'] * h4, html body .bvi-body[data-bvi-size='19'] * h4 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size='19'] * h5, html body .bvi-body[data-bvi-size='19'] * h5 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size='19'] * h6, html body .bvi-body[data-bvi-size='19'] * h6 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size='18'] * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size='18'] * h1, html body .bvi-body[data-bvi-size='18'] * h1 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size='18'] * h2, html body .bvi-body[data-bvi-size='18'] * h2 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size='18'] * h3, html body .bvi-body[data-bvi-size='18'] * h3 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size='18'] * h4, html body .bvi-body[data-bvi-size='18'] * h4 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size='18'] * h5, html body .bvi-body[data-bvi-size='18'] * h5 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size='18'] * h6, html body .bvi-body[data-bvi-size='18'] * h6 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size='17'] * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size='17'] * h1, html body .bvi-body[data-bvi-size='17'] * h1 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size='17'] * h2, html body .bvi-body[data-bvi-size='17'] * h2 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size='17'] * h3, html body .bvi-body[data-bvi-size='17'] * h3 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size='17'] * h4, html body .bvi-body[data-bvi-size='17'] * h4 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size='17'] * h5, html body .bvi-body[data-bvi-size='17'] * h5 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size='17'] * h6, html body .bvi-body[data-bvi-size='17'] * h6 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size='16'] * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size='16'] * h1, html body .bvi-body[data-bvi-size='16'] * h1 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size='16'] * h2, html body .bvi-body[data-bvi-size='16'] * h2 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size='16'] * h3, html body .bvi-body[data-bvi-size='16'] * h3 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size='16'] * h4, html body .bvi-body[data-bvi-size='16'] * h4 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size='16'] * h5, html body .bvi-body[data-bvi-size='16'] * h5 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size='16'] * h6, html body .bvi-body[data-bvi-size='16'] * h6 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size='15'] * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size='15'] * h1, html body .bvi-body[data-bvi-size='15'] * h1 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size='15'] * h2, html body .bvi-body[data-bvi-size='15'] * h2 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size='15'] * h3, html body .bvi-body[data-bvi-size='15'] * h3 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size='15'] * h4, html body .bvi-body[data-bvi-size='15'] * h4 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size='15'] * h5, html body .bvi-body[data-bvi-size='15'] * h5 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size='15'] * h6, html body .bvi-body[data-bvi-size='15'] * h6 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size='14'] * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size='14'] * h1, html body .bvi-body[data-bvi-size='14'] * h1 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size='14'] * h2, html body .bvi-body[data-bvi-size='14'] * h2 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size='14'] * h3, html body .bvi-body[data-bvi-size='14'] * h3 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size='14'] * h4, html body .bvi-body[data-bvi-size='14'] * h4 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size='14'] * h5, html body .bvi-body[data-bvi-size='14'] * h5 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size='14'] * h6, html body .bvi-body[data-bvi-size='14'] * h6 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size='13'] * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size='13'] * h1, html body .bvi-body[data-bvi-size='13'] * h1 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size='13'] * h2, html body .bvi-body[data-bvi-size='13'] * h2 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size='13'] * h3, html body .bvi-body[data-bvi-size='13'] * h3 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size='13'] * h4, html body .bvi-body[data-bvi-size='13'] * h4 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size='13'] * h5, html body .bvi-body[data-bvi-size='13'] * h5 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size='13'] * h6, html body .bvi-body[data-bvi-size='13'] * h6 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size='12'] * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size='12'] * h1, html body .bvi-body[data-bvi-size='12'] * h1 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size='12'] * h2, html body .bvi-body[data-bvi-size='12'] * h2 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size='12'] * h3, html body .bvi-body[data-bvi-size='12'] * h3 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size='12'] * h4, html body .bvi-body[data-bvi-size='12'] * h4 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size='12'] * h5, html body .bvi-body[data-bvi-size='12'] * h5 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size='12'] * h6, html body .bvi-body[data-bvi-size='12'] * h6 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size='11'] * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size='11'] * h1, html body .bvi-body[data-bvi-size='11'] * h1 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size='11'] * h2, html body .bvi-body[data-bvi-size='11'] * h2 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size='11'] * h3, html body .bvi-body[data-bvi-size='11'] * h3 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size='11'] * h4, html body .bvi-body[data-bvi-size='11'] * h4 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size='11'] * h5, html body .bvi-body[data-bvi-size='11'] * h5 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size='11'] * h6, html body .bvi-body[data-bvi-size='11'] * h6 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size='10'] * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size='10'] * h1, html body .bvi-body[data-bvi-size='10'] * h1 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size='10'] * h2, html body .bvi-body[data-bvi-size='10'] * h2 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size='10'] * h3, html body .bvi-body[data-bvi-size='10'] * h3 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size='10'] * h4, html body .bvi-body[data-bvi-size='10'] * h4 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size='10'] * h5, html body .bvi-body[data-bvi-size='10'] * h5 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size='10'] * h6, html body .bvi-body[data-bvi-size='10'] * h6 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size='9'] * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size='9'] * h1, html body .bvi-body[data-bvi-size='9'] * h1 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size='9'] * h2, html body .bvi-body[data-bvi-size='9'] * h2 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size='9'] * h3, html body .bvi-body[data-bvi-size='9'] * h3 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size='9'] * h4, html body .bvi-body[data-bvi-size='9'] * h4 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size='9'] * h5, html body .bvi-body[data-bvi-size='9'] * h5 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size='9'] * h6, html body .bvi-body[data-bvi-size='9'] * h6 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size='8'] * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size='8'] * h1, html body .bvi-body[data-bvi-size='8'] * h1 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size='8'] * h2, html body .bvi-body[data-bvi-size='8'] * h2 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size='8'] * h3, html body .bvi-body[data-bvi-size='8'] * h3 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size='8'] * h4, html body .bvi-body[data-bvi-size='8'] * h4 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size='8'] * h5, html body .bvi-body[data-bvi-size='8'] * h5 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size='8'] * h6, html body .bvi-body[data-bvi-size='8'] * h6 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size='7'] * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size='7'] * h1, html body .bvi-body[data-bvi-size='7'] * h1 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size='7'] * h2, html body .bvi-body[data-bvi-size='7'] * h2 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size='7'] * h3, html body .bvi-body[data-bvi-size='7'] * h3 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size='7'] * h4, html body .bvi-body[data-bvi-size='7'] * h4 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size='7'] * h5, html body .bvi-body[data-bvi-size='7'] * h5 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size='7'] * h6, html body .bvi-body[data-bvi-size='7'] * h6 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size='6'] * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size='6'] * h1, html body .bvi-body[data-bvi-size='6'] * h1 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size='6'] * h2, html body .bvi-body[data-bvi-size='6'] * h2 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size='6'] * h3, html body .bvi-body[data-bvi-size='6'] * h3 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size='6'] * h4, html body .bvi-body[data-bvi-size='6'] * h4 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size='6'] * h5, html body .bvi-body[data-bvi-size='6'] * h5 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size='6'] * h6, html body .bvi-body[data-bvi-size='6'] * h6 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size='5'] * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size='5'] * h1, html body .bvi-body[data-bvi-size='5'] * h1 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size='5'] * h2, html body .bvi-body[data-bvi-size='5'] * h2 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size='5'] * h3, html body .bvi-body[data-bvi-size='5'] * h3 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size='5'] * h4, html body .bvi-body[data-bvi-size='5'] * h4 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size='5'] * h5, html body .bvi-body[data-bvi-size='5'] * h5 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size='5'] * h6, html body .bvi-body[data-bvi-size='5'] * h6 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size='4'] * {
    font-size: 4px !important
}

html body .bvi-body[data-bvi-size='4'] * h1, html body .bvi-body[data-bvi-size='4'] * h1 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size='4'] * h2, html body .bvi-body[data-bvi-size='4'] * h2 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size='4'] * h3, html body .bvi-body[data-bvi-size='4'] * h3 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size='4'] * h4, html body .bvi-body[data-bvi-size='4'] * h4 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size='4'] * h5, html body .bvi-body[data-bvi-size='4'] * h5 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size='4'] * h6, html body .bvi-body[data-bvi-size='4'] * h6 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size='3'] * {
    font-size: 3px !important
}

html body .bvi-body[data-bvi-size='3'] * h1, html body .bvi-body[data-bvi-size='3'] * h1 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size='3'] * h2, html body .bvi-body[data-bvi-size='3'] * h2 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size='3'] * h3, html body .bvi-body[data-bvi-size='3'] * h3 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size='3'] * h4, html body .bvi-body[data-bvi-size='3'] * h4 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size='3'] * h5, html body .bvi-body[data-bvi-size='3'] * h5 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size='3'] * h6, html body .bvi-body[data-bvi-size='3'] * h6 * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size='2'] * {
    font-size: 2px !important
}

html body .bvi-body[data-bvi-size='2'] * h1, html body .bvi-body[data-bvi-size='2'] * h1 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size='2'] * h2, html body .bvi-body[data-bvi-size='2'] * h2 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size='2'] * h3, html body .bvi-body[data-bvi-size='2'] * h3 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size='2'] * h4, html body .bvi-body[data-bvi-size='2'] * h4 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size='2'] * h5, html body .bvi-body[data-bvi-size='2'] * h5 * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size='2'] * h6, html body .bvi-body[data-bvi-size='2'] * h6 * {
    font-size: 4px !important
}

html body .bvi-body[data-bvi-size='1'] * {
    font-size: 1px !important
}

html body .bvi-body[data-bvi-size='1'] * h1, html body .bvi-body[data-bvi-size='1'] * h1 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size='1'] * h2, html body .bvi-body[data-bvi-size='1'] * h2 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size='1'] * h3, html body .bvi-body[data-bvi-size='1'] * h3 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size='1'] * h4, html body .bvi-body[data-bvi-size='1'] * h4 * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size='1'] * h5, html body .bvi-body[data-bvi-size='1'] * h5 * {
    font-size: 4px !important
}

html body .bvi-body[data-bvi-size='1'] * h6, html body .bvi-body[data-bvi-size='1'] * h6 * {
    font-size: 3px !important
}

html body .bvi-body[data-bvi-images='true'] img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

html body .bvi-body[data-bvi-images='false'] .bvi-img-off {
    border: 2px dashed !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
    max-height: 100% !important;
    word-wrap: break-word !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

html body .bvi-body[data-bvi-images='grayscale'] img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='saturate'values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray
}

html body .bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale {
    position: relative;
    display: block
}

html body .bvi-body[data-bvi-line-height='normal'] * {
    line-height: 1.5 !important
}

html body .bvi-body[data-bvi-line-height='average'] * {
    line-height: 2 !important
}

html body .bvi-body[data-bvi-line-height='big'] * {
    line-height: 2.5 !important
}

html body .bvi-body[data-bvi-letter-spacing='normal'] * {
    letter-spacing: 0 !important
}

html body .bvi-body[data-bvi-letter-spacing='average'] * {
    letter-spacing: 2px !important
}

html body .bvi-body[data-bvi-letter-spacing='big'] * {
    letter-spacing: 4px !important
}

html body .bvi-body[data-bvi-font-family='arial'] *:not(i):not(span) {
    font-family: Arial, sans-serif
}

html body .bvi-body[data-bvi-font-family='times'] *:not(i):not(span) {
    font-family: "Times New roman"
}

html body .bvi-body[data-bvi-flash-iframe='true'] iframe, html body .bvi-body[data-bvi-flash-iframe='true'] video, html body .bvi-body[data-bvi-flash-iframe='true'] figure {
    display: block
}

html body .bvi-body[data-bvi-flash-iframe='false'] iframe, html body .bvi-body[data-bvi-flash-iframe='false'] video, html body .bvi-body[data-bvi-flash-iframe='false'] figure {
    display: none
}
/* End */


/* Start:/bitrix/components/custom/vision.special/templates/.default/style/css/bvi-font.min.css?16309746441612*/
.bvi-icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.bvi-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.bvi-xs{font-size:.75em !important}.bvi-sm{font-size:.875em !important}.bvi-1x{font-size:1em !important}.bvi-2x{font-size:2em !important}.bvi-3x{font-size:3em !important}.bvi-4x{font-size:4em !important}.bvi-5x{font-size:5em !important}.bvi-6x{font-size:6em !important}.bvi-7x{font-size:7em !important}.bvi-8x{font-size:8em !important}.bvi-9x{font-size:9em !important}.bvi-10x{font-size:10em !important}.bvi-font:before{content:"\f031"}.bvi-plus:before{content:"\f067"}.bvi-minus:before{content:"\f068"}.bvi-circle:before{content:"\f111"}.bvi-circle-notch:before{content:"\f1ce"}.bvi-adjust:before{content:"\f042"}.bvi-volume-up:before{content:"\f028"}.bvi-volume-off:before{content:"\f026"}.bvi-cogs:before{content:"\f085"}.bvi-low-vision:before{content:"\f2a8"}.bvi-chevron-circle-up:before{content:"\f139"}.bvi-eye:before{content:"\f06e"}.bvi-sync-alt:before{content:"\f2f1"}.bvi-times-circle:before{content:"\f057"}.bvi-bolt:before{content:"\f0e7"}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot");src:url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff2") format("woff2"),url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff") format("woff"),url("/bitrix/components/custom/vision.special/templates/.default/style/css/../fonts/fa-solid-900.ttf") format("truetype")}.bvi-icon{font-family:'Font Awesome 5 Free';font-weight:900}
/* End */
/* /assets/css/bootstrap-grid.css?163022714872486 */
/* /assets/css/sumoselect.min.css?163023440610705 */
/* /assets/fonts/stylesheet.css?16302271484590 */
/* /assets/libs/croppie/croppie.css?16302271485243 */
/* /assets/libs/dropzone/dropzone.min.css?16302271489847 */
/* /assets/libs/add_photo/add_photo.css?16302271486113 */
/* /assets/libs/fancybox/jquery.fancybox.css?16302271485213 */
/* /assets/css/owl.carousel.min.css?16302271483356 */
/* /owl/assets/owl.theme.green.min.css?16127699901013 */
/* /assets/css/leaflet.css?163022951410161 */
/* /assets/libs/leaflet.markercluster/MarkerCluster.css?1630227148886 */
/* /assets/css/styles.css?163268593698012 */
/* /assets/css/responsive.css?163022714849810 */
/* /assets/css/map.css?16376120093674 */
/* /assets/css/arc.css?173095657324882 */
/* /local/templates/arhive/components/bitrix/breadcrumb/breadcrumb_lk/style.css?1630229848585 */
/* /local/templates/arhive/styles.css?17719351462107 */
/* /local/templates/arhive/template_styles.css?17719368701073 */
/* /bitrix/components/custom/vision.special/templates/.default/style/css/style.css?163097464470 */
/* /bitrix/components/custom/vision.special/templates/.default/style/css/bvi-font.css?16309746441950 */
/* /bitrix/components/custom/vision.special/templates/.default/style/css/bvi.css?1630974644157133 */
/* /bitrix/components/custom/vision.special/templates/.default/style/css/bvi.min.css?1630976184149291 */
/* /bitrix/components/custom/vision.special/templates/.default/style/css/bvi-font.min.css?16309746441612 */
