@charset "UTF-8";
.dnowZoomIcon {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d4272e;
    display: inline-block;
    border-radius: 50%;
    width: 2.45rem;
    height: 2.45rem;
    color: #d4272e;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.dnowZoomIcon i {
    font-size: 1.5625rem;
}
.dnowZoomIcon:hover {
    background-color: #d4272e;
    transition: all 0.3s ease-in;
    transform: scale(1.2);
}
.dnowZoomIcon:hover i {
    color: #fff;
}
.ion-ios-arrow-forward {
    color: #535a5a;
}
.fs-1 {
    font-size: 0.8rem !important;
}
.fs-2 {
    font-size: 1rem !important;
}
.fs-3 {
    font-size: 1.25rem !important;
}
.fs-4 {
    font-size: 1.563rem !important;
}
.fs-5 {
    font-size: 2.441rem !important;
}
.fs-6 {
    font-size: 3.815rem !important;
}
html {
    font-size: 18px;
}

.fc-red {
    color: #d4272e;
}
.fc-black {
    color: #212f36;
}
.heading-font {
    font-family: "Open Sans", sans-serif !important;
}

a.ul-red {
    color: #d4272e;
    text-decoration: none;
    font-weight: 500;
    background-image: linear-gradient(to top, #d4272e 1px, transparent 0);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.25s ease-in-out;
}
a.ul-red:hover {
    color: #d4272e;
    text-decoration: none;
    background-size: 25% 100%;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
}
.overlay-div {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #212f36;
    opacity: 0.3;
    top: 0;
    left: 0;
}
.sc-edit-link {
    text-align: right;
    color: #d4272e;
    font-size: 0.8rem;
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212f36;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d0dada;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d0dada;
}
.table tbody + tbody {
    border-top: 2px solid #d0dada;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #d0dada;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #d0dada;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(33, 47, 54, 0.05);
}
.table-hover tbody tr:hover {
    color: #212f36;
    background-color: rgba(33, 47, 54, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #f3c3c4;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #e98f92;
}
.table-hover .table-primary:hover {
    background-color: #efaeaf;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #efaeaf;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #cfd1d1;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #a6a9a9;
}
.table-hover .table-secondary:hover {
    background-color: #c2c5c5;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c2c5c5;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #ddf2f8;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #c1e7f2;
}
.table-hover .table-info:hover {
    background-color: #c8eaf4;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c8eaf4;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f3c3c4;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #e98f92;
}
.table-hover .table-danger:hover {
    background-color: #efaeaf;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #efaeaf;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fafbfc;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #f6f8f9;
}
.table-hover .table-light:hover {
    background-color: #eaeef2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #eaeef2;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c1c5c7;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #8c9396;
}
.table-hover .table-dark:hover {
    background-color: #b4b8bb;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b4b8bb;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(33, 47, 54, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(23, 33, 38, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(23, 33, 38, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #465054;
    border-color: #576469;
}
.table .thead-light th {
    color: #535a5a;
    background-color: #eef2f4;
    border-color: #d0dada;
}
.table-dark {
    color: #fff;
    background-color: #465054;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #576469;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #535a5a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7dadb;
    border-radius: 0.125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #535a5a;
    background-color: #fff;
    border-color: #eb9094;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #eef2f4;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #535a5a;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.6;
    color: #212f36;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.125rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.125rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.125rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.4em + 0.1875rem);
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23465054' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            #fff no-repeat center right 1.75rem / calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #d4272e;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(212, 39, 46, 0.9);
    border-radius: 0.125rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #d4272e;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4272e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d4272e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.4em + 0.1875rem);
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #d4272e;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #d4272e;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23465054' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4272e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d4272e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #d4272e;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #d4272e;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #d4272e;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #d4272e;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #df4f55;
    background-color: #df4f55;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d4272e;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #d4272e;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #d4272e;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212f36;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0.125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212f36;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b42127;
    border-color: #a91f25;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 71, 77, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a91f25;
    border-color: #9e1d22;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 71, 77, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #535a5a;
    border-color: #535a5a;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #414646;
    border-color: #3b3f3f;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 115, 115, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #535a5a;
    border-color: #535a5a;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3b3f3f;
    border-color: #343939;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 115, 115, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
    color: #212f36;
    background-color: #87d1e6;
    border-color: #87d1e6;
}
.btn-info:hover {
    color: #212f36;
    background-color: #67c5df;
    border-color: #5dc1dd;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 185, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #212f36;
    background-color: #87d1e6;
    border-color: #87d1e6;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #212f36;
    background-color: #5dc1dd;
    border-color: #52bddb;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 185, 204, 0.5);
}
.btn-warning {
    color: #212f36;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212f36;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 171, 14, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212f36;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212f36;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 171, 14, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b42127;
    border-color: #a91f25;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 71, 77, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a91f25;
    border-color: #9e1d22;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 71, 77, 0.5);
}
.btn-light {
    color: #212f36;
    background-color: #eef2f4;
    border-color: #eef2f4;
}
.btn-light:hover {
    color: #212f36;
    background-color: #d7e0e5;
    border-color: #cfdae0;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 213, 216, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212f36;
    background-color: #eef2f4;
    border-color: #eef2f4;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212f36;
    background-color: #cfdae0;
    border-color: #c7d4db;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 213, 216, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #212f36;
    border-color: #212f36;
}
.btn-dark:hover {
    color: #fff;
    background-color: #121a1e;
    border-color: #0e1316;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 78, 84, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212f36;
    border-color: #212f36;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0e1316;
    border-color: #090d0e;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 78, 84, 0.5);
}
.btn-outline-primary {
    color: #d4272e;
    border-color: #d4272e;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #d4272e;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.5);
}
.btn-outline-secondary {
    color: #535a5a;
    border-color: #535a5a;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #535a5a;
    border-color: #535a5a;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 90, 90, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #535a5a;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #535a5a;
    border-color: #535a5a;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 90, 90, 0.5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #87d1e6;
    border-color: #87d1e6;
}
.btn-outline-info:hover {
    color: #212f36;
    background-color: #87d1e6;
    border-color: #87d1e6;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 209, 230, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #87d1e6;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #212f36;
    background-color: #87d1e6;
    border-color: #87d1e6;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 209, 230, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212f36;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212f36;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #d4272e;
    border-color: #d4272e;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d4272e;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.5);
}
.btn-outline-light {
    color: #eef2f4;
    border-color: #eef2f4;
}
.btn-outline-light:hover {
    color: #212f36;
    background-color: #eef2f4;
    border-color: #eef2f4;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 242, 244, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #eef2f4;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212f36;
    background-color: #eef2f4;
    border-color: #eef2f4;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 242, 244, 0.5);
}
.btn-outline-dark {
    color: #212f36;
    border-color: #212f36;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212f36;
    border-color: #212f36;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 47, 54, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212f36;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #212f36;
    border-color: #212f36;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 47, 54, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #d4272e;
    text-decoration: none;
}
.btn-link:hover {
    color: #931b20;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.125rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.125rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212f36;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(33, 47, 54, 0.15);
    border-radius: 0.125rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eef2f4;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212f36;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #172126;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d4272e;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212f36;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #535a5a;
    text-align: center;
    white-space: nowrap;
    background-color: #eef2f4;
    border: 1px solid #d7dadb;
    border-radius: 0.125rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.125rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.125rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #d4272e;
    background-color: #d4272e;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #eb9094;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f2bbbd;
    border-color: #f2bbbd;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #eef2f4;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.3rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.3rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.125rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #d4272e;
    background-color: #d4272e;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(212, 39, 46, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(212, 39, 46, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(212, 39, 46, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.3rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(212, 39, 46, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #535a5a;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23465054' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #d7dadb;
    border-radius: 0.125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #eb9094;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-select:focus::-ms-value {
    color: #535a5a;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #eef2f4;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #eb9094;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #eef2f4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    color: #535a5a;
    background-color: #fff;
    border: 1px solid #d7dadb;
    border-radius: 0.125rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    color: #535a5a;
    content: "Browse";
    background-color: #eef2f4;
    border-left: inherit;
    border-radius: 0 0.125rem 0.125rem 0;
}
.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #d4272e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #f2bbbd;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d0dada;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #d4272e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #f2bbbd;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d0dada;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #d4272e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #f2bbbd;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #d0dada;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #d0dada;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #d0dada;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eef2f4 #eef2f4 #d0dada;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #535a5a;
    background-color: #fff;
    border-color: #d0dada #d0dada #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d4272e;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.125rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(33, 47, 54, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(33, 47, 54, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(33, 47, 54, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(33, 47, 54, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(33, 47, 54, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(33, 47, 54, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(33, 47, 54, 0.5);
    border-color: rgba(33, 47, 54, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(33, 47, 54, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(33, 47, 54, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(33, 47, 54, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(33, 47, 54, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(33, 47, 54, 0.125);
    border-radius: 0.125rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(33, 47, 54, 0.03);
    border-bottom: 1px solid rgba(33, 47, 54, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.125rem - 1px) calc(0.125rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(33, 47, 54, 0.03);
    border-top: 1px solid rgba(33, 47, 54, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.125rem - 1px) calc(0.125rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.125rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.125rem - 1px);
    border-top-right-radius: calc(0.125rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.125rem - 1px);
    border-bottom-left-radius: calc(0.125rem - 1px);
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card .card-header {
    margin-bottom: -1px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: none;
    border-radius: 0.125rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.125rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #d4272e;
    background-color: #fff;
    border: 1px solid #d0dada;
}
.page-link:hover {
    z-index: 2;
    color: #931b20;
    text-decoration: none;
    background-color: #eef2f4;
    border-color: #d0dada;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #d0dada;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #d4272e;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #a91f25;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #535a5a;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #3b3f3f;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(83, 90, 90, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
    color: #212f36;
    background-color: #87d1e6;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #212f36;
    background-color: #5dc1dd;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(135, 209, 230, 0.5);
}
.badge-warning {
    color: #212f36;
    background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212f36;
    background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #d4272e;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #a91f25;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.5);
}
.badge-light {
    color: #212f36;
    background-color: #eef2f4;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212f36;
    background-color: #cfdae0;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 242, 244, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #212f36;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #0e1316;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 47, 54, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eef2f4;
    border-radius: 0.125rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.125rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #7e2b32;
    background-color: #f6d4d5;
    border-color: #f3c3c4;
}
.alert-primary hr {
    border-top-color: #efaeaf;
}
.alert-primary .alert-link {
    color: #581e23;
}
.alert-secondary {
    color: #3b4549;
    background-color: #dddede;
    border-color: #cfd1d1;
}
.alert-secondary hr {
    border-top-color: #c2c5c5;
}
.alert-secondary .alert-link {
    color: #242a2d;
}
.alert-success {
    color: #256d3e;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #184728;
}
.alert-info {
    color: #568392;
    background-color: #e7f6fa;
    border-color: #ddf2f8;
}
.alert-info hr {
    border-top-color: #c8eaf4;
}
.alert-info .alert-link {
    color: #436672;
}
.alert-warning {
    color: #947b1e;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #6a5815;
}
.alert-danger {
    color: #7e2b32;
    background-color: #f6d4d5;
    border-color: #f3c3c4;
}
.alert-danger hr {
    border-top-color: #efaeaf;
}
.alert-danger .alert-link {
    color: #581e23;
}
.alert-light {
    color: #8c9499;
    background-color: #fcfcfd;
    border-color: #fafbfc;
}
.alert-light hr {
    border-top-color: #eaeef2;
}
.alert-light .alert-link {
    color: #727b80;
}
.alert-dark {
    color: #212f36;
    background-color: #d3d5d7;
    border-color: #c1c5c7;
}
.alert-dark hr {
    border-top-color: #b4b8bb;
}
.alert-dark .alert-link {
    color: #0e1316;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eef2f4;
    border-radius: 0.125rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #d4272e;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #535a5a;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #535a5a;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212f36;
    background-color: #eef2f4;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(33, 47, 54, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0;
    }
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group-item-primary {
    color: #7e2b32;
    background-color: #f3c3c4;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #7e2b32;
    background-color: #efaeaf;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7e2b32;
    border-color: #7e2b32;
}
.list-group-item-secondary {
    color: #3b4549;
    background-color: #cfd1d1;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #3b4549;
    background-color: #c2c5c5;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3b4549;
    border-color: #3b4549;
}
.list-group-item-success {
    color: #256d3e;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #256d3e;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #256d3e;
    border-color: #256d3e;
}
.list-group-item-info {
    color: #568392;
    background-color: #ddf2f8;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #568392;
    background-color: #c8eaf4;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #568392;
    border-color: #568392;
}
.list-group-item-warning {
    color: #947b1e;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #947b1e;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #947b1e;
    border-color: #947b1e;
}
.list-group-item-danger {
    color: #7e2b32;
    background-color: #f3c3c4;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7e2b32;
    background-color: #efaeaf;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7e2b32;
    border-color: #7e2b32;
}
.list-group-item-light {
    color: #8c9499;
    background-color: #fafbfc;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #8c9499;
    background-color: #eaeef2;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #8c9499;
    border-color: #8c9499;
}
.list-group-item-dark {
    color: #212f36;
    background-color: #c1c5c7;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #212f36;
    background-color: #b4b8bb;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #212f36;
    border-color: #212f36;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #212f36;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #212f36;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(33, 47, 54, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(33, 47, 54, 0.2);
    border-radius: 0.125rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #212f36;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #d0dada;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.6;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #d0dada;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #212f36;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #212f36;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #212f36;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #212f36;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #212f36;
    border-radius: 0.125rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(33, 47, 54, 0.2);
    border-radius: 0.125rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.125rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(33, 47, 54, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.125rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(33, 47, 54, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(33, 47, 54, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.125rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(33, 47, 54, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.125rem - 1px);
    border-top-right-radius: calc(0.125rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212f36;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #d4272e !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #a91f25 !important;
}
.bg-secondary {
    background-color: #535a5a !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #3b3f3f !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #87d1e6 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #5dc1dd !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #d4272e !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a91f25 !important;
}
.bg-light {
    background-color: #eef2f4 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #cfdae0 !important;
}
.bg-dark {
    background-color: #212f36 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #0e1316 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #d0dada !important;
}
.border-top {
    border-top: 1px solid #d0dada !important;
}
.border-right {
    border-right: 1px solid #d0dada !important;
}
.border-bottom {
    border-bottom: 1px solid #d0dada !important;
}
.border-left {
    border-left: 1px solid #d0dada !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #d4272e !important;
}
.border-secondary {
    border-color: #535a5a !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #87d1e6 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #d4272e !important;
}
.border-light {
    border-color: #eef2f4 !important;
}
.border-dark {
    border-color: #212f36 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.125rem !important;
}
.rounded {
    border-radius: 0.125rem !important;
}
.rounded-top {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
}
.rounded-right {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
}
.rounded-left {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
}
.rounded-lg {
    border-radius: 0.125rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(33, 47, 54, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(33, 47, 54, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(33, 47, 54, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.4rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.4rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.4rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.4rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.4rem !important;
}
.m-2 {
    margin: 0.8rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.8rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.8rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.8rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.8rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.25rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.25rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.25rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.25rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.25rem !important;
}
.m-5 {
    margin: 1.563rem !important;
}
.mt-5,
.my-5 {
    margin-top: 1.563rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 1.563rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 1.563rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 1.563rem !important;
}
.m-6 {
    margin: 1.953rem !important;
}
.mt-6,
.my-6 {
    margin-top: 1.953rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 1.953rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 1.953rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 1.953rem !important;
}
.m-7 {
    margin: 2.441rem !important;
}
.mt-7,
.my-7 {
    margin-top: 2.441rem !important;
}
.mr-7,
.mx-7 {
    margin-right: 2.441rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 2.441rem !important;
}
.ml-7,
.mx-7 {
    margin-left: 2.441rem !important;
}
.m-8 {
    margin: 3.052rem !important;
}
.mt-8,
.my-8 {
    margin-top: 3.052rem !important;
}
.mr-8,
.mx-8 {
    margin-right: 3.052rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 3.052rem !important;
}
.ml-8,
.mx-8 {
    margin-left: 3.052rem !important;
}
.m-9 {
    margin: 3.815rem !important;
}
.mt-9,
.my-9 {
    margin-top: 3.815rem !important;
}
.mr-9,
.mx-9 {
    margin-right: 3.815rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 3.815rem !important;
}
.ml-9,
.mx-9 {
    margin-left: 3.815rem !important;
}
.m-10 {
    margin: 4.768rem !important;
}
.mt-10,
.my-10 {
    margin-top: 4.768rem !important;
}
.mr-10,
.mx-10 {
    margin-right: 4.768rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 4.768rem !important;
}
.ml-10,
.mx-10 {
    margin-left: 4.768rem !important;
}
.m-11 {
    margin: 5.96rem !important;
}
.mt-11,
.my-11 {
    margin-top: 5.96rem !important;
}
.mr-11,
.mx-11 {
    margin-right: 5.96rem !important;
}
.mb-11,
.my-11 {
    margin-bottom: 5.96rem !important;
}
.ml-11,
.mx-11 {
    margin-left: 5.96rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.4rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.4rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.4rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.4rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.4rem !important;
}
.p-2 {
    padding: 0.8rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.8rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.8rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.8rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.8rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.25rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.25rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.25rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.25rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.25rem !important;
}
.p-5 {
    padding: 1.563rem !important;
}
.pt-5,
.py-5 {
    padding-top: 1.563rem !important;
}
.pr-5,
.px-5 {
    padding-right: 1.563rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 1.563rem !important;
}
.pl-5,
.px-5 {
    padding-left: 1.563rem !important;
}
.p-6 {
    padding: 1.953rem !important;
}
.pt-6,
.py-6 {
    padding-top: 1.953rem !important;
}
.pr-6,
.px-6 {
    padding-right: 1.953rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 1.953rem !important;
}
.pl-6,
.px-6 {
    padding-left: 1.953rem !important;
}
.p-7 {
    padding: 2.441rem !important;
}
.pt-7,
.py-7 {
    padding-top: 2.441rem !important;
}
.pr-7,
.px-7 {
    padding-right: 2.441rem !important;
}
.pb-7,
.py-7 {
    padding-bottom: 2.441rem !important;
}
.pl-7,
.px-7 {
    padding-left: 2.441rem !important;
}
.p-8 {
    padding: 3.052rem !important;
}
.pt-8,
.py-8 {
    padding-top: 3.052rem !important;
}
.pr-8,
.px-8 {
    padding-right: 3.052rem !important;
}
.pb-8,
.py-8 {
    padding-bottom: 3.052rem !important;
}
.pl-8,
.px-8 {
    padding-left: 3.052rem !important;
}
.p-9 {
    padding: 3.815rem !important;
}
.pt-9,
.py-9 {
    padding-top: 3.815rem !important;
}
.pr-9,
.px-9 {
    padding-right: 3.815rem !important;
}
.pb-9,
.py-9 {
    padding-bottom: 3.815rem !important;
}
.pl-9,
.px-9 {
    padding-left: 3.815rem !important;
}
.p-10 {
    padding: 4.768rem !important;
}
.pt-10,
.py-10 {
    padding-top: 4.768rem !important;
}
.pr-10,
.px-10 {
    padding-right: 4.768rem !important;
}
.pb-10,
.py-10 {
    padding-bottom: 4.768rem !important;
}
.pl-10,
.px-10 {
    padding-left: 4.768rem !important;
}
.p-11 {
    padding: 5.96rem !important;
}
.pt-11,
.py-11 {
    padding-top: 5.96rem !important;
}
.pr-11,
.px-11 {
    padding-right: 5.96rem !important;
}
.pb-11,
.py-11 {
    padding-bottom: 5.96rem !important;
}
.pl-11,
.px-11 {
    padding-left: 5.96rem !important;
}
.m-n1 {
    margin: -0.4rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.4rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.4rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.4rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.4rem !important;
}
.m-n2 {
    margin: -0.8rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.8rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.8rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.8rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.8rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.25rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.25rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.25rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.25rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.25rem !important;
}
.m-n5 {
    margin: -1.563rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -1.563rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -1.563rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -1.563rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -1.563rem !important;
}
.m-n6 {
    margin: -1.953rem !important;
}
.mt-n6,
.my-n6 {
    margin-top: -1.953rem !important;
}
.mr-n6,
.mx-n6 {
    margin-right: -1.953rem !important;
}
.mb-n6,
.my-n6 {
    margin-bottom: -1.953rem !important;
}
.ml-n6,
.mx-n6 {
    margin-left: -1.953rem !important;
}
.m-n7 {
    margin: -2.441rem !important;
}
.mt-n7,
.my-n7 {
    margin-top: -2.441rem !important;
}
.mr-n7,
.mx-n7 {
    margin-right: -2.441rem !important;
}
.mb-n7,
.my-n7 {
    margin-bottom: -2.441rem !important;
}
.ml-n7,
.mx-n7 {
    margin-left: -2.441rem !important;
}
.m-n8 {
    margin: -3.052rem !important;
}
.mt-n8,
.my-n8 {
    margin-top: -3.052rem !important;
}
.mr-n8,
.mx-n8 {
    margin-right: -3.052rem !important;
}
.mb-n8,
.my-n8 {
    margin-bottom: -3.052rem !important;
}
.ml-n8,
.mx-n8 {
    margin-left: -3.052rem !important;
}
.m-n9 {
    margin: -3.815rem !important;
}
.mt-n9,
.my-n9 {
    margin-top: -3.815rem !important;
}
.mr-n9,
.mx-n9 {
    margin-right: -3.815rem !important;
}
.mb-n9,
.my-n9 {
    margin-bottom: -3.815rem !important;
}
.ml-n9,
.mx-n9 {
    margin-left: -3.815rem !important;
}
.m-n10 {
    margin: -4.768rem !important;
}
.mt-n10,
.my-n10 {
    margin-top: -4.768rem !important;
}
.mr-n10,
.mx-n10 {
    margin-right: -4.768rem !important;
}
.mb-n10,
.my-n10 {
    margin-bottom: -4.768rem !important;
}
.ml-n10,
.mx-n10 {
    margin-left: -4.768rem !important;
}
.m-n11 {
    margin: -5.96rem !important;
}
.mt-n11,
.my-n11 {
    margin-top: -5.96rem !important;
}
.mr-n11,
.mx-n11 {
    margin-right: -5.96rem !important;
}
.mb-n11,
.my-n11 {
    margin-bottom: -5.96rem !important;
}
.ml-n11,
.mx-n11 {
    margin-left: -5.96rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.4rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.4rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.4rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.4rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.4rem !important;
    }
    .m-sm-2 {
        margin: 0.8rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.8rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.8rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.8rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.8rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.25rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.25rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.25rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.25rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.25rem !important;
    }
    .m-sm-5 {
        margin: 1.563rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.563rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.563rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.563rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.563rem !important;
    }
    .m-sm-6 {
        margin: 1.953rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 1.953rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 1.953rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 1.953rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 1.953rem !important;
    }
    .m-sm-7 {
        margin: 2.441rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 2.441rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 2.441rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 2.441rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 2.441rem !important;
    }
    .m-sm-8 {
        margin: 3.052rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.052rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3.052rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.052rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3.052rem !important;
    }
    .m-sm-9 {
        margin: 3.815rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 3.815rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 3.815rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 3.815rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 3.815rem !important;
    }
    .m-sm-10 {
        margin: 4.768rem !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 4.768rem !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 4.768rem !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 4.768rem !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 4.768rem !important;
    }
    .m-sm-11 {
        margin: 5.96rem !important;
    }
    .mt-sm-11,
    .my-sm-11 {
        margin-top: 5.96rem !important;
    }
    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 5.96rem !important;
    }
    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 5.96rem !important;
    }
    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 5.96rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.4rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.4rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.4rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.4rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.4rem !important;
    }
    .p-sm-2 {
        padding: 0.8rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.8rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.8rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.8rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.8rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.25rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.25rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.25rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.25rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.25rem !important;
    }
    .p-sm-5 {
        padding: 1.563rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.563rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.563rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.563rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.563rem !important;
    }
    .p-sm-6 {
        padding: 1.953rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 1.953rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 1.953rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 1.953rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 1.953rem !important;
    }
    .p-sm-7 {
        padding: 2.441rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 2.441rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 2.441rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 2.441rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 2.441rem !important;
    }
    .p-sm-8 {
        padding: 3.052rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.052rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3.052rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.052rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3.052rem !important;
    }
    .p-sm-9 {
        padding: 3.815rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 3.815rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 3.815rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 3.815rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 3.815rem !important;
    }
    .p-sm-10 {
        padding: 4.768rem !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 4.768rem !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 4.768rem !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 4.768rem !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 4.768rem !important;
    }
    .p-sm-11 {
        padding: 5.96rem !important;
    }
    .pt-sm-11,
    .py-sm-11 {
        padding-top: 5.96rem !important;
    }
    .pr-sm-11,
    .px-sm-11 {
        padding-right: 5.96rem !important;
    }
    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 5.96rem !important;
    }
    .pl-sm-11,
    .px-sm-11 {
        padding-left: 5.96rem !important;
    }
    .m-sm-n1 {
        margin: -0.4rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.4rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.4rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.4rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.4rem !important;
    }
    .m-sm-n2 {
        margin: -0.8rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.8rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.8rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.8rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.8rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.25rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.25rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.25rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.25rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.25rem !important;
    }
    .m-sm-n5 {
        margin: -1.563rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -1.563rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -1.563rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -1.563rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -1.563rem !important;
    }
    .m-sm-n6 {
        margin: -1.953rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -1.953rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -1.953rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -1.953rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -1.953rem !important;
    }
    .m-sm-n7 {
        margin: -2.441rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -2.441rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -2.441rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -2.441rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -2.441rem !important;
    }
    .m-sm-n8 {
        margin: -3.052rem !important;
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3.052rem !important;
    }
    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -3.052rem !important;
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3.052rem !important;
    }
    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -3.052rem !important;
    }
    .m-sm-n9 {
        margin: -3.815rem !important;
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -3.815rem !important;
    }
    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -3.815rem !important;
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -3.815rem !important;
    }
    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -3.815rem !important;
    }
    .m-sm-n10 {
        margin: -4.768rem !important;
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -4.768rem !important;
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -4.768rem !important;
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -4.768rem !important;
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -4.768rem !important;
    }
    .m-sm-n11 {
        margin: -5.96rem !important;
    }
    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -5.96rem !important;
    }
    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -5.96rem !important;
    }
    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -5.96rem !important;
    }
    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -5.96rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.4rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.4rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.4rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.4rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.4rem !important;
    }
    .m-md-2 {
        margin: 0.8rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.8rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.8rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.8rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.8rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.25rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.25rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.25rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.25rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.25rem !important;
    }
    .m-md-5 {
        margin: 1.563rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 1.563rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.563rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.563rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.563rem !important;
    }
    .m-md-6 {
        margin: 1.953rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 1.953rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 1.953rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 1.953rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 1.953rem !important;
    }
    .m-md-7 {
        margin: 2.441rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 2.441rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 2.441rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 2.441rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 2.441rem !important;
    }
    .m-md-8 {
        margin: 3.052rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 3.052rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 3.052rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.052rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 3.052rem !important;
    }
    .m-md-9 {
        margin: 3.815rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 3.815rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 3.815rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 3.815rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 3.815rem !important;
    }
    .m-md-10 {
        margin: 4.768rem !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 4.768rem !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 4.768rem !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 4.768rem !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 4.768rem !important;
    }
    .m-md-11 {
        margin: 5.96rem !important;
    }
    .mt-md-11,
    .my-md-11 {
        margin-top: 5.96rem !important;
    }
    .mr-md-11,
    .mx-md-11 {
        margin-right: 5.96rem !important;
    }
    .mb-md-11,
    .my-md-11 {
        margin-bottom: 5.96rem !important;
    }
    .ml-md-11,
    .mx-md-11 {
        margin-left: 5.96rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.4rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.4rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.4rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.4rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.4rem !important;
    }
    .p-md-2 {
        padding: 0.8rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.8rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.8rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.8rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.8rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.25rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.25rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.25rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.25rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.25rem !important;
    }
    .p-md-5 {
        padding: 1.563rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 1.563rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 1.563rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.563rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 1.563rem !important;
    }
    .p-md-6 {
        padding: 1.953rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 1.953rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 1.953rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 1.953rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 1.953rem !important;
    }
    .p-md-7 {
        padding: 2.441rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 2.441rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 2.441rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 2.441rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 2.441rem !important;
    }
    .p-md-8 {
        padding: 3.052rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 3.052rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 3.052rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.052rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 3.052rem !important;
    }
    .p-md-9 {
        padding: 3.815rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 3.815rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 3.815rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 3.815rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 3.815rem !important;
    }
    .p-md-10 {
        padding: 4.768rem !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 4.768rem !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 4.768rem !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 4.768rem !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 4.768rem !important;
    }
    .p-md-11 {
        padding: 5.96rem !important;
    }
    .pt-md-11,
    .py-md-11 {
        padding-top: 5.96rem !important;
    }
    .pr-md-11,
    .px-md-11 {
        padding-right: 5.96rem !important;
    }
    .pb-md-11,
    .py-md-11 {
        padding-bottom: 5.96rem !important;
    }
    .pl-md-11,
    .px-md-11 {
        padding-left: 5.96rem !important;
    }
    .m-md-n1 {
        margin: -0.4rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.4rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.4rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.4rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.4rem !important;
    }
    .m-md-n2 {
        margin: -0.8rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.8rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.8rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.8rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.8rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.25rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.25rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.25rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.25rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.25rem !important;
    }
    .m-md-n5 {
        margin: -1.563rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -1.563rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -1.563rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -1.563rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -1.563rem !important;
    }
    .m-md-n6 {
        margin: -1.953rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -1.953rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -1.953rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -1.953rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -1.953rem !important;
    }
    .m-md-n7 {
        margin: -2.441rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -2.441rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -2.441rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -2.441rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -2.441rem !important;
    }
    .m-md-n8 {
        margin: -3.052rem !important;
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3.052rem !important;
    }
    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -3.052rem !important;
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3.052rem !important;
    }
    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -3.052rem !important;
    }
    .m-md-n9 {
        margin: -3.815rem !important;
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -3.815rem !important;
    }
    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -3.815rem !important;
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -3.815rem !important;
    }
    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -3.815rem !important;
    }
    .m-md-n10 {
        margin: -4.768rem !important;
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -4.768rem !important;
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -4.768rem !important;
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -4.768rem !important;
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -4.768rem !important;
    }
    .m-md-n11 {
        margin: -5.96rem !important;
    }
    .mt-md-n11,
    .my-md-n11 {
        margin-top: -5.96rem !important;
    }
    .mr-md-n11,
    .mx-md-n11 {
        margin-right: -5.96rem !important;
    }
    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -5.96rem !important;
    }
    .ml-md-n11,
    .mx-md-n11 {
        margin-left: -5.96rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.4rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.4rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.4rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.4rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.4rem !important;
    }
    .m-lg-2 {
        margin: 0.8rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.8rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.8rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.8rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.8rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.25rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.25rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.25rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.25rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.25rem !important;
    }
    .m-lg-5 {
        margin: 1.563rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.563rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.563rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.563rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.563rem !important;
    }
    .m-lg-6 {
        margin: 1.953rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 1.953rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 1.953rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 1.953rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 1.953rem !important;
    }
    .m-lg-7 {
        margin: 2.441rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 2.441rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 2.441rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 2.441rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 2.441rem !important;
    }
    .m-lg-8 {
        margin: 3.052rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.052rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3.052rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.052rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3.052rem !important;
    }
    .m-lg-9 {
        margin: 3.815rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 3.815rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 3.815rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 3.815rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 3.815rem !important;
    }
    .m-lg-10 {
        margin: 4.768rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 4.768rem !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 4.768rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 4.768rem !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 4.768rem !important;
    }
    .m-lg-11 {
        margin: 5.96rem !important;
    }
    .mt-lg-11,
    .my-lg-11 {
        margin-top: 5.96rem !important;
    }
    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 5.96rem !important;
    }
    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 5.96rem !important;
    }
    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 5.96rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.4rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.4rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.4rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.4rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.4rem !important;
    }
    .p-lg-2 {
        padding: 0.8rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.8rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.8rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.8rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.8rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.25rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.25rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.25rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.25rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.25rem !important;
    }
    .p-lg-5 {
        padding: 1.563rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.563rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.563rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.563rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.563rem !important;
    }
    .p-lg-6 {
        padding: 1.953rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 1.953rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 1.953rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 1.953rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 1.953rem !important;
    }
    .p-lg-7 {
        padding: 2.441rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 2.441rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 2.441rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 2.441rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 2.441rem !important;
    }
    .p-lg-8 {
        padding: 3.052rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.052rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3.052rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.052rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3.052rem !important;
    }
    .p-lg-9 {
        padding: 3.815rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 3.815rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 3.815rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 3.815rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 3.815rem !important;
    }
    .p-lg-10 {
        padding: 4.768rem !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 4.768rem !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 4.768rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 4.768rem !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 4.768rem !important;
    }
    .p-lg-11 {
        padding: 5.96rem !important;
    }
    .pt-lg-11,
    .py-lg-11 {
        padding-top: 5.96rem !important;
    }
    .pr-lg-11,
    .px-lg-11 {
        padding-right: 5.96rem !important;
    }
    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 5.96rem !important;
    }
    .pl-lg-11,
    .px-lg-11 {
        padding-left: 5.96rem !important;
    }
    .m-lg-n1 {
        margin: -0.4rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.4rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.4rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.4rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.4rem !important;
    }
    .m-lg-n2 {
        margin: -0.8rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.8rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.8rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.8rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.8rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.25rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.25rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.25rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.25rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.25rem !important;
    }
    .m-lg-n5 {
        margin: -1.563rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -1.563rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -1.563rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -1.563rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -1.563rem !important;
    }
    .m-lg-n6 {
        margin: -1.953rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -1.953rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -1.953rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -1.953rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -1.953rem !important;
    }
    .m-lg-n7 {
        margin: -2.441rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -2.441rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -2.441rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -2.441rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -2.441rem !important;
    }
    .m-lg-n8 {
        margin: -3.052rem !important;
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3.052rem !important;
    }
    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -3.052rem !important;
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3.052rem !important;
    }
    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -3.052rem !important;
    }
    .m-lg-n9 {
        margin: -3.815rem !important;
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -3.815rem !important;
    }
    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -3.815rem !important;
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -3.815rem !important;
    }
    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -3.815rem !important;
    }
    .m-lg-n10 {
        margin: -4.768rem !important;
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -4.768rem !important;
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -4.768rem !important;
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -4.768rem !important;
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -4.768rem !important;
    }
    .m-lg-n11 {
        margin: -5.96rem !important;
    }
    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -5.96rem !important;
    }
    .mr-lg-n11,
    .mx-lg-n11 {
        margin-right: -5.96rem !important;
    }
    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -5.96rem !important;
    }
    .ml-lg-n11,
    .mx-lg-n11 {
        margin-left: -5.96rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.4rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.4rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.4rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.4rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.4rem !important;
    }
    .m-xl-2 {
        margin: 0.8rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.8rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.8rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.8rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.8rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.25rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.25rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.25rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.25rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.25rem !important;
    }
    .m-xl-5 {
        margin: 1.563rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.563rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.563rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.563rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.563rem !important;
    }
    .m-xl-6 {
        margin: 1.953rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 1.953rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 1.953rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 1.953rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 1.953rem !important;
    }
    .m-xl-7 {
        margin: 2.441rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 2.441rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 2.441rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 2.441rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 2.441rem !important;
    }
    .m-xl-8 {
        margin: 3.052rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.052rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3.052rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.052rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3.052rem !important;
    }
    .m-xl-9 {
        margin: 3.815rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 3.815rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 3.815rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 3.815rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 3.815rem !important;
    }
    .m-xl-10 {
        margin: 4.768rem !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 4.768rem !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 4.768rem !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 4.768rem !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 4.768rem !important;
    }
    .m-xl-11 {
        margin: 5.96rem !important;
    }
    .mt-xl-11,
    .my-xl-11 {
        margin-top: 5.96rem !important;
    }
    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 5.96rem !important;
    }
    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 5.96rem !important;
    }
    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 5.96rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.4rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.4rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.4rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.4rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.4rem !important;
    }
    .p-xl-2 {
        padding: 0.8rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.8rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.8rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.8rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.8rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.25rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.25rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.25rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.25rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.25rem !important;
    }
    .p-xl-5 {
        padding: 1.563rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.563rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.563rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.563rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.563rem !important;
    }
    .p-xl-6 {
        padding: 1.953rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 1.953rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 1.953rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 1.953rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 1.953rem !important;
    }
    .p-xl-7 {
        padding: 2.441rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 2.441rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 2.441rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 2.441rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 2.441rem !important;
    }
    .p-xl-8 {
        padding: 3.052rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.052rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3.052rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.052rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3.052rem !important;
    }
    .p-xl-9 {
        padding: 3.815rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 3.815rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 3.815rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 3.815rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 3.815rem !important;
    }
    .p-xl-10 {
        padding: 4.768rem !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 4.768rem !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 4.768rem !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 4.768rem !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 4.768rem !important;
    }
    .p-xl-11 {
        padding: 5.96rem !important;
    }
    .pt-xl-11,
    .py-xl-11 {
        padding-top: 5.96rem !important;
    }
    .pr-xl-11,
    .px-xl-11 {
        padding-right: 5.96rem !important;
    }
    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 5.96rem !important;
    }
    .pl-xl-11,
    .px-xl-11 {
        padding-left: 5.96rem !important;
    }
    .m-xl-n1 {
        margin: -0.4rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.4rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.4rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.4rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.4rem !important;
    }
    .m-xl-n2 {
        margin: -0.8rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.8rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.8rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.8rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.8rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.25rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.25rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.25rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.25rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.25rem !important;
    }
    .m-xl-n5 {
        margin: -1.563rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -1.563rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -1.563rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -1.563rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -1.563rem !important;
    }
    .m-xl-n6 {
        margin: -1.953rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -1.953rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -1.953rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -1.953rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -1.953rem !important;
    }
    .m-xl-n7 {
        margin: -2.441rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -2.441rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -2.441rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -2.441rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -2.441rem !important;
    }
    .m-xl-n8 {
        margin: -3.052rem !important;
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3.052rem !important;
    }
    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -3.052rem !important;
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3.052rem !important;
    }
    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -3.052rem !important;
    }
    .m-xl-n9 {
        margin: -3.815rem !important;
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -3.815rem !important;
    }
    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -3.815rem !important;
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -3.815rem !important;
    }
    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -3.815rem !important;
    }
    .m-xl-n10 {
        margin: -4.768rem !important;
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -4.768rem !important;
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -4.768rem !important;
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -4.768rem !important;
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -4.768rem !important;
    }
    .m-xl-n11 {
        margin: -5.96rem !important;
    }
    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -5.96rem !important;
    }
    .mr-xl-n11,
    .mx-xl-n11 {
        margin-right: -5.96rem !important;
    }
    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -5.96rem !important;
    }
    .ml-xl-n11,
    .mx-xl-n11 {
        margin-left: -5.96rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #d4272e !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #931b20 !important;
}
.text-secondary {
    color: #535a5a !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #2e3232 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #87d1e6 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #48b9d9 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #d4272e !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #931b20 !important;
}
.text-light {
    color: #eef2f4 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #c0ced6 !important;
}
.text-dark {
    color: #212f36 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #040607 !important;
}
.text-body {
    color: #212f36 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(33, 47, 54, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #212f36;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #d0dada !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #d0dada;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #d0dada;
    }
}
@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
.bootstrap-select > select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
    width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: 0 !important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    animation: 0.3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "\00a0";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../ajax-loader.html) center center no-repeat;
}
@font-face {
    font-family: slick;
    src: url(../slick.html);
    src: url(../slickd41d.html?#iefix) format("embedded-opentype"), url(../slick-2.html) format("woff"), url(../slick-3.html) format("truetype"), url(../slick-4.html#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
} /*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
    font-family: Ionicons;
    src: url(../ionicons790f.html?v=2.0.1);
    src: url(../ionicons790f.html?v=2.0.1#iefix) format("embedded-opentype"), url(../ionicons790f-2.html?v=2.0.1) format("truetype"), url(../ionicons790f-3.html?v=2.0.1) format("woff"), url(../ionicons790f-4.html?v=2.0.1#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
    content: "";
}
.ion-alert-circled:before {
    content: "";
}
.ion-android-add:before {
    content: "";
}
.ion-android-add-circle:before {
    content: "";
}
.ion-android-alarm-clock:before {
    content: "";
}
.ion-android-alert:before {
    content: "";
}
.ion-android-apps:before {
    content: "";
}
.ion-android-archive:before {
    content: "";
}
.ion-android-arrow-back:before {
    content: "";
}
.ion-android-arrow-down:before {
    content: "";
}
.ion-android-arrow-dropdown:before {
    content: "";
}
.ion-android-arrow-dropdown-circle:before {
    content: "";
}
.ion-android-arrow-dropleft:before {
    content: "";
}
.ion-android-arrow-dropleft-circle:before {
    content: "";
}
.ion-android-arrow-dropright:before {
    content: "";
}
.ion-android-arrow-dropright-circle:before {
    content: "";
}
.ion-android-arrow-dropup:before {
    content: "";
}
.ion-android-arrow-dropup-circle:before {
    content: "";
}
.ion-android-arrow-forward:before {
    content: "";
}
.ion-android-arrow-up:before {
    content: "";
}
.ion-android-attach:before {
    content: "";
}
.ion-android-bar:before {
    content: "";
}
.ion-android-bicycle:before {
    content: "";
}
.ion-android-boat:before {
    content: "";
}
.ion-android-bookmark:before {
    content: "";
}
.ion-android-bulb:before {
    content: "";
}
.ion-android-bus:before {
    content: "";
}
.ion-android-calendar:before {
    content: "";
}
.ion-android-call:before {
    content: "";
}
.ion-android-camera:before {
    content: "";
}
.ion-android-cancel:before {
    content: "";
}
.ion-android-car:before {
    content: "";
}
.ion-android-cart:before {
    content: "";
}
.ion-android-chat:before {
    content: "";
}
.ion-android-checkbox:before {
    content: "";
}
.ion-android-checkbox-blank:before {
    content: "";
}
.ion-android-checkbox-outline:before {
    content: "";
}
.ion-android-checkbox-outline-blank:before {
    content: "";
}
.ion-android-checkmark-circle:before {
    content: "";
}
.ion-android-clipboard:before {
    content: "";
}
.ion-android-close:before {
    content: "";
}
.ion-android-cloud:before {
    content: "";
}
.ion-android-cloud-circle:before {
    content: "";
}
.ion-android-cloud-done:before {
    content: "";
}
.ion-android-cloud-outline:before {
    content: "";
}
.ion-android-color-palette:before {
    content: "";
}
.ion-android-compass:before {
    content: "";
}
.ion-android-contact:before {
    content: "";
}
.ion-android-contacts:before {
    content: "";
}
.ion-android-contract:before {
    content: "";
}
.ion-android-create:before {
    content: "";
}
.ion-android-delete:before {
    content: "";
}
.ion-android-desktop:before {
    content: "";
}
.ion-android-document:before {
    content: "";
}
.ion-android-done:before {
    content: "";
}
.ion-android-done-all:before {
    content: "";
}
.ion-android-download:before {
    content: "";
}
.ion-android-drafts:before {
    content: "";
}
.ion-android-exit:before {
    content: "";
}
.ion-android-expand:before {
    content: "";
}
.ion-android-favorite:before {
    content: "";
}
.ion-android-favorite-outline:before {
    content: "";
}
.ion-android-film:before {
    content: "";
}
.ion-android-folder:before {
    content: "";
}
.ion-android-folder-open:before {
    content: "";
}
.ion-android-funnel:before {
    content: "";
}
.ion-android-globe:before {
    content: "";
}
.ion-android-hand:before {
    content: "";
}
.ion-android-hangout:before {
    content: "";
}
.ion-android-happy:before {
    content: "";
}
.ion-android-home:before {
    content: "";
}
.ion-android-image:before {
    content: "";
}
.ion-android-laptop:before {
    content: "";
}
.ion-android-list:before {
    content: "";
}
.ion-android-locate:before {
    content: "";
}
.ion-android-lock:before {
    content: "";
}
.ion-android-mail:before {
    content: "";
}
.ion-android-map:before {
    content: "";
}
.ion-android-menu:before {
    content: "";
}
.ion-android-microphone:before {
    content: "";
}
.ion-android-microphone-off:before {
    content: "";
}
.ion-android-more-horizontal:before {
    content: "";
}
.ion-android-more-vertical:before {
    content: "";
}
.ion-android-navigate:before {
    content: "";
}
.ion-android-notifications:before {
    content: "";
}
.ion-android-notifications-none:before {
    content: "";
}
.ion-android-notifications-off:before {
    content: "";
}
.ion-android-open:before {
    content: "";
}
.ion-android-options:before {
    content: "";
}
.ion-android-people:before {
    content: "";
}
.ion-android-person:before {
    content: "";
}
.ion-android-person-add:before {
    content: "";
}
.ion-android-phone-landscape:before {
    content: "";
}
.ion-android-phone-portrait:before {
    content: "";
}
.ion-android-pin:before {
    content: "";
}
.ion-android-plane:before {
    content: "";
}
.ion-android-playstore:before {
    content: "";
}
.ion-android-print:before {
    content: "";
}
.ion-android-radio-button-off:before {
    content: "";
}
.ion-android-radio-button-on:before {
    content: "";
}
.ion-android-refresh:before {
    content: "";
}
.ion-android-remove:before {
    content: "";
}
.ion-android-remove-circle:before {
    content: "";
}
.ion-android-restaurant:before {
    content: "";
}
.ion-android-sad:before {
    content: "";
}
.ion-android-search:before {
    content: "";
}
.ion-android-send:before {
    content: "";
}
.ion-android-settings:before {
    content: "";
}
.ion-android-share:before {
    content: "";
}
.ion-android-share-alt:before {
    content: "";
}
.ion-android-star:before {
    content: "";
}
.ion-android-star-half:before {
    content: "";
}
.ion-android-star-outline:before {
    content: "";
}
.ion-android-stopwatch:before {
    content: "";
}
.ion-android-subway:before {
    content: "";
}
.ion-android-sunny:before {
    content: "";
}
.ion-android-sync:before {
    content: "";
}
.ion-android-textsms:before {
    content: "";
}
.ion-android-time:before {
    content: "";
}
.ion-android-train:before {
    content: "";
}
.ion-android-unlock:before {
    content: "";
}
.ion-android-upload:before {
    content: "";
}
.ion-android-volume-down:before {
    content: "";
}
.ion-android-volume-mute:before {
    content: "";
}
.ion-android-volume-off:before {
    content: "";
}
.ion-android-volume-up:before {
    content: "";
}
.ion-android-walk:before {
    content: "";
}
.ion-android-warning:before {
    content: "";
}
.ion-android-watch:before {
    content: "";
}
.ion-android-wifi:before {
    content: "";
}
.ion-aperture:before {
    content: "";
}
.ion-archive:before {
    content: "";
}
.ion-arrow-down-a:before {
    content: "";
}
.ion-arrow-down-b:before {
    content: "";
}
.ion-arrow-down-c:before {
    content: "";
}
.ion-arrow-expand:before {
    content: "";
}
.ion-arrow-graph-down-left:before {
    content: "";
}
.ion-arrow-graph-down-right:before {
    content: "";
}
.ion-arrow-graph-up-left:before {
    content: "";
}
.ion-arrow-graph-up-right:before {
    content: "";
}
.ion-arrow-left-a:before {
    content: "";
}
.ion-arrow-left-b:before {
    content: "";
}
.ion-arrow-left-c:before {
    content: "";
}
.ion-arrow-move:before {
    content: "";
}
.ion-arrow-resize:before {
    content: "";
}
.ion-arrow-return-left:before {
    content: "";
}
.ion-arrow-return-right:before {
    content: "";
}
.ion-arrow-right-a:before {
    content: "";
}
.ion-arrow-right-b:before {
    content: "";
}
.ion-arrow-right-c:before {
    content: "";
}
.ion-arrow-shrink:before {
    content: "";
}
.ion-arrow-swap:before {
    content: "";
}
.ion-arrow-up-a:before {
    content: "";
}
.ion-arrow-up-b:before {
    content: "";
}
.ion-arrow-up-c:before {
    content: "";
}
.ion-asterisk:before {
    content: "";
}
.ion-at:before {
    content: "";
}
.ion-backspace:before {
    content: "";
}
.ion-backspace-outline:before {
    content: "";
}
.ion-bag:before {
    content: "";
}
.ion-battery-charging:before {
    content: "";
}
.ion-battery-empty:before {
    content: "";
}
.ion-battery-full:before {
    content: "";
}
.ion-battery-half:before {
    content: "";
}
.ion-battery-low:before {
    content: "";
}
.ion-beaker:before {
    content: "";
}
.ion-beer:before {
    content: "";
}
.ion-bluetooth:before {
    content: "";
}
.ion-bonfire:before {
    content: "";
}
.ion-bookmark:before {
    content: "";
}
.ion-bowtie:before {
    content: "";
}
.ion-briefcase:before {
    content: "";
}
.ion-bug:before {
    content: "";
}
.ion-calculator:before {
    content: "";
}
.ion-calendar:before {
    content: "";
}
.ion-camera:before {
    content: "";
}
.ion-card:before {
    content: "";
}
.ion-cash:before {
    content: "";
}
.ion-chatbox:before {
    content: "";
}
.ion-chatbox-working:before {
    content: "";
}
.ion-chatboxes:before {
    content: "";
}
.ion-chatbubble:before {
    content: "";
}
.ion-chatbubble-working:before {
    content: "";
}
.ion-chatbubbles:before {
    content: "";
}
.ion-checkmark:before {
    content: "";
}
.ion-checkmark-circled:before {
    content: "";
}
.ion-checkmark-round:before {
    content: "";
}
.ion-chevron-down:before {
    content: "";
}
.ion-chevron-left:before {
    content: "";
}
.ion-chevron-right:before {
    content: "";
}
.ion-chevron-up:before {
    content: "";
}
.ion-clipboard:before {
    content: "";
}
.ion-clock:before {
    content: "";
}
.ion-close:before {
    content: "";
}
.ion-close-circled:before {
    content: "";
}
.ion-close-round:before {
    content: "";
}
.ion-closed-captioning:before {
    content: "";
}
.ion-cloud:before {
    content: "";
}
.ion-code:before {
    content: "";
}
.ion-code-download:before {
    content: "";
}
.ion-code-working:before {
    content: "";
}
.ion-coffee:before {
    content: "";
}
.ion-compass:before {
    content: "";
}
.ion-compose:before {
    content: "";
}
.ion-connection-bars:before {
    content: "";
}
.ion-contrast:before {
    content: "";
}
.ion-crop:before {
    content: "";
}
.ion-cube:before {
    content: "";
}
.ion-disc:before {
    content: "";
}
.ion-document:before {
    content: "";
}
.ion-document-text:before {
    content: "";
}
.ion-drag:before {
    content: "";
}
.ion-earth:before {
    content: "";
}
.ion-easel:before {
    content: "";
}
.ion-edit:before {
    content: "";
}
.ion-egg:before {
    content: "";
}
.ion-eject:before {
    content: "";
}
.ion-email:before {
    content: "";
}
.ion-email-unread:before {
    content: "";
}
.ion-erlenmeyer-flask:before {
    content: "";
}
.ion-erlenmeyer-flask-bubbles:before {
    content: "";
}
.ion-eye:before {
    content: "";
}
.ion-eye-disabled:before {
    content: "";
}
.ion-female:before {
    content: "";
}
.ion-filing:before {
    content: "";
}
.ion-film-marker:before {
    content: "";
}
.ion-fireball:before {
    content: "";
}
.ion-flag:before {
    content: "";
}
.ion-flame:before {
    content: "";
}
.ion-flash:before {
    content: "";
}
.ion-flash-off:before {
    content: "";
}
.ion-folder:before {
    content: "";
}
.ion-fork:before {
    content: "";
}
.ion-fork-repo:before {
    content: "";
}
.ion-forward:before {
    content: "";
}
.ion-funnel:before {
    content: "";
}
.ion-gear-a:before {
    content: "";
}
.ion-gear-b:before {
    content: "";
}
.ion-grid:before {
    content: "";
}
.ion-hammer:before {
    content: "";
}
.ion-happy:before {
    content: "";
}
.ion-happy-outline:before {
    content: "";
}
.ion-headphone:before {
    content: "";
}
.ion-heart:before {
    content: "";
}
.ion-heart-broken:before {
    content: "";
}
.ion-help:before {
    content: "";
}
.ion-help-buoy:before {
    content: "";
}
.ion-help-circled:before {
    content: "";
}
.ion-home:before {
    content: "";
}
.ion-icecream:before {
    content: "";
}
.ion-image:before {
    content: "";
}
.ion-images:before {
    content: "";
}
.ion-information:before {
    content: "";
}
.ion-information-circled:before {
    content: "";
}
.ion-ionic:before {
    content: "";
}
.ion-ios-alarm:before {
    content: "";
}
.ion-ios-alarm-outline:before {
    content: "";
}
.ion-ios-albums:before {
    content: "";
}
.ion-ios-albums-outline:before {
    content: "";
}
.ion-ios-americanfootball:before {
    content: "";
}
.ion-ios-americanfootball-outline:before {
    content: "";
}
.ion-ios-analytics:before {
    content: "";
}
.ion-ios-analytics-outline:before {
    content: "";
}
.ion-ios-arrow-back:before {
    content: "";
}
.ion-ios-arrow-down:before {
    content: "";
}
.ion-ios-arrow-forward:before {
    content: "";
}
.ion-ios-arrow-left:before {
    content: "";
}
.ion-ios-arrow-right:before {
    content: "";
}
.ion-ios-arrow-thin-down:before {
    content: "";
}
.ion-ios-arrow-thin-left:before {
    content: "";
}
.ion-ios-arrow-thin-right:before {
    content: "";
}
.ion-ios-arrow-thin-up:before {
    content: "";
}
.ion-ios-arrow-up:before {
    content: "";
}
.ion-ios-at:before {
    content: "";
}
.ion-ios-at-outline:before {
    content: "";
}
.ion-ios-barcode:before {
    content: "";
}
.ion-ios-barcode-outline:before {
    content: "";
}
.ion-ios-baseball:before {
    content: "";
}
.ion-ios-baseball-outline:before {
    content: "";
}
.ion-ios-basketball:before {
    content: "";
}
.ion-ios-basketball-outline:before {
    content: "";
}
.ion-ios-bell:before {
    content: "";
}
.ion-ios-bell-outline:before {
    content: "";
}
.ion-ios-body:before {
    content: "";
}
.ion-ios-body-outline:before {
    content: "";
}
.ion-ios-bolt:before {
    content: "";
}
.ion-ios-bolt-outline:before {
    content: "";
}
.ion-ios-book:before {
    content: "";
}
.ion-ios-book-outline:before {
    content: "";
}
.ion-ios-bookmarks:before {
    content: "";
}
.ion-ios-bookmarks-outline:before {
    content: "";
}
.ion-ios-box:before {
    content: "";
}
.ion-ios-box-outline:before {
    content: "";
}
.ion-ios-briefcase:before {
    content: "";
}
.ion-ios-briefcase-outline:before {
    content: "";
}
.ion-ios-browsers:before {
    content: "";
}
.ion-ios-browsers-outline:before {
    content: "";
}
.ion-ios-calculator:before {
    content: "";
}
.ion-ios-calculator-outline:before {
    content: "";
}
.ion-ios-calendar:before {
    content: "";
}
.ion-ios-calendar-outline:before {
    content: "";
}
.ion-ios-camera:before {
    content: "";
}
.ion-ios-camera-outline:before {
    content: "";
}
.ion-ios-cart:before {
    content: "";
}
.ion-ios-cart-outline:before {
    content: "";
}
.ion-ios-chatboxes:before {
    content: "";
}
.ion-ios-chatboxes-outline:before {
    content: "";
}
.ion-ios-chatbubble:before {
    content: "";
}
.ion-ios-chatbubble-outline:before {
    content: "";
}
.ion-ios-checkmark:before {
    content: "";
}
.ion-ios-checkmark-empty:before {
    content: "";
}
.ion-ios-checkmark-outline:before {
    content: "";
}
.ion-ios-circle-filled:before {
    content: "";
}
.ion-ios-circle-outline:before {
    content: "";
}
.ion-ios-clock:before {
    content: "";
}
.ion-ios-clock-outline:before {
    content: "";
}
.ion-ios-close:before {
    content: "";
}
.ion-ios-close-empty:before {
    content: "";
}
.ion-ios-close-outline:before {
    content: "";
}
.ion-ios-cloud:before {
    content: "";
}
.ion-ios-cloud-download:before {
    content: "";
}
.ion-ios-cloud-download-outline:before {
    content: "";
}
.ion-ios-cloud-outline:before {
    content: "";
}
.ion-ios-cloud-upload:before {
    content: "";
}
.ion-ios-cloud-upload-outline:before {
    content: "";
}
.ion-ios-cloudy:before {
    content: "";
}
.ion-ios-cloudy-night:before {
    content: "";
}
.ion-ios-cloudy-night-outline:before {
    content: "";
}
.ion-ios-cloudy-outline:before {
    content: "";
}
.ion-ios-cog:before {
    content: "";
}
.ion-ios-cog-outline:before {
    content: "";
}
.ion-ios-color-filter:before {
    content: "";
}
.ion-ios-color-filter-outline:before {
    content: "";
}
.ion-ios-color-wand:before {
    content: "";
}
.ion-ios-color-wand-outline:before {
    content: "";
}
.ion-ios-compose:before {
    content: "";
}
.ion-ios-compose-outline:before {
    content: "";
}
.ion-ios-contact:before {
    content: "";
}
.ion-ios-contact-outline:before {
    content: "";
}
.ion-ios-copy:before {
    content: "";
}
.ion-ios-copy-outline:before {
    content: "";
}
.ion-ios-crop:before {
    content: "";
}
.ion-ios-crop-strong:before {
    content: "";
}
.ion-ios-download:before {
    content: "";
}
.ion-ios-download-outline:before {
    content: "";
}
.ion-ios-drag:before {
    content: "";
}
.ion-ios-email:before {
    content: "";
}
.ion-ios-email-outline:before {
    content: "";
}
.ion-ios-eye:before {
    content: "";
}
.ion-ios-eye-outline:before {
    content: "";
}
.ion-ios-fastforward:before {
    content: "";
}
.ion-ios-fastforward-outline:before {
    content: "";
}
.ion-ios-filing:before {
    content: "";
}
.ion-ios-filing-outline:before {
    content: "";
}
.ion-ios-film:before {
    content: "";
}
.ion-ios-film-outline:before {
    content: "";
}
.ion-ios-flag:before {
    content: "";
}
.ion-ios-flag-outline:before {
    content: "";
}
.ion-ios-flame:before {
    content: "";
}
.ion-ios-flame-outline:before {
    content: "";
}
.ion-ios-flask:before {
    content: "";
}
.ion-ios-flask-outline:before {
    content: "";
}
.ion-ios-flower:before {
    content: "";
}
.ion-ios-flower-outline:before {
    content: "";
}
.ion-ios-folder:before {
    content: "";
}
.ion-ios-folder-outline:before {
    content: "";
}
.ion-ios-football:before {
    content: "";
}
.ion-ios-football-outline:before {
    content: "";
}
.ion-ios-game-controller-a:before {
    content: "";
}
.ion-ios-game-controller-a-outline:before {
    content: "";
}
.ion-ios-game-controller-b:before {
    content: "";
}
.ion-ios-game-controller-b-outline:before {
    content: "";
}
.ion-ios-gear:before {
    content: "";
}
.ion-ios-gear-outline:before {
    content: "";
}
.ion-ios-glasses:before {
    content: "";
}
.ion-ios-glasses-outline:before {
    content: "";
}
.ion-ios-grid-view:before {
    content: "";
}
.ion-ios-grid-view-outline:before {
    content: "";
}
.ion-ios-heart:before {
    content: "";
}
.ion-ios-heart-outline:before {
    content: "";
}
.ion-ios-help:before {
    content: "";
}
.ion-ios-help-empty:before {
    content: "";
}
.ion-ios-help-outline:before {
    content: "";
}
.ion-ios-home:before {
    content: "";
}
.ion-ios-home-outline:before {
    content: "";
}
.ion-ios-infinite:before {
    content: "";
}
.ion-ios-infinite-outline:before {
    content: "";
}
.ion-ios-information:before {
    content: "";
}
.ion-ios-information-empty:before {
    content: "";
}
.ion-ios-information-outline:before {
    content: "";
}
.ion-ios-ionic-outline:before {
    content: "";
}
.ion-ios-keypad:before {
    content: "";
}
.ion-ios-keypad-outline:before {
    content: "";
}
.ion-ios-lightbulb:before {
    content: "";
}
.ion-ios-lightbulb-outline:before {
    content: "";
}
.ion-ios-list:before {
    content: "";
}
.ion-ios-list-outline:before {
    content: "";
}
.ion-ios-location:before {
    content: "";
}
.ion-ios-location-outline:before {
    content: "";
}
.ion-ios-locked:before {
    content: "";
}
.ion-ios-locked-outline:before {
    content: "";
}
.ion-ios-loop:before {
    content: "";
}
.ion-ios-loop-strong:before {
    content: "";
}
.ion-ios-medical:before {
    content: "";
}
.ion-ios-medical-outline:before {
    content: "";
}
.ion-ios-medkit:before {
    content: "";
}
.ion-ios-medkit-outline:before {
    content: "";
}
.ion-ios-mic:before {
    content: "";
}
.ion-ios-mic-off:before {
    content: "";
}
.ion-ios-mic-outline:before {
    content: "";
}
.ion-ios-minus:before {
    content: "";
}
.ion-ios-minus-empty:before {
    content: "";
}
.ion-ios-minus-outline:before {
    content: "";
}
.ion-ios-monitor:before {
    content: "";
}
.ion-ios-monitor-outline:before {
    content: "";
}
.ion-ios-moon:before {
    content: "";
}
.ion-ios-moon-outline:before {
    content: "";
}
.ion-ios-more:before {
    content: "";
}
.ion-ios-more-outline:before {
    content: "";
}
.ion-ios-musical-note:before {
    content: "";
}
.ion-ios-musical-notes:before {
    content: "";
}
.ion-ios-navigate:before {
    content: "";
}
.ion-ios-navigate-outline:before {
    content: "";
}
.ion-ios-nutrition:before {
    content: "";
}
.ion-ios-nutrition-outline:before {
    content: "";
}
.ion-ios-paper:before {
    content: "";
}
.ion-ios-paper-outline:before {
    content: "";
}
.ion-ios-paperplane:before {
    content: "";
}
.ion-ios-paperplane-outline:before {
    content: "";
}
.ion-ios-partlysunny:before {
    content: "";
}
.ion-ios-partlysunny-outline:before {
    content: "";
}
.ion-ios-pause:before {
    content: "";
}
.ion-ios-pause-outline:before {
    content: "";
}
.ion-ios-paw:before {
    content: "";
}
.ion-ios-paw-outline:before {
    content: "";
}
.ion-ios-people:before {
    content: "";
}
.ion-ios-people-outline:before {
    content: "";
}
.ion-ios-person:before {
    content: "";
}
.ion-ios-person-outline:before {
    content: "";
}
.ion-ios-personadd:before {
    content: "";
}
.ion-ios-personadd-outline:before {
    content: "";
}
.ion-ios-photos:before {
    content: "";
}
.ion-ios-photos-outline:before {
    content: "";
}
.ion-ios-pie:before {
    content: "";
}
.ion-ios-pie-outline:before {
    content: "";
}
.ion-ios-pint:before {
    content: "";
}
.ion-ios-pint-outline:before {
    content: "";
}
.ion-ios-play:before {
    content: "";
}
.ion-ios-play-outline:before {
    content: "";
}
.ion-ios-plus:before {
    content: "";
}
.ion-ios-plus-empty:before {
    content: "";
}
.ion-ios-plus-outline:before {
    content: "";
}
.ion-ios-pricetag:before {
    content: "";
}
.ion-ios-pricetag-outline:before {
    content: "";
}
.ion-ios-pricetags:before {
    content: "";
}
.ion-ios-pricetags-outline:before {
    content: "";
}
.ion-ios-printer:before {
    content: "";
}
.ion-ios-printer-outline:before {
    content: "";
}
.ion-ios-pulse:before {
    content: "";
}
.ion-ios-pulse-strong:before {
    content: "";
}
.ion-ios-rainy:before {
    content: "";
}
.ion-ios-rainy-outline:before {
    content: "";
}
.ion-ios-recording:before {
    content: "";
}
.ion-ios-recording-outline:before {
    content: "";
}
.ion-ios-redo:before {
    content: "";
}
.ion-ios-redo-outline:before {
    content: "";
}
.ion-ios-refresh:before {
    content: "";
}
.ion-ios-refresh-empty:before {
    content: "";
}
.ion-ios-refresh-outline:before {
    content: "";
}
.ion-ios-reload:before {
    content: "";
}
.ion-ios-reverse-camera:before {
    content: "";
}
.ion-ios-reverse-camera-outline:before {
    content: "";
}
.ion-ios-rewind:before {
    content: "";
}
.ion-ios-rewind-outline:before {
    content: "";
}
.ion-ios-rose:before {
    content: "";
}
.ion-ios-rose-outline:before {
    content: "";
}
.ion-ios-search:before {
    content: "";
}
.ion-ios-search-strong:before {
    content: "";
}
.ion-ios-settings:before {
    content: "";
}
.ion-ios-settings-strong:before {
    content: "";
}
.ion-ios-shuffle:before {
    content: "";
}
.ion-ios-shuffle-strong:before {
    content: "";
}
.ion-ios-skipbackward:before {
    content: "";
}
.ion-ios-skipbackward-outline:before {
    content: "";
}
.ion-ios-skipforward:before {
    content: "";
}
.ion-ios-skipforward-outline:before {
    content: "";
}
.ion-ios-snowy:before {
    content: "";
}
.ion-ios-speedometer:before {
    content: "";
}
.ion-ios-speedometer-outline:before {
    content: "";
}
.ion-ios-star:before {
    content: "";
}
.ion-ios-star-half:before {
    content: "";
}
.ion-ios-star-outline:before {
    content: "";
}
.ion-ios-stopwatch:before {
    content: "";
}
.ion-ios-stopwatch-outline:before {
    content: "";
}
.ion-ios-sunny:before {
    content: "";
}
.ion-ios-sunny-outline:before {
    content: "";
}
.ion-ios-telephone:before {
    content: "";
}
.ion-ios-telephone-outline:before {
    content: "";
}
.ion-ios-tennisball:before {
    content: "";
}
.ion-ios-tennisball-outline:before {
    content: "";
}
.ion-ios-thunderstorm:before {
    content: "";
}
.ion-ios-thunderstorm-outline:before {
    content: "";
}
.ion-ios-time:before {
    content: "";
}
.ion-ios-time-outline:before {
    content: "";
}
.ion-ios-timer:before {
    content: "";
}
.ion-ios-timer-outline:before {
    content: "";
}
.ion-ios-toggle:before {
    content: "";
}
.ion-ios-toggle-outline:before {
    content: "";
}
.ion-ios-trash:before {
    content: "";
}
.ion-ios-trash-outline:before {
    content: "";
}
.ion-ios-undo:before {
    content: "";
}
.ion-ios-undo-outline:before {
    content: "";
}
.ion-ios-unlocked:before {
    content: "";
}
.ion-ios-unlocked-outline:before {
    content: "";
}
.ion-ios-upload:before {
    content: "";
}
.ion-ios-upload-outline:before {
    content: "";
}
.ion-ios-videocam:before {
    content: "";
}
.ion-ios-videocam-outline:before {
    content: "";
}
.ion-ios-volume-high:before {
    content: "";
}
.ion-ios-volume-low:before {
    content: "";
}
.ion-ios-wineglass:before {
    content: "";
}
.ion-ios-wineglass-outline:before {
    content: "";
}
.ion-ios-world:before {
    content: "";
}
.ion-ios-world-outline:before {
    content: "";
}
.ion-ipad:before {
    content: "";
}
.ion-iphone:before {
    content: "";
}
.ion-ipod:before {
    content: "";
}
.ion-jet:before {
    content: "";
}
.ion-key:before {
    content: "";
}
.ion-knife:before {
    content: "";
}
.ion-laptop:before {
    content: "";
}
.ion-leaf:before {
    content: "";
}
.ion-levels:before {
    content: "";
}
.ion-lightbulb:before {
    content: "";
}
.ion-link:before {
    content: "";
}
.ion-load-a:before {
    content: "";
}
.ion-load-b:before {
    content: "";
}
.ion-load-c:before {
    content: "";
}
.ion-load-d:before {
    content: "";
}
.ion-location:before {
    content: "";
}
.ion-lock-combination:before {
    content: "";
}
.ion-locked:before {
    content: "";
}
.ion-log-in:before {
    content: "";
}
.ion-log-out:before {
    content: "";
}
.ion-loop:before {
    content: "";
}
.ion-magnet:before {
    content: "";
}
.ion-male:before {
    content: "";
}
.ion-man:before {
    content: "";
}
.ion-map:before {
    content: "";
}
.ion-medkit:before {
    content: "";
}
.ion-merge:before {
    content: "";
}
.ion-mic-a:before {
    content: "";
}
.ion-mic-b:before {
    content: "";
}
.ion-mic-c:before {
    content: "";
}
.ion-minus:before {
    content: "";
}
.ion-minus-circled:before {
    content: "";
}
.ion-minus-round:before {
    content: "";
}
.ion-model-s:before {
    content: "";
}
.ion-monitor:before {
    content: "";
}
.ion-more:before {
    content: "";
}
.ion-mouse:before {
    content: "";
}
.ion-music-note:before {
    content: "";
}
.ion-navicon:before {
    content: "";
}
.ion-navicon-round:before {
    content: "";
}
.ion-navigate:before {
    content: "";
}
.ion-network:before {
    content: "";
}
.ion-no-smoking:before {
    content: "";
}
.ion-nuclear:before {
    content: "";
}
.ion-outlet:before {
    content: "";
}
.ion-paintbrush:before {
    content: "";
}
.ion-paintbucket:before {
    content: "";
}
.ion-paper-airplane:before {
    content: "";
}
.ion-paperclip:before {
    content: "";
}
.ion-pause:before {
    content: "";
}
.ion-person:before {
    content: "";
}
.ion-person-add:before {
    content: "";
}
.ion-person-stalker:before {
    content: "";
}
.ion-pie-graph:before {
    content: "";
}
.ion-pin:before {
    content: "";
}
.ion-pinpoint:before {
    content: "";
}
.ion-pizza:before {
    content: "";
}
.ion-plane:before {
    content: "";
}
.ion-planet:before {
    content: "";
}
.ion-play:before {
    content: "";
}
.ion-playstation:before {
    content: "";
}
.ion-plus:before {
    content: "";
}
.ion-plus-circled:before {
    content: "";
}
.ion-plus-round:before {
    content: "";
}
.ion-podium:before {
    content: "";
}
.ion-pound:before {
    content: "";
}
.ion-power:before {
    content: "";
}
.ion-pricetag:before {
    content: "";
}
.ion-pricetags:before {
    content: "";
}
.ion-printer:before {
    content: "";
}
.ion-pull-request:before {
    content: "";
}
.ion-qr-scanner:before {
    content: "";
}
.ion-quote:before {
    content: "";
}
.ion-radio-waves:before {
    content: "";
}
.ion-record:before {
    content: "";
}
.ion-refresh:before {
    content: "";
}
.ion-reply:before {
    content: "";
}
.ion-reply-all:before {
    content: "";
}
.ion-ribbon-a:before {
    content: "";
}
.ion-ribbon-b:before {
    content: "";
}
.ion-sad:before {
    content: "";
}
.ion-sad-outline:before {
    content: "";
}
.ion-scissors:before {
    content: "";
}
.ion-search:before {
    content: "";
}
.ion-settings:before {
    content: "";
}
.ion-share:before {
    content: "";
}
.ion-shuffle:before {
    content: "";
}
.ion-skip-backward:before {
    content: "";
}
.ion-skip-forward:before {
    content: "";
}
.ion-social-android:before {
    content: "";
}
.ion-social-android-outline:before {
    content: "";
}
.ion-social-angular:before {
    content: "";
}
.ion-social-angular-outline:before {
    content: "";
}
.ion-social-apple:before {
    content: "";
}
.ion-social-apple-outline:before {
    content: "";
}
.ion-social-bitcoin:before {
    content: "";
}
.ion-social-bitcoin-outline:before {
    content: "";
}
.ion-social-buffer:before {
    content: "";
}
.ion-social-buffer-outline:before {
    content: "";
}
.ion-social-chrome:before {
    content: "";
}
.ion-social-chrome-outline:before {
    content: "";
}
.ion-social-codepen:before {
    content: "";
}
.ion-social-codepen-outline:before {
    content: "";
}
.ion-social-css3:before {
    content: "";
}
.ion-social-css3-outline:before {
    content: "";
}
.ion-social-designernews:before {
    content: "";
}
.ion-social-designernews-outline:before {
    content: "";
}
.ion-social-dribbble:before {
    content: "";
}
.ion-social-dribbble-outline:before {
    content: "";
}
.ion-social-dropbox:before {
    content: "";
}
.ion-social-dropbox-outline:before {
    content: "";
}
.ion-social-euro:before {
    content: "";
}
.ion-social-euro-outline:before {
    content: "";
}
.ion-social-facebook:before {
    content: "";
}
.ion-social-facebook-outline:before {
    content: "";
}
.ion-social-foursquare:before {
    content: "";
}
.ion-social-foursquare-outline:before {
    content: "";
}
.ion-social-freebsd-devil:before {
    content: "";
}
.ion-social-github:before {
    content: "";
}
.ion-social-github-outline:before {
    content: "";
}
.ion-social-google:before {
    content: "";
}
.ion-social-google-outline:before {
    content: "";
}
.ion-social-googleplus:before {
    content: "";
}
.ion-social-googleplus-outline:before {
    content: "";
}
.ion-social-hackernews:before {
    content: "";
}
.ion-social-hackernews-outline:before {
    content: "";
}
.ion-social-html5:before {
    content: "";
}
.ion-social-html5-outline:before {
    content: "";
}
.ion-social-instagram:before {
    content: "";
}
.ion-social-instagram-outline:before {
    content: "";
}
.ion-social-javascript:before {
    content: "";
}
.ion-social-javascript-outline:before {
    content: "";
}
.ion-social-linkedin:before {
    content: "";
}
.ion-social-linkedin-outline:before {
    content: "";
}
.ion-social-markdown:before {
    content: "";
}
.ion-social-nodejs:before {
    content: "";
}
.ion-social-octocat:before {
    content: "";
}
.ion-social-pinterest:before {
    content: "";
}
.ion-social-pinterest-outline:before {
    content: "";
}
.ion-social-python:before {
    content: "";
}
.ion-social-reddit:before {
    content: "";
}
.ion-social-reddit-outline:before {
    content: "";
}
.ion-social-rss:before {
    content: "";
}
.ion-social-rss-outline:before {
    content: "";
}
.ion-social-sass:before {
    content: "";
}
.ion-social-skype:before {
    content: "";
}
.ion-social-skype-outline:before {
    content: "";
}
.ion-social-snapchat:before {
    content: "";
}
.ion-social-snapchat-outline:before {
    content: "";
}
.ion-social-tumblr:before {
    content: "";
}
.ion-social-tumblr-outline:before {
    content: "";
}
.ion-social-tux:before {
    content: "";
}
.ion-social-twitch:before {
    content: "";
}
.ion-social-twitch-outline:before {
    content: "";
}
.ion-social-twitter:before {
    content: "";
}
.ion-social-twitter-outline:before {
    content: "";
}
.ion-social-usd:before {
    content: "";
}
.ion-social-usd-outline:before {
    content: "";
}
.ion-social-vimeo:before {
    content: "";
}
.ion-social-vimeo-outline:before {
    content: "";
}
.ion-social-whatsapp:before {
    content: "";
}
.ion-social-whatsapp-outline:before {
    content: "";
}
.ion-social-windows:before {
    content: "";
}
.ion-social-windows-outline:before {
    content: "";
}
.ion-social-wordpress:before {
    content: "";
}
.ion-social-wordpress-outline:before {
    content: "";
}
.ion-social-yahoo:before {
    content: "";
}
.ion-social-yahoo-outline:before {
    content: "";
}
.ion-social-yen:before {
    content: "";
}
.ion-social-yen-outline:before {
    content: "";
}
.ion-social-youtube:before {
    content: "";
}
.ion-social-youtube-outline:before {
    content: "";
}
.ion-soup-can:before {
    content: "";
}
.ion-soup-can-outline:before {
    content: "";
}
.ion-speakerphone:before {
    content: "";
}
.ion-speedometer:before {
    content: "";
}
.ion-spoon:before {
    content: "";
}
.ion-star:before {
    content: "";
}
.ion-stats-bars:before {
    content: "";
}
.ion-steam:before {
    content: "";
}
.ion-stop:before {
    content: "";
}
.ion-thermometer:before {
    content: "";
}
.ion-thumbsdown:before {
    content: "";
}
.ion-thumbsup:before {
    content: "";
}
.ion-toggle:before {
    content: "";
}
.ion-toggle-filled:before {
    content: "";
}
.ion-transgender:before {
    content: "";
}
.ion-trash-a:before {
    content: "";
}
.ion-trash-b:before {
    content: "";
}
.ion-trophy:before {
    content: "";
}
.ion-tshirt:before {
    content: "";
}
.ion-tshirt-outline:before {
    content: "";
}
.ion-umbrella:before {
    content: "";
}
.ion-university:before {
    content: "";
}
.ion-unlocked:before {
    content: "";
}
.ion-upload:before {
    content: "";
}
.ion-usb:before {
    content: "";
}
.ion-videocamera:before {
    content: "";
}
.ion-volume-high:before {
    content: "";
}
.ion-volume-low:before {
    content: "";
}
.ion-volume-medium:before {
    content: "";
}
.ion-volume-mute:before {
    content: "";
}
.ion-wand:before {
    content: "";
}
.ion-waterdrop:before {
    content: "";
}
.ion-wifi:before {
    content: "";
}
.ion-wineglass:before {
    content: "";
}
.ion-woman:before {
    content: "";
}
.ion-wrench:before {
    content: "";
}
.ion-xbox:before {
    content: "";
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
    text-align: center;
}
@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==)
        format("woff");
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: "\f101";
}
.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-play-circle:before {
    content: "\f102";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: "\f103";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: "\f104";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: "\f105";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: "\f106";
}
.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: "\f107";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: "\f108";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: "\f109";
}
.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-square:before {
    content: "\f10a";
}
.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-spinner:before {
    content: "\f10b";
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: "\f10c";
}
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: "\f10d";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: "\f10e";
}
.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-share:before {
    content: "\f10f";
}
.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-cog:before {
    content: "\f110";
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111";
}
.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-outline:before {
    content: "\f112";
}
.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}
.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-hd:before {
    content: "\f114";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: "\f115";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: "\f116";
}
.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-facebook:before {
    content: "\f117";
}
.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-gplus:before {
    content: "\f118";
}
.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-linkedin:before {
    content: "\f119";
}
.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-twitter:before {
    content: "\f11a";
}
.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-tumblr:before {
    content: "\f11b";
}
.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-pinterest:before {
    content: "\f11c";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: "\f11d";
}
.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: "\f11e";
}
.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-next-item:before {
    content: "\f11f";
}
.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-previous-item:before {
    content: "\f120";
}
.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.video-js:-moz-full-screen {
    position: absolute;
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}
.video-js[tabindex="-1"] {
    outline: 0;
}
.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit;
}
.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0;
}
.video-js.vjs-16-9 {
    padding-top: 56.25%;
}
.video-js.vjs-4-3 {
    padding-top: 75%;
}
.video-js.vjs-fill {
    width: 100%;
    height: 100%;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}
.vjs-hidden {
    display: none !important;
}
.vjs-disabled {
    opacity: 0.5;
    cursor: default;
}
.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}
.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc;
}
.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}
.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.vjs-control .vjs-button {
    width: 100%;
    height: 100%;
}
.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}
.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto;
}
.video-js .vjs-modal-dialog > * {
    box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}
.vjs-menu-button {
    cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
    cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}
.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
    box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none;
}
.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}
.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}
.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f;
}
.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: 700;
    cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block;
}
.video-js .vjs-menu-button-inline {
    transition: all 0.4s;
    overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all 0.4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}
.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -ms-flex: none;
    flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff;
}
.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
    display: none;
}
.video-js .vjs-progress-control {
    cursor: pointer;
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
    -ms-touch-action: none;
    touch-action: none;
}
.video-js .vjs-progress-control.disabled {
    cursor: default;
}
.vjs-live .vjs-progress-control {
    display: none;
}
.vjs-liveui .vjs-progress-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.vjs-no-flex .vjs-progress-control {
    width: auto;
}
.video-js .vjs-progress-holder {
    -ms-flex: auto;
    flex: auto;
    transition: all 0.2s;
    height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
}
.video-js .vjs-play-progress {
    background-color: #fff;
}
.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1;
}
.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
    cursor: default;
}
.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none;
}
.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -ms-flexbox;
    display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}
.video-js .vjs-volume-panel {
    transition: width 1s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical {
    left: -3.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: 0.5em;
}
.video-js .vjs-volume-panel {
    display: -ms-flexbox;
    display: flex;
}
.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto;
}
.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}
.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
}
.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.vjs-has-started .vjs-poster {
    display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}
.vjs-using-native-controls .vjs-poster {
    display: none;
}
.video-js .vjs-live-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}
.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
    display: none;
}
.video-js .vjs-seek-to-live-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: 0.5em;
    color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red;
}
.video-js .vjs-time-control {
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
.vjs-live .vjs-time-control {
    display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}
.vjs-time-divider {
    display: none;
    line-height: 3em;
}
.vjs-live .vjs-time-divider {
    display: none;
}
.video-js .vjs-play-control {
    cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
    -ms-flex: none;
    flex: none;
}
.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}
.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
}
.vjs-subtitles {
    color: #fff;
}
.vjs-captions {
    color: #fc6;
}
.vjs-tt-cue {
    display: block;
}
video::-webkit-media-text-track-display {
    transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}
.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}
.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: 0s linear 0.3s forwards vjs-spinner-show;
}
.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}
@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }
    20% {
        border-top-color: #73859f;
    }
    35% {
        border-top-color: #fff;
    }
    60% {
        border-top-color: #73859f;
    }
    100% {
        border-top-color: #73859f;
    }
}
.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " \f11d";
    font-size: 1.5em;
    line-height: inherit;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -ms-flex: auto;
    flex: auto;
    display: block;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}
@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0 24px;
    }
    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px;
    }
    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1;
    }
    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.vjs-track-setting > select {
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}
.vjs-text-track-settings fieldset span {
    display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
    max-width: 7.3em;
}
.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}
@media print {
    .video-js > :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}
.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000;
}
.js-focus-visible .video-js :focus:not(.focus-visible) {
    outline: 0;
    background: 0 0;
}
.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
    outline: 0;
    background: 0 0;
}
.btn-primary-slide {
    color: #fff;
    background: linear-gradient(to left, #d4272e 50%, #b42127 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #d4272e;
    transition: all 0.35s ease;
}
.btn-primary-slide:hover {
    color: #fff;
    background-position: left bottom;
}
.btn-primary-slide.disabled,
.btn-primary-slide:disabled {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-primary-slide:not(:disabled):not(.disabled).active,
.btn-primary-slide:not(:disabled):not(.disabled):active,
.show > .btn-primary-slide.dropdown-toggle {
    color: #fff;
    background-color: #a91f25;
    background-position: left bottom;
    border-color: #9e1d22;
}
.btn-secondary-slide {
    color: #fff;
    background: linear-gradient(to left, #535a5a 50%, #414646 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #535a5a;
    transition: all 0.35s ease;
}
.btn-secondary-slide:hover {
    color: #fff;
    background-position: left bottom;
}
.btn-secondary-slide.disabled,
.btn-secondary-slide:disabled {
    color: #fff;
    background-color: #535a5a;
    border-color: #535a5a;
}
.btn-secondary-slide:not(:disabled):not(.disabled).active,
.btn-secondary-slide:not(:disabled):not(.disabled):active,
.show > .btn-secondary-slide.dropdown-toggle {
    color: #fff;
    background-color: #3b3f3f;
    background-position: left bottom;
    border-color: #343939;
}
.btn-success-slide {
    color: #fff;
    background: linear-gradient(to left, #28a745 50%, #218838 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #28a745;
    transition: all 0.35s ease;
}
.btn-success-slide:hover {
    color: #fff;
    background-position: left bottom;
}
.btn-success-slide.disabled,
.btn-success-slide:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success-slide:not(:disabled):not(.disabled).active,
.btn-success-slide:not(:disabled):not(.disabled):active,
.show > .btn-success-slide.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    background-position: left bottom;
    border-color: #1c7430;
}
.btn-info-slide {
    color: #212f36;
    background: linear-gradient(to left, #87d1e6 50%, #67c5df 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #87d1e6;
    transition: all 0.35s ease;
}
.btn-info-slide:hover {
    color: #212f36;
    background-position: left bottom;
}
.btn-info-slide.disabled,
.btn-info-slide:disabled {
    color: #212f36;
    background-color: #87d1e6;
    border-color: #87d1e6;
}
.btn-info-slide:not(:disabled):not(.disabled).active,
.btn-info-slide:not(:disabled):not(.disabled):active,
.show > .btn-info-slide.dropdown-toggle {
    color: #212f36;
    background-color: #5dc1dd;
    background-position: left bottom;
    border-color: #52bddb;
}
.btn-warning-slide {
    color: #212f36;
    background: linear-gradient(to left, #ffc107 50%, #e0a800 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #ffc107;
    transition: all 0.35s ease;
}
.btn-warning-slide:hover {
    color: #212f36;
    background-position: left bottom;
}
.btn-warning-slide.disabled,
.btn-warning-slide:disabled {
    color: #212f36;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning-slide:not(:disabled):not(.disabled).active,
.btn-warning-slide:not(:disabled):not(.disabled):active,
.show > .btn-warning-slide.dropdown-toggle {
    color: #212f36;
    background-color: #d39e00;
    background-position: left bottom;
    border-color: #c69500;
}
.btn-danger-slide {
    color: #fff;
    background: linear-gradient(to left, #d4272e 50%, #b42127 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #d4272e;
    transition: all 0.35s ease;
}
.btn-danger-slide:hover {
    color: #fff;
    background-position: left bottom;
}
.btn-danger-slide.disabled,
.btn-danger-slide:disabled {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
.btn-danger-slide:not(:disabled):not(.disabled).active,
.btn-danger-slide:not(:disabled):not(.disabled):active,
.show > .btn-danger-slide.dropdown-toggle {
    color: #fff;
    background-color: #a91f25;
    background-position: left bottom;
    border-color: #9e1d22;
}
.btn-light-slide {
    color: #212f36;
    background: linear-gradient(to left, #eef2f4 50%, #d7e0e5 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #eef2f4;
    transition: all 0.35s ease;
}
.btn-light-slide:hover {
    color: #212f36;
    background-position: left bottom;
}
.btn-light-slide.disabled,
.btn-light-slide:disabled {
    color: #212f36;
    background-color: #eef2f4;
    border-color: #eef2f4;
}
.btn-light-slide:not(:disabled):not(.disabled).active,
.btn-light-slide:not(:disabled):not(.disabled):active,
.show > .btn-light-slide.dropdown-toggle {
    color: #212f36;
    background-color: #cfdae0;
    background-position: left bottom;
    border-color: #c7d4db;
}
.btn-dark-slide {
    color: #fff;
    background: linear-gradient(to left, #212f36 50%, #121a1e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-color: #212f36;
    transition: all 0.35s ease;
}
.btn-dark-slide:hover {
    color: #fff;
    background-position: left bottom;
}
.btn-dark-slide.disabled,
.btn-dark-slide:disabled {
    color: #fff;
    background-color: #212f36;
    border-color: #212f36;
}
.btn-dark-slide:not(:disabled):not(.disabled).active,
.btn-dark-slide:not(:disabled):not(.disabled):active,
.show > .btn-dark-slide.dropdown-toggle {
    color: #fff;
    background-color: #0e1316;
    background-position: left bottom;
    border-color: #090d0e;
}
.btn-outline-primary-slide {
    color: #d4272e;
    background: linear-gradient(to right, #d4272e 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #d4272e;
}
.btn-outline-primary-slide:hover {
    color: #fff;
    border-color: #d4272e;
    background-position: left bottom;
}
.btn-outline-primary-slide.disabled,
.btn-outline-primary-slide:disabled {
    color: #d4272e;
    background-color: transparent;
}
.btn-outline-primary-slide:not(:disabled):not(.disabled).active,
.btn-outline-primary-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-slide.dropdown-toggle {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
    background-position: left bottom;
}
.btn-outline-secondary-slide {
    color: #535a5a;
    background: linear-gradient(to right, #535a5a 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #535a5a;
}
.btn-outline-secondary-slide:hover {
    color: #fff;
    border-color: #535a5a;
    background-position: left bottom;
}
.btn-outline-secondary-slide.disabled,
.btn-outline-secondary-slide:disabled {
    color: #535a5a;
    background-color: transparent;
}
.btn-outline-secondary-slide:not(:disabled):not(.disabled).active,
.btn-outline-secondary-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary-slide.dropdown-toggle {
    color: #fff;
    background-color: #535a5a;
    border-color: #535a5a;
    background-position: left bottom;
}
.btn-outline-success-slide {
    color: #28a745;
    background: linear-gradient(to right, #28a745 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #28a745;
}
.btn-outline-success-slide:hover {
    color: #fff;
    border-color: #28a745;
    background-position: left bottom;
}
.btn-outline-success-slide.disabled,
.btn-outline-success-slide:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success-slide:not(:disabled):not(.disabled).active,
.btn-outline-success-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-success-slide.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    background-position: left bottom;
}
.btn-outline-info-slide {
    color: #87d1e6;
    background: linear-gradient(to right, #87d1e6 50%, #212f36 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #87d1e6;
}
.btn-outline-info-slide:hover {
    color: #212f36;
    border-color: #87d1e6;
    background-position: left bottom;
}
.btn-outline-info-slide.disabled,
.btn-outline-info-slide:disabled {
    color: #87d1e6;
    background-color: transparent;
}
.btn-outline-info-slide:not(:disabled):not(.disabled).active,
.btn-outline-info-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-info-slide.dropdown-toggle {
    color: #212f36;
    background-color: #87d1e6;
    border-color: #87d1e6;
    background-position: left bottom;
}
.btn-outline-warning-slide {
    color: #ffc107;
    background: linear-gradient(to right, #ffc107 50%, #212f36 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #ffc107;
}
.btn-outline-warning-slide:hover {
    color: #212f36;
    border-color: #ffc107;
    background-position: left bottom;
}
.btn-outline-warning-slide.disabled,
.btn-outline-warning-slide:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning-slide:not(:disabled):not(.disabled).active,
.btn-outline-warning-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning-slide.dropdown-toggle {
    color: #212f36;
    background-color: #ffc107;
    border-color: #ffc107;
    background-position: left bottom;
}
.btn-outline-danger-slide {
    color: #d4272e;
    background: linear-gradient(to right, #d4272e 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #d4272e;
}
.btn-outline-danger-slide:hover {
    color: #fff;
    border-color: #d4272e;
    background-position: left bottom;
}
.btn-outline-danger-slide.disabled,
.btn-outline-danger-slide:disabled {
    color: #d4272e;
    background-color: transparent;
}
.btn-outline-danger-slide:not(:disabled):not(.disabled).active,
.btn-outline-danger-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger-slide.dropdown-toggle {
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
    background-position: left bottom;
}
.btn-outline-light-slide {
    color: #eef2f4;
    background: linear-gradient(to right, #eef2f4 50%, #212f36 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #eef2f4;
}
.btn-outline-light-slide:hover {
    color: #212f36;
    border-color: #eef2f4;
    background-position: left bottom;
}
.btn-outline-light-slide.disabled,
.btn-outline-light-slide:disabled {
    color: #eef2f4;
    background-color: transparent;
}
.btn-outline-light-slide:not(:disabled):not(.disabled).active,
.btn-outline-light-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-light-slide.dropdown-toggle {
    color: #212f36;
    background-color: #eef2f4;
    border-color: #eef2f4;
    background-position: left bottom;
}
.btn-outline-dark-slide {
    color: #212f36;
    background: linear-gradient(to right, #212f36 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    border-color: #212f36;
}
.btn-outline-dark-slide:hover {
    color: #fff;
    border-color: #212f36;
    background-position: left bottom;
}
.btn-outline-dark-slide.disabled,
.btn-outline-dark-slide:disabled {
    color: #212f36;
    background-color: transparent;
}
.btn-outline-dark-slide:not(:disabled):not(.disabled).active,
.btn-outline-dark-slide:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark-slide.dropdown-toggle {
    color: #fff;
    background-color: #212f36;
    border-color: #212f36;
    background-position: left bottom;
}
ul.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d0dada;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.09) 0 1px 2px 1px;
}
ul.ui-autocomplete li.ui-menu-item {
    padding: 0.4rem 0.8rem;
    line-height: 1.953rem;
    cursor: pointer;
    transition: background-color 0.1s ease, color 150ms ease;
}
ul.ui-autocomplete li.ui-menu-item:hover {
    color: #fff;
    background-color: #d4272e;
}
ul.ui-autocomplete.autocomplete-categorized {
    padding: 0.8rem 1.2rem;
    font-size: 0.8rem;
}
ul.ui-autocomplete.autocomplete-categorized li.ui-menu-item {
    padding: 0.2rem 0.4rem;
    line-height: 1.563rem;
}
ul.ui-autocomplete.autocomplete-categorized .product-menu-item {
    overflow: hidden;
}
ul.ui-autocomplete.autocomplete-categorized .product-menu-item .menu-content {
    line-height: 1rem;
    overflow: hidden;
    vertical-align: middle;
}
ul.ui-autocomplete.autocomplete-categorized li.ui-autocomplete-category {
    padding: 0.2rem 0.4rem;
    margin-bottom: 0.4rem;
    line-height: 1.563rem;
    border-bottom: 1px solid #d0dada;
}
ul.ui-autocomplete.autocomplete-categorized li.ui-autocomplete-category:not(:first-child) {
    margin-top: 0.4rem;
}
.ui-helper-hidden-accessible {
    display: none;
}
.form-check-label {
    display: block;
    position: relative;
    padding-left: 0.8rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-check-label input:checked ~ .checkmark {
    border-color: #d4272e;
    background-color: #d4272e;
}
.form-check-label input:checked ~ .checkmark:after {
    display: block;
}
.form-check-label .checkmark {
    position: absolute;
    top: 0.3rem;
    left: -1.25rem;
    height: 1rem;
    width: 1rem;
    border: 1px solid #212f36;
}
.form-check-label .checkmark:after {
    content: "\f3fd";
    position: absolute;
    top: 0;
    left: 2px;
    font-family: Ionicons;
    font-size: 1.5rem;
    line-height: 1rem;
    display: none;
    color: #fff;
}
.form-check-label:hover input ~ .checkmark {
    border-color: #d4272e;
    background-color: #d4272e;
}
.dropdown.bootstrap-select button.btn-light {
    background-color: #fff;
    padding: 1rem;
}
.dropdown-toggle::after {
    font-family: Ionicons;
    content: "\f123";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin-right: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
}
.dropup .dropdown-toggle::after {
    font-family: Ionicons;
    content: "\f126";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin-right: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
}
.bootstrap-select > .dropdown-toggle {
    color: #212f36;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.bootstrap-select > .dropdown-toggle:focus {
    outline: 0 !important;
}
.bootstrap-select.show > .dropdown-toggle {
    outline: 0 !important;
    color: #212f36;
    background-color: #fff;
    border-color: #eb9094;
    box-shadow: 0 0 0 0.2rem rgba(212, 39, 46, 0.25);
}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #d4272e;
}
.animate-delay-y-up {
    animation: animate-delay-y-up 2s;
    transition: all 3s linear;
}
.animate-delay-onchange {
    animation: animate-delay-onchange 0.5s;
    transition: all 0.5s linear;
}
.animate-delay-y-up-3s {
    animation: animate-delay-y-up 3s;
    transition: all 3s linear;
}
@keyframes two-col-red-white-100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes two-col-red-white-50 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes hide {
    0% {
        display: none;
    }
    25% {
        display: none;
    }
    50% {
        display: none;
    }
    75% {
        display: none;
    }
    100% {
        display: block;
    }
}
@keyframes animate-delay-y-up {
    0% {
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
    }
    25% {
        transform: translateY(40px);
        opacity: 0;
        visibility: hidden;
    }
    50% {
        transform: translateY(30px);
        opacity: 0;
        visibility: hidden;
    }
    75% {
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes animate-delay-onchange {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    25% {
        opacity: 0;
        visibility: hidden;
    }
    50% {
        opacity: 0;
        visibility: hidden;
    }
    75% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
.query-input input {
    height: auto;
}
.query-input .input-group-fixed-left,
.query-input .input-group-fixed-right {
    position: absolute;
    top: 0;
    z-index: 4;
}
.query-input .input-group-fixed-left button,
.query-input .input-group-fixed-right button {
    color: #d4272e;
    background-color: transparent;
    border: 1px solid transparent;
}
.query-input .input-group-fixed-left button:hover,
.query-input .input-group-fixed-right button:hover {
    color: #d4272e;
    background-color: transparent;
}
.query-input .input-group-fixed-right {
    right: 0;
}
.query-input .input-group-fixed-left {
    left: 0;
}
#grid-container .resource-query-input input {
    height: auto;
    padding: 1rem;
    border-color: #d7dadb;
    line-height: 1.6;
}
#grid-container .resource-query-input .input-group-fixed-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}
#grid-container .resource-query-input .input-group-fixed-right button {
    padding: 1rem;
    color: #d4272e;
    background-color: transparent;
    border: 1px solid transparent;
}
#grid-container .resource-query-input .input-group-fixed-right button:hover {
    color: #d4272e;
    background-color: transparent;
}
#grid-container a {
    text-decoration: none;
    cursor: pointer;
}
#grid-container .list-arrow {
    display: none;
}
#grid-container .current-filters a {
    color: #212f36;
    display: inline-block;
    white-space: nowrap;
}
#grid-container .current-filters a:not(:last-child) {
    margin-right: 25px;
}
#grid-container .current-filters i {
    font-size: 20px;
    padding-left: 0.25rem;
    vertical-align: middle;
}
#grid-container .grid-image {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#grid-container .grid-image img {
    max-height: 15rem;
}
#grid-container .card {
    height: 100%;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.07);
    border: 1px solid #d7dadb;
}
#grid-container .card .card-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.125rem;
}
#grid-container .grid-items-wrapper .ion-ios-arrow-thin-right {
    display: inline-block;
    font-size: 2rem;
    transition: transform 0.3s ease-in-out 0s;
}
#grid-container .grid-items-wrapper a:hover {
    text-decoration: none;
    color: #7e171b;
}
#grid-container .grid-items-wrapper a:hover .ion-ios-arrow-thin-right {
    transition: transform 0.3s ease-in-out 0s;
    transform: translateX(8px) translateY(0) translateZ(0) scaleX(1.25) scaleY(1.25) scaleZ(1);
}
#grid-container .grid-items-wrapper .cta .card-title {
    font-weight: 400;
    font-size: 1.40625rem;
}
#grid-container .grid-items-wrapper .cta .card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #d4272e;
    color: #fff;
}
#grid-container .grid-items-wrapper .cta .list-arrow {
    background-color: #d4272e;
    color: #fff;
    padding: 0 1.5rem 1.5rem 1.5rem;
    display: inline-block;
}
#grid-container .grid-items-wrapper.list-view .grid-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#grid-container .grid-items-wrapper.list-view .grid-item .card {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
#grid-container .grid-items-wrapper.list-view .grid-item .grid-image {
    width: 10%;
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 768px) {
    #grid-container .grid-items-wrapper.list-view .grid-item .grid-image {
        width: 20%;
    }
}
#grid-container .grid-items-wrapper.list-view .grid-item .list-arrow {
    display: inline-block;
}
#grid-container .grid-items-wrapper.list-view .grid-item.cta .card-body {
    -ms-flex-align: center;
    align-items: center;
}
#grid-container .grid-items-wrapper.list-view .grid-item.cta .list-arrow {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
#grid-container .grid-pagination-wrap .dropdown.bootstrap-select button.btn-light {
    background-color: #eef2f4;
    color: #d4272e;
    border: none;
}
#grid-container .grid-pagination-wrap label {
    margin-bottom: 0;
    font-weight: 600;
}
#grid-container .grid-pagination-wrap .page-item .page-link {
    padding: 0.5rem 1rem;
    color: #d4272e;
    background-color: #eef2f4;
    border: none;
    margin-left: 0;
}
#grid-container .grid-pagination-wrap .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d4272e;
    border-color: #d4272e;
}
#grid-container .grid-pagination-wrap .page-item.disabled {
    display: none;
}
#grid-container .grid-pagination-wrap i {
    color: #d4272e;
}
#grid-container .grid-pagination-wrap .dropdown.items-per-page {
    min-width: 90px;
}
.grid-search-form input {
    padding: 1.8rem !important;
    border: none;
}
.aff-brand-modal-lg .modal-body img {
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 4px;
}
.aff-brand-modal-lg .modal-body h3 {
    color: #fff;
}
.aff-brand-modal-lg .modal-body p {
    color: #fff;
}
.aff-brand-modal-lg .modal-content {
    background-color: rgba(192, 192, 192, 0.2);
}
.aff-brand-modal-lg .modal-content .modal-header {
    color: #fff;
}
.aff-brand-modal-lg .modal-content .modal-header .close {
    color: #fff;
    opacity: 1;
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect .overlay-prevent-clicks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: z-index 0.1s linear;
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect .overlay .affiliated-hover-inner-padding {
    padding: 1.5rem;
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect img {
    display: block;
    position: relative;
    transition: all 0.4s linear;
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:active img,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:focus img,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:focus-within img,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:hover img {
    transform: scale(1.2);
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:active .overlay,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:focus .overlay,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:focus-within .overlay,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:hover .overlay {
    opacity: 1;
    background: #d4272e;
}
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:active .overlay-prevent-clicks,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:focus .overlay-prevent-clicks,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:focus-within .overlay-prevent-clicks,
.dnow-aff-brand-wrap .aff-brand-list .hovereffect:hover .overlay-prevent-clicks {
    z-index: 0;
}
.dnow-aff-brand-wrap .aff-brand-list .aff-brand-hover-texts {
    line-height: 0;
}
.dnow-aff-brand-wrap .aff-brand-list .aff-brand-hover-texts p {
    font-size: 1rem;
}
.dnow-aff-brand-wrap .aff-brand-list .aff-brand-hover-texts a {
    color: #fff;
}
@media (max-width: 992px) {
    .dnow-aff-brand-wrap .overlay .affiliated-hover-inner-padding {
        padding: 1rem !important;
    }
    .dnow-aff-brand-wrap .overlay .affiliated-hover-inner-padding p {
        margin-bottom: 1rem !important;
    }
}
@media (max-width: 375px) {
    .dnow-aff-brand-wrap .overlay .affiliated-hover-inner-padding p {
        font-size: 0.8rem !important;
    }
}
.affiliated-brands-headline-wrap .affiliated-brands-headline-list-wrap .aff-brand-list h4 {
    color: #d4272e;
}
.affiliated-brands-headline-wrap .affiliated-brands-headline-list-wrap .aff-brand-list i {
    color: #fff;
    background: #d4272e;
}
.affiliated-brands-headline-wrap .affiliated-brands-headline-list-wrap .aff-brand-list .border {
    background: #fff;
    background-size: 200% 202%;
    background-image: linear-gradient(to top, #d4272e 50%, transparent 50%);
    transition: background-position 0.3s, color 0.3s ease, border-color 0.3s ease;
}
.affiliated-brands-headline-wrap .affiliated-brands-headline-list-wrap .aff-brand-list:hover {
    cursor: pointer;
}
.affiliated-brands-headline-wrap .affiliated-brands-headline-list-wrap .aff-brand-list:hover h4 {
    color: #fff;
}
.affiliated-brands-headline-wrap .affiliated-brands-headline-list-wrap .aff-brand-list .border:hover {
    background-image: linear-gradient(to top, #d4272e 51%, transparent 50%);
    background-position: 0 100%;
    transition: background-position 0.3s, color 0.3s ease, border-color 0.3s ease;
}
.app-headline-modal .modal-lg {
    max-width: 1000px;
}
.home-nav-slider-main .home-nav-slider-title h1 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.57);
    line-height: 110%;
}
.home-nav-slider-main button.btn-primary.home-masthead-btn-primary {
    white-space: nowrap;
    text-align: center;
}
.home-nav-slider-main .home-nav-slider-slider {
    color: #fff;
}
.home-nav-slider-main .home-nav-slider-slider .slick-next,
.home-nav-slider-main .home-nav-slider-slider .slick-prev {
    border: 1px solid #eee;
    height: 2.1rem;
    width: 40px;
    z-index: 1;
    top: -1rem !important;
}
.home-nav-slider-main .home-nav-slider-slider .slick-list {
    padding-top: 1rem;
}
.home-nav-slider-main .home-nav-slider-slider .slick-list:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
}
.home-nav-slider-main .slick-next:before,
.home-nav-slider-main .slick-prev:before {
    font-family: Ionicons;
}
.home-nav-slider-main .slick-next:before {
    content: "\f3d6";
}
.home-nav-slider-main .slick-prev:before {
    content: "\f3d5";
}
.home-nav-slider-main .home-nav-slider-image-holder {
    background-size: cover;
    background-position: center;
}
.home-nav-slider-main .home-nav-slider-image-holder img {
    opacity: 0;
    visibility: hidden;
}
.home-nav-slider-main .home-nav-slider-bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.home-nav-slider-main .home-nav-slider-bg div {
    height: 100%;
}
.home-nav-slider-main .home-nav-slider-bg .slick-slide {
    margin: 0;
}
.home-nav-slider-main .home-nav-slider-wrap {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.home-nav-slider-main .home-nav-slider-slideCount {
    position: relative;
    left: 6rem;
    top: -10px;
    color: #fff;
}
.home-nav-slider-main .slick-slide {
    margin: 0 3px;
}
.home-nav-slider-main .home-slider-gradient-wrap {
    overflow: hidden;
}
.home-nav-slider-main .home-slider-gradient-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.home-nav-slider-main .home-slider-gradient-wrap .container .row {
    height: 95vh;
}
@media (min-width: 992px) {
    .home-nav-slider-main .slick-next {
        left: 2.18rem;
    }
    .home-nav-slider-main .slick-prev {
        left: 0;
    }
}
@media (max-width: 992px) {
    .home-nav-slider-main .home-nav-slider-slider {
        position: relative;
        top: 0;
    }
    .home-nav-slider-main .slick-prev {
        left: 0;
    }
    .home-nav-slider-main .slick-next {
        left: 40px;
    }
}
@media (max-width: 767px) {
    .home-nav-slider-main .home-nav-slider-slider-text {
        display: block !important;
        text-align: left;
    }
    .home-nav-slider-main .home-nav-slider-slider-text p {
        text-align: left !important;
    }
    .home-nav-slider-main .home-nav-slider-slider-text p br {
        display: none;
    }
    .home-nav-slider-main .slider-home h1 {
        text-align: left;
    }
}
@media (max-width: 992px) {
    .home-nav-slider-main .home-slider-gradient-wrap .container .row {
        height: 50vh;
    }
    .home-nav-slider-main button.btn-primary.home-masthead-btn-primary {
        white-space: normal;
    }
    .home-nav-slider-main .home-nav-slider-wrap {
        height: auto;
    }
}
@media (max-width: 480px) {
    .home-nav-slider-main .home-slider-gradient-wrap .container .row {
        height: auto;
    }
    .home-nav-slider-main .home-nav-slider-wrap {
        height: auto;
    }
    .home-nav-slider-main .home-nav-slider-slider-text .home-nav-slider-slider-text-content {
        padding-right: 0 !important;
    }
    .home-nav-slider-main .home-nav-slider-title {
        margin-bottom: 1.563rem !important;
    }
    .home-nav-slider-main .home-nav-slider-title h1 {
        font-size: 2.9rem;
    }
}
@media (max-width: 351px) {
    .home-nav-slider-main .home-nav-slider-title h1 {
        font-size: 1.5rem;
    }
}
.mastHead-bottom-carousel .caption-div {
    background-color: #fff;
    padding: 1rem;
}
.mastHead-bottom-carousel .caption-div h3 {
    color: #000;
}
.mastHead-bottom-carousel .caption-div p {
    color: #000;
}
.mastHead-bottom-carousel .card-img-overlay h1 {
    color: #fff;
}
.mastHead-bottom-carousel .card-img-overlay h5 {
    color: #fff;
}
.mastHead-bottom-carousel button {
    white-space: normal;
}
.mastHead-bottom-carousel .top-part p {
    color: #fff;
}
.mastHead-bottom-carousel .fa-chevron-left {
    color: #fff;
    font-weight: 700;
}
.mastHead-bottom-carousel .fa-chevron-right {
    color: #fff;
    font-weight: 700;
}
.mastHead-center-carousel .card-title {
    color: #fff;
}
.mastHead-center-carousel .caption-div {
    background-color: #fff;
    padding: 1rem;
}
.mastHead-center-carousel .caption-div h3 {
    color: #000;
}
.mastHead-center-carousel .caption-div p {
    color: #000;
}
.mastHead-center-carousel .caption-div .img-div {
    height: 185px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.mastHead-center-carousel .caption-div .img-div img {
    width: auto;
    height: 90%;
}
.mastHead-center-carousel button {
    white-space: normal;
}
.mastHead-center-carousel .fa-chevron-left {
    color: #fff;
    font-weight: 700;
}
.mastHead-center-carousel .fa-chevron-right {
    color: #fff;
    font-weight: 700;
}
.media-slider-wrap .media-slider-text-wrap {
    padding-top: 2.5%;
    padding-bottom: 0.5%;
}
.media-slider-wrap .media-slider-text-wrap h2 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.media-slider-wrap .media-slider-text-slider {
    color: #fff;
    padding: 2%;
}
.media-slider-wrap .media-slider-text-slider .slick-next,
.media-slider-wrap .media-slider-text-slider .slick-prev {
    background-color: #d4272e;
    height: 2.441rem;
    width: 2.441rem;
    z-index: 1;
    left: 0;
    top: 54.2%;
}
.media-slider-wrap .media-slider-text-slider .slick-list {
    padding-top: 1rem;
}
.media-slider-wrap .media-slider-text-slider .slick-next {
    margin-top: 2.4rem;
}
.media-slider-wrap .media-slider-text-slider .slick-arrow:hover {
    background-color: #721722;
}
.media-slider-wrap .media-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 4rem;
}
.media-slider-wrap .media-slider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eff3f5;
    display: block;
    top: calc((100% - 2 * 3rem) * 0.54 - 1px);
    z-index: -1;
}
.media-slider-wrap .slick-next:before,
.media-slider-wrap .slick-prev:before {
    font-family: Ionicons;
}
.media-slider-wrap .media-slider-img-wrap {
    background-size: cover;
    background-position: center center;
}
.media-slider-wrap .media-slider-img-wrap img {
    opacity: 0;
    visibility: hidden;
}
.media-slider-wrap .media-slider-bg-slide {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.media-slider-wrap .media-slider-bg-slide div {
    height: 100%;
}
.media-slider-wrap .media-slider-bg-slide .slick-slide {
    margin: 0;
}
.media-slider-wrap .media-slider-gradient-wrap {
    position: relative;
    overflow: hidden;
}
.media-slider-wrap .media-slider-gradient-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.media-slider-wrap .pagingInfo {
    position: relative;
    left: 8rem;
    top: -10px;
    color: #fff;
}
@media (max-width: 992px) {
    .media-slider-wrap .media-slider-img-wrap {
        background-position: center !important;
    }
}
@media (max-width: 768px) {
    .media-slider-wrap .media-slider-text-wrap br {
        display: none;
    }
}
@media (max-width: 375px) {
    .media-slider-wrap h2 {
        font-size: 1.441rem;
    }
}
.dnow-verticle-slider .control-slider .slick-slide {
    opacity: 1;
}
.dnow-verticle-slider .img-text-slider .text-over-img {
    position: absolute;
    top: 33%;
    width: 100%;
    text-align: center;
    padding: 0 20%;
    color: #fff;
}
.dnow-verticle-slider .img-text-slider .slide-content {
    position: relative;
}
.dnow-verticle-slider .img-text-slider .text-over-img p {
    margin-bottom: 38px;
    margin-top: 20px;
    color: #fff;
}
.dnow-verticle-slider .img-text-slider .text-over-img h2 {
    color: #fff;
}
.dnow-verticle-slider .slick-next {
    display: none !important;
}
.dnow-verticle-slider .slick-prev {
    display: none !important;
}
.dnow-verticle-slider .control-section ul {
    padding: 0;
    list-style: none;
}
.dnow-verticle-slider .control-section li a {
    padding: 12px 30px;
    width: 100% !important;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    color: #c91c00;
    text-decoration: none;
}
.dnow-verticle-slider .control-section .main-active {
    border-top: 1px solid #ccc;
}
.dnow-verticle-slider .control-section li a:hover:before {
    content: "";
    position: absolute;
    top: 1px;
    border-right: solid 23px #ccc;
    border-bottom: solid 23px transparent;
    border-top: solid 23px transparent;
    left: 0;
}
.dnow-verticle-slider .control-section li a:hover {
    color: #c91c00;
    font-weight: 600;
    transition: 0.4s;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 3px #000;
}
.dnow-verticle-slider .control-slider .slick-slide {
    width: 100% !important;
    height: auto;
}
.dnow-verticle-slider .control-section {
    margin-top: 50px;
}
.dnow-verticle-slider .col-md-8 {
    padding-right: 0;
}
.dnow-verticle-slider .banner {
    margin-bottom: 30px;
}
.dnow-3in1-vSlider .d-slideBg {
    background-size: cover;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-left-col {
    background: linear-gradient(90deg, #232f39 50.1%, #fff 49.9%);
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right .slick-slide {
    opacity: 1;
    overflow: inherit;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-left .d-innerSlide-left-slide {
    position: relative;
}
.dnow-3in1-vSlider .dnow-verticle-slider .slick-next {
    display: none !important;
}
.dnow-3in1-vSlider .dnow-verticle-slider .slick-prev {
    display: none !important;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right-wrap ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right-wrap li {
    border-top: 1px solid #ccc;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right-wrap li a {
    padding: 20px 30px;
    width: 100% !important;
    display: inline-block;
    color: #d4272e;
    text-decoration: none;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right-wrap li a:hover:before {
    content: "\f124";
    position: absolute;
    top: 0;
    font-family: Ionicons;
    left: -40px;
    color: #fff;
    width: 40px;
    height: 100%;
    z-index: 100;
    padding: 20px;
    background-color: #d4272e;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right-wrap li a:focus {
    outline: 0;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right-wrap li {
    position: relative;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right-wrap li a:hover {
    color: #fff;
    transition: 0.4s;
    position: relative;
    background-color: #d4272e;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right .slick-slide {
    width: 100% !important;
    height: auto;
}
.dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-right .slick-track {
    width: 100% !important;
}
.dnow-3in1-vSlider .d-innerSlide-right .slick-current {
    background-color: #d4272e;
}
.dnow-3in1-vSlider .d-innerSlide-right .slick-current a {
    color: #fff !important;
    outline: 0;
}
.dnow-3in1-vSlider .d-innerSlide-right .slick-current:hover {
    background-color: #d4272e;
}
.dnow-3in1-vSlider .d-innerSlide-right .slick-current:hover a {
    color: #fff !important;
    outline: 0;
}
.dnow-3in1-vSlider .d-innerSlide-right .slick-list {
    overflow: inherit !important;
}
@media (max-width: 991px) {
    .dnow-3in1-vSlider .dnow-verticle-slider .d-innerSlide-left-col {
        background: 0 0;
    }
    .dnow-3in1-vSlider .d-innerSlide-left-wrap {
        background-color: #232f39;
    }
    .dnow-3in1-vSlider .d-innerSlide-right-wrap {
        background-color: #fff;
    }
    .dnow-3in1-vSlider .d-innerSlide-right .slick-current li:after {
        content: "" !important;
        width: auto;
        height: 97%;
        left: 0;
        padding: 20px 8px;
    }
    .dnow-3in1-vSlider .d-innerSlide-right-wrap li a:hover:before {
        content: "" !important;
        width: auto !important;
        height: 97%;
        left: 0 !important;
        width: auto;
        padding: 20px 8px !important;
    }
    .dnow-3in1-vSlider .d-slideBg {
        padding: 15px;
    }
}
.dnow-VwatchSlider-parent p {
    color: #6c757d;
}
.dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs-Spacing {
    position: absolute;
    top: calc((100% - 2 * 17.9rem) * 0.54 - 1px);
}
.dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs .slick-slide {
    margin: 45px;
}
.dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs .slick-next,
.dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs .slick-prev {
    background-color: #d4272e;
    height: 40px;
    width: 40px;
    z-index: 1;
}
.dnow-VwatchSlider-wrap .slick-next:before,
.dnow-VwatchSlider-wrap .slick-prev:before {
    font-family: Ionicons;
}
.dnow-VwatchSlider-wrap .slick-prev:before {
    content: "\f3d7" !important;
}
.dnow-VwatchSlider-wrap .slick-next:before {
    content: "\f3d4" !important;
}
.dnow-VwatchSlider-wrap .slick-slide {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    transition-delay: 150ms;
}
.dnow-VwatchSlider-wrap .slick-current.slick-center {
    opacity: 1;
    transform: scale(1.3) !important;
}
@media (min-width: 1040px) and (max-width: 1199px) {
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgWrap {
        padding-left: 0 !important;
    }
    .dnow-VwatchSlider-wrap .jumbotron.mb-0.dnow-VwatchSlider-wrap {
        padding: 2.3rem 2rem;
    }
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs-Spacing {
        top: -188px;
    }
}
@media (min-width: 1000px) and (max-width: 1039px) {
    .dnow-VwatchSlider-wrap .jumbotron.mb-0.dnow-VwatchSlider-wrap {
        padding: 1.2rem 2rem;
    }
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs-Spacing {
        top: -173px;
    }
}
@media (min-width: 992px) and (max-width: 1000px) {
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgWrap {
        padding-left: 0 !important;
    }
    .dnow-VwatchSlider-wrap .jumbotron.mb-0.dnow-VwatchSlider-wrap {
        padding: 2rem 2rem;
    }
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs-Spacing {
        top: -183px;
    }
}
@media (min-width: 992px) {
    .dnow-VwatchSlider-wrap .slick-next,
    .dnow-VwatchSlider-wrap .slick-prev {
        left: -3rem;
    }
    .dnow-VwatchSlider-wrap .slick-next {
        top: calc((100% - 2 * 0.5rem) * 0.54 - 1px);
    }
    .dnow-VwatchSlider-wrap .slick-prev {
        top: calc((100% - 2 * 3rem) * 0.54 - 1px);
    }
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgWrap {
        padding-left: 3rem;
    }
}
@media (max-width: 992px) {
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-imgs-Spacing {
        position: relative;
        top: 0;
    }
    .dnow-VwatchSlider-wrap .slick-prev {
        left: -25px;
    }
    .dnow-VwatchSlider-wrap .dnow-VwatchSlider-wrap {
        padding-top: 0;
    }
}
.box-calculator-wrap .form-box {
    background-color: #212f36;
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.box-calculator-wrap .form-box h3 {
    background-color: #465054;
    text-align: center;
    padding: 8px;
    color: #fff;
}
.box-calculator-wrap .form-box .form-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}
.box-calculator-wrap .form-box .form-group label {
    width: 100%;
    background-color: #eef2f4;
    margin-bottom: 0;
    text-align: right;
    padding: 7px;
    color: #212f36;
    margin-right: 4px;
    font-weight: 700;
}
.box-calculator-wrap .form-box .form-group input {
    width: 40%;
    border-radius: 0;
    border: none;
    font-weight: 600 !important;
    color: #212f36;
}
.box-calculator-wrap .form-box .btn-group {
    width: 100%;
}
.box-calculator-wrap .form-box .btn-group button {
    width: inherit;
    border-radius: 0;
    margin-right: 5px;
    background-color: #465054;
    color: #fff;
    font-weight: 700;
}
.box-calculator-wrap .form-box .btn-group button:last-child {
    margin-right: 0;
}
.affinity-table table {
    border-collapse: inherit;
    table-layout: fixed;
}
.affinity-table table th {
    border: none;
    text-align: center;
    color: #212f36;
    width: 100px;
}
.affinity-table table td {
    background-color: rgba(33, 69, 136, 0.5);
    border-color: #212f36;
    padding: 0;
}
.affinity-table table td .form-group {
    margin-bottom: 0;
}
.affinity-table table td .form-group input {
    background-color: #eef2f4;
    border: none;
    text-align: center;
    font-weight: 600;
    color: #212f36;
    height: calc(2.9rem + 2px);
}
.conversion-table h3 {
    font-weight: 600;
}
.conversion-table .border {
    border-top: 3px solid #212f36 !important;
}
.conversion-table .btn {
    cursor: pointer;
}
.conversion-table table {
    border-collapse: inherit;
    table-layout: fixed;
}
.conversion-table table th {
    border: none;
    text-align: center;
    color: #212f36;
    width: 100px;
    font-size: 16px;
}
.conversion-table table td {
    background-color: rgba(33, 69, 136, 0.5);
    border-color: #212f36;
    padding: 0;
}
.conversion-table table td .form-group {
    margin-bottom: 0;
}
.conversion-table table td .form-group input {
    background-color: #eef2f4;
    border: none;
    text-align: center;
    font-weight: 600;
    color: #212f36;
    height: calc(2.9rem + 2px);
}
.conversion-table .user-input-columns input {
    background-color: #eef2f4 !important;
    color: #212f36 !important;
}
.brand-btn .btn {
    width: 160px;
    line-height: 1.2;
    white-space: normal;
    border-color: #d0dada;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.cert-gallery-wrap .cert-gallery {
    overflow: auto;
}
.cert-gallery-wrap .cert-gallery .card-block {
    margin-bottom: 15px;
}
.cert-gallery-wrap .cert-gallery .ion-android-checkmark-circle {
    color: #87d1e6;
    font-size: 1.4rem;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar {
    width: 20px;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar-thumb {
    background: #d4272e;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar-thumb:hover {
    background: #d4272e;
}
.dnow-table .downloads-container table tr td:last-child {
    color: #d4272e;
}
.dnow-table .downloads-container table tr td:last-child a {
    color: #d4272e;
}
.prod-cert-wrap .ion-android-checkmark-circle {
    color: #87d1e6;
    font-size: 1.4rem;
}
.manufacturers-container strong {
    color: #d4272e;
    padding-bottom: 2rem;
}
.product-slider-wrap .prod-slider-no-left-cont {
    height: 300px;
}
.product-slider-wrap .product-slider-leftCont {
    position: relative;
    overflow: hidden;
}
.product-slider-wrap .product-slider-leftCont ul {
    padding-left: 20px;
    min-height: 200px;
    animation: hide 3s;
}
.product-slider-wrap .product-slider-leftCont ul li {
    animation: hide 3s;
    line-height: 40px;
}
.product-slider-wrap .product-slider-leftCont .product-slider-leftText {
    padding: 5rem 5rem 5rem 0;
}
.product-slider-wrap .product-slider-leftCont .product-slider-readless-btnwrap div {
    font-weight: 700;
    text-decoration: underline !important;
    cursor: pointer;
}
.product-slider-wrap .product-slider-leftCont .product-slider-readless-btnwrap .btn_less {
    display: none;
}
@media (min-width: 767px) and (max-width: 990px) {
    .product-slider-wrap .product-slider-leftCont .product-slider-leftText {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 850px) {
    .product-slider-wrap .product-slider-leftCont .product-slider-leftList li {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .product-slider-wrap .product-slider-leftCont {
        background: 0 0;
        position: relative;
        overflow: hidden;
    }
    .product-slider-wrap .product-slider-leftCont:before {
        display: none;
    }
    .product-slider-wrap .product-slider-leftCont .product-slider-leftText {
        padding-left: 0;
        padding-right: 0;
    }
    .product-slider-wrap .product-slider-leftCont .product-slider-leftCont-wrap:before {
        background-color: #d4272e;
        content: "";
        position: absolute;
        bottom: 0;
        height: 120%;
        z-index: -1;
        right: -150px;
        width: 2000px;
    }
}
.product-slider-wrap .product-slider-leftCont:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d4272e;
    transform: translateX(100%);
    animation: two-col-red-white-100 0.6s 0s, two-col-red-white-50 0.6s 0.6s;
    animation-fill-mode: both;
}
.product-slider-wrap .product-slider-leftCont .product-slider-RightCont-wrap {
    border-bottom: 1px solid #f7f7f7;
}
.product-slider-wrap .product-slider-leftCont .product-slider-leftText {
    color: #fff;
    position: relative;
}
.product-slider-wrap video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.product-slider-wrap .product-view-slider {
    overflow: hidden;
}
.product-slider-wrap .product-listSlider img {
    padding: 0 10px;
    max-height: 150px;
    max-width: 150px;
}
.product-slider-wrap .product-listSlider .slick-arrow {
    position: absolute;
    top: 50%;
}
.product-slider-wrap .product-listSlider .slick-prev {
    left: -30px;
}
.product-slider-wrap .product-listSlider .slick-next {
    right: -30px;
}
.product-slider-wrap .product-listSlider .slick-prev:before {
    content: "\f124" !important;
}
.product-slider-wrap .product-listSlider .slick-next:before {
    content: "\f125" !important;
}
.product-slider-wrap .product-listSlider .slick-next:before,
.product-slider-wrap .product-listSlider .slick-prev:before {
    font-family: Ionicons;
    padding: 3px 10px;
    background-color: #d4272e;
    border-radius: 30px;
}
.product-slider-wrap .product-listSlider .slick-slide {
    margin: 0 20px;
}
@media (max-width: 767px) {
    .product-slider-wrap .product-listSlider img {
        max-width: 100%;
    }
}
.dnow-people-might-know .card {
    background-color: unset;
    border: none;
}
.category-details-container .table-of-contents.sticky .dropdown.bootstrap-select button.btn-light {
    background-color: #465054;
    padding: 0.25rem;
    padding-left: 2rem;
}
.category-details-container .table-of-contents.sticky .bootstrap-select > .dropdown-toggle {
    color: #fff;
}
.category-details-container .table-of-contents.sticky .bootstrap-select > .dropdown-toggle::after {
    padding: 0.25rem;
}
.category-details-container .table-of-contents.sticky .dropdown.bootstrap-select button.btn-light {
    color: #fff;
}
.category-details-container .table-of-contents.sticky .btn-light {
    border-color: #465054;
}
.category-details-container .table-of-contents.sticky .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 280px;
}
.category-details-container .table-of-contents.sticky div.learn-more {
    color: #fff;
}
.category-details-container .category-details-nested .product-wrapper {
    padding-top: 80px;
    margin-top: -80px;
}
@keyframes jssorl-009-spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.jssor-wrapper {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 980px;
    height: 735px;
    overflow: hidden;
    visibility: hidden;
}
.jssor-wrapper .jssor-slide-wrapper {
    cursor: default;
    position: relative;
    top: 0;
    left: 0;
    width: 980px;
    height: 585px;
    overflow: hidden;
}
.jssor-wrapper .jssor-thumbnail-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 980px;
    height: 150px;
    background-color: #000;
}
.jssor-wrapper div[data-u="arrowleft"],
.jssor-wrapper div[data-u="arrowright"] {
    width: 55px;
    height: 55px;
    top: 257px;
}
.jssor-wrapper div[data-u="arrowleft"] {
    left: 30px;
}
.jssor-wrapper div[data-u="arrowright"] {
    right: 30px;
}
.jssor-wrapper .jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.jssor-wrapper .jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}
.jssor-wrapper .jssora106 .c {
    fill: #fff;
    opacity: 0.3;
}
.jssor-wrapper .jssora106 .a {
    fill: none;
    stroke: #000;
    stroke-width: 350;
    stroke-miterlimit: 10;
}
.jssor-wrapper .jssora106:hover .c {
    opacity: 0.5;
}
.jssor-wrapper .jssora106:hover .a {
    opacity: 0.8;
}
.jssor-wrapper .jssora106.jssora106dn .c {
    opacity: 0.2;
}
.jssor-wrapper .jssora106.jssora106dn .a {
    opacity: 1;
}
.jssor-wrapper .jssora106.jssora106ds {
    opacity: 0.3;
    pointer-events: none;
}
.jssor-wrapper .jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}
.jssor-wrapper .jssort101 .p .cv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #eef2f4;
    box-sizing: border-box;
    z-index: 1;
    display: none !important;
}
.jssor-wrapper .jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}
.jssor-wrapper .jssort101 .p.pdn .cv,
.jssor-wrapper .jssort101 .p:hover .cv {
    border: none;
    border-color: transparent;
}
.jssor-wrapper .jssort101 .p:hover {
    padding: 2px;
}
.jssor-wrapper .jssort101 .p:hover .cv {
    background-color: #000;
    opacity: 0.35;
}
.jssor-wrapper .jssort101 .p:hover.pdn {
    padding: 0;
}
.jssor-wrapper .jssort101 .p:hover.pdn .cv {
    border: 2px solid #fff;
    background: 0 0;
    opacity: 0.35;
}
.jssor-wrapper .jssort101 .pav .cv {
    border-color: #fff;
    opacity: 0.35;
}
.jssor-wrapper .jssort101 .pav {
    border: 3px solid #adb5bd;
}
.jssor-wrapper .jssort101 .p:hover .a,
.jssor-wrapper .jssort101 .pav .a {
    visibility: visible;
}
.jssor-wrapper .jssort101 .t {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border: none;
    opacity: 0.6;
    margin: 0 auto;
}
.jssor-wrapper .jssort101 .p:hover .t,
.jssor-wrapper .jssort101 .pav .t {
    opacity: 1;
}
.jssor-wrapper div[data-u="sliders"] img[data-u="thumb"] {
    width: 100%;
    height: auto;
}
.jssor-wrapper .jssort101 .t {
    top: 50%;
    left: 0;
    border: none;
    opacity: 0.6;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.jssor-wrapper div[data-u="thumbnavigator"] {
    background-color: transparent !important;
}
.cta-whole .contact-cta-rep .cta-section .cta-bar {
    padding-top: 2.768em;
    padding-right: 2rem;
    padding-bottom: 2.768em;
    border-radius: 2px;
    background-color: #eef2f4;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.cta-whole .contact-cta-rep .cta-section .cta-bar #top-text {
    font-size: 1em;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
}
.cta-whole .contact-cta-rep .cta-section hr {
    width: 94%;
    height: 2px;
    margin-left: 0;
    background-color: #d4272e;
    border: 0 none;
}
.cta-location button {
    white-space: normal;
}
.cta-image-cta {
    height: 700px;
}
.cta-image-cta .cta-location-bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.category-details-container .manufacturers-container ul {
    columns: 4 200px;
    list-style: none;
    padding-left: 0;
}
.category-details-container .specifications-container table td:first-of-type {
    font-weight: 700;
    padding-right: 25px;
    vertical-align: top;
}
.category-details-container .also-viewed-container .card-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.category-details-container .also-viewed-container .card-wrap .card {
    max-width: 125px;
}
.read-more-control-last-li {
    background: -webkit-linear-gradient(#eee, rgba(255, 255, 255, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease;
}
.anchor-thin-arrow-style a,
.large-arrow a,
.small-arrow a {
    cursor: pointer;
}
.anchor-thin-arrow-style a .ion-ios-arrow-thin-right,
.large-arrow a .ion-ios-arrow-thin-right,
.small-arrow a .ion-ios-arrow-thin-right {
    position: relative;
    top: 4px;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 0.5rem;
    font-family: Ionicons, sans-serif;
    font-size: 150%;
    transition: transform 0.3s ease-in-out 0s;
    line-height: 0;
}
.anchor-thin-arrow-style a:hover,
.large-arrow a:hover,
.small-arrow a:hover {
    text-decoration: none;
    cursor: pointer;
}
.anchor-thin-arrow-style a:hover .ion-ios-arrow-thin-right,
.large-arrow a:hover .ion-ios-arrow-thin-right,
.small-arrow a:hover .ion-ios-arrow-thin-right {
    transition: transform 0.3s ease-in-out 0s;
    transform: translateX(8px) translateY(0) translateZ(0) scaleX(1.25) scaleY(1.25) scaleZ(1);
}
.large-arrow a .ion-ios-arrow-thin-right {
    top: 8px;
}
.highchart-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../dnow-logo.html);
    background-size: 40%;
    background-position-x: 51%;
    background-position-y: 41%;
    background-repeat: no-repeat;
    opacity: 0.075;
    pointer-events: none;
}
.sketchfab-wrapper .sketchfab-embed-wrapper {
    display: none;
}
.sketchfab-wrapper .sketchfab-embed-wrapper iframe {
    max-width: 100%;
}
.sketchfab-wrapper.active .sketchfab-notallowed-wrapper {
    display: none;
}
.sketchfab-wrapper.active .sketchfab-embed-wrapper {
    display: block;
}
.nearest-location-bar {
    color: #fff;
    background-color: #212f36;
    min-height: 51px;
}
.nearest-location-bar a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background-image: linear-gradient(to top, #fff 1px, transparent 0);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.25s ease-in-out;
}
.nearest-location-bar a:hover {
    color: #fff;
    text-decoration: none;
    background-size: 25% 100%;
}
.nearest-location i {
    color: #d4272e;
    margin-right: 10px;
}
.nearest-location .location-title {
    font-size: 1.25rem;
}
.locations-map-wrapper .input-group-fixed-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}
.locations-map-wrapper .input-group-fixed-right button {
    color: #d4272e;
    background-color: transparent;
    border: 1px solid transparent;
}
.locations-map-wrapper .input-group-fixed-right button:hover {
    color: #d4272e;
    background-color: transparent;
}
.locations-map-wrapper #location-filters {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow-y: auto;
}
.locations-map-wrapper #location-filters label {
    position: relative;
    width: 100%;
}
.locations-map-wrapper #location-filters input[type="checkbox"] {
    position: absolute;
    right: 0;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.locations-map-wrapper .nearby-locations #locations {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
.locations-map-wrapper .nearby-locations #locations .location + .location {
    border-top: 1px solid #d0dada;
}
.locations-map-wrapper .nearby-locations-mobile #locations-mobile {
    max-height: 500px;
    overflow-y: auto;
}
.locations-map-wrapper .nearby-locations-mobile #locations-mobile .location + .location {
    border-top: 1px solid #d0dada;
}
@media (max-width: 768px) {
    .locations-map-wrapper .embed-responsive:before {
        padding-top: 100%;
    }
}
@media (max-width: 576px) {
    .locations-map-wrapper .embed-responsive:before {
        padding-top: 170%;
    }
}
@media (max-width: 767px) {
    .locations-map-wrapper #location-filters {
        bottom: auto;
        overflow-y: visible;
        border: 1px solid #d0dada;
    }
}
.near-loc-modal .modal-content a {
    color: #d4272e;
}
@media (max-width: 575px) {
    .near-loc-modal .modal-content .modal-body i {
        width: 5%;
    }
    .near-loc-modal .modal-content .modal-body p {
        width: 89%;
        padding-left: 0.4rem;
    }
}
@media (max-width: 319px) {
    .near-loc-modal .modal-content .modal-body i {
        width: 100%;
    }
    .near-loc-modal .modal-content .modal-body p {
        width: 100%;
    }
}
.near-loc-modal .modal-content .modal-footer .btn.btn-primary {
    color: #fff;
}
.location-masthead-wrap p {
    padding-bottom: 0 !important;
    margin-bottom: 0.4rem;
}
.location-masthead-wrap .location-masthead-left a.phone {
    font-size: 0.8rem !important;
}
.location-masthead-wrap .location-masthead-left i {
    color: #d4272e;
}
.location-masthead-wrap .location-masthead-right a {
    text-decoration: none;
    color: #d4272e;
}
.location-masthead-wrap .location-masthead-right a .ion-ios-arrow-thin-right {
    position: relative;
    top: 4px;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 0.5rem;
    font-family: Ionicons, sans-serif;
    font-size: 126%;
    transition: transform 0.3s ease-in-out 0s;
}
.location-masthead-wrap .location-masthead-right a:hover {
    text-decoration: none;
    cursor: pointer;
}
.location-masthead-wrap .location-masthead-right a:hover .ion-ios-arrow-thin-right {
    transition: transform 0.3s ease-in-out 0s;
    transform: translateX(8px) translateY(0) translateZ(0) scaleX(1.25) scaleY(1.25) scaleZ(1);
}
.masthead-img-left-animation {
    overflow: hidden;
}
.masthead-img-left-animation .text-content-right:before {
    background-color: #d4272e;
    -webkit-animation-name: mastHeadanimateTextRight;
    -webkit-animation-duration: 1.5s;
    animation-name: mastHeadanimateTextRight;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition-property: right, left;
    transition-property: right, left;
    margin: 0 auto;
    display: block;
    transition: all 5s linear;
}
.masthead-img-left-animation .text-content-right-texts h1,
.masthead-img-left-animation .text-content-right-texts p {
    color: #fff;
    z-index: 2;
    position: relative;
    animation: mastHeadAnimateMovingText 3s;
    transition: all 3s linear;
}
.masthead-img-left-animation .content-right-image {
    -webkit-animation-name: mastHeadanimateImageLeft;
    -webkit-animation-duration: 1s;
    animation-name: mastHeadanimateImageLeft;
    transition: all 1.5s linear;
}
.masthead-img-right-animation {
    overflow: hidden;
}
.masthead-img-right-animation .text-content-left:before {
    background-color: #d4272e;
    -webkit-animation-name: mastHeadanimateTextLeft;
    -webkit-animation-duration: 1.5s;
    animation-name: mastHeadanimateTextLeft;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition-property: right, left;
    transition-property: right, left;
    margin: 0 auto;
    display: block;
    transition: all 5s linear;
}
.masthead-img-right-animation .text-content-left-texts h1,
.masthead-img-right-animation .text-content-left-texts p {
    color: #fff;
    z-index: 2;
    position: relative;
    animation: mastHeadAnimateMovingText 3s;
    transition: all 3s linear;
}
.masthead-img-right-animation .content-right-image {
    -webkit-animation-name: mastHeadanimateImageRight;
    -webkit-animation-duration: 1s;
    animation-name: mastHeadanimateImageRight;
    transition: all 1.5s linear;
}
.masthead-txt-wrap .masthead-txt {
    position: relative;
    overflow: hidden;
}
.masthead-txt-wrap .masthead-txt h1 {
    margin-bottom: 13px;
    position: relative;
    overflow: hidden;
    display: table;
}
.masthead-txt-wrap .masthead-txt h1 span {
    animation: MastHeadfadeIn 0s 0.6s;
    animation-fill-mode: backwards;
}
.masthead-txt-wrap .masthead-txt h1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f0f2f6;
    transform: translateX(-100%);
    animation: MastHeadgreyShadeLayIn 0.6s 0s, MastHeadgreyShadeLayOut 0.6s 0.6s;
    animation-fill-mode: both;
}
.masthead-txt-wrap .masthead-txt h1:last-child::after {
    animation: MastHeadgreyShadeLayIn 0.6s 50ms, MastHeadgreyShadeLayOut 0.7s 0.7s;
    animation-fill-mode: both;
}
@media (max-width: 411px) {
    .masthead-txt h1 {
        font-size: 2rem;
    }
}
@keyframes MastHeadfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes MastHeadgreyShadeLayIn {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes MastHeadgreyShadeLayOut {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.dnow-video-section {
    height: 35rem;
}
.dnow-video-section .dnow-video-container {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.dnow-video-section .dnow-video-container .dnow-video-texts .dnow-video-button {
    padding-left: 0.45rem;
    padding-top: 0.2rem;
}
.dnow-video-section .dnow-video-container .dnow-video-texts .play-btn-wrap {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d4272e;
    display: inline-block;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    color: #d4272e;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.dnow-video-section .dnow-video-container .dnow-video-texts .play-btn-wrap i {
    color: #d4272e;
    font-size: 1.5rem;
}
.dnow-video-section .dnow-video-container .dnow-video-texts .play-btn-wrap:hover {
    background-color: #d4272e;
    transition: all 0.3s ease-in;
    transform: scale(1.2);
}
.dnow-video-section .dnow-video-container .dnow-video-texts .play-btn-wrap:hover i {
    color: #fff;
}
@media (max-width: 992px) {
    .dnow-video-section .dnow-video-texts {
        top: 50% !important;
        left: 40% !important;
    }
}
.dnow-video-modal .modal-backdrop.show {
    opacity: 0.8;
}
.dnow-video-modal .modal-content {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.dnow-video-modal .modal-body {
    padding: 0 25px 25px 25px;
}
.dnow-video-modal .modal-header {
    padding: 25px 25px 0 25px;
    text-align: right;
}
.dnow-video-modal .modal-footer,
.dnow-video-modal .modal-header {
    border: 0;
}
.dnow-video-modal .modal-video video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.dnow-video-modal .video-play-button {
    margin-top: 20px;
}
.dnow-video-modal .modal.fade.show {
    opacity: 1;
}
.dnow-video-modal .modal.fade .modal-dialog {
    transform: translate(0, 0);
}
header {
    z-index: 999;
    transition: background 0.25s ease-in-out;
}
header .header-shadow {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
}
header .home-logo {
    display: none;
}
header.home-nav-fixed {
    position: fixed;
    width: 100%;
    margin-top: 51px;
    background: 0 0 !important;
}
header.home-nav-fixed nav#dnow-nav {
    margin-top: 0.5rem;
}
header.home-nav-fixed nav#dnow-nav .nav-link {
    color: #fff;
}
header.home-nav-fixed nav#dnow-nav .nav-link:hover {
    color: #fff;
}
header.home-nav-fixed .header-shadow {
    display: none;
}
header.home-nav-fixed .dnow-logo {
    display: none;
}
header.home-nav-fixed .home-logo {
    display: block;
}
header.home-nav-fixed .nav-search input {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
header.home-nav-fixed .nav-search input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}
header.home-nav-fixed .nav-search input::placeholder {
    color: #fff;
    opacity: 0.8;
}
header.home-nav-fixed .nav-search .input-group-fixed-left button {
    color: #fff;
}
header nav#dnow-nav .collapse,
header nav#dnow-nav .dropdown,
header nav#dnow-nav .dropup,
header nav#dnow-nav .nav {
    position: static;
}
header nav#dnow-nav .container,
header nav#dnow-nav .navbar-inner {
    position: relative;
}
header nav#dnow-nav .nav-link {
    color: #212f36;
    text-decoration: none;
}
header nav#dnow-nav .nav-link:hover {
    color: #d4272e;
}
@media (min-width: 992px) and (max-width: 1200px) {
    header nav#dnow-nav .nav-link {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}
header nav#dnow-nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
}
header nav#dnow-nav .top-nav .nav-link {
    font-size: 0.8rem;
}
header nav#dnow-nav .logo-wrap img {
    width: 100%;
    max-width: 150px;
}
header nav#dnow-nav .dropdown-menu {
    left: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.12);
}
header nav#dnow-nav .dropdown-menu > li {
    display: block;
}
header nav#dnow-nav .dropdown.dropdown-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
header nav#dnow-nav .dropdown:hover .dropdown-menu {
    display: block;
}
header nav#dnow-nav .mega-dropdown .mega-subnav {
    max-height: 365px;
    overflow-y: auto;
    background-color: #eef2f4;
}
header nav#dnow-nav .mega-dropdown .mega-subnav > .mega-subnav-item {
    display: block;
    background-color: #eef2f4;
    color: #212f36;
    font-size: 0.8rem;
    text-decoration: none;
}
header nav#dnow-nav .mega-dropdown .mega-subnav > .mega-subnav-item + .mega-subnav-item {
    border-top: 1px solid #d0dada;
}
header nav#dnow-nav .mega-dropdown .mega-subnav > .mega-subnav-item:hover {
    color: #d4272e;
}
header nav#dnow-nav .mega-dropdown .mega-subnav > .mega-subnav-item.active {
    color: #d4272e;
    border-right: 2px solid #d4272e;
}
header nav#dnow-nav .mega-dropdown .mega-submenu {
    height: 0;
    max-height: 365px;
    overflow-y: auto;
}
header nav#dnow-nav .mega-dropdown .mega-submenu.show {
    height: 100%;
}
header nav#dnow-nav .mega-dropdown .mega-submenu .mega-submenu-item {
    display: block;
    font-size: 0.8rem;
    color: #212f36;
    text-decoration: none;
}
header nav#dnow-nav .mega-dropdown .mega-submenu .mega-submenu-item:hover {
    color: #d4272e;
}
header nav#dnow-nav .mega-dropdown .nav-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
header nav#dnow-nav .nav-featured .nav-featured-title {
    font-weight: 500;
}
header nav#dnow-nav .nav-featured .nav-featured-description {
    font-size: 0.8rem;
}
@media (max-width: 992px) {
    header nav#dnow-nav .logo-wrap img {
        max-width: 90px;
    }
}
.breadcrumb {
    margin: 1rem 0;
}
.breadcrumb .breadcrumb-item {
    color: #6c757d;
}
.breadcrumb .breadcrumb-item .icon {
    padding-right: 0.5rem;
}
.breadcrumb .breadcrumb-item:first-of-type .icon {
    color: #d4272e;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0 !important;
}
footer {
    background-color: #212f36;
    color: #fff;
}
footer a {
    color: #87d1e6;
    text-decoration: none;
    font-weight: 500;
    background-image: linear-gradient(to top, #87d1e6 1px, transparent 0);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.25s ease-in-out;
}
footer a:hover {
    color: #87d1e6;
    text-decoration: none;
    background-size: 100% 100%;
}
footer .copyright {
    font-size: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}
footer .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}
.slide-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    background: #fff;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    will-change: transform;
    z-index: 1001;
    background-color: #eef2f4;
    box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.12);
}
.slide-menu .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    transform: translateX(0);
    will-change: transform;
}
.slide-menu.no-transition,
.slide-menu.no-transition * {
    transition: none !important;
}
.slide-menu .controls {
    overflow: hidden;
}
.slide-menu a {
    display: block;
    padding: 12px 24px;
    color: #212f36;
    text-decoration: none;
}
.slide-menu a:hover {
    color: #d4272e;
}
.slide-menu ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: 0;
    background-color: #fff;
    height: 100vh;
}
.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background-color: #eef2f4;
}
.slide-menu li {
    border-bottom: 1px solid #d7dadb;
}
.slide-menu .back-control {
    background-color: #fff;
    text-align: center;
}
.slide-menu .back-control i {
    float: left;
    padding-right: 5px;
}
.slide-menu .next-control {
    cursor: pointer;
    overflow: hidden;
    float: right;
}
.social-footer-wrap .social-footer-icon-wrap a {
    text-decoration: none;
    background-image: none !important;
    display: inline-block;
    margin-right: 2rem;
    transition: all 0.2s ease-in;
    transform: scale(1);
    font-size: 1.5rem;
}
.social-footer-wrap .social-footer-icon-wrap a.ion-social-facebook:before {
    font-size: 1.3rem;
    color: #212f36;
    background-color: #87d1e6;
    padding-right: 4px;
    padding-left: 9px;
    padding-top: 3px;
    line-height: 0.78;
    border-radius: 2px;
}
.social-footer-wrap .social-footer-icon-wrap a.ion-social-facebook:hover:before {
    color: #212f36;
    background-color: #fff;
}
.social-footer-wrap .social-footer-icon-wrap a:hover {
    color: #fff;
    transition: all 0.2s ease-in;
    transform: scale(1.2);
}
.threecol-teaser-cardWrap .threecol-teaser-card a {
    text-decoration: none;
    color: #212f36;
}
.threecol-teaser-cardWrap .threecol-teaser-card h3 {
    padding: 1.953rem;
}
.threecol-teaser-cardWrap .threecol-teaser-card p.card-text {
    padding: 1.953rem 1.953rem 0.953rem 1.953rem;
}
.threecol-teaser-cardWrap .threecol-teaser-card hr {
    border: 0;
    border-top: 1px solid #d4272e;
    width: 30%;
    margin: 0;
    transition: width 250ms ease-in-out 0s;
}
.threecol-teaser-cardWrap .threecol-teaser-card:hover hr {
    width: 100%;
    transition: ease-out 0.2s;
}
.threecol-teaser-cardWrap .threecol-teaser-card .threecol-teaser-bottomText {
    width: 100%;
    text-align: left;
    border-radius: 0;
    padding: 0.953rem 1.953rem 1.563rem 1.953rem;
    color: #d4272e;
    box-shadow: inset 0 0 0 0 #d4272e;
    transition: ease-out 0.2s;
}
.threecol-teaser-cardWrap .threecol-teaser-card:hover .threecol-teaser-bottomText {
    box-shadow: inset 0 100px 0 0 #d4272e;
    color: #fff;
    background-color: #d4272e;
}
.appHeadline-Wrap .appHeadline-content {
    position: relative;
    overflow: hidden;
}
.appHeadline-Wrap .appHeadline-content .appHeadline-content-leftBox {
    padding: 3.815rem 3.815rem 3.815rem 0;
}
.appHeadline-Wrap .appHeadline-content .appHeadline-content-leftBox .text-content-ul ul {
    padding-bottom: 1.563rem !important;
    padding-left: 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.appHeadline-Wrap .appHeadline-content .appHeadline-content-leftBox .text-content-ul li {
    padding-bottom: 0.512rem;
    padding-left: 0.328rem;
}
@media (min-width: 767px) and (max-width: 990px) {
    .appHeadline-Wrap .appHeadline-content .appHeadline-content-leftBox {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .appHeadline-Wrap .appHeadline-content {
        background: 0 0;
        position: relative;
        overflow: hidden;
    }
    .appHeadline-Wrap .appHeadline-content:before {
        display: none;
    }
    .appHeadline-Wrap .appHeadline-content .appHeadline-content-leftBox {
        padding-left: 0;
        padding-right: 0;
    }
    .appHeadline-Wrap .appHeadline-content .appHeadline-content-left:before {
        background-color: #d4272e;
        content: "";
        position: absolute;
        bottom: 0;
        height: 120%;
        z-index: -1;
        right: -150px;
        width: 2000px;
    }
}
.appHeadline-Wrap .appHeadline-content:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d4272e;
    transform: translateX(100%);
    animation: two-col-red-white-100 0.6s 0s, two-col-red-white-50 0.6s 0.6s;
    animation-fill-mode: both;
}
.appHeadline-Wrap .appHeadline-content .appHeadline-content-leftBox {
    color: #fff;
    z-index: 2;
    position: relative;
}
.Threecol-redBottomTeaser {
    background: #d4272e;
}
.Threecol-redBottomTeaser a {
    text-decoration: none;
    color: #fff;
}
.Threecol-redBottomTeaser a .ion-chevron-right {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease-in-out 0s;
}
.Threecol-redBottomTeaser a:hover {
    text-decoration: none;
    cursor: pointer;
}
.Threecol-redBottomTeaser a:hover .ion-chevron-right {
    transition: transform 0.3s ease-in-out 0s;
    transform: translateX(8px) translateY(0) translateZ(0) scaleX(1.25) scaleY(1.25) scaleZ(1);
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget {
    background-size: cover;
    transition: all 0.5s ease;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box {
    min-height: 23rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 6.3rem;
    cursor: pointer;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box h3 {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transform: translateY(40px);
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .threeCol-teaserWidget-description {
    position: relative;
    top: 1rem;
    opacity: 0;
    height: 10px;
    overflow: hidden;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    font-size: 14px;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .plus-icon {
    position: absolute;
    left: -0.64em;
    font-size: 2.441rem;
    top: -0.5rem;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .close-icon {
    position: absolute;
    right: -0.64em;
    font-size: 2.441rem;
    top: -0.5rem;
    z-index: 100;
    display: none;
}
.threeCol-teaserWidget-Wrap .b-right {
    border-right: 1px solid #788085;
}
.threeCol-teaserWidget-Wrap .b-right-last {
    border-right: 1px solid;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box:hover:before {
    opacity: 1;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box:hover .threeCol-teaserWidget-description {
    top: 1rem;
    opacity: 1;
    height: auto;
}
.threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box:hover h3 {
    transform: translateY(0);
}
@media (min-width: 1100px) {
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box:hover .plus-icon {
        display: none;
    }
}
@media (min-width: 1024px) {
    .threeCol-teaserWidget-Wrap .close-icon {
        display: none;
    }
}
@media (max-width: 1024px) {
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box:hover .close-icon {
        display: block;
    }
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box:hover .plus-icon {
        display: none;
    }
}
@media (max-width: 768px) {
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box {
        border-bottom: 1px solid #788085;
        padding: 5rem;
    }
    .threeCol-teaserWidget-Wrap .plus-icon {
        top: -16px !important;
    }
    .threeCol-teaserWidget-Wrap .b-right {
        border-right: none;
    }
}
@media (min-width: 640px) and (max-width: 992px) {
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box {
        padding: 3rem;
        min-height: 270px;
    }
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .plus-icon {
        font-size: 2em !important;
    }
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .close-icon {
        right: -2rem;
        font-size: 2em !important;
    }
}
@media (min-width: 993px) and (max-width: 1024px) {
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box {
        padding: 5rem;
        min-height: 310px;
    }
}
@media (min-width: 640px) and (max-width: 699px) {
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .close-icon,
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .plus-icon {
        top: -6px;
    }
}
@media (min-width: 480px) and (max-width: 640px) {
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box {
        padding: 5rem;
    }
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .close-icon,
    .threeCol-teaserWidget-Wrap .threeCol-teaserWidget-box .plus-icon {
        top: -6px;
    }
}
.promotion-2-col-wrap .promotion-textContent {
    background-color: #d4272e;
    color: #fff;
}
.promotion-2-col-wrap .promotion-textContent .btn {
    padding: 18px 22.125px;
}
.dnow-methodology-wrap {
    padding: 5rem 0;
}
.dnow-methodology-wrap .methodologyBullet::before {
    content: "";
    width: 25px;
    height: 25px;
    background: #d4272e;
    position: absolute;
    border-radius: 30px;
    left: 26px;
    top: 0;
    opacity: 0;
}
.dnow-methodology-wrap .methodologyBullet::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #d4272e;
    position: absolute;
    border-radius: 30px;
    left: 33px;
    top: 2px;
}
.dnow-methodology-wrap .dnow-methodology-list.active .methodologyBullet {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dnow-methodology-wrap .dnow-methodology-list.active .methodologyBullet::before {
    opacity: 1;
    transition-duration: 0.5s;
    left: 26px;
}
.dnow-methodology-wrap .dnow-methodology-list.active .methodologyBullet::after {
    border: 5px solid #fff;
    width: 21px;
    height: 21px;
    left: 28px;
}
.dnow-methodology-wrap .dnow-methodology-listCount,
.dnow-methodology-wrap .methodologyBullet {
    position: absolute;
    left: 0;
}
.dnow-methodology-wrap .dnow-methodology-leftContent {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.dnow-methodology-wrap .dnow-methodology-rightContent {
    position: relative;
    overflow: hidden;
}
.dnow-methodology-wrap .dnow-methodology-rightContent:before {
    content: "";
    height: 100%;
    width: 8px;
    position: absolute;
    background-color: #f1f2f6;
    left: 35px;
}
.dnow-methodology-wrap .dnow-methodology-rightContent .dnow-methodology-list {
    position: relative;
    perspective: 1000px;
    padding-left: 80px;
    margin-bottom: 3rem;
}
.dnow-methodology-wrap .dnow-methodology-rightContent .dnow-methodology-list .dnow-methodology-listContent {
    opacity: 0.2;
    transition-duration: 0.4s;
    transform: none;
}
.dnow-methodology-wrap .dnow-methodology-rightContent .dnow-methodology-list.active .dnow-methodology-listContent {
    opacity: 1;
}
.dnow-methodology-wrap #progress-bar {
    left: 6.5%;
    display: block;
    top: 7%;
}
.dnow-gallary-wrap .dnow-gallary-textColumn {
    column-count: 2;
}
.dnow-centered-overview-wrap img {
    width: 100%;
}
.cert-gallery-wrap .cert-gallery {
    overflow: auto;
}
.cert-gallery-wrap .cert-gallery .card-block {
    margin-bottom: 15px;
}
.cert-gallery-wrap .cert-gallery .ion-android-checkmark-circle {
    color: #87d1e6;
    font-size: 1.4rem;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar {
    width: 20px;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar-thumb {
    background: #d4272e;
}
.cert-gallery-wrap .cert-gallery::-webkit-scrollbar-thumb:hover {
    background: #d4272e;
}
.dnow-searchWizard-wrap .btn-primary {
    padding: 1.1rem;
}
.dnow-searchWizard-wrap .search-row p {
    font-size: 1rem;
}
@media only screen and (max-width: 992px) {
    .dnow-searchWizard-wrap .search-row p {
        text-align: left;
        margin-top: 1rem;
    }
    .dnow-searchWizard-wrap .search-row button.btn-primary {
        margin-top: 1rem;
    }
}
.topSearched-items-wrap .topSearched-items-list a {
    text-decoration: none;
    cursor: pointer;
}
.topSearched-items-wrap .topSearched-items-list a h6 {
    color: #212f36;
}
.topSearched-items-wrap .topSearched-items-list .border {
    background: #fff;
    background-size: 200% 200%;
    background-image: linear-gradient(to top, #d4272e 50%, transparent 50%);
    transition: background-position 0.3s, color 0.3s ease, border-color 0.3s ease;
}
.topSearched-items-wrap .topSearched-items-list .border:hover {
    background-image: linear-gradient(to top, #d4272e 51%, transparent 50%);
    background-position: 0 100%;
    transition: background-position 0.3s, color 0.3s ease, border-color 0.3s ease;
}
.topSearched-items-wrap .topSearched-items-list .border:hover h6,
.topSearched-items-wrap .topSearched-items-list .border:hover p {
    color: #fff !important;
}
.industry-slider-wrap {
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.industry-slider-wrap .industry-slider-inner .industry-slider {
    background-color: #212f36;
}
.industry-slider-wrap .industry-slider-inner .industry-slider .slick-list {
    margin: -10px 0;
}
.industry-slider-wrap .industry-slider-inner .industry-slider .industry-slide {
    background-color: transparent;
    color: #fff;
    margin: 10px 0;
}
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap {
    background-color: #fff;
}
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a {
    display: block;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: all 0.35s ease-in-out;
}
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a.active,
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:hover {
    color: #fff;
    background-color: #d4272e;
    text-decoration: none;
}
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a.active:before,
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:hover:before {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.35s ease-in-out;
}
.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:before {
    font-family: Ionicons;
    content: "\f124";
    background-color: #d4272e;
    color: #fff;
    position: absolute;
    top: 0;
    left: -40px;
    padding: 20px;
    width: 40px;
    z-index: 100;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transition: all 0.35s ease-in-out;
}
@media (max-width: 576px) {
    .industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:before {
        display: none;
    }
}
.industry-app-wrapper {
    overflow: hidden;
    margin-bottom: 5px;
}
.industry-app-wrapper .app-slider-nav a.nav-link {
    background-color: #fff;
    border: 1px solid #d0dada;
    color: #212f36;
    border-radius: 0;
    box-sizing: border-box;
}
.industry-app-wrapper .app-slider-nav a.nav-link.active {
    border-bottom: 3px solid #d4272e;
}
.industry-app-wrapper .app-slider-nav a.nav-link:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.industry-app-wrapper .app-slider-nav a.nav-link:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.industry-app-wrapper .interactive-app-wrapper img {
    width: 100%;
    height: auto;
}
.industry-app-wrapper .interactive-app-wrapper svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.industry-app-wrapper .interactive-app-wrapper g.hover-path {
    cursor: pointer;
}
.industry-app-wrapper .interactive-app-wrapper g.hover-path .st1,
.industry-app-wrapper .interactive-app-wrapper g.hover-path circle {
    transition: all 0.2s ease-in-out;
}
.industry-app-wrapper .interactive-app-wrapper g.hover-path:hover circle {
    fill: #7e171b;
}
.industry-app-wrapper .interactive-app-wrapper g.hover-path:hover .st1 {
    opacity: 0.3;
    fill: #000;
}
.industry-app-wrapper .interactive-text {
    max-width: 35%;
}
.industry-app-wrapper .app-info-pane {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background-color: #fff;
    z-index: 998;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease-in-out;
    transform: translate(100%, 0);
    margin-bottom: 5px;
}
.industry-app-wrapper .app-info-pane.show {
    transform: none;
}
.industry-app-wrapper .app-info-pane .info-pane-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.industry-app-wrapper .app-info-pane .info-pane-content .info-pane-body {
    overflow-y: auto;
}
.industry-app-wrapper .app-info-pane button.close {
    float: none;
}
@media (max-width: 1200px) {
    .industry-app-wrapper .app-info-pane {
        width: 50%;
    }
}
.industry-app-wrapper .app-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    cursor: pointer;
    margin-bottom: 5px;
}
.industry-app-wrapper .app-overlay.show {
    display: block;
}
.industry-app-wrapper .app-spacing {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 5px;
}
.app-popover {
    z-index: 998;
}
.app-popover .popover-body {
    padding: 0;
}
.app-popover .popover-body img {
    width: 100%;
    height: auto;
}
.applications-wrapper .app-mobile-slider .slick-arrow {
    background-color: #d4272e !important;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 0;
    z-index: 998;
}
.applications-wrapper .app-mobile-slider .slick-arrow:before {
    font-family: Ionicons;
    font-size: 1rem;
    color: #fff;
}
.applications-wrapper .app-mobile-slider .slick-arrow.slick-prev:before {
    content: "\f3d5";
}
.applications-wrapper .app-mobile-slider .slick-arrow.slick-next:before {
    content: "\f3d6";
}
.applications-wrapper .app-mobile-slider .slick-dots {
    position: static;
    margin-top: 2rem;
}
.applications-wrapper .app-mobile-slider .slick-dots .slick-active button:before {
    color: #d4272e !important;
}
.applications-wrapper hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-color: #d4272e;
}
.app-modal button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
    border-color: #212f36;
    background-color: #212f36;
    padding: 0 0.65rem;
    opacity: 1;
    overflow: hidden;
}
.app-modal i {
    font-size: 2.441rem;
    color: #fff;
    line-height: 0;
}
#dnow-consent-bar {
    z-index: 1039;
    width: 100%;
    background-color: #eef2f4;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
}
#csettings-modal .modal-body {
    padding: 0;
}
#csettings-modal .nav-link.active {
    color: #fff;
    background-color: #d4272e;
}
#csettings-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #d4272e;
    border-right: 50px solid transparent;
}
#csettings-button a:before {
    position: absolute;
    content: "\f13d";
    font-family: Ionicons;
    color: #fff;
    font-size: 22px;
    top: 18px;
    left: 5px;
}
