.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-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;
    }
}
.row--small {
    margin-left: -5px;
    margin-right: -5px;
}
.row--small .col,
.row--small .col-1,
.row--small .col-10,
.row--small .col-11,
.row--small .col-12,
.row--small .col-2,
.row--small .col-3,
.row--small .col-4,
.row--small .col-5,
.row--small .col-6,
.row--small .col-7,
.row--small .col-8,
.row--small .col-9,
.row--small .col-auto,
.row--small .col-lg,
.row--small .col-lg-1,
.row--small .col-lg-10,
.row--small .col-lg-11,
.row--small .col-lg-12,
.row--small .col-lg-2,
.row--small .col-lg-3,
.row--small .col-lg-4,
.row--small .col-lg-5,
.row--small .col-lg-6,
.row--small .col-lg-7,
.row--small .col-lg-8,
.row--small .col-lg-9,
.row--small .col-lg-auto,
.row--small .col-md,
.row--small .col-md-1,
.row--small .col-md-10,
.row--small .col-md-11,
.row--small .col-md-12,
.row--small .col-md-2,
.row--small .col-md-3,
.row--small .col-md-4,
.row--small .col-md-5,
.row--small .col-md-6,
.row--small .col-md-7,
.row--small .col-md-8,
.row--small .col-md-9,
.row--small .col-md-auto,
.row--small .col-sm,
.row--small .col-sm-1,
.row--small .col-sm-10,
.row--small .col-sm-11,
.row--small .col-sm-12,
.row--small .col-sm-2,
.row--small .col-sm-3,
.row--small .col-sm-4,
.row--small .col-sm-5,
.row--small .col-sm-6,
.row--small .col-sm-7,
.row--small .col-sm-8,
.row--small .col-sm-9,
.row--small .col-sm-auto,
.row--small .col-xl,
.row--small .col-xl-1,
.row--small .col-xl-10,
.row--small .col-xl-11,
.row--small .col-xl-12,
.row--small .col-xl-2,
.row--small .col-xl-3,
.row--small .col-xl-4,
.row--small .col-xl-5,
.row--small .col-xl-6,
.row--small .col-xl-7,
.row--small .col-xl-8,
.row--small .col-xl-9,
.row--small .col-xl-auto {
    padding-left: 5px;
    padding-right: 5px;
}
@font-face {
    font-family: Ubuntu, sans-serif;
}
* {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a,
button,
span {
    display: inline-block;
}
input,
textarea {
    display: block;
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
a {
    background-color: transparent;
    text-decoration: none;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a,
button {
    outline: 0;
    cursor: pointer;
}
li {
    list-style: none;
}
button {
    background: 0 0;
    border: none;
}
a,
button,
input,
textarea {
    color: #000;
    font-weight: inherit;
    -webkit-appearance: none;
    transition: all 0.5s ease;
}
:after,
:before {
    box-sizing: border-box;
}
textarea {
    resize: none;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0;
}
input {
    outline: 0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button {
    background: 0 0;
    display: none;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.full-img img {
    width: 100%;
}
figure {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 0.75em;
    opacity: 0.8;
}
[hidden] {
    display: none !important;
}
.img-full {
    width: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.h1,
h1 {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 46px;
    line-height: 53px;
    letter-spacing: -1.15px;
}
@media (max-width: 990px) {
    .h1,
    h1 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.65px;
    }
    .h1 br,
    h1 br {
        display: none;
    }
}
.text {
    margin-bottom: 30px;
}
.text > * + * {
    margin-top: 15px;
}
body {
    font-family: Ubuntu, sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 400;
    background: #fff;
    font-size: 16px;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
header {
    width: 100%;
}
main {
    -ms-flex: auto;
    flex: auto;
    display: block;
}
footer {
    margin: auto auto 0 auto;
    width: 100%;
}
.container,
.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}
.container {
    max-width: 1257px;
}
.container-fluid {
    max-width: 1920px;
}
.fancybox-navigation {
    position: static;
}
.swiper-button {
    outline: 0;
}
.swiper-button.swiper-button-prev {
    transform: scaleX(-1);
}
.swiper-button:after,
.swiper-button:before {
    display: none;
}
.swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    outline: 0;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.icon.icon-gradient {
    stroke: url(#gradientPrimary);
    fill: url(#gradientPrimary);
}
html {
    --scrollbarBG: #fff;
    --thumbBG: #3087fb;
    --thumbBG-gr: linear-gradient(135deg, #3087fb 0%, #333dbd 100%);
}
.custom-scroll {
    overflow: auto;
}
.custom-scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.custom-scroll::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: var(--thumbBG-gr);
    border-radius: 0;
    border: none;
}
input::-webkit-input-placeholder {
    color: #9c9c9c;
}
input::-moz-placeholder {
    color: #9c9c9c;
}
input:-moz-placeholder {
    color: #9c9c9c;
}
input:-ms-input-placeholder {
    color: #9c9c9c;
}
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
}
textarea::-moz-placeholder {
    color: #9c9c9c;
}
textarea:-moz-placeholder {
    color: #9c9c9c;
}
textarea:-ms-input-placeholder {
    color: #9c9c9c;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input:focus:-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus:-moz-placeholder {
    color: transparent;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-outline-light {
    text-align: center;
    color: #fff;
    padding: 20px 22px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 40px;
    transition: 0.5s;
    display: inline-block;
}
@media (max-width: 990px) {
    .btn-outline-light {
        font-size: 14px;
        padding: 12px 14px;
    }
}
.btn-outline-light:hover {
    color: #3178ef;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    transition: 0.5s;
    background: linear-gradient(135deg, #307bf1 0, #3349c7 50%, #307bf1 100%);
    background-size: 200% auto;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 22px;
    border-radius: 36px;
    text-align: center;
    display: inline-block;
}
.btn-primary:hover {
    background-position: right center;
}
@media (max-width: 735px) {
    .btn-full-mob {
        width: 100%;
    }
}
.form-control {
    margin-bottom: 16px;
}
.form-control__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}
.form-control__field {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
    padding: 18px;
    border: 0.881676px solid #cbcad3;
    border-radius: 7.05341px;
}
.form-control__field:focus {
    box-shadow: 0 8px 32px rgba(86, 44, 147, 0.1);
}
.form-control__note {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #777;
    padding-left: 36px;
}
.form-control__note .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    fill: #ff9a57;
}
.checkbox {
    padding-left: 42px;
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    padding-top: 4px;
}
.checkbox input,
.checkbox-icon {
    position: absolute;
    cursor: pointer;
    width: 31px;
    height: 31px;
    top: 0;
    left: 0;
}
.checkbox input {
    z-index: 2;
}
.checkbox-icon {
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cbcad3;
    transition: 0.5s;
}
.checkbox input:hover + .checkbox-icon {
    box-shadow: 0 8px 32px rgba(86, 44, 147, 0.1);
}
.checkbox input:checked + .checkbox-icon {
    background-image: url(../img/svg/check.svg);
}
.nice-select {
    float: none;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #484848;
    padding: 16px 18px;
    border: 0.881676px solid #cbcad3;
    border-radius: 7.05341px;
    height: auto;
    line-height: initial;
}
.calc-range {
    height: 10px;
    margin: 20px 0;
    background: #e4e2f1;
    border-radius: 5.33338px;
    border: none;
}
.calc-range .noUi-connect {
    background: linear-gradient(135deg, #3087fb 0, #333dbd 100%);
    border-radius: 5.33338px;
}
.noUi-horizontal .noUi-handle {
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.131296);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    top: -15px;
}
.noUi-horizontal .noUi-handle.noUi-active {
    box-shadow: 0 8px 32px rgba(86, 44, 147, 0.6);
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    display: none;
}
.modal {
    display: none;
    max-width: 90%;
    background-color: #fff;
    overflow: visible;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
    padding: 35px 30px;
    width: 380px;
}
.modal,
.modal > * {
    transform: translateY(150px);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}
.fancybox-slide--current .modal,
.fancybox-slide--current .modal > * {
    opacity: 1;
    transform: translateY(0);
}
.header {
    padding: 52px 0 56px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 990px) {
    .header {
        padding: 30px 0 44px 0;
    }
}
.logo img {
    width: 195px;
}
@media (max-width: 735px) {
    .logo img {
        width: 126px;
    }
}
.section--main {
    padding-bottom: 50px;
}
.section--main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15%;
    display: block;
    background: url(../img/bg.png) no-repeat top center;
    background-size: cover;
    pointer-events: none;
}
.main-text {
    color: #fff;
    margin-bottom: 78px;
    text-align: center;
}
@media (max-width: 990px) {
    .main-text {
        margin-bottom: 30px;
    }
}
.main-text--sm {
    margin-bottom: 50px;
}
@media (max-width: 990px) {
    .main-text--sm {
        margin-bottom: 30px;
    }
}
.main-text p {
    font-size: 17px;
    line-height: 27px;
    mix-blend-mode: normal;
    opacity: 0.7;
    max-width: 740px;
    display: inline-block;
}
@media (max-width: 990px) {
    .main-text p {
        font-size: 14px;
        line-height: 27px;
    }
}
.main-content {
    z-index: 1;
    background: #fff;
    box-shadow: 0 18px 88px rgba(86, 44, 147, 0.292282);
    border-radius: 24px;
}
@media (max-width: 990px) {
    .main-content {
        margin-bottom: 30px;
    }
}
.main-content--sm {
    max-width: 933px;
    margin: 0 auto;
}
.main-content__head {
    padding: 26px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 990px) {
    .main-content__head {
        padding: 26px 16px;
        display: block;
    }
}
.main-content__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.625px;
    color: #474141;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 990px) {
    .main-content__title {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -0.45px;
    }
}
.main-content__title img {
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 44px;
    margin-right: 25px;
}
@media (max-width: 990px) {
    .main-content__title img {
        margin-right: 16px;
    }
}
.main-content__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 990px) {
    .main-content__social {
        display: block;
    }
}
.main-content__body {
    padding: 24px 30px;
}
@media (max-width: 990px) {
    .main-content__body {
        padding: 24px 16px;
    }
}
.main-content__row {
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 990px) {
    .main-content__row {
        display: block;
    }
}
.main-content__aside {
    width: 300px;
    padding-right: 24px;
}
@media (max-width: 990px) {
    .main-content__aside {
        width: 100%;
        padding-right: 0;
    }
}
.main-content__aside.custom-scroll {
    max-height: 410px;
}
@media (max-width: 990px) {
    .main-content__aside.custom-scroll {
        max-height: none;
        overflow: visible;
    }
}
.main-content__form {
    width: calc(100% - 300px);
    padding-left: 30px;
}
@media (max-width: 990px) {
    .main-content__form {
        padding-left: 0;
        width: 100%;
        margin-top: 24px;
    }
}
.main-content__form_btm {
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 735px) {
    .main-content__form_btm {
        display: block;
    }
}
.main-content__form__date {
    width: 200px;
}
@media (max-width: 735px) {
    .main-content__form__date {
        width: 100%;
    }
}
.main-content__form__pay {
    width: calc(100% - 200px);
    padding-left: 30px;
}
@media (max-width: 735px) {
    .main-content__form__pay {
        width: 100%;
        padding-left: 0;
    }
}
.come-back {
    font-weight: 500;
    color: #3178ef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 990px) {
    .come-back {
        margin: 8px 0 0 0;
    }
}
.come-back .icon {
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin-right: 5px;
}
.come-back:hover {
    opacity: 0.7;
}
.social-list {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
@media (max-width: 990px) {
    .social-list {
        overflow: hidden;
        overflow-x: auto;
        -ms-flex-pack: left;
        justify-content: left;
        -ms-flex: none;
        flex: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: -50px -16px;
        width: calc(100% + 32px);
        padding: 50px 16px;
    }
}
.social-list__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.45px;
    color: #474141;
    margin-right: 22px;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
@media (max-width: 990px) {
    .social-list__title {
        padding-bottom: 16px;
        border-bottom: 0.748562px solid #ddd;
        margin-bottom: 16px;
        -ms-flex: none;
        flex: none;
        text-align: center;
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px);
    }
}
.social-list__btn {
    margin: 4px 10px;
    width: 44px;
    height: 44px;
}
@media (max-width: 990px) {
    .social-list__btn {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.social-list__btn:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background-color: #fff;
    border-radius: 14px;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    box-shadow: 0 20px 37px rgba(86, 44, 149, 0.508377);
}
.social-list__btn.active:before,
.social-list__btn:hover:before {
    opacity: 1;
}
.social-list__btn img {
    width: 44px;
}
.social-head {
    padding-right: 178px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
    color: #777;
}
@media (max-width: 990px) {
    .social-head {
        display: none;
    }
}
.social.custom-scroll {
    max-height: 326px;
}
.social-item {
    width: 100%;
    padding: 8px 16px;
    background: linear-gradient(270deg, #fff 0, #f0eef9 100%);
    border-radius: 5.9885px;
    margin-bottom: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.social-item__title {
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #484848;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.social-item__title .icon {
    width: 18px;
    height: 18px;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin-right: 10px;
}
.social-item__price {
    margin: 0 22px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.social-item .btn-primary {
    padding: 12px 14px;
    font-size: 14px;
}
@media (max-width: 990px) {
    .social-item .btn-primary {
        display: none;
    }
}
.social-item:hover .btn-primary {
    background-position: right center;
}
.service-link {
    width: 100%;
    padding: 16px 44px 16px 20px;
    background: linear-gradient(180deg, #f4f2fa 0, #f0eef9 100%);
    border-radius: 11px;
    margin-bottom: 15px;
}
.service-link:hover {
    opacity: 0.9;
}
.service-link.active {
    background: linear-gradient(135deg, #3087fb 0, #333dbd 100%);
    color: #fff;
}
.service-link.active .info .icon {
    fill: #fff;
}
.service-link .info {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    font-size: 16px;
    height: 16px;
    width: 16px;
    transition: 0.5s;
    cursor: pointer;
}
.service-link .info .icon {
    fill: #c7c2da;
}
@media (max-width: 990px) {
    .service-list {
        display: none;
    }
}
.service-select {
    display: none;
}
@media (max-width: 990px) {
    .service-select {
        display: block;
    }
}
.service-select .nice-select {
    float: none;
    background: linear-gradient(135deg, #3087fb 0, #333dbd 100%);
    border-radius: 11px;
    padding: 16px 44px 16px 16px;
    border: none;
    height: auto;
    line-height: initial;
    font-weight: 500;
}
.service-select .nice-select .current {
    display: block;
    white-space: normal;
    overflow: visible;
    color: #fff;
}
.service-select .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
}
.service-select .nice-select .list {
    width: 100%;
    border: none;
    box-shadow: 0 8px 32px rgba(86, 44, 147, 0.5);
    border-radius: 11px;
}
.service-select .nice-select .list .option {
    white-space: normal;
    line-height: initial;
    height: auto;
    min-height: auto;
    padding: 8px 16px;
    font-weight: 500;
}
.select-img .nice-select {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 15px 36px 15px 18px;
    font-weight: 500;
    border: none;
    background: linear-gradient(180deg, #f4f2fa 0, #f0eef9 100%);
    border-radius: 8px;
}
.select-img .nice-select .current {
    padding-left: 42px;
    min-height: 32px;
    line-height: 32px;
    font-weight: 700;
}
.select-img .nice-select:after {
    right: 16px;
    width: 8px;
    height: 8px;
    border-bottom-color: #136eec;
    border-right-color: #136eec;
}
.select-img .current,
.select-img .option {
    background-size: 32px;
    background-repeat: no-repeat;
}
.select-img .list {
    width: 100%;
    box-shadow: 0 8px 32px rgba(86, 44, 147, 0.3);
    border: none;
}
.select-img .option {
    font-weight: 700;
    line-height: initial;
    height: auto;
    min-height: auto;
    padding: 16px 12px 16px 62px;
    background-position: 16px 50%;
}
.option-like {
    background-image: url(../img/social/like.png);
}
.option-inst {
    background-image: url(../img/social/inst.png);
}
.option-vk {
    background-image: url(../img/social/vk.png);
}
.option-qiwi {
    background-image: url(../img/social/qiwi.png);
}
.range-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.range-info__data {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3178ef;
}
.range-info .form-control__field {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #3178ef;
    padding: 0 2px;
    height: 44px;
    line-height: 44px;
    width: 80px;
}
.social-list__btn--other {
    cursor: pointer;
}
.social-list__drop {
    margin: -5px -9px;
    z-index: 10;
    background: linear-gradient(180deg, #f4f2fa 0, #f0eef9 100%);
    box-shadow: 0 26px 26px #d0ccdf;
    border-radius: 8px;
    width: 275px;
    transition: 0.5s;
}
.social-list__drop.active {
    opacity: 1;
    pointer-events: auto;
}
.social-list__drop a {
    display: block;
    padding: 20px 12px 20px 54px;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    color: #484848;
    border-bottom: 1px solid #d5d5d5;
}
.social-list__drop a:last-child {
    border-bottom: none;
}
.social-list__drop a:hover {
    color: #136eec;
}
.social-list__drop a img {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 28px;
    max-height: 28px;
    transform: translateY(-50%);
    z-index: 1;
}
.icon {
    cursor: pointer;
    outline: 0;
}
.tippy-box {
    background: linear-gradient(180deg, #f4f2fa 0, #f0eef9 100%);
    box-shadow: 0 26px 26px rgba(51, 49, 58, 0.202018);
    border-radius: 8px;
    font-size: 13px;
    line-height: 15px;
    color: #585757;
}
.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow:before {
    border-left-color: #f4f2fa;
}
.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow:before {
    border-top-color: #f4f2fa;
}
.tippy-box[data-theme~="light"][data-placement^="bottom"] > .tippy-arrow:before {
    border-bottom-color: #f4f2fa;
}
.tippy-box[data-theme~="light"][data-placement^="right"] > .tippy-arrow:before {
    border-right-color: #f4f2fa;
}
.form-control__note {
    padding-top: 4px;
}
.select-img .option {
    padding: 20px 12px 20px 62px;
    background-color: #f4f2fa;
}
.main-content__social {
    width: 100%;
}
@media (max-width: 1240px) {
    .main-content__social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.social-list {
    padding-right: 16px;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1240px) and (min-width: 991px) {
    .social-list {
        margin-top: 12px;
    }
}
@media (max-width: 1240px) {
    .social-list {
        -ms-flex-pack: left;
        justify-content: left;
        padding-right: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.social-item__title {
    padding-left: 28px;
}
.social-item__title .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 990px) {
    .add-come-back {
        padding-left: 44px;
    }
    .add-come-back .come-back {
        position: absolute;
        font-size: 0;
        top: 50%;
        left: 16px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        z-index: 2;
    }
    .add-come-back .come-back .icon {
        width: 20px;
        height: 20px;
    }
}
.aside--lk--dop {
    display: none;
    width: 285px;
    padding: 30px 20px;
    background: linear-gradient(270deg, #f0eef9 0, #fff 100%);
}
@media (max-width: 990px) {
    .aside--lk--dop {
        display: block;
    }
}
/*# sourceMappingURL=main.min.css.map */
