/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1390px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px
}

.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: 25px;
    padding-left: 25px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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 (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #da0030;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #8e001f;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 30px;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 5px
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 5px;
    color: #000;
    content: ""
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 30px
}

.card-header {
    padding: .75rem 30px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 0) calc(.25rem - 0) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 30px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 0) calc(.25rem - 0)
}

.card-header-tabs {
    margin-right: -15px;
    margin-bottom: -.75rem;
    margin-left: -15px;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -15px;
    margin-left: -15px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 0)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 0);
    border-top-right-radius: calc(.25rem - 0)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 0);
    border-bottom-left-radius: calc(.25rem - 0)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 25px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -25px;
        margin-left: -25px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 25px;
        margin-bottom: 0;
        margin-left: 25px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 25px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: 0
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: 15px 23px;
    margin-left: 0;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 0 solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #4B4B4B;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.25);
    box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #da0030;
    border-color: #da0030
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 0px solid #D8D8D8
}

.nav-tabs .nav-item {
    margin-bottom: 0px
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #D8D8D8
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent transparent #000 transparent
}

.nav-tabs .dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #da0030
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}
input::-ms-clear {
    display: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #979797;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #777 !important;
    opacity: 1
}

.form-control::placeholder {
    color: #777;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}
.form-group .radio-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
.form-group .radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
.form-group .radio-label .checkmark {
    position: absolute;
    top: 52%;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #777;
    transform: translateY(-50%);
  }

  /* On mouse-over, add a grey background color */

  
  /* When the radio button is checked, add a blue background */
.form-group .radio-label input:checked ~ .checkmark {
    border-color: #da0030;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
.form-group .radio-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
.form-group .radio-label input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
.form-group .radio-label .checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #da0030;
    transform: translate(-50%,-50%);
  }

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        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-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        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;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.25);
    box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #da0030;
    border-color: #da0030
}

.btn-primary:hover {
    color: #fff;
    background-color: #b40028;
    border-color: #a70025
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224, 38, 79, 0.5);
    box-shadow: 0 0 0 .2rem rgba(224, 38, 79, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #da0030;
    border-color: #da0030
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a70025;
    border-color: #9a0022
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224, 38, 79, 0.5);
    box-shadow: 0 0 0 .2rem rgba(224, 38, 79, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #da0030;
    border-color: #da0030
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #da0030;
    border-color: #da0030
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.5);
    box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #da0030;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #da0030;
    border-color: #da0030
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.5);
    box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: normal;
    color: #da0030;
    text-decoration: none
}

