@charset "UTF-8";
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*
 * 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 {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

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

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

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

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

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

.order-first {
    -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;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-md-first {
        -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;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-lg-first {
        -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;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-xl-first {
        -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;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-table {
    display: table;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none;
    }

    .d-sm-inline {
        display: inline;
    }

    .d-sm-inline-block {
        display: inline-block;
    }

    .d-sm-block {
        display: block;
    }

    .d-sm-table {
        display: table;
    }

    .d-sm-table-row {
        display: table-row;
    }

    .d-sm-table-cell {
        display: table-cell;
    }

    .d-sm-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none;
    }

    .d-md-inline {
        display: inline;
    }

    .d-md-inline-block {
        display: inline-block;
    }

    .d-md-block {
        display: block;
    }

    .d-md-table {
        display: table;
    }

    .d-md-table-row {
        display: table-row;
    }

    .d-md-table-cell {
        display: table-cell;
    }

    .d-md-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none;
    }

    .d-lg-inline {
        display: inline;
    }

    .d-lg-inline-block {
        display: inline-block;
    }

    .d-lg-block {
        display: block;
    }

    .d-lg-table {
        display: table;
    }

    .d-lg-table-row {
        display: table-row;
    }

    .d-lg-table-cell {
        display: table-cell;
    }

    .d-lg-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none;
    }

    .d-xl-inline {
        display: inline;
    }

    .d-xl-inline-block {
        display: inline-block;
    }

    .d-xl-block {
        display: block;
    }

    .d-xl-table {
        display: table;
    }

    .d-xl-table-row {
        display: table-row;
    }

    .d-xl-table-cell {
        display: table-cell;
    }

    .d-xl-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media print {
    .d-print-none {
        display: none;
    }

    .d-print-inline {
        display: inline;
    }

    .d-print-inline-block {
        display: inline-block;
    }

    .d-print-block {
        display: block;
    }

    .d-print-table {
        display: table;
    }

    .d-print-table-row {
        display: table-row;
    }

    .d-print-table-cell {
        display: table-cell;
    }

    .d-print-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-fill {
    flex: 1 1 auto;
}

.flex-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.align-items-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.align-self-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row;
    }

    .flex-sm-column {
        flex-direction: column;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-sm-wrap {
        flex-wrap: wrap;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-sm-fill {
        flex: 1 1 auto;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-sm-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .align-items-sm-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .align-items-sm-center {
        -ms-flex-align: center;
        align-items: center;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row;
    }

    .flex-md-column {
        flex-direction: column;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-md-wrap {
        flex-wrap: wrap;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-md-fill {
        flex: 1 1 auto;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .justify-content-md-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-md-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-md-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-md-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .align-items-md-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .align-items-md-center {
        -ms-flex-align: center;
        align-items: center;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .align-self-md-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .align-self-md-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .align-self-md-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row;
    }

    .flex-lg-column {
        flex-direction: column;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-lg-wrap {
        flex-wrap: wrap;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-lg-fill {
        flex: 1 1 auto;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-lg-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .align-items-lg-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .align-items-lg-center {
        -ms-flex-align: center;
        align-items: center;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row;
    }

    .flex-xl-column {
        flex-direction: column;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse;
    }

    .flex-xl-wrap {
        flex-wrap: wrap;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .flex-xl-fill {
        flex: 1 1 auto;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-xl-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .align-items-xl-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .align-items-xl-center {
        -ms-flex-align: center;
        align-items: center;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}
.m-0 {
    margin: 0;
}

.mt-0,
.my-0 {
    margin-top: 0;
}

.mr-0,
.mx-0 {
    margin-right: 0;
}

.mb-0,
.my-0 {
    margin-bottom: 0;
}

.ml-0,
.mx-0 {
    margin-left: 0;
}

.m-1 {
    margin: 0.25rem;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.mt-3,
.my-3 {
    margin-top: 1rem;
}

.mr-3,
.mx-3 {
    margin-right: 1rem;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
    margin-left: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.mt-5,
.my-5 {
    margin-top: 3rem;
}

.mr-5,
.mx-5 {
    margin-right: 3rem;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
    margin-left: 3rem;
}

.p-0 {
    padding: 0;
}

.pt-0,
.py-0 {
    padding-top: 0;
}

.pr-0,
.px-0 {
    padding-right: 0;
}

.pb-0,
.py-0 {
    padding-bottom: 0;
}

.pl-0,
.px-0 {
    padding-left: 0;
}

.p-1 {
    padding: 0.25rem;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.pt-3,
.py-3 {
    padding-top: 1rem;
}

.pr-3,
.px-3 {
    padding-right: 1rem;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem;
}

.pl-3,
.px-3 {
    padding-left: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.pt-5,
.py-5 {
    padding-top: 3rem;
}

.pr-5,
.px-5 {
    padding-right: 3rem;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem;
}

.pl-5,
.px-5 {
    padding-left: 3rem;
}

.m-n1 {
    margin: -0.25rem;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem;
}

.m-n2 {
    margin: -0.5rem;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem;
}

.m-n3 {
    margin: -1rem;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem;
}

.m-n4 {
    margin: -1.5rem;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem;
}

.m-n5 {
    margin: -3rem;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem;
}

.m-auto {
    margin: auto;
}

.mt-auto,
.my-auto {
    margin-top: auto;
}

.mr-auto,
.mx-auto {
    margin-right: auto;
}

.mb-auto,
.my-auto {
    margin-bottom: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0;
    }

    .mt-sm-0,
.my-sm-0 {
        margin-top: 0;
    }

    .mr-sm-0,
.mx-sm-0 {
        margin-right: 0;
    }

    .mb-sm-0,
.my-sm-0 {
        margin-bottom: 0;
    }

    .ml-sm-0,
.mx-sm-0 {
        margin-left: 0;
    }

    .m-sm-1 {
        margin: 0.25rem;
    }

    .mt-sm-1,
.my-sm-1 {
        margin-top: 0.25rem;
    }

    .mr-sm-1,
.mx-sm-1 {
        margin-right: 0.25rem;
    }

    .mb-sm-1,
.my-sm-1 {
        margin-bottom: 0.25rem;
    }

    .ml-sm-1,
.mx-sm-1 {
        margin-left: 0.25rem;
    }

    .m-sm-2 {
        margin: 0.5rem;
    }

    .mt-sm-2,
.my-sm-2 {
        margin-top: 0.5rem;
    }

    .mr-sm-2,
.mx-sm-2 {
        margin-right: 0.5rem;
    }

    .mb-sm-2,
.my-sm-2 {
        margin-bottom: 0.5rem;
    }

    .ml-sm-2,
.mx-sm-2 {
        margin-left: 0.5rem;
    }

    .m-sm-3 {
        margin: 1rem;
    }

    .mt-sm-3,
.my-sm-3 {
        margin-top: 1rem;
    }

    .mr-sm-3,
.mx-sm-3 {
        margin-right: 1rem;
    }

    .mb-sm-3,
.my-sm-3 {
        margin-bottom: 1rem;
    }

    .ml-sm-3,
.mx-sm-3 {
        margin-left: 1rem;
    }

    .m-sm-4 {
        margin: 1.5rem;
    }

    .mt-sm-4,
.my-sm-4 {
        margin-top: 1.5rem;
    }

    .mr-sm-4,
.mx-sm-4 {
        margin-right: 1.5rem;
    }

    .mb-sm-4,
.my-sm-4 {
        margin-bottom: 1.5rem;
    }

    .ml-sm-4,
.mx-sm-4 {
        margin-left: 1.5rem;
    }

    .m-sm-5 {
        margin: 3rem;
    }

    .mt-sm-5,
.my-sm-5 {
        margin-top: 3rem;
    }

    .mr-sm-5,
.mx-sm-5 {
        margin-right: 3rem;
    }

    .mb-sm-5,
.my-sm-5 {
        margin-bottom: 3rem;
    }

    .ml-sm-5,
.mx-sm-5 {
        margin-left: 3rem;
    }

    .p-sm-0 {
        padding: 0;
    }

    .pt-sm-0,
.py-sm-0 {
        padding-top: 0;
    }

    .pr-sm-0,
.px-sm-0 {
        padding-right: 0;
    }

    .pb-sm-0,
.py-sm-0 {
        padding-bottom: 0;
    }

    .pl-sm-0,
.px-sm-0 {
        padding-left: 0;
    }

    .p-sm-1 {
        padding: 0.25rem;
    }

    .pt-sm-1,
.py-sm-1 {
        padding-top: 0.25rem;
    }

    .pr-sm-1,
.px-sm-1 {
        padding-right: 0.25rem;
    }

    .pb-sm-1,
.py-sm-1 {
        padding-bottom: 0.25rem;
    }

    .pl-sm-1,
.px-sm-1 {
        padding-left: 0.25rem;
    }

    .p-sm-2 {
        padding: 0.5rem;
    }

    .pt-sm-2,
.py-sm-2 {
        padding-top: 0.5rem;
    }

    .pr-sm-2,
.px-sm-2 {
        padding-right: 0.5rem;
    }

    .pb-sm-2,
.py-sm-2 {
        padding-bottom: 0.5rem;
    }

    .pl-sm-2,
.px-sm-2 {
        padding-left: 0.5rem;
    }

    .p-sm-3 {
        padding: 1rem;
    }

    .pt-sm-3,
.py-sm-3 {
        padding-top: 1rem;
    }

    .pr-sm-3,
.px-sm-3 {
        padding-right: 1rem;
    }

    .pb-sm-3,
.py-sm-3 {
        padding-bottom: 1rem;
    }

    .pl-sm-3,
.px-sm-3 {
        padding-left: 1rem;
    }

    .p-sm-4 {
        padding: 1.5rem;
    }

    .pt-sm-4,
.py-sm-4 {
        padding-top: 1.5rem;
    }

    .pr-sm-4,
.px-sm-4 {
        padding-right: 1.5rem;
    }

    .pb-sm-4,
.py-sm-4 {
        padding-bottom: 1.5rem;
    }

    .pl-sm-4,
.px-sm-4 {
        padding-left: 1.5rem;
    }

    .p-sm-5 {
        padding: 3rem;
    }

    .pt-sm-5,
.py-sm-5 {
        padding-top: 3rem;
    }

    .pr-sm-5,
.px-sm-5 {
        padding-right: 3rem;
    }

    .pb-sm-5,
.py-sm-5 {
        padding-bottom: 3rem;
    }

    .pl-sm-5,
.px-sm-5 {
        padding-left: 3rem;
    }

    .m-sm-n1 {
        margin: -0.25rem;
    }

    .mt-sm-n1,
.my-sm-n1 {
        margin-top: -0.25rem;
    }

    .mr-sm-n1,
.mx-sm-n1 {
        margin-right: -0.25rem;
    }

    .mb-sm-n1,
.my-sm-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-sm-n1,
.mx-sm-n1 {
        margin-left: -0.25rem;
    }

    .m-sm-n2 {
        margin: -0.5rem;
    }

    .mt-sm-n2,
.my-sm-n2 {
        margin-top: -0.5rem;
    }

    .mr-sm-n2,
.mx-sm-n2 {
        margin-right: -0.5rem;
    }

    .mb-sm-n2,
.my-sm-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-sm-n2,
.mx-sm-n2 {
        margin-left: -0.5rem;
    }

    .m-sm-n3 {
        margin: -1rem;
    }

    .mt-sm-n3,
.my-sm-n3 {
        margin-top: -1rem;
    }

    .mr-sm-n3,
.mx-sm-n3 {
        margin-right: -1rem;
    }

    .mb-sm-n3,
.my-sm-n3 {
        margin-bottom: -1rem;
    }

    .ml-sm-n3,
.mx-sm-n3 {
        margin-left: -1rem;
    }

    .m-sm-n4 {
        margin: -1.5rem;
    }

    .mt-sm-n4,
.my-sm-n4 {
        margin-top: -1.5rem;
    }

    .mr-sm-n4,
.mx-sm-n4 {
        margin-right: -1.5rem;
    }

    .mb-sm-n4,
.my-sm-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-sm-n4,
.mx-sm-n4 {
        margin-left: -1.5rem;
    }

    .m-sm-n5 {
        margin: -3rem;
    }

    .mt-sm-n5,
.my-sm-n5 {
        margin-top: -3rem;
    }

    .mr-sm-n5,
.mx-sm-n5 {
        margin-right: -3rem;
    }

    .mb-sm-n5,
.my-sm-n5 {
        margin-bottom: -3rem;
    }

    .ml-sm-n5,
.mx-sm-n5 {
        margin-left: -3rem;
    }

    .m-sm-auto {
        margin: auto;
    }

    .mt-sm-auto,
.my-sm-auto {
        margin-top: auto;
    }

    .mr-sm-auto,
.mx-sm-auto {
        margin-right: auto;
    }

    .mb-sm-auto,
.my-sm-auto {
        margin-bottom: auto;
    }

    .ml-sm-auto,
.mx-sm-auto {
        margin-left: auto;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0;
    }

    .mt-md-0,
.my-md-0 {
        margin-top: 0;
    }

    .mr-md-0,
.mx-md-0 {
        margin-right: 0;
    }

    .mb-md-0,
.my-md-0 {
        margin-bottom: 0;
    }

    .ml-md-0,
.mx-md-0 {
        margin-left: 0;
    }

    .m-md-1 {
        margin: 0.25rem;
    }

    .mt-md-1,
.my-md-1 {
        margin-top: 0.25rem;
    }

    .mr-md-1,
.mx-md-1 {
        margin-right: 0.25rem;
    }

    .mb-md-1,
.my-md-1 {
        margin-bottom: 0.25rem;
    }

    .ml-md-1,
.mx-md-1 {
        margin-left: 0.25rem;
    }

    .m-md-2 {
        margin: 0.5rem;
    }

    .mt-md-2,
.my-md-2 {
        margin-top: 0.5rem;
    }

    .mr-md-2,
.mx-md-2 {
        margin-right: 0.5rem;
    }

    .mb-md-2,
.my-md-2 {
        margin-bottom: 0.5rem;
    }

    .ml-md-2,
.mx-md-2 {
        margin-left: 0.5rem;
    }

    .m-md-3 {
        margin: 1rem;
    }

    .mt-md-3,
.my-md-3 {
        margin-top: 1rem;
    }

    .mr-md-3,
.mx-md-3 {
        margin-right: 1rem;
    }

    .mb-md-3,
.my-md-3 {
        margin-bottom: 1rem;
    }

    .ml-md-3,
.mx-md-3 {
        margin-left: 1rem;
    }

    .m-md-4 {
        margin: 1.5rem;
    }

    .mt-md-4,
.my-md-4 {
        margin-top: 1.5rem;
    }

    .mr-md-4,
.mx-md-4 {
        margin-right: 1.5rem;
    }

    .mb-md-4,
.my-md-4 {
        margin-bottom: 1.5rem;
    }

    .ml-md-4,
.mx-md-4 {
        margin-left: 1.5rem;
    }

    .m-md-5 {
        margin: 3rem;
    }

    .mt-md-5,
.my-md-5 {
        margin-top: 3rem;
    }

    .mr-md-5,
.mx-md-5 {
        margin-right: 3rem;
    }

    .mb-md-5,
.my-md-5 {
        margin-bottom: 3rem;
    }

    .ml-md-5,
.mx-md-5 {
        margin-left: 3rem;
    }

    .p-md-0 {
        padding: 0;
    }

    .pt-md-0,
.py-md-0 {
        padding-top: 0;
    }

    .pr-md-0,
.px-md-0 {
        padding-right: 0;
    }

    .pb-md-0,
.py-md-0 {
        padding-bottom: 0;
    }

    .pl-md-0,
.px-md-0 {
        padding-left: 0;
    }

    .p-md-1 {
        padding: 0.25rem;
    }

    .pt-md-1,
.py-md-1 {
        padding-top: 0.25rem;
    }

    .pr-md-1,
.px-md-1 {
        padding-right: 0.25rem;
    }

    .pb-md-1,
.py-md-1 {
        padding-bottom: 0.25rem;
    }

    .pl-md-1,
.px-md-1 {
        padding-left: 0.25rem;
    }

    .p-md-2 {
        padding: 0.5rem;
    }

    .pt-md-2,
.py-md-2 {
        padding-top: 0.5rem;
    }

    .pr-md-2,
.px-md-2 {
        padding-right: 0.5rem;
    }

    .pb-md-2,
.py-md-2 {
        padding-bottom: 0.5rem;
    }

    .pl-md-2,
.px-md-2 {
        padding-left: 0.5rem;
    }

    .p-md-3 {
        padding: 1rem;
    }

    .pt-md-3,
.py-md-3 {
        padding-top: 1rem;
    }

    .pr-md-3,
.px-md-3 {
        padding-right: 1rem;
    }

    .pb-md-3,
.py-md-3 {
        padding-bottom: 1rem;
    }

    .pl-md-3,
.px-md-3 {
        padding-left: 1rem;
    }

    .p-md-4 {
        padding: 1.5rem;
    }

    .pt-md-4,
.py-md-4 {
        padding-top: 1.5rem;
    }

    .pr-md-4,
.px-md-4 {
        padding-right: 1.5rem;
    }

    .pb-md-4,
.py-md-4 {
        padding-bottom: 1.5rem;
    }

    .pl-md-4,
.px-md-4 {
        padding-left: 1.5rem;
    }

    .p-md-5 {
        padding: 3rem;
    }

    .pt-md-5,
.py-md-5 {
        padding-top: 3rem;
    }

    .pr-md-5,
.px-md-5 {
        padding-right: 3rem;
    }

    .pb-md-5,
.py-md-5 {
        padding-bottom: 3rem;
    }

    .pl-md-5,
.px-md-5 {
        padding-left: 3rem;
    }

    .m-md-n1 {
        margin: -0.25rem;
    }

    .mt-md-n1,
.my-md-n1 {
        margin-top: -0.25rem;
    }

    .mr-md-n1,
.mx-md-n1 {
        margin-right: -0.25rem;
    }

    .mb-md-n1,
.my-md-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-md-n1,
.mx-md-n1 {
        margin-left: -0.25rem;
    }

    .m-md-n2 {
        margin: -0.5rem;
    }

    .mt-md-n2,
.my-md-n2 {
        margin-top: -0.5rem;
    }

    .mr-md-n2,
.mx-md-n2 {
        margin-right: -0.5rem;
    }

    .mb-md-n2,
.my-md-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-md-n2,
.mx-md-n2 {
        margin-left: -0.5rem;
    }

    .m-md-n3 {
        margin: -1rem;
    }

    .mt-md-n3,
.my-md-n3 {
        margin-top: -1rem;
    }

    .mr-md-n3,
.mx-md-n3 {
        margin-right: -1rem;
    }

    .mb-md-n3,
.my-md-n3 {
        margin-bottom: -1rem;
    }

    .ml-md-n3,
.mx-md-n3 {
        margin-left: -1rem;
    }

    .m-md-n4 {
        margin: -1.5rem;
    }

    .mt-md-n4,
.my-md-n4 {
        margin-top: -1.5rem;
    }

    .mr-md-n4,
.mx-md-n4 {
        margin-right: -1.5rem;
    }

    .mb-md-n4,
.my-md-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-md-n4,
.mx-md-n4 {
        margin-left: -1.5rem;
    }

    .m-md-n5 {
        margin: -3rem;
    }

    .mt-md-n5,
.my-md-n5 {
        margin-top: -3rem;
    }

    .mr-md-n5,
.mx-md-n5 {
        margin-right: -3rem;
    }

    .mb-md-n5,
.my-md-n5 {
        margin-bottom: -3rem;
    }

    .ml-md-n5,
.mx-md-n5 {
        margin-left: -3rem;
    }

    .m-md-auto {
        margin: auto;
    }

    .mt-md-auto,
.my-md-auto {
        margin-top: auto;
    }

    .mr-md-auto,
.mx-md-auto {
        margin-right: auto;
    }

    .mb-md-auto,
.my-md-auto {
        margin-bottom: auto;
    }

    .ml-md-auto,
.mx-md-auto {
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0;
    }

    .mt-lg-0,
.my-lg-0 {
        margin-top: 0;
    }

    .mr-lg-0,
.mx-lg-0 {
        margin-right: 0;
    }

    .mb-lg-0,
.my-lg-0 {
        margin-bottom: 0;
    }

    .ml-lg-0,
.mx-lg-0 {
        margin-left: 0;
    }

    .m-lg-1 {
        margin: 0.25rem;
    }

    .mt-lg-1,
.my-lg-1 {
        margin-top: 0.25rem;
    }

    .mr-lg-1,
.mx-lg-1 {
        margin-right: 0.25rem;
    }

    .mb-lg-1,
.my-lg-1 {
        margin-bottom: 0.25rem;
    }

    .ml-lg-1,
.mx-lg-1 {
        margin-left: 0.25rem;
    }

    .m-lg-2 {
        margin: 0.5rem;
    }

    .mt-lg-2,
.my-lg-2 {
        margin-top: 0.5rem;
    }

    .mr-lg-2,
.mx-lg-2 {
        margin-right: 0.5rem;
    }

    .mb-lg-2,
.my-lg-2 {
        margin-bottom: 0.5rem;
    }

    .ml-lg-2,
.mx-lg-2 {
        margin-left: 0.5rem;
    }

    .m-lg-3 {
        margin: 1rem;
    }

    .mt-lg-3,
.my-lg-3 {
        margin-top: 1rem;
    }

    .mr-lg-3,
.mx-lg-3 {
        margin-right: 1rem;
    }

    .mb-lg-3,
.my-lg-3 {
        margin-bottom: 1rem;
    }

    .ml-lg-3,
.mx-lg-3 {
        margin-left: 1rem;
    }

    .m-lg-4 {
        margin: 1.5rem;
    }

    .mt-lg-4,
.my-lg-4 {
        margin-top: 1.5rem;
    }

    .mr-lg-4,
.mx-lg-4 {
        margin-right: 1.5rem;
    }

    .mb-lg-4,
.my-lg-4 {
        margin-bottom: 1.5rem;
    }

    .ml-lg-4,
.mx-lg-4 {
        margin-left: 1.5rem;
    }

    .m-lg-5 {
        margin: 3rem;
    }

    .mt-lg-5,
.my-lg-5 {
        margin-top: 3rem;
    }

    .mr-lg-5,
.mx-lg-5 {
        margin-right: 3rem;
    }

    .mb-lg-5,
.my-lg-5 {
        margin-bottom: 3rem;
    }

    .ml-lg-5,
.mx-lg-5 {
        margin-left: 3rem;
    }

    .p-lg-0 {
        padding: 0;
    }

    .pt-lg-0,
.py-lg-0 {
        padding-top: 0;
    }

    .pr-lg-0,
.px-lg-0 {
        padding-right: 0;
    }

    .pb-lg-0,
.py-lg-0 {
        padding-bottom: 0;
    }

    .pl-lg-0,
.px-lg-0 {
        padding-left: 0;
    }

    .p-lg-1 {
        padding: 0.25rem;
    }

    .pt-lg-1,
.py-lg-1 {
        padding-top: 0.25rem;
    }

    .pr-lg-1,
.px-lg-1 {
        padding-right: 0.25rem;
    }

    .pb-lg-1,
.py-lg-1 {
        padding-bottom: 0.25rem;
    }

    .pl-lg-1,
.px-lg-1 {
        padding-left: 0.25rem;
    }

    .p-lg-2 {
        padding: 0.5rem;
    }

    .pt-lg-2,
.py-lg-2 {
        padding-top: 0.5rem;
    }

    .pr-lg-2,
.px-lg-2 {
        padding-right: 0.5rem;
    }

    .pb-lg-2,
.py-lg-2 {
        padding-bottom: 0.5rem;
    }

    .pl-lg-2,
.px-lg-2 {
        padding-left: 0.5rem;
    }

    .p-lg-3 {
        padding: 1rem;
    }

    .pt-lg-3,
.py-lg-3 {
        padding-top: 1rem;
    }

    .pr-lg-3,
.px-lg-3 {
        padding-right: 1rem;
    }

    .pb-lg-3,
.py-lg-3 {
        padding-bottom: 1rem;
    }

    .pl-lg-3,
.px-lg-3 {
        padding-left: 1rem;
    }

    .p-lg-4 {
        padding: 1.5rem;
    }

    .pt-lg-4,
.py-lg-4 {
        padding-top: 1.5rem;
    }

    .pr-lg-4,
.px-lg-4 {
        padding-right: 1.5rem;
    }

    .pb-lg-4,
.py-lg-4 {
        padding-bottom: 1.5rem;
    }

    .pl-lg-4,
.px-lg-4 {
        padding-left: 1.5rem;
    }

    .p-lg-5 {
        padding: 3rem;
    }

    .pt-lg-5,
.py-lg-5 {
        padding-top: 3rem;
    }

    .pr-lg-5,
.px-lg-5 {
        padding-right: 3rem;
    }

    .pb-lg-5,
.py-lg-5 {
        padding-bottom: 3rem;
    }

    .pl-lg-5,
.px-lg-5 {
        padding-left: 3rem;
    }

    .m-lg-n1 {
        margin: -0.25rem;
    }

    .mt-lg-n1,
.my-lg-n1 {
        margin-top: -0.25rem;
    }

    .mr-lg-n1,
.mx-lg-n1 {
        margin-right: -0.25rem;
    }

    .mb-lg-n1,
.my-lg-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-lg-n1,
.mx-lg-n1 {
        margin-left: -0.25rem;
    }

    .m-lg-n2 {
        margin: -0.5rem;
    }

    .mt-lg-n2,
.my-lg-n2 {
        margin-top: -0.5rem;
    }

    .mr-lg-n2,
.mx-lg-n2 {
        margin-right: -0.5rem;
    }

    .mb-lg-n2,
.my-lg-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-lg-n2,
.mx-lg-n2 {
        margin-left: -0.5rem;
    }

    .m-lg-n3 {
        margin: -1rem;
    }

    .mt-lg-n3,
.my-lg-n3 {
        margin-top: -1rem;
    }

    .mr-lg-n3,
.mx-lg-n3 {
        margin-right: -1rem;
    }

    .mb-lg-n3,
.my-lg-n3 {
        margin-bottom: -1rem;
    }

    .ml-lg-n3,
.mx-lg-n3 {
        margin-left: -1rem;
    }

    .m-lg-n4 {
        margin: -1.5rem;
    }

    .mt-lg-n4,
.my-lg-n4 {
        margin-top: -1.5rem;
    }

    .mr-lg-n4,
.mx-lg-n4 {
        margin-right: -1.5rem;
    }

    .mb-lg-n4,
.my-lg-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-lg-n4,
.mx-lg-n4 {
        margin-left: -1.5rem;
    }

    .m-lg-n5 {
        margin: -3rem;
    }

    .mt-lg-n5,
.my-lg-n5 {
        margin-top: -3rem;
    }

    .mr-lg-n5,
.mx-lg-n5 {
        margin-right: -3rem;
    }

    .mb-lg-n5,
.my-lg-n5 {
        margin-bottom: -3rem;
    }

    .ml-lg-n5,
.mx-lg-n5 {
        margin-left: -3rem;
    }

    .m-lg-auto {
        margin: auto;
    }

    .mt-lg-auto,
.my-lg-auto {
        margin-top: auto;
    }

    .mr-lg-auto,
.mx-lg-auto {
        margin-right: auto;
    }

    .mb-lg-auto,
.my-lg-auto {
        margin-bottom: auto;
    }

    .ml-lg-auto,
.mx-lg-auto {
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0;
    }

    .mt-xl-0,
.my-xl-0 {
        margin-top: 0;
    }

    .mr-xl-0,
.mx-xl-0 {
        margin-right: 0;
    }

    .mb-xl-0,
.my-xl-0 {
        margin-bottom: 0;
    }

    .ml-xl-0,
.mx-xl-0 {
        margin-left: 0;
    }

    .m-xl-1 {
        margin: 0.25rem;
    }

    .mt-xl-1,
.my-xl-1 {
        margin-top: 0.25rem;
    }

    .mr-xl-1,
.mx-xl-1 {
        margin-right: 0.25rem;
    }

    .mb-xl-1,
.my-xl-1 {
        margin-bottom: 0.25rem;
    }

    .ml-xl-1,
.mx-xl-1 {
        margin-left: 0.25rem;
    }

    .m-xl-2 {
        margin: 0.5rem;
    }

    .mt-xl-2,
.my-xl-2 {
        margin-top: 0.5rem;
    }

    .mr-xl-2,
.mx-xl-2 {
        margin-right: 0.5rem;
    }

    .mb-xl-2,
.my-xl-2 {
        margin-bottom: 0.5rem;
    }

    .ml-xl-2,
.mx-xl-2 {
        margin-left: 0.5rem;
    }

    .m-xl-3 {
        margin: 1rem;
    }

    .mt-xl-3,
.my-xl-3 {
        margin-top: 1rem;
    }

    .mr-xl-3,
.mx-xl-3 {
        margin-right: 1rem;
    }

    .mb-xl-3,
.my-xl-3 {
        margin-bottom: 1rem;
    }

    .ml-xl-3,
.mx-xl-3 {
        margin-left: 1rem;
    }

    .m-xl-4 {
        margin: 1.5rem;
    }

    .mt-xl-4,
.my-xl-4 {
        margin-top: 1.5rem;
    }

    .mr-xl-4,
.mx-xl-4 {
        margin-right: 1.5rem;
    }

    .mb-xl-4,
.my-xl-4 {
        margin-bottom: 1.5rem;
    }

    .ml-xl-4,
.mx-xl-4 {
        margin-left: 1.5rem;
    }

    .m-xl-5 {
        margin: 3rem;
    }

    .mt-xl-5,
.my-xl-5 {
        margin-top: 3rem;
    }

    .mr-xl-5,
.mx-xl-5 {
        margin-right: 3rem;
    }

    .mb-xl-5,
.my-xl-5 {
        margin-bottom: 3rem;
    }

    .ml-xl-5,
.mx-xl-5 {
        margin-left: 3rem;
    }

    .p-xl-0 {
        padding: 0;
    }

    .pt-xl-0,
.py-xl-0 {
        padding-top: 0;
    }

    .pr-xl-0,
.px-xl-0 {
        padding-right: 0;
    }

    .pb-xl-0,
.py-xl-0 {
        padding-bottom: 0;
    }

    .pl-xl-0,
.px-xl-0 {
        padding-left: 0;
    }

    .p-xl-1 {
        padding: 0.25rem;
    }

    .pt-xl-1,
.py-xl-1 {
        padding-top: 0.25rem;
    }

    .pr-xl-1,
.px-xl-1 {
        padding-right: 0.25rem;
    }

    .pb-xl-1,
.py-xl-1 {
        padding-bottom: 0.25rem;
    }

    .pl-xl-1,
.px-xl-1 {
        padding-left: 0.25rem;
    }

    .p-xl-2 {
        padding: 0.5rem;
    }

    .pt-xl-2,
.py-xl-2 {
        padding-top: 0.5rem;
    }

    .pr-xl-2,
.px-xl-2 {
        padding-right: 0.5rem;
    }

    .pb-xl-2,
.py-xl-2 {
        padding-bottom: 0.5rem;
    }

    .pl-xl-2,
.px-xl-2 {
        padding-left: 0.5rem;
    }

    .p-xl-3 {
        padding: 1rem;
    }

    .pt-xl-3,
.py-xl-3 {
        padding-top: 1rem;
    }

    .pr-xl-3,
.px-xl-3 {
        padding-right: 1rem;
    }

    .pb-xl-3,
.py-xl-3 {
        padding-bottom: 1rem;
    }

    .pl-xl-3,
.px-xl-3 {
        padding-left: 1rem;
    }

    .p-xl-4 {
        padding: 1.5rem;
    }

    .pt-xl-4,
.py-xl-4 {
        padding-top: 1.5rem;
    }

    .pr-xl-4,
.px-xl-4 {
        padding-right: 1.5rem;
    }

    .pb-xl-4,
.py-xl-4 {
        padding-bottom: 1.5rem;
    }

    .pl-xl-4,
.px-xl-4 {
        padding-left: 1.5rem;
    }

    .p-xl-5 {
        padding: 3rem;
    }

    .pt-xl-5,
.py-xl-5 {
        padding-top: 3rem;
    }

    .pr-xl-5,
.px-xl-5 {
        padding-right: 3rem;
    }

    .pb-xl-5,
.py-xl-5 {
        padding-bottom: 3rem;
    }

    .pl-xl-5,
.px-xl-5 {
        padding-left: 3rem;
    }

    .m-xl-n1 {
        margin: -0.25rem;
    }

    .mt-xl-n1,
.my-xl-n1 {
        margin-top: -0.25rem;
    }

    .mr-xl-n1,
.mx-xl-n1 {
        margin-right: -0.25rem;
    }

    .mb-xl-n1,
.my-xl-n1 {
        margin-bottom: -0.25rem;
    }

    .ml-xl-n1,
.mx-xl-n1 {
        margin-left: -0.25rem;
    }

    .m-xl-n2 {
        margin: -0.5rem;
    }

    .mt-xl-n2,
.my-xl-n2 {
        margin-top: -0.5rem;
    }

    .mr-xl-n2,
.mx-xl-n2 {
        margin-right: -0.5rem;
    }

    .mb-xl-n2,
.my-xl-n2 {
        margin-bottom: -0.5rem;
    }

    .ml-xl-n2,
.mx-xl-n2 {
        margin-left: -0.5rem;
    }

    .m-xl-n3 {
        margin: -1rem;
    }

    .mt-xl-n3,
.my-xl-n3 {
        margin-top: -1rem;
    }

    .mr-xl-n3,
.mx-xl-n3 {
        margin-right: -1rem;
    }

    .mb-xl-n3,
.my-xl-n3 {
        margin-bottom: -1rem;
    }

    .ml-xl-n3,
.mx-xl-n3 {
        margin-left: -1rem;
    }

    .m-xl-n4 {
        margin: -1.5rem;
    }

    .mt-xl-n4,
.my-xl-n4 {
        margin-top: -1.5rem;
    }

    .mr-xl-n4,
.mx-xl-n4 {
        margin-right: -1.5rem;
    }

    .mb-xl-n4,
.my-xl-n4 {
        margin-bottom: -1.5rem;
    }

    .ml-xl-n4,
.mx-xl-n4 {
        margin-left: -1.5rem;
    }

    .m-xl-n5 {
        margin: -3rem;
    }

    .mt-xl-n5,
.my-xl-n5 {
        margin-top: -3rem;
    }

    .mr-xl-n5,
.mx-xl-n5 {
        margin-right: -3rem;
    }

    .mb-xl-n5,
.my-xl-n5 {
        margin-bottom: -3rem;
    }

    .ml-xl-n5,
.mx-xl-n5 {
        margin-left: -3rem;
    }

    .m-xl-auto {
        margin: auto;
    }

    .mt-xl-auto,
.my-xl-auto {
        margin-top: auto;
    }

    .mr-xl-auto,
.mx-xl-auto {
        margin-right: auto;
    }

    .mb-xl-auto,
.my-xl-auto {
        margin-bottom: auto;
    }

    .ml-xl-auto,
.mx-xl-auto {
        margin-left: auto;
    }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

/* .swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
} */
:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

/* .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
} */
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #241a17;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #241a17;
    color: #fff;
    text-shadow: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    display: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: #B92C2A;
    cursor: pointer;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #B92C2A;
    outline: none;
}

bbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cbc1b3;
    margin: 1.5em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #1F2B36;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #1F2B36;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* form reset */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
}

button,
input {
    line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

button {
    border: 0;
    padding: 0;
    background-color: transparent;
}

@media print {
    * {
        background: transparent !important;
        color: #1F2B36 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a,
a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images,
    or javascript/internal links */
    pre,
blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr,
img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
    p,
h2,
h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
h3 {
        page-break-after: avoid;
    }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #1F2B36;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.pagenav ul {
    padding: revert;
    list-style: revert;
}

@font-face {
    font-family: "DMSerifDisplay";
    src: url(/wp-content/themes/laconference/assets/fonts/DMSerifDisplay-Regular.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/DMSerifDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "DMSerifDisplay-Italic";
    src: url(/wp-content/themes/laconference/assets/fonts/DMSerifDisplay-Italic.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/DMSerifDisplay-Italic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-Thin.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-ExtraLight.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-Light.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-Regular.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-Medium.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-SemiBold.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-Bold.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/laconference/assets/fonts/Inter-Black.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/Inter-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "Icomoon";
    src: url(/wp-content/themes/laconference/assets/fonts/icomoon.woff2) format("woff2"), url(/wp-content/themes/laconference/assets/fonts/icomoon.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

[class^=icon-]::before, [class^=icon-]::after,
[class*=" icon-"]::before,
[class*=" icon-"]::after {
    font-family: "Icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    pointer-events: none;
}

.main-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 52px;
    margin: 0 0 40px;
}
@media (min-width: 992px) {
    .main-title {
        font-size: 90px;
        line-height: 92px;
        margin: 0 0 80px;
    }
}
.main-title.medium {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 20px;
}
@media (min-width: 992px) {
    .main-title.medium {
        font-size: 60px;
        line-height: 72px;
        margin: 0 0 34px;
    }
}
.main-title.small, .inputs-container.radio .input-container label .main-title.initial {
    font-size: 44px;
    margin: 0 0 24px;
}
@media (min-width: 992px) {
    .main-title.small, .inputs-container.radio .input-container label .main-title.initial {
        line-height: 72px;
    }
}
.block-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 50px;
}
.block-title.medium {
    font-size: 28px;
}
.block-title.small, .inputs-container.radio .input-container label .block-title.initial {
    font-size: 20px;
}

.pre-title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px;
}
@media (min-width: 992px) {
    .pre-title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 60px;
    }
}
p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 24px;
}
p span.medium, p.medium {
    font-size: 20px;
    line-height: 32px;
}
p span.medium {
    display: block;
}
p:last-child {
    margin: 0;
}
p.legend {
    font-size: 14px;
    color: #778F9B;
}

hr {
    border-top-color: #E4E9EF;
    margin: 34px 0 43px;
}

.rich-content h2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 30px;
}
.rich-content h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 40px;
}
.rich-content p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.rich-content a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
}
.rich-content ul {
    padding: 0 0 0 30px;
}
.rich-content ul li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.rich-content ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #B92C2A;
    position: absolute;
    top: 10px;
    left: -30px;
}

.icon-phone:before {
    content: "";
}

.icon-printer:before {
    content: "";
}

.icon-medal:before {
    content: "";
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.icon-flag:before {
    content: "";
}

.icon-img-placeholder:before {
    content: "";
}

.icon-person:before {
    content: "";
}

.icon-home2:before {
    content: "";
}

.icon-chevron-down:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-arrow-back:before {
    content: "";
}

.icon-cross:before {
    content: "";
}

.icon-email:before {
    content: "";
}

.icon-hat:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-world:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-top:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.btn {
    display: inline-block;
}
.btn.menu {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    border: 0;
    margin: 0;
    padding: 10px 22px 10px 10px;
    z-index: 3;
}
.btn.menu .burger {
    width: 15px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #1F2B36;
    pointer-events: none;
    transition: background-color 0.2s ease;
    will-change: background-color;
}
.btn.menu .burger::before, .btn.menu .burger::after {
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    background-color: #1F2B36;
    position: absolute;
    left: 0;
    will-change: top, bottom, transform;
}
.btn.menu .burger:before {
    top: -4px;
    transition: top 0.2s ease, transform 0.2s ease;
}
.btn.menu .burger:after {
    bottom: -4px;
    transition: bottom 0.2s ease, transform 0.2s ease;
}
.btn.menu.open .burger {
    background: none;
}
.btn.menu.open .burger::before {
    top: 0;
    transform: rotate(45deg);
}
.btn.menu.open .burger::after {
    bottom: 0;
    transform: rotate(-45deg);
}
.btn.primary {
    height: 44px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    border-radius: 44px;
    padding: 0 24px;
    background-color: #B92C2A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn.primary .text {
    position: relative;
    z-index: 2;
}
.btn.primary.inverted, .section.home.cards .card.inverted .btn.primary {
    color: #1F2B36;
    background-color: #fff;
}
.btn.more-cards {
    position: relative;
    padding: 30px 54px 30px 30px;
}
.btn.more-cards::before {
    font-size: 12px;
    position: absolute;
    top: 33px;
    right: 24px;
    transform: rotate(0);
    transition: transform 0.2s ease;
}
.btn.more-cards.open::before {
    transform: rotate(180deg);
}
.btn.back {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #778F9B;
    position: relative;
    margin: 0 0 5px;
    padding: 10px 20px;
}
.btn.back::before {
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.btn.pagination-control {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.pagination-control::before {
    font-size: 10px;
}
.btn.pagination-control.prev {
    margin: 0 6px 0 0;
}
.btn.pagination-control.next {
    margin: 0 0 0 6px;
}
.btn.back-to-top {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    position: fixed;
    bottom: 150px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    z-index: 9001;
}
@media (min-width: 992px) {
    .btn.back-to-top {
        bottom: 50px;
        right: 50px;
    }
}
.btn.back-to-top::before {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .section.hero .hero-content {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
    }
}
.section.hero .hero-content .hero-top {
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
}
@media (min-width: 992px) {
    .section.hero .hero-content .hero-top {
        padding: 70px 0 60px;
        border-radius: 8px 8px 0 0;
    }
}
.section.hero .hero-content .hero-top .initial {
    position: absolute;
    top: 30px;
    left: 30px;
}
.section.hero.home {
    padding: 0 15px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .section.hero.home {
        background-color: transparent;
        padding: 0;
    }
}
.section.hero.home .hero-top {
    padding: 70px 0 0;
}
@media (min-width: 992px) {
    .section.hero.home .hero-top {
        padding: 60px 0 0;
    }
}
@media (min-width: 992px) {
    .section.hero.home .hero-middle {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}
.section.hero.home .hero-middle .hero-middle-content {
    display: block;
    margin: 0 0 30px;
    position: relative;
}
@media (min-width: 992px) {
    .section.hero.home .hero-middle .hero-middle-content {
        margin: 0 0 60px;
    }
}
.section.hero.home .hero-middle .hero-middle-content .point {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -6px;
    z-index: 1;
    background-color: #B92C2A;
    mix-blend-mode: darken;
    pointer-events: none;
}
@media (min-width: 992px) {
    .section.hero.home .hero-middle .hero-middle-content .point {
        width: 250px;
        height: 250px;
        top: -56px;
        right: -79px;
    }
}
.section.hero.home .hero-middle .hero-middle-content .img-container {
    width: 100%;
    max-width: 880px;
    max-height: 580px;
    border-radius: 6px;
    margin: 0 0 18px;
    filter: drop-shadow(0 28px 110px rgba(0, 0, 0, 0.16)) grayscale(100%) contrast(1.1);
    overflow: hidden;
}
.section.hero.home .hero-middle .hero-middle-content .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.hero.home .hero-middle .hero-middle-content .img-legend {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
@media (min-width: 992px) {
    .section.hero.home .hero-bottom {
        position: relative;
        background-color: #fff;
    }
    .section.hero.home .hero-bottom::before {
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        background-color: #1F2B36;
        opacity: 0.1;
    }
}
.section.hero.home .hero-bottom .card {
    height: 100%;
    padding: 60px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 992px) {
    .section.hero.home .hero-bottom .card {
        padding: 76px 40px 56px 0;
    }
}
.section.hero.home .hero-bottom .card.first {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .section.hero.home .hero-bottom .card.first {
        border: 0;
    }
}
.section.hero.home .hero-bottom .card .card-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 26px;
    position: relative;
}
.section.hero.home .hero-bottom .card .card-title::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: -38px;
    left: 0;
    background-color: #B92C2A;
}
.section.hero.home .hero-bottom .card p {
    color: #778F9B;
    margin: 0 0 35px;
}
.section.hero.home .hero-bottom .card .btn {
    margin-top: auto;
}
.section.hero.default {
    margin: 0 0 90px;
}
.page-template-tpl-larentree .section.hero.default {
    margin: 0;
}
@media (min-width: 992px) {
    .page-template-tpl-larentree .section.hero.default {
        margin: 0 0 90px;
    }
}
.section.hero.default .container {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
    .section.hero.default .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.section.hero.default .container .row {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 992px) {
    .section.hero.default .container .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.section.hero.default .container .row .col {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
    .section.hero.default .container .row .col {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.section.hero.default .hero-middle {
    background-color: #fff;
    border-bottom: 1px solid #E4E9EF;
}
.section.hero.default .hero-middle.transparent {
    background-color: transparent;
}
.section.hero.default .hero-middle.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9001;
}
.section.hero.default .hero-middle .page-navigation-container {
    position: relative;
}
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items {
    display: flex;
    padding: 0 15px;
    overflow: scroll;
}
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item a,
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item button {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #778F9B;
    display: block;
    padding: 20px 10px;
    transition: color 0.2s ease;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item a,
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item button {
        padding: 20px 15px;
    }
}
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item a:active, .section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item a:focus, .section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item a:hover,
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item button:active,
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item button:focus,
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item button:hover {
    color: #B92C2A;
}
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item.active a,
.section.hero.default .hero-middle .page-navigation-container .page-navigation-items .page-navigation-item.active button {
    color: #B92C2A;
}
.section.hero.default .hero-middle .page-navigation-container .underline {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #B92C2A;
    transition: width 0.2s ease, left 0.2s ease;
}
.section.hero.default .hero-middle .page-navigation-container.filters {
    margin: 0 0 40px;
}
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items {
    overflow: scroll;
}
@media (min-width: 992px) {
    .section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items {
        overflow: auto;
        justify-content: center;
    }
}
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item:not(:last-child) {
    margin: 0 10px 0 0;
}
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item a,
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item button {
    padding: 5px;
}
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item a:active, .section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item a:focus, .section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item a:hover,
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item button:active,
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item button:focus,
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item button:hover {
    color: #1F2B36;
}
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item.active a,
.section.hero.default .hero-middle .page-navigation-container.filters .page-navigation-items .page-navigation-item.active button {
    color: #1F2B36;
}
.section.hero.default .hero-bottom {
    padding: 30px 0 30px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .section.hero.default .hero-bottom {
        padding: 60px 0 50px;
    }
}
.section.hero.default .hero-bottom .img-container {
    height: 486px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 36px;
}
.section.hero.default .hero-bottom .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.hero.default .hero-bottom .profil-container {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    margin: 30px 0 0;
}
@media (min-width: 992px) {
    .section.hero.default .hero-bottom .profil-container {
        margin: 0;
    }
}
.section.hero.default .hero-bottom .profil-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.hero.default .hero-bottom .media-container {
    height: 190px;
}
@media (min-width: 992px) {
    .section.hero.default .hero-bottom .media-container {
        height: 545px;
    }
}
.section.hero.default .hero-bottom .hero-bottom-container-top {
    display: flex;
    flex-direction: column;
    margin: 0 0 50px;
}
@media (min-width: 992px) {
    .section.hero.default .hero-bottom .hero-bottom-container-top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.section.hero.default .hero-bottom .hero-bottom-container-top .block-title {
    margin: 0 0 30px;
}
@media (min-width: 992px) {
    .section.hero.default .hero-bottom .hero-bottom-container-top .block-title {
        margin: 0;
    }
}
.section.hero.default .hero-bottom .text-container .title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    position: relative;
}
.section.hero.default .hero-bottom .text-container .title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    background-color: #B92C2A;
}
@media (min-width: 992px) {
    .section.hero.default .hero-bottom .text-container.text.columns-2 {
        column-count: 2;
        column-gap: 30px;
    }
}
@media (min-width: 992px) {
    .section.hero.default .hero-bottom .text-container.text.columns-2.bullet {
        position: relative;
    }
    .section.hero.default .hero-bottom .text-container.text.columns-2.bullet::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
        background-color: #B92C2A;
    }
}
.section.hero.default .hero-bottom .text-container.archives {
    padding: 0 0 0 24px;
}
.section.hero.default .hero-bottom .text-container.archives p {
    font-size: 14px;
    margin: 0 0 12px;
}
.section.hero.default .hero-bottom .text-container.archives a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.section.hero.default .hero-bottom .contest-panel-container {
    position: relative;
}
.section.hero.default .hero-bottom .contest-panel-container .contest-panel {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.section.hero.default .hero-bottom .contest-panel-container .contest-panel.show {
    opacity: 1;
}
.page-template-tpl-promotion .section.hero.default .hero-bottom {
    padding-top: 40px;
}
.section.hero.default.alternative .hero-top {
    background-color: #fff;
    border-bottom: 1px solid #E4E9EF;
}
.section.hero.default.alternative .hero-top .main-title {
    color: #B92C2A;
}
.section.hero.default.alternative .hero-top p {
    color: #1F2B36;
}
.section.hero.default.alternative.inverted .hero-top, .section.home.cards .card.inverted .section.hero.default.alternative.btn .hero-top {
    background-color: #B92C2A;
}
.section.hero.default.alternative.inverted .hero-top .main-title, .section.home.cards .card.inverted .section.hero.default.alternative.btn .hero-top .main-title,
.section.hero.default.alternative.inverted .hero-top p,
.section.home.cards .card.inverted .section.hero.default.alternative.btn .hero-top p {
    color: #fff;
}
.section.hero.default.dark .hero-top {
    background: linear-gradient(96.44deg, #1F2B36 0.66%, #252B40 100.97%);
}
@media (min-width: 992px) {
    .section.hero.default.dark .hero-top {
        border: 1px solid #fff;
    }
}
.section.hero.default.dark .hero-top .main-title,
.section.hero.default.dark .hero-top p {
    color: #fff;
}
.section.hero.default.dark .hero-top .initial {
    color: #1F2B36;
    background-color: #fff;
}
.section.hero.hero-rich-content {
    margin: 0;
}
.section.hero.hero-rich-content .hero-top {
    padding-bottom: 100px;
}
.section.hero.hero-rich-content .hero-content {
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    border: 0;
}

@media (min-width: 992px) {
    .box-shadow {
        box-shadow: 0 44px 92px rgba(0, 0, 0, 0.1);
    }
}
.border-bottom-radius {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.section.carousel {
    overflow: hidden;
}
.section.carousel .swiper-container {
    overflow: visible;
    position: relative;
}
.section.carousel.home {
    margin: 0;
    padding: 34px 15px 0;
    background: linear-gradient(#F5F5F5, #F5F5F5) center top/100% calc(100% - 100px) no-repeat;
}
@media (min-width: 992px) {
    .section.carousel.home {
        margin: -90px 0 140px;
        padding: 220px 0 0;
        background: linear-gradient(#F5F5F5, #F5F5F5) center top/100% calc(100% - 130px) no-repeat;
    }
}
.section.carousel.home .swiper-container .swiper-wrapper .swiper-slide {
    width: 264px;
    height: 390px;
}
@media (min-width: 992px) {
    .section.carousel.home .swiper-container .swiper-wrapper .swiper-slide {
        width: 330px;
        height: 490px;
    }
}
.section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    filter: drop-shadow(0 4px 72px rgba(0, 0, 0, 0.06));
}
.section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .img-container {
    height: 290px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
@media (min-width: 992px) {
    .section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .img-container {
        height: 360px;
    }
}
.section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .img-container img {
    width: 100%;
}
.section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .text-container {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
@media (min-width: 992px) {
    .section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .text-container {
        height: 130px;
        padding: 0 30px;
    }
}
.section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .text-container .name {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #1F2B36;
    margin: 0 0 10px;
}
@media (min-width: 992px) {
    .section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .text-container .name {
        font-size: 20px;
        line-height: 1;
    }
}
.section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .text-container .title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #778F9B;
}
@media (min-width: 992px) {
    .section.carousel.home .swiper-container .swiper-wrapper .swiper-slide .slide .text-container .title {
        font-size: 16px;
        line-height: 1;
    }
}
.section.carousel.home .swiper-container .swiper-button {
    display: none;
}
@media (min-width: 992px) {
    .section.carousel.home .swiper-container .swiper-button {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 155px;
        z-index: 1;
        opacity: 1;
        transition: opacity 0.2s ease;
        cursor: pointer;
    }
}
.section.carousel.home .swiper-container .swiper-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section.carousel.home .swiper-container .swiper-button.swiper-button-prev {
    left: -30px;
}
.section.carousel.home .swiper-container .swiper-button.swiper-button-next {
    right: -30px;
}
.section.carousel.home .swiper-container .swiper-button.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.section.carousel.conference {
    padding: 0 0 30px;
}
@media (min-width: 992px) {
    .section.carousel.conference {
        padding: 0 0 90px;
        scroll-margin-top: 90px;
    }
}
.section.carousel.conference .cards-container {
    height: 270px;
    display: flex;
    position: relative;
}
.section.carousel.conference .cards-container .card {
    margin: 0 20px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.popin {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    display: none;
    flex-direction: column;
    justify-content: center;
}
.popin .btn.close,
.popin .btn.btn-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background-color: #B92C2A;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .popin .btn.close,
.popin .btn.btn-close {
        top: 50px;
        right: 50px;
    }
}
.popin .btn.close::before,
.popin .btn.btn-close::before {
    color: #fff;
}
.popin .popin-content {
    height: 100vh;
    overflow: scroll;
    position: relative;
    background-color: #fff;
}
.popin.popin-secretary {
    top: 30px;
}
@media (min-width: 992px) {
    .popin.popin-secretary {
        top: 70px;
    }
}
.popin.popin-secretary .popin-content {
    height: calc(100vh - 30px);
    border-radius: 12px 12px 0 0;
    padding: 90px 0 50px;
}
@media (min-width: 992px) {
    .popin.popin-secretary .popin-content {
        height: calc(100vh - 70px);
        border-radius: 24px 24px 0 0;
        padding: 170px 0 100px;
    }
}
.popin.popin-secretary .popin-content .img-container {
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 50px;
}
@media (min-width: 992px) {
    .popin.popin-secretary .popin-content .img-container {
        height: 520px;
        margin: 0;
    }
}
.popin.popin-secretary .popin-content .img-container img {
    width: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .popin.popin-secretary .popin-content .img-container img {
        height: 100%;
    }
}
.popin.popin-secretary .popin-content .img-container.placeholder {
    border: 1px solid #D0D6D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popin.popin-secretary .popin-content .img-container.placeholder img {
    width: auto;
    height: 140px;
    margin: 0 0 30px;
}
.popin.popin-secretary .popin-content .img-container.placeholder span {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}
.popin.popin-secretary .popin-content .text-container .secretary-rank {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 0 14px;
    position: relative;
}
.popin.popin-secretary .popin-content .text-container .secretary-rank::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #B92C2A;
}
.popin.popin-secretary .popin-content .text-container .secretary-name {
    font-family: "DMSerifDisplay", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
}
.popin.popin-secretary .popin-content .text-container .secretary-mission {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #778F9B;
    margin: 0 0 20px;
}
.popin.popin-secretary .popin-content .text-container .tag {
    margin: 0 0 40px;
}
.popin.popin-secretary .popin-content .text-container .secretary-description {
    margin: 0 0 60px;
}
.popin.popin-secretary .popin-content .text-container .secretary-description hr {
    border-top-color: rgba(31, 43, 54, 0.07);
    margin: 0 0 40px;
}
.popin.popin-secretary .popin-content .text-container .secretary-description .title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px;
}
.popin.popin-video .popin-content {
    display: flex;
    padding: 130px 0 0;
    background-color: rgba(31, 43, 54, 0.9);
}
.popin.open {
    display: flex;
    animation: popin-open 0.3s ease;
}
.popin.close {
    animation: popin-close 0.3s ease;
}

.skeleton {
    width: 100%;
    position: relative;
    background-color: #F5F5F5;
}
.skeleton::before {
    content: none !important;
}
.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%) -150% 0/200px 100% no-repeat;
    animation: skeleton 1.5s infinite;
}

#popin-mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8999;
    background-color: rgba(31, 43, 54, 0.4);
    display: none;
}
#popin-mask.show {
    display: block;
}

@keyframes popin-open {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes popin-close {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(40px);
        opacity: 0;
    }
}
@keyframes skeleton {
    to {
        background-position: 250% 0;
    }
}
.section.grid.promo {
    margin: -250px 0 0;
    padding: 200px 0 90px;
    background-color: #F5F5F5;
}
@media (min-width: 992px) {
    .section.grid.promo {
        padding: 260px 0 90px;
    }
}
.section.grid.promo .main-title {
    scroll-margin-top: 50px;
}
@media (min-width: 992px) {
    .section.grid.promo .main-title {
        scroll-margin-top: 100px;
    }
}
.section.grid.promo .img-container {
    height: 180px;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    background-color: #1F2B36;
}
.section.grid.promo .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.36;
    transition: opacity 0.2s ease;
}
.section.grid.promo .img-container span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding: 0 0 0 30px;
    position: absolute;
    top: 15px;
    left: 0;
}
.section.grid.promo .img-container span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-color: #B92C2A;
}
.section.grid.promo .img-container:active img, .section.grid.promo .img-container:focus img, .section.grid.promo .img-container:hover img {
    opacity: 1;
}
.section.grid.promo .img-container.placeholder::before {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2F3E4B url(/wp-content/themes/laconference/assets/img/icon-folder.svg) center/auto 36px no-repeat;
}
.section.grid.secretary {
    background-color: #fff;
    padding-bottom: 80px;
}
.section.grid.secretary .cards-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 29px;
}
.section.grid.secretary .card.secretary {
    height: 270px;
    margin: 0 20px 20px 0;
}
.section.grid.secretary .card.secretary:nth-child(5n), .section.grid.secretary .card.secretary:last-child {
    margin-right: 0;
}
.section.grid.archive {
    padding-bottom: 80px;
}
.section.grid.archive .cards-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.section.grid.archive .card.archive {
    flex: 1 1 100%;
    height: 190px;
    margin: 0 0 20px;
    border-radius: 6px;
    padding: 20px;
    color: #1F2B36;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(/wp-content/themes/laconference/assets/img/icon-folder.svg) bottom 20px left 20px/auto 44px no-repeat, linear-gradient(294.32deg, #F2F5FA 34.96%, #E6DDE1 66.81%, #ECEEF1 99.05%);
    box-shadow: 16px 16px 92px rgba(0, 0, 0, 0);
    transition: box-shadow 0.2s ease;
}
@media (min-width: 992px) {
    .section.grid.archive .card.archive {
        flex: 0 0 calc((100% - 60px) / 3);
        margin: 0 30px 30px 0;
    }
    .section.grid.archive .card.archive:nth-child(3n), .section.grid.archive .card.archive:last-child {
        margin-right: 0;
    }
    .section.grid.archive .card.archive:active, .section.grid.archive .card.archive:focus, .section.grid.archive .card.archive:hover {
        background: #fff url(/wp-content/themes/laconference/assets/img/icon-folder.svg) bottom 20px left 20px/auto 44px no-repeat;
        box-shadow: 16px 16px 92px rgba(0, 0, 0, 0.06);
    }
}
.section.grid.archive .card.archive .card-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.section.grid.archive .card.archive .date {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
    display: inline-block;
}
.section.video {
    margin: -250px 0 0;
    padding: 260px 0 90px;
    background-color: #F5F5F5;
}
.section.video .media-container {
    height: 150px;
    margin: 0 0 30px;
}

.card.secretary {
    width: 200px;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px 0;
    border-radius: 4px;
    background-color: #fff;
    color: #1F2B36;
    box-shadow: 4px 16px 72px rgba(0, 0, 0, 0.08);
    transition: color 0.2s ease, background-color 0.2S ease;
    will-change: transform;
}
.card.secretary img,
.card.secretary .placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 26px;
}
.card.secretary .placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(294.32deg, rgba(242, 245, 250, 0.44) 34.96%, rgba(230, 221, 225, 0.44) 66.81%, rgba(236, 238, 241, 0.44) 99.05%), #FFFFFF;
}
.card.secretary .placeholder::before {
    content: "";
    width: 34px;
    height: 44px;
    background: url(/wp-content/themes/laconference/assets/img/ghost.svg) center/34px 44px no-repeat;
}
.card.secretary .text-container {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.card.secretary .text-container .name {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 12px;
}
.card.secretary .text-container .title {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.card.secretary:active, .card.secretary:focus, .card.secretary:hover {
    color: #fff;
    background-color: #1F2B36;
}

@media (min-width: 992px) {
    .section.backto {
        margin-top: -200px;
    }
}
.backto {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 50px 0 0;
    background-color: #fff;
    overflow: hidden;
}
@media (min-width: 992px) {
    .backto {
        padding: 185px 0 110px;
    }
}
.backto .block-backto-container {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    overflow: hidden;
}
.backto .block-backto-container .block-backto-block:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}
.backto.backto-container {
    padding: 30px 0 45px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 44px 92px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .backto.backto-container {
        padding: 185px 0 110px;
    }
}
.backto.backto-container .block-backto-container {
    border: 0;
    overflow: visible;
}
.backto.backto-container .block-backto-container .block-backto-pane {
    overflow: visible;
}
.backto.backto-container .block-backto-container .block-backto-speeches {
    margin: 0;
}
.backto .block-backto-title-container {
    padding: 15px 0;
}
@media (min-width: 992px) {
    .backto .block-backto-title-container {
        display: grid;
        grid-template-columns: 9% 66% 18.5% auto;
    }
}
.backto .block-backto-title-container .date {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    align-self: center;
    margin: 0 0 10px;
    padding: 0;
}
@media (min-width: 992px) {
    .backto .block-backto-title-container .date {
        margin: 0;
    }
}
.backto .block-backto-title-container .backto-title-container {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.backto .block-backto-title-container .backto-title-container .block-title {
    margin: 0;
}
.backto .block-backto-title-container .backto-title-container .authors {
    margin: 10px 0 20px;
    display: inline-flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .backto .block-backto-title-container .backto-title-container .authors {
        margin: 10px 0 0;
    }
}
.backto .block-backto-title-container .backto-title-container .authors li {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #778F9B;
    position: relative;
}
.backto .block-backto-title-container .backto-title-container .authors li:not(:last-child) {
    margin: 0 20px 0 0;
}
.backto .block-backto-title-container .backto-title-container .authors li:not(:last-child)::before {
    content: "·";
    font-size: 25px;
    position: absolute;
    top: -7px;
    right: -13px;
}
.backto .block-backto-title-container .nb-video {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    align-self: center;
}
.backto .block-backto-title-container .btn-container {
    display: flex;
    justify-content: flex-end;
}
.backto .block-backto-title-container .expand-btn {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
}
.backto .block-backto-title-container .expand-btn::before {
    font-size: 8px;
    transform: rotate(0);
    transition: transform 0.2s ease;
}
.backto .block-backto-title-container .expand-btn.open::before {
    transform: rotate(180deg);
}
.backto .block-backto-pane {
    height: 0;
    overflow: hidden;
}
.backto .block-backto-pane.open {
    height: auto;
    overflow: visible;
    padding: 10px 0 0;
}
.backto .block-backto-pane .block-backto-video-slider .swiper-container {
    overflow: visible;
    margin: 0 0 30px;
}
.backto .block-backto-pane .block-backto-video-slider .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(50% - 5px);
}
@media (min-width: 992px) {
    .backto .block-backto-pane .block-backto-video-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(50% - 15px);
    }
}
.backto .block-backto-pane .block-backto-video-slider .swiper-container .swiper-wrapper .swiper-slide .slide {
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .backto .block-backto-pane .block-backto-video-slider .swiper-container .swiper-wrapper .swiper-slide .slide {
        height: 270px;
    }
}
.backto .block-backto-pane .block-backto-speeches {
    margin: 0 0 60px;
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech:not(:last-child) {
    margin: 0 0 10px;
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content {
    height: auto;
    min-height: 190px;
    display: grid;
    padding: 15px 15px 15px 15px;
    grid-template-columns: 30% 30% 25% 15%;
    border-radius: 4px;
    background: linear-gradient(294.32deg, #F2F5FA 34.96%, #E6DDE1 66.81%, #ECEEF1 99.05%);
}
@media (min-width: 992px) {
    .backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content {
        min-height: 78px;
        padding: 15px 15px 15px 26px;
        grid-template-columns: 15% 30% 45% auto;
    }
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .tag {
    align-self: center;
    justify-self: self-start;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
@media (min-width: 992px) {
    .backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .tag {
        grid-row-start: auto;
        grid-row-end: auto;
    }
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .speech-author {
    align-self: center;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
}
@media (min-width: 992px) {
    .backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .speech-author {
        grid-column-end: 2;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .speech-author .speech-author-name {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #1F2B36;
    margin: 0 0 8px;
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .speech-author .speech-author-position {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #B92C2A;
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .speech-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #1F2B36;
    align-self: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}
@media (min-width: 992px) {
    .backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .speech-title {
        grid-column-start: 3;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}
.backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    align-self: center;
    justify-self: self-end;
    background: #fff url(/wp-content/themes/laconference/assets/img/icon-pdf.svg) center/auto 28px no-repeat;
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
}
@media (min-width: 992px) {
    .backto .block-backto-pane .block-backto-speeches .block-backto-speech .block-backto-speech-content .icon {
        grid-row-start: auto;
        grid-row-end: auto;
    }
}
.section.timeline {
    margin-top: -200px;
    padding: 185px 0 110px;
    background-color: #fff;
}

.time-line {
    counter-reset: li;
}
.time-line .line {
    position: relative;
    margin: 0 0 60px;
    padding: 0 0 70px;
}
.time-line .line:not(:last-child):after {
    content: "";
    width: 1px;
    background-color: #E4E9EF;
    position: absolute;
    top: 73px;
    left: -75px;
    bottom: 0;
}
.time-line .line:before {
    content: counter(li);
    counter-increment: li;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B92C2A;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: -100px;
}
.time-line .line .title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 8px;
}
.time-line .line span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #778F9B;
    display: block;
    margin: 0 0 30px;
}
.time-line .line p:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #B92C2A;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.section.cta {
    margin: -250px 0 0;
    padding: 260px 0 90px;
    text-align: center;
    background-color: #fff;
}
.section.cta p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #778F9B;
}

.section.rich-content {
    margin: 0 0 -190px;
}
.section.rich-content .container {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
    .section.rich-content .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.section.rich-content .container .row {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 992px) {
    .section.rich-content .container .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.section.rich-content .container .row .col {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
    .section.rich-content .container .row .col {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.section.rich-content .rich-content-container {
    padding: 0 0 110px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    box-shadow: 0 44px 92px rgba(0, 0, 0, 0.07);
}
.section.rich-content .rich-content-container h2 {
    font-size: 20px;
    margin-top: 35px;
}

body {
    position: relative;
    color: #1F2B36;
}
body .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #F5F5F5;
}
@media (min-width: 992px) {
    body .background {
        background: linear-gradient(286.59deg, #F2F5FA 1.25%, #E6DDE1 57.28%, #ECEEF1 98.78%);
    }
    body .background::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: url(/wp-content/themes/laconference/assets/img/background.png) top left/110px 110px repeat;
        opacity: 0.06;
    }
}
body.oh {
    height: 100vh;
    position: relative;
    touch-action: none;
    -webkit-overflow-scrolling: touch;
    overflow: hidden !important;
    overscroll-behavior: none;
}
body.error404 main {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
body.error404 main a {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #1F2B36;
    text-decoration: underline;
}

main {
    position: relative;
    z-index: 1;
}

.block-404 {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 0 0 50px;
    padding: 62px 0 90px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}
@media (min-width: 768px) {
    .block-404 {
        max-width: 660px;
    }
}
.block-404::before {
    content: "";
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 8px 8px 0 0;
    background: #1F2B36 url(/wp-content/themes/laconference/assets/img/buttons.svg) left 14px center/52px 12px no-repeat;
}
.block-404::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    left: -49px;
    bottom: -44px;
    border-radius: 150px;
    background: #B92C2A url(/wp-content/themes/laconference/assets/img/link.svg) center/64px 64px no-repeat;
}
.block-404 img {
    width: 136px;
    margin: 0 0 50px;
}
.block-404 h1 {
    font-family: "DMSerifDisplay", serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 30px;
}
.block-404 p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}
@media (min-width: 992px) {
    .reveal {
        position: relative;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.5s ease;
    }
    .reveal.show {
        opacity: 1;
        transform: translateY(0);
    }
}
.a-link {
    position: relative;
    z-index: 1;
    transition: color 0.2s ease;
}
.a-link::before {
    content: "";
    position: absolute;
    top: -2px;
    right: calc(100% + 2px);
    bottom: -2px;
    left: -2px;
    z-index: -1;
    background-color: #B92C2A;
    transition: right 0.2s ease;
}
.a-link:active, .a-link:focus, .a-link:hover {
    color: #fff !important;
}
.a-link:active::before, .a-link:focus::before, .a-link:hover::before {
    right: -2px;
}

.tag {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
}
.tag.la-conference {
    color: #fff;
    background-color: #B92C2A;
}
.tag.la-petite-conference {
    color: #fff;
    background-color: #778F9B;
}
.tag.la-conference-berryer {
    color: #1F2B36;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}
.tag.le-concours {
    color: #fff;
    background-color: #1F2B36;
}

.infos {
    border-radius: 8px;
    margin: 50px 0;
    background: linear-gradient(294.32deg, #f2f5fa 34.96%, #e6dde1 66.81%, #eceef1 99.05%);
}
@media (min-width: 992px) {
    .infos {
        margin: 0 0 50px;
    }
}
.infos .info {
    padding: 28px 60px 24px;
    position: relative;
}
.infos .info::before {
    font-size: 16px;
    position: absolute;
    top: 26px;
    left: 24px;
}
.infos .info:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.infos .info .info-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
}
.infos .info .info-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.infos .info .info-text a {
    color: #1F2B36;
}
.infos .info .info-text p {
    font-size: 14px;
    margin: 0 0 10px;
}
.infos .info .info-text ul li {
    position: relative;
    padding: 0 0 0 20px;
}
.infos .info .info-text ul li:not(:last-child) {
    margin: 0 0 10px;
}
.infos .info .info-text ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #B92C2A;
    position: absolute;
    top: 10px;
    left: 0;
}

.media-container {
    height: 100%;
    position: relative;
    border-radius: 4px;
    background: #1F2B36 center/cover no-repeat;
}
.media-container button {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.media-container button::before {
    font-size: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    pointer-events: none;
}

.video-container {
    position: relative;
    border-radius: 8px;
}
.video-container.youtube, .video-container.dailymotion {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.inputs-container.radio {
    margin: 0 0 70px;
    padding: 4px;
    display: flex;
    align-items: center;
    background: linear-gradient(286.59deg, #f2f5fa 1.25%, #e6dde1 57.28%, #eceef1 98.78%);
    border-radius: 8px;
}
.inputs-container.radio .input-container {
    flex: 0 0 50%;
}
.inputs-container.radio .input-container input {
    display: none;
}
.inputs-container.radio .input-container input:checked + label {
    color: #fff;
    background-color: #B92C2A;
}
.inputs-container.radio .input-container label {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1F2B36;
    border-radius: 8px;
    background-color: transparent;
}
.inputs-container.radio .input-container label .initial {
    margin: 0 17px 0 0;
}

.input-container {
    width: 220px;
    position: relative;
}
.input-container.select::before {
    font-size: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.input-container.select select {
    width: 100%;
    height: 44px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    padding: 0 0 0 16px;
    border-radius: 4px;
    border: 0;
    background-color: #F3F5FA;
    appearance: none;
}

.date {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 0 0 0 17px;
}
.date::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #B92C2A;
    position: absolute;
    top: 2px;
    left: 0;
}
.date.no-bullet {
    padding: 0;
}
.date.no-bullet::before {
    content: none;
}

.pagination {
    margin: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .folios {
    display: flex;
    align-items: center;
}
.pagination .folios .folio:not(:last-child) {
    margin: 0 5px 0 0;
}
.pagination .folios .folio .folio-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #1F2B36;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.pagination .folios .folio.current-folio .folio-item {
    color: #fff;
    background-color: #B92C2A;
}
.pagination .folios .folio:active .folio-item, .pagination .folios .folio:focus .folio-item, .pagination .folios .folio:hover .folio-item {
    color: #1F2B36;
    background-color: #F5F5F5;
}

.p0 {
    padding: 0;
}

*:focus {
    outline: none;
}

.main-header {
    height: 70px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .main-header {
        height: auto;
        background-color: transparent;
    }
}
.main-header .main-header-top {
    display: none;
}
@media (min-width: 992px) {
    .main-header .main-header-top {
        padding: 20px 0;
        display: block;
    }
}
.main-header .main-header-top .location-infos {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .main-header-top .location-infos .separator {
    margin: 0 10px;
}
.main-header .main-header-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
@media (min-width: 992px) {
    .main-header .main-header-bottom {
        padding: 30px 0 60px;
        display: grid;
        justify-content: normal;
        grid-template-columns: 25% 50% 25%;
    }
}
.main-header .main-header-bottom .socials {
    display: none;
}
@media (min-width: 992px) {
    .main-header .main-header-bottom .socials {
        display: flex;
        align-items: center;
        justify-self: start;
    }
}
.main-header .main-header-bottom .socials .social:not(:last-child) {
    margin: 0 10px 0 0;
}
.main-header .main-header-bottom .socials .social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1F2B36;
}
.main-header .main-header-bottom .socials .social a::before {
    color: #fff;
}
.main-header .main-header-bottom .socials .social a.icon-twitter::before {
    font-size: 12px;
}
.main-header .main-header-bottom .socials .social a.icon-facebook::before {
    font-size: 14px;
}
.main-header .main-header-bottom .socials .social a.icon-instagram::before {
    font-size: 12px;
}
.main-header .main-header-bottom .logo-header-container {
    padding: 13px 20px;
    background: linear-gradient(286.59deg, #F2F5FA 1.25%, #E6DDE1 57.28%, #ECEEF1 98.78%);
    border-radius: 4px;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .main-header .main-header-bottom .logo-header-container {
        padding: 0;
        background: none;
        border-radius: 0;
        display: inline;
        align-items: normal;
        justify-self: center;
    }
}
.main-header .main-header-bottom .logo-header-container .logo-header.desktop {
    display: none;
}
@media (min-width: 992px) {
    .main-header .main-header-bottom .logo-header-container .logo-header.desktop {
        height: 110px;
        display: block;
    }
}
.main-header .main-header-bottom .logo-header-container .logo-header.mobile {
    height: 24px;
}
@media (min-width: 992px) {
    .main-header .main-header-bottom .logo-header-container .logo-header.mobile {
        display: none;
    }
}
.main-header .main-header-bottom .btn.menu {
    justify-self: end;
}
.main-header .menu-header-container {
    padding: 10px 10px 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: 2;
    background-color: #fff;
    transition: transform 0.2s ease;
    border-bottom: 1px solid #1F2B36;
}
@media (min-width: 992px) {
    .main-header .menu-header-container {
        max-height: 800px;
        padding: 80px 0 180px;
        border-radius: 8px;
        border-bottom: 0;
    }
}
.main-header .menu-header-container .logo-menu-header-container {
    margin: 0 0 50px;
    padding: 13px 20px;
    background: linear-gradient(286.59deg, #F2F5FA 1.25%, #E6DDE1 57.28%, #ECEEF1 98.78%);
    border-radius: 4px;
    display: inline-block;
}
@media (min-width: 992px) {
    .main-header .menu-header-container .logo-menu-header-container {
        margin: 0;
        padding: 0;
        background: none;
        border-radius: 0;
        display: block;
    }
}
.main-header .menu-header-container .logo-menu-header-container .logo-menu-header.desktop {
    display: none;
}
@media (min-width: 992px) {
    .main-header .menu-header-container .logo-menu-header-container .logo-menu-header.desktop {
        height: 110px;
        display: block;
        margin: 0 auto 66px;
    }
}
.main-header .menu-header-container .logo-menu-header-container .logo-menu-header.mobile {
    height: 24px;
}
@media (min-width: 992px) {
    .main-header .menu-header-container .logo-menu-header-container .logo-menu-header.mobile {
        display: none;
    }
}
.main-header .menu-header-container .menu-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-header .menu-header-container .menu-header .menu-item {
    margin: 0 0 40px;
}
@media (min-width: 992px) {
    .main-header .menu-header-container .menu-header .menu-item:not(:last-child) {
        margin: 0 0 40px;
    }
}
.main-header .menu-header-container .menu-header .menu-item .menu-item-link {
    font-family: "DMSerifDisplay", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #1F2B36;
}
@media (min-width: 992px) {
    .main-header .menu-header-container .menu-header .menu-item .menu-item-link {
        min-height: 54px;
        display: inline-block;
    }
}
.main-header .menu-header-container .img-container {
    height: 190px;
    border-radius: 6px;
    background: center/cover no-repeat;
}
@media (min-width: 992px) {
    .main-header .menu-header-container .img-container {
        height: 330px;
        position: relative;
    }
    .main-header .menu-header-container .img-container.circle::before {
        content: "";
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: #B92C2A;
        mix-blend-mode: darken;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -80px;
    }
}
.main-header .menu-header-container.open {
    transform: translateY(0);
}

.main-footer {
    padding: 310px 0 54px;
    position: relative;
    background-color: #fff;
}
.main-footer::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 190px;
    right: 0;
    left: 0;
    background-color: #1F2B36;
    opacity: 0.07;
}
@media (min-width: 992px) {
    .main-footer .logo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.main-footer .logo-container .footer-logo.desktop {
    display: none;
}
@media (min-width: 992px) {
    .main-footer .logo-container .footer-logo.desktop {
        height: 90px;
        margin: 0 0 80px;
        display: block;
    }
}
.main-footer .logo-container .footer-logo.mobile {
    height: 44px;
    margin: 0 0 50px;
}
@media (min-width: 992px) {
    .main-footer .logo-container .footer-logo.mobile {
        display: none;
    }
}
.main-footer .footer-column-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 26px;
}
.main-footer .menu-footer {
    margin: 0 0 50px;
}
@media (min-width: 992px) {
    .main-footer .menu-footer {
        margin: 0 0 100px;
    }
}
.main-footer .menu-footer .menu-item:not(:last-child) {
    margin: 0 0 16px;
}
.main-footer .menu-footer .menu-item a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1F2B36;
}
.main-footer .menu-footer .menu-item a.icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #1F2B36;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-footer .menu-footer .menu-item a.icon::before {
    font-size: 12px;
}
.main-footer .menu-footer .menu-item a.icon.icon-facebook::before {
    font-size: 14px;
}
.main-footer .menu-footer.social {
    display: flex;
    align-items: center;
}
.main-footer .menu-footer.social .menu-item {
    margin: 0 10px 0 0;
}
.main-footer .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 992px) {
    .main-footer .bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}
.main-footer .bottom p {
    font-size: 12px;
    line-height: 1;
}
.main-footer .bottom p a {
    color: #1F2B36;
}
.page-template-tpl-promotions .main-footer {
    padding: 120px 0 80px;
}

.section.home.news {
    padding: 34px 15px 0;
}
@media (min-width: 992px) {
    .section.home.news {
        padding: 0 0 60px;
    }
}
.section.home.cards {
    margin: 55px 0 -100px;
}
@media (min-width: 992px) {
    .section.home.cards {
        margin: 60px 0 -100px;
    }
}
.section.home.cards .card {
    height: 520px;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 44px 120px rgba(31, 43, 54, 0.08);
}
@media (min-width: 992px) {
    .section.home.cards .card {
        height: 740px;
        padding: 50px 50px 80px;
    }
}
.section.home.cards .card .card-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin: auto 0 20px;
}
@media (min-width: 992px) {
    .section.home.cards .card .card-title {
        font-size: 64px;
        line-height: 72px;
        margin: auto 0 20px;
    }
}
.section.home.cards .card p {
    font-size: 14px;
}
.section.home.cards .card.inverted, .section.home.cards .card.inverted .card.btn {
    background-color: #B92C2A;
}
.section.home.cards .card.inverted .card-title,
.section.home.cards .card.inverted p,
.section.home.cards .card.inverted .card.btn p {
    color: #fff;
}
.section.home.cards .card.first {
    margin: 0 0 30px;
}
@media (min-width: 992px) {
    .section.home.cards .card.first {
        margin: 0;
    }
}
.initial {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: "DMSerifDisplay", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #B92C2A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inverted .initial, .section.home.cards .card.inverted .btn .initial, .initial.inverted, .section.home.cards .card.inverted .initial.btn {
    color: #B92C2A;
    background-color: #fff;
}
.initial.small, .inputs-container.radio .input-container label .initial {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.news-list .news-item .news-card {
    color: #1F2B36;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(31, 43, 54, 0.08);
}
@media (min-width: 992px) {
    .news-list .news-item .news-card {
        flex-direction: row;
        align-items: flex-start;
    }
}
.news-list .news-item .news-card .news-side-part {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}
@media (min-width: 992px) {
    .news-list .news-item .news-card .news-side-part {
        margin: 0;
        flex: 0 0 25%;
        flex-direction: column;
        align-items: flex-start;
    }
}
.news-list .news-item .news-card .news-side-part .news-date {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: lowercase;
    margin: 0 20px 0 0;
}
@media (min-width: 992px) {
    .news-list .news-item .news-card .news-side-part .news-date {
        font-size: 18px;
        margin: 14px 0 7px;
    }
}
.news-list .news-item .news-card .news-main-content {
    display: flex;
}
.news-list .news-item .news-card .news-main-content .news-main-part {
    padding: 0 30px 0 0;
}
@media (min-width: 992px) {
    .news-list .news-item .news-card .news-main-content .news-main-part {
        padding: 0 20px 0 0;
    }
}
.news-list .news-item .news-card .news-main-content .news-main-part .news-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 7px;
    transition: color 0.2s ease;
}
@media (min-width: 992px) {
    .news-list .news-item .news-card .news-main-content .news-main-part .news-title {
        font-size: 38px;
        line-height: 50px;
        margin: 0 0 12px;
    }
}
.news-list .news-item .news-card .news-main-content .news-main-part p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list .news-item .news-card .news-main-content .news-img-part {
    flex: 0 0 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}
@media (min-width: 992px) {
    .news-list .news-item .news-card .news-main-content .news-img-part {
        flex: 0 0 110px;
        height: 110px;
    }
}
.news-list .news-item .news-card .news-main-content .news-img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .news-item .news-card:active .news-main-part .news-title, .news-list .news-item .news-card:focus .news-main-part .news-title, .news-list .news-item .news-card:hover .news-main-part .news-title {
    color: #B92C2A;
}
.hero-bottom .news-list {
    margin: 0 0 50px;
}
.hero-bottom .news-list .news-item .news-card .news-side-part .news-date {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 10px 0 0;
}
@media (min-width: 992px) {
    .hero-bottom .news-list .news-item .news-card .news-side-part .news-date {
        margin: 20px 0 13px;
    }
}
.hero-bottom .news-list .news-item .news-card .news-main-part .news-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 12px;
}

.section.secretaries .section-content {
    margin: 0 0 -100px;
    padding: 0 15px;
    border-radius: 8px;
    box-shadow: 0 44px 92px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.section.secretaries .section-content .cards-container {
    overflow: hidden;
    transition: height 0.3s ease;
}
.section.secretaries .section-content .row .col-md-4:not(:first-child) .card, .section.secretaries .section-content .row .col-md-4:not(:nth-child(2)) .card, .section.secretaries .section-content .row .col-md-4:not(:nth-child(3)) .card {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.section.secretaries .section-content .btn-container {
    display: flex;
    justify-content: center;
}
.section.secretaries .card {
    height: 100%;
    padding: 60px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section.secretaries .card .card-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 35px;
    position: relative;
}
.section.secretaries .card .card-title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: 0;
    background-color: #B92C2A;
}
.section.secretaries .card p {
    color: #778F9B;
}

.block-content-single-archive {
    padding-top: 40px;
}
.block-content-single-archive .btn.back {
    margin: 0 0 40px;
}
.block-content-single-archive .block-title {
    margin: 0 0 20px;
}
.block-content-single-archive .date {
    margin: 0 0 60px;
}

.main.single-news .hero-content {
    background-color: #fff;
}
.main.single-news .hero-content .hero-top {
    padding-bottom: 40px;
}
.main.single-news .hero-content .hero-top .date {
    margin: 0 0 13px;
}
.main.single-news .hero-content .hero-bottom {
    padding-top: 0;
}
.main.single-news .hero-content .hero-bottom .img-container {
    height: 420px;
}

section.relative-articles {
    margin: -250px 0 0;
    padding: 260px 0 90px;
    background-color: #fff;
}
section.relative-articles .article-card {
    height: 310px;
    display: block;
    color: #1F2B36;
    margin: 0 0 20px;
    padding: 30px 24px;
    border-radius: 6px;
    background: linear-gradient(294.32deg, #F2F5FA 34.96%, #E6DDE1 66.81%, #ECEEF1 99.05%);
}
@media (min-width: 992px) {
    section.relative-articles .article-card {
        margin: 0;
    }
}
section.relative-articles .article-card .article-card-top {
    display: flex;
    align-items: center;
    margin: 0 0 13px;
}
section.relative-articles .article-card .article-card-top .tag {
    margin: 0 24px 0 0;
}
section.relative-articles .article-card .article-card-top .date {
    font-weight: 500;
    font-size: 14px;
}
section.relative-articles .article-card .article-card-title {
    font-family: "DMSerifDisplay", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 16px;
}
@media (min-width: 768px) {
    section.relative-articles .article-card .article-card-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    section.relative-articles .article-card .article-card-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
}
section.relative-articles .article-card p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
section.relative-articles .article-card:active, section.relative-articles .article-card:focus, section.relative-articles .article-card:hover {
    background: linear-gradient(294.32deg, #fff 34.96%, #fff 66.81%, #fff 99.05%);
    box-shadow: 16px 16px 92px rgba(0, 0, 0, 0.06);
}
section.relative-articles .article-card:active .article-card-title, section.relative-articles .article-card:focus .article-card-title, section.relative-articles .article-card:hover .article-card-title {
    color: #B92C2A;
}

/*# sourceMappingURL=app.css.map*/