.btn-link:hover {
    color: #8e001f;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #da0030;
    background-color: #da0030
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #979797
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ff8ea6;
    border-color: #ff8ea6
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #777 solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #da0030;
    background-color: #da0030
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(218, 0, 48, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(218, 0, 48, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(218, 0, 48, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #777;
    border-radius: .5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(218, 0, 48, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #979797;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.25);
    box-shadow: 0 0 0 .2rem rgba(218, 0, 48, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #979797;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    padding: 0 20px;
    font-weight: normal;
    line-height: 50px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    color: #fff;
    content: "Browse";
    background-color: #4B4B4B;
    border-left: inherit;
    border-radius: 0 0 0 0
}
.form-group .input {
    position: relative;
}
.form-group .input .lightbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.form-group .input .lightbox + .custom-file-label {
    font-size: 16px;
    padding: 0 150px 0 12px;
}
.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, none;
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #da0030;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ff8ea6
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #da0030;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ff8ea6
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #da0030;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ff8ea6
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: normal !important
}

.font-weight-bold {
    font-weight: bold !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #da0030 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #8e001f !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.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;
    -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: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    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 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-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;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion: reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: .95s;
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.05s;
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.15s;
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.35s;
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.45s;
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.55s;
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.85s;
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.95s;
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

[data-aos] {
    pointer-events: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    html:not(.no-js) [data-aos=fade-up] {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-up-left] {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0)
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    html:not(.no-js) [data-aos=zoom-in] {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
        transform: translate3d(0, 100px, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
        transform: translate3d(0, -100px, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
        transform: translate3d(-100px, 0, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
        transform: translate3d(100px, 0, 0) scale(0.6)
    }

    html:not(.no-js) [data-aos=zoom-out] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
        transform: translate3d(0, 100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
        transform: translate3d(0, -100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
        transform: translate3d(-100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
        transform: translate3d(100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: -webkit-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-property: transform, -webkit-transform;
        visibility: hidden
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    html:not(.no-js) [data-aos=slide-up] {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    html:not(.no-js) [data-aos=slide-down] {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    html:not(.no-js) [data-aos=slide-right] {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    html:not(.no-js) [data-aos=slide-left] {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-property: transform, -webkit-transform
    }

    html:not(.no-js) [data-aos=flip-left] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg)
    }

    html:not(.no-js) [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg)
    }

    html:not(.no-js) [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg)
    }

    html:not(.no-js) [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

    html:not(.no-js) [data-aos=flip-down] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg)
    }

    html:not(.no-js) [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }
}

.mr-lg {
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .mr-lg {
        margin-bottom: 50px
    }
}

.mr-t-lg {
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .mr-t-lg {
        margin-bottom: 50px
    }
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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;
    display: none;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999
}

.loader.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

a,
a:hover,
a[href*="mailto"],
footer address a {
    text-decoration: none;
    outline: 0
}

.wrapper p a,
a[href*="mailto"],
.main-box p a,
.breadcrumb-item a,
.card .card-text a,
.teaser-box .teaser-text a,
.wrapper ol li a,
.wrapper ul li a {
    position: relative;
    color: #000;
    background-repeat: repeat-x;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAAAAAAALAAAAAABAAEAAAICTAEAOw==);
    background-position: left bottom 2px
}

body {
    background: #EFEFEF;
    color: #777;
    overflow-y: auto;
    word-break: break-word
}

::-moz-selection {
    background-color: #da0030;
    color: #fff
}

::selection {
    background-color: #da0030;
    color: #fff
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    background: #EFEFEF;
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding-top: 130px;
    position: relative;
}

.wrapper .wrapper {
    padding: 0
}

.wrapper .wrapper.no-banner {
    padding-top: 50px
}

@media (max-width: 767.98px) {
    .wrapper .wrapper.no-banner {
        padding-top: 30px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .wrapper {
        padding-top: 117px
    }
}

@media (max-width: 991.98px) {
    .wrapper {
        padding-top: 107px
    }
}

@media (max-width: 767.98px) {
    .wrapper {
        padding-top: 71px
    }
}

@media (max-width: 767.98px) {
    .wrapper {
        padding-top: 67px
    }
}

.active>a {
    color: #000 !important
}

a {
    color: #777;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

a:hover {
    color: #000
}

img {
    max-width: 100%;
    height: auto
}

svg {
    height: auto;
    width: auto
}

.bold {
    font-weight: bold
}

.anchor {
    display: block;
    height: 130px;
    position: absolute;
    margin-top: -130px;
    visibility: hidden
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .anchor {
        height: 90px;
        margin-top: -90px
    }
}

@media (max-width: 767.98px) {
    .anchor {
        height: 57px;
        margin-top: -57px
    }
}

@media (pointer: coarse) {
    ::-webkit-scrollbar {
        width: 0px;
        background: transparent
    }
}

.video-embed-item {
    width: 774px;
    height: 434px;
    max-width: 100%
}

@media (max-width: 1199.98px) {
    .video-embed-item {
        width: 55.645vw;
        height: 30.746vw
    }
}

@media (max-width: 991.98px) {
    .video-embed-item {
        height: 49.445vw;
        width: 87.891vw
    }
}

@media (max-width: 767.98px) {
    .video-embed-item {
        height: 40vw;
        width: 57.366vw
    }
}

@media (max-width: 575.98px) {
    .video-embed-item {
        height: 60vw;
        width: 80.036vw
    }
}

.vimeo-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.vimeo-responsive iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.row.content-space .col-lg-6:last-child {
    top: 2px;
    position: relative
}

@media (min-width: 1200px) {
    .row.content-space .col-lg-6:last-child {
        top: 10px
    }
}

.row.content-space .col-lg-6:last-child .accordion-item:first-child {
    padding-top: 5px
}

.content-extract li {
    list-style-position: inside
}
/* .content-extractnew .wysiwyg-text-align-left {
    margin-bottom: 0;
} */
.content-extract p:first-child {
    margin-bottom: 0
}

address a.icon-icon-arrow {
    color: #777 !important;
    background: none !important;
    font-size: 16px
}

address a.icon-icon-arrow:after {
    content: "\e911";
    font-family: "regimo-icon" !important;
    color: #da0030;
    font-size: 20px;
    padding-left: 5px;
    position: relative;
    top: 2px
}
/* 
.content-extractnew li {
    list-style: none
}

.content-extractnew li:before {
    content: "- "
}
.wrapper .content-extractnew ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-extractnew ul li:after {
    display: none;
}
.content-extractnew p {
    margin: 0 0 25px
}

.content-extractnew p.mt-25 {
    margin-top: 25px
}
 */
/* .pac-container.first-item-only .pac-item+.pac-item {
    display: none
} */

@media (max-width: 767px) {
    form .pac-container {
        left: 0 !important;
        min-width: 100% !important
    }
}

@font-face {
    font-family: "Riforma LL";
    src: url("../fonts/RiformaLL-Regular.eot");
    src: url("../fonts/RiformaLL-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RiformaLL-Regular.woff2") format("woff2"), url("../fonts/RiformaLL-Regular.woff") format("woff"), url("../fonts/RiformaLL-Regular.ttf") format("truetype"), url("../fonts/RiformaLL-Regular.svg#RiformaLL-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Riforma LL";
    src: url("../fonts/RiformaLL-MediumItalic.eot");
    src: url("../fonts/RiformaLL-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RiformaLL-MediumItalic.woff2") format("woff2"), url("../fonts/RiformaLL-MediumItalic.woff") format("woff"), url("../fonts/RiformaLL-MediumItalic.ttf") format("truetype"), url("../fonts/RiformaLL-MediumItalic.svg#RiformaLL-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "Riforma LL";
    src: url("../fonts/RiformaLL-Italic.eot");
    src: url("../fonts/RiformaLL-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/RiformaLL-Italic.woff2") format("woff2"), url("../fonts/RiformaLL-Italic.woff") format("woff"), url("../fonts/RiformaLL-Italic.ttf") format("truetype"), url("../fonts/RiformaLL-Italic.svg#RiformaLL-Italic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Riforma LL";
    src: url("../fonts/RiformaLL-Light.eot");
    src: url("../fonts/RiformaLL-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RiformaLL-Light.woff2") format("woff2"), url("../fonts/RiformaLL-Light.woff") format("woff"), url("../fonts/RiformaLL-Light.ttf") format("truetype"), url("../fonts/RiformaLL-Light.svg#RiformaLL-Light") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Riforma LL";
    src: url("../fonts/RiformaLL-Medium.eot");
    src: url("../fonts/RiformaLL-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RiformaLL-Medium.woff2") format("woff2"), url("../fonts/RiformaLL-Medium.woff") format("woff"), url("../fonts/RiformaLL-Medium.ttf") format("truetype"), url("../fonts/RiformaLL-Medium.svg#RiformaLL-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Riforma LL";
    src: url("../fonts/RiformaLL-Bold.eot");
    src: url("../fonts/RiformaLL-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RiformaLL-Bold.woff2") format("woff2"), url("../fonts/RiformaLL-Bold.woff") format("woff"), url("../fonts/RiformaLL-Bold.ttf") format("truetype"), url("../fonts/RiformaLL-Bold.svg#RiformaLL-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Riforma LL";
    src: url("../fonts/RiformaLL-LightItalic.eot");
    src: url("../fonts/RiformaLL-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RiformaLL-LightItalic.woff2") format("woff2"), url("../fonts/RiformaLL-LightItalic.woff") format("woff"), url("../fonts/RiformaLL-LightItalic.ttf") format("truetype"), url("../fonts/RiformaLL-LightItalic.svg#RiformaLL-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic
}

body {
    font-family: "Riforma LL";
    font-size: 18px;
    font-weight: normal
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px
    }
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    font-weight: 500
}

h1 {
    font-size: 72px;
    line-height: 86px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #000;
    word-break: break-word;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    h1 {
        font-size: 60px;
        line-height: 60px
    }
}

h1 span {
    color: #777
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

.theme-filter h1 {
    line-height: 72px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .grp-page .banner-text h1 {
        line-height: 60px
    }
}

@media (max-width: 767.98px) {
    .grp-page .banner-text h1 {
        line-height: 40px;
    }
}

.grp-page .banner-text p:last-child {
    margin: 0
}

h2 {
    font-size: 72px;
    line-height: 86px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #000;
    word-break: break-word;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    h2 {
        font-size: 45px;
        line-height: 1.1
    }
}

@media (max-width: 1199.98px) {
    h2 {
        margin-bottom: 30px
    }
}

@media (max-width: 991.98px) {
    h2 {
        margin: 0 0 50px
    }
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px
    }
}

h3 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    line-height: 57px;
    margin: 0 0 50px
}

h3 span {
    color: #777
}

@media (max-width: 1199.98px) {
    h3 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

p {
    margin: 0 0 37px;
    word-break: break-word
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    p {
        margin: 0 0 25px;
        font-size: 16px
    }
}

p q {
    font-size: 24px
}

@media (max-width: 991.98px) {
    p q {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    p q {
        font-size: 18px
    }
}

p q:before {
    content: "«"
}

p q:after {
    content: "»"
}

p strong {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
    display: inline-block
}

@media (max-width: 767.98px) {
    p strong {
        font-size: 18px;
        margin-bottom: 8px
    }
}

@media (max-width: 767.98px) {
    p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px
    }
}

h5 {
    font-size: 24px;
    color: #000;
    margin: 0 0 50px
}

@media (max-width: 767.98px) {
    h5 {
        font-size: 18px;
        margin: 0 0 15px
    }
}

h6 {
    font-size: 24px;
    color: #000;
    font-weight: 500
}

@media (max-width: 767.98px) {
    h6 {
        font-size: 18px;
        line-height: 24px
    }
}

@font-face {
    font-family: 'regimo-icon';
    src:  url('../fonts/icons-font/regimo-icon.eot?btohqc');
    src:  url('../fonts/icons-font/regimo-icon.eot?btohqc#iefix') format('embedded-opentype'),
        url('../fonts/icons-font/regimo-icon.ttf?btohqc') format('truetype'),
        url('../fonts/icons-font/regimo-icon.woff?btohqc') format('woff'),
        url('../fonts/icons-font/regimo-icon.svg?btohqc#regimo-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    font-family: "regimo-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-icon-sitzplatz:before {
    content: "\e927";
    color: #4b4b4b;
}
.icon-icon-haustiere-erlaubt:before {
    content: "\e928";
}
.icon-icon-neubau-striche:before {
    content: "\e929";
}
.icon-icon-bastelraum:before {
    content: "\e924";
}

.icon-icon-einzelzimmer:before {
    content: "\e925";
}

.icon-icon-parkplatz:before {
    content: "\e926";
}

.icon-icon-lagerraum:before {
    content: "\e922";
}

.icon-icon-buro:before {
    content: "\e923";
  }
  .icon-icon-suitcase:before {
    content: "\e921";
  }
  .icon-icon-dienstleistungen:before {
    content: "\e920";
  }
  .icon-icon-avatar-grau:before {
    content: "\e91f";
  }
  .icon-arrow-left-01:before {
    content: "\e91d";
  }
  .icon-arrow-left-011:before {
    content: "\e91e";
  }
  .icon-icon-kariere-rot:before {
    content: "\e91b";
  }
  .icon-icon-lehre-rot:before {
    content: "\e91c";
  }
  .icon-facebook:before {
    content: "\e916";
  }
  .icon-linkedin:before {
    content: "\e917";
  }
  .icon-mail:before {
    content: "\e918";
  }
  .icon-icon-arrow-down-rot:before {
    content: "\e902";
  }
  .icon-icon-arrow-left-rot:before {
    content: "\e903";
  }
  .icon-icon-arrow-top-rot:before {
    content: "\e904";
  }
  .icon-left-arrow:before {
    content: "\e915";
  }
  .icon-expand:before {
    content: "\e901";
  }
  .icon-icon-send-weiss:before {
    content: "\e919";
  }
  .icon-icon-team-weiss:before {
    content: "\e91a";
  }
  .icon-icon-upload-weiss:before {
    content: "\e914";
  }
  .icon-icon-arrow-right-rot:before {
    content: "\e911";
  }
  @media (max-width: 991px) {
    .tx-tnt-job .icon-icon-arrow-right-rot:before {
        content: "\e902"
    }
}

  .icon-icon-ok-rot:before {
    content: "\e912";
  }
  .icon-icon-file-grau:before {
    content: "\e913";
    color: #777;
  }
  .icon-icon-play-rot:before {
    content: "\e910";
  }
  .icon-icon-mail:before {
    content: "\e90d";
  }
  .icon-icon-chat:before {
    content: "\e90e";
  }
  .icon-icon-call:before {
    content: "\e90f";
  }
  .icon-icon-area:before {
    content: "\e906";
  }
  .icon-icon-home:before {
    content: "\e907";
  }
  .icon-icon-wish-list:before {
    content: "\e908";
  }
  .icon-icon-edit:before {
    content: "\e909";
  }
  .icon-icon-bookmark:before {
    content: "\e90a";
  }
  .icon-icon-location:before {
    content: "\e90b";
  }
  .icon-icon-exit:before {
    content: "\e90c";
  }
  .icon-close:before {
    content: "\e905";
  }
  .icon-right-arrow:before {
    content: "\e900";
  }
@font-face {
  font-family: 'regimo-icon-new';
  src:  url('../fonts/icons-font/regimo-icon-new.eot?qd8hsb');
  src:  url('../fonts/icons-font/regimo-icon-new.eot?qd8hsb#iefix') format('embedded-opentype'),
    url('../fonts/icons-font/regimo-icon-new.ttf?qd8hsb') format('truetype'),
    url('../fonts/icons-font/regimo-icon-new.woff?qd8hsb') format('woff'),
    url('../fonts/icons-font/regimo-icon-new.svg?qd8hsb#regimo-icon-new') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-icon-new"], [class*="icon-icon-new"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'regimo-icon-new' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-new-bell:before {
  content: "\e900";
  color: #fff;
}
.icon-icon-new-smartphone:before {
  content: "\e901";
  color: #fff;
} 

header.header {
    position: fixed;
    z-index: 1001;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    top: 0
}

@media (orientation: landscape) {
    .mobile header.header {
        position: absolute
    }
}

header.header .header-elem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 0
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    header.header .header-elem {
        padding: 30px 0 27px
    }
}

@media (max-width: 767.98px) {
    header.header .header-elem {
        padding: 16px 0 17px
    }

    header.header .header-elem .header-logo img {
        height: 24px
    }
}

.nav-open header {
    background: #EFEFEF
}

.header-logo {
    font-size: 40px;
     margin-right: 30px;
}

@media (max-width: 991.98px) {
    .header-logo {
        font-size: 33px
    }
}

@media (max-width: 767.98px) {
    .header-logo {
        font-size: 25px
    }
}

@media (max-width: 575.98px) {
    .header-logo {
        font-size: 23px
    }
}

.header-logo em {
    color: #da0030;
    font-style: normal;
    text-transform: capitalize
}

.header-logo a {
    font-weight: 500;
    color: #000;
    
}
@media (min-width: 768px) {
    header.header.header-grp.landing-page-header .header-logo a {
        display: flex;
    }
}
@media (max-width: 767.98px) {
    header.header.header-grp.landing-page-header .header-logo img {
        height: 36px;
        width: 170px;
        max-width: inherit;
    }
}

.mobile .frame-space-after-large {
    margin-bottom: 0
}

footer {
    padding: 50px 0 100px;
    background-color: #fff;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

footer .ft-logo,
footer .ft-equal-col,
footer .ft-contact {
    padding: 0 25px
}

@media (min-width: 768px) and (max-width: 1199.98px) {

    footer .ft-logo,
    footer .ft-equal-col,
    footer .ft-contact {
        padding: 0 15px
    }

    footer .ft-logo a,
    footer .ft-equal-col a,
    footer .ft-contact a {
        font-size: 16px
    }
}

footer .ft-logo {
    width: 46.66667%
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    footer .ft-logo {
        width: 39%
    }

    footer .ft-logo img {
        max-width: 90%
    }
}

@media (max-width: 991.98px) {
    footer .ft-logo {
        width: 40%
    }
}

@media (max-width: 767.98px) {
    footer .ft-logo {
        width: 100%
    }
}

footer .ft-equal-col {
    width: 16.66667%
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    footer .ft-equal-col {
        width: 20%
    }
}

@media (max-width: 991.98px) {
    footer .ft-equal-col {
        width: 30%;
        margin-left: 10%
    }
}

@media (max-width: 767.98px) {
    footer .ft-equal-col {
        width: 50%;
        margin-left: 0
    }
}

@media (max-width: 575.98px) {
    footer .ft-equal-col {
        width: 100%
    }
}

@media (max-width: 991.98px) {
    footer .ft-equal-col.last {
        width: 20%;
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    footer .ft-equal-col.last {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    footer .ft-equal-col.last {
        width: 100%
    }
}

footer .ft-contact {
    width: 20%
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    footer .ft-contact {
        width: 21%
    }
}

@media (min-width: 1200px) {
    footer {
        font-size: 1.1666666666666667vw
    }
}

@media (min-width: 1475px) {
    footer {
        font-size: 17px
    }
}

@media (max-width: 1199.98px) {
    footer {
        padding: 30px 0 70px
    }
}

@media (max-width: 991.98px) {
    footer {
        padding: 30px 0 70px;
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    footer {
        padding: 20px 0 60px;
        font-size: 14px
    }
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .links {
    text-align: right
}
footer.grp-footer .links {
    text-align: left;
}
@media (max-width: 575.98px) {
    footer .links {
        text-align: left
    }
}

footer .links.horzntl {
    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
}

footer .links.horzntl li {
    padding: 0 10px
}

@media (max-width: 767.98px) {
    footer .links.horzntl li {
        padding: 0 7px;
        width: 25px
    }
}

footer .links.horzntl li:last-child {
    padding-right: 0
}

@media (max-width: 767.98px) {
    footer .links.horzntl a {
        visibility: hidden;
        display: inline-block;
        text-indent: -9999px
    }

    footer .links.horzntl a:after {
        content: attr(data-mob-txt);
        visibility: visible
    }
}

footer .sub-footer {
    margin-top: 138px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    footer .sub-footer {
        margin-top: 90px
    }
}

@media (max-width: 767.98px) {
    footer .sub-footer {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
}

footer .sub-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

@media (max-width: 767.98px) {
    footer .sub-footer ul {
        margin-bottom: 10px
    }
}

footer .sub-footer ul li {
    padding: 0 10px
}

@media (max-width: 767.98px) {
    footer .sub-footer {
        margin-top: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .footer-logo {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex */
}
footer .footer-logo .frame-type-textpic .ce-gallery .ce-outer {
    float: none;
    right: 0;
}
footer .footer-logo .frame-type-textpic .ce-gallery .ce-outer .ce-inner {
    float: none;
    right: 0;
}
footer .footer-logo .frame-type-textpic .ce-row {
    display: flex;
    align-items: center;
    max-width: 40%;
    margin: 50px 0px 0px;
}
footer .footer-logo .frame-type-textpic .ce-row .ce-column {
    float: none;
    flex: 0 0 auto;
    width: 46.66%;
    padding-right: 15px;
    margin-right: 0px;
}
footer .footer-logo .frame-type-textpic .ce-row .ce-column img.image-embed-item {
    max-width: 100%;
}
footer .footer-logo img {
    max-width: 50%
}
footer .footer-logo .frame-type-textpic .ce-row .ce-column img.image-embed-item {
    max-width: auto;
}
footer > .container > .row {
    position: relative;
}
footer .footer-logo .frame-type-textpic .ce-row .ce-column:last-child {
    padding-right: 0px;
}
@media (max-width: 767.98px) {
    footer .footer-logo {
        margin: 0 0 40px
    }

    footer .footer-logo img {
        width: auto
    }
}
@media (max-width: 575.98px) {
    footer .footer-logo .frame-type-textpic .ce-row {
        max-width: 100%;
        margin: 30px 0px 0px;
        flex-direction: column-reverse;
    }
    footer .footer-logo .frame-type-textpic {
        position: absolute;
        right: 15px;
        bottom: 0;
        text-align: center;
        width: 25%;
    }
    footer .footer-logo .frame-type-textpic .ce-row .ce-column {
        width: 100%;
        padding-right: 0px;
    }
    footer .footer-logo .frame-type-textpic .ce-row .ce-column:last-child {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    footer .footer-logo .frame-type-textpic .ce-textpic .ce-gallery {
        margin-bottom: 0px;
    }
    footer .footer-logo .frame-type-textpic .ce-bodytext p {
        margin-bottom: 0px;
    }
}
footer a[href*="mailto"] {
    background-image: none
}

footer address a {
    color: #000
}

@media (max-width: 767.98px) {
    footer .links.horzntl a:after {
        content: attr(data-mob-txt);
        visibility: visible
    }

    footer .links.horzntl a {
        visibility: hidden;
        display: inline-block;
        text-indent: -9999px
    }
}

.grp-page~footer,
.header-grp~footer {
    padding-bottom: 50px
}

@media (max-width: 767.98px) {

    .grp-page~footer,
    .header-grp~footer {
        padding-bottom: 20px
    }
}

.grp-page~footer .sub-footer,
.header-grp~footer .sub-footer {
    margin-top: 260px
}

@media (max-width: 767.98px) {

    .grp-page~footer .sub-footer,
    .header-grp~footer .sub-footer {
        margin-top: 65px
    }
}

.same-height-wrap {
    /*padding-bottom: 50px;*/
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .same-height-wrap {
        padding-bottom: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .same-height-wrap {
        margin-bottom: 10px;
        padding-bottom: 0
    }
}

.same-height-wrap .txt-info {
    margin: 50px 0 0
}

.same-height-wrap .txt-info p:last-child {
    margin: 0
}

.tx-tnt-job .same-height-wrap {
    padding: 0;
    margin-bottom: 0
}

.tx-tnt-job .same-height-wrap .col-md-6.col-lg-4 {
    margin-bottom: 50px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .tx-tnt-job .same-height-wrap .col-md-6.col-lg-4 {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .tx-tnt-job .same-height-wrap .col-md-6.col-lg-4 {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {

    .container,
    [class*="col-"] {
        padding: 0 20px
    }

    .row {
        margin: 0 -20px
    }
}

.img-grid {
    height: 100%
}

.img-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .img-grid {
        margin: 0 0 30px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .container {
        max-width: 100%;
        padding: 0 30px
    }

    [class*="col-"] {
        padding: 0 15px
    }

    .row {
        margin: 0 -15px
    }
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

@media (max-width: 767.98px) {
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px
}

.hamburger .hamburger-inner {
    position: absolute;
    width: 28px;
    height: 2px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #777;
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: .13s;
    transition-duration: .13s
}

.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
    position: absolute;
    width: 28px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #777;
    display: block;
    content: ""
}

.hamburger .hamburger-inner:before {
    -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    top: -8px
}

.hamburger .hamburger-inner:after {
    top: -16px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear
}

.hamburger.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    background-color: #777
}

.hamburger.is-active .hamburger-inner:after {
    background-color: #777;
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0
}

.hamburger.is-active .hamburger-inner:before {
    background-color: #777;
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.footer-nav {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0
}

.footer-nav>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    max-width: 1440px
}

.footer-nav>.container>div {
    width: 100%
}

.footer-nav>.container>div~div {
    width: auto
}
body.footer_nav .cc_banner.cc_container {
    bottom: 50px;
}
@media (max-width: 767.98px) {
    .footer-nav {
        height: 45px;
        font-size: 14px
    }
    body.footer_nav .cc_banner.cc_container {
        bottom: 45px;
    }
}

.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-nav ul li {
        min-width: 86px
    }
}

@media (max-width: 767.98px) {
    .footer-nav ul li {
        min-width: 45px
    }

    .footer-nav ul li a {
        padding: 0 !important
    }
}

.footer-nav ul li a {
    color: #fff;
    display: block;
    height: 50px
}

.footer-nav ul li a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 767.98px) {
    .footer-nav ul li a {
        height: 45px
    }
}

.footer-nav .ft-navs li a {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: none;
    transition: none
}

@media (max-width: 767.98px) {
    .footer-nav .ft-navs li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767.98px) {
    .footer-nav .ft-navs li a span {
        display: none;
        margin-right: 20px;
    }
}

.footer-nav .ft-navs li a i {
    font-size: 20px;
    margin-left: 20px;
}

.footer-nav .ft-navs li.grey {
    background: #4B4B4B;
    color: #fff
}

.footer-nav .ft-navs li.white {
    background: #fff;
    border-right: solid 1px #F0F0F0;
    border-top: solid 1px #F0F0F0
}

.footer-nav .ft-navs li.white a,
.footer-nav .ft-navs li.white span {
    color: #000
}

.footer-nav .ft-navs li.white i {
    color: #da0030
}

.footer-nav .ft-navs li.white:hover {
    background: #da0030;
    color: #fff
}

.footer-nav .ft-navs li.white:hover span,
.footer-nav .ft-navs li.white:hover i {
    color: #fff
}

.footer-nav .ft-navs li.red {
    background: #da0030;
    color: #fff
}

.footer-nav .ft-navs li.red span {
    color: #fff
}
.footer-nav .ft-navs li a i.icon-icon-team-weiss {
    font-size: 28px;
}
.footer-nav .ft-navs li a i.icon-icon-chat {
    font-size: 28px;
}
@media (max-width: 767.98px) {
    .footer-nav .ft-navs li:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: inherit;
        padding: 0 16px
    }

    .footer-nav .ft-navs li:first-child a {
         justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .footer-nav .ft-navs li:first-child span {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-nav .ft-navs li:nth-child(2) span {
        display: block
    }
}

@media (max-width: 767.98px) {
    .footer-nav .ft-navs li {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 45px
    }
}

.footer-nav .ft-social {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-nav .ft-social {
        width: auto
    }
}

.footer-nav .ft-social li {
    text-align: center;
    min-width: 65px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-nav .ft-social li {
        max-width: 86px
    }
}
.footer-nav .ft-social li.lnkdin {
    background: #0077B5
}
.footer-nav .ft-social li.lnkdin a {
    color: #fff;
}
 .footer-nav .ft-social li.fb {
    background: #3C5A99
}
 .footer-nav .ft-social li a {
    color: #fff;
}
@media (max-width: 991.98px) {
    .footer-nav .ft-social li a {
        color: #fff
    }
    .footer-nav .ft-social li.fb {	
        background: #3C5A99	
    }

    .footer-nav .ft-social li.mail {
        background: #4B4B4B
    }
}

@media (max-width: 767.98px) {
    .footer-nav .ft-social li {
        min-width: 45px
    }
}

.footer-nav .ft-social li:last-child a {
    font-size: 30px
}

@media (max-width: 767.98px) {
    .footer-nav .ft-social li:last-child a {
        font-size: 17px
    }
}

.footer-nav .ft-social a {
    color: #4B4B4B;
    font-size: 24px
}

@media (max-width: 767.98px) {
    .footer-nav .ft-social a {
        font-size: 17px;
        position: relative;
        top: -2px
    }
}

.footer-nav.multi {
    border-top: solid 1px #F0F0F0
}

.footer-nav.multi:after {
    background: #fff
}

.footer-nav.multi:before {
    background: #fff
}

.footer-nav.multi .ft-navs li {
    background: #fff;
    border-right: solid 1px #F0F0F0
}

.footer-nav.multi .ft-navs li:first-child {
    background: #da0030
}

.footer-nav.multi .ft-navs li:first-child a {
    color: #fff
}

.footer-nav.multi .ft-navs li:first-child a i {
    color: #fff
}

.footer-nav.multi .ft-navs li a {
    color: #000
}

.footer-nav.multi .ft-navs li a i {
    color: #da0030
}

#map {
    height: 600px;
    margin: 50px 0 30px
}

#map.map_zoom {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    #map {
        height: 450px
    }
}

@media (max-width: 991.98px) {
    #map {
        height: 500px
    }
}

#map .gm-style .gm-style-iw-c {
    border-radius: 00;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 330px;
    background: transparent;
    max-width: inherit !important;
    max-height: inherit !important
}

#map .gm-style .gm-style-iw-d {
    overflow: inherit !important;
    max-width: inherit !important;
    max-height: inherit !important
}

#map .gm-style .gm-style-iw-d>div {
    width: 286px
}

#map [aria-label="Close"] {
    background: #da0030 !important;
    opacity: 1;
    width: 44px !important;
    z-index: 10;
    height: 44px !important;
    right: 0 !important;
    top: 0 !important
}

#map [aria-label="Close"]:after {
    font-family: 'regimo-icon';
    content: "\e905";
    color: #fff;
    font-size: 18px
}

#map [aria-label="Close"] img {
    display: none !important
}

#map .htmlMarker {
    background-color: #da0030;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: white
}

#map .card-text>div {
    padding-left: 30px
}

#map .card-text>div i {
    position: absolute;
    left: 20px
}

#map .gm-svpc,
#map .gm-fullscreen-control {
    display: none
}

.gm-style-mtc>div+div {
    display: none !important
}

.tabs iframe {
    margin: 0 0 50px
}

@media (max-width: 767.98px) {
    .tabs iframe {
        height: 72vw;
        margin: 0 0 20px
    }
}

#detailPageMap {
    height: 507px;
    margin-bottom: 30px
}
.no-banner{
    padding-top: 100px;
}
.grp-page.wrapper > .box {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 70px;
}
@media (max-width: 767.98px) {
    #detailPageMap {
        height: 400px
    }
}

.mapcard {
    position: relative
}

.placecard__container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: #fff none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
    font-family: "Riforma LL"
}

.placecard__left {
    float: left;
    width: 75%
}

.placecard__right {
    text-align: center;
    float: left;
    width: 25%
}

.placecard__business-name {
    cursor: default;
    width: 215px;
    -webkit-perspective-origin: 100px 9.5px;
    perspective-origin: 100px 9.5px;
    -webkit-transform-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000
}

.placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 32px;
    width: 215px;
    -webkit-column-rule-color: #5b5b5b;
    -moz-column-rule-color: #5b5b5b;
    column-rule-color: #5b5b5b;
    -webkit-perspective-origin: 100px 16px;
    perspective-origin: 100px 16px;
    -webkit-transform-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px;
    font-size: 13px
}

.placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto
}

.placecard__direction-link {
    color: #3a84df;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px
}

.placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none
}

.placecard .review-box {
    display: none
}

.cluster .categories {
    display: none;
    position: absolute;
    width: 50px;
    right: -50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px
}

.map_zoom .cluster .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cluster .categories .wohnung {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.cluster .categories .haus {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.cluster .categories .gewerbe {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.cluster .categories .parkplatz {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.category-list {
    background-color: #fff;
    padding: 30px 0;
    color: #da0030;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 17px
}
.focus-block {
    display: block;
}
.pointer-none {
    pointer-events: none;
    display: block;
}
.focus-block:before {
    content: "";
    margin-top: -130px;
    position: relative;
    height: 130px;
    display: block;
    pointer-events: none;
    width: 100%;
}
@media (max-width: 500px) {
    .category-list {
        padding: 15px 0
    }
}

.category-list ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 500px) {
    .category-list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.category-list ul li {
    padding: 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .category-list ul li {
        padding: 0 15px
    }
}

.category-list ul li img {
    margin-right: 10px
}

.category-list ul li:after {
    display: none
}

.map_zoom+.category-list {
    position: static;
    opacity: 1;
    visibility: visible
}

@media (max-width: 991.98px) {
    .secondary-nav {
        display: none
    }
}

.secondary-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0px;
    display: flex;
}

.secondary-nav ul li {
    /* display: inline-block;
    vertical-align: middle; */
    padding: 0 15px;
    white-space: nowrap;
}
.secondary-nav {
    margin-right: 20px;
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
    .secondary-nav ul li {
        padding: 0 10px;
    }
}
@media (min-width: 992px) and (max-width: 1024.98px) {
    .secondary-nav ul li {
        padding: 0 8px;
        font-size: 16px;
    }
    .header-logo {
        max-width: 25%;
    }
    .header-grp.header .header-elem .header-logo {
        max-width: 65%;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    header.header.header-grp .header-elem .header-logo {
        max-width: 50%;
    }
}
@media (max-width: 767.98px) {
    .secondary-nav ul li {
        width: 35px
    }
}

.secondary-nav ul li a {
    color: #777
}

.secondary-nav ul li a:hover {
    color: #000
}

.header-grp .secondary-nav {
    display: block;
    /* right: inherit;
    left: calc(50% + 25px);
    position: absolute */
}

@media (max-width: 767.98px) {
    .header-grp .secondary-nav {
        text-align: right;
        /* right: 15px;
        left: initial; */
    }

    .header-grp .secondary-nav li {
        padding: 0 5px
    }

    .header-grp .secondary-nav a {
        /* visibility: hidden; */
        display: inline-block;
        /* text-indent: -9999px; */
        font-size: 16px
    }

    .header-grp .secondary-nav a:after {
        content: attr(data-mob-txt);
        visibility: visible
    }
}

.nav-open {
    overflow: hidden
}

.nav-open .secondary-nav {
    display: none
}

.nav-open .primary-nav {
    top: 0
}

.primary-nav {
    height: 100vh;
    background: #EFEFEF;
    font-weight: 500;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    top: -100vh;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    z-index: 1000
}

@media (min-width: 1400px) {
    .primary-nav .primary-nav-inner {
        padding: 230px 0 0
    }
}

@media (max-width: 1399px) {
    .primary-nav .primary-nav-inner {
        padding-top: 130px
    }
}

@media (max-width: 991.98px) {
    .primary-nav .primary-nav-inner {
        padding: 130px 0 0
    }
}

@media (max-width: 767.98px) {
    .primary-nav .primary-nav-inner {
        padding: 100px 0 0
    }
}

.primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.primary-nav .left-nav-item {
    font-size: 48px;
    line-height: 57px
}

@media (max-width: 1199.98px) {
    .primary-nav .left-nav-item {
        font-size: 36px;
        line-height: 50px
    }
}

@media (max-width: 991.98px) {
    .primary-nav .left-nav-item {
        font-size: 36px;
        line-height: 50px
    }
}

@media (max-width: 767.98px) {
    .primary-nav .left-nav-item {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 50px
    }
}

.primary-nav .right-nav-item {
    font-size: 24px
}

@media (max-width: 1199.98px) {
    .primary-nav .right-nav-item {
        font-size: 21px
    }
}

@media (max-width: 767.98px) {
    .primary-nav .right-nav-item {
        font-size: 18px
    }
}

.primary-nav.nav-height .bottom-nav-item {
    position: static;
    padding: 50px 0
}

.primary-nav .bottom-nav-item {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-weight: normal
}

@media (max-width: 991.98px) {
    .primary-nav .bottom-nav-item {
        font-size: 16px;
        bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .primary-nav .bottom-nav-item {
        font-size: 14px;
        bottom: 20px
    }
}

.primary-nav .bottom-nav-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

.primary-nav .bottom-nav-item ul li {
    padding: 0 10px
}

@media (max-width: 767.98px) {
    .primary-nav .bottom-nav-item ul li {
        padding: 0 8px
    }
}

.primary-nav .bottom-nav-item span {
    color: #777
}

@media (max-width: 767.98px) {
    .primary-nav .bottom-nav-item span {
        display: none
    }
}

.banner {
    height: 470px;
    overflow: hidden
}

.banner img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.banner .ce-center .ce-outer {
    float: none;
    right: 0;
}
.banner .ce-center .ce-inner {
    float: none;
    right: 0;
}
.banner .ce-center .ce-inner .ce-column {
    float: none;
}
.banner .ce-center .ce-inner .ce-column figure {
    display: block;
}

.banner .ce-center .ce-inner .ce-column figure img{
    width: 100%;
}
.banner .ce-row {
    display: none
}

@media (max-width: 1199.98px) {
    .banner {
        height: 59.895833333333336vw
    }

    .banner img {
        height: 59.895833333333336vw
    }
}

@media (max-width: 767.98px) {
    .banner {
        height: 72vw;
        min-height: 320px;
    }

    .banner img {
        height: 72vw;
        min-height: 320px;
    }
}

.banner iframe {
    height: 470px
}

@media (max-width: 1199.98px) {
    .banner iframe {
        height: 59.895833333333336vw
    }
}

@media (max-width: 767.98px) {
    .banner iframe {
        height: 72vw
    }
}

.wrap-top-minus {
    margin-top: -100px;
    position: relative;
    z-index: 112
}

.contact-page .wrap-top-minus {
    visibility: hidden
}

.contact-page .wrap-top-minus .col-lg-8 *,
.contact-page .wrap-top-minus .col-lg-4 * {
    visibility: visible
}

.grp-page .wrap-top-minus {
    margin-top: -80px
}

.grp-page .wrap-top-minus .row .frame {
    max-width: 100%;
    width: 100%
}

@media (max-width: 1199.98px) {
    .grp-page .wrap-top-minus {
        margin-top: -160px
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .grp-page .wrap-top-minus .col-md-8,
    .grp-page .wrap-top-minus .col-md-4 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.grp-page .banner-text .col-lg-6 {
    padding: 0
}

@media (max-width: 767.98px) {
    .grp-page .banner-text .col-lg-6 {
        padding: 0 20px
    }
}

.grp-page .banner-text .box {
    padding-bottom: 250px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 1199.98px) {
    .grp-page .banner-text .box {
        padding: 50px 0 210px
    }
}

.grp-page .banner-text .box .row {
    margin: 0
}

@media (max-width: 767.98px) {
    .grp-page .banner-text .box .row {
        margin: 0 -20px
    }
}

.regimo-regions {
    margin: 100px 0
}

@media (max-width: 991.98px) {
    .regimo-regions {
        margin: 50px 0
    }
}

.btn {
    font-size: 16px;
    line-height: 28px;
    border-radius: 0;
    min-height: 50px;
    padding: 10px 45px 10px 20px;
    position: relative;
    text-align: left
}

@media (max-width: 575.98px) {
    .btn {
        width: 100% !important
    }
}

.btn-dark {
    background-color: #4B4B4B
}

.btn i {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 20px
}

.btn[type="submit"] {
    margin-top: 30px
}

@media (max-width: 767.98px) {
    .btn[type="submit"] {
        margin: 0
    }
}

.save-search-btn {
    margin: 20px 0 0;
    width: 100%;
    text-align: center
}

.save-search-btn .btn {
    padding-right: 55px !important
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .save-search-btn {
        margin-top: 0
    }
}

.save-search-btn .btn {
    padding-right: 50px
}

.box {
    padding: 50px 53px 50px 50px;
    background: #fff
}

.aside-box .box {
    padding: 50px 45px
}

@media (max-width: 1199.98px) {
    .aside-box .box {
        padding: 30px
    }
}

.aside-box .box a[href^="mailto:"] {
    font-size: 15px
}

@media (max-width: 575.98px) {
    .aside-box .box a[href^="mailto:"] {
        font-size: 13px
    }
}

@media (max-width: 1199.98px) {
    .box {
        padding: 30px
    }
}

.box.pdf-box {
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .box.pdf-box {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .box.pdf-box {
        margin-bottom: 0
    }
}

.box.highlightd {
    background-color: #da0030;
    color: #fff
}

.box.highlightd p,
.box.highlightd a,
.box.highlightd span {
    color: #fff !important
}

.box .link-box-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5
}
.detail-box .link-box.pdf-box {
    margin: 50px 0 0;
}
.detail-box .link-box.pdf-box a,
.detail-box .link-box.pdf-box a i:before {
    color: #da0030 !important;
}
.detail-box .pdf-box.link-box.box ul li:after {
    color: #da0030;
}
@media (max-width: 767.98px) {
    .box .link-box-title {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.box.subscriptionMsgSuc.box {
    margin: 50px 0px;
    float: none !important;
    width: auto !important;
}
@media (max-width: 767px){
    .box.subscriptionMsgSuc.box {
        margin: 50px 0px;
    } 
}
.detail-box {
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .detail-box {
        margin-bottom: 20px
    }
}

.main-box p b,
.main-box p strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #777;
    margin-bottom: 0
}

.main-box p b span,
.main-box p strong span {
    color: #000
}

@media (max-width: 991.98px) {

    .main-box p b,
    .main-box p strong {
        font-size: 21px;
        line-height: 31px
    }
}

@media (max-width: 767.98px) {

    .main-box p b,
    .main-box p strong {
        font-size: 18px;
        line-height: 27px
    }
}

.breadcrumb {
    padding-left: 0 !important
}

@media (max-width: 991.98px) {
    .breadcrumb {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "regimo-icon";
    font-size: 20px;
    line-height: normal;
    position: relative;
    top: 4px
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .breadcrumb-item a {
        background-position: left bottom 1px !important
    }
}

.breadcrumb-item span {
    color: #777
}

.counterup-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px
}

.tab-content .counterup-wrap {
    display: table;
    table-layout: fixed;
    margin: 0
}

.tab-content .counterup-wrap>div {
    display: table-cell
}

@media (max-width: 991px) {
    .tab-content .counterup-wrap>div {
        display: block;
        white-space: inherit
    }
}

@media (max-width: 767px) {
    .tab-content .counterup-wrap {
        padding-top: 0
    }
}

@media (min-width: 1200px) and (max-width: 1390px) {
    .main-box .counterup {
        font-size: 1.167vw
    }
}

.tab-content .counterup {
    display: table-cell;
    white-space: nowrap
}

@media (max-width: 991px) {
    .tab-content .counterup {
        display: block;
        white-space: inherit
    }
}

@media (max-width: 991px) {
    .counterup {
        display: block
    }
}

@media (max-width: 1199.98px) {
    .counterup {
        margin-top: 20px
    }
    .detail-box .link-box.pdf-box {
        margin: 30px 0 0;
    }
}

.counterup .count {
    color: #000;
    font-size: 45px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.counterup .count span {
    margin-right: 10px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .counterup .count {
        font-size: 36px;
        line-height: 43px;
        margin: 0 0 3px
    }
    
}

@media (max-width: 767.98px) {
    .counterup .count {
        font-size: 24px !important
    }
    .focus-block:before {
        margin-top: -70px;
        height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .counterup .text {
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .counterup .text {
        font-weight: normal
    }
}

.main-box {
    position: relative
}

.main-box .counterup-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.main-box .counterup-wrap .col-md-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: inherit
}
.counterup-wrap .counterup[data-select-type] {
    cursor: pointer;
}

@media (min-width: 481px) and (max-width: 767px) {
    .main-box .counterup-wrap .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 480px) {
    .main-box .counterup-wrap .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .main-box .counterup-wrap {
        position: static;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 10px
    }

    .main-box .counterup-wrap .count {
        font-size: 36px;
        line-height: 43px
    }
}

@media (max-width: 767.98px) {
    .counterup-wrap {
        padding-top: 20px
    }
}
.aside-box .g-recaptcha {
    transform-origin: 0 0;
    margin-bottom: 25px;
}
@media (min-width: 1440px) {
    aside {
        padding-left: 49px
    }
    .aside-box .g-recaptcha {
        transform: scale(0.907);
        margin-bottom: 20px;
    }
}

@media(min-width: 1390px) and (max-width: 1439px) {
    .aside-box .g-recaptcha {
        transform: scale(1.07);
        margin-bottom: 28px;
    }
}

@media (max-width: 1199.98px) {
    aside {
        padding-left: 0;
        margin: 0
    }
}

@media (max-width: 991.98px) {
    aside {
        padding-left: 0;
        margin: 30px 0 0
    }
}

@media (max-width: 767.98px) {
    aside {
        margin: 20px 0 0
    }
    .aside-box .g-recaptcha {
        margin-bottom: 18px;
    }
}

aside.child-full-height .frame:first-of-type {
    height: 100%
}

aside.child-full-height .frame:first-of-type .aside-box {
    height: 100%
}

aside.child-full-height .frame:first-of-type .aside-box .box:not(.no-image) {
    height: 100%
}

aside .box.no-image .card-body {
    padding-top: 0
}

.aside-box {
    margin-bottom: 2em;
}

@media (max-width: 767.98px) {
    .aside-box {
        margin-bottom: 20px
    }
}

/*.wrap-top-minus aside .aside-box {
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .wrap-top-minus aside .aside-box {
        margin-bottom: 30px
    }
}*/

.slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin: 0 0 100px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .slide-wrap {
        margin: 0 0 50px
    }
}

@media (max-width: 767.98px) {
    .slide-wrap {
        margin: 0 0 30px
    }
}

@media (max-width: 991.98px) {
    .grp-page .wrap-top-minus .slider-type-a .slide-wrap {
        margin-bottom: 0
    }
}

.slider-type-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%
}

@media (max-width: 1199.98px) {
    .grp-page .frame-space-after-extra-large {
        margin-bottom: 3em
    }
}


.grp-page .slider-type-a {
    margin-top: 63px
}

@media (max-width: 1199.98px) {
    .grp-page .slider-type-a {
        margin-top: 20px
    }

    .grp-page .slider-type-a .slide-wrap {
        margin: 0 0 50px
    }
}

.grp-page aside .slider-type-a {
    margin-top: 0
}

.slide-content-wrap {
    width: 50%;
    position: absolute;
    left: 0;
    padding: 0 25px;
    z-index: 999
}

.wrap-top-minus aside .slide-content-wrap {
    padding: 0 !important
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .slide-content-wrap {
        position: relative;
        padding-right: 0;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grp-page .wrap-top-minus .slide-content-wrap .teaser-box {
        min-height: inherit
    }
}

@media (max-width: 767.98px) {
    .slide-content-wrap {
        width: 100% !important;
        padding: 0 20px !important;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.slide-image-wrap {
    width: 66.66667%;
    padding: 0 25px;
    margin-left: 33.333333%;
    position: relative
}

.wrap-top-minus aside .slide-image-wrap {
    padding: 0 !important
}

.slide-image-wrap.ml-0 {
    float: left
}

@media (max-width: 767.98px) {
    .slide-image-wrap.ml-0 {
        margin: 0 0 20px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .slide-image-wrap {
        width: 50%;
        padding: 0 15px 0 0;
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    .slide-image-wrap {
        width: 100%;
        margin-left: 0;
        padding: 0 20px
    }
}

.slide-image-wrap img {
    max-height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover */
}

.slide-image-wrap.slide-image-single {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 460px
}

.slide-nav {
    position: static;
    float: right
}

.slide-nav.disabled {
    display: none
}

.slide-nav button {
    background: transparent;
    border: 0;
    color: #da0030;
    outline: 0;
    font-size: 30px;
    height: 20px;
    line-height: 20px
}

@media (max-width: 1024px) {
    .slide-nav button {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .slide-nav button {
        font-size: 23px;
        padding: 0 3px
    }
}

.slide-nav button i {
    line-height: 20px;
    display: inline-block
}

.prev-hide .slide-nav .owl-prev {
    display: none
}

.enlarge-trigg {
    position: absolute;
    top: 0;
    right: 25px;
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 40px;
    cursor: pointer
}

@media (max-width: 767.98px) {
    .enlarge-trigg {
        font-size: 25px;
        width: 40px;
        height: 40px
    }
}

.enlarge-trigg:hover {
    color: #fff
}

.img-caption {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 130px 20px 20px;
    color: #777;
    min-height: 156px
}

@media (max-width: 767.98px) {
    .img-caption {
        height: 190px
    }
}

.img-caption p {
    font-weight: 500
}

.img-caption p,
.img-caption a {
    margin-bottom: 0;
    font-size: 16px
}

@media (max-width: 767.98px) {

    .img-caption p,
    .img-caption a {
        font-size: 14px
    }
}

.img-caption a {
    padding-left: 5px;
    float: right;
    color: #777;
    position: relative;
    right: -80px
}

@media (max-width: 767.98px) {
    .img-caption a {
        right: 0
    }
}

.img-caption a:hover {
    color: #000
}

.img-caption a i {
    color: #da0030;
    padding: 3px;
    margin-left: 3px
}

.img-caption a i:before {
    display: inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

@media (max-width: 767.98px) {
    .img-caption {
        font-size: 14px;
        position: static;
        padding: 20px
    }

    .img-caption h6 {
        padding-right: 60px
    }
}

.mobile .img-caption {
    position: static;
    min-height: 200px
}

aside .slide-wrap {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    aside .slide-wrap {
        margin-bottom: 40px
    }
}

aside .slider-type-c .slide-content-wrap {
    padding: 0
}

aside .slider-type-wrap {
    margin: 0
}

aside .slider-type-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

aside .slider-type-wrap .highlightd+.slide-nav {
    display: none
}

aside .slider-type-wrap .slide-content-wrap,
aside .slider-type-wrap .slide-image-wrap {
    width: 100%
}

@media (max-width: 991.98px) {

    aside .slider-type-wrap .slide-content-wrap,
    aside .slider-type-wrap .slide-image-wrap {
        width: 50%
    }
}

@media (max-width: 767.98px) {

    aside .slider-type-wrap .slide-content-wrap,
    aside .slider-type-wrap .slide-image-wrap {
        width: 100%
    }
}

aside .slider-type-wrap .slide-content-wrap {
    position: relative
}

@media (max-width: 991.98px) {
    aside .slider-type-wrap .slide-content-wrap .teaser-box {
        margin-bottom: 0
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    aside .slider-type-wrap .slide-content-wrap {
        padding: 0 15px
    }
}

@media (max-width: 767.98px) {
    aside .slider-type-wrap .slide-content-wrap {
        padding-left: 0
    }
}

aside .slider-type-wrap .slide-image-wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    aside .slider-type-wrap .slide-image-wrap {
        padding: 0 15px
    }
}

@media (max-width: 991.98px) {
    aside .slider-type-wrap .slide-image-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    aside .slider-type-wrap .slide-image-wrap {
        padding-right: 15px
    }
    .focus-block:before {
        margin-top: -107px;
        height: 107px;
    }
}

@media (max-width: 767.98px) {
    aside .slider-type-wrap .slide-image-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 20px
    }
}

aside .slide-image-wrap {
    margin-left: 0
}

.slide-index {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 55px;
    bottom: 30px;
    z-index: 1;
    background-color: #4B4B4B;
    padding: 7px 10px;
    min-width: 50px;
    text-align: center
}

@media (max-width: 767.98px) {
    .slide-index {
        font-size: 14px;
        right: 40px;
        bottom: 15px
    }
}

.slider-type-b {
    margin: 0 0 50px
}

.slider-type-b .owl-carousel .owl-item img {
    margin: auto;
    max-width: 100%;
    width: auto
}

.slider-type-b .owl-nav>button {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-type-b .owl-nav>button.owl-next {
    right: 0
}

@media (max-width: 767.98px) {
    .slider-type-b {
        margin: 0 0 20px
    }
}

.slider-type-b .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #da0030;
    font-size: 45px;
    visibility: hidden
}

@media (max-width: 767.98px) {
    .slider-type-b .owl-nav {
        font-size: 25px
    }
}

.slider-type-b .owl-nav button {
    width: 66px;
    height: 66px;
    background-color: #fff !important;
    outline: 0;
    position: relative;
    visibility: visible
}

@media (max-width: 767.98px) {
    .slider-type-b .owl-nav button {
        width: 40px;
        height: 40px
    }
}

.slider-type-b .slide-image-wrap {
    width: 100%;
    margin: 0 25px;
    height: 507px;
    background: #e4e4e4;
    padding: 0
}

@media (max-width: 767.98px) {
    .slider-type-b .slide-image-wrap {
        height: 66.667vw
    }
}

.slider-type-b .slide-wrap {
    margin: 0
}

.slider-type-b .slide-nav {
    left: 0;
    right: 0;
    top: calc(50% - 50px);
    -webkit-transform: translateY(calc(-50% + 50px));
    transform: translateY(calc(-50% + 50px));
    height: 66px
}

.slider-type-b .slide-nav>button {
    position: absolute;
    width: 66px;
    height: 66px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    line-height: normal
}

.slider-type-b .slide-nav>button i {
    line-height: normal
}

.slider-type-b .slide-nav>button.owl-prev {
    left: 25px
}

.slider-type-b .slide-nav>button.owl-next {
    right: 24px
}

.slider-type-c {
    width: 33.33%
}

@media (max-width: 1199.98px) {
    .slider-type-c {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .slider-type-c {
        width: 100%
    }
}

.slider-type-c .slide-content-wrap {
    width: 100%;
    position: static;
    padding-left: 49px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .slider-type-c .slide-content-wrap {
        padding: 0 15px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .slider-type-c .img-caption {
        display: none
    }
}

.slider-type-c .slide-image-wrap {
    margin-left: 0
}

@media (max-width: 767.98px) {
    .slider-type-c .slide-image-wrap {
        height: 89.333vw;
        max-height: 435px;
        margin-bottom: 20px
    }
}

.slider-type-c .slide-nav {
    position: static;
    float: right;
    margin: 30px 0 0
}

.slider-type-c .slide-nav button:last-child {
    padding-right: 0
}

@media (max-width: 1199.98px) {
    .slider-type-c .slide-nav {
        display: none
    }
}

aside .slider-type-c {
    width: 100%
}

.image-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(50%);
    pointer-events: none;
}
.image-slider.owl-carousel .owl-nav .owl-prev{
    left: -22px;
    position: relative;
    transform: rotate(-90deg);
}
.image-slider.owl-carousel .owl-nav .owl-next{
    right: -22px;
    position: relative;
    transform: rotate(90deg);
}
.image-slider.owl-carousel .owl-nav>button img {
    width: 20px;
    height: 13px;
}
/* .mobile .image-slider.owl-carousel .owl-nav {
    bottom: 155px
} */
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-wrap{
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
    .image-slider.owl-carousel .owl-nav {
        right: 0px
    }
}

.image-slider.owl-carousel .owl-nav>button {
    outline: 0;
    display: flex;
    color: #da0030;
    padding: 10px !important;
    background: #bcbdc0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.image-slider.owl-carousel .owl-nav>button.disabled {
    visibility: hidden;
}
.image-slider{
    margin: 0 0 100px;
}
.image-slider.owl-carousel .owl-nav>button i {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block
}
/* .image-slider.owl-carousel .item .slide-wrap{
        flex-direction: row-reverse;
} */
.frame-type-NewsSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider,
.frame-type-AktuelleSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider {
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.frame-type-NewsSelector.hide{
    display: none;
}
.image-slider.owl-carousel .item .slide-content-wrap{
    position: static;
    padding: 0;
    width: 70%;
}
.image-slider.owl-carousel .item .slide-content-wrap .teaser-box{
    padding: 15px 16px 15px 30px;
    height: 100%;
}
.image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-title{
    font-size: 16px;
    color: #777;
    font-weight: normal;
    margin-bottom: 0px;
    padding-right: 0px;
}
.frame-type-AktuelleSelector:not(.frame-AboutPageNews) h5,
.frame-type-NewsSelector:not(.frame-AboutPageNews) h5{
    margin-bottom: 0px;
    margin: 0px 50px 2px 50px;
    font-size: 19px;
}
.grp-page .frame-type-NewsSelector h5 > b,
.grp-page .frame-type-AktuelleSelector h5 > b{
    font-weight: 400;
}
.frame-type-AktuelleSelector h5,
.frame-type-NewsSelector h5{
    margin: 0px 0px 5px 0px;
}
.frame-type-NewsSelector:not(.frame-AboutPageNews),
.frame-type-AktuelleSelector:not(.frame-AboutPageNews) {
    background: #bcbdc0;
    margin-left: -50px;
    margin-right: -50px;
    padding: 10px 0px 40px 0px;
    margin-bottom: 25px;
    margin-top: 2em;
}
.frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body,
.frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body{
    display: block;
    flex-wrap: wrap;
    position: relative;
}
.frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-title,
.frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-title{
    flex: 0 0 100%;
    max-width: 100%;
}
.frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer,
.frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer{
    flex: 0 0 25%;
    max-width: 25%;
    align-self: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
}
.frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text,
.frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text{
    flex: 0 0 75%;
    max-width: 75%;
}
.image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text{
    padding-bottom: 0px;
}

.image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text P strong{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
.image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-footer{
  
}
g.tooltip-hover {
    cursor: pointer;
}
.image-slider.owl-carousel .item .slide-image-wrap {
    width: 30%;
    flex: 0 0 30%;
    padding: 0;
    margin-left: 0;
    position: relative;
}
.image-slider.owl-carousel .item .slide-image-wrap img{
    width: auto;
    object-fit: cover;
}

.frame-type-AktuelleSelector .image-slider.owl-carousel .item .slide-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: attr(width) / attr(height);
}

.image-slider.owl-carousel .item .slide-wrap{
    margin: 0px;
}

.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap {
    height: 100%;
    width: 100%;
}
/* .frame-AboutPageNews .image-slider.owl-carousel .item .slide-image-wrap {
    height: 260px;
} */
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-image-wrap img {
    width: auto;
    min-width: auto;
    object-fit: cover;
}
/* .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text p:not(:first-child){
    display: none;
} */
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-footer{
    display: flex;
    order: 2;
    height: 100%;
    align-items: flex-end;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-footer a i{
    padding-right: 0px;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-footer a {
    font-size: 12px;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body {
    position: relative;
    display: flex;
    flex-direction: column;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box {
    padding: 20px 20px 20px 30px;
    height: 100%;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-title {
    margin-bottom: 20px;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-table .contenttable tr td{
    font-size: 12px;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-table .contenttable tr td:first-child{
    font-weight: bold;
    padding-bottom: 4px;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-table .contenttable {
    width: 70%;
    margin-top: 8px;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-table .contenttable tbody {
    display: flex;
    width: 100%;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-table .contenttable tr {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.frame-AboutPageNews .image-slider.owl-carousel .owl-nav>button {
    background: #efefef;
}

.frame-AboutPageNews.frame-type-NewsSelector .image-slider.owl-carousel .owl-stage{
    display: flex;
    justify-content: center;
}
/* .frame-AboutPageNews.frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item.active,
.frame-AboutPageNews.frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item.active .item,
.frame-AboutPageNews.frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item.active .item .slide-wrap{
    height: 100%;
} */
.frame-AboutPageNews.frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item .item {
    height: 100%;
    display: flex;
    flex: 1 0 auto;
}
.frame-AboutPageNews.frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item {
    background-color: #ffffff;
}

.grp-page .frame-type-NewsSelector,
.grp-page .frame-type-AktuelleSelector {
    background: transparent;
    margin: 0;
    padding: 0;
    margin-top: 70px;
}
.grp-page .frame-type-NewsSelector .owl-carousel.image-slider,
.grp-page .frame-type-AktuelleSelector .owl-carousel.image-slider {
    max-width: 100%;
    margin-bottom: 100px;
}
.grp-page .frame-type-NewsSelector h5,
.grp-page .frame-type-AktuelleSelector h5 {
    margin: 0px 0px 5px 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grp-page .frame-type-imageSlider .image-slider .item img{
        max-width: 300px;
        height: 300px;
    }
 }
.grp-page .frame-type-NewsSelector .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text > .hide,
.grp-page .frame-type-AktuelleSelector .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text > .hide {
    display: none;
}
.grp-page .frame-type-NewsSelector .owl-carousel.image-slider .item .slide-image-wrap .regimo-filter:before,
.grp-page .frame-type-NewsSelector .owl-carousel.image-slider .item .slide-image-wrap .regimo-filter:after,
.grp-page .frame-type-NewsSelector .owl-carousel.image-slider .item .slide-image-wrap .regimo-filter span,
.grp-page .frame-type-AktuelleSelector .owl-carousel.image-slider .item .slide-image-wrap .regimo-filter:before,
.grp-page .frame-type-AktuelleSelector .owl-carousel.image-slider .item .slide-image-wrap .regimo-filter:after,
.grp-page .frame-type-AktuelleSelector .owl-carousel.image-slider .item .slide-image-wrap .regimo-filter span{
    display: none;
}
.grp-page .frame-type-NewsSelector .owl-carousel.image-slider .item .slide-image-wrap img,
.grp-page .frame-type-AktuelleSelector .owl-carousel.image-slider .item .slide-image-wrap img{
    width: 100%;
    min-width: auto;
    object-fit: cover;
    height: 100%;
}
.grp-page .frame-type-NewsSelector .image-slider.owl-carousel .owl-stage,
.grp-page .frame-type-AktuelleSelector .image-slider.owl-carousel .owl-stage{
    display: flex;
    justify-content: center;
    /* height: 100%; */
}
.grp-page .frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item,
.grp-page .frame-type-AktuelleSelector .image-slider.owl-carousel .owl-stage .owl-item{
    /* height: 100%; */
}
.grp-page .frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item .item,
.grp-page .frame-type-AktuelleSelector .image-slider.owl-carousel .owl-stage .owl-item .item{
    height: 100%;
    display: flex;
    flex: 1 0 auto;
}
.grp-page .frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item .item .slide-wrap{
    /* height: 100%; */
}
.grp-page .image-slider.owl-carousel .item .slide-image-wrap img {
    width: auto;
    min-width: auto;
    /* height: auto; */
}
.grp-page .image-slider.owl-carousel .item .slide-wrap {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.grp-page .image-slider.owl-carousel .item .slide-wrap .teaser-box .teaser-body .teaser-text{
    max-width: 300px;
    max-width: 320px;
    margin-bottom: 25px;
}
.grp-page .image-slider.owl-carousel .item .slide-wrap .teaser-box .teaser-body .teaser-text *:not(:first-child) {
    display: none;
}
.grp-page .image-slider.owl-carousel .item .slide-wrap .teaser-box .teaser-body .teaser-text .grp-news-content{
    display: none;
}
.grp-page .image-slider.owl-carousel .item .slide-wrap .teaser-box .teaser-body .teaser-footer{
    flex: 0 0 100%;
    max-width: 100%;
}
.grp-page .frame-type-NewsSelector .teaser-box .teaser-body,
.grp-page .frame-type-AktuelleSelector .teaser-box .teaser-body{
    display: block;
}
.grp-page .image-slider.owl-carousel .item .slide-content-wrap {
    width: 100%;
}
.grp-page .theme-filter {
    margin: 0px 0px 30px 0px;
    padding: 55px 20px 40px 40px;
}
.container > .theme-filter {
    margin: 0px 0px 30px 0px;
    padding: 55px 20px 40px 40px;
}
.grp-page .frame-type-imageSlider .image-slider .item .img-caption h6{
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 30px;       
}
.grp-page .frame-type-imageSlider > h5 {
    font-size: 19px;
    color: #000;
    margin: 0px 0px 5px 0px;
}
.grp-page .frame-type-imageSlider > h5 b{
    font-weight: 400;
}
.grp-page .tx-tnt-job {
    margin-top: 50px;
}
.theme-filter form#redirect-form-tenant {
    margin-top: 50px;
}
.same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs {
    padding: 0;
    margin-bottom: 5px;
}
.same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li:after {
    display: none;
}
.same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a {
    background-color: #da0030;
    border-color: #da0030;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    min-height: 54px;
    padding: 10px 45px 10px 20px;
    position: relative;
    text-align: left;
    background-image: none;
    color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: 400;
}
.same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a i {
    margin-left: 15px;
}
@media (max-width: 1380px){
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 1199px){
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer {
        flex: 0 0 25%;
        max-width: 25%;
    }
   
    /* .grp-page .frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item .item .slide-wrap .slide-content-wrap .teaser-box .teaser-text p strong{
        position: relative;
    }
    .grp-page .frame-type-NewsSelector .image-slider.owl-carousel .owl-stage .owl-item .item .slide-wrap .slide-content-wrap .teaser-box .teaser-text p strong::after{
        content: "";
        width: 140px;
        height: 24px;
        display: block;
    } */
    .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text {
        padding-bottom: 30px;
    }
    .same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a {
        font-size: 16px;
        line-height: 26px;
        min-height: 44px;
    }
    .same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a i {
        margin-left: 11px;
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .teaser-box .teaser-body .teaser-footer {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .grp-page .image-slider.owl-carousel .item .slide-wrap {
        flex-wrap: wrap;
    }
    .grp-page .image-slider.owl-carousel .item .slide-wrap .teaser-box .teaser-body .teaser-text {
        max-width: 100%;
        margin-bottom: 0px;
    }
    .same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a {
        font-size: 14px;
        line-height: 22px;
        min-height: 30px;
        border-radius: 2px;
        padding: 10px 10px 10px 10px;
    }
    .same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a i {
        margin-left: 10px;
        font-size: 12px;
    }
}
@media (min-width: 768px){
    .grp-page .frame-type-imageSlider .image-slider .item {
        flex-wrap: nowrap;
        display: flex;
    }
    .grp-page .frame-type-imageSlider .image-slider .item .regimo-filter {
        width: 35%;
        flex: 0 0 35%;
        padding: 0;
        margin-left: 0;
        position: relative;
        height: 300px;
    }
    .grp-page .frame-type-imageSlider .image-slider .item .regimo-filter img{
        object-fit: cover;
        height: 100%;
    }
    .grp-page .frame-type-imageSlider .image-slider .item .img-caption {
        position: static;
        padding: 20px 10px 20px 20px;
        height: 300px;
        width: 100%;
        overflow: auto;
    }
    .grp-page .frame-type-imageSlider .image-slider .item .img-caption a {
        padding-left: 0px;
        right: 0;
        margin-top: 20px;
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .grp-page .frame-type-imageSlider .image-slider .item .regimo-filter,.grp-page .frame-type-imageSlider .image-slider .item .img-caption {
        height: 220px;
    }
}
@media (max-width: 400px) {
    .same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a {
        font-size: 13px;
        padding: 10px 2px;
    }
}
@media (max-width: 355px) {
    .same-height-wrap .col-lg-8 .box.main-box .frame-type-footerSectionNavigation .ft-navs li.red a {
        padding: 10px 10px;
    }
}
.grp-page .image-slider .owl-nav .regimo-filter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grp-page .image-slider .owl-nav .regimo-filter::before,.grp-page .image-slider .owl-nav .regimo-filter::after{
    display: none;
}
.grp-page .image-slider.owl-carousel .owl-nav>button {
    background: #efefef;
    pointer-events: all;
}
header.header .header-elem .dropdown-nav {
    position: relative;
    right: 10%;
}
.image-slider.owl-carousel .owl-nav>button span{
    display: none;
}
header.header .header-elem .dropdown-nav ul.dropdown-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    background: #fff;
    box-shadow: 0px 0px 9px 1px #cecdcd;
    padding: 20px 25px;
    width: 230px;
    position: absolute;
    top: 40px;
    right: 0;
}

.nav-open header.header.header-grp .secondary-nav,.nav-open header.header.header-grp .dropdown-nav{
    display: none;
}
header.header .header-elem .dropdown-nav .dropdown-nav-heading{
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
header.header .header-elem .dropdown-nav .dropdown-nav-heading:after {
    content: "";
    background: url(../images/scroll-top-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 12px;
    height: 10px;
    transform: rotate(180deg);
    transform-origin: center;
}
header.header .header-elem .dropdown-nav .dropdown-nav-heading.active:after{
    transform: rotate(360deg);
}
header.header .header-elem .dropdown-nav ul.dropdown-menu li a{
    color: #000;
    white-space: nowrap;
}
header.header .header-elem .dropdown-nav ul.dropdown-menu li:not(:last-child) {
    margin-bottom: 15px;
}
.frame-focus-link:before {
    content: "";
    display: block;
    height: 130px;
    margin: -130px 0 0;
}

@media (max-width: 767.98px) {
    header.header .header-elem .dropdown-nav .dropdown-nav-heading:after {
        top: 5px;
    }
    header.header .header-elem .header-logo {
        max-width: 30%;
    }
    header.header .header-elem .dropdown-nav {
        right: 0%;
    }
    header.header .header-elem .dropdown-nav ul.dropdown-menu{
        width: 180px;
    }
}
@media (max-width: 991px){
    /* .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap{
        height: 200px;
    } */
    .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-table .contenttable {
        width: 100%;
        margin-top: 8px;
    }
}
.owl-nav .hidden,
.slide-nav .hidden {
    display: none
}

.img-caption-title {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 55px;
    bottom: 30px;
    z-index: 1;
    background: #4B4B4B;
    padding: 7px 15px
}

.img-caption-title:empty {
    display: none
}

@media (max-width: 1024px) {
    .img-caption-title {
        left: 55px
    }
}

@media (max-width: 767.98px) {
    .img-caption-title {
        left: 40px;
        bottom: 15px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .frame-space-after-large.frame-space-before-small {
        margin-bottom: 0 !important
    }
}

.team-wrap .col-lg-6,
.card-type-horz-wrap .col-lg-6 {
    margin-bottom: 50px
}

@media (max-width: 1199.98px) {

    .team-wrap .col-lg-6,
    .card-type-horz-wrap .col-lg-6 {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {

    .team-wrap .col-lg-6,
    .card-type-horz-wrap .col-lg-6 {
        margin-bottom: 20px
    }
}

.team-wrap .col-lg-6 .card,
.card-type-horz-wrap .col-lg-6 .card {
    height: 100%;
    margin-bottom: 0
}

.my-tenant-paginated-list .card-wrap > .row {
    padding: 30px 0 0
}

@media (max-width: 767.98px) {
    .card-wrap {
        padding: 0
    }
}

.card-wrap .col-lg-6 {
    margin-bottom: 2em
}

@media (max-width: 1199.98px) {
    .card-wrap .col-lg-6 {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .card-wrap .col-lg-6 {
        margin-bottom: 20px
    }
}

.card-wrap .col-lg-6.two-row-type {
    margin-bottom: 0
}

.card-wrap .col-lg-6.two-row-type .card {
    height: auto;
    margin-bottom: 2em;
}

@media (max-width: 1199.98px) {
    .card-wrap .col-lg-6.two-row-type .card {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .card-wrap .col-lg-6.two-row-type .card {
        margin-bottom: 20px
    }
}

.aside-box .card .card-image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
aside > .aside-box:last-child {
    margin-bottom: 0;
}
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 234px;
    height: 100%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .frame-focus-link:before {
        height: 117px;
        margin: -117px 0 0;
    }
}

@media (max-width: 767.98px) {
    .card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.card .card-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 234px;
    flex: 1 0 234px
}

.card .card-image img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#map .card .card-image img {
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card .card-image {
        min-height: inherit;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .card .card-image {
        width: 100%;
        height: auto;
        min-height: inherit
    }
    .frame-focus-link:before {
        height: 71px;
        margin: -71px 0 0;
    }
}

.card .card-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    width: 100%
}
.aside-box .box.no-image .card .card-title {
    font-size: 20px;
}
@media (min-width: 1440px) {
    .aside-box .box.no-image {
        padding: 45px 40px;
    }
}

@media (max-width: 1280px) {
    .aside-box .box.no-image .card .card-title {
        font-size: 19px;
    }
}
@media (max-width: 1110px) {
    .aside-box .box.no-image .card .card-title {
        font-size: 17px;
    }
}
@media (max-width: 1024px) {
    .aside-box .box.no-image {
        padding: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .card .card-title {
        font-size: 30px
    }
    .frame-focus-link:before {
        height: 107px;
        margin: -107px 0 0;
    }
}

.card .card-title span {
    display: block;
    color: #777
}

@media (max-width: 767.98px) {
    .card .card-title {
        font-size: 18px;
        margin: 0 0 13px
    }
}

.card .card-text {
    font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card .card-text [class*='col-'] {
    padding: 0 15px
}

@media (max-width: 991.98px) {
    .card .card-text {
        font-size: 13px;
        line-height: 19px
    }
}

@media (max-width: 1199.98px) {
    .card .card-text {
        font-size: 14px;
        line-height: 24px
    }
}

.card .card-text-inner {
    position: relative;
    padding-left: 30px
}

.card .card-text-inner i {
    position: absolute;
    left: 0
}

.card .card-text p span {
    color: #000;
    display: block
}

.card-text-inner b.no-text-wrap{
white-space: nowrap;
}
.card .card-text i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

/* #filter-tenant-submit.hide{
    pointer-events: none;
    opacity: 0.5;
} */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card .card-body {
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .card .card-body {
        padding: 20px
    }
}

@media (max-width: 767.98px) {
    .card .card-body {
        position: relative
    }
}

.card.team .card-text {
    font-size: 18px;
    line-height: 27px
}

@media (max-width: 767.98px) {
    .card.team .card-text {
        font-size: 14px;
        line-height: normal
    }
}

.card.type-horz {
    display: block;
    padding: 24px 30px;
    min-height: 273px
}

@media (max-width: 991.98px) {
    .card.type-horz {
        min-height: 234px
    }
}

.card.type-horz .card-body {
    padding: 0
}

.card.type-horz .card-text {
    line-height: 21px;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card.type-horz .card-text .left-cont,
.card.type-horz .card-text .right-cont {
    padding: 0 15px;
    width: 45%
}

@media (max-width: 1199.98px) {

    .card.type-horz .card-text .left-cont,
    .card.type-horz .card-text .right-cont {
        padding: 0 7.5px;
        line-height: 19px
    }

    .card.type-horz .card-text .left-cont p,
    .card.type-horz .card-text .right-cont p {
        font-size: 13px
    }
}

@media (max-width: 767.98px) {

    .card.type-horz .card-text .left-cont,
    .card.type-horz .card-text .right-cont {
        padding: 0 10px
    }
}

.card.type-horz .card-text .right-cont {
    width: 55%
}

@media (max-width: 767.98px) {
    .card.type-horz .card-text {
        font-size: 13px;
        line-height: 19px;
        margin: 0 -10px
    }

    .card.type-horz .card-text a {
        background-position: left bottom 1px
    }
}

.card.type-horz .get-touch {
    margin: 0 0 20px
}

.card.type-horz .get-touch:last-child {
    margin: 0
}

.card.type-horz .main-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0 0 40px
}

.card.type-horz .main-title span {
    color: #da0030
}

@media (max-width: 1199.98px) {
    .card.type-horz .main-title {
        margin-bottom: 30px;
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .card.type-horz {
        margin-bottom: 20px;
        padding: 20px;
        min-height: 234px
    }
}

.badge-360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: -20px;
    top: -30px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #da0030;
    color: #fff;
    z-index: 12;
    font-size: 14px
}

@media (max-width: 991.98px) {
    .badge-360 {
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .badge-360 {
        font-size: 14px;
        line-height: 14px
    }
}

.aside-box .card {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.aside-box .card .card-image img {
    max-width: 100%
}

.aside-box .card .card-body {
    padding: 30px 0 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-box .card .card-body {
        width: 50%;
        padding-top: 0;
        padding-left: 30px
    }
}

@media (max-width: 767.98px) {
    .aside-box .card .card-body {
        padding: 10px 0 0
    }
}

.aside-box .card .card-text address {
    font-size: 16px;
    line-height: 24px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-box .card .card-text address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px !important
    }

    .aside-box .card .card-text address>div {
        padding: 0 15px
    }
}

.aside-box .card .card-text address p {
    margin: 0 0 20px
}

.aside-box .card .card-text address p[class*="icon"] {
    margin: 0;
    font-size: 18px
}

@media (max-width: 767.98px) {
    .aside-box .card .card-text address p {
        margin: 0 0 10px
    }
}

.aside-box .card .card-text address p:last-child {
    margin: 0
}

@media (max-width: 767.98px) {
    .aside-box .card .card-text address p:last-child {
        margin: 0 0 10px
    }
}

.aside-box .card .card-text address:last-child {
    margin: 0
}

.team-wrap {
    margin: 0 0 50px
}

.card-type-horz-wrap {
    margin-top: 50px;
    margin-bottom: 60px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .card-type-horz-wrap {
        margin-top: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .card-type-horz-wrap {
        margin-top: 0;
        margin-bottom: 30px
    }
}

#map .card {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    display: block;
    width: 286px;
    margin-bottom: 0;
    font-family: "Riforma LL";
    border-radius: 0
}

#map .card .card-image {
    width: 100%;
    height: auto;
    min-height: auto
}

#map .card .card-image img {
    height: 150px
}

#map .card-body {
    padding: 15px 20px 20px
}

#map .card-body .card-title {
    font-size: 18px;
    margin-bottom: 15px
}

#map .card-body b {
    font-weight: bold
}

#map .card-body .more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#map .card-body .more i {
    padding: 0 0 0 5px;
    color: #da0030
}
.wrapper a.agencyPhone {
    color: inherit;
    background: none;
}
.my-tenant-paginated-list .card-text {
    padding: 0 5px
}
.my-tenant-paginated-list {
    margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1024px) {
    address .icon-icon-mail a {
        font-size: 16px
    }
}

.pagination {
    padding: 0 0 100px !important
}

@media (max-width: 991.98px) {
    .pagination {
        padding: 20px 0 100px !important
    }
}

@media (max-width: 767.98px) {
    .pagination {
        padding: 0 0 50px !important
    }
}

.pagination .page-link {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    cursor: pointer
}

.pagination .page-link.active {
    pointer-events: none;
    color: #fff !important
}

.pagination .page-link i {
    font-size: 20px;
    padding-left: 10px
}

@media (max-width: 767.98px) {
    .pagination .page-link i {
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .pagination .page-link {
        padding: 15px 19px 13px 18px;
        font-size: 14px;
        display: block
    }
}

.pagination .page-item {
    margin: 0 10px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pagination .page-item {
        margin: 0 5px
    }
}

.pagination .page-item:first-child .page-link {
    border-radius: 0
}

.pagination .page-item:last-child .page-link {
    border-radius: 0
}

.pagination .page-item.disabled {
    display: none
}

.pagination .page-item:after {
    display: none
}

.pagination .page-item.next .page-link,
.pagination .page-item.prev .page-link {
    background-color: #da0030;
    color: #fff !important;
    background-image: none
}

@media (max-width: 767.98px) {
    .pagination .page-item {
        margin: 0 2.5px
    }
}

.tabs {
    position: relative
}

.tabs .nav {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 0;
    position: relative;
    max-width: 100%;
    overflow: auto
}

.tabs .nav:after {
    content: "";
    border-bottom: solid 2px #D8D8D8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.tabs .link-share {
    position: absolute;
    z-index: 9999;
    top: 32px;
    background: #fff;
    padding: 10px;
    margin-bottom: 0;
    opacity: 0;
    min-width: 110px
}

.tabs .link-share li:after {
    content: none
}

.tabs .link-share li a {
    color: #777;
    background-image: none
}

.tabs .link-share li a:after {
    content: none
}

@media screen and (min-width: 1025px) {
    .tabs .link-share li.mobile {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .tabs .link-share li.mobile {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .tabs .link-share li:first-child {
        display: none
    }
}

.tabs .link-share.active {
    opacity: 1
}
.tabs .link-share li:hover a{
    color: #da0030;
}
.tabs .nav-item {
    padding: 0 5px 0;
    white-space: nowrap;
    border-bottom: solid 2px #D8D8D8
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .tabs .nav-item {
        padding: 0 5px 0
    }
}

.tabs .nav-item:first-child {
    padding-left: 0
}

.tabs .nav-item.ext-link {
    position: absolute;
    right: 0
}

.tabs .nav-item.ext-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs .nav-item.ext-link:last-child {
    padding-right: 0
}

.tabs .nav-item.ext-link i {
    padding-left: 5px;
    font-size: 20px
}

.tabs .nav-item .nav-link {
    padding: 0 0 25px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #777;
    position: relative;
    top: 2px;
    z-index: 1
}

.tabs .nav-item .nav-link.active {
    border-bottom-color: #da0030;
    color: #da0030 !important;
}
.tabs .nav.nav-tabs:after{
    display: none;
}
.tabs .nav.nav-tabs .nav-item{
    padding: 0;
    margin: 0 10px 0;
}
.tabs .nav-item .nav-link {
    padding: 0 0 15px;
}
@media (max-width: 1199.98px) {
    .tabs .nav-item .nav-link {
        font-size: 16px;
        padding: 0 0 18px
    }
}

@media (max-width: 767.98px) {
    .tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 0 0 18px
    }
}

.tabs .nav-item:after {
    display: none
}

.tabs .tab-content {
    padding-top: 50px;
    position: relative
}

.tabs .tab-content svg text {
    font-weight: 500
}

@media (max-width: 991.98px) {
    .tabs .tab-content {
        padding-top: 30px
    }
}

@media (max-width: 767.98px) {
    .tabs .tab-content {
        padding-top: 20px
    }
}

.no-banner .tabs {
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .no-banner .tabs {
        margin-bottom: 30px !important
    }
}

.tabs .nav-item.share {
    /* min-width: 110px; */
    position: absolute;
    right: 202px
}

@media (max-width: 1199.98px) {
    .tabs .nav-item.share {
        right: 183px
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .tabs .nav-item.share {
        /* min-width: 100px; */
        right: 175px;
        /* min-width: 96px */
    }
}

@media (max-width: 767px) {
    .tabs .nav-item.share {
        position: static;
        /* min-width: 90px */
    }
}

.tabs .nav-item.print {
    position: absolute;
    right: 310px;
    /* min-width: 110px */
}

@media (max-width: 1199.98px) {
    .tabs .nav-item.print {
        right: 283px
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .tabs .nav-item.print {
        right: 270px
    }
}

@media (max-width: 767px) {
    .tabs .nav-item.print {
        position: static;
        /* min-width: 94px */
    }
}

@media (max-width: 767px) {
    .tabs .nav-item.ext-link {
        position: static
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .tabs .nav-item .nav-link {
        font-size: 15px
    }
}

.tabs .nav-tabs.menu-lg .nav-item.share {
    position: static
}

.tabs .nav-tabs.menu-lg .nav-item.print {
    position: static
}

.tabs .nav-tabs.menu-lg .nav-item.ext-link {
    position: static;
    position: static
}

html:lang(fr-FR) .tabs .nav-item.share {
    /* min-width: 110px; */
    position: absolute;
    right: 202px;
    border-bottom: none
}

@media (max-width: 1199.98px) {
    html:lang(fr-FR) .tabs .nav-item.share {
        right: 183px
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    html:lang(fr-FR) .tabs .nav-item.share {
        /* min-width: 100px; */
        right: 175px;
        /* min-width: 96px */
    }
}

@media (max-width: 767px) {
    html:lang(fr-FR) .tabs .nav-item.share {
        position: static;
        /* min-width: 90px */
    }
}

html:lang(fr-FR) .tabs .nav-item.print {
    position: absolute;
    right: 310px;
    /* min-width: 110px */
}

@media (max-width: 1199.98px) {
    html:lang(fr-FR) .tabs .nav-item.print {
        right: 283px
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    html:lang(fr-FR) .tabs .nav-item.print {
        /* min-width: 102px; */
        min-width: 99px;
        right: 270px
    }
}

@media (max-width: 767px) {
    html:lang(fr-FR) .tabs .nav-item.print {
        position: static;
        /* min-width: 94px */
    }
}

@media (max-width: 767px) {
    html:lang(fr-FR) .tabs .nav-item.ext-link {
        position: static
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    html:lang(fr-FR) .tabs .nav-item .nav-link {
        font-size: 15px
    }
}

html:lang(fr-FR) .tabs .nav-tabs.menu-lg .nav-item.share {
    position: static
}

html:lang(fr-FR) .tabs .nav-tabs.menu-lg .nav-item.print {
    position: static
}

html:lang(fr-FR) .tabs .nav-tabs.menu-lg .nav-item.ext-link {
    position: static
}

.form-control,
.chosen-container .chosen-results li.active-result,
.chosen-container .chosen-results li,
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices,
.pac-item {
    padding: 0 12px;
    font-size: 15px;
    line-height: 19px;
    border: 0;
    border-bottom: solid 1px #979797;
    min-height: 50px;
    outline: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {

    .form-control,
    .chosen-container .chosen-results li.active-result,
    .chosen-container .chosen-results li,
    .chosen-container-single .chosen-single,
    .chosen-container-multi .chosen-choices,
    .pac-item {
        min-height: 40px
    }
}

.form-control[readonly],
.chosen-container .chosen-results li[readonly],
.chosen-container-single .chosen-single[readonly],
.chosen-container-multi .chosen-choices[readonly],
.pac-item[readonly] {
    background: #fff
}

.custom-file {
    margin-top: 27px
}

@media (max-width: 767.98px) {
    .custom-file {
        margin-top: 0;
        height: 40px;
        margin-bottom: 0
    }

    .custom-file-input {
        height: 40px
    }
}

.custom-file-input {
    cursor: pointer
}

form.form[name='mailform']+.box {
    display: none
}

.box.formSuccessMessage {
    padding: 25px
}

.box.formSuccessMessage #success-message {
    margin: 0 !important;
    padding: 0 !important
}

.custom-file-label {
    position: relative;
    border: solid 1px #979797;
    padding-right: 135px;
    display: block
}

.custom-file .custom-file-label {
    position: absolute;
    font-size: 16px;
    padding: 0 150px 0 12px
}

@media (max-width: 767.98px) {
    .custom-file .custom-file-label {
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 1024px) {
    .custom-file .custom-file-label {
        padding-right: 12px
    }
}

.custom-file-label span {
    pointer-events: none
}

@media (max-width: 767.98px) {
    .custom-file-label {
        height: 30px;
        font-size: 14px;
        padding-right: 10px
    }

    .custom-file-label span {
        display: block;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis
    }

    .custom-file-label+.uplaod-preview {
        margin-top: 55px
    }
}

.custom-file-label:after {
    content: attr(data-title) !important;
    top: -1px;
    padding: 0 50px 0 20px
}

@media (max-width: 1024px) {
    .custom-file-label:after {
        display: none
    }
}

.custom-file-label:before {
    content: "\e914";
    font-family: 'regimo-icon';
    color: #fff;
    position: absolute;
    right: 20px;
    z-index: 4;
    font-size: 18px
}

@media (max-width: 767.98px) {
    .custom-file-label:before {
        display: none
    }
}

aside form {
    margin: 40px 0 0
}

@media (max-width: 767.98px) {
    aside form {
        margin: 20px 0 0
    }
}

form {
    margin-bottom: 100px
}

@media (max-width: 767.98px) {
    form {
        margin-bottom: 50px
    }
}

form label {
    font-size: 16px;
    margin-bottom: 13px
}

@media (max-width: 767.98px) {
    form label {
        font-size: 14px;
        margin-bottom: 10px
    }
}

form .form-group {
    margin-bottom: 0
}

form .form-group a {
    color: #000;
    text-decoration: underline
}

.custom-form .form-group {
    margin-bottom: 25px
}

@media (max-width: 767.98px) {
    .custom-form .form-group {
        margin-bottom: 20px
    }
}

form .form-group .error {
    color: #da0030;
    margin-bottom: 0
}

form .form-group .error#social_profile-error {
    background: #fff;
    width: auto
}

@media (max-width: 767.98px) {
    form .form-group+.row .form-group {
        margin-bottom: 20px
    }
}

.main-box form {
    margin-bottom: 0
}

textarea {
    resize: none
}

textarea.form-control {
    padding: 16px 12px;
    min-height: 150px;
    border: solid 1px #777
}

.custom-control {
    padding-left: 45px;
    margin: 20px 0 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-control {
        margin: 10px 0 0
    }
}

.custom-control .custom-control-label {
    color: #000;
    line-height: 30px
}

@media (max-width: 767.98px) {
    .custom-control .custom-control-label {
        font-size: 14px;
        line-height: normal
    }
}

.custom-control .custom-control-label:before,
.custom-control .custom-control-label:after {
    width: 30px;
    height: 30px;
    border-radius: 0;
    left: -45px;
    top: 0
}

@media (max-width: 767.98px) {

    .custom-control .custom-control-label:before,
    .custom-control .custom-control-label:after {
        width: 15px;
        height: 15px;
        left: -30px;
        top: 4px
    }
}

@media (max-width: 767.98px) {
    .custom-checkbox {
        margin: 0 0 5px;
        padding-left: 30px;
        min-height: inherit
    }
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    content: "\2713";
    color: #da0030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
        font-size: 12px
    }
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: transparent;
    border-color: #777
}

.box input[type="text"],
.box input[type="email"],
.box input[type="tel"],
.box input[type="number"],
.popupenqform input[type="text"],
.popupenqform input[type="email"],
.popupenqform input[type="tel"],
.popupenqform input[type="number"] {
    background-color: #EFEFEF
}

.chosen-search {
    display: none
}

.chosen-container {
    max-width: 100%
}

.chosen-container .chosen-drop {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.chosen-container .chosen-results {
    padding: 0;
    margin: 0
}

.chosen-container .chosen-results li.active-result {
    white-space: nowrap;
    word-break: break-all
}

.chosen-container .chosen-results li.highlighted {
    background-color: #da0030;
    color: #fff;
    border: 0
}

.chosen-container ul li:after {
    display: none
}

.chosen-container-single {
    min-width: 100%;
    background: #fff
}

@media (max-width: 767.98px) {
    .chosen-container-single#objCategory_chosen {
        width: 100% !important;
        min-width: 100%
    }
}

.chosen-container-single .chosen-single {
    border: solid 1px #777;
    background: none !important
}

.chosen-container-single .chosen-single div {
    right: 10px
}

.chosen-container-single .chosen-single div b {
    background: none;
    font-family: 'regimo-icon';
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px
}

.chosen-container-single .chosen-single div b:after {
    content: '\e902';
    color: #da0030
}

.chosen-container-single .chosen-single span {
    margin-right: 10px;
    color: #000
}

.chosen-container-multi {
    min-width: 120px;
    width: 100% !important
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .chosen-container-multi {
        min-width: 100%
    }
}

.chosen-container-multi .chosen-choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-family: "Riforma LL";
    color: #000
}

.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 0;
    padding: 6px 30px 6px 10px;
    background-image: none;
    background-color: #EFEFEF;
    border: 0;
    color: #000;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: none;
    font-family: 'regimo-icon';
    color: #da0030 !important;
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 13px;
    top: 7px;
    right: 10px;
    font-weight: 700
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    content: "\e905"
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fiter-form {
    margin: 0 0 50px
}
.fiter-form form label{
    margin-bottom: 6px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .fiter-form {
        margin: 0
    }
}

.fiter-form form {
    margin: 0 -6px 50px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .fiter-form form {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .fiter-form form {
        margin: 0 0 50px
    }
}

.fiter-form .form-group {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    /* .fiter-form .form-group {
        margin: 0 0 30px;
        width: 25%;
        max-width: 25%
    }

    .fiter-form .form-group:nth-child(n+5) {
        width: 33%;
        max-width: 33%
    }

    .fiter-form .form-group:nth-child(4) {
        padding-right: 0
    }

    .fiter-form .form-group:nth-child(5) {
        padding-left: 0
    } */
}

@media (max-width: 767.98px) {
    .fiter-form .form-group {
        width: 100%;
        max-width: 100%
    }
}

.fiter-form .form-group:first-child {
    padding-left: 0
}

.fiter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .fiter-form form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

@media (max-width: 1199.98px) {
    .fiter-form form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.fiter-form form .field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fiter-form form label {
    display: block
}

.fiter-form form .btn {
    margin-left: 6px;
    padding-right: 30px
}
#realEstate-tab .fiter-form form .btn i {
    display: none;
}
#realEstate-tab .fiter-form form .save-search-btn .btn {
    padding-right: 20px !important;
    margin-top: 0px;
}
#realEstate-tab .tabs .nav:after{
    display: none;
}
#realEstate-tab .tabs .nav-item {
    margin: 0 25px 0;
    padding: 0;
}
#realEstate-tab .tabs ul.nav-tabs{
    margin: 0 -25px;
}
#realEstate-tab .tabs .nav-item .nav-link {
    padding: 0 0 15px;
    transition: 0.5s all;
}
#realEstate-tab .tabs .nav-item.print .nav-link:hover:after {
    content: '';
    background: url('/img/icons_print-red.svg');
    z-index: 2;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 4px;
}
#realEstate-tab .tabs .nav-item.print .nav-link {
    padding-right: 24px;
}
#realEstate-tab .tabs .nav-item.share .nav-link {
    padding-right: 24px;
}
#realEstate-tab .tabs .nav-item.print .nav-link:hover img {
    display: none;
}
#realEstate-tab .tabs .nav-item.print .nav-link {
    position: relative;
}
#realEstate-tab .tabs .nav-item.share .nav-link img {
    position: absolute;
    right: 0;
    top: 4px;
}
#realEstate-tab .tabs .nav-item.print .nav-link img {
    position: absolute;
    right: 0;
    top: 4px;
}
#realEstate-tab .tabs .nav-item.share .nav-link:hover:after {
    content: '';
    background: url("/img/icons_share-red.svg");
    z-index: 2;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 4px;
}
#realEstate-tab .tabs .nav-item.share .nav-link:hover img {
    display: none;
}
#realEstate-tab .tabs .nav-item.share .nav-link {
    position: relative;
}
#realEstate-tab .tabs .nav-item .nav-link.active,.tabs .nav-item .nav-link:hover {
    border-bottom-color: #da0030;
    color: #da0030;
}
#realEstate-tab .tabs .nav-item.share {
    /* min-width: 90px; */
    right: 240px;
}
#realEstate-tab .tabs .nav-item.print {
    right: 345px;
}
@media (min-width: 992px) and (max-width:1110px){
    #realEstate-tab .tabs .nav-item.print {
        right: 280px;
    }
    #realEstate-tab .tabs .nav-item.share {
        /* min-width: 90px; */
        right: 200px;
    }
}
@media (max-width: 767.98px) {
    .fiter-form form .btn {
        margin: 0;
        width: 100%
    }
}

.fiter-form .form-group {
    padding: 0 6px;
    position: relative
}

@media (max-width: 767.98px) {
    .fiter-form .form-group {
        padding: 0;
        margin: 0 0 20px
    }
}

.fiter-form .field-group {
    margin: 0 -5px
}

.fiter-form .field-group>div {
    padding: 0 5px;
    width: 80px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fiter-form .field-group>div .chosen-container-single .chosen-single div {
    right: 10px
}

.fiter-form .btn[type="submit"] {
    margin-top: 0;
    white-space: nowrap
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .fiter-form .btn[type="submit"] {
        margin-top: 20px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .fiter-form .btn[type="submit"] {
        margin-bottom: 30px;
        width: 33.33%;
        margin-left: 4px
    }
}

@media (max-width: 767.98px) {
    .fiter-form .save-search-btn {
        margin-top: -30px
    }

    .fiter-form .save-search-btn .icon-icon-arrow-right-rot:before {
        content: "\e912"
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .fiter-form .save-search-btn .btn[type="submit"] {
        width: 50%;
        margin-bottom: 0
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#imageUpload .dz-message {
    display: none
}

#imageUpload.dropzone {
    min-height: 50px;
    padding: 0 12px;
    line-height: 50px;
    color: #000;
    border: solid 1px #000
}

@media (max-width: 767.98px) {
    #imageUpload.dropzone {
        min-height: 40px;
        line-height: 40px
    }
}

.uplaod-preview .dz-preview {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uplaod-preview .dz-preview .dz-remove {
    color: #da0030
}

form p.errormsg,
.ad_errorclass {
    color: red;
    margin: 10px 0 0;
    display: block
}

.pac-container {
    font-family: "Riforma LL";
    width: auto !important;
    top: 100% !important;
    left: 7px !important;
    max-width: 100%;
    right: 7px
}

.pac-item-query {
    font-size: 14px;
    line-height: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 0 0 auto;
    max-width: 100%;
}

.pac-item-query~span {
    overflow: hidden;
    text-overflow: ellipsis
}

.pac-icon {
    display: none
}

.pac-logo:after {
    display: none
}

.autowrap-width {
    max-width: 230px
}

.autocomplete-wrap {
    background: #fff;
    border: solid 1px #777;
    position: relative;
    overflow: auto;
    max-width: 240px
}

.autocomplete-wrap .input-area {
    width: 100%
}

@media (max-width: 767.98px) {
    .autocomplete-wrap {
        max-width: 100%
    }
}

.autocomplete-wrap::-webkit-scrollbar {
    border-radius: 5px;
    height: 2px;
    width: 8px
}

.autocomplete-wrap::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px
}

.autocomplete-wrap::-webkit-scrollbar-track {
    border-radius: 5px
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete,.autocomplete-wrap {
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar {
    border-radius: 0px;
    height: 10px;
    width: 5px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f9f9f9;
}
.autocomplete-wrap .form-control {
    padding-left: 12px;
    border: 0;
    min-width: 150px;
    color: #777;
}

.autocomplete-wrap .selected-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
}
.autocomplete-wrap .selected-label:first-child {
    margin-left: 12px;
}
.autocomplete-wrap .selected-label {
    white-space: nowrap;
    background: #EFEFEF;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-right: 12px
}

.autocomplete-wrap .selected-label span i {
    cursor: pointer;
    font-size: 12px;
    color: #da0030;
    padding-left: 8px
}
.autocomplete-wrap .selected-label span.close-selected.icon-close {
    font-family: "regimo-icon" !important;
    cursor: pointer;
    font-size: 12px;
    color: #da0030;
    padding-left: 8px;
}
.autocomplete-wrap input {
    min-height: 48px
}

@media (max-width: 767px) {
    .autocomplete-wrap input {
        min-height: 40px;
        background: transparent
    }
}

.popupenqform {
    max-width: 900px;
    margin: auto;
    padding: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    position: relative
}

.popupenqform .form-group {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .popupenqform {
        padding: 25px
    }
}

.popupenqform .mfp-close {
    font-size: 50px;
    color: #da0030
}

mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

#redirect-form-tenant .form-group {
    margin-bottom: 20px
}

.frame>form label {
    margin-top: 20px
}

.fileUploadPreview {
    visibility: hidden;
    position: absolute
}

#realEstate-tab .formSuccessMessage {
    margin-bottom: 50px
}
#realEstate-tab .tabs .tab-content .tab-pane .form input.form-control{
    border: solid 1px #777;
    background: none !important;
}
#realEstate-tab .tabs .tab-content .tab-pane .form#redirect-form-tenant .row >.col-md-6{
    flex: 0 0 100%;
    max-width: 100%;
}
.formSuccessMessage {
    display: none
}
#redirect-form-tenant .form-group.row {
    flex-direction: column-reverse;
}
#redirect-form-tenant .form-group.row #btnSubmit {
    margin-top: 0px;
}

.loader_form,
.loader_form_side {
    opacity: 0;
    visibility: hidden;
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 15px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}
#myTabContent .loader_form,
#myTabContent .loader_form_side {
 display: none;
}
.loader_form img,
.loader_form_side img {
    width: 40px
}

.loader_form.active,
.active.loader_form_side {
    opacity: 1;
    visibility: visible
}
#myTabContent .loader_form.active,
#myTabContent .loader_form_side.active {
 display: block;
 transform: translateY(0%);
}
.loader_form_side {
    -webkit-transform: inherit;
    transform: inherit;
    position: static;
    margin-top: 0
}

.loader_form_side img {
    display: none;
    margin: 0 auto
}

.loader_form_side.active {
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.loader_form_side.active img {
    display: block
}

.teaser-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991.98px) {
    .teaser-box {
        margin: 0 0 30px
    }
}

@media (max-width: 767.98px) {
    .teaser-box {
        margin: 0 0 20px
    }
}

.teaser-box.small .teaser-text {
    padding-bottom: 0
}

.teaser-box .teaser-body {
    width: 100%
}

.teaser-box .teaser-text {
    padding-bottom: 40px
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-text {
        padding-bottom: 20px;
        font-size: 14px
    }
}

.teaser-box .teaser-text p {
    font-size: 18px;
    margin: 0
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-text p {
        font-size: 14px
    }
}

.teaser-box .teaser-text span {
    color: #000;
    display: block;
    font-weight: 500;
    word-wrap: break-word
}

.teaser-box .teaser-text i {
    width: 20px;
    display: inline-block;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-text i {
        font-size: 16px;
        margin-right: 3px
    }
}

.teaser-box .teaser-text .btn i {
    margin: 0
}

.same-height-wrap .teaser-box {
    min-height: 100%
}

.teaser-box .tb-layt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.teaser-box .tb-layt span {
    font-weight: normal;
    width: 50%;
    font-size: 18px;
    color: #777
}

.teaser-box .tb-layt span b {
    color: #000;
    font-weight: 500
}

.teaser-box .text-normal .tb-layt span {
    width: 40%;
    font-size: 15px
}

@media (min-width: 992px) and (max-width: 1100px) {
    .teaser-box .text-normal .tb-layt span {
        font-size: 13px
    }
}

.teaser-box .text-normal .tb-layt span+span {
    width: 58%;
    padding-left: 2%
}

.teaser-box .teaser-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500
}

.slider-type-a .teaser-box .teaser-title {
    text-align: left
}

aside .slider-type-a .teaser-box .teaser-title {
    text-align: left
}

.teaser-box .teaser-title span {
    color: #000;
    display: block
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-title {
        font-size: 18px
    }
}

.teaser-box .teaser-footer {
    font-size: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-footer {
        font-size: 14px
    }
}

.teaser-box .teaser-footer.text-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.teaser-box .teaser-footer a {
    vertical-align: middle
}

.teaser-box .teaser-footer i {
    vertical-align: middle;
    padding-left: 5px;
    font-size: 20px;
    color: #da0030
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-footer i {
        font-size: 22px
    }
}

.teaser-box .teaser-footer i.icon-icon-mail {
    font-size: 20px;
    color: #000
}

.teaser-box .teaser-footer i.icon-icon-play-rot {
    font-size: 20px;
    padding-left: 5px
}

.teaser-box .teaser-footer i:first-child {
    padding-left: 0;
    padding-right: 10px
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-footer i:first-child {
        padding-right: 8px
    }
}

.teaser-box .teaser-footer a[href*=mailto] {
    font-size: 18px
}

@media (max-width: 767.98px) {
    .teaser-box .teaser-footer a[href*=mailto] {
        font-size: 14px
    }
}

.teaser-box.teaser-box-lg .teaser-title {
    font-size: 16px;
    font-weight: normal
}

@media (max-width: 767.98px) {
    .teaser-box.teaser-box-lg .teaser-title {
        font-size: 14px
    }
}

.teaser-box.teaser-box-lg .teaser-text p {
    font-size: 24px
}

.tx-tnt-job .teaser-box.teaser-box-lg .teaser-text p {
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .teaser-box.teaser-box-lg .teaser-text p {
        font-size: 21px;
        line-height: 31px
    }
}

@media (max-width: 767.98px) {
    .teaser-box.teaser-box-lg .teaser-text p {
        font-size: 18px;
        line-height: 27px
    }
}

.teaser-box.highlightd .teaser-title {
    color: #fff
}

.teaser-box.highlightd .teaser-footer i {
    color: #fff
}

aside .teaser-box .teaser-title {
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    aside .teaser-box .teaser-title {
        margin-bottom: 15px
    }
}

@media (max-width: 991.98px) {
    .slide-content-wrap .teaser-box {
        margin-bottom: 0
    }
}

.slide-content-wrap .teaser-box .teaser-title {
    font-size: 16px;
    color: #777;
    font-weight: normal;
    margin-bottom: 45px;
    padding-right: 0
}

.slide-content-wrap .teaser-box .teaser-title span {
    font-size: 24px;
    color: #000;
    font-weight: 500
}

@media (max-width: 767.98px) {
    .slide-content-wrap .teaser-box .teaser-title span {
        font-size: 18px
    }
}

@media (max-width: 991.98px) {
    .slide-content-wrap .teaser-box .teaser-title {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .slide-content-wrap .teaser-box .teaser-title {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.slide-content-wrap .teaser-box .teaser-text p {
    color: #777;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

@media (max-width: 767.98px) {
    .slide-content-wrap .teaser-box .teaser-text p {
        font-size: 14px
    }
}

.slide-content-wrap .teaser-box .teaser-text p span {
    font-size: 24px
}

@media (max-width: 1199.98px) {
    .slide-content-wrap .teaser-box .teaser-text p span {
        font-size: 21px
    }
}

@media (max-width: 767.98px) {
    .slide-content-wrap .teaser-box .teaser-text p span {
        font-size: 18px;
        line-height: 27px
    }
}

.slide-content-wrap .teaser-box.highlightd .teaser-title {
    color: #fff
}

.slide-content-wrap .teaser-box.teaser-box-lg .teaser-title {
    font-size: 16px;
    font-weight: normal
}

@media (max-width: 767.98px) {
    .slide-content-wrap .teaser-box.teaser-box-lg .teaser-title {
        font-size: 14px
    }
}

.slide-content-wrap .teaser-box.teaser-box-lg .teaser-text p {
    font-size: 24px
}

@media (max-width: 1199.98px) {
    .slide-content-wrap .teaser-box.teaser-box-lg .teaser-text p {
        font-size: 21px;
        line-height: 31px
    }
}

@media (max-width: 767.98px) {
    .slide-content-wrap .teaser-box {
        margin: 0
    }
}

.slider-type-c .teaser-box .teaser-title {
    padding-right: 0
}

.accordion {
    margin: 0 0 100px
}

@media (max-width: 1199.98px) {
    .accordion {
        margin: 0 0 30px
    }
}

@media (max-width: 991.98px) {
    .accordion {
        margin: 30px 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .accordion {
        margin: 0 0 30px
    }
}

@media (max-width: 767.98px) {
    .accordion {
        margin: 10px 0 30px
    }
    .grp-page .accordion {
        margin-bottom: 10px;
    }
}

.accordion-item {
    border-bottom: solid 1px #D8D8D8;
    padding: 24px 0 26px
}

.accordion-item:last-child {
    border-bottom: 0
}

@media (max-width: 1199.98px) {
    .accordion-item {
        padding: 18px 0
    }
}

@media (max-width: 767.98px) {
    .accordion-item {
        padding: 10px 0
    }
}

.accordion-item h2 {
    word-wrap: break-word
}

.accordion-item .btn-link {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    line-height: 34px;
    min-height: inherit;
    padding-left: 30px
}

@media (max-width: 1199.98px) {
    .accordion-item .btn-link {
        font-size: 21px;
        line-height: 31px
    }
}

@media (max-width: 767.98px) {
    .accordion-item .btn-link {
        font-size: 18px;
        line-height: 27px
    }
}

.accordion-item .btn-link:before {
    font-family: "regimo-icon";
    content: "\e900";
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: bold;
    font-size: 19px;
    color: #da0030
}

.accordion-item .btn-link[aria-expanded="false"]:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-item .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.accordion-item .heading+div {
    padding-left: 30px
}

.accordion-item .heading+div p:last-of-type {
    margin: 0
}

.accordion-item h3 {
    color: #777;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px;
    line-height: 1.3
}

@media (max-width: 767.98px) {
    .accordion-item h3 {
        line-height: 26px;
        margin: 10px 0
    }
}

.noAccordion .accordion-item .btn-link {
    padding: 0
}

.noAccordion .accordion-item .btn-link:before {
    display: none
}

.noAccordion .accordion-item .heading+div {
    padding: 15px 0 0
}

.wrapper ol,
.wrapper ul {
    padding-left: 20px;
    margin-bottom: 38px
}

@media (max-width: 991.98px) {

    .wrapper ol,
    .wrapper ul {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {

    .wrapper ol,
    .wrapper ul {
        margin-bottom: 15px
    }
}

.wrapper ol li,
.wrapper ul li {
    position: relative
}

.wrapper ul {
    list-style: none
}

.wrapper ul li:after {
    content: "-";
    position: absolute;
    left: -20px;
    top: -1px
}

.mfp-fade.mfp-bg.mfp-ready {
    background: #efefef;
    opacity: 1
}

.mfp-iframe-scaler iframe,
.mfp-figure:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

.mfp-container {
    padding: 50px;
    width: 1440px;
    max-width: 100%;
    right: 0;
    bottom: 0;
    margin: auto
}

@media (max-width: 767px) {
    .mfp-container {
        padding: 15px;
        height: auto
    }
}

.mfp-content {
    height: 100%;
    width: 100% !important;
    max-width: 1440px !important
}

@media (max-width: 767px) {
    .mfp-content {
        height: auto
    }
}

img.mfp-img,
.mfp-figure {
    height: 100%;
    padding: 0
}

@media (max-width: 767px) {

    img.mfp-img,
    .mfp-figure {
        height: auto
    }
}

.mfp-figure:after {
    content: "";
    background: #efefef;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

img.mfp-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.mfp-close {
    width: 66px;
    height: 66px;
    background-color: #4B4B4B;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
    padding: 0;
    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;
    cursor: pointer !important
}

@media (max-width: 767px) {
    .mfp-close {
        width: 40px !important;
        height: 40px;
        font-size: 15px
    }
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 66px;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0
}

.popup-youtube.slide-image-wrap {
    position: relative
}

.popup-youtube.slide-image-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 50px;
    background: url(../images/youtube-play-btn.png) no-repeat;
    margin: auto;
    pointer-events: none
}

.popup-nav {
    width: 66px;
    height: 66px;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #da0030;
    z-index: 9999;
    cursor: pointer;
    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
}

@media (max-width: 767px) {
    .popup-nav {
        width: 40px;
        height: 40px
    }
}

.popup-nav:after {
    font-family: 'regimo-icon';
    font-size: 40px
}

@media (max-width: 767px) {
    .popup-nav:after {
        font-size: 25px
    }
}

.popup-nav.left {
    left: 50px
}

.popup-nav.left:after {
    content: "\e915"
}

@media (max-width: 767px) {
    .popup-nav.left {
        left: 15px
    }
}

.popup-nav.right {
    right: 50px
}

.popup-nav.right:after {
    content: "\e900"
}

@media (max-width: 767px) {
    .popup-nav.right {
        right: 15px
    }
}

span.mfp-counter {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1
}

.mfp-bottom-bar {
    margin-top: -45px;
    z-index: 2
}

.mfp-title {
    color: #fff;
    margin-left: 30px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .link-box {
        margin: 0 0 30px
    }
}

@media (max-width: 767.98px) {
    .link-box {
        margin: 0 0 30px
    }
}

.link-box.same-height {
    height: auto !important
}

.link-box .link-box-title,
.link-box h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5
}

@media (max-width: 767.98px) {

    .link-box .link-box-title,
    .link-box h2 {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.link-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (max-width: 767.98px) {
    .link-box ul {
        font-size: 14px
    }
}

.link-box ul.link_box li:after {
    font-family: 'regimo-icon';
    content: "\e912" !important;
    color: #da0030 !important;
    left: 0 !important;
    top: 10px !important
}

@media (max-width: 767.98px) {
    .link-box ul.link_box li:after {
        top: 6px !important
    }
}

.link-box.box ul li:after {
    font-family: 'regimo-icon' !important;
    content: "\e913";
    color: #777;
    top: 9px;
    left: 0
}

.link-box li {
    position: relative;
    padding: 9px 0 9px 27px;
    border-bottom: 1px solid #D8D8D8
}

@media (max-width: 767.98px) {
    .link-box li {
        padding: 6px 0 6px 27px
    }
}

.link-box li:last-child {
    border: 0;
    padding-bottom: 0
}

.link-box li i {
    position: absolute;
    left: -27px;
    top: 2px
}

.link-box li i.icon-icon-ok-rot {
    color: #da0030
}

.link-box li a {
    background-image: none !important;
    color: #777 !important
}

.link-box li a:hover {
    color: #000 !important
}

.link-box.no-icon li {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-box.no-icon span {
    width: 50%
}

.link-box.no-icon span:last-child {
    color: #000
}

.link-box-job ul li:after {
    font-family: 'regimo-icon';
    content: "\e912" !important;
    color: #da0030 !important;
    left: 0 !important;
    top: 10px !important
}

@media (max-width: 767.98px) {
    .link-box-job ul li:after {
        top: 6px !important
    }
}

.box .link-box li:after {
    display: none
}

.testimonial-athr {
    font-size: 16px;
    color: #777;
    position: relative;
    width: 100%;
    padding-right: 35px
}

.testimonial-athr span {
    display: block;
    color: #000
}

.logo-text {
    color: #da0030;
    font-weight: 500
}

.logo-text span {
    color: #000
}

.main-box .logo-text {
    margin: 0 0 30px;
    font-size: 48px
}

@media (max-width: 767.98px) {
    .main-box .logo-text {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.main-box h1 .logo-text {
    font-size: 72px
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-box h1 .logo-text {
        font-size: 60px
    }
}

@media (max-width: 767.98px) {
    .main-box h1 .logo-text {
        font-size: 36px
    }
}

.tabs .logo-text {
    font-size: 46px
}

@media (max-width: 1199.98px) {
    .tabs .logo-text {
        font-size: 36px
    }
}

@media (max-width: 767.98px) {
    .tabs .logo-text {
        font-size: 30px
    }
}

.icon-text {
    margin: 47px 0 0;
    word-wrap: break-word
}

.icon-text span {
    margin: 19px 0 0;
    display: block;
    font-size: 16px;
    padding-right: 5px
}

@media (max-width: 767.98px) {
    .icon-text span {
        margin: 2px 0 20px;
        font-size: 14px
    }
}

.icon-text .row {
    margin: 0 -13px
}

.icon-text .col-md-2 {
    padding: 0 13px
}

.icon-text .regimo-filter {
    height: auto
}

p[class*="icon-"] {
    margin: 0
}

p[class*="icon-"]:before {
    display: none
}

.lcn-info-box {
    background: #4B4B4B;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 14px 21px 16px;
    color: #9B9B9B;
    min-width: 190px;
    visibility: hidden;
    opacity: 0
}

.lcn-info-box:hover,
.lcn-info-box.active {
    visibility: visible;
    opacity: 1
}

@media (max-width: 767.98px) {
    .lcn-info-box[data-target="three"] {
        left: 0 !important
    }

    .lcn-info-box[data-target="three"]:after {
        right: inherit
    }

    .lcn-info-box[data-target="four"] {
        left: 0 !important
    }

    .lcn-info-box[data-target="four"]:after {
        right: inherit;
        left: 11.2vw
    }
}

.lcn-info-box.hover-act {
    opacity: 1 !important;
    visibility: visible !important
}

@media (max-width: 767.98px) {
    .lcn-info-box {
        font-size: 14px;
        padding: 7px 10px 6px
    }
}

.lcn-info-box p {
    margin: 0
}

.location-wrap .lcn-info-box a {
    display: block;
    background-image: none;
    color: #777
}

.location-wrap .lcn-info-box a:hover {
    color: #fff
}

.lcn-info-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 50px 0px 50px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none
}

.lcn-info-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #4B4B4B transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width: 767.98px) {
    .lcn-info-box:after {
        border-width: 10px 10px 0 10px;
        bottom: -10px
    }
}

@media (max-width: 1199.98px) {
    .location-wrap-crap {
        margin-top: 10px
    }

    .location-wrap-crap .tooltip-hover circle {
        fill: #777;
        cursor: pointer
    }

    .location-wrap-crap .tooltip-hover.selected circle {
        fill: #da0030
    }
}

.location-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 100px;
    margin-top: 60px
}

.location-wrap.touch {
    display: none;
    margin-top: 20px
}

@media (max-width: 991px) {
    .location-wrap.touch {
        display: block
    }
}

.location-wrap .tooltip-hover circle {
    fill: #777;
    cursor: pointer
}

.location-wrap .tooltip-hover.selected circle {
    fill: #da0030
}

.location-wrap.tab-loc {
    display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .location-wrap svg {
        height: 34.72222222222222vw;
        max-height: 34.72222222222222vw
    }
    .autocomplete-wrap {
        height: 50px;
        overflow: hidden;
    }
    .autocomplete-wrap .selected-label span i {
        position: relative;
        top: -2px;
    }
    .autocomplete-wrap .selected-label span {
        padding-top: 4px;
    }
    .pac-item-query {
        line-height: 50px;
    }
    #filter-tenant-submit {
        white-space: nowrap;
    }
    .grp-page .banner-text h1 {
        padding-right: 50px;
    }
   
}

.time-line-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 80px 0 130px
}

@media (max-width: 1199.98px) {
    .time-line-wrap {
        margin: 30px 0 80px
    }
}

@media (max-width: 767.98px) {
    .time-line-wrap {
        width: calc(100% - 40px);
        margin: 30px 0 70px
    }
}

.time-line {
    padding: 120px 25px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

@media (max-width: 991px) {
    .time-line {
        width: 1025px
    }
}

.time-line .time-line-text {
    font-weight: 500;
    font-size: 24px;
    width: 265px
}

.time-line .time-line-text span {
    display: block
}

.time-line .time-line-text span.year {
    color: #000
}

@media (max-width: 1199.98px) {
    .time-line .time-line-text {
        font-size: 20px;
        width: 217px
    }
}

@media (max-width: 767.98px) {
    .time-line .time-line-text {
        font-size: 18px;
        line-height: 27px;
        width: 215px
    }
}

@media (max-width: 991.98px) {
    .time-line svg {
        width: 1025px
    }
}

@media (max-width: 991.98px) {
    .time-line {
        padding: 100px 25px 120px
    }
}

@media (max-width: 767.98px) {
    .time-line {
        padding: 95px 20px 100px
    }
}

.time-line-text-wrap {
    position: absolute
}

@media (max-width: 991.98px) {
    .time-line-text-wrap {
        position: static;
        height: 0
    }
}

.timeline-nav {
    display: none
}

.regimo-filter {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto;
    height: 100%
}

.regimo-filter:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    background-color: black;
    mix-blend-mode: color;
    opacity: .5;
    content: '';
    z-index: 10;
    pointer-events: none
}

.regimo-filter:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    background-color: #5F3B16;
    mix-blend-mode: soft-light;
    opacity: .3;
    content: '';
    z-index: 111;
    pointer-events: none
}

.regimo-filter span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    background-color: white;
    mix-blend-mode: overlay;
    opacity: .3;
    pointer-events: none;
    content: '';
    z-index: 111
}

.cc_banner-wrapper .cc_container {
    font-family: "Riforma LL";
    background-color: #777;
    padding: 20px 30px;
    border: 0;
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575.98px) {
    .cc_banner-wrapper .cc_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.cc_banner-wrapper .cc_container .cc_message {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.5;
    margin-top: 0;
     max-width: 850px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.cc_banner-wrapper .cc_container .cc_more_info {
    color: #fff;
    text-decoration: underline;
}

.cc_banner-wrapper .cc_container .cc_btn {
    padding: 5px 40px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: transparent;
    color: #fff !important;
    border: solid 2px #fff;
    border-radius: 0;
    min-width: 150px;
    max-width: 150px;
    margin-left: 30px;
    font-weight: bold
}

@media (max-width: 575.98px) {
    .cc_banner-wrapper .cc_container .cc_btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: inline-block;
        max-width: 150px;
        margin: 15px auto 0
    }
}

.scroll-up {
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #da0030;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    position: fixed;
    bottom: 58px;
    right: 30px;
    z-index: 999;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

@media (max-width: 1199px) {
    .scroll-up {
        bottom: 100px
    }
}

.scroll-up img {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 20px
}

.scroll-up.show {
    opacity: 1;
    visibility: visible
}

.header-grp~.scroll-up {
    bottom: 80px
}

.landing-page .btn-primary {
    width: 424px !important;
    max-width: 100%;
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .landing-page .btn-primary {
        margin-bottom: 20px
    }
}

.landing-page .breadcrumb-item span a {
    color: #000;
    background-image: none
}

.landing-page .main-box p strong {
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .landing-page .main-box p strong {
        margin-bottom: 25px
    }
}

.landing-page .box {
    margin-bottom: 60px;
}
.landing-page .box.main-box {
    margin-bottom: 60px;
    padding: 50px 53px 10px 50px;
}
@media (max-width: 767.98px) {
    .landing-page .box {
        margin-bottom: 30px
    }
}

.landing-page .box p:last-of-type {
    margin-bottom: 0
}

.landing-page aside .btn-primary {
    margin-bottom: 30px
}

.landing-page aside .aside-box {
    margin-bottom: 0
}

.landing-page aside .teaser-box {
    min-height: inherit
}

.landing-page aside .teaser-text {
    padding-bottom: 0
}

.landing-page .teaser-footer {
    margin-top: 30px;
    display: block;
    text-align: left !important
}
.landing-page .teaser-footer .teaser-footer{
    margin-top: 0px;
}
.landing-page .teaser-footer .icon-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.landing-page .teaser-footer a {
    display: inline;
    position: relative
}

.landing-page .teaser-footer a i {
    position: relative;
    left: 15px;
    color: #da0030;
    padding-right: 0
}

.landing-page .teaser-footer i {
    padding-right: 15px;
    font-size: 20px;
    position: relative;
    color: #000
}

/* li.nav-item.print {
    display: none;
} */

/* natarajan */
.landing-page .banner{
    height: 602px;
}
.landing-page .banner .banner_image{
    position: relative;
}
.landing-page .banner .banner_image .regimo-filter img{
    width: 100%;
}
.landing-page .banner .banner_image .banner-content {
    position: absolute;
    right: auto;
    left: 45.4%;
    top: 0;
    max-width: 740px;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: center;
    padding-bottom: 20px;
}
.landing-page .banner .banner_image .banner-content p {
    margin-bottom: 0px;
    font: 18px/22px "Riforma LL";
    letter-spacing: 0px;
    color: #020000;
}
.landing-page .banner .banner_image .banner-content h1{
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #020000;
    margin-bottom: 0px;
}
.landing-page .box.main-box .ce-textpic.ce-left.ce-intext .ce-gallery img {
    width: 76px;
    height: 76px;
    margin-right: 17px;
}
.landing-page .box.main-box .ce-textpic.ce-left.ce-intext {
    margin-bottom: 20px;
}
.landing-page .row.landing-page-grid {
    margin-bottom: 27px;
}
.landing-page .landing-page-grid .col-md-4 .image-embed-item{
    width: 185px;
    height: 185px;
}
.landing-page .landing-page-grid .ce-center .ce-inner{
    float: none;
    right: 0;
}
.landing-page .landing-page-grid .col-md-4 .ce-center .ce-outer{
    float: none;
    right: 0;
}
.landing-page .landing-page-grid .col-md-4{
    flex: 0 0 29%;
    max-width: 29%;
}
.landing-page .landing-page-grid .col-md-8{
    padding-left: 18px;
}
.landing-page .landing-page-grid .col-md-8 .ce-center .ce-outer{
    float: none;
    right: 0;
}
.landing-page .landing-page-grid .col-md-8 >aside{
    padding-left: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.landing-page .landing-page-grid .col-md-8 .ce-row {
    display: flex;
}
.landing-page .landing-page-grid .col-md-8 .ce-row .ce-column:first-child{
    margin-right: 30px;
}
.landing-page .landing-page-grid .col-md-8 .ce-row .ce-column .image-embed-item{
    width: 220px;
    height: 74px;
}   
.landing-page .main-box p strong{
    font:  23px/36px "Riforma LL";
    letter-spacing: 0px;
    color: #767571;
    font-weight: 500;
}
.landing-page .main-box p strong .underline{
    text-decoration: underline;
}
.landing-page .main-box p{
    font:  23px/36px "Riforma LL";
    letter-spacing: 0px;
    color: #767571;
    font-weight: normal;
}

.landing-page .frame-LandingPage .box.teaser-box .teaser-footer a{
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #000;
    position: relative;
    z-index: 0;
    text-decoration: underline;
    padding-left: 40px;
}
.landing-page .frame-LandingPage .box.teaser-box .teaser-footer a i::after{
    content: "";
    background: #fff;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 3px;
    left: -1px;
    pointer-events: none;
}
.landing-page .frame-LandingPage .box.teaser-box .teaser-footer a i{
    left: 0;
    color: #767571;
    margin-right: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 25px;
    display: none;
}
.landing-page .teaser-box .teaser-footer i.icon-icon-mail {
    font-size: 15px;
    position: relative;
    top: 0px;
}
.landing-page .frame-LandingPage .box.teaser-box .teaser-footer a:before {
    content: "";
    content: "\e911";
    font-family: "regimo-icon" !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 23px;
    color: #767571;
}
/* html[lang="fr-FR"] header.header.landing-page-header .header-elem {
    padding: 46px 0 28px 0;
} */
.landing-page .aside-box .box.teaser-box .teaser-content{
    margin-top: 30px;
}

.landing-page-header .header-elem .box.account-box.main-box{
    padding: 0;
    display: flex;
    align-items: center;
}
.landing-page-header .header-elem .box.account-box.main-box p{
    margin-bottom: 0;
    font:  20px/18px "Riforma LL";
    letter-spacing: 0.14px;
    color: #767571;
    max-width: 256px;
}
html[lang="fr-FR"] .landing-page-header .header-elem .box.account-box.main-box p {
    max-width: 330px;
}
.landing-page-header .header-elem .box.account-box.main-box p span.span_style {
    font: 15px/18px "Riforma LL";
    color: #767571;
}
.landing-page-header .header-elem .box.account-box.main-box p span.span_style a{
    font: 15px/18px "Riforma LL";
    color: #767571;
    padding: 0;
    margin: 0;
    background-image: none;
    text-decoration: underline;
}
.landing-page-header .header-elem .box.account-box.main-box p span.span_style .underline{
    text-decoration: underline;
}
.landing-page-header .header-elem .box.account-box.main-box a .icon-icon-arrow-right-rot{
    display: none;
}
.landing-page-header .header-elem .box.account-box.main-box a{
    font-size: 20px;
    font-family: "Riforma LL";
    min-height: 34px;
    padding: 0px 17px;
    margin-left: 20px;
    font-weight: normal;
    white-space: nowrap;
}
.landing-page-header .secondary-nav ul {
    line-height: 17px;
}
header.header.landing-page-header .header-elem{
    align-items: flex-start;
    padding: 46px 0;
}
.landing-page-header .header-logo {
    font-size: 40px;
    flex: 0 0 53.3%;
    max-width: 53.3%;
}
.landing-page-header .header-logo h1{
    font: 43px/36px "Riforma LL";
    letter-spacing: 0px;
    color: #DA1E30;
    margin-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
}
.landing-page-header .header-logo h1 span{
    color: #020000;
}
.landing-page .regimo-filter:before , .landing-page .regimo-filter::after{
    display: none;
}
.landing-page .landing-page-grid .col-md-8 .frame-type-text p {
    margin-top: -9px;
}
.landing-page .teaser-box .teaser-footer a[href*=mailto] {
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    background-image: none;
}
.landing-page .main-box .frame-LandingPage p strong {
    margin-bottom: 15px;
}
.appImages {
    display: flex;
    margin: 0px -10px;
    margin-bottom: 30px;
}
.appImages a.btn.btn-primary.d-block {
    background: transparent;
    border: none;
    padding: 0;
    padding: 0px 10px;
    flex: 0 0 50%;
    max-width: 50%;
}
#realEstate-tab .tabs .nav-tabs .nav-item .pdfTab{
    background-image: none;
    color: #777;
    position: relative;
    top: 2px;
    z-index: 1;
    margin-left: 5px;
}
#realEstate-tab .tabs .nav-tabs .nav-item .pdfTab::before{
    content: "\e913";
    color: #777;
    font-family: "regimo-icon" !important;
    font-size: 18px;
    position: relative;
    left: -3px;
}

.videio-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    display: none;
}
  
  .light {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    z-index: 1002;
    overflow: visible;
    transform: translate(-50%, -50%);
  }
  
  .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a.boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 11px 3px;
    position: absolute;
    right: 0px;
    top: -28px;
    padding-left: 10px;
}
.landing-page .frame-LandingPage .box.teaser-box .teaser-footer a.boxclose::before {
    content: "\e905";
    font-family: "regimo-icon" !important;
    color: #fff;
    font-size: 12px;
}
  
  video.lightBox-video {
      width: 100%;
      max-width: 650px;
  }
  
  
  .lightBox-overlay:hover ~ .boxclose {
    display:none;
  }
  .lightBox-overlay {
    width: 100%;
    height: 100%;
    /* background: red; */
}
body.video-lightBox {
    overflow: hidden;
}
.video-lightBox header.header.header-grp.landing-page-header {
    z-index: 0;
}
@supports (-ms-ime-align:auto) {
    .landing-page .banner .banner_image .banner-content {
        top: 14%;
        height: auto;
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a {
        text-decoration: none;
        position: relative;
        padding-left: 0px;
        margin-left: 40px;
    }

    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a::after{
       content: "";
       position: absolute;
       bottom: 5px;
       left: 0px;
       width: 100%;
       height: 1px;
       background: #000;
       z-index: 1;
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a::before{
        left: -40px;
        z-index: 2;
        background: #fff;
    }
    .landing-page-header .header-elem .box.account-box.main-box p {
        font: 18px/20px "Riforma LL";
    }
} /*--edge----------*/
@media all and (-ms-high-contrast:none){
    .landing-page .banner .banner_image .banner-content {
        
        top: 14%;
        height: auto;
    }
    .landing-page .box.main-box .banner_image{
        display: none;
    }
    .landing-page-header .header-elem .box.account-box.main-box a{
        padding: 4px 17px 0px 17px;
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a {
        text-decoration: none;
        position: relative;
        padding-left: 0px;
        margin-left: 40px;
    }

    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a::after{
       content: "";
       position: absolute;
       bottom: 5px;
       left: 0px;
       width: 100%;
       height: 1px;
       background: #000;
       z-index: 1;
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a::before{
        left: -40px;
        z-index: 2;
        background: #fff;
    }
    .landing-page .landing-page-grid .col-md-8 .frame-type-text p{
        margin-top: -30px;
    }
    .landing-page-header .header-elem .box.account-box.main-box p {
        font: 18px/20px "Riforma LL";
    }

}
@media (max-width: 1200px){
    .landing-page .banner img {
        height: 49.895833vw;
    }
}
@media (max-width: 1024px) {
    .landing-page .landing-page-grid .col-md-4 .image-embed-item {
        width: auto;
        height: auto;
    }
    .landing-page .landing-page-grid .col-md-8 .ce-row .ce-column .image-embed-item {
        width: auto;
        height: auto;
    }
    /* .header-logo {
        flex: 0 0 44.3%;
        max-width: 44.3%;
    } */
    .landing-page-header .header-logo {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .landing-page .banner {
        height: 562px;
    }
    #realEstate-tab .tabs .nav-item {
        margin: 0 20px 0;
    }
}
@media screen and  (min-width: 768px) and (max-width: 1024px){
    .landing-page .main-box p {
        font: 21px/32px "Riforma LL";
        font-weight: 300;
    }
    #realEstate-tab .tabs .nav-tabs .nav-item .pdfTab{
        font-size: 15px;
        top: 0px;
    }
}
@media screen and  (min-width: 768px) and (max-width: 991px) {
    .landing-page .landing-page-grid .col-md-8 >aside{
        margin-top: 0px;
    }
    .landing-page .banner .banner_image .banner-content h1 {
        font-size: 65px;
        line-height: 75px;
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer{
        display: flex;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a:first-child{
        margin-bottom: 5px;
    }
    .landing-page .banner .banner_image .banner-content {
        max-width: 460px;
    }
    .landing-page .banner {
        height: 520px;
    }

}
@media (max-width: 991px){
    .landing-page-header .header-logo {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .landing-page .banner img {
        height: 62.895833vw;
    }
}
@media (min-width: 768px){
    .landing-page .box.main-box .frame-type-bannerImageText, .landing-page .regimo-filter.banner-mobile-image{
        display: none;
    }
}
@media (max-width: 767px){
    .landing-page .teaser-box .teaser-footer a[href*=mailto] {
        font-size: 14px;
        line-height: 22px;
    }
    header.header.landing-page-header .header-elem {
        align-items: center;
        padding: 15px 0;
    }
    .landing-page .aside-box .box.teaser-box .teaser-content {
        margin-top: 20px;
    }
    .landing-page-header .secondary-nav ul {
        margin: 0 0px;
    }
    .frame-LandingPage.frame-type-buttonLink, .landing-page .box.main-box .frame-type-bannerImageText .banner_image img,.landing-page .banner .banner_image .banner-content,
    .landing-page .row.landing-page-grid > .col-md-4, .landing-page .row.landing-page-grid > .col-md-8 aside > .frame-type-text,
    .landing-page .regimo-filter{
        display: none;
    }
    .landing-page .wrap-top-minus {
        margin-top: -50px;
    }
    .landing-page .regimo-filter.banner-mobile-image{
        display: block;
    }
    .landing-page .banner {
        height: 240px;
    }
    .landing-page .box.main-box .banner_image .banner-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .landing-page .box.main-box .banner_image .banner-content h1{
        font:  55px/65px "Riforma LL";
        letter-spacing: 0px;
        color: #020000;
        font-weight: 500;
    }
    .landing-page .box.main-box .banner_image .banner-content p{
        font: 18px/22px "Riforma LL";
        letter-spacing: 0px;
        color: #020000;
    }
    .landing-page .box.main-box .banner_image{
        margin-bottom: 30px;
    }
    .landing-page .box.main-box .ce-textpic.ce-left.ce-intext {
        display: flex;
        margin-bottom: 30px;
    }
    .landing-page .box.main-box .ce-textpic.ce-left.ce-intext .ce-gallery{
        float: none;
        flex: 0 0 76px;
        max-width: 76px;
        margin-right: 30px;
    }
    .landing-page-header .header-logo {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .wrapper.landing-page {
        padding-top: 25px;
    }
    .landing-page .banner img {
        height: 60vw;
    }
    .header-grp.landing-page-header .secondary-nav a {
        visibility: visible;
        display: inline-block;
        text-indent: -9999px;
        font-size: 16px;
    }
    .header-grp.landing-page-header .secondary-nav a:after {
        content: "";
    }
    .landing-page .landing-page-grid .col-md-8 .ce-row .ce-column:first-child {
        margin-right: 20px;
    }
    .landing-page .landing-page-grid .col-md-8 >aside{
        margin-top: 0px;
    }
    .landing-page .box.main-box .ce-image.ce-center .ce-gallery{
        margin-bottom: 0px
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a i::after {
        bottom: 0px;
    }
    .landing-page .main-box p strong {
        font: 18px/34px "Riforma LL";
        font-weight: 500;
    }
    .landing-page .main-box p {
        font: 18px/32px "Riforma LL";
    }
    .landing-page .box.main-box .ce-textpic.ce-left.ce-intext .ce-gallery img {
        width: 56px;
        height: 56px;
    }
    .landing-page .box.main-box .ce-textpic.ce-left.ce-intext .ce-gallery {
        flex: 0 0 56px;
        max-width: 56px;
        margin-right: 30px;
    }
    .landing-page .frame-LandingPage .box.teaser-box .teaser-footer a{
        display: flex;
    }
    #realEstate-tab .tabs .nav-tabs{
        flex-wrap: wrap;
        overflow: initial;
        padding-bottom: 15px;
    }
    #realEstate-tab .tabs .nav-tabs .nav-item{
        border-bottom: none;
        margin-bottom: 5px;
    }
    #realEstate-tab .tabs .nav-tabs .nav-item .nav-link{
        padding: 0 0 0px;
    }
    #realEstate-tab .tabs .nav-item.print .nav-link {
        padding-right: 20px;
    }
    #realEstate-tab .tabs .nav-item.print .nav-link img {
        width: 15px;
        height: 15px;
    }
    #realEstate-tab .tabs .nav-item.share .nav-link{
        padding-right: 20px;
    }
    #realEstate-tab .tabs .nav-item.share .nav-link img{
        width: 15px;
        height: 15px;
    }
    #realEstate-tab .tabs .nav-tabs .nav-item .pdfTab {
        margin-left: 0px;
    }
    .landing-page .box.main-box {
        margin-bottom: 10px;
    }
    #realEstate-tab .tabs .nav-item {
        margin: 0 10px 0;
    }
    #realEstate-tab .tabs ul.nav-tabs {
        margin: 0 -10px;
    }

}
@media (max-width: 545px){
    .landing-page .box.main-box .banner_image .banner-content h1{
        font:  44px/56px "Riforma LL";
        letter-spacing: -1px;
        margin-bottom: 0px;
        font-weight: 500;
    }
    .landing-page-header .header-logo h1 {
        font: 30px/60px "Riforma LL";
    }
    .landing-page .box.main-box {
        padding: 50px 45px 10px 45px;
    }
    .landing-page .main-box p strong {
        font: 16px/26px "Riforma LL";
        font-weight: 500;
    }
    .landing-page .main-box p {
        font: 14px/22px "Riforma LL";
    }
    .landing-page .box.main-box .ce-textpic.ce-left.ce-intext .ce-gallery {
        margin-right: 25px;
        flex: 0 0 40px;
        max-width: 40px;
        padding-top: 5px;
    }
    .landing-page .main-box .frame-LandingPage p strong {
        font: 14px/24px "Riforma LL";
        font-weight: 500;
    }
    .landing-page .box.main-box .ce-textpic.ce-left.ce-intext .ce-gallery img {
        width: 40px;
        height: 40px;
        margin-right: 0px;
    }
    .landing-page .box.main-box .ce-textpic.ce-left.ce-intext {
        margin-bottom: 20px;
    }
    .landing-page .box.main-box .banner_image .banner-content p {
        font: 14px/18px "Riforma LL";
    }
}
@media (max-width: 420px){

}
@media (max-width: 376px){
    .landing-page .box.main-box .banner_image .banner-content h1 {
        font: 39px/45px "Riforma LL";
        font-weight: 500;
    }
    .landing-page .main-box p strong {
        font: 15px/25px "Riforma LL";
        font-weight: 500;
    }
    .landing-page .main-box p {
        font: 14px/22px "Riforma LL";
    }
    .landing-page .box.main-box {
        padding: 50px 34px 10px 35px;
    }
}

/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-fade.mfp-bg.mfp-ready {
    background: #000 !important;
}
.mfp-iframe-scaler iframe{
    background: transparent !important;
}
/* .page_scale_parent {
    height: 100%;
}
.page_scale {
    transform-origin: top;
} */
.autocomplete-wrap.no-result { 
    border-color: red;
}
.content-extractnew p{
    margin: 16px 0;
}
.content-extractnew span{
    background-color: transparent !important;
}

.chosen-container .chosen-results li.active-result, .chosen-container .chosen-results li, .pac-item {
    line-height: 50px;
}
@media(max-width: 767px) {
    .chosen-container .chosen-results li.active-result, .chosen-container .chosen-results li, .pac-item {
        line-height: 40px;
    }
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider .item .slide-image-wrap,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider .item .slide-image-wrap {
        width: 100%;
        flex: 0 0 100%;
    }
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider .item .slide-content-wrap,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider .item .slide-content-wrap {
        width: 100% !important;
        padding: 0 !important;
        flex: 0 0 100%;
    }
}

.theme-filter {
    background: #ffffff;
    padding: 50px 40px 40px 40px;
    margin: 0px 50px;
}
.theme-filter .counterup-wrap .counterup .text {
    font-size: 16px;
    word-break: break-word;
}
.theme-filter .counterup-wrap .col-md-3 {
    padding: 0px 10px;
}
.theme-filter .counterup-wrap {
    margin: 0px -10px;
}
.theme-filter .counterup-wrap > .col-lg-3{
    padding: 0px 10px;
}
.theme-filter .tabs .nav-item .nav-link.active,.theme-filter .tabs .nav-item .nav-link:hover {
    border-bottom-color: #da0030;
    color: #da0030;
}
.theme-filter .tabs .nav-item .nav-link{
    border-bottom: solid 2px #D8D8D8;;
}
.theme-filter .tabs .nav-item{
    border: none;
}
.theme-filter .tabs .nav-item .nav-link {
    padding: 0 0 7px;
}
.theme-filter .tabs .nav{
    overflow: visible;
    flex-wrap: wrap;
}
.theme-filter  #realEstate-tab .tabs .nav-tabs .nav-item .pdfTab {
    top: 10px;
    margin-top: 5px;
    display: block;
    word-break: break-word;
    white-space: normal;
}
.theme-filter .tabs .nav:after{
    display: none;
}
.theme-filter .tabs .nav-item {
    margin-right: 40px;
}
.theme-filter .fiter-form .form-group:first-child {
    padding-left: 6px;
}
.theme-filter .fiter-form form{
    flex-wrap: wrap;
    margin: 0 -6px 0px;
}
.theme-filter .fiter-form {
    margin: 0 0 0px;
}
.theme-filter .fiter-form .form-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
}
.theme-filter .fiter-form .form-content:nth-child(3){
    margin-bottom: 0px;
}
.theme-filter .row.content-space .col-lg-6:last-child {
    top: 0px;
}
@media (min-width:1200px) and (max-width:1360px){
    .theme-filter .fiter-form .form-content:nth-child(3) .chosen-container-single{
        width: 155px !important;
    }
}
@media (max-width:1199px){
    .theme-filter .fiter-form .form-content:nth-child(3){
        flex-wrap: wrap;
    }
}
@media (min-width:992px){
    .theme-filter .fiter-form .form-content{
        flex-wrap: nowrap;
    }
}
.theme-filter .fiter-form .save-search-btn {
    margin: 50px 6px 0;
    width: 100%;
    text-align: right;
}
#tab2{
    display: none;
}
#tab2.active{
    display: block;
}
.dropdown-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    width: max-content;
    margin-left: auto;
    right: 25px;
}
.dropdown-wrapper .dropdown-head{
    color: #000;
    font-size: 16px;
}
.dropdown-wrapper .dropdown-head span{
    color: #da0030;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.dropdown-wrapper .dropdown-head span:after {
    content: "";
    background: url(/img/scroll-top-red.png);
    position: absolute;
    right: 0px;
    top: -3px;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 81% 38%;
    transform: rotate( 180deg);
}
.dropdown-wrapper ul.dropdown-list {
    list-style: none;
    padding: 20px 20px;
    margin: 0;
    background: #fff;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0px 0px 9px 0px #adabab;
    position: absolute;
    top: 25px;
    right: 0;
    display: none;
    z-index: 2;
    max-width: 255px;
}
.dropdown-wrapper ul.dropdown-list li::after{
    display: none;
}
.dropdown-wrapper ul.dropdown-list li {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.dropdown-wrapper ul.dropdown-list li:not(:last-child){
    margin-bottom: 15px;
}
footer.grp-footer .footer-logo a{
    max-width: 65px;
    margin-right: 18px;
}
footer.grp-footer .footer-logo a img{
    max-width: 100%;
}
.grp-page h1{
    line-height: 72px;
}
.grp-page .tab-content .counterup-wrap{
    display: flex;
}
.grp-page .slide-content-wrap .teaser-box {
   position: relative;
}
.grp-page .slide-content-wrap .teaser-box .teaser-body{
    max-width: 100%;
}
.grp-page .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text P strong{
    margin-bottom: 0px;
}
.grp-page .tab-content .counterup-wrap .counterup{
    flex: 0 0 30%;
    max-width: 30%;
}
.white-popup-block {
    background: #fff;
    max-width: 680px;
    margin: auto;
    padding: 60px 70px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height: 100vh;
}
.white-popup-block span.popup-close-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.white-popup-block span.popup-close-btn .popup-modal-close{
    display: block;
    width: 100%;
    height: 100%;
}
.white-popup-block span.popup-close-btn:after,
.white-popup-block span.popup-close-btn::before {
    content: "";
    background: #da0030;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 18px;
    border-radius: 10px;
    transform: translate(-50%,-50%) rotate(45deg);
    pointer-events: none;
}
.regimo-regions .tabs:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 2px;
    background: linear-gradient(88deg, #efefef96, #efefef);
    width: 35px;
    height: 28px;
    z-index: 100;
}
.tabs .nav.nav-tabs .nav-item:last-child {
    position: relative;
    z-index: 999;
}
.white-popup-block span.popup-close-btn::before{
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
}
.white-popup-block p {
    margin-bottom: 15px;
    color: #000;
    line-height: 22px;
}
.white-popup-block p strong{
    font-size: 18px;
    margin-bottom: 0;
}
.white-popup-block p:last-child {
    margin-bottom: 0px;
}
#resultsList::before,
#map:before {
    content: "";
    display: block;
    padding-top: 130px;
    height: 130px; /* fixed header height*/
    margin: -130px 0 0; /* negative fixed header height */
}
#resultsList .row:not(:first-child) {
    padding: 0px 0px;
}
.wrapper p a.btn.btn-primary {
    color: #fff;
    background-image: none;
    padding: 10px 20px 10px 20px;
    text-align: center;
}
body.modal-open {
    overflow: hidden;
}
#realEstate-tab .tabs.tenatDetail .nav-item {
    position: static;
}
.same-height-wrap .teaser-box .teaser-body:not(:last-child) {
    margin-bottom: 20px;
}
.frame-bern-home-page .aside-box {	
    margin-bottom: 0px;	
}	
.frame-bern-home-page .aside-box .teaser-box .teaser-body:not(:last-child) {	
    margin-bottom: 15px;	
}
.frame-bern-home-page {
    position: absolute;
    top: 160px;
    right: 0px;
    z-index: 999;
    /*max-width: 320px;*/
    overflow: hidden;
    overflow: hidden;
    padding-right: 50px;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box {
    padding: 0;
    background: no-repeat;
    flex-direction: column;
    align-items: end;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:first-child {
    display: inline-flex;
    background: #f5f5f5;
    width: max-content;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 6px 5px 6px;
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    color: #000;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body {
    width: auto;
    text-align: right;
    transition: 0.8s all;
    transform: translateX(200%);
    opacity: 0;
    visibility: hidden;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:nth-child(2) {
    transition: 0.5s all;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:nth-child(3) {
    transition: 1.5s all;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:nth-child(4) {
    transition: 2s all;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:nth-child(5) {
    transition: 2.5s all;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:nth-child(6) {
    transition: 3s all;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:nth-child(7) {
    transition: 3.5s all;
}
.frame-bern-home-page.frame-type-multiplebuttonbox.open .box.teaser-box .teaser-body {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body a {
    display: inline-block !important;
    min-height: 20px;
    padding: 5px 30px 5px 8px;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:first-child i {
    display: none;
}
.frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body a i {
    top: 8px;
    right: 7px;
}
@media (min-width: 1200px) and (max-width: 1320px){
    .grp-page h2 {
        font-size: 64px;
        line-height: 80px;
    }
}
@media (min-width: 1200px) and  (max-width: 1400px){
    .theme-filter .counterup-wrap > .col-lg-3 {
        padding: 0px 2px;
    }
    .theme-filter .counterup-wrap {
        margin: 0px -2px;
    }
    .theme-filter .counterup-wrap .counterup .text {
        font-size: 15px;
        word-break: break-word;
    }
}
@media (max-width: 1200px){
    .main-box .counterup-wrap {
        flex-wrap: wrap;
    }
    .theme-filter .counterup-wrap > .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .theme-filter h1{
        margin-bottom: 20px;
    }
}
/* @media (min-width: 1200px) {
    .frame-bern-home-page {
        position: sticky;
        top: 214px;
        right: 0;
        float: right;
        z-index: 10000;
        max-width: 320px;
        margin-top: -220px;
    }
} */
@media (min-width: 1025px) and  (max-width: 1134px){
    .theme-filter .save-search-btn .btn {
        padding-right: 46px !important;
        font-size: 14px;
    }
    .theme-filter .save-search-btn .btn i{
        right: 16px;
    } 
}
@media (max-width:1024px){
    .theme-filter .fiter-form .form-content .form-group.autowrap-width {
        width: 40%;
        max-width: 40%;
    }
    .theme-filter .tabs .tab-content {
        padding-top: 30px;
        position: relative;
    }
    .theme-filter .fiter-form form .btn {
        margin-bottom: 20px;
        width: 100%;
    }
    .frame-type-timeline .row.cmn-padding.fade-before:before {
        content: "";
        position: absolute;
        right: 29px;
        top: 2px;
        background: linear-gradient(88deg, #efefefc9, #efefef);
        width: 30px;
        height: 268px;
        z-index: 100;
        filter: blur(10px);
    }
    .frame-type-timeline .row.cmn-padding.fade-before {
        position: relative;
    }
}
@media (min-width: 768px) and  (max-width: 1024px){
    .theme-filter .fiter-form .form-content {
        margin-bottom: 10px;
    }
    .theme-filter .fiter-form .form-group {
        margin-bottom: 10px;
    }
    .theme-filter .fiter-form .save-search-btn {
        margin: 40px 6px 0;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .image-slider.owl-carousel .item .slide-image-wrap {
        width: 40%;
        flex: 0 0 40%;
    }
    .image-slider.owl-carousel .item .slide-content-wrap {
        width: 60%;
    }
    /* .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap {
        height: 220px;
    } */
    .image-slider.owl-carousel .item .slide-image-wrap img {
        min-width: 185px;
    }
}
@media (max-width: 991px){
    .theme-filter .fiter-form .form-content .form-group.autowrap-width {
        width: 60%;
        max-width: 60%;
    }
    .theme-filter .counterup-wrap {
        margin: 0px -10px;
    }
    .theme-filter .counterup-wrap > .col-lg-3  .counterup .count {
        font-size: 30px;
    }
    .theme-filter .counterup-wrap > .col-lg-3  .counterup .text {
        font-size: 15px;
    }
    .grp-page .tab-content .counterup-wrap {
        display: block;
    }
    .grp-page .tab-content .counterup-wrap .counterup {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .white-popup-block {
        max-width: 540px;
        padding: 50px 60px;
        width: 100%;
    }
    .frame-bern-home-page{
        top: 140px;
    }
}
@media (min-width: 768px){
    header.header.header-grp .secondary-nav {
        max-width: 12%;
        flex: 0 0 12%;
        display: flex;
        margin-bottom: 5px;
    }
    header.header.header-grp .header-elem .header-logo {
        flex-grow: 1;
    }
}
@media (max-width: 767px){
    .white-popup-block {
        max-width: 95%;
        padding: 40px 40px;
        width: 100%;
    }
    .grp-page h1 {
        line-height: 40px;
    }
    .theme-filter h1 {
        line-height: 40px;
    }
    .grp-page .slide-content-wrap .teaser-box .teaser-body {
        max-width: 100%;
    }
    .theme-filter {
        padding: 30px;
        margin: 0px 25px;
    }
    .grp-page .theme-filter {
        margin: 0px 0px 25px 0px;
        padding: 30px 20px;
    }
    div#realEstate-tab {
        margin-top: 20px;
    }
    .theme-filter .tabs .nav-item {
        margin-right: 20px;
    }
    .theme-filter .tabs .tab-content {
        padding-top: 10px;
    }
    .theme-filter .fiter-form .form-content .form-group.autowrap-width {
        width: 100%;
        max-width: 100%;
    }
    .frame-type-NewsSelector:not(.frame-AboutPageNews),
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) {
        margin-left: -20px;
        margin-right: -20px;
    }
    .grp-page .frame-type-NewsSelector:not(.frame-AboutPageNews),
    .grp-page .frame-type-AktuelleSelector:not(.frame-AboutPageNews) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .frame-type-NewsSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider {
        max-width: calc(100% - 50px);
    }
    .grp-page .frame-type-NewsSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider,
    .grp-page .frame-type-AktuelleSelector:not(.frame-AboutPageNews) .owl-carousel.image-slider {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .image-slider.owl-carousel .item .slide-image-wrap img {
        width: 100%;
    }
    .frame-AboutPageNews .image-slider.owl-carousel .item .slide-wrap {
        flex-wrap: wrap;
    }
    .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap {
        height: auto;
        width: 100%;
        flex: 0 0 100%;
        padding: 0 !important;
    }
    .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-title {
        margin-bottom: 10px;
    }
    .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box {
        padding: 20px 10px 20px 20px;
    }
    .image-slider.owl-carousel .item .slide-image-wrap {
        width: 100%;
        flex: 0 0 100%;
    }
    .image-slider.owl-carousel .item .slide-image-wrap img {
        min-width: 100%;
        height: auto;
    }
    .frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-footer {
        margin-top: 15px;
    }
    .theme-filter .counterup-wrap > .col-lg-3  .counterup .count {
        font-size: 22px;
        line-height: 36px;
    }
    .theme-filter .counterup-wrap > .col-lg-3  .counterup .text {
        font-size: 13px;
    }
    .theme-filter .counterup-wrap > .col-lg-3  .counterup {
        padding-top: 0px;
    }
    .theme-filter .counterup-wrap {
        margin: 0px -10px;
        margin-bottom: 20px;
    }
    .theme-filter h1 {
        margin-bottom: 0px;
    }
    footer.grp-footer .footer-logo .FooterMenuPage ul.links li a {
        white-space: nowrap;
    }
    .grp-footer .row > .col-6:first-child{
        flex: 0 0 70%;
        max-width: 70%;
    }
    .grp-footer .row > .col-6:last-child{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .theme-filter .fiter-form .form-content {
        margin-bottom: 0px;
    }
    .theme-filter .fiter-form .form-group:first-child {
        padding-left: 0px;
    }
    .fiter-form form .btn {
        text-align: center;
    }
    .location-wrap.touch {
        margin-top: 50px;
    }
    .tabs .nav.nav-tabs .nav-item:first-child {
        margin-left: 0px;
    }
    .theme-filter .fiter-form form {
        margin: 0 0px 0px;
    }
    .theme-filter .fiter-form .save-search-btn {
        margin: 30px 0px 0;
    }
    .focus-block {
        margin-bottom: 30px;
    }
    .frame-type-testimonialslider {
        margin-bottom: 20px;
    }
    .image-slider.owl-carousel .owl-nav .owl-next{
        right: -17px;
    }
    .image-slider.owl-carousel .owl-nav .owl-prev{
        left: -17px;
    }
    .image-slider {
        margin: 0 0 50px;
    }
    .regimo-regions {
        margin: 30px 0 70px;
    }
    .grp-page .frame-type-NewsSelector,
    .grp-page .frame-type-AktuelleSelector {
        margin-top: 50px;
    }
    .frame-space-after-medium {
        margin-bottom: 20px;
    }
    .grp-page .tx-tnt-job {
        margin-top: 30px;
    }
    .grp-page .image-slider .img-caption {
        height: auto;
        display: inline-block;
        width: 100%;
    }
    .frame-bern-home-page{
        top: 100px;	
        padding-right: 25px;
    }
    .frame-AboutPageNews .image-slider.owl-carousel .item .slide-image-wrap img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 525px){
    .frame-type-NewsSelector:not(.frame-AboutPageNews) h5,
    .frame-type-AktuelleSelector:not(.frame-AboutPageNews) h5 {
        margin: 0px 25px 2px 25px;
    }
    .grp-page .frame-type-NewsSelector:not(.frame-AboutPageNews) h5,
    .grp-page .frame-type-AktuelleSelector:not(.frame-AboutPageNews) h5 {
        margin: 0px 0px 2px 0px;
    }
    .grp-page .frame-type-imageSlider > h5 {
        margin: 0px 0px 2px 0px;
    }
}
@media (max-width: 567px){
    .frame-bern-home-page {
        top: 90px;
    }
     .frame-bern-home-page .aside-box .teaser-box .teaser-body:not(:last-child) {
        margin-bottom: 10px;
    }
    .frame-bern-home-page .aside-box .teaser-box .teaser-body .btn {
        font-size: 14px;
        border-radius: 0;
        min-height: 10px;
        position: relative;
        text-align: left;
        display: inline-block !important;
        padding: 3px 26px 3px 8px;
        line-height: 22px;
    }
    .frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body a {
        padding: 3px 26px 3px 8px;
    }
    .frame-bern-home-page .aside-box .teaser-box .teaser-body .btn i {
        right: 20px;
        top: 11px;
        font-size: 20px;
    }
    .frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body:first-child {
        font-size: 14px;
        line-height: 22px;
        padding: 3px 6px 3px 6px;
    }
    .frame-bern-home-page.frame-type-multiplebuttonbox .box.teaser-box .teaser-body a i {
        top: 3px;
        right: 4px;
    }
}
@media (max-width: 480px){
    .frame-bern-home-page {
        top: 85px;
    }
}
@media (max-width: 440px){
    .frame-bern-home-page {
        top: 80px;
        max-width: 300px;
    }
    .frame-bern-home-page .aside-box .box {
        padding: 20px;
        margin-bottom: 0;
    }
   
}
@media (max-width: 320px){
    header.header .header-elem .dropdown-nav {
        right: -3%;
    }
}
.item-disable {
    pointer-events: none;
    opacity: 0.3;
}

.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text .grp-news-content {
    display: none;
}
.frame-AboutPageNews .image-slider.owl-carousel .item .slide-content-wrap .teaser-box .teaser-body .teaser-text ul {
    display: none;
}
.blog-list-page h1 {
    font: 48px/57px "Riforma LL";
    color: #000000;
    font-weight: 500;
}
.blog-list-page .banner-text p {
    font: 30px/40px "Riforma LL";
    letter-spacing: 0px;
    color: #767571;
}
.blog-list-page .card .card-body {
    position: relative;
}
.blog-list-page .card .card-body span {
    font: 20px/23px "Riforma LL";
    margin-bottom: 20px;
    display: block;
}
.blog-list-page .card .card-body h1,
.blog-list-page .card .card-body h2,
.blog-list-page .card .card-body h3,
.blog-list-page .card .card-body h4,
.blog-list-page .card .card-body h5 {
    font: 22px/25px "Riforma LL";
    color: #020000;
    max-width: 380px;
    font-weight: 500;
}
.blog-list-page .card .card-body .card-text {
    max-width: 340px;
}
.blog-list-page .card .card-body .card-text .card-text-inner {
    padding-left: 0px;
}
.blog-list-page .card .card-body .card-text .card-text-inner p {
    font: 20px/25px "Riforma LL";
    color: #767571;
    margin-bottom: 5px;
}
.blog-list-page .banner-text p strong {
    font: 30px/40px "Riforma LL";
    letter-spacing: 0px;
    color: #767571;
    font-weight: 500;
}
.blog-list-page .card .card-body .card-text .card-text-inner p:last-child {
    color: #707070;
    margin-bottom: 0px;
}
.blog-list-page .card .card-body .card-link {
    position: absolute;
    bottom: 12px;
    right: 16px;
}
.blog-list-page .card .card-body .card-text .card-text-inner p:last-child a {
    color: #707070;
    background-image: none;
    display: inline-block;
    font: 20px/23px "Riforma LL";
}
.blog-list-page .card .card-body {
    padding: 18px 22px 18px 24px;
    display: inline-block;
}
.blog-list-page .card .card-body .card-link > span i {
    padding: 0;
    position: relative;
    top: 2px;
    color: #da0030;
    font-size: 16px;
    font-weight: bold;
    padding-left: 4px;
}
.blog-list-page .card .card-body .card-link > span {
    font: 20px/23px "Riforma LL";
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 0px !important;
}
.blog-list-page .theme-filter {
    margin: 0px 0px 66px 0px;
    padding: 30px 50px 40px 60px;
}
.blog-list-page .frame .row .col-lg-6.two-row-type {
    margin-bottom: 65px;
}
.blog-list-page .card .card-image .thumbnail {
    height: 100%;
}
.blog-list-page .banner-text .theme-filter .container {
    padding: 0;
    max-width: 1172px;
    margin-left: 0;
}
.page-item.active a.page-link {
    color: #fff !important;
}
.blog-list-page .frame-type-imageSlider {
    margin-top: 110px;
}

.grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption h6 {
    font: 22px/25px "Riforma LL";
    color: #020000;
    font-weight: 500;
}
.grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption p {
    font: 20px/25px "Riforma LL";
    color: #767571;
    margin-bottom: 30px;
}
.grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption {
    padding: 18px 22px 18px 24px;
    height: 100%;
    width: 100%;
    overflow: initial;
}
.grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption .relatedLink {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-bottom: 0px !important;
}
.grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption .relatedLink {
    color: #707070;
    background-image: none;
    display: inline-block;
    font: 20px/23px "Riforma LL";
}

.grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption .relatedLink i {
    padding: 0;
    position: relative;
    top: 2px;
    color: #da0030;
    font-size: 15px;
    font-weight: bold;
    padding-left: 4px;
}
.grp-page.blog-list-page .frame-type-imageSlider .image-slider {
    margin: 0 0 66px;
}
.grp-page.blog-list-page .frame-type-imageSlider .mr-lg.ext-link {
    margin-bottom: 65px;
}
.grp-page.blog-list-page .frame-type-imageSlider .mr-lg.ext-link a.btn {
    padding: 10px 21px 10px 20px;
}
.grp-page.blog-list-page .frame-type-imageSlider .image-slider figure {
    margin: 0 0 0rem;
    height: 100%;
}
.blog-detail-page {
    max-width: 1085px;
    margin-bottom: 50px;
}

.grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption span {
    margin-bottom: 20px;
    display: block;
}
.blog-list-page .frame-type-list .two-row-type article.well {
    height: 100%;
}
.blog-list-page .frame-type-list .pagination {
    padding: 0 0 30px !important;
}
.blog-detail-page p.top, .blog-detail-page p.top a {
    font: 20px/23px "Riforma LL";
    letter-spacing: 0px;
    color: #707070;
    margin-bottom: 25px;
    background-image: none;
}
.blog-detail-page h1 {
    font: 48px/57px "Riforma LL";
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 500;
}
.blog-detail-page .content p strong {
    font: 30px/40px "Riforma LL";
    letter-spacing: 0px;
    color: #767571;
    font-weight: 500;
}
.blog-detail-page .content p {
    font: 23px/40px "Riforma LL";
    letter-spacing: 0px;
    color: #767571;
}
.blog-detail-page .content h3 {
    font: 35px/38px "Riforma LL";
    letter-spacing: 0px;
    color: #020000;
}
.blog-detail-page .content h3 strong{
    font-weight: 400;
}
.blog-list-page .frame-type-imageSlider h3 {
    font: 35px/38px "Riforma LL";
    letter-spacing: 0px;
    color: #020000;
    margin-left: 30px;
    margin-bottom: 30px;
}
.blog-list-page .frame-type-imageSlider h3 strong{
    font-weight: 400;
}
.grp-page .frame-type-imageSlider .image-slider .item {
    background: #fff;
    height: 100%;
}
.grp-page.blog-list-page .frame-type-imageSlider .image-slider .owl-item .item .related-image {
    flex: 0 0 38%;
    max-width: 38%;
    background: #fff;
}
.loader.hide {
    display: none !important;
}
@media (max-width: 1320px) {
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption h6 {
        font: 20px/24px "Riforma LL";
        margin-bottom: 25px;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption p {
        font: 18px/24px "Riforma LL";
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption .relatedLink {
        font: 18px/20px "Riforma LL";
    }
}
@media (min-width: 768px) and (max-width: 1199.98px){
    .grp-page .banner-text h1    {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption{
        height: 356px;
    }
}
@media (max-width: 1024px) {
    .blog-list-page .banner-text p strong {
        font: 26px/36px "Riforma LL";
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption span {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption h6 {
        font: 18px/22px "Riforma LL";
        margin-bottom: 20px;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption p {
        font: 16px/22px "Riforma LL";
        margin-bottom: 5px;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption .relatedLink {
        font: 14px/20px "Riforma LL";
        bottom: 10px;
        right: 10px;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption .relatedLink i {
        padding-left: 0px;
    }
    .blog-list-page .frame .row .col-lg-6.two-row-type {
        margin-bottom: 35px;
    }
    .blog-list-page .theme-filter {
        margin: 0px 0px 40px 0px;
    }
    .blog-list-page .frame-type-list .pagination {
        padding: 15px 0 10px !important;
    }
    .blog-detail-page .content p {
        font: 20px/36px "Riforma LL";
    }
}
@media (min-width: 991px) {
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .owl-stage {
        display: flex;
    }
    /* .grp-page.blog-list-page .frame-type-imageSlider .image-slider .owl-item {
        height: 100%;
    }
     .grp-page.blog-list-page .frame-type-imageSlider .image-slider .owl-item .item {
        height: 100%;
    }  */
}
@media (min-width: 768px) {
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .regimo-filter {
        width: 100%;
        flex: 0 0 100%;
        height: 100%;
    }
}
@media (max-width: 991px) {
    .blog-list-page .card .card-image {
        flex-grow: 0;
    }
}
@media (max-width: 767.98px) {
    .grp-page.blog-list-page .frame-type-imageSlider .mr-lg.ext-link a.btn {
        text-align: center;
    }
    .blog-detail-page .content p {
        font: 16px/26px "Riforma LL";
        letter-spacing: 0px;
        color: #767571;
    }
    .blog-detail-page {
        margin-bottom: 20px;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .owl-item .item .related-image {
        min-height: 150px;
    }
    .blog-list-page .frame-type-imageSlider h3 {
        font: 26px/30px "Riforma LL";
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .blog-detail-page .content h3 {
        font: 26px/32px "Riforma LL";
        letter-spacing: 0px;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider figure .regimo-filter + figcaption p {
        margin-bottom: 0;
    }
    .grp-page.blog-list-page .frame-type-imageSlider .image-slider .item .img-caption {
        padding: 18px 22px 35px 24px;
    }
    .blog-list-page .frame-type-list .pagination {
        padding: 0px 0 20px !important;
    }
    .blog-list-page h1 {
        font: 40px/48px "Riforma LL";
        margin-bottom: 30px;
    }
    .blog-list-page .banner-text p strong {
        font: 20px/30px "Riforma LL";
        font-weight: 500;
    }
    .blog-list-page .card .card-body h1,
    .blog-list-page .card .card-body h2,
    .blog-list-page .card .card-body h3,
    .blog-list-page .card .card-body h4,
    .blog-list-page .card .card-body h5 {
        font: 20px/24px "Riforma LL";
    }
    .blog-list-page .card .card-body span {
        font: 14px/21px "Riforma LL";
        margin-bottom: 10px;
    }
    .blog-list-page .card .card-body .card-text .card-text-inner p {
        font: 14px/21px "Riforma LL";
        margin-bottom: 5px;
    }
    .blog-list-page .card .card-body .card-link > span {
        font: 14px/21px "Riforma LL";
        color: #707070;
    }
    .blog-list-page .card .card-body .card-link > span i {
        font-size: 14px;
    }
    .blog-list-page .theme-filter {
        margin: 0px 0px 45px 0px;
        padding: 20px 20px 40px 20px;
    }
}
.qr-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 39px;
}
.qr-code-wrapper .appImages {
    flex-direction: column;
    margin-bottom: 0;
    align-items: flex-end;
}
.qr-code-wrapper .appImages a.btn.btn-primary.d-block:first-child {
    margin-bottom: 20px;
}
.qr-code-wrapper .appImages a.btn.btn-primary.d-block {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 34px;
    display: inline-block !important;
}
.qr-code-wrapper .qr-code {
    width: 100px;
}
.qr-code-wrapper .appImages a.btn.btn-primary.d-block img {
    width: 130px;
    height: 40px;
    max-height: initial;
}
.appImages a.btn.btn-primary.d-block img {
    height: 100%;
}
	
.same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box {	
    padding: 0;	
    justify-content: flex-start;	
    align-items: center;	
}	
.same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box .teaser-body:first-child {	
    margin-right: 20px;	
}	
.same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box .teaser-body {	
    margin-bottom: 0px;	
    max-width: 280px;	
}	
.same-height-wrap.mieterportal-page {	
    margin-top: 2em;	
    margin-bottom: 2em;	
    padding-bottom: 0px;	
}	
/* .same-height-wrap.mieterportal-page .box.main-box {	
    padding: 40px 43px 40px 40px;	
    margin-bottom: 30px;	
}	
.same-height-wrap.mieterportal-page .box.main-box .box {	
    padding: 0px;	
}	
.same-height-wrap.mieterportal-page .box.main-box .box ul.downloadbox li {	
    padding-left: 0px;	
    position: relative;	
} */	
@media (min-width: 1200px) {	
    .same-height-wrap .frame-type-multiplebuttonbox .aside-box {	
        margin-bottom: 22px;	
    }	
}	
@media (min-width: 992px) and (max-width: 1034px){	
    .same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box .teaser-body {	
        max-width: 260px;	
    }	
}	
@media (max-width: 1440px) {	
    .news-selector .frame-type-AktuelleSelector:not(.frame-AboutPageNews) {	
        margin-left: -25px;	
        margin-right: -25px;	
    }	
}

@media (max-width: 1024px) {
    .qr-code-wrapper .appImages a.btn.btn-primary.d-block:first-child {
        margin-bottom: 10px;
    }
    .qr-code-wrapper .qr-code {
        width: 90px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {	
    .qr-code-wrapper {	
        justify-content: flex-start;	
    }	
    .qr-code-wrapper .qr-code {	
        margin-right: 60px;	
    }	
}
@media (min-width: 992px) {
    
    .appImages a.btn.btn-primary.d-block img {
        max-height: 35px;
    }
}
@media (min-width: 1025px) {
    
    .appImages a.btn.btn-primary.d-block img {
        max-height: 40px;
    }
}
	@media (max-width:991px) {	
    .same-height-wrap .frame-type-buttonLink .box.account-box.main-box > a.btn.btn-primary {	
        max-width: 280px;	
    }	
     .same-height-wrap.mieterportal-page {	
        margin-top: 30px;	
        margin-bottom: 30px;	
    }	
}	
@media (max-width:767px) {	
    .same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box .teaser-body {	
        max-width: 200px;	
    }	
    .same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box {	
        margin-bottom: 10px;	
    }	
    .same-height-wrap .frame-type-multiplebuttonbox .aside-box {	
        margin-bottom: 0px;	
    }	
    .same-height-wrap.mieterportal-page {	
        margin-bottom: 10px;	
    }	
    .footer-nav .ft-navs li.red a i {	
        margin-left: 0;	
    }	
}
@media (max-width: 576px) {
    .appImages a.btn.btn-primary.d-block img {
        max-height: 46px;
    }
    .same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box .teaser-body , .frame-type-buttonLink .box.account-box.main-box > a.btn.btn-primary{	
        max-width: 100%;	
    }	
    .same-height-wrap .frame-type-multiplebuttonbox .box.teaser-box .teaser-body:first-child {	
        margin-right: 0;	
        margin-bottom: 20px;	
    }	
    .same-height-wrap .frame-type-buttonLink .box.account-box.main-box > a.btn.btn-primary {	
        max-width: 100%;	
    }
}
div#cookieconsent\:window {
    bottom: 0px;
    position: fixed;
    left: 50%;
    background: transparent !important;
    transform: translateX(-50%);
    width: 100%;
    z-index: 998;
    right: auto;
    max-width: 100%;
}
body.footer_nav div#cookieconsent\:window {
    bottom: 50px;
}
div#cookieconsent\:body {
    font-family: "Riforma LL";
    background-color: #777;
    padding: 20px 30px;
    border: 0;
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
}
/*div#cookieconsent\:body .dp--cookie-check {
    display: none;
}*/
/*div#cookieconsent\:body .cc-compliance a.cc-btn.cc-deny,div#cookieconsent\:body .cc-compliance a.cc-btn.cc-allow {
    display: none;
}*/
span#cookieconsent\:desc {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.5;
    margin-top: 0;
    /*max-width: 850px;*/
    padding: 0;
    display: block;
}
div#cookieconsent\:body .cc-compliance a.cc-btn.cc-allow-all {
    padding: 5px 40px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: #da0030 !important;
    color: #fff !important;
   /* border: solid 2px #fff;*/
    border-radius: 0;
    min-width: 150px;
    max-width: 150px;
    margin-left: 30px;
    /*font-weight: bold;*/
    text-align: center;
}
div#cookieconsent\:body .cc-compliance a.cc-btn.cc-deny, div#cookieconsent\:body .cc-compliance button.cc-btn.cc-deny {
    padding: 5px 40px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: #da0030 !important;
    color: #fff !important;
    /* border: solid 2px #fff;*/
    border-radius: 0;
    min-width: 150px;
    max-width: 150px;
    margin-left: 30px;
    /*font-weight: bold;*/
    text-align: center;
	margin-top:5px;
	display:none;
}
div#cookieconsent\:body .cc-compliance a.cc-btn.cc-allow, div#cookieconsent\:body .cc-compliance button.cc-btn.cc-allow {
    padding: 5px 0px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    background: #da0030 !important;
    color: #fff !important;
    /* border: solid 2px #fff;*/
    border-radius: 0;
    min-width: 120px;
    max-width: 120px;
    margin-left: 30px;
    /*font-weight: bold;*/
    text-align: center;
	margin-top:5px;
    font-weight: 400;
}
.grp-page div#cookieconsent\:window {
    bottom: 0;
}

.cc_banner-wrapper {
    display: none;
}
span#cookieconsent\:desc a {
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}

span#cookieconsent\:desc a:hover {
  color: grey;
}

.dp--revoke.cc-bottom-right.cc-type-opt-in.cc-theme-edgeless.cc-hide {
    display: none;
}

.dp--revoke.cc-bottom-right.cc-type-opt-in.cc-theme-edgeless {
    display: none;
}

@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.9);
        transform-origin: 0 0;
    }
}
@media (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.85);
    }
}
@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.72);
    }
}
@media (max-width: 330px) {
    .qr-code-wrapper .appImages a.btn.btn-primary.d-block img {
        width: 115px;
        height: 40px;
    }
}
.form-group .input {
    position: relative;
}
.form-group .input .lightbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.form-group .input .lightbox + .custom-file-label {
    font-size: 16px;
    padding: 0 150px 0 12px;
}

.tx-t3extblog .thumbnail .regimo-filter:after, .tx-t3extblog .thumbnail .regimo-filter:before, .tx-t3extblog .thumbnail .regimo-filter span:before {
    background-color: transparent;
}
#realEstate-tab .tabs.tenatDetail .tab-content .col-md-12.content-extractnew p strong {
    font-size: 18px;
}
@media (min-width: 1200px) and (max-width: 1320px) {	
    .team-wrap.focus-block .card-body {	
        padding: 25px;	
    }	
    .team-wrap.focus-block .card .card-image {	
        -webkit-box-flex: 1;	
        -ms-flex: 1 0 175px;	
        flex: 1 0 175px;	
    }	
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    #realEstate-tab .tabs.tenatDetail .tab-content .col-md-12.content-extractnew p strong {
        font-size: 16px;
    }
}
@media (max-width: 1024.98px) {
    .frame-type-form_formframework form .form-group .input .lightbox + .custom-file-label {
        padding-right: 12px;
    }
}
@media (max-width: 767.98px) {
    body.footer_nav div#cookieconsent\:window {
        bottom: 45px;
    }
    #realEstate-tab .tabs.tenatDetail .tab-content .col-md-12.content-extractnew p strong {
        font-size: 14px;
    }
    .footer-nav .ft-navs li a i.icon-icon-new-bell {	
        font-size: 17px;	
        margin-left: 12px;	
    }	
    .footer-nav .ft-navs li a i {	
        margin-left: 0px;	
    }	
    .primary-nav .bottom-nav-item ul {	
        margin-bottom: 100px;	
    }
    .frame-type-form_formframework form .form-group .input .lightbox + .custom-file-label {
        height: 40px;
    }
    .frame-type-form_formframework form .form-group .input .lightbox + .custom-file-label span.custom-file-placeholder {
        line-height: 40px;
    }
}
header.header .header-elem .dropdown-nav ul.dropdown-menu li a[title="Aarau (dès le 4.7.2022)"] {
    pointer-events: none;
}
header.header .header-elem .dropdown-nav ul.dropdown-menu li a[title="Aarau (ab 4.7.2022)"] {
    pointer-events: none;
}
.autocomplete-wrap .input-area {
    position: relative;
    display: flex;
    align-items: center;
}
.location-wrap .tooltip-hover.selected[data-target="eight"] {
    pointer-events: none;
}
/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 999;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 0;
    width: 100%;
}
.ui-menu.ui-widget.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper p span {
    display: block;
}
.ui-menu.ui-widget.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper p >br + span {
    white-space: nowrap;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}


/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,


.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
/*.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}*/
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
    float: right;
    cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    color: #333;
    background-color: #f6f6f6;
}



.ui-autocomplete {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-autocomplete-multiselect {
    position: relative;
    display: flex;
    align-items: center;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Riforma LL";
    margin-left: -13px;
    margin-top: 10px;
    max-height: 300px;
    overflow-y: scroll;
    width: 100% !important;
    max-width: 298px;
}
.ui-menu.ui-widget.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper p {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    width: 100%;
}
.ui-menu.ui-widget.ui-autocomplete li.ui-menu-item {
    padding: 0 12px;
    font-size: 15px;
    line-height: 19px;
    border: 0;
    border-bottom: solid 1px #979797;
    min-height: 60px;
    outline: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cc-compliance {
    min-width: auto !important;
}
@media (max-width: 767px) {
    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
        width: auto !important;
    }
}

@media (max-width: 435px) {
    div#cookieconsent\:body span#cookieconsent\:desc .dp--cookie-check {
        justify-content: flex-start;
    }
    div#cookieconsent\:body span#cookieconsent\:desc .dp--cookie-check label:first-child {
        padding-left: 5px;
    }
}
.form-group.umkreis .chosen-container-single {
    min-width: inherit;
    width: 105px !important;
}
.form-group.umkreis {
    flex-grow: 0;
}
.theme-filter .fiter-form .form-content:nth-child(3) .form-group:first-child {
    flex-grow: 0;
    width: 25%;
}
.cc-window div#cookieconsent\:body .dp--cookie-check {
    border: none;
    border-radius: 0;
    justify-content: flex-start;
    gap: 60px;
    margin-top: 1rem;
}
.cc-window div#cookieconsent\:body {
    position: relative;
}
.cc-window div#cookieconsent\:body .cc-compliance.cc-highlight {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.cc-window div#cookieconsent\:body .cc-compliance a.cc-btn.cc-allow-all, .cc-window div#cookieconsent\:body .cc-compliance button.cc-btn.cc-allow-all,  .cc-window div#cookieconsent\:body .powered-by{
    display: none;
}
@media (max-width: 399px) {
    .cc-window div#cookieconsent\:body .dp--cookie-check {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    div#cookieconsent\:body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .cc-compliance.cc-highlight {
        gap: 10px;
        margin-top: 20px;
        justify-content: flex-start;
    }
    div#cookieconsent\:body .cc-compliance.cc-highlight a.cc-btn {
        margin-left: 0;
        margin-top: 0;
    }
    div#cookieconsent\:body span#cookieconsent\:desc .dp--cookie-check {
        flex-wrap: wrap;
    }
    .cc-window div#cookieconsent\:body .cc-compliance.cc-highlight {
        left: 30px;
    }
    .cc-window div#cookieconsent\:body .cc-compliance.cc-highlight {
        position: static;
    }
}


label[for="dp--cookie-marketing"] {
    display: none !important;
}

.cc-revoke.dp--revoke.cc-bottom-right.cc-type-info.cc-theme-edgeless  {
display:none;
}

/*--------------- new chnages kautionPage --------- */

.kautionPage .frame-type-text header h2 {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}
.kautionPage .frame-type-text ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border: 2px solid #DA1E30;
    width: 18px;
    height: 10px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-43deg);
}
.kautionPage .frame-type-text ul {
    padding-left: 0px;
}
.kautionPage .frame-type-text ul li {
    font-size: 23px;
    color: #777777;
    padding-left: 30px;
}
.kautionPage .frame-type-text ul li:not(:last-child) {
    border-bottom: 0.046875rem solid #707070;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.kautionPage .frame-type-text ul li strong {
    color: #767571;
}
.landing-page.kautionPage .accordion-item .btn-link {
    font-size: 23px;
    line-height: 36px;
    color: #020000;
    font-weight: bold;
}
.kautionPage .teaser-footer a {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #000;
    position: relative;
    z-index: 0;
    text-decoration: underline;
    padding-left: 40px;
}
.kautionPage .teaser-footer a:before {
    content: "";
    content: "\e911";
    font-family: "regimo-icon" !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 23px;
    color: #767571;
}
.kautionPage .teaser-footer a i {
    left: 0;
    color: #767571;
    margin-right: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 25px;
    display: none;
}
.kautionPage .banner-content{
    padding-bottom: 0 !important;
    position: absolute;
    top: 10% !important;
    display: flex;
    flex-direction: column-reverse;
    left: 50px !important;
    max-width: 100% !important;
    width: 43vw !important;
    height: auto !important;
}
.kautionPage .banner-content h1 {
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #020000;
    margin-bottom: 0px;
}
.kautionPage .banner-content p {
    margin-bottom: 0px;
    font: 18px / 22px "Riforma LL";
    letter-spacing: 0px;
    color: #020000;
}
.kautionPage .banner-content:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    mix-blend-mode: overlay;
    opacity: .3;
    pointer-events: none;
    content: '';
    z-index: 111;
}
.wrapper {
    width: 100%;
    max-width: 1440px;
    background: #EFEFEF;
    margin: 0 auto;
    transition: all ease-in-out 0.3s;
    padding-top: 125px !important;
    position: relative;
}
.landing-page .main-box p strong {
    margin-bottom: 0px !important;
}
.kautionPage .banner .banner_image .banner-content p{
    color: #fff !important;
}
.kautionPage .banner .banner_image .banner-content h1{
    color: #fff !important;
    position: relative;
    left: -4px;
}
@media (max-width: 767px) {
    .kautionPage .banner .banner_image .banner-content {
        display: flex !important;
        left: 20px !important;
        top: 0px !important;

    }
    .kautionPage .banner .banner_image .banner-content h1{
        font-size: 25px;
        line-height: 25px;
        position: relative;
        left: 0px;
    }
    .kautionPage .banner .banner_image .regimo-filter {
        display: block !important;
    }
    .kautionPage .frame-type-text ul li{
        font: 18px / 32px "Riforma LL";
    }
}
.kautionPage{width: 100%;
    max-width: 1440px;
    background: #EFEFEF;
    margin: 0 auto;
    transition: all ease-in-out 0.3s;
    padding-top: 0px !important;
    position: relative;
}
.kautionPage .box strong{
    font-weight: bold !important;
    color: #777777 !important;
}

.kaution-page-header .header-elem{
    padding: 35px 0 !important;
}
.kaution-page-header .header-elem .header-logo a{
    display: block !important;
}
.kautionPage .frame-type-text p {    
    color: #777777;
}
.kautionPage .wrap-top-minus .aside-box .teaser-text p strong {
    font-size: 18px !important;
}
@media (max-width: 1200px){ 
    .kautionPage .banner .banner_image .banner-content{
        top: 25px !important;
    }
}
@media (max-width: 770px) {
    .kautionPage .wrap-top-minus .aside-box .teaser-text p strong {
        font-size: 14px !important;
    }
}
@media (max-width: 545px) {
    .kautionPage .frame-type-text ul li {
        font: 14px / 26px "Riforma LL";
    }
}
.kautionPage .banner .banner_image .banner-content h1{
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media screen and ( max-width: 1400px) {
    .kautionPage .banner-content{
      width: 75vw !important;
    }
  }
  @media screen and ( max-width: 767px) {
    .kautionPage .banner-content{
      width: 43vw !important;
    }
  }
  @media screen and ( max-width: 767px) {
    .kautionPage .banner-content{
      width: 43vw !important;
    }
  }
  @media screen and ( max-width: 400px) {
    .kautionPage .banner-content{
      width: 61vw !important;
    }
  }
/*--------------- new chnages imprintPage --------- */
.imprint > p {
    margin-bottom: 27px;
}
.imprint {
    margin: 0 0 37px;
}

@media (max-width:380px) {
    header.header .header-elem .secondary-nav ul li {
        width: 22px;
    }
    header.header .header-elem .secondary-nav {
    		margin-right: 0px;
		}
    header.header .header-elem .header-logo {
        max-width: 27%;
        margin-right: 0px;
    }
}

.main-box.box.mr-lg {
    display: block !important;
}
body .link-box-job span[style*="font-size:10.0pt"] strong {
  font-size: 10pt !important;
}
