
.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.header, .header--AAAAAAAAAA {
    background-color: #fff;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
}

.header__skip-nav {
    text-align: left;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.header__skip-nav-link {
    position: absolute;
    left: -625pc;
    color: #c10016;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 18px;
    font-weight: 400
}

.header__skip-nav-link:focus {
    position: static;
    outline: 2px solid #2590ef
}

.main-content {
    height: 0;
    overflow: hidden
}

.header__top-nav {
    display: none
}

@media (min-width: 1280px) {
    .header__top-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 77px;
        padding: 1pc 25px;
        border-bottom: 1px solid #eae6e7
    }
}

.header__home:focus {
    outline: 2px solid #2590ef
}

.header__home--mobile {
    display: block
}

@media (min-width: 1280px) {
    .header__home--mobile {
        display: none
    }
}

.header__logo {
    max-width: 169px;
    max-height: 40px
}

@media (min-width: 1280px) {
    .header__logo {
        max-width: 189px;
        max-height: 45px
    }
}

.header__top-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header__top-nav-list--mobile {
    display: block;
    padding: 0 20px;
    margin-bottom: 40px
}

@media (min-width: 1280px) {
    .header__top-nav-list--mobile {
        display: none
    }
}

.header__top-nav-item {
    margin-top: 24px
}

@media (min-width: 1280px) {
    .header__top-nav-item {
        position: relative;
        margin-top: 0;
        padding: 0 1pc;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }

    .header__top-nav-item:not(:first-of-type):before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1pc;
        width: 1px;
        background-color: #000
    }

    .header__top-nav-item:last-of-type {
        padding-right: 0
    }
}

.header__top-nav-link {
    color: #c10016;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 18px;
    font-weight: 400
}

@media (max-width: 1279.98px) {
    .header__top-nav-link:hover {
        color: #c10016;
        text-decoration: none
    }

    .header__top-nav-link:focus {
        outline: 2px solid #2590ef;
        color: #c10016
    }
}

@media (min-width: 1280px) {
    .header__top-nav-link {
        color: #000;
        font-size: 14px
    }

    .header__top-nav-link--collapse:not(.collapsed) {
        color: #c10016 !important
    }

    .header__top-nav-link--collapse:not(.collapsed) .header__top-nav-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
        filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__top-nav-link:hover {
        color: #000;
        text-decoration: underline
    }

    .header__top-nav-link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

.header__top-nav-icon {
    display: none
}

@media (min-width: 1280px) {
    .header__top-nav-icon {
        display: block;
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 2px
    }
}

.header__bottom-nav {
    height: 60px;
    padding: 10px 20px
}

@media (min-width: 1280px) {
    .header__bottom-nav {
        height: 66px;
        padding: 0 !important
    }
}

.header__bottom-nav .search-icon-container.hide-desktop {
    display: none
}

.header__hamburger-btn {
    border: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 2pc;
    min-width: 36px;
    padding: 0
}

.header__hamburger-btn:focus {
    outline: 2px solid #2590ef
}

.header__hamburger-btn.collapsed .header__hamburger-icon {
    position: relative;
    width: 36px;
    height: 3px;
    background-color: #000
}

.header__hamburger-btn.collapsed .header__hamburger-icon:after, .header__hamburger-btn.collapsed .header__hamburger-icon:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 3px;
    background-color: #000;
    left: 0
}

.header__hamburger-btn.collapsed .header__hamburger-icon:before {
    top: -10px
}

.header__hamburger-btn.collapsed .header__hamburger-icon:after {
    top: 10px
}

.header__hamburger-btn:not(.collapsed) .header__hamburger-text {
    display: none
}

.header__hamburger-btn:not(.collapsed) .header__hamburger-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-close.svg);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat
}

.header__hamburger-text {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 18px;
    font-weight: 400;
    margin-right: 8px
}

.header__bottom-nav-collapse {
    position: fixed !important;
    top: 60px;
    left: 0;
    width: 100%
}

@media (max-width: 1279.98px) {
    .header__bottom-nav-collapse:after {
        content: "";
        position: fixed;
        top: 56px;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: transparent;
        z-index: 100;
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .1)
    }
}

@media (min-width: 1280px) {
    .header__bottom-nav-collapse {
        position: static !important;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.header__bottom-nav-collapse-wrap {
    height: calc(100vh - 60px);
    background-color: #fff;
    overflow-y: auto
}

.header__bottom-nav-collapse-wrap .main-navigation.navigation {
    width: 100%
}

@media (min-width: 1280px) {
    .header__bottom-nav-collapse-wrap {
        position: static;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.header__search-wrap {
    display: none
}

@media (min-width: 1280px) {
    .header__search-wrap {
        background-color: #da291c;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-right: 25px;
        padding-left: 23px;
        position: relative
    }

    .header__search-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 24px;
        background-color: #fff
    }
}

.header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-family: NeusaNextProRegular, serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.header__search:hover {
    color: #fff;
    text-decoration: underline
}

.header__search:focus {
    color: #fff;
    outline: 2px solid #2590ef
}

.header__search-icon {
    display: block;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-search-glass.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    background-size: contain;
    margin-right: 8px
}

.region-dropdown {
    left: 0;
    width: 100%
}

@media (max-width: 1279.98px) {
    .region-dropdown {
        top: 59px;
        height: calc(100vh - 59px);
        background-color: #da291c;
        position: fixed;
        overflow-y: auto;
        -webkit-transition: none !important;
        transition: none !important
    }
}

@media (min-width: 1280px) {
    .region-dropdown {
        position: absolute;
        overflow: hidden;
        top: 100%;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
    }
}

.region-dropdown__row-top {
    padding: 0 20px
}

@media (max-width: 1279.98px) {
    .region-dropdown__close {
        color: #fff;
        font-family: NeusaNextProRegular, serif;
        font-size: 1pc;
        line-height: 19px;
        font-weight: 700;
        padding: 20px 0 19px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

@media (min-width: 1280px) {
    .region-dropdown__close-text {
        display: none
    }
}

.region-dropdown__close-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px
}

@media (min-width: 1280px) {
    .region-dropdown__close-icon {
        display: none
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__cross-icon {
        display: none
    }
}

@media (min-width: 1280px) {
    .region-dropdown__cross-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-close.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
        position: absolute;
        top: 40px;
        right: 3pc;
        border: none;
        background-color: transparent
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__row-bottom {
        display: block;
        padding: 0 20px 40px
    }
}

@media (min-width: 1280px) {
    .region-dropdown__row-bottom {
        padding: 40px 90pt 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width: 1280px) {
    .region-dropdown__regions {
        margin-right: 40px
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__regions--NA {
        margin-bottom: 9pt
    }

    .region-dropdown__regions--NA .region-dropdown__item:last-of-type {
        border-bottom: none
    }
}

.region-dropdown__list-title {
    display: block;
    font-family: NeusaNextProRegular, serif
}

@media (max-width: 1279.98px) {
    .region-dropdown__list-title {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400
    }
}

@media (min-width: 1280px) {
    .region-dropdown__list-title {
        color: #000;
        font-size: 14px;
        line-height: 1pc;
        font-weight: 700;
        letter-spacing: .01em;
        margin-bottom: 1pc
    }
}

@media (min-width: 1280px) {
    .region-dropdown__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        max-height: 200px
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__item {
        border-bottom: 1px solid #fff
    }
}

@media (min-width: 1280px) {
    .region-dropdown__item {
        margin-bottom: 1pc;
        margin-right: 40px
    }
}

.region-dropdown__link {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    position: relative;
    display: block
}

@media (max-width: 1279.98px) {
    .region-dropdown__link {
        color: #fff;
        font-size: 1pc;
        line-height: 19px;
        padding: 18px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .region-dropdown__link:hover {
        text-decoration: none;
        color: #fff
    }

    .region-dropdown__link:focus {
        outline: 2px solid #2590ef;
        color: #fff
    }
}

@media (min-width: 1280px) {
    .region-dropdown__link {
        color: #000;
        font-size: 15px;
        padding-left: 28px;
        line-height: 26px
    }

    .region-dropdown__link:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #252a36
    }

    .region-dropdown__link:hover {
        text-decoration: underline;
        color: #000
    }

    .region-dropdown__link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

@media (min-width: 1280px) {
    .region-dropdown__link--selected:before {
        border: 5px solid #da291c
    }
}

@media (max-width: 1279.98px) {
    .region-dropdown__selected-icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-checkmark.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        margin-left: 1pc
    }
}

@media (min-width: 1280px) {
    .region-dropdown__selected-icon {
        display: none
    }
}

@media (max-width: 1279.98px) {
    .meganav__list {
        padding: 0 20px !important;
        margin: 0 !important
    }
}

@media (min-width: 1280px) {
    .meganav__list {
        margin: 0 auto 2px 25px !important
    }
}

@media (max-width: 1279.98px) {
    .meganav__item:not(:last-of-type) {
        border-bottom: 1px solid #eae6e7
    }
}

@media (min-width: 1280px) {
    .meganav__item {
        margin-right: 30px
    }

    .meganav__item:last-of-type {
        margin-right: 66px
    }

    .meganav__item .fs-nav-item__wrapper:hover .meganav__link {
        color: #da291c;
        text-decoration: none
    }

    .meganav__item .fs-nav-item__wrapper:not(.collapsed) .meganav__link:before {
        opacity: 1
    }

    .meganav__item .fs-nav-item__wrapper:not(.collapsed) ~ div.meganav__dropdown {
        display: block;
        height: auto !important;
        max-height: calc(100vh - 200px) !important;
        overflow-y: auto
    }
}

.meganav__link {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1.2rem;
    line-height: 19px;
    font-weight: 500;
    pointer-events: none;
}

@media (max-width: 1279.98px) {
    .meganav__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 18px 0
    }

    .meganav__link:hover {
        text-decoration: none;
        color: #000
    }

    .meganav__link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

@media (min-width: 1280px) {
    .meganav__link {
        display: inline-block;
        position: relative
    }

    .meganav__link:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #da291c;
        opacity: 0
    }

    .meganav__link:hover {
        color: #da291c;
        text-decoration: none
    }

    .meganav__link:focus {
        outline: 2px solid #2590ef;
        color: #000
    }
}

@media (max-width: 1279.98px) {
    .meganav__link-icon {
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-arrow-right.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        margin-left: 1pc;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        display: inline-block
    }
}

@media (min-width: 1280px) {
    .meganav__link-icon {
        display: none
    }
}

.meganav__dropdown {
    background-color: #fff;
    position: fixed !important;
    left: 0;
    top: 60px;
    width: 100%;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.meganav__dropdown.show {
    display: block;
    max-height: 100vh !important;
    height: calc(100vh - 60px) !important;
    overflow-y: auto
}

@media (min-width: 1280px) {
    .meganav__dropdown {
        padding: 40px;
        top: 142px;
        border-top: 1px solid #eae6e7;
        border-radius: 0 0 10px 10px;
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .05)
    }

    .meganav__dropdown.show {
        height: auto !important;
        max-height: calc(100vh - 200px) !important
    }
}

.meganav__additional-list {
    background-color: #da291c
}

@media (min-width: 1280px) {
    .meganav__additional-list {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-left: 85px;
        height: 100%
    }

    .meganav__additional-list:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 67px;
        height: 100%;
        background: linear-gradient(-45deg, #da291c 50%, transparent 0);
        pointer-events: none
    }
}

.meganav__additional-item {
    display: block
}

@media (max-width: 1279.98px) {
    .meganav__additional-item:first-of-type {
        border-bottom: 1px solid #eae6e7
    }
}

@media (min-width: 1280px) {
    .meganav__additional-item {
        padding-right: 25px
    }
}

.meganav__additional-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-family: NeusaNextProRegular, serif;
    line-height: 18px;
    font-weight: 700
}

.meganav__additional-link:hover {
    color: #fff;
    text-decoration: none
}

.meganav__additional-link:focus {
    color: #fff;
    outline: 2px solid #2590ef
}

@media (max-width: 1279.98px) {
    .meganav__additional-link {
        font-size: 1pc;
        padding: 24px 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (min-width: 1280px) {
    .meganav__additional-link {
        font-size: 14px
    }

    .meganav__additional-link:hover {
        color: #fff;
        text-decoration: underline
    }
}

.meganav__additional-icon-block {
    margin-right: 8px
}

@media (max-width: 1279.98px) {
    .meganav__additional-icon-block {
        height: 24px;
        width: 24px
    }
}

@media (min-width: 1280px) {
    .meganav__additional-icon-block {
        height: 18px;
        width: 18px
    }
}

.meganav__additional-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.meganav__additional-icon {
    display: block;
    background-size: contain
}

@media (max-width: 1279.98px) {
    .meganav__additional-icon--contractor {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-contractor.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (min-width: 1280px) {
    .meganav__additional-icon--contractor {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-contractor.svg);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (max-width: 1279.98px) {
    .meganav__additional-icon--sales {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-sales-rep.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (min-width: 1280px) {
    .meganav__additional-icon--sales {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-sales-rep.svg);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
        filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%)
    }
}

@media (min-width: 1280px) {
    .submenu {
        display: block
    }

    .submenu .l2-wrapper {
        padding-top: 46px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
        margin-right: 43px;
        position: relative
    }

    .submenu .fs-nav-item-xf {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%
    }

    .submenu .fs-nav-item-xf .submenu__references {
        margin-right: 43px
    }

    .submenu .fs-nav-item-xf .submenu__quicklinks {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38%;
        flex: 0 0 38%;
        margin-left: auto
    }
}

@media (max-width: 1279.98px) {
    .submenu__list {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 40px 20px;
        overflow-y: auto;
        height: calc(100vh - 60px)
    }
}

@media (min-width: 1280px) {
    .submenu__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        position: relative;
        min-width: 100% !important
    }
}

.submenu__list--second {
    display: none
}

.submenu__list--second.active {
    display: block
}

@media (min-width: 1280px) {
    .submenu__list--second {
        display: block
    }
}

.submenu__item:not(:last-of-type) {
    border-bottom: 1px solid #eae6e7
}

@media (min-width: 1280px) {
    .submenu__item:hover .submenu__link {
        background-color: #eae6e7;
        color: #c10016 !important
    }

    .submenu__item:hover .submenu__link .submenu__icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
        filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%)
    }

    .submenu__item:hover .l3-list {
        position: absolute;
        background: #fff;
        top: 0;
        left: 100%;
        width: 74vw;
        padding-left: 43px;
        padding-top: 46px;
        min-height: 100%;
        z-index: 1
    }

    .submenu__item:hover .submenu__preview {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.submenu__title {
    padding: 18px 8px;
    background-color: #eae6e7;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width: 1280px) {
    .submenu__title {
        display: none
    }
}

.submenu__title-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 1pc
}

.submenu__link {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 1279.98px) {
    .submenu__link {
        pointer-events: none;
        padding: 18px 0
    }

    .submenu__link:hover {
        text-decoration: none;
        color: #000
    }
}

@media (min-width: 1280px) {
    .submenu__link {
        padding: 10px 8px 9px
    }

    .submenu__link.active-option {
        background-color: #eae6e7;
        color: #c10016
    }

    .submenu__link.active-option .submenu__icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
        filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%)
    }

    .submenu__link.active-option:hover {
        text-decoration: none
    }

    .submenu__link:not(.active-option):hover {
        color: #000;
        text-decoration: none;
        background-color: #eae6e7
    }
}

.submenu__link.active-option:focus {
    outline: 2px solid #2590ef;
    color: #c10016
}

.submenu__link:not(.active-option):focus {
    outline: 2px solid #2590ef;
    color: #000
}

.submenu__icon {
    margin-left: 1pc;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media (max-width: 1279.98px) {
    .submenu__icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-arrow-right.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat
    }
}

@media (min-width: 1280px) {
    .submenu__icon {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-caret-down.svg);
        width: 1pc;
        height: 1pc;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.submenu__items-title, .submenu__quicklinks-title, .submenu__references-title {
    display: block;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

@media (min-width: 1280px) {
    .submenu__items-title, .submenu__quicklinks-title, .submenu__references-title {
        font-family: NeusaNextProRegular, sans-serif;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: 28px
    }
}

.submenu__items-title {
    margin-top: 20px
}

@media (min-width: 1280px) {
    .submenu__items-title {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

.submenu__references-title {
    margin-bottom: 20px
}

@media (min-width: 1280px) {
    .submenu__references-title {
        margin-bottom: 28px
    }
}

.submenu__quicklinks-title {
    margin: 6px 0 15px
}

@media (min-width: 1280px) {
    .submenu__quicklinks-title {
        margin: 0 0 28px
    }
}

#fsMenuDropDown3 .submenu__items-title, #fsMenuDropDown4 .submenu__items-title {
    display: none
}

@media (max-width: 1279.98px) {
    #fsMenuDropDown3 .submenu__references-title, #fsMenuDropDown4 .submenu__references-title {
        margin-top: 20px;
        margin-bottom: 0
    }

    #fsMenuDropDown3 .cmp-list .cmp-list__item:not(:last-of-type), #fsMenuDropDown4 .cmp-list .cmp-list__item:not(:last-of-type) {
        border-bottom: 1px solid #eae6e7
    }

    #fsMenuDropDown3 .cmp-list .cmp-list__item-link, #fsMenuDropDown4 .cmp-list .cmp-list__item-link {
        color: #000;
        font-family: NeusaNextProRegular, serif;
        font-size: 1pc;
        line-height: 19px;
        font-weight: 700;
        padding: 18px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    #fsMenuDropDown3 .cmp-list, #fsMenuDropDown4 .cmp-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 8px
    }

    #fsMenuDropDown3 .cmp-list .cmp-list__item, #fsMenuDropDown4 .cmp-list .cmp-list__item {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.33%;
        flex: 0 33.33%;
        margin-bottom: 1pc
    }

    #fsMenuDropDown3 .cmp-list .cmp-list__item-link, #fsMenuDropDown4 .cmp-list .cmp-list__item-link {
        color: #000;
        font-family: NeusaNextProRegular, serif;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        padding: 0;
        display: inline-block;
        text-decoration: underline
    }
}

.submenu__references {
    width: 100% !important
}

.submenu__references .reflist {
    padding: 0 !important
}

.submenu__references .reflist .reflist__container {
    display: block !important
}

.submenu__references .reflist .reflist__m-title-wrap {
    display: none !important
}

.submenu__references .reflist .reflist__list {
    min-width: 100% !important;
    padding: 0 !important
}

.submenu__references .reflist .reflist__list:not(:last-of-type) {
    margin: 0 0 20px !important;
    border-bottom: 1px solid #eae6e7 !important
}

@media (min-width: 1280px) {
    .submenu__references .reflist .reflist__list {
        margin: 0 !important
    }

    .submenu__references .reflist .reflist__list:not(:last-of-type) {
        border-bottom: none !important
    }
}

.submenu__references .reflist .reflist__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    margin: 0 0 20px !important
}

.submenu__references .reflist .reflist__image {
    background-color: #000 !important;
    width: 6pc !important;
    height: 92px !important;
    margin: 0 15px 0 0 !important
}

@media (min-width: 1280px) {
    .submenu__references .reflist .reflist__image {
        width: 174px !important;
        height: 90pt !important;
        margin: 0 30px 0 0 !important
    }
}

@media (min-width: 1280px) {
    .submenu__references .reflist .reflist__box {
        padding-bottom: 10px !important
    }
}

.submenu__references .reflist .reflist__item-title {
    font-family: NeusaNextProRegular, sans-serif !important;
    font-weight: 500 !important;
    padding: 0 !important
}

@media (min-width: 1280px) {
    .submenu__references .reflist .reflist__item-title {
        margin-bottom: 1pc !important
    }
}

.submenu__quicklinks .quick-links {
    background: transparent !important;
    padding: 0 !important
}

.submenu__quicklinks .quick-links h2 {
    display: none !important
}

.submenu__quicklinks .quick-links .container {
    padding: 0 !important
}

.submenu__quicklinks .quick-links .quicklink-content {
    width: 100% !important;
    min-width: 0 !important
}

.submenu__quicklinks .quick-links .firestone-button-label {
    width: 100% !important;
    margin: 0 0 30px !important
}

.submenu__preview {
    display: none;
    z-index: 10;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

@media (max-width: 1279.98px) {
    .submenu__preview {
        overflow-y: auto;
        padding: 40px 20px 0;
        background-color: #fff;
        height: calc(100vh - 60px) !important;
        width: 100%;
        position: fixed !important;
        top: 60px;
        left: 0
    }

    .submenu__preview.show {
        display: block
    }
}

@media (min-width: 1280px) {
    .submenu__preview {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 478px;
        flex: 0 0 478px
    }
}

.submenu__preview-picture {
    display: none
}

@media (min-width: 1280px) {
    .submenu__preview-picture {
        display: block;
        margin-bottom: 30px
    }
}

.submenu__preview-img {
    width: 330px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.submenu__preview-description {
    display: none
}

@media (min-width: 1280px) {
    .submenu__preview-description {
        display: block;
        margin-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .submenu__preview-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.submenu__preview-title {
    padding: 18px 8px;
    background-color: #eae6e7;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width: 1280px) {
    .submenu__preview-title {
        display: none
    }
}

.submenu__preview-title-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    -webkit-filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    filter: invert(27%) sepia(69%) saturate(3050%) hue-rotate(347deg) brightness(84%) contrast(103%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 1pc
}

@media (min-width: 1280px) {
    .submenu__preview-group {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding-right: 20px
    }
}

.submenu__previev-group-title {
    display: block;
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 14px
}

@media (max-width: 1279.98px) {
    .submenu__previev-group-title {
        line-height: 18px;
        font-weight: 400;
        padding-top: 18px
    }
}

@media (min-width: 1280px) {
    .submenu__previev-group-title {
        line-height: 1pc;
        font-weight: 700;
        letter-spacing: .01em;
        margin-bottom: 1pc
    }
}

.submenu__preview-item:not(:last-of-type) {
    border-bottom: 1px solid #eae6e7
}

@media (min-width: 1280px) {
    .submenu__preview-item {
        margin-bottom: 1pc;
        width: 100% !important
    }

    .submenu__preview-item:not(:last-of-type) {
        border-bottom: none
    }

    .submenu__preview-item.submenu__preview-item--view-all {
        display: none
    }
}

.submenu__preview-link {
    color: #000;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    line-height: 19px;
    font-weight: 700;
    padding: 18px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 1279.98px) {
    .submenu__preview-link:hover {
        text-decoration: none;
        color: #000
    }
}

@media (min-width: 1280px) {
    .submenu__preview-link {
        padding: 0;
        display: inline-block;
        text-decoration: underline;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400
    }

    .submenu__preview-link:hover {
        color: #000
    }
}

.submenu__preview-link:focus {
    outline: 2px solid #2590ef;
    color: #000
}

@media (max-width: 1279.98px) {
    #inputSearhBox {
        display: block !important
    }
}

@media (min-width: 1280px) {
    #inputSearhBox {
        z-index: 1 !important
    }
}


.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.footer {
    background-color: #d0d0ce !important
}

.footer__wrapper {
    padding: 0 90pt;
    max-width: 90pc;
    margin: 0 auto
}

@media (max-width: 1279.98px) {
    .footer__wrapper {
        padding: 0 20px
    }
}

@media (min-width: 1280px) {
    .footer__wrapper--bottom {
        position: relative;
        padding-right: 300px
    }
}

.footer__top {
    padding: 61px 0 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (max-width: 1279.98px) {
    .footer__top {
        padding: 25px 0 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.footer__left {
    margin-right: 2pc;
    padding-top: 4px
}

@media (max-width: 1279.98px) {
    .footer__left {
        margin-right: 0;
        text-align: center
    }
}

@media (min-width: 1280px) {
    .footer__left {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 189px
    }
}

.footer__logo {
    display: block;
    margin-bottom: 31px
}

@media (max-width: 1279.98px) {
    .footer__logo {
        margin: 37px auto 35px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.footer__logo-img {
    height: auto!important;
    max-width: 189px
}

@media (max-width: 1279.98px) {
    .footer__logo-img {
        display: none
    }
}

.footer__logo-mobile {
    display: none
}

@media (max-width: 1279.98px) {
    .footer__logo-mobile {
        display: block;
        height: auto;
        max-width: 172px
    }
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.footer__social li {
    margin: 0 8px
}

@media (max-width: 1279.98px) {
    .footer__social li {
        margin: 0 18px
    }
}

.footer__social a {
    display: block;
    text-indent: -9999px;
    background-size: contain
}

.footer__social a.facebook {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-facebook.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat
}

@media (max-width: 1279.98px) {
    .footer__social a.facebook {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-facebook.svg);
        width: 45px;
        height: 45px;
        background-repeat: no-repeat
    }
}

.footer__social a.twitter {
    background-image: url(/../assets/icon/icon-twitter.svg);
    width: 27px;
    height: 27px
}

.footer__social a.twitter, .footer__social a.youtube {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.footer__social a.youtube {
    background-image: url(/../assets/icon/ico-youtube.svg);
    width: 38px;
    height: 38px
}

@media (max-width: 1279.98px) {
    .footer__social a.youtube {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-youtube.svg);
        width: 45px;
        height: 45px;
        background-repeat: no-repeat
    }
}

.footer__social a.linkedin {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-linkedin.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat
}

@media (max-width: 1279.98px) {
    .footer__social a.linkedin {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/ico-linkedin.svg);
        width: 45px;
        height: 45px;
        background-repeat: no-repeat
    }
}

.footer__social a.instagram {
    background-image: url(/../assets/icon/icon-instagram.svg);
    width: 38px;
    height: 38px
}

.footer__social a.google, .footer__social a.instagram {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.footer__social a.google {
    background-image: url(/../assets/icon/icon-google-plus.svg);
    width: 27px;
    height: 27px
}

.footer__icon {
    color: #000;
    font-size: 27px;
    margin: 0 11.5px
}

.footer__icon--linkedin {
    background-image: url(/../assets/icon/icon-linkedin.svg)
}

.footer__icon--linkedin, .footer__icon--youtube {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat
}

.footer__icon--youtube {
    background-image: url(/../assets/icon/icon-youtube.svg)
}

.footer__right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

@media (max-width: 1279.98px) {
    .footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.footer__map {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (max-width: 1279.98px) {
    .footer__map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .footer__map {
        width: 60%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

@media (max-width: 1279.98px) {
    .footer__col {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .footer__col {
        width: 31%
    }
}

@media (min-width: 1280px) {
    .footer__col--3 {
        padding-right: 20px
    }
}

.footer__button {
    font-family: NeusaNextProRegular, serif;
    background-color: transparent;
    border: none;
    text-align: left;
    pointer-events: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    margin-bottom: 11px;
    position: relative;
    padding: 0;
    letter-spacing: 1px;
    color: #000
}

@media (max-width: 1279.98px) {
    .footer__button {
        width: 100%;
        pointer-events: visible;
        margin-bottom: 4px;
        padding: 18px 24px 18px 0
    }
}

.footer__button-icon {
    position: absolute;
    top: 47.8%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-caret-down.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    display: none
}

@media (max-width: 1279.98px) {
    .footer__button-icon {
        display: block
    }
}

.footer__button.active {
    padding-bottom: 13px
}

.footer__button.active .footer__button-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width: 1279.98px) {
    .footer__list {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        padding: 0 20px 0 0;
        display: none
    }

    .footer__list .footer__item:last-of-type {
        margin-bottom: 22px
    }
}

.footer__item-link {
    color: #c10016;
    font-size: 1pc;
    font-weight: 400;
    line-height: 18px;
    display: block;
    margin-bottom: 9pt;
    font-family: NeusaNextProRegular, serif
}

.footer__item-link:hover {
    text-decoration: underline
}

@media (max-width: 1279.98px) {
    .footer__item-link {
        margin-bottom: 18px
    }
}

@media (max-width: 1279.98px) {
    .footer__contact, .footer__follow {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .footer__contact, .footer__follow {
        width: 20%
    }
}

.footer__contact p, .footer__follow p {
    font-family: NeusaNextProRegular, serif;
    font-size: 9pt;
    font-weight: 600;
    line-height: 20px
}

@media (min-width: 1280px) {
    .footer__follow {
        max-width: 169px
    }
}

.footer__contact p {
    font-family: NeusaNextProRegular, serif;
    margin-bottom: 0;
    font-size: 9pt;
    line-height: 20px;
    font-weight: 400
}

@media (max-width: 1279.98px) {
    .footer__contact {
        margin: 15px 0 37px
    }

    .footer__contact p {
        font-size: 14px;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .footer__contact {
        padding-right: 20px
    }
}

.footer__contact-title, .footer__follow-title {
    font-family: NeusaNextProRegular, serif;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    margin-bottom: 17px
}

.footer__contact-text {
    margin-bottom: 0;
    font-size: 9pt;
    line-height: 20px
}

.footer__contact-link, .footer__contact-text {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400
}

.footer__contact-link {
    color: #c10016;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 10px
}

.footer__contact-link:hover {
    text-decoration: underline
}

@media (max-width: 1279.98px) {
    .footer__contact-link {
        margin-top: 18px;
        font-size: 1pc
    }
}

.footer__follow-text {
    font-family: NeusaNextProRegular, serif;
    margin-bottom: 9pt;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.footer__follow-link {
    font-family: NeusaNextProRegular, serif;
    text-transform: uppercase;
    font-size: 1pc;
    letter-spacing: .5px;
    text-align: center;
    font-weight: 700;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-top: 10px;
    padding: 13px 31px;
    background-color: #000
}

.footer__follow-link:after, .footer__follow-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute
}

.footer__follow-link:before {
    top: 0;
    left: 0;
    border-width: 15px 15px 0 0;
    border-color: #d0d0ce transparent transparent
}

.footer__follow-link:after {
    right: 0;
    bottom: 0;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #d0d0ce
}

.footer__follow-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #252a36
}

.footer__follow-link:focus {
    color: #fff;
    outline-color: #2590ef
}

@media (max-width: 1279.98px) {
    .footer__follow-link {
        margin-top: 17px
    }
}

.footer__bottom {
    background-color: #000;
    padding: 20.5px 0 22.5px;
    position: relative
}

@media (max-width: 1279.98px) {
    .footer__bottom {
        padding: 20px 0
    }
}

.footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

@media (max-width: 1279.98px) {
    .footer__nav {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto 1pc;
        max-width: 335px
    }
}

.footer__nav-item {
    position: relative;
    padding: 0 11px 0 7px;
    margin-bottom: 14px
}

.footer__nav-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 69%;
    background-color: #fff;
    left: 0;
    bottom: 2px
}

.footer__nav-item:first-of-type {
    padding-left: 0
}

.footer__nav-item:first-of-type:before {
    content: none
}

@media (max-width: 1279.98px) {
    .footer__nav-item {
        text-align: right;
        padding: 0 5px
    }
}

.footer__nav-item-link {
    color: #fff;
    font-family: NeusaNextProRegular, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

@media (max-width: 1279.98px) {
    .footer__nav-item-link {
        font-size: 9pt
    }
}

.footer__rights {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

@media (max-width: 1279.98px) {
    .footer__rights {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.footer__right-logo {
    position: absolute;
    top: 0;
    right: 90pt;
    max-width: 159px
}

@media (max-width: 1279.98px) {
    .footer__right-logo {
        position: relative;
        top: auto;
        right: auto
    }
}

.footer__copy {
    font-family: NeusaNextProRegular, serif;
    margin-left: 0;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block
}

@media (max-width: 1279.98px) {
    .footer__copy {
        margin-left: 30px;
        max-width: 150px
    }
}

.language-selector .language-selector__link--selected {
    pointer-events: none
}

@media (max-width: 1279.98px) {
    .language-selector {
        position: fixed !important;
        height: calc(100vh - 59px) !important
    }
}

@media (min-width: 1280px) {
    .language-selector {
        position: absolute !important
    }

    .language-selector .cmp-languagenavigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.region-toggler {
    overflow-y: scroll
}

@media (min-width: 1280px) {
    .region-toggler {
        overflow-y: visible
    }
}

@supports (-webkit-touch-callout:none) {
    @media only screen and (orientation: landscape) {
        .region-toggler {
            padding-bottom: 180px
        }
    }@media only screen and (orientation: portrait) {
    .region-toggler {
        padding-bottom: 200px
    }
}
}

.region-dropdown .region-dropdown__link--selected {
    pointer-events: none
}

@media (max-width: 1279.98px) {
    .region-dropdown {
        position: fixed !important;
        height: calc(100vh - 59px) !important
    }
}

@media (min-width: 1280px) {
    .region-dropdown {
        position: absolute !important
    }
}




.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.reference-search-results-container {
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .reference-search-results-container {
        padding-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .reference-search-results-container {
        padding-bottom: 77px
    }
}




.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.tab-menu-container {
    padding-top: 9pt
}

@media (min-width: 768px) {
    .tab-menu-container {
        padding-top: 0
    }
}

@media (min-width: 1280px) {
    .tab-menu-container {
        padding-top: 2px
    }
}

.tab-menu-container label {
    margin-bottom: 0
}

.tab-menu-container .tab-menu-list {
    padding: 1pc 14px
}

@media (min-width: 768px) {
    .tab-menu-container .tab-menu-list {
        padding: 9pt 46px 19px 38px
    }
}

@media (min-width: 1280px) {
    .tab-menu-container .tab-menu-list {
        padding: 9pt 25px 18px 31px
    }
}

.tab-menu-container .tab-menu-list .tab-menu-item {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    letter-spacing: .1pc;
    font-family: NeusaNextProRegular, sans-serif;
    margin-top: 6px;
    text-transform: uppercase
}

@media (min-width: 320px) {
    .tab-menu-container .tab-menu-list .tab-menu-item {
        width: 35%
    }
}

@media (min-width: 768px) {
    .tab-menu-container .tab-menu-list .tab-menu-item {
        width: 20%
    }
}

@media (min-width: 1280px) {
    .tab-menu-container .tab-menu-list .tab-menu-item {
        width: 10%
    }
}

.tab-menu-container .tab-menu-list .tab-menu-item a:hover {
    text-decoration: none;
    color: #ccc
}

.tab-menu-container .tab-menu-list .tab-menu-item a:link {
    text-decoration: none;
    color: #333
}

.tab-menu-container .tab-menu-list .tab-menu-item .tab-menu-link {
    outline: none
}

.tab-menu-container .tab-menu-list .tab-menu-item .tab-menu-link.active {
    outline: none;
    border-bottom: 2px solid #333
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.sort-by-container {
    padding-top: 3px;
    position: relative;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.sort-by-container .dropdown .sort-by-label {
    font-size: .75rem;
    text-transform: uppercase;
    font-family: NeusaNextProRegular, sans-serif
}

.sort-by-container .dropdown .sort-by-label:after {
    content: "";
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black-2.svg);
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 11px;
    margin-top: 5px;
    display: inline-block
}

.sort-by-container .dropdown.show .sort-by-label:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: 0 20%;
    transform-origin: 0 20%;
    -webkit-transition: rotateX .5s ease-out;
    transition: rotateX .5s ease-out
}

.sort-by-container .dropdown-menu {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    background-color: #f5f5f5;
    padding: 15px 19px;
    text-align: right;
    width: 122px;
    min-width: auto;
    left: inherit !important;
    right: 0 !important;
    top: 40px !important;
    -webkit-transform: none !important;
    transform: none !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .26);
    border-radius: 0;
    border: none
}

.sort-by-container .dropdown-menu .red {
    color: #da291c
}

.sort-by-container .dropdown-menu a {
    display: block;
    font-family: NeusaNextProRegular, sans-serif !important;
    color: #333;
    letter-spacing: 1px;
    font-size: .625rem !important;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500 !important
}

.sort-by-container .dropdown-menu a.red, .sort-by-container .dropdown-menu a:hover {
    color: #da291c;
    font-family: NeusaNextProRegular, sans-serif !important;
    font-weight: 900 !important
}

@media (min-width: 1280px) {
    .sort-by-container {
        border-left: 1px solid #333;
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .sort-by-container {
        -webkit-align-self: center;
        align-self: center
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.active-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: .5rem;
    padding: 4px;
    border: 1px solid #da291c;
    background-color: #fff;
    color: #da291c
}

.active-filter__cross {
    margin: 0 4px;
    background-size: cover;
    -webkit-align-self: center;
    align-self: center;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat
}

.active-filter__clear {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 4px;
    color: #888
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

@media (min-width: 1280px) {
    .results-list-container {
        padding: 0 0 55px
    }
}

.results-list-container .headline-section {
    box-sizing: border-box;
    color: #fff;
    background-color: #333;
    width: 100%;
    padding: 10px 10px 10px 21px
}

@media (min-width: 768px) {
    .results-list-container .headline-section {
        padding: 10px 10px 10px 0
    }
}

@media (min-width: 1280px) {
    .results-list-container .headline-section {
        padding: 10px 10px 10px 15px
    }
}

.results-list-container .headline-section .headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: .75rem;
    letter-spacing: .9pt;
    color: #fff
}

@media (min-width: 768px) {
    .results-list-container .headline-section .headline {
        padding: 2px 0 2px 38px;
        font-size: .875rem;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1280px) {
    .results-list-container .headline-section .headline {
        padding-left: 0;
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        line-height: normal
    }
}

@media (min-width: 768px) {
    .results-list-container .result-links-container {
        padding: 15px 0 0
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container {
        padding: 0
    }
}

.results-list-container .result-links-container .result-links {
    color: #333;
    padding: 20px 25px 0
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links {
        padding: 25px 51px 0 53px
    }

    .results-list-container .result-links-container .result-links:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links {
        padding: 25px 84px 0 25px
    }
}

.results-list-container .result-links-container .result-links .date {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .625rem;
    letter-spacing: .9px;
    padding-bottom: 9px;
    display: block;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .date {
        font-size: .6875rem;
        letter-spacing: 1px;
        float: right;
        padding-bottom: 4px
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links .date {
        font-size: 1rem;
        letter-spacing: 0;
        text-transform: capitalize
    }
}

.results-list-container .result-links-container .result-links .sub-headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    letter-spacing: 1.4px;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #333
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .sub-headline {
        font-size: 1rem;
        letter-spacing: .1pc
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links .sub-headline {
        padding-bottom: 2px
    }
}

.results-list-container .result-links-container .result-links .link {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    letter-spacing: 0;
    display: inline-block;
    padding-bottom: 10px;
    word-break: break-all
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .link {
        font-size: 1rem
    }
}

.results-list-container .result-links-container .result-links .body-copy {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 17px;
    color: #1a1a1a;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .results-list-container .result-links-container .result-links .body-copy {
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links .body-copy {
        padding-bottom: 27px;
        font-size: .875rem;
        line-height: 21px
    }
}

.results-list-container .result-links-container .result-links .body-copy strong {
    font-weight: 700;
    font-family: NeusaNextProRegular, sans-serif
}

.results-list-container .result-links-container .result-links .separator {
    display: block;
    border-bottom: .1px solid #888
}

.results-list-container .result-links-container .result-links:last-of-type {
    padding-bottom: 20px
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links:last-of-type .separator {
        display: block;
        border-bottom: .1px solid #888
    }
}

.results-list-container .result-links-container .result-links:last-child .separator {
    display: none
}

@media (min-width: 1280px) {
    .results-list-container .result-links-container .result-links:last-child .separator {
        display: block
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.result-count-container {
    box-sizing: border-box;
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 14px 24px;
    margin-bottom: 15px;
    position: relative;
    height: 83px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.result-count-container.zero-document {
    height: 47px
}

@media (min-width: 768px) {
    .result-count-container {
        margin-bottom: 10px;
        height: inherit;
        padding: 9pt 3pc 9pt 38px
    }
}

@media (min-width: 1280px) {
    .result-count-container {
        margin-bottom: 18px;
        padding-right: 43px;
        padding-left: 24px
    }
}

.result-count-container .filter-results-label {
    font-size: .875rem;
    color: #333;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.result-count-container .filter-results-label.v-hidden {
    visibility: hidden
}

@media (min-width: 768px) {
    .result-count-container .filter-results-label {
        font-size: .75rem;
        position: relative;
        z-index: 1
    }
}

@media (min-width: 1280px) {
    .result-count-container .filter-results-label {
        font-size: .875rem;
        width: calc(18.75% - 9pt)
    }
}

.result-count-container .filter-results-label a.filter-anchor:hover {
    text-decoration: none
}

.result-count-container .filter-results-label a span {
    text-decoration: underline
}

.result-count-container .filter-results-label a span.filter-label {
    text-decoration: none;
    position: relative;
    top: 3px
}

@media (min-width: 768px) {
    .result-count-container .filter-results-label a span.filter-label {
        width: 150px;
        border-right: 2px solid #333
    }
}

@media (min-width: 1280px) {
    .result-count-container .filter-results-label .filter-result-text {
        position: relative;
        top: 3px;
        width: calc(100% - 30px);
        border-right: 2px solid #333
    }
}

.result-count-container .result-count {
    font-size: .875rem;
    color: #da291c;
    position: absolute;
    left: 0;
    width: 100%;
    top: 14px;
    text-align: center
}

@media (min-width: 768px) {
    .result-count-container .result-count {
        font-size: .875rem
    }
}

@media (min-width: 1280px) {
    .result-count-container .result-count {
        font-size: 1rem;
        top: 11px
    }
}

.result-count-container .result-count .grey-font {
    color: #333
}

.result-count-container .result-count.search-term {
    padding-left: 24px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .result-count-container .result-count.search-term {
        position: static;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: left;
        padding-left: 10px
    }
}

@media (min-width: 1280px) {
    .result-count-container .result-count.search-term {
        padding-left: 10px
    }
}

.result-count-container .filtersort-3 {
    -webkit-align-self: flex-end;
    align-self: flex-end
}

@media (min-width: 768px) {
    .result-count-container .filtersort-3 {
        -webkit-align-self: center;
        align-self: center
    }
}

.result-count-container .filtersort-3 ul {
    text-align: center;
    height: 20px;
    line-height: 20px;
    float: right
}

.result-count-container .filtersort-3 ul li {
    padding: 0 20px;
    display: inline-block
}

.result-count-container .filtersort-3 ul li:last-child {
    padding-right: 0
}

@media (min-width: 1280px) {
    .result-count-container .filtersort-3 ul li:last-child {
        border-right: none;
        border-left: 2px solid #333
    }
}

.result-count-container .filtersort-3 ul li:first-child {
    padding-left: 0
}

.result-count-container .filtersort-3 ul li.list-icon {
    padding: 0;
    border: none;
    float: right
}

.result-count-container .filtersort-3 ul li a {
    display: block;
    font-size: .75rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase
}

.result-count-container .filtersort-3 ul li a.red {
    font-family: NeusaNextProRegular, sans-serif
}

.result-count-container .filtersort-3 ul li .map-icon {
    position: relative;
    padding-right: 27px;
    cursor: pointer
}

.result-count-container .filtersort-3 ul li .map-icon:after {
    background-image: url(/../assets/icon/icon-map-view.svg);
    width: 20px
}

.result-count-container .filtersort-3 ul li .map-icon.list-icon:after, .result-count-container .filtersort-3 ul li .map-icon:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.result-count-container .filtersort-3 ul li .map-icon.list-icon:after {
    background-image: url(/../assets/icon/icon-list-view.svg);
    width: 22px
}

.result-count-container .filtersort-3 ul li .sort-icon {
    position: relative;
    padding-right: 15px
}

.result-count-container .filtersort-3 ul li .sort-icon:after {
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black.svg);
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.result-count-container .filtersort-3 ul li .sort-by-container {
    padding-left: 0;
    border-left: none;
    padding-top: 0
}

@media (min-width: 1280px) {
    .result-count-container .filtersort-3 ul li .sort-by-container {
        padding-left: 10px
    }
}

.result-count-container .filtersort-3 ul li .sort-by-container .dropdown .sort-by-label:after {
    margin-top: 7px
}

@media (min-width: 1280px) {
    .result-count-container .filtersort-3 ul li .sort-by-container .dropdown .sort-by-label:after {
        margin-top: 5px
    }
}

@media (min-width: 768px) {
    .result-count-container.global-doc-result-container {
        padding: 11px 3pc 11px 23px
    }
}

@media (min-width: 1280px) {
    .result-count-container.global-doc-result-container {
        padding: 11px 43px 11px 23px
    }
}

.document-container .result-count-container .filtersort-3 ul li:last-child {
    border-left: none
}

@media (min-width: 1280px) {
    .document-container .global-search-results-container {
        padding: 0 8px 60px 4px
    }
}

@media (min-width: 1280px) {
    .document-container .docs-list-container .bottom-cta-container {
        padding: 35px 0 0
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

@media (min-width: 1280px) {
    .references-list-container {
        padding: 0 0 55px
    }
}

.references-list-container .headline-section {
    box-sizing: border-box;
    color: #fff;
    background-color: #333;
    width: 100%;
    padding: 10px 10px 10px 21px
}

@media (min-width: 768px) {
    .references-list-container .headline-section {
        padding: 10px 10px 10px 0
    }
}

@media (min-width: 1280px) {
    .references-list-container .headline-section {
        padding: 10px 10px 10px 15px
    }
}

.references-list-container .headline-section .headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: .75rem;
    letter-spacing: .9pt;
    color: #fff
}

@media (min-width: 768px) {
    .references-list-container .headline-section .headline {
        padding: 2px 0 2px 38px;
        font-size: .875rem;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1280px) {
    .references-list-container .headline-section .headline {
        padding-left: 0;
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        line-height: normal
    }
}

@media (min-width: 768px) {
    .references-list-container .references-container {
        padding: 15px 0 0
    }
}

@media (min-width: 1280px) {
    .references-list-container .references-container {
        padding: 0
    }
}

.references-list-container .references-container .reference-tile {
    color: #333;
    padding: 20px 25px 0
}

@media (min-width: 768px) {
    .references-list-container .references-container .reference-tile {
        padding: 25px 51px 0 53px
    }

    .references-list-container .references-container .reference-tile:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (min-width: 1280px) {
    .references-list-container .references-container .reference-tile {
        padding: 25px 84px 0 25px
    }
}

.references-list-container .references-container .reference-tile .date {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .625rem;
    letter-spacing: .9px;
    padding-bottom: 9px;
    display: block;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .references-list-container .references-container .reference-tile .date {
        font-size: .6875rem;
        letter-spacing: 1px;
        float: right;
        padding-bottom: 4px
    }
}

@media (min-width: 1280px) {
    .references-list-container .references-container .reference-tile .date {
        font-size: 1rem;
        letter-spacing: 0;
        text-transform: capitalize
    }
}

.references-list-container .references-container .reference-tile .sub-headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    letter-spacing: 1.4px;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #333
}

@media (min-width: 768px) {
    .references-list-container .references-container .reference-tile .sub-headline {
        font-size: 1rem;
        letter-spacing: .1pc
    }
}

@media (min-width: 1280px) {
    .references-list-container .references-container .reference-tile .sub-headline {
        padding-bottom: 2px
    }
}

.references-list-container .references-container .reference-tile .link {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    letter-spacing: 0;
    display: inline-block;
    padding-bottom: 10px;
    word-break: break-all
}

@media (min-width: 768px) {
    .references-list-container .references-container .reference-tile .link {
        font-size: 1rem
    }
}

.references-list-container .references-container .reference-tile .body-copy {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 17px;
    color: #1a1a1a;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .references-list-container .references-container .reference-tile .body-copy {
        line-height: 20px
    }
}

@media (min-width: 1280px) {
    .references-list-container .references-container .reference-tile .body-copy {
        padding-bottom: 27px;
        font-size: .875rem;
        line-height: 21px
    }
}

.references-list-container .references-container .reference-tile .body-copy strong {
    font-weight: 700;
    font-family: NeusaNextProRegular, sans-serif
}

.references-list-container .references-container .reference-tile .separator {
    display: block;
    border-bottom: .1px solid #888
}

.references-list-container .references-container .reference-tile:last-of-type {
    padding-bottom: 20px
}

@media (min-width: 1280px) {
    .references-list-container .references-container .reference-tile:last-of-type .separator {
        display: block;
        border-bottom: .1px solid #888
    }
}

.references-list-container .references-container .reference-tile:last-child .separator {
    display: none
}

@media (min-width: 1280px) {
    .references-list-container .references-container .reference-tile:last-child .separator {
        display: block
    }
}

#back-img {
    background-position: 50%;
    background-size: cover
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.bg-grey {
    background-color: #d0d0ce
}

.references-filters {
    width: 100%;
    padding: 10px 22px 40px
}

@media (min-width: 768px) {
    .references-filters {
        padding: 0 53px
    }
}

@media (min-width: 1280px) {
    .references-filters {
        padding: 0 95px 0 88px
    }
}

.references-filters .selected-filter-box .selected-filters {
    padding-left: 0
}

.references-filters .selected-filter-box .selected-filters .selected-filter .active-filter__clear {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: .5rem;
    padding: 4px;
    color: #888
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.reference-filter {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: .5rem 0;
    position: relative
}

.reference-filter__header.collapsed .reference-filter__arrow-indicator {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.reference-filter__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #000;
    border-top: none
}

.reference-filter__content label {
    padding: .5rem;
    margin-bottom: 0;
    width: 100%
}

.reference-filter__content label:hover {
    background-color: #da291c;
    color: #fff
}

.reference-filter__content input {
    margin: 4px
}

.reference-filter__select {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    border: 2px solid #da291c;
    background-color: #fff;
    height: 3.5rem;
    color: #da291c
}

.reference-filter__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.reference-filter__arrow-indicator {
    margin: 0 2px;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-right-red.svg);
    width: 9pt;
    height: 9pt;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 1280px) {
    .reference-filter {
        padding: 2rem 0
    }

    .reference-filter__content {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }

    .reference-filter__content.show {
        z-index: 99
    }

    .reference-filter__content.collapsing {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        z-index: 99
    }

    .reference-filter__select {
        width: 100%
    }
}


.third-level-container > li:first-child {
    padding-top: 8px
}

.third-level-container .global-doc-checkbox {
    margin-top: 6px;
    margin-left: 4px
}




.color-black {
    color: #000
}

.color-white {
    color: #fff
}

@media (min-width: 1280px) {
    .docs-list-container {
        padding: 0 0 10px
    }
}

.docs-list-container .headline-section {
    box-sizing: border-box;
    color: #fff;
    background-color: #333;
    width: 100%;
    z-index: 1;
    -webkit-transition: box-sizing 5s ease-in-out;
    transition: box-sizing 5s ease-in-out;
    padding: 8px 10px 8px 21px
}

@media (min-width: 768px) {
    .docs-list-container .headline-section {
        padding: 8px 10px 8px 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .headline-section {
        padding: 8px 34px 8px 21px
    }
}

@media (min-width: 768px) {
    .docs-list-container .headline-section.fixed-document-cta {
        top: 75pt;
        position: fixed;
        width: 100%;
        box-sizing: content-box
    }
}

@media (min-width: 1280px) {
    .docs-list-container .headline-section.fixed-document-cta {
        top: 154px
    }
}

.docs-list-container .headline-section .headline {
    font-family: NeusaNextProRegular, sans-serif;
    font-weight: 900;
    font-size: .75rem;
    letter-spacing: .9pt;
    text-transform: uppercase;
    color: #fff
}

@media (min-width: 768px) {
    .docs-list-container .headline-section .headline {
        padding: 2px 0 2px 38px;
        font-size: .875rem;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .headline-section .headline {
        padding-left: 15px;
        font-size: 1.125rem;
        letter-spacing: 1.8px;
        line-height: normal
    }
}

.docs-list-container .select-multiple {
    font-family: NeusaNextProRegular, sans-serif;
    font-style: italic;
    color: #fff;
    display: none;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .docs-list-container .select-multiple {
        display: inline-block;
        text-decoration: underline;
        font-size: .75rem;
        letter-spacing: .9pt;
        padding-right: 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .select-multiple {
        font-size: .9375rem;
        letter-spacing: 1.5px;
        padding-right: 0
    }
}

.docs-list-container .multiselect-floating-container {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 50px;
    z-index: 9
}

@media (min-width: 768px) {
    .docs-list-container .multiselect-floating-container {
        display: block
    }
}

.docs-list-container .multiselect-floating-container__wrapper {
    display: none;
    z-index: 1031;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .25)
}

@media (min-width: 768px) {
    .docs-list-container .multiselect-floating-container__wrapper {
        display: block
    }
}

.docs-list-container .multiselect-floating-container.open {
    z-index: 1032
}

.docs-list-container .multiselect-floating-container.open .multiselect-floating-container__content {
    display: block;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.docs-list-container .multiselect-floating-container.open .multiselect-floating-container__cta-bar {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width: 768px) {
    .docs-list-container .multiselect-floating-container__heading {
        padding: 9pt 46px 19px 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .multiselect-floating-container__heading {
        padding: 9pt 25px 18px 31px
    }
}

.docs-list-container .multiselect-floating-container__heading h1 {
    text-transform: uppercase;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 1.14px;
    color: #333
}

.docs-list-container .multiselect-floating-container__heading .sub-heading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #898989
}

.docs-list-container .multiselect-floating-container__heading .clear-all {
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .91px;
    text-decoration: underline;
    font-size: 1rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    position: absolute;
    top: 20px;
    right: 40px
}

.docs-list-container .multiselect-floating-container__close {
    position: absolute;
    top: 20px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat
}

.docs-list-container .multiselect-floating-container__content {
    display: none;
    position: relative;
    padding: 0;
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, .25);
    border: 1px solid #ccc;
    background-color: #fff
}

.docs-list-container .multiselect-floating-container__cta-bar {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px;
    background-color: #333;
    border-radius: 7px
}

.docs-list-container .multiselect-floating-container__cta-bar_txt {
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif;
    color: #ccc
}

.docs-list-container .multiselect-floating-container__cta-bar .icon {
    margin-right: 10px
}

.docs-list-container .multiselect-floating-container .view-docs {
    margin-right: 15px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 9px 10px;
    background-color: #da291c;
    font-size: 1rem;
    font-weight: 900;
    line-height: normal;
    letter-spacing: .91px;
    color: #fff;
    font-family: NeusaNextProRegular, sans-serif;
    text-decoration: underline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 344px;
    flex: 0 0 344px
}

.docs-list-container .multiple-select-ctas {
    display: none;
    float: none;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .docs-list-container .multiple-select-ctas {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.docs-list-container .multiple-select-ctas button {
    margin-right: 2pc
}

.docs-list-container .multiple-select-ctas button:last-child {
    margin-right: 0
}

.docs-list-container .bottom-cta-container {
    padding-top: 20px;
    padding-bottom: 40px
}

.docs-list-container .bottom-cta-container:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container {
        padding-left: 52px;
        padding-top: 40px;
        padding-right: 30px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .bottom-cta-container {
        padding-left: 0;
        padding-top: 40px;
        padding-right: 0
    }
}

.docs-list-container .bottom-cta-container .load-more {
    float: none;
    text-align: center
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container .load-more {
        float: left;
        text-align: left
    }
}

.docs-list-container .bottom-cta-container .load-more .button-cta {
    width: 205px;
    letter-spacing: .8px
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container .load-more .button-cta {
        width: 235px;
        letter-spacing: .9pt
    }
}

@media (min-width: 1280px) {
    .docs-list-container .bottom-cta-container .load-more .button-cta {
        width: 275px;
        padding: 6px 18px 6px 1pc
    }
}

.docs-list-container .bottom-cta-container .multiple-select-ctas {
    float: right
}

.docs-list-container .bottom-cta-container .multiple-select-ctas .select-multiple {
    color: #333
}

@media (min-width: 768px) {
    .docs-list-container .bottom-cta-container .multiple-select-ctas .select-multiple {
        padding-right: 10px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .bottom-cta-container .multiple-select-ctas .select-multiple {
        padding-right: 15px
    }
}

.docs-list-container .docs-list-wrapper {
    padding-top: 9pt
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper {
        padding-top: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper {
        padding-top: 2px
    }
}

.docs-list-container .docs-list-wrapper label {
    margin-bottom: 0
}

.docs-list-container .docs-list-wrapper .data-row {
    padding: 1pc 14px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row {
        padding: 9pt 46px 19px 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row {
        padding: 9pt 25px 18px 31px
    }
}

.docs-list-container .docs-list-wrapper .data-row .description a {
    color: #333 !important
}

.docs-list-container .docs-list-wrapper .data-row.alternate:nth-of-type(2n) {
    background-color: hsla(0, 0%, 100%, .3)
}

.docs-list-container .docs-list-wrapper .data-row.alternate:nth-of-type(odd) {
    background-color: hsla(0, 0%, 80%, .3)
}

.docs-list-container .docs-list-wrapper .data-row.alternate .icon-col .icon {
    margin: 0 auto
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row.alternate .icon-col {
        width: 49px;
        text-align: center;
        margin-top: 0;
        padding-right: 75px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row.alternate .icon-col {
        width: 12%;
        padding-right: 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row.alternate .checkbox-col ~ .date-col {
        width: 25%
    }
}

.docs-list-container .docs-list-wrapper .data-row:nth-of-type(2n) {
    background-color: hsla(0, 0%, 80%, .3)
}

.docs-list-container .docs-list-wrapper .data-row:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .3)
}

.docs-list-container .docs-list-wrapper .data-row .icon-col {
    width: 25px;
    text-align: center;
    margin-top: 14px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .icon-col {
        width: 49px;
        text-align: left;
        margin-top: 0;
        padding-right: 75px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .icon-col {
        width: 6%;
        text-align: center;
        padding-right: 38px
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-col {
    display: none
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col {
        width: 16%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        font-family: NeusaNextProRegular, sans-serif;
        font-size: 1rem;
        letter-spacing: 0;
        color: #333
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col {
        font-size: 1rem;
        width: 14%;
        text-align: center
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-col.date-col-data {
    text-align: left;
    padding-top: 4px
}

.docs-list-container .docs-list-wrapper .data-row .date-col .date {
    margin-top: 7px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col .date {
        padding-left: 9%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col .date {
        margin-top: 0;
        padding-left: 6%
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-col .description a {
    color: #333
}

.docs-list-container .docs-list-wrapper .data-row .date-col label {
    margin: 0 auto
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col label {
        margin-left: 24%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-col label {
        margin-left: 29.5%
    }
}

.docs-list-container .docs-list-wrapper .data-row .description-col {
    display: none;
    line-height: normal
}

.docs-list-container .docs-list-wrapper .data-row .description-col.update-doc {
    position: relative
}

.docs-list-container .docs-list-wrapper .data-row .description-col.update-doc .document-title {
    width: 90%
}

.docs-list-container .docs-list-wrapper .data-row .description-col.update-doc .icon.reload {
    position: absolute;
    top: 1px;
    right: 1px
}

.docs-list-container .docs-list-wrapper .data-row .description-col .description {
    margin-top: 4px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .description-col .description {
        margin-bottom: 4px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .description-col {
        width: 50%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        text-align: left;
        padding-right: 19px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .description-col {
        width: 53.3%;
        font-size: 1rem;
        padding-right: 1px
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .document-title, .docs-list-container .docs-list-wrapper .data-row .description-col .document-title {
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #333
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .description, .docs-list-container .docs-list-wrapper .data-row .description-col .description {
    font-size: .875rem;
    max-height: 58px;
    overflow: hidden;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col .description, .docs-list-container .docs-list-wrapper .data-row .description-col .description {
        font-size: 1rem;
        max-height: none;
        margin-bottom: 2px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col .description, .docs-list-container .docs-list-wrapper .data-row .description-col .description {
        margin-bottom: 4px
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .description a, .docs-list-container .docs-list-wrapper .data-row .description-col .description a {
    color: #333
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .product-type, .docs-list-container .docs-list-wrapper .data-row .description-col .product-type {
    font-size: .75rem
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col .product-type, .docs-list-container .docs-list-wrapper .data-row .description-col .product-type {
        font-size: .875rem
    }
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .product-type-text, .docs-list-container .docs-list-wrapper .data-row .description-col .product-type-text {
    font-family: NeusaNextProRegular, sans-serif
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col {
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 0;
    color: #000;
    overflow: hidden;
    width: 71.8%;
    box-sizing: border-box;
    padding: 0 10px 0 18px;
    line-height: normal
}

.docs-list-container .docs-list-wrapper .data-row .date-description-col .date {
    font-size: .5625rem
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col {
        display: none;
        padding-right: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-description-col {
        display: none
    }
}

.docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col {
    width: 17%;
    text-align: center
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col {
        width: 12%
    }
}

.docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .remove-cta {
    margin-top: 1pc
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .remove-cta {
        margin-top: 4px
    }
}

.docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .add-cta {
    margin-top: 21px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .add-remove-to-list-col .add-cta {
        margin-top: 4px
    }
}

.docs-list-container .docs-list-wrapper .data-row .download-col {
    width: 31px;
    text-align: center;
    margin-top: 14px;
    margin-right: 15px
}

.docs-list-container .docs-list-wrapper .data-row .download-col .download-cta {
    margin-top: 7px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col .download-cta {
        margin-top: 4px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col .download-cta {
        margin-top: 2px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col {
        margin-top: 0;
        width: 13.5%;
        padding-right: 25px;
        margin-right: 0
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .download-col {
        width: 12.5%;
        padding-right: 25px
    }
}

.docs-list-container .docs-list-wrapper .data-row .mail-col {
    width: 26px;
    text-align: center;
    margin-top: 14px
}

.docs-list-container .docs-list-wrapper .data-row .mail-col .mail-cta {
    margin-top: 7px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col .mail-cta {
        margin-top: 4px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col .mail-cta {
        margin-top: 2px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col {
        margin-top: 0;
        width: 5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .mail-col {
        text-align: right
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-logged-in-col {
        width: 14%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-logged-in-col label {
        margin-left: 46.5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .date-logged-in-col .date {
        padding-left: 17%
    }
}

.docs-list-container .docs-list-wrapper .data-row .checkbox-col.checkbox-col-data {
    padding-left: 1%;
    padding-top: 4px
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col.checkbox-col-data {
        padding-top: 8px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col {
        width: 12%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col {
        width: 8.5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .date-col {
        width: 18%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .date-col label {
        margin-left: 46.5%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .date-col .date {
        padding-left: 23%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .data-row .checkbox-col ~ .description-col {
        width: 55.3%
    }
}

.docs-list-container .docs-list-wrapper .heading-row {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .heading-row {
        padding: 15px 46px 15px 38px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .heading-row {
        padding: 20px 25px 7px 31px
    }
}

.docs-list-container .docs-list-wrapper .heading-row label {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .75rem;
    letter-spacing: 1.09px;
    color: #888;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .heading-row label {
        font-size: .625rem
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .heading-row label {
        font-size: .6875rem;
        letter-spacing: 1px;
        margin: 0 auto
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .heading-row .description-col label {
        margin-left: 0
    }
}

.docs-list-container .docs-list-wrapper .heading-row div {
    font-size: .75rem !important;
    line-height: normal !important
}

.docs-list-container .docs-list-wrapper .icon.plus {
    width: 22px;
    height: 19px
}

.docs-list-container .docs-list-wrapper .icon.dwg, .docs-list-container .docs-list-wrapper .icon.pdf {
    width: 25px;
    height: 25px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .icon.dwg, .docs-list-container .docs-list-wrapper .icon.pdf {
        width: 30px;
        height: 30px
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper .icon.dwg, .docs-list-container .docs-list-wrapper .icon.pdf {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper .icon.mail.black {
        width: 30px;
        height: 20px
    }
}

.docs-list-container .docs-list-wrapper .icon.download {
    width: 21px;
    height: 20px
}

@media (min-width: 768px) {
    .docs-list-container .docs-list-wrapper.add-list-on-login .description-col {
        width: 67%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper.add-list-on-login .description-col {
        width: 63.3%
    }
}

@media (min-width: 1280px) {
    .docs-list-container .docs-list-wrapper.add-list-on-login .download-col {
        width: 11.5%
    }
}

.docs-list-container form {
    margin: 0
}




.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.options .cmp-form-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 530px;
    margin: 1rem auto
}

.options .cmp-form-options--drop-down label {
    text-align: left;
    font-family: NeusaNextProRegular, sans-serif;
    margin-bottom: 4px
}

.options .cmp-form-options--drop-down select {
    background: #fafafa 0 0 no-repeat padding-box;
    border: 1px solid #cfcfcf;
    opacity: 1;
    padding: 1PX 4PX
}

.options .cmp-form-options--checkbox .cmp-form-options__field-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.options .cmp-form-options--checkbox .cmp-form-options__field-label input {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .058823529411764705);
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    opacity: 1
}

.options .cmp-form-options--checkbox .cmp-form-options__field-description {
    text-align: left;
    margin-left: 8px
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.button {
    display: inline-block;
    margin: 1rem
}

.button .cmp-form-button {
    float: right;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1.125rem;
    border: 2px solid #da291c;
    display: inline-block;
    line-height: 27px;
    letter-spacing: .9pt;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none;
    background-color: #da291c;
    color: #fff
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.title h1 {
    font-size: 1.875rem;
    font-weight: 500
}

.title h1, .title h2 {
    letter-spacing: 0;
    color: #da291c
}

.title h2 {
    font-size: 1.6rem
}

.title h3 {
    font-size: 1.4rem
}

.title h3, .title h4 {
    letter-spacing: 0;
    color: #da291c
}

.title h4 {
    font-size: 1rem
}

.title h5 {
    font-size: .8rem;
    letter-spacing: 0;
    color: #da291c
}

.title--white .cmp-title h1, .title--white .cmp-title h2, .title--white .cmp-title h3, .title--white .cmp-title h4, .title--white .cmp-title h5 {
    color: #fff
}

.title--black .cmp-title h1, .title--black .cmp-title h2, .title--black .cmp-title h3, .title--black .cmp-title h4, .title--black .cmp-title h5 {
    color: #000
}

.heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5 {
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 0
}

.heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5 {
    font-size: 1.6rem;
    letter-spacing: 0;
    color: #da291c
}

.heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5 {
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #da291c
}

.heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5 {
    font-size: 1rem;
    letter-spacing: 0
}

.heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5 {
    font-size: .8rem;
    letter-spacing: 0;
    line-height: 1rem
}

@media (min-width: 768px) {
    .title .cmp-title h1 {
        font-size: 3.875rem;
        line-height: 5.5rem
    }

    .title .cmp-title h2 {
        font-size: 3rem;
        line-height: 3.2rem
    }

    .title.heading--1 h1, .title.heading--1 h2, .title.heading--1 h3, .title.heading--1 h4, .title.heading--1 h5 {
        font-size: 3.875rem;
        font-weight: 500
    }

    .title.heading--2 h1, .title.heading--2 h2, .title.heading--2 h3, .title.heading--2 h4, .title.heading--2 h5 {
        font-size: 3rem;
        line-height: 3.4rem
    }

    .title.heading--3 h1, .title.heading--3 h2, .title.heading--3 h3, .title.heading--3 h4, .title.heading--3 h5 {
        font-size: 2rem;
        line-height: 2.4rem
    }

    .title.heading--4 h1, .title.heading--4 h2, .title.heading--4 h3, .title.heading--4 h4, .title.heading--4 h5 {
        font-size: 1.8rem;
        line-height: 2.2rem
    }

    .title.heading--5 h1, .title.heading--5 h2, .title.heading--5 h3, .title.heading--5 h4, .title.heading--5 h5 {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.tile {
    background-color: #fff;
    max-width: 90pc;
    margin: 0 auto;
    padding: 0 20px
}

@media (min-width: 1280px) {
    .tile {
        padding: 0 90pt
    }
}

.tile--disable-last-separator .tile__box:last-of-type {
    padding-bottom: 0 !important
}

.tile--disable-last-separator .tile__box:last-of-type .tile__divider {
    display: none
}

.tile__box {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 30px
}

@media (min-width: 1280px) {
    .tile__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding-bottom: 87px;
        margin-bottom: 60px
    }
}

.tile__image-wrap {
    margin-bottom: 25px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    display: block
}

.tile__image-wrap img {
    height: 227px;
    height: 100%;
    width: 100%;
    max-width: 585px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1280px) {
    .tile__image-wrap {
        margin-bottom: 0;
        width: calc(50% - 15px)
    }

    .tile__image-wrap img {
        height: 25pc
    }
}

@media (min-width: 1280px) {
    .tile__content {
        width: calc(50% - 15px);
        margin-right: 30px
    }
}

.tile__title {
    display: block;
    margin-bottom: 9pt;
    color: #000;
    font-weight: 500
}

.tile__title:hover {
    color: #000;
    text-decoration: none
}

.tile__title:focus {
    color: #000;
    outline: 2px solid #2590ef
}

.tile__title--link {
    display: inline-block
}

.tile__description {
    display: block;
    margin-bottom: 26px;
    color: #000
}

@media (min-width: 1280px) {
    .tile__category-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width: 1280px) {
    .tile__category-group {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1
    }
}

.tile__category-title {
    margin-bottom: 8px
}

.tile__category-title.hide {
    visibility: hidden;
    height: 0
}

.tile__list {
    padding-left: 10px;
    margin-bottom: 28px
}

@media (min-width: 1280px) {
    .tile__list {
        display: block !important;
        margin-bottom: 20px
    }
}

.tile__item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px
}

.tile__item:before {
    content: "";
    position: absolute;
    top: 9pt;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000
}

@media (min-width: 1280px) {
    .tile__item {
        width: 100% !important;
        margin-bottom: 10px
    }
}

.tile__link {
    display: inline-block;
    color: #000;
    text-decoration: underline
}

.tile__link:hover {
    color: #da291c
}

.tile__link:focus {
    outline: 2px solid #2590ef
}

.tile__cta-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    margin-left: 10px;
    position: relative;
    top: -2px
}

.tile__divider {
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.tile__divider:before {
    bottom: 0;
    left: 0;
    width: 226px
}

.tile__divider:after, .tile__divider:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #000
}

.tile__divider:after {
    top: 0;
    right: 0;
    width: calc(100% - 250px)
}

@media (min-width: 1280px) {
    .tile__divider {
        height: 27px
    }

    .tile__divider:before {
        width: 280px
    }

    .tile__divider:after {
        width: calc(100% - 306px)
    }
}

.tile__divider-line {
    position: absolute;
    bottom: 0;
    left: 225px;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #000
}

@media (min-width: 1280px) {
    .tile__divider-line {
        left: 279px
    }
}

.tile__view-all-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px
}

@media (min-width: 1280px) {
    .tile__view-all-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 60px
    }
}

.tile__view-all-icon {
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    filter: invert(100%) sepia(0) saturate(0) hue-rotate(112deg) brightness(111%) contrast(101%);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.text {
    font-family: NeusaNextProRegular, sans-serif
}

.text .cmp-text {
    color: #000
}

.text .cmp-text--small {
    font-size: .875rem
}

.text .cmp-text li, .text .cmp-text ul {
    padding: 0 0 0 40px
}

.text .cmp-text ol {
    padding-left: 3pc
}

.text .cmp-text ol > li {
    list-style-type: decimal
}

.text .cmp-text ul li {
    position: relative;
    margin-top: 8px;
    padding-left: 8px
}

.text .cmp-text ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    display: block;
    height: 1.5rem;
    border-left: 2px solid #da291c
}

.text .cmp-text blockquote, .text .cmp-text p {
    margin: 1rem 0
}

.text .cmp-text a {
    color: #000;
    text-underline-position: under;
    text-decoration: underline;
    -webkit-text-decoration-color: #da291c;
    text-decoration-color: #da291c
}

.text .cmp-text a:hover {
    font-family: NeusaNextProRegular, sans-serif
}

.text--small {
    font-size: .875rem
}

.text--white .cmp-text, .text--white .cmp-text a {
    color: #fff
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.taglist li {
    display: inline
}

.taglist li a {
    color: #000;
    margin-right: 5px;
    text-underline-position: under;
    text-decoration: underline;
    -webkit-text-decoration-color: #da291c;
    text-decoration-color: #da291c
}

.taglist li a:hover {
    font-weight: 700;
    font-family: NeusaNextProRegular, sans-serif
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.spacer .cmp-spacer {
    width: 100%;
    height: 1rem
}

.spacer--whitespace-2 .cmp-spacer {
    height: .5rem
}

.spacer--whitespace-4 .cmp-spacer {
    height: 1rem
}

.spacer--whitespace-8 .cmp-spacer {
    height: 2rem
}

.spacer--whitespace-12 .cmp-spacer {
    height: 4rem
}

.spacer--whitespace-16 .cmp-spacer {
    height: 6rem
}

@media (min-width: 1280px) {
    .spacer .cmp-spacer {
        width: 100%;
        height: 4rem
    }

    .spacer--whitespace-2 .cmp-spacer {
        height: 2rem
    }

    .spacer--whitespace-4 .cmp-spacer {
        height: 4rem
    }

    .spacer--whitespace-8 .cmp-spacer {
        height: 8rem
    }

    .spacer--whitespace-12 .cmp-spacer {
        height: 12rem
    }

    .spacer--whitespace-16 .cmp-spacer {
        height: 16rem
    }
}

.fsbpe-solrindexer .indexing-otions-heading {
    background: #d0d0d0;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 23px;
    font-family: Avenir Heavy;
    font-size: 1rem;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #d81e05
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.social-follow, .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.social-follow .cmp-social-share, .social-share .cmp-social-share {
    text-align: center;
    padding: 0;
    border: 1px solid #000;
    border-right: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.5rem 0
}

.social-follow .cmp-social-share__icon, .social-share .cmp-social-share__icon {
    display: inline-block;
    position: relative;
    padding: 2rem
}

.social-follow .cmp-social-share__icon i[class^=fa], .social-share .cmp-social-share__icon i[class^=fa] {
    color: #000
}

.social-follow .cmp-social-share:last-child, .social-share .cmp-social-share:last-child {
    border-right: none
}

.social-follow .cmp-social-share:first-child, .social-share .cmp-social-share:first-child {
    border-left: none
}

.social-follow .cmp-social-share--small, .social-share .cmp-social-share--small {
    padding: 0
}

.social-follow .cmp-social-share--small .cmp-social-share__icon, .social-share .cmp-social-share--small .cmp-social-share__icon {
    padding: 1rem 2rem
}

.social-follow--white .cmp-social-share, .social-share--white .cmp-social-share {
    border: 1px solid #fff;
    border-right: none
}

.social-follow--white .cmp-social-share__icon i[class^=fa], .social-share--white .cmp-social-share__icon i[class^=fa] {
    color: #fff
}

.social-follow--hero-banner .cmp-social-share, .social-share--hero-banner .cmp-social-share {
    margin: 0 0 .7rem
}

.social-follow--black .cmp-social-share, .social-share--black .cmp-social-share {
    border: 1px solid #000;
    border-right: none
}

.social-follow--black .cmp-social-share__icon i[class^=fa], .social-share--black .cmp-social-share__icon i[class^=fa] {
    color: #000
}

div.social-share {
    padding: 0
}

@charset "utf-8";


.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.follow .cmp-social-share a, .follow .cmp-social-share a:hover, .follow .cmp-social-share a:link, .follow .cmp-social-share a:visited {
    color: #fff;
    font-size: 15px;
    margin-right: 15px
}

.follow .cmp-social-share a .fa-facebook:before, .follow .cmp-social-share a:hover .fa-facebook:before, .follow .cmp-social-share a:link .fa-facebook:before, .follow .cmp-social-share a:visited .fa-facebook:before {
    content: ""
}

.follow .cmp-social-share a .fa-pinterest:before, .follow .cmp-social-share a:hover .fa-pinterest:before, .follow .cmp-social-share a:link .fa-pinterest:before, .follow .cmp-social-share a:visited .fa-pinterest:before {
    content: ""
}

.follow .cmp-social-share a .fa-linkedin:before, .follow .cmp-social-share a:hover .fa-linkedin:before, .follow .cmp-social-share a:link .fa-linkedin:before, .follow .cmp-social-share a:visited .fa-linkedin:before {
    content: ""
}

.follow .cmp-social-share a .fa-youtube:before, .follow .cmp-social-share a:hover .fa-youtube:before, .follow .cmp-social-share a:link .fa-youtube:before, .follow .cmp-social-share a:visited .fa-youtube:before {
    content: ""
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.cmp-score-table {
    font-family: NeusaNextProRegular, sans-serif;
    width: 100%;
    margin: 1.5rem 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #d8d8d8
}

.cmp-score-table p {
    white-space: break-spaces
}

.cmp-score-table th, .cmp-score-table tr td {
    border: none
}

.cmp-score-table tr td {
    border: 1px solid #d8d8d8
}

.cmp-score-table__header {
    background-color: #da291c;
    color: #fff
}

.cmp-score-table__header th {
    padding: 1rem;
    text-align: left
}

.cmp-score-table__row > td:first-child {
    font-family: NeusaNextProRegular, sans-serif
}

.cmp-score-table__row :not(:first-child) {
    width: 100%
}

.cmp-score-table__row--footer {
    display: none
}

.cmp-score-table__data-cell {
    padding: 1rem
}

@media (min-width: 768px) {
    .cmp-score-table tr td, th {
        white-space: nowrap
    }
}


.reflist {
    max-width: 90pc;
    margin: 0 auto;
    padding: 40px 20px
}

@media (min-width: 1280px) {
    .reflist {
        padding: 1pc 90pt
    }
}

.reflist__cta-wrapper-top {
    display: none
}

@media (min-width: 1280px) {
    .reflist__cta-wrapper-top {
        display: block
    }
}

.reflist__cta-wrapper-bottom {
    display: block
}

.reflist__cta-wrapper-bottom .reference-call-to-action .cmp-call-to-action {
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0
}

.reflist__cta-wrapper-bottom .reference-call-to-action .cmp-call-to-action__text {
    color: #da291c;
    font-size: 18px
}

.reflist__cta-wrapper-bottom .reference-call-to-action .cmp-call-to-action__icon-- {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%)
}

@media (min-width: 1280px) {
    .reflist__cta-wrapper-bottom {
        display: none
    }
}

.reflist__container {
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

@media (min-width: 1280px) {
    .reflist__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.reflist__container .reference-call-to-action .cmp-call-to-action {
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0
}

.reflist__container .reference-call-to-action .cmp-call-to-action__text {
    color: #da291c
}

.reflist__container .reference-call-to-action .cmp-call-to-action__icon-- {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%)
}

.reflist__container .reflist__m-title-wrap {
    margin-bottom: 30px;
    width: 100%
}

@media (min-width: 1280px) {
    .reflist__container .reflist__m-title-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 60px
    }
}

.reflist__container .reflist__m-title {
    display: inline-block;
    color: #000;
    font-weight: 200
}

.reflist__container .reflist__m-title img {
    display: inline-block;
    width: 21.2px;
    height: 17.5px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: inherit
}

@media (min-width: 768px) {
    .reflist__container .reflist__m-title img {
        width: 32.2px;
        height: 26.6px;
        margin-right: 14px
    }
}

@media (min-width: 1280px) {
    .reflist__container .reflist__m-title img {
        width: 41.2px;
        height: 34px;
        margin-right: 20px
    }
}

.reflist__container .reflist__list:last-of-type .reflist__item {
    padding-bottom: 0
}

.reflist__container .reflist__list:last-of-type .reflist__divider {
    display: none
}

.reflist__container .reflist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 55px
}

.reflist__container .reflist__item.reflist__item--horizontal, .reflist__container .reflist__item.reflist__item--unlimited {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0
}

.reflist__container .reflist__item.reflist__item--horizontal .reflist__image, .reflist__container .reflist__item.reflist__item--unlimited .reflist__image {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px
}

@media (min-width: 1280px) {
    .reflist__container .reflist__item {
        margin-bottom: 30px
    }
}

.reflist__container .reflist__divider {
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.reflist__container .reflist__divider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 85px;
    background-color: #000
}

.reflist__container .reflist__divider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: calc(100% - 110px);
    background-color: #000
}

.reflist__container .reflist__divider .reflist__divider-line {
    position: absolute;
    bottom: 0;
    left: 84px;
    width: 1px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #000
}

@media (min-width: 1280px) {
    .reflist__container .reflist__divider {
        height: 27px
    }

    .reflist__container .reflist__divider:before {
        width: 180px
    }

    .reflist__container .reflist__divider:after {
        width: calc(100% - 206px)
    }

    .reflist__container .reflist__divider .reflist__divider-line {
        left: 179px
    }
}

.reflist__container .reflist__image {
    overflow: hidden;
    margin-right: 1pc;
    height: 6pc;
    width: 6pc;
    min-width: 6pc;
    max-width: 6pc;
    background-size: cover;
    background-repeat: no-repeat
}

.reflist__container .reflist__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1280px) {
    .reflist__container .reflist__image {
        margin-right: 30px;
        height: 174px;
        width: 174px;
        min-width: 174px;
        max-width: 174px
    }
}

.reflist__container .reflist__item-date {
    color: #000;
    display: block;
    margin-bottom: 10px
}

@media (max-width: 1439.98px) {
    .reflist__container .reflist__item-date {
        font-size: 9pt;
        line-height: 14px
    }
}

.reflist__container .reflist__item-title {
    color: #000;
    margin-bottom: 6px
}

.reflist__container .reflist__item-title a {
    color: #000;
    display: block;
    text-decoration: underline
}

@media (min-width: 1280px) {
    .reflist__container .reflist__item-title a {
        text-decoration: none
    }
}

.reflist__container .reflist__item-text {
    color: #000;
    margin-bottom: 8px;
    display: none
}

@media (min-width: 1280px) {
    .reflist__container .reflist__item-text {
        display: block
    }
}

.reflist__container .reflist__item-link {
    display: none
}

.reflist__container .reflist__item-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/ico-arrow-right.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    -webkit-filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    filter: invert(18%) sepia(97%) saturate(3453%) hue-rotate(355deg) brightness(90%) contrast(88%);
    position: relative;
    top: -2px;
    margin-left: 8px
}

@media (min-width: 1280px) {
    .reflist__container .reflist__item-link {
        display: inline-block
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.bg-firestone-grey {
    background-color: #d0d0ce !important
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.fsbpe-productdetailtab .product-detail-tab-wrapper {
    display: none
}

@media (min-width: 1280px) {
    .fsbpe-productdetailtab .product-detail-tab-wrapper {
        display: initial
    }
}

@media (min-width: 1280px) {
    .fsbpe-productdetailtab .sticky-header {
        top: 143px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        left: 0;
        right: 0
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.fsbpe-productbenefit.topLeft .image-bg {
    background-position: 0 0
}

.fsbpe-productbenefit.topCenter .image-bg {
    background-position: top
}

.fsbpe-productbenefit.topRight .image-bg {
    background-position: 100% 0
}

.fsbpe-productbenefit.centerLeft .image-bg {
    background-position: 0
}

.fsbpe-productbenefit.centerRight .image-bg {
    background-position: 100%
}

.fsbpe-productbenefit.bottomLeft .image-bg {
    background-position: 0 100%
}

.fsbpe-productbenefit.bottomCenter .image-bg {
    background-position: bottom
}

.fsbpe-productbenefit.bottomRight .image-bg {
    background-position: 100% 100%
}

.fsbpe-productbenefit.top .image-bg {
    background-position: top
}

.fsbpe-productbenefit.center .image-bg {
    background-position: 50%
}

.fsbpe-productbenefit.bottom .image-bg {
    background-position: bottom
}




.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.fsbpe-imagegallery .image-gallery-box {
    max-width: 90pc;
    margin: 0 auto;
    width: 100%;
    padding: 60px 90pt
}

.fsbpe-imagegallery .image-gallery-box .title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 2pc;
    line-height: 40px;
    font-weight: 200;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    font-size: 56px;
    line-height: 62px
}

.cmp-image {
    position: relative
}

.cmp-image__caption {
    padding: 0 1.5rem;
    word-break: break-all
}

.cmp-image__copyright {
    box-sizing: border-box;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 200;
    line-height: .9;
    color: #000;
    position: absolute;
    bottom: 5px;
    font-style: italic;
    left: 5px;
    font-size: 9pt;
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.topLeft {
    background-position: 0 0
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.topCenter {
    background-position: top
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.topRight {
    background-position: 100% 0
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.centerLeft {
    background-position: 0
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.centerRight {
    background-position: 100%
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.bottomLeft {
    background-position: 0 100%
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.bottomCenter {
    background-position: bottom
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.bottomRight {
    background-position: 100% 100%
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.top {
    background-position: top
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.center {
    background-position: 50%
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg.bottom {
    background-position: bottom
}

.fsbpe-herocarousel .homePageCarouselContainer .bx-slide .white-space:before {
    border-color: #eae6e7 #d0d0ce #fff
}

.fsbpe-herocarousel .homePageCarouselContainer .bx-slide .slide-info, .fsbpe-herocarousel .homePageCarouselContainer .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel .homePageCarouselContainer .bx-slide .slide-info .main-btn--primary-black:before {
    border-color: #d0d0ce transparent transparent
}

.fsbpe-herocarousel .homePageCarouselContainer .bx-slide .slide-info .main-btn--primary-black:after {
    border-color: transparent transparent #d0d0ce
}

.fsbpe-herocarousel .homePageProjectPortfolioContainer .bx-slide .slide-info {
    background-color: #fff !important
}

.fsbpe-herocarousel .homePageProjectPortfolioContainer .bx-slide .slide-info .main-btn:before {
    border-color: #fff transparent transparent
}

.fsbpe-herocarousel .homePageProjectPortfolioContainer .bx-slide .slide-info .main-btn:after {
    border-color: transparent transparent #fff
}

.fsbpe-herocarousel .homePageCarouselContainerCampaign .bx-slide-red .slide-info__content .slide-info__logo {
    margin-bottom: 85px
}

.fsbpe-herocarousel .sideBySideContainer .mobile-wrapper {
    max-width: 90%
}

.fsbpe-herocarousel .sideBySideContainer .mobile-button {
    box-sizing: border-box;
    font-style: normal;
    font-stretch: normal;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    line-height: 22px;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    display: inline-block;
    border-bottom: 4px solid #dc3545;
    color: #000;
    margin: .75rem 0
}

.fsbpe-herocarousel .sideBySideContainer .mobile-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    padding-left: 1rem
}

.fsbpe-herocarousel .sideBySideContainer .dropdown-button {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-y: center;
    -webkit-align-self: center;
    align-self: center
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper h1 {
    display: inline-block;
    border-bottom: 3px solid #dc3545;
    padding-bottom: 1rem;
    letter-spacing: 3.1px;
    font-size: 2.5rem;
    margin-bottom: .625rem
}

@media (min-width: 1280px) {
    .fsbpe-herocarousel .sideBySideContainer .side-content-wrapper h1 {
        font-size: 3.375rem
    }
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper h3 {
    font-size: 1.625rem;
    letter-spacing: .1pc;
    margin-bottom: 1.25rem;
    color: #fff
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper .site-content-button {
    font-size: 1.5rem;
    text-decoration: none;
    margin-top: .625rem;
    background-color: transparent;
    border: 3px solid #fff;
    opacity: 1;
    padding: 1.5rem 2.25rem;
    height: auto;
    display: inline-block;
    color: #fff
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper .site-content-button--transparent {
    background-color: transparent
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper .site-content-button--red {
    background-color: #da291c;
    border-color: #da291c
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper .site-content-button--red:hover {
    background-color: #c10016;
    border-color: #c10016
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper .site-content-button--black {
    background-color: #000;
    border-color: #000
}

.fsbpe-herocarousel .sideBySideContainer .side-content-wrapper .site-content-button--black:hover {
    background-color: #252a36;
    border-color: #252a36
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide {
    position: relative
}

@media (min-width: 768px) {
    .fsbpe-herocarousel .sideBySideContainer .bx-slide {
        padding: 0
    }

    .fsbpe-herocarousel .sideBySideContainer .bx-slide .slide-info .main-btn--primary-black {
        background-color: #da291c
    }

    .fsbpe-herocarousel .sideBySideContainer .bx-slide .slide-info .main-btn--primary-black:before {
        border-color: #d0d0ce transparent transparent
    }

    .fsbpe-herocarousel .sideBySideContainer .bx-slide .slide-info .main-btn--primary-black:after {
        border-color: transparent transparent #d0d0ce
    }
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide img {
    display: block
}

@media (min-width: 1280px) {
    .fsbpe-herocarousel .sideBySideContainer .bx-slide img {
        width: 100%;
        height: 100%
    }
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg {
    position: relative;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 768px) {
    .fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg {
        height: 25pc
    }
}

@media (min-width: 1280px) {
    .fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg {
        height: 689px
    }
}

.fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg nav .breadcrumb .breadcrumb-item.active a, .fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg nav .breadcrumb .breadcrumb-item .link, .fsbpe-herocarousel .sideBySideContainer .bx-slide .image-bg nav .breadcrumb .breadcrumb-item:before {
    color: #fff !important;
    font-weight: 900
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.fsbpe-herocarousel .complementaryContainer .slide-info-paragraph {
    font-family: NeusaNextProRegular, sans-serif
}

.fsbpe-herocarousel .homePageProjectPortfolioContainer .image-bg {
    height: 600px
}

@media (min-width: 768px) {
    .fsbpe-herocarousel .homePageProjectPortfolioContainer .image-bg {
        height: 620px
    }
}

@media (min-width: 1280px) {
    .fsbpe-herocarousel .homePageProjectPortfolioContainer .image-bg {
        height: 660px
    }
}

.fsbpe-herocarousel.topLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.topLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.topLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.topLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: 0 0
}

.fsbpe-herocarousel.topLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.topLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.topLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: 0 0
}

.fsbpe-herocarousel.topLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.topLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.topLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: 0 0
}

.fsbpe-herocarousel.topLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.topLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.topLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: 0 0
}

.fsbpe-herocarousel.topLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.topLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.topLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.topLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: 0 0
}

.fsbpe-herocarousel.topLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.topLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.topLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.topCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.topCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.topCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.topCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.topCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.topCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.topCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.topCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.topCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.topCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.topCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.topCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.topCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.topCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.topCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.topCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.topCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.topCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.topCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.topRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.topRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.topRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: 100% 0
}

.fsbpe-herocarousel.topRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.topRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.topRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.topRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.topRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.topRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.topRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: 100% 0
}

.fsbpe-herocarousel.topRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.topRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.topRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.topRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.topRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: 100% 0
}

.fsbpe-herocarousel.topRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.topRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.topRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.topRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.topRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: 100% 0
}

.fsbpe-herocarousel.topRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.topRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.topRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.topRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.topRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.topRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: 100% 0
}

.fsbpe-herocarousel.topRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.topRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.topRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.topRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.topRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.centerLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: 0
}

.fsbpe-herocarousel.centerLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.centerLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.centerLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: 0
}

.fsbpe-herocarousel.centerLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.centerLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: 0
}

.fsbpe-herocarousel.centerLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.centerLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: 0
}

.fsbpe-herocarousel.centerLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.centerLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.centerLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: 0
}

.fsbpe-herocarousel.centerLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.centerLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.centerRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.centerRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.centerRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: 100%
}

.fsbpe-herocarousel.centerRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.centerRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.centerRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: 100%
}

.fsbpe-herocarousel.centerRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.centerRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: 100%
}

.fsbpe-herocarousel.centerRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.centerRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: 100%
}

.fsbpe-herocarousel.centerRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.centerRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.centerRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.centerRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: 100%
}

.fsbpe-herocarousel.centerRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.centerRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.centerRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.centerRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.centerRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.bottomLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: 0 100%
}

.fsbpe-herocarousel.bottomLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomLeft-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomLeft-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.bottomLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: 0 100%
}

.fsbpe-herocarousel.bottomLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomLeft-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomLeft-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.bottomLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: 0 100%
}

.fsbpe-herocarousel.bottomLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomLeft-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomLeft-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.bottomLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: 0 100%
}

.fsbpe-herocarousel.bottomLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomLeft-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomLeft-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.bottomLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottomLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: 0 100%
}

.fsbpe-herocarousel.bottomLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottomLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomLeft-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomLeft-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.bottomCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottomCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomCenter-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomCenter-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.bottomCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottomCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomCenter-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomCenter-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.bottomCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottomCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomCenter-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomCenter-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.bottomCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottomCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomCenter-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomCenter-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.bottomCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottomCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottomCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottomCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomCenter-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomCenter-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.bottomRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: 100% 100%
}

.fsbpe-herocarousel.bottomRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomRight-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomRight-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.bottomRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: 100% 100%
}

.fsbpe-herocarousel.bottomRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomRight-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomRight-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.bottomRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: 100% 100%
}

.fsbpe-herocarousel.bottomRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomRight-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomRight-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.bottomRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: 100% 100%
}

.fsbpe-herocarousel.bottomRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomRight-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomRight-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottomRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.bottomRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottomRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: 100% 100%
}

.fsbpe-herocarousel.bottomRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottomRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottomRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottomRight-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottomRight-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.top-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.top-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.top-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.top-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.top-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.top-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.top-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.top-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.top-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.top-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.top-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.top-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.top-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.top-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.top-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.top-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.top-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.top-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.top-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.top-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.top-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.top-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.top-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.top-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.top-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.top-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.top-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.top-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.top-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.top-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.top-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.top-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.top-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.top-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.top-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.top-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.top-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.top-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.top-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.top-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.top-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.top-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.top-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.top-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: top
}

.fsbpe-herocarousel.top-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.top-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.top-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.top-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.top-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.top-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.center-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.center-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.center-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.center-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: 50%
}

.fsbpe-herocarousel.center-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.center-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.center-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.center-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.center-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.center-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.center-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.center-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.center-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.center-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: 50%
}

.fsbpe-herocarousel.center-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.center-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.center-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.center-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.center-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.center-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.center-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.center-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.center-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.center-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: 50%
}

.fsbpe-herocarousel.center-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.center-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.center-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.center-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.center-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.center-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.center-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.center-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.center-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.center-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: 50%
}

.fsbpe-herocarousel.center-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.center-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.center-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.center-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.center-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.center-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.center-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.center-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.center-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.center-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: 50%
}

.fsbpe-herocarousel.center-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.center-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.center-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.center-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.center-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.center-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottom-1 .complementaryContainer .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottom-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg, .fsbpe-herocarousel.bottom-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .b-image, .fsbpe-herocarousel.bottom-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottom-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottom-1 .complementaryContainer .owl-stage > :first-child .bx-slide .slide-info:after, .fsbpe-herocarousel.bottom-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info, .fsbpe-herocarousel.bottom-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottom-1 .complementaryContainer .owl-stage > :first-child .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottom-1 section[class^=hero-slider-box] .owl-stage > :first-child .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottom-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottom-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg, .fsbpe-herocarousel.bottom-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .b-image, .fsbpe-herocarousel.bottom-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottom-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottom-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottom-2 .complementaryContainer .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottom-2 section[class^=hero-slider-box] .owl-stage > :nth-child(2) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottom-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottom-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg, .fsbpe-herocarousel.bottom-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .b-image, .fsbpe-herocarousel.bottom-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottom-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottom-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottom-3 .complementaryContainer .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottom-3 section[class^=hero-slider-box] .owl-stage > :nth-child(3) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottom-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottom-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg, .fsbpe-herocarousel.bottom-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .b-image, .fsbpe-herocarousel.bottom-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottom-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottom-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottom-4 .complementaryContainer .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottom-4 section[class^=hero-slider-box] .owl-stage > :nth-child(4) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}

.fsbpe-herocarousel.bottom-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottom-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg, .fsbpe-herocarousel.bottom-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .b-image, .fsbpe-herocarousel.bottom-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg {
    background-position: bottom
}

.fsbpe-herocarousel.bottom-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .slide-info:after, .fsbpe-herocarousel.bottom-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info, .fsbpe-herocarousel.bottom-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .slide-info:after {
    background-color: #d0d0ce
}

.fsbpe-herocarousel.bottom-5 .complementaryContainer .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before, .fsbpe-herocarousel.bottom-5 section[class^=hero-slider-box] .owl-stage > :nth-child(5) .bx-slide .image-bg .white-space:before {
    border-color: #d0d0ce #d0d0ce #fff
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

@media print {
    #fsbpesystemrectool {
        -webkit-print-color-adjust: exact
    }
}

#fsbpesystemrectool a {
    color: #da291c
}

#fsbpesystemrectool .roofSystemResultWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    place-content: center;
    padding: 75pt 75pt 0
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper {
        padding: 75pt 20px 20px
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content {
    max-width: 1400px;
    position: relative;
    width: 100%
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .roof-modal-form {
    position: absolute;
    width: 100%;
    z-index: 1001;
    top: 130px;
    background: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .25);
    border-radius: 8px;
    display: block
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .roof-modal-form.hide {
    display: none
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    place-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .title-section__title {
    font-style: normal;
    font-weight: 400;
    font-size: 2pc;
    line-height: 44px;
    color: #000
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .title-section__title {
        font-size: 24px;
        line-height: 33px
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .title-section__img {
    width: 45px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-card {
    background: #fff;
    box-shadow: 4px 4px 20px 8px hsla(0, 0%, 80%, .2);
    border-radius: 10px;
    padding: 30px 5pc 50px;
    margin-bottom: 20px;
    width: 100%
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .results-card {
        padding: 30px 20px 50px
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-highlighted-cards {
    gap: 10px;
    margin-bottom: 10px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-highlighted-cards.main-cards {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .results-highlighted-cards.main-cards {
        grid-template-columns:1fr 1fr
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-highlighted-cards.product-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-highlighted-cards__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
    background: #f8f8f8;
    border-radius: 0 0 10px 10px;
    border-top: 2px solid #da291c;
    width: 100%
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-highlighted-cards__card > div:first-child {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .your-selection-title {
    font-style: normal;
    font-weight: 500;
    font-size: 1pc;
    line-height: 22px;
    color: #333;
    margin-bottom: 20px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-divider {
    height: 1px;
    width: 100%;
    border-top: 1px dashed #dcdcdc;
    margin-bottom: 10px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .offer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 60px;
    background: #fef0f0;
    border-radius: 10px;
    place-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 20px
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .offer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .offer-wrapper > div {
    max-width: 15pc
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .offer-wrapper > div {
        max-width: 100%;
        margin-bottom: 10px
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .offer-wrapper > div:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-check-red.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-more-info-text {
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 24px;
    color: #333
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .results-footnote {
    font-style: normal;
    font-weight: 400;
    font-size: 1pc;
    line-height: 18px;
    color: #333
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products {
    width: 100%;
    position: relative
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .blur-overlay {
    position: absolute;
    width: 100%;
    height: calc(100% - 270px);
    z-index: 1000;
    background-blend-mode: hue;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 270px;
    display: none
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .blur-overlay.show {
    display: block
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper {
    width: 100%
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-option-count {
    font-style: normal;
    font-weight: 400;
    font-size: 9pt;
    line-height: 24px;
    color: #333
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-heading {
    font-style: normal;
    font-weight: 900;
    font-size: 2pc;
    line-height: 34px;
    color: #030f1c;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-heading {
        font-size: 22px
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    place-content: space-between
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 20px;
        gap: 20px
    }
}

@media print {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper {
        display: block;
        page-break-inside: avoid
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-features .product-features-title {
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-features .product-features-list {
    display: none
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-features .product-features-list ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #333
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-features .product-features-list ul li:before {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-check-red.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-right: 10px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-image-wrapper .product-image {
    display: none
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-image-wrapper .building-rating-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-features-wrapper .product-image-wrapper .building-rating-wrapper .building-rating-tittle {
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 20px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 10px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-layers {
    margin-top: 20px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-layers__title {
    font-style: normal;
    font-weight: 800;
    font-size: 1pc;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-layers__content ol {
    padding-left: 20px
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .product-wrapper .product-inner-wrapper .product-content-wrapper .product-layers__content ol li {
    list-style-type: decimal
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    place-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 5pc
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container a:hover {
    text-decoration: none
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container .buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 20px
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container .buttons-wrapper {
        width: 100%;
        gap: 20px
    }
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        gap: 10px;
        padding: 30px 20px
    }
}

@media print {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container {
        display: none
    }
}

#fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container .print-btn {
    width: 10pc;
    background: #da291c;
    border-radius: 2px;
    padding: 11px 20px;
    font-weight: 700;
    font-size: 1pc;
    line-height: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .roofSystemResultWrapper__main-content .result-products .print-container .print-btn {
        width: 50%
    }
}

@media print {
    #fsbpesystemrectool .roofSystemResultWrapper {
        padding-left: unset;
        padding-right: unset
    }
}

#fsbpesystemrectool .find-roof-disclaimer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 75pt;
    background: #f1f1f1;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #333
}

@media screen and (max-width: 768px) {
    #fsbpesystemrectool .find-roof-disclaimer-wrapper {
        padding: 30px 40px
    }
}

@media print {
    #fsbpesystemrectool .find-roof-disclaimer-wrapper {
        margin-top: -30px
    }
}

#fsbpesystemrectool .find-roof-disclaimer {
    max-width: 1400px
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.roofHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2000;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 13px 24px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1rem;
    min-height: 60px
}

@media (min-width: 768px) {
    .roofHeader {
        padding: 5px 24px;
        min-height: 60px;
        border-bottom: 1px solid #e0e0e0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.roofHeader .roofLogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

@media (min-width: 768px) {
    .roofHeader .roofLogo {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        justify-content: start;
        padding: 0 9pt
    }
}

.roofHeader .roofLogo .desktopLogo {
    display: none
}

@media (min-width: 768px) {
    .roofHeader .roofLogo .desktopLogo {
        display: block;
        width: 202px
    }
}

.roofHeader .roofLogo .desktopLogo img {
    max-width: 201px
}

.roofHeader .roofLogo .mobileLogo {
    display: block
}

@media (min-width: 768px) {
    .roofHeader .roofLogo .mobileLogo {
        display: none
    }
}

.roofHeader .roofLogo .mobileLogo img {
    height: 100%;
    max-height: 2pc
}

.roofHeader .closeRoof {
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    right: 22px;
    top: 15px
}

@media print {
    .roofHeader .closeRoof {
        display: none
    }
}

@media print {
    .roofHeader {
        position: absolute
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.container.authoring-mode #fsbpeFindRoof {
    height: 100%
}

.fsbpe-blank-canvas-template #fsbpeFindRoof {
    height: 100vh;
    place-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .fsbpe-blank-canvas-template #fsbpeFindRoof {
        height: 100%;
        padding-top: 75pt
    }
}

#fsbpeFindRoof {
    background: #f8f8f8
}

#fsbpeFindRoof input[type=number]::-webkit-inner-spin-button, #fsbpeFindRoof input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fsbpeFindRoof input[type=number] {
    -moz-appearance: textfield
}

#fsbpeFindRoof .custom-role {
    margin-top: 44px
}

#fsbpeFindRoof .custom-role-text {
    font-family: NeusaNextProRegular, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333
}

#fsbpeFindRoof .custom-role-input {
    width: 310px;
    height: 40px;
    margin-bottom: 36px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px
}

#fsbpeFindRoof .sso-input-error {
    display: none;
    font-size: .75rem;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpeFindRoof .sso-input-error.show {
    display: block;
    visibility: visible;
    padding-top: 7px
}

#fsbpeFindRoof .sso-input-error .cross-icon {
    margin-top: -3px
}

#fsbpeFindRoof .contactForm {
    max-width: 302px;
    margin: 0 auto;
    padding: 67px 0
}

@media (min-width: 768px) {
    #fsbpeFindRoof .contactForm {
        max-width: 421px
    }
}

#fsbpeFindRoof .contactForm .form-group label {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 24px;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    position: relative
}

#fsbpeFindRoof .contactForm .form-group .form-control {
    background: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 3px 10px;
    min-height: 2pc;
    border-radius: 2px;
    height: auto;
    border: 1px solid #888
}

#fsbpeFindRoof .contactForm .form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #888;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpeFindRoof .contactForm .form-group .form-control:-moz-placeholder, #fsbpeFindRoof .contactForm .form-group .form-control::-moz-placeholder {
    letter-spacing: 0;
    color: #888;
    font-family: NeusaNextProRegular, sans-serif
}

#fsbpeFindRoof .contactForm .form-group .form-control:-ms-placeholder {
    letter-spacing: 0;
    color: #888;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpeFindRoof .contactForm .form-group .form-control {
        padding: 7px 10px;
        min-height: 40px
    }
}

#fsbpeFindRoof .contactForm .form-group .form-control:focus {
    border: 1px solid;
    border-color: #333 #333 #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#fsbpeFindRoof .contactForm .form-group .form-control::-webkit-inner-spin-button, #fsbpeFindRoof .contactForm .form-group .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fsbpeFindRoof .lh3 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 8px;
    min-height: 40px
}

#fsbpeFindRoof .lh3, #fsbpeFindRoof .lh6 {
    font-family: NeusaNextProRegular, sans-serif;
    text-align: center
}

#fsbpeFindRoof .lh6 {
    color: #4a4a4a;
    font-size: .875rem;
    margin: 0 0 24px
}

@media (min-width: 768px) {
    #fsbpeFindRoof .lh6 {
        margin: 0 0 63px
    }
}

#fsbpeFindRoof .roof-finder-tool {
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
    padding: 25px 0
}

@media (min-width: 1280px) {
    #fsbpeFindRoof .roof-finder-tool {
        max-width: 500px;
        padding: 4% 0
    }
}

@media (min-width: 1440px) {
    #fsbpeFindRoof .roof-finder-tool {
        max-width: 500px;
        padding: 167px 0
    }
}

#fsbpeFindRoof .roof-finder-tool .finder-title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    line-height: 1;
    letter-spacing: .8px;
    text-transform: uppercase
}

#fsbpeFindRoof .roof-finder-tool .zip-code-heading {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.41;
    letter-spacing: .17px;
    text-align: center;
    color: #3c434a;
    margin: 1pc 0 10px
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-code-heading {
        font-size: 2.125rem;
        margin: 31px 0 14px
    }
}

#fsbpeFindRoof .roof-finder-tool p.sub-aragraph {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    color: #333;
    margin: 0 0 54px
}

#fsbpeFindRoof .roof-finder-tool p.whyMatters {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.71;
    letter-spacing: 0;
    color: #595f67;
    margin: 0
}

#fsbpeFindRoof .roof-finder-tool p.whyMatters .questionCircle {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/questionMark.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpeFindRoof .roof-finder-tool p.whyMatters .questionCircle:focus {
    outline-color: #da291c;
    outline-style: solid
}

#fsbpeFindRoof .roof-finder-tool p.whyMatters .questionCircle:hover {
    outline-color: transparent
}

#fsbpeFindRoof .roof-finder-tool p.factor-Law {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #595f67;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

@media (prefers-reduced-motion: reduce) {
    #fsbpeFindRoof .roof-finder-tool p.factor-Law {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpeFindRoof .roof-finder-tool p.factor-Law.whyThisMatters {
    opacity: 0;
    visibility: hidden
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form {
    max-width: 16pc;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-postal-form {
        max-width: 365px
    }
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group {
    max-width: 365px;
    margin: 0 auto 2pc;
    position: relative
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl {
    background: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    padding: 3px 30px 11px;
    min-height: 2pc;
    border-radius: 0;
    height: auto;
    border: none;
    border-bottom: 1px solid #888
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-webkit-autofill, #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-webkit-autofill:active, #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:focus::-webkit-input-placeholder {
    color: transparent
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:focus:-moz-placeholder, #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:focus::-moz-placeholder {
    color: transparent
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:focus:-ms-input-placeholder {
    color: transparent
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl::-webkit-input-placeholder {
    letter-spacing: 0;
    color: #888;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .71875rem
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl::-webkit-input-placeholder {
        font-size: 1rem
    }
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-moz-placeholder {
    letter-spacing: 0;
    color: #888;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .71875rem
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-moz-placeholder {
        font-size: 1rem
    }
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl::-moz-placeholder {
    letter-spacing: 0;
    color: #888;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .71875rem
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl::-moz-placeholder {
        font-size: 1rem
    }
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-ms-placeholder {
    letter-spacing: 0;
    color: #888;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .71875rem
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:-ms-placeholder {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl {
        min-height: 40px
    }
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .form-control.inputControl:focus {
    border-bottom: 1px solid #da291c;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .addressicon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/iconLocationInfo.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0
}

@media (min-width: 768px) {
    #fsbpeFindRoof .roof-finder-tool .zip-postal-form .form-group .addressicon {
        top: 4px;
        left: 5px
    }
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .backBtn {
    padding: 1pc 0
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .backBtn .btn.myRoof {
    font-size: 1rem;
    font-weight: 700;
    padding: 7px 10px;
    max-width: 200px;
    min-height: 40px;
    width: 100%;
    display: inherit;
    border-radius: 2px;
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    pointer-events: none;
    opacity: 1
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .backBtn .btn.myRoof:hover {
    outline-width: 0
}

#fsbpeFindRoof .roof-finder-tool .zip-postal-form .backBtn .btn.myRoof.disabled {
    background-color: #da291c;
    color: #fff;
    cursor: pointer;
    pointer-events: visible
}

#fsbpeFindRoof .indicationCircle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

#fsbpeFindRoof .indicationCircle li {
    height: 9pt;
    width: 9pt;
    background: #ccc;
    margin: 0 7px;
    border-radius: 100%
}

#fsbpeFindRoof .indicationCircle .circleActive {
    height: 1pc;
    width: 1pc;
    background: #da291c
}

#fsbpeFindRoof .tellUsh3 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #3c434a;
    padding: 20px 0 3pc
}

@media (min-width: 768px) {
    #fsbpeFindRoof .tellUsh3 {
        font-size: 2rem;
        padding: 58px 0 31px
    }
}

#fsbpeFindRoof .backBtn {
    max-width: 305px;
    padding: 34px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-family: NeusaNextProRegular, sans-serif
}

@media (min-width: 768px) {
    #fsbpeFindRoof .backBtn {
        max-width: 418px;
        padding: 41px 0
    }
}

#fsbpeFindRoof .backBtn .back-prev {
    cursor: pointer;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/arrowBack-Black.svg);
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    background-position: 0;
    height: auto
}

#fsbpeFindRoof .backBtn .back-prev:hover {
    outline-width: 0
}

#fsbpeFindRoof .backBtn .btn.NextQBtn {
    font-size: 1rem;
    font-weight: 700;
    padding: 7px 10px;
    max-width: 170px;
    min-height: 40px;
    width: 100%;
    display: inherit;
    border-radius: 2px;
    background-color: #da291c;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width: 768px) {
    #fsbpeFindRoof .backBtn .btn.NextQBtn {
        max-width: 200px;
        padding: 7px 10px
    }
}

#fsbpeFindRoof .backBtn .btn.NextQBtn:hover {
    outline-width: 0
}

#fsbpeFindRoof .backBtn .btn.NextQBtn.disabled {
    background-color: rgba(51, 51, 51, .1);
    color: #333;
    cursor: auto;
    pointer-events: none;
    opacity: 1
}

#fsbpeFindRoof .whyMattersWrapper {
    max-width: 305px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpeFindRoof .whyMattersWrapper {
        max-width: 360px
    }
}

#fsbpeFindRoof .whyMattersWrapper p.whyMatters {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    font-weight: 900;
    line-height: 1.71;
    letter-spacing: 0;
    color: #595f67;
    margin: 2pc 0 0
}

#fsbpeFindRoof .whyMattersWrapper p.whyMatters .questionCircle {
    margin-bottom: 4px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/questionMark.svg);
    width: 1pc;
    height: 1pc;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#fsbpeFindRoof .whyMattersWrapper p.whyMatters .questionCircle:focus {
    outline-color: #da291c;
    outline-style: solid
}

#fsbpeFindRoof .whyMattersWrapper p.whyMatters .questionCircle:hover {
    outline-color: transparent
}

#fsbpeFindRoof .whyMattersWrapper p.factor-Law {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #595f67;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

@media (prefers-reduced-motion: reduce) {
    #fsbpeFindRoof .whyMattersWrapper p.factor-Law {
        -webkit-transition: none;
        transition: none
    }
}

#fsbpeFindRoof .whyMattersWrapper p.factor-Law.whyThisMatters {
    opacity: 0;
    visibility: hidden
}

#fsbpeFindRoof .tellUsQuestionWrraper {
    background: #f8f8f8;
    padding: 1pc 0 50px
}

@media (min-width: 1280px) {
    #fsbpeFindRoof .tellUsQuestionWrraper {
        padding: 4% 0
    }
}

@media (min-width: 1440px) {
    #fsbpeFindRoof .tellUsQuestionWrraper {
        padding: 145px 0
    }
}

#fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion {
    max-width: 305px;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 768px) {
    #fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion {
        max-width: 40pc
    }
}

#fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive li {
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    padding: 7px 8px;
    min-height: 40px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0;
    text-align: center;
    color: #3c434a;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 1pc;
    max-width: 143px;
    width: 100%
}

@media (min-width: 768px) {
    #fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive li {
        max-width: 310px
    }
}

#fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive li:focus:not(:focus-visible) {
    outline: 0 solid #da291c;
    border: 2px solid #da291c
}

#fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion .questionsActive .ActiveQ {
    border: 2px solid #da291c;
    color: #333
}

#fsbpeFindRoof .tellUsQuestionWrraper .tellUsQuestion .whyMattersWrapper .whyMatters {
    margin: 1pc 0 0
}

#fsbpeFindRoof .buildingTypeWrraper {
    background: #f8f8f8;
    padding: 1pc 0
}

@media (min-width: 1280px) {
    #fsbpeFindRoof .buildingTypeWrraper {
        padding: 4% 0
    }
}

@media (min-width: 1440px) {
    #fsbpeFindRoof .buildingTypeWrraper {
        padding: 145px 0
    }
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType {
    max-width: 305px;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 768px) {
    #fsbpeFindRoof .buildingTypeWrraper .buildingType {
        max-width: 60pc
    }
}

@media (min-width: 1280px) {
    #fsbpeFindRoof .buildingTypeWrraper .buildingType {
        max-width: 873pt
    }
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType .tellUsh3 {
    padding: 1pc 0
}

@media (min-width: 768px) {
    #fsbpeFindRoof .buildingTypeWrraper .buildingType .tellUsh3 {
        padding: 56px 0 23px
    }
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 235px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive {
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li {
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
    max-width: 7pc;
    min-height: 7pc;
    width: 100%;
    font-family: NeusaNextProRegular, sans-serif;
    color: #3c434a;
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 8px;
    padding: 15px 5px 5px;
    margin: 0 0 8px;
    word-break: break-word
}

@media (min-width: 768px) {
    #fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li {
        max-width: 9pc;
        min-height: 9pc;
        font-size: .875rem;
        padding: 15px 5px 5px;
        margin: 0 5px 24px
    }
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li:focus:not(:focus-visible) {
    outline: 0;
    border: 2px solid #da291c
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 49px;
    width: 49px;
    border-radius: 100%;
    background-color: #f5f5f5;
    margin: 0 auto 6px
}

@media (min-width: 768px) {
    #fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li span {
        margin: 0 auto 5px;
        height: 4pc;
        width: 4pc
    }
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive li span img {
    vertical-align: middle
}

#fsbpeFindRoof .buildingTypeWrraper .buildingType .buildingTypeActive .ActiveQ {
    border: 2px solid #da291c;
    color: #333
}

#fsbpeFindRoof .projectCostWrraper {
    background: #f8f8f8;
    padding: 1pc 0 50px
}

@media (min-width: 1280px) {
    #fsbpeFindRoof .projectCostWrraper {
        padding: 4% 0
    }
}

@media (min-width: 1440px) {
    #fsbpeFindRoof .projectCostWrraper {
        padding: 149px 0
    }
}

#fsbpeFindRoof .projectCostWrraper .projectCost {
    text-align: center;
    max-width: 305px;
    margin: 0 auto
}

@media (min-width: 768px) {
    #fsbpeFindRoof .projectCostWrraper .projectCost {
        max-width: 730px
    }
}

@media (min-width: 1280px) {
    #fsbpeFindRoof .projectCostWrraper .projectCost {
        max-width: 860px
    }
}

#fsbpeFindRoof .projectCostWrraper .projectCost .projectCostActive {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 14px
}

#fsbpeFindRoof .projectCostWrraper .projectCost .projectCostActive li {
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    background: #fff;
    max-width: 14pc;
    width: 14pc;
    min-height: 5pc;
    padding: 1pc 13px;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .75rem;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #3c434a;
    border-radius: 8px;
    border: 2px solid #fff
}

@media (min-width: 768px) {
    #fsbpeFindRoof .projectCostWrraper .projectCost .projectCostActive li {
        max-width: 200px;
        min-height: 90px;
        padding: 22px 9pt;
        font-size: .875rem;
        line-height: 1.71
    }
}

@media (min-width: 1280px) {
    #fsbpeFindRoof .projectCostWrraper .projectCost .projectCostActive li {
        max-width: 200px;
        min-height: 90px;
        padding: 22px 9pt;
        font-size: .875rem;
        line-height: 1.71
    }
}

#fsbpeFindRoof .projectCostWrraper .projectCost .projectCostActive li:focus:not(:focus-visible) {
    outline: 0;
    border: 2px solid #da291c
}

#fsbpeFindRoof .projectCostWrraper .projectCost .projectCostActive .ActiveQ {
    border: 2px solid #da291c;
    color: #333
}

.srtbody {
    background: #f8f8f8;
    padding: 60px 0 0
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.embed .cmp-embed form {
    font-size: 1rem;
    font-family: NeusaNextProRegular, sans-serif;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #888;
    text-align: center;
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width: 768px) {
    .embed .cmp-embed form {
        font-size: 1.5rem
    }
}

.embed .cmp-embed form > * {
    width: 100%;
    max-width: 530px
}

.embed .cmp-embed form input[type=submit] {
    display: inline-block;
    margin: 1rem;
    float: right;
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1.125rem;
    border: 2px solid #da291c;
    line-height: 27px;
    letter-spacing: .9pt;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none;
    background-color: #da291c;
    color: #fff
}

.embed .cmp-embed form div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 530px;
    margin: .5rem auto
}

.embed .cmp-embed form div label {
    text-align: left;
    font-family: NeusaNextProRegular;
    margin-bottom: 4px
}

.embed .cmp-embed form div input, .embed .cmp-embed form div textarea {
    background: #fafafa 0 0 no-repeat padding-box;
    border: 1px solid #cfcfcf;
    opacity: 1
}

.embed .cmp-embed form div input[type=checkbox] {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .058823529411764705);
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    opacity: 1
}

.embed .cmp-embed form div select {
    background: #fafafa 0 0 no-repeat padding-box;
    border: 1px solid #cfcfcf;
    opacity: 1;
    padding: 1PX 4PX
}

.embed .cmp-embed form div.consent {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.embed .cmp-embed form div.consent label {
    margin-left: 8px
}

.embed .cmp-embed form div .checkbox-group {
    margin: 0
}

.embed .cmp-embed form div .checkbox-group .checkbox-item {
    margin-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.embed .cmp-embed form div .checkbox-group .checkbox-item input {
    margin: 8px
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.cmp-download-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .5rem 1rem;
    border-top: 1px solid #e4e4e4;
    color: #000
}

.cmp-download-item__image {
    margin-right: 1rem;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/tis-icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.cmp-download-item__image--application-guidelines {
    background-image: url(/../assets/icon/assetslication_guidelines-icon.svg)
}

.cmp-download-item__image--application-guidelines, .cmp-download-item__image--bim {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 3pc 3pc
}

.cmp-download-item__image--bim {
    background-image: url(/../assets/icon/bim-icon.svg)
}

.cmp-download-item__image--brochure {
    background-image: url(/../assets/icon/brochure-icon.svg)
}

.cmp-download-item__image--brochure, .cmp-download-item__image--codes {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 3pc 3pc
}

.cmp-download-item__image--codes {
    background-image: url(/../assets/icon/codes-icon.svg)
}

.cmp-download-item__image--detail-drawing {
    background-image: url(/../assets/icon/details_drawings-icon.svg)
}

.cmp-download-item__image--detail-drawing, .cmp-download-item__image--dop {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 3pc 3pc
}

.cmp-download-item__image--dop {
    background-image: url(/../assets/icon/dop-icon.svg)
}

.cmp-download-item__image--epd {
    background-image: url(/../assets/icon/epd-icon.svg)
}

.cmp-download-item__image--epd, .cmp-download-item__image--iso {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 3pc 3pc
}

.cmp-download-item__image--iso {
    background-image: url(/../assets/icon/iso-icon.svg)
}

.cmp-download-item__image--other {
    background-image: url(/../assets/icon/other-icon.svg)
}

.cmp-download-item__image--other, .cmp-download-item__image--product-literature {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 3pc 3pc
}

.cmp-download-item__image--product-literature {
    background-image: url(/../assets/icon/product_literature-icon.svg)
}

.cmp-download-item__image--quality-environment {
    background-image: url(/../assets/icon/quality_enviroment-icon.svg)
}

.cmp-download-item__image--quality-environment, .cmp-download-item__image--quickspecs {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 3pc 3pc
}

.cmp-download-item__image--quickspecs {
    background-image: url(/../assets/icon/quickspecs-icon.svg)
}

.cmp-download-item__image--sds {
    background-image: url(/../assets/icon/sds-icon.svg)
}

.cmp-download-item__image--sds, .cmp-download-item__image--tis {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.cmp-download-item__image--tis {
    background-image: url(/../assets/icon/tis-icon.svg)
}

.cmp-download-item__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.cmp-download-item__link--format {
    float: right;
    padding-left: 8px;
    border-left: 1px solid #ccc
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.fsbpe-documentgrid {
    text-transform: uppercase
}

.fsbpe-documentgrid .document-grid-wrapper {
    padding: 30px 0 15px;
    background-color: #d0d0ce !important
}

@media (min-width: 768px) {
    .fsbpe-documentgrid .document-grid-wrapper {
        padding: 30px 15px 15px
    }
}

.fsbpe-documentgrid .document-grid-wrapper .links-container {
    padding: 0 10px
}

.fsbpe-documentgrid .document-grid-wrapper .links-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .fsbpe-documentgrid .document-grid-wrapper .links-container ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.fsbpe-documentgrid .document-grid-wrapper .links-container ul .link {
    width: auto;
    margin: 3px
}

@media (min-width: 768px) {
    .fsbpe-documentgrid .document-grid-wrapper .links-container ul .link {
        margin: 3px 5px
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.card-list-container .card-list-row .card-style-img {
    border-radius: 10px
}

.grid-color-bg-light-grey {
    background-color: #d0d0ce
}

.grid-color-bg-dark-grey {
    background-color: #535353
}

.grid-color-elevate-grey {
    background-color: #4b4f54
}

.grid-color-elevate-dark-red {
    background-color: #c10016
}

.grid-color-bg-elevate-red {
    background-color: #da2916
}

.grid-color-bg-black {
    background-color: #000
}

#callToActionImageApp {
    position: relative
}

#callToActionImageApp .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 75pc;
    width: 100%;
    height: 393px;
    background: #e7e7e6;
    padding: 54px 75pt;
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width: 768px) {
    #callToActionImageApp .cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px
    }

    #callToActionImageApp .cta-container .main-btn {
        margin: 0 auto
    }
}

#callToActionImageApp .cta-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 75pt 75pt
}

@media only screen and (max-width: 768px) {
    #callToActionImageApp .cta-container:after {
        border-width: 0 0 25px 25px
    }
}

#callToActionImageApp .cta-image img {
    width: 100%;
    height: 100%
}

#callToActionImageApp .cta-text-wrapper {
    margin-left: 30px
}

@media only screen and (max-width: 1280px) {
    #callToActionImageApp .cta-text-wrapper {
        margin-left: unset;
        padding: 20px;
        width: unset
    }
}

#callToActionImageApp .cta-title {
    font-family: NeusaNextProRegular, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 3pc;
    margin-bottom: 1pc;
    color: #000
}

@media only screen and (max-width: 768px) {
    #callToActionImageApp .cta-title {
        font-size: 26px;
        line-height: 30px
    }
}

#callToActionImageApp .cta-description {
    font-family: NeusaNextProRegular, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2pc;
    color: #000
}

#callToActionImageApp .main-btn--primary-red:before {
    border-color: #e7e7e6 transparent transparent
}

#callToActionImageApp .main-btn--primary-red:after {
    border-color: transparent transparent #e7e7e6
}

@charset "utf-8";


.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.call-to-action.button {
    margin: 0
}

.call-to-action {
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem
}

.call-to-action .cmp-call-to-action {
    font-family: NeusaNextProRegular, sans-serif;
    border: 4px solid #da291c;
    display: inline-block;
    line-height: 27px;
    letter-spacing: .9pt;
    font-size: .625rem;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none;
    background-color: #da291c
}

.call-to-action .cmp-call-to-action__text {
    color: #f5f5f5
}

@media (min-width: 768px) {
    .call-to-action .cmp-call-to-action {
        padding: 0 1.75rem
    }
}

@media (min-width: 1280px) {
    .call-to-action .cmp-call-to-action {
        line-height: 45px;
        padding: 0 3rem;
        min-height: 45px;
        font-size: .875rem
    }
}

.call-to-action .cmp-call-to-action .disabled, .call-to-action .cmp-call-to-action .inactive, .call-to-action .cmp-call-to-action[disabled] {
    cursor: default
}

.call-to-action--nav-cta {
    display: block;
    padding: 0
}

.call-to-action--nav-cta .cmp-call-to-action {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    min-height: 0;
    line-height: 0
}

.call-to-action--nav-cta .cmp-call-to-action span {
    text-transform: none;
    font-family: NeusaNextProRegular, sans-serif;
    color: #000
}

.call-to-action--white .cmp-call-to-action {
    background-color: #fff
}

.call-to-action--white .cmp-call-to-action__text {
    color: #da291c
}

@media (min-width: 768px) {
    .call-to-action--white .cmp-call-to-action {
        padding: .25rem 1.75rem
    }
}

@media (min-width: 1280px) {
    .call-to-action--white .cmp-call-to-action {
        padding: .5rem 4rem
    }
}

.call-to-action--large {
    display: block;
    padding: 1rem
}

.call-to-action--large .cmp-call-to-action {
    display: block
}

nav .cmp-call-to-action:before {
    font-family: FontAwesome, serif;
    content: "";
    margin-right: 10px;
    color: #fff
}

nav .call-to-action .cmp-call-to-action {
    display: block;
    line-height: 30px;
    padding: 0 1rem;
    font-size: .7rem;
    min-height: 0
}

@media print {
    .container, body.fsbpe-base-page {
        min-width: 0 !important
    }

    body.fsbpe-base-page {
        background-color: #fff
    }

    footer, header {
        display: none !important
    }
}



.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.out-of-container {
    margin-top: 2.5rem
}

.out-of-container .cmp-container > div > div:first-child {
    margin-top: -2.5rem
}

.vertical-align .cmp-container > :first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.vertical-align--top .cmp-container > :first-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.vertical-align--center .cmp-container > :first-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vertical-align--bottom .cmp-container > :first-child {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@charset "utf-8";
body, html {
    margin: 0;
    font-size: 1pc;
    font-family: Avenir Book, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #202020;
    background: #ececec
}

@media (prefers-color-scheme: dark) {
    body, html {
        color: #dfdfdf;
        background: #131313
    }
}

a {
    color: #2020e0
}

@media (prefers-color-scheme: dark) {
    a {
        color: #dfdf1f
    }
}

button, input, optgroup, select, textarea {
    font: inherit
}

b, strong {
    font-family: NeusaNextProRegular, sans-serif
}

.complementaryContainer h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
    font-family: Avenir Black;
    font-size: 30px;
    font-weight: 700;
    line-height: 21px;
    color: #da291c
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 320px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1280px;
    --breakpoint-xl: 1440px;
    --breakpoint-xxl: 1920px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", NeusaNextProRegular, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, NeusaNextProRegular, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 320px) {
    .container, .container-sm {
        max-width: 8in
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 80pc
    }
}

@media (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 90pc
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 30in
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.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-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-1, .col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2, .col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4, .col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6, .col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8, .col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10, .col-11 {
    -webkit-box-flex: 0
}

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

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

.col-12, .col-13 {
    -webkit-box-flex: 0
}

.col-13 {
    -webkit-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%
}

.col-14 {
    -webkit-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.col-14, .col-15 {
    -webkit-box-flex: 0
}

.col-15 {
    -webkit-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%
}

.col-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    order: 17
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
}

.order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
}

.order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    order: 14
}

.order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    order: 15
}

.order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    order: 16
}

.offset-1 {
    margin-left: 6.25%
}

.offset-2 {
    margin-left: 12.5%
}

.offset-3 {
    margin-left: 18.75%
}

.offset-4 {
    margin-left: 25%
}

.offset-5 {
    margin-left: 31.25%
}

.offset-6 {
    margin-left: 37.5%
}

.offset-7 {
    margin-left: 43.75%
}

.offset-8 {
    margin-left: 50%
}

.offset-9 {
    margin-left: 56.25%
}

.offset-10 {
    margin-left: 62.5%
}

.offset-11 {
    margin-left: 68.75%
}

.offset-12 {
    margin-left: 75%
}

.offset-13 {
    margin-left: 81.25%
}

.offset-14 {
    margin-left: 87.5%
}

.offset-15 {
    margin-left: 93.75%
}

@media (min-width: 320px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-13 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-sm-14 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-sm-15 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-sm-16 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 18;
        -webkit-order: 17;
        order: 17
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .order-sm-13 {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-sm-14 {
        -webkit-box-ordinal-group: 15;
        -webkit-order: 14;
        order: 14
    }

    .order-sm-15 {
        -webkit-box-ordinal-group: 16;
        -webkit-order: 15;
        order: 15
    }

    .order-sm-16 {
        -webkit-box-ordinal-group: 17;
        -webkit-order: 16;
        order: 16
    }

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

    .offset-sm-1 {
        margin-left: 6.25%
    }

    .offset-sm-2 {
        margin-left: 12.5%
    }

    .offset-sm-3 {
        margin-left: 18.75%
    }

    .offset-sm-4 {
        margin-left: 25%
    }

    .offset-sm-5 {
        margin-left: 31.25%
    }

    .offset-sm-6 {
        margin-left: 37.5%
    }

    .offset-sm-7 {
        margin-left: 43.75%
    }

    .offset-sm-8 {
        margin-left: 50%
    }

    .offset-sm-9 {
        margin-left: 56.25%
    }

    .offset-sm-10 {
        margin-left: 62.5%
    }

    .offset-sm-11 {
        margin-left: 68.75%
    }

    .offset-sm-12 {
        margin-left: 75%
    }

    .offset-sm-13 {
        margin-left: 81.25%
    }

    .offset-sm-14 {
        margin-left: 87.5%
    }

    .offset-sm-15 {
        margin-left: 93.75%
    }
}

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

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-13 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-md-14 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-md-15 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-md-16 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 18;
        -webkit-order: 17;
        order: 17
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .order-md-13 {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-md-14 {
        -webkit-box-ordinal-group: 15;
        -webkit-order: 14;
        order: 14
    }

    .order-md-15 {
        -webkit-box-ordinal-group: 16;
        -webkit-order: 15;
        order: 15
    }

    .order-md-16 {
        -webkit-box-ordinal-group: 17;
        -webkit-order: 16;
        order: 16
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 6.25%
    }

    .offset-md-2 {
        margin-left: 12.5%
    }

    .offset-md-3 {
        margin-left: 18.75%
    }

    .offset-md-4 {
        margin-left: 25%
    }

    .offset-md-5 {
        margin-left: 31.25%
    }

    .offset-md-6 {
        margin-left: 37.5%
    }

    .offset-md-7 {
        margin-left: 43.75%
    }

    .offset-md-8 {
        margin-left: 50%
    }

    .offset-md-9 {
        margin-left: 56.25%
    }

    .offset-md-10 {
        margin-left: 62.5%
    }

    .offset-md-11 {
        margin-left: 68.75%
    }

    .offset-md-12 {
        margin-left: 75%
    }

    .offset-md-13 {
        margin-left: 81.25%
    }

    .offset-md-14 {
        margin-left: 87.5%
    }

    .offset-md-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 1280px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-13 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-lg-14 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-lg-15 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-lg-16 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 18;
        -webkit-order: 17;
        order: 17
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .order-lg-13 {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-lg-14 {
        -webkit-box-ordinal-group: 15;
        -webkit-order: 14;
        order: 14
    }

    .order-lg-15 {
        -webkit-box-ordinal-group: 16;
        -webkit-order: 15;
        order: 15
    }

    .order-lg-16 {
        -webkit-box-ordinal-group: 17;
        -webkit-order: 16;
        order: 16
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 6.25%
    }

    .offset-lg-2 {
        margin-left: 12.5%
    }

    .offset-lg-3 {
        margin-left: 18.75%
    }

    .offset-lg-4 {
        margin-left: 25%
    }

    .offset-lg-5 {
        margin-left: 31.25%
    }

    .offset-lg-6 {
        margin-left: 37.5%
    }

    .offset-lg-7 {
        margin-left: 43.75%
    }

    .offset-lg-8 {
        margin-left: 50%
    }

    .offset-lg-9 {
        margin-left: 56.25%
    }

    .offset-lg-10 {
        margin-left: 62.5%
    }

    .offset-lg-11 {
        margin-left: 68.75%
    }

    .offset-lg-12 {
        margin-left: 75%
    }

    .offset-lg-13 {
        margin-left: 81.25%
    }

    .offset-lg-14 {
        margin-left: 87.5%
    }

    .offset-lg-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 1440px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-13 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-xl-14 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-xl-15 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-xl-16 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 18;
        -webkit-order: 17;
        order: 17
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .order-xl-13 {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-xl-14 {
        -webkit-box-ordinal-group: 15;
        -webkit-order: 14;
        order: 14
    }

    .order-xl-15 {
        -webkit-box-ordinal-group: 16;
        -webkit-order: 15;
        order: 15
    }

    .order-xl-16 {
        -webkit-box-ordinal-group: 17;
        -webkit-order: 16;
        order: 16
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 6.25%
    }

    .offset-xl-2 {
        margin-left: 12.5%
    }

    .offset-xl-3 {
        margin-left: 18.75%
    }

    .offset-xl-4 {
        margin-left: 25%
    }

    .offset-xl-5 {
        margin-left: 31.25%
    }

    .offset-xl-6 {
        margin-left: 37.5%
    }

    .offset-xl-7 {
        margin-left: 43.75%
    }

    .offset-xl-8 {
        margin-left: 50%
    }

    .offset-xl-9 {
        margin-left: 56.25%
    }

    .offset-xl-10 {
        margin-left: 62.5%
    }

    .offset-xl-11 {
        margin-left: 68.75%
    }

    .offset-xl-12 {
        margin-left: 75%
    }

    .offset-xl-13 {
        margin-left: 81.25%
    }

    .offset-xl-14 {
        margin-left: 87.5%
    }

    .offset-xl-15 {
        margin-left: 93.75%
    }
}

@media (min-width: 1920px) {
    .col-xxl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-13 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .col-xxl-14 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-xxl-15 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .col-xxl-16 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 18;
        -webkit-order: 17;
        order: 17
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .order-xxl-13 {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-xxl-14 {
        -webkit-box-ordinal-group: 15;
        -webkit-order: 14;
        order: 14
    }

    .order-xxl-15 {
        -webkit-box-ordinal-group: 16;
        -webkit-order: 15;
        order: 15
    }

    .order-xxl-16 {
        -webkit-box-ordinal-group: 17;
        -webkit-order: 16;
        order: 16
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 6.25%
    }

    .offset-xxl-2 {
        margin-left: 12.5%
    }

    .offset-xxl-3 {
        margin-left: 18.75%
    }

    .offset-xxl-4 {
        margin-left: 25%
    }

    .offset-xxl-5 {
        margin-left: 31.25%
    }

    .offset-xxl-6 {
        margin-left: 37.5%
    }

    .offset-xxl-7 {
        margin-left: 43.75%
    }

    .offset-xxl-8 {
        margin-left: 50%
    }

    .offset-xxl-9 {
        margin-left: 56.25%
    }

    .offset-xxl-10 {
        margin-left: 62.5%
    }

    .offset-xxl-11 {
        margin-left: 68.75%
    }

    .offset-xxl-12 {
        margin-left: 75%
    }

    .offset-xxl-13 {
        margin-left: 81.25%
    }

    .offset-xxl-14 {
        margin-left: 87.5%
    }

    .offset-xxl-15 {
        margin-left: 93.75%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.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(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.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, .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: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.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, .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: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 319.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: 1279.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: 1439.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

@media (max-width: 1919.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl > .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.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    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 + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.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: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 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.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 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.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: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.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 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 320px) {
    .form-inline label {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .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: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

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

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

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

.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 .2rem rgba(38, 143, 255, .5)
}

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

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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 .2rem rgba(72, 180, 97, .5)
}

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

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

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

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

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

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

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

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

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff
}

.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 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

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

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

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

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

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

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

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

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

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

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

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

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

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

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

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

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

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

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

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline
}

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

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

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

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

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

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

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 320px) {
    .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: 1280px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1920px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .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: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-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: .5625rem;
    padding-left: .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: .375rem;
    padding-left: .375rem
}

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: 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-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    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(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -webkit-flex;
    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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.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: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .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-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;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.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 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .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 #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.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: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #161616
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.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: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 319.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 320px) {
    .navbar-expand-sm {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-basis: 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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .navbar-expand-md, .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1279.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1280px) {
    .navbar-expand-lg {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xl {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1919.98px) {
    .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1920px) {
    .navbar-expand-xxl {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .navbar-expand-xxl, .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-xl {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 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(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 7.5px
}

@media (min-width: 320px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 7.5px;
        margin-bottom: 0;
        margin-left: 7.5px
    }
}

.card-group > .card {
    margin-bottom: 7.5px
}

@media (min-width: 320px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -webkit-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: .75rem
}

@media (min-width: 320px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #333;
    content: ">"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #d81e05
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        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: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 320px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.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: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 320px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1280px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1440px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1920px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, NeusaNextProRegular, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .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: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .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 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, NeusaNextProRegular, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.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: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 .5rem .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: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    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;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    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;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        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: .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: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-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: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        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
}

.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: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !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: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !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: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

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

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

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

.border-left {
    border-left: 1px solid #dee2e6 !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: #007bff !important
}

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

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

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

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

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

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

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

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

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
}

@media (min-width: 320px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 1280px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 1920px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important
}

@media (min-width: 320px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1280px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1920px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column, .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 320px) {
    .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: 1280px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1920px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: 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 {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 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
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

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

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

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

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

.m-n4 {
    margin: -1.5rem !important
}

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

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

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

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

.m-n5 {
    margin: -3rem !important
}

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width: 320px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-0 {
        padding: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-sm-n4 {
        margin: -1.5rem !important
    }

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

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

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

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

    .m-sm-n5 {
        margin: -3rem !important
    }

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

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

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

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

    .m-sm-auto {
        margin: auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-0 {
        padding: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-md-n4 {
        margin: -1.5rem !important
    }

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

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

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

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

    .m-md-n5 {
        margin: -3rem !important
    }

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

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

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

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

    .m-md-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width: 1280px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-lg-0 {
        padding: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-lg-n4 {
        margin: -1.5rem !important
    }

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

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

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

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

    .m-lg-n5 {
        margin: -3rem !important
    }

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

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

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

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

    .m-lg-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width: 1440px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-xl-4 {
        margin: 1.5rem !important
    }

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

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

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

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

    .m-xl-5 {
        margin: 3rem !important
    }

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

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

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

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

    .p-xl-0 {
        padding: 0 !important
    }

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

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

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

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-xl-4 {
        padding: 1.5rem !important
    }

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

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

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

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

    .p-xl-5 {
        padding: 3rem !important
    }

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

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

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

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

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-xl-n4 {
        margin: -1.5rem !important
    }

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

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

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

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

    .m-xl-n5 {
        margin: -3rem !important
    }

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

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

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

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

    .m-xl-auto {
        margin: auto !important
    }

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

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

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

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1920px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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: 320px) {
    .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: 1280px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1920px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-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: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .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;
    word-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
    }

    .container, body {
        min-width: 80pc !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}



h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

#_hj_feedback_container {
    position: fixed;
    z-index: 1
}

#_hj-f5b2a1eb-9b07_feedback #_hj-f5b2a1eb-9b07_feedback_open {
    z-index: 9999 !important;
    position: fixed !important
}

body {
    font-family: NeusaNextProRegular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 1pc;
    padding-top: 60px
}

@media (min-width: 768px) {
    body {
        padding-top: 75pt
    }
}

@media (min-width: 1280px) {
    body {
        padding-top: 143px
    }
}

body.fsbpe-blank-canvas-template {
    padding-top: 0
}

body.no-scroll {
    height: 100%;
    overflow-y: hidden;
    position: fixed;
    min-height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

@media (min-width: 1280px) {
    body.no-scroll {
        overflow-y: visible;
        position: inherit
    }
}

body.loader {
    overflow: hidden
}

body.loader .loading-wrapper {
    display: block !important
}

body.search-padding {
    padding-top: 154px
}

@media (min-width: 768px) {
    body.search-padding {
        padding-top: 194px
    }
}

@media (min-width: 1280px) {
    body.search-padding {
        padding-top: 294px
    }
}

.loading {
    box-sizing: border-box;
    border-radius: 50%;
    width: 10em;
    height: 10em;
    left: 50%;
    top: 50%;
    margin-left: -5em;
    margin-top: -5em;
    position: fixed;
    z-index: 9999;
    font-size: 10px;
    text-indent: -9999em;
    border: 1.1em solid #a5a5a5;
    border-left-color: #ebebeb;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s linear infinite;
    animation: load8 1.1s linear infinite
}

.loading-wrapper {
    display: none;
    overflow: hidden;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 8888;
    position: fixed;
    background-color: #888;
    opacity: .9;
    left: 0;
    top: 0
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.db {
    display: block
}

.di {
    display: inline
}

.np {
    padding: 0
}

.dib {
    display: inline-block
}

li, ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0
}

.red {
    color: #da291c
}

.white {
    color: #fff
}

.light-grey {
    color: #ccc
}

.black {
    color: #000
}

.bg-dark-grey {
    background-color: #333
}

.bg-dark-grey a, .bg-dark-grey h2 {
    color: #fff
}

.bg-light-grey {
    background-color: #f5f5f5
}

.bg-light-grey a, .bg-light-grey h2 {
    color: #da291c
}

.bg-red {
    background-color: #da291c
}

.bg-black {
    background-color: #000
}

.bg-black a, .bg-black h2 {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-inherit {
    background-color: inherit
}

.separator {
    border: 1px solid #888
}

.red-button {
    text-transform: uppercase;
    box-sizing: border-box;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    padding: 0 29px;
    height: 35px;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1.4px;
    text-align: center;
    font-size: .75rem;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    background: #da291c;
    text-decoration: none
}

@media (min-width: 768px) {
    .red-button {
        padding: 0 28px
    }
}

@media (min-width: 1280px) {
    .red-button {
        margin-top: 27px;
        line-height: 45px;
        padding: 0 47px;
        height: 45px;
        font-size: .875rem
    }
}

.pin-link .red-button {
    letter-spacing: 1px
}

.red-button:hover {
    color: #fff;
    text-decoration: none
}

.red-button:active, .red-button:focus {
    color: #fff
}

.button-cta.red {
    font-family: NeusaNextProRegular, sans-serif;
    background-color: transparent;
    color: #da291c;
    border: 2px solid #da291c;
    display: inline-block;
    line-height: 27px;
    letter-spacing: .9pt;
    font-size: .625rem;
    padding: 8px 18px 8px 1pc;
    text-align: center;
    text-decoration: none
}

.button-cta.red:hover {
    color: #c10016
}

.button-cta.red:active {
    background-color: #fff;
    color: #c10016
}

.button-cta.red.arrow:after {
    content: "";
    margin-left: 11px;
    background-size: contain
}

.button-cta.red.arrow.down:after {
    background-image: url(/../assets/icon/icon-arrow-down-red.svg)
}

.button-cta.red.arrow.down:after, .button-cta.red.arrow.up:after {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat
}

.button-cta.red.arrow.up:after {
    background-image: url(/../assets/icon/icon-arrow-up-red.svg)
}

.button-cta.transparent {
    cursor: pointer
}

.button-cta.transparent, .button-cta.transparent:active, .button-cta.transparent:focus, .button-cta.transparent:hover, .button-cta.transparent:visited {
    background-color: transparent;
    border: none;
    color: transparent
}

.button-cta .disabled, .button-cta .inactive, .button-cta[disabled] {
    cursor: default
}

.icon {
    background-size: contain
}

.icon.pdf {
    background: url(/../assets/icon/icon-pdf.png) no-repeat;
    display: block;
    background-size: contain;
    background-position: 50%
}

.icon.dwg {
    background-image: url(/../assets/icon/icon-dwg-active.svg)
}

.icon.doc, .icon.dwg {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.icon.doc {
    background-image: url(/../assets/icon/doc.svg)
}

.icon.excel {
    background-image: url(/../assets/icon/excel.svg)
}

.icon.excel, .icon.ppt {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.icon.ppt {
    background-image: url(/../assets/icon/ppt.svg)
}

.icon.rvt {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/rvt.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat
}

.icon.plus {
    background-image: url(/../assets/icon/icon-plus-black-active.svg)
}

.icon.plus, .icon.plus.inactive {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1pc;
    background-repeat: no-repeat
}

.icon.plus.inactive {
    background-image: url(/../assets/icon/icon-plus-black-inactive.svg)
}

.icon.download {
    background-image: url(/../assets/icon/icon-download-black-active.svg)
}

.icon.download, .icon.download.inactive {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.download.inactive {
    background-image: url(/../assets/icon/icon-download-black-inactive.svg)
}

.icon.download.white {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-download-white-active.svg);
    width: 20px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.mail.black {
    width: 26px;
    height: 17px
}

.icon.mail.black, .icon.mail.black.medium {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-email-black-active.svg);
    background-repeat: no-repeat
}

.icon.mail.black.medium {
    width: 30px;
    height: 20px
}

.icon.mail.black.inactive {
    background-image: url(/../assets/icon/icon-email-black-inactive.svg);
    width: 26px;
    height: 17px
}

.icon.mail.black.inactive, .icon.mail.white {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.mail.white {
    background-image: url(/../assets/icon/icon-email-white-active.svg);
    width: 30px;
    height: 20px
}

.icon.pencil {
    background-image: url(/../assets/icon/icon-pencil.svg);
    width: 6px;
    height: 6px
}

.icon.info, .icon.pencil {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.info {
    background-image: url(/../assets/icon/icon-info.svg);
    width: 15px;
    height: 14px
}

.icon.map {
    background-image: url(/../assets/icon/icon-map-view.svg)
}

.icon.map, .icon.map-icon-red {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 17px;
    background-repeat: no-repeat
}

.icon.map-icon-red {
    background-image: url(/../assets/icon/icon-map-pin-red-star.svg)
}

.icon.icon-map-pin-grey-circle {
    background-image: url(/../assets/icon/icon-map-pin-grey-circle.svg);
    width: 20px;
    height: 17px
}

.icon.cross-red, .icon.icon-map-pin-grey-circle {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.cross-red {
    background-image: url(/../assets/icon/icon-cross-red.svg);
    width: 11px;
    height: 11px
}

@media (min-width: 768px) {
    .icon.cross-red {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-cross-red.svg);
        width: 13px;
        height: 13px;
        background-repeat: no-repeat
    }
}

@media (min-width: 1280px) {
    .icon.cross-red {
        display: inline-block;
        vertical-align: middle;
        background-image: url(/../assets/icon/icon-cross-red.svg);
        width: 19.5px;
        height: 19.5px;
        background-repeat: no-repeat
    }
}

.icon.remove {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-remove.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.remove.inactive {
    opacity: .2
}

.icon.remove-black {
    background-image: url(/../assets/icon/icon-remove-black.svg);
    width: 24px;
    height: 24px
}

.icon.add, .icon.remove-black {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.add {
    background-image: url(/../assets/icon/icon-add.svg);
    width: 18px;
    height: 19px
}

.icon.add.inactive {
    opacity: .2
}

.icon.add-white {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-add-white.svg);
    width: 18px;
    height: 19px;
    background-repeat: no-repeat
}

.icon.add-white.inactive {
    opacity: .2
}

.icon.document-count {
    background-image: url(/../assets/icon/icon-document-count.svg)
}

.icon.document-count, .icon.tick {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.icon.tick {
    background-image: url(/../assets/icon/icon-tick.svg)
}

.icon.document {
    background-image: url(/../assets/icon/icon-document.svg);
    width: 86.9px;
    height: 105px
}

.icon.document, .icon.filter {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.filter {
    background-image: url(/../assets/icon/icon-filter.svg);
    width: 24px;
    height: 24px;
    background-size: contain
}

.icon.document-download {
    width: 3pc;
    height: 60px
}

.icon.document-download, .icon.icon-minimize {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-document-download.svg);
    background-repeat: no-repeat
}

.icon.icon-minimize {
    width: 13.8px;
    height: 1px
}

.icon.document-error {
    background-image: url(/../assets/icon/icon-document-error.svg);
    width: 3pc;
    height: 60px
}

.icon.document-error, .icon.import {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat
}

.icon.import {
    background-image: url(/../assets/icon/icon-import.svg);
    width: 21px;
    height: 20px
}

.icon.arrow-up {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-arrow-down-black.svg);
    width: 6px;
    height: 10px;
    background-repeat: no-repeat
}

.icon.merge-pdf {
    background-image: url(/../assets/icon/mergepdf.svg);
    width: 20px
}

.icon.favorite, .icon.merge-pdf {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    background-repeat: no-repeat
}

.icon.favorite {
    background-image: url(/../assets/icon/favorite.svg);
    width: 9pt
}

.icon.favorite.gray {
    background-image: url(/../assets/icon/favorite-gray.svg);
    width: 9pt
}

.icon.favorite.gray, .icon.reload {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    background-repeat: no-repeat
}

.icon.reload {
    background-image: url(/../assets/icon/reload.svg);
    width: 24px
}

.icon.reload.white {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/reload-white.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.checkbox {
    cursor: pointer
}

.checkbox > input[type=checkbox] {
    display: none
}

.checkbox > input[type=checkbox] + span {
    box-sizing: border-box;
    border: 1px solid #888;
    display: inline-block;
    background-color: #f5f5f5;
    width: 22.6px;
    height: 22.6px
}

.checkbox > input[type=checkbox] + span.global-doc-checkbox {
    width: 18px;
    height: 18px
}

@media (min-width: 768px) {
    .checkbox > input[type=checkbox] + span {
        width: 18px;
        height: 18px
    }
}

.checkbox > input[type=checkbox]:checked + span {
    background-color: #da291c;
    border: 1px solid #000
}

.backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1032
}

input::-ms-clear {
    display: none
}

.popover {
    z-index: 1034
}

.dashboard-template.root.responsivegrid {
    padding: 0 2px
}

@media (min-width: 768px) {
    .dashboard-template.root.responsivegrid {
        padding: 0 52px
    }
}

@media (min-width: 1280px) {
    .dashboard-template.root.responsivegrid {
        padding: 0 87px
    }
}

.dashboard-template.root.responsivegrid .row {
    margin: 0 auto
}

.dashboard-template.root.responsivegrid .row.default-margin {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.dashboard-template.root.responsivegrid .container {
    padding: 0
}

.dashboard-template.root.responsivegrid .breadcrumb-container .breadcrumb {
    padding-left: 0
}

.dashboard-template.root.responsivegrid .dashboard-static-components {
    display: none
}

.dashboard-template.root.responsivegrid .latest-news {
    padding: 30px 22px
}

@media (min-width: 768px) {
    .dashboard-template.root.responsivegrid .latest-news {
        padding: 40px 0
    }
}

.dashboard-template.root.responsivegrid .latest-news .red-button {
    width: 100%;
    margin-top: 30px
}

@media (min-width: 768px) {
    .dashboard-template.root.responsivegrid .latest-news .red-button {
        width: auto
    }
}

html.ie11 .latest-news .red-button {
    height: auto
}

.btn.focus, .btn:focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color
}

.overlay-location-access {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1035;
    left: 0;
    top: 0
}

.cursor-pointer {
    cursor: pointer
}

.news-project-portfolio-box .left-box {
    width: 100%;
    float: none
}

@media (min-width: 1280px) {
    .news-project-portfolio-box .left-box {
        width: 56.8%;
        float: left
    }
}

.news-project-portfolio-box .right-box {
    width: 100%;
    float: none
}

@media (min-width: 1280px) {
    .news-project-portfolio-box .right-box {
        width: 43.2%;
        float: right
    }
}

.filter-box, .menu-icon {
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.no-result {
    font-size: 1rem;
    color: #333;
    font-family: NeusaNextProRegular, sans-serif;
    letter-spacing: 1px;
    text-align: center
}

@media (min-width: 768px) {
    .no-result {
        font-size: 1.25rem
    }
}

.no-result a {
    color: #da291c
}

.aem-AuthorLayer-Edit .region-modal-container .modal-header, .aem-AuthorLayer-Preview .region-modal-container .modal-header {
    display: block !important
}

.menu-overlay {
    background: #333;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 90pt;
    width: 100%;
    z-index: 9
}

*, .btn:focus, .btn:hover, a:focus, button:focus {
    outline: none
}

.form-source-box {
    max-width: 8in;
    margin: 0 auto
}

.left-0 {
    left: 0 !important
}

[data-toggle~=collapse] {
    cursor: pointer
}

.image.parbase.section .cq-dd-image {
    width: 100%;
    height: auto
}

.signup-form {
    width: 100%;
    height: 970px
}

@media (min-width: 768px) {
    .signup-form {
        height: 870px
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0
}

.justify--left {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left
}

.justify--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.justify--left {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    justify-content: right
}

.flex-wrapper--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.flex-wrapper--column, .flex-wrapper--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.align--center {
    text-align: center
}

.align--right {
    text-align: right
}

.align--left {
    text-align: left
}

.hide {
    visibility: hidden
}

@media (min-width: 1280px) {
    .red-border--bottom {
        border-bottom: 4px solid #ee3124 !important
    }
}

:-webkit-direct-focus {
    outline-style: none
}

.cmp-container .reflist {
    padding-right: 15px
}

.cmp-container .homePageProjectPortfolioContainer {
    padding-left: 15px
}

.cmp-container .homePageProjectPortfolioContainer .l-headline {
    font-weight: 200
}

@media (max-width: 1439.98px) {
    .cmp-container .homePageProjectPortfolioContainer .l-headline {
        font-weight: 200
    }
}

.link.red, a.red {
    color: #da291c
}

.link.red.disable-hover:active, .link.red.disable-hover:focus, .link.red.disable-hover:hover, a.red.disable-hover:active, a.red.disable-hover:focus, a.red.disable-hover:hover {
    color: #da291c;
    text-decoration: none
}

.link.grey, a.grey {
    color: #333
}

.link.grey.disable-hover:active, .link.grey.disable-hover:focus, .link.grey.disable-hover:hover, a.grey.disable-hover:active, a.grey.disable-hover:focus, a.grey.disable-hover:hover {
    color: #333;
    text-decoration: none
}

.link:focus, .link:hover, a:focus, a:hover {
    color: #c01903
}

.link:active, a:active {
    color: #a91602
}

.link.italic, a.italic {
    font-style: italic
}

.link.underline, a.underline {
    text-decoration: underline
}

.result-box .result-box {
    padding: 30px 22px;
    background: hsla(0, 0%, 84.7%, .2);
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .result-box .result-box {
        padding: 25px 29px;
        margin: 0 8px 20px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box {
        padding: 39px 46px 30px;
        margin-right: 8px
    }
}

.result-box .result-box .title-star {
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%
}

@media (min-width: 768px) {
    .result-box .result-box .title-star {
        margin-bottom: 4px
    }
}

.result-box .result-box .title-star .title {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #333;
    float: left;
    width: 60%
}

@media (min-width: 768px) {
    .result-box .result-box .title-star .title {
        font-size: 1pc;
        letter-spacing: .1pc
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .title-star .title {
        font-size: 22px;
        letter-spacing: 2.2px
    }
}

.result-box .result-box .title-star .title.c-pointer-line-height {
    cursor: pointer;
    line-height: 33px;
    text-decoration: none
}

.result-box .result-box .title-star ul {
    float: right;
    text-align: center
}

.result-box .result-box .title-star ul li {
    display: inline-block;
    margin: 0 5px;
    text-indent: -9999px;
    background-size: contain;
    background-position: 50%;
    width: 1pc;
    height: 1pc
}

.result-box .result-box .title-star ul li.icq {
    background-image: url(clientlibs/assets/icons/ICQ.png)
}

.result-box .result-box .title-star ul li.master-contractor {
    background-image: url(clientlibs/assets/icons/Master_contractor.png)
}

.result-box .result-box .title-star ul li.piq {
    background-image: url(clientlibs/assets/icons/PIQ.png)
}

.result-box .result-box .title-star ul li.platinum-council {
    background-image: url(clientlibs/assets/icons/Platinum_Council.png)
}

.result-box .result-box .title-star ul li.platinum-master {
    background-image: url(clientlibs/assets/icons/Platinum_Master_contractor.gif)
}

@media (min-width: 768px) {
    .result-box .result-box .title-star ul li {
        width: 14px;
        height: 14px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .title-star ul li {
        width: 40px;
        height: 40px
    }
}

.result-box .result-box .distance {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 9pt;
    font-weight: 500;
    letter-spacing: .5px;
    color: #333;
    margin-bottom: 14px;
    position: relative;
    padding-left: 18px
}

@media (min-width: 768px) {
    .result-box .result-box .distance {
        font-size: .625rem;
        margin-bottom: 15px;
        letter-spacing: 1px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .distance {
        font-size: 14px;
        margin-bottom: 23px
    }
}

.result-box .result-box .distance:after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/../assets/icon/icon-map-pin-small-red.svg);
    width: 9px;
    height: 9pt;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media (min-width: 768px) {
    .result-box .result-box .distance:after {
        top: 1px;
        top: 4px
    }
}

.result-box .result-box .details {
    width: 100%;
    overflow: hidden
}

.result-box .result-box .details ul {
    padding-top: 5px
}

.result-box .result-box .details ul li {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1.1px;
    color: #333;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.result-box .result-box .details ul li a {
    color: #333
}

@media (min-width: 1280px) {
    .result-box .result-box .details ul li a {
        margin-left: 20px
    }
}

.result-box .result-box .details ul li strong {
    text-transform: uppercase;
    letter-spacing: .5px
}

.result-box .result-box .details ul li span {
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .result-box .result-box .details ul li {
        font-size: .625rem;
        letter-spacing: .8px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .details ul li {
        font-size: .875rem;
        margin-bottom: 10px;
        letter-spacing: .1pc
    }
}

.result-box .result-box .details ul li .website {
    width: auto;
    font-weight: 400;
    text-transform: inherit
}

.result-box .result-box .details ul.info-1 {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 2px solid #979797;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .result-box .result-box .details ul.info-1 {
        padding-right: 40px;
        margin-right: 40px;
        padding-bottom: 0;
        margin-bottom: 0;
        box-sizing: border-box;
        width: 53%;
        float: left;
        border-right: 2px solid #979797;
        border-bottom: 0;
        min-height: 85px
    }
}

@media (min-width: 1280px) {
    .result-box .result-box .details ul.info-1 {
        border-right: 2px solid #979797;
        width: 55%;
        padding-right: 50px;
        margin-right: 50px;
        min-height: 75pt
    }
}

.result-box .result-box .details ul.info-2 {
    width: 100%
}

@media (min-width: 768px) {
    .result-box .result-box .details ul.info-2 {
        width: 39%;
        float: right
    }
}

.result-box .result-page-cont {
    margin-bottom: 25px
}

.popover {
    background: #fff;
    padding: 19px 9pt 19px 19px;
    max-width: 274px;
    top: 10px !important;
    border: 0;
    box-shadow: -1px 4px 4px 0 rgba(0, 0, 0, .26);
    border-radius: 0
}

@media (min-width: 768px) {
    .popover {
        padding: 19px;
        max-width: 281px;
        top: 7px !important
    }
}

@media (min-width: 1280px) {
    .popover {
        padding: 15px;
        max-width: 216px
    }
}

.popover .popover-body {
    padding: 0
}

.popover .popover-body.add-list {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .14px
}

.popover .custom-popup-header {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .75rem;
    font-weight: 900;
    padding-bottom: 8px;
    line-height: normal;
    letter-spacing: .9pt;
    color: #333
}

@media (min-width: 1280px) {
    .popover .custom-popup-header {
        font-size: .625rem;
        padding-bottom: 6px;
        letter-spacing: 1px
    }
}

.popover .custom-popup-body {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: .625rem;
    line-height: normal;
    letter-spacing: .1px;
    color: #333
}

.popover .icon {
    margin-right: 5px
}

@media (min-width: 1280px) {
    .popover .icon {
        width: 11px;
        height: 11px
    }
}

h1 {
    font-size: 2.1875rem;
    line-height: 2.375rem;
    letter-spacing: 0;
    color: #fff
}

.fs-h1, h1 {
    font-family: NeusaNextProRegular, sans-serif
}

.fs-h1 {
    font-size: 1rem;
    letter-spacing: .6px;
    color: #333;
    font-weight: 900;
    text-transform: uppercase
}

@media (min-width: 1280px) {
    .fs-h1 {
        font-size: .875rem
    }
}

.fs-sub-h1 {
    font-family: NeusaNextProRegular, sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    color: #333;
    font-weight: 500
}

@media (min-width: 1280px) {
    .fs-sub-h1 {
        font-size: .875rem
    }
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.xl-headline {
    font-family: NeusaNextProRegular, serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0
}

@media (max-width: 1025px) {
    .xl-headline {
        font-weight: 700;
        font-size: 44px;
        line-height: 125%
    }
}

.l-headline {
    font-family: NeusaNextProLight, serif;
    font-weight: 200;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0
}

@media (max-width: 1025px) {
    .l-headline {
        font-weight: 700;
        font-size: 34px;
        line-height: 40px
    }
}

.m-headline {
    font-family: NeusaNextPro, serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 3pc
}

@media (max-width: 1025px) {
    .m-headline {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px
    }
}

.s-headline {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0
}

@media (max-width: 1025px) {
    .s-headline {
        font-size: 18px;
        line-height: 26px
    }
}

.body-l {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

@media (max-width: 1025px) {
    .body-l {
        font-size: 18px;
        line-height: 26px
    }
}

.body-m {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}

.firestone-button-label {
    font-size: 1pc;
    line-height: 22px;
    letter-spacing: .5px
}

.firestone-button-label, .firestone-label {
    font-family: NeusaNextProRegular, serif;
    font-weight: 700
}

.firestone-label {
    font-size: 14px;
    line-height: 1pc;
    letter-spacing: 1px
}

.firestone-list {
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@media print {
    body.fsbpe-base-page {
        background-color: #fff
    }

    body.fsbpe-base-page, body.fsbpe-base-page .container {
        min-width: 0 !important
    }
}

.main-btn {
    padding: 14px 31px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: NeusaNextProRegular, serif;
    font-size: 1pc;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: .5px
}

.main-btn:after, .main-btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid
}

.main-btn:before {
    top: 0;
    left: 0;
    border-width: 15px 15px 0 0;
    border-color: #fff transparent transparent
}

.main-btn:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff
}

.main-btn:hover {
    color: #fff;
    text-decoration: none
}

.main-btn:focus {
    color: #fff
}

.main-btn--primary-red {
    background-color: #da291c
}

.main-btn--primary-red:hover {
    background-color: #c10016
}

.main-btn--primary-red:focus {
    background-color: rgba(193, 0, 22, .2);
    outline-color: #2590ef
}

.main-btn--primary-black {
    background-color: #000
}

.main-btn--primary-black:hover {
    background-color: #252a36
}

.main-btn--primary-black:focus {
    outline-color: #2590ef
}

.main-btn--disabled {
    background-color: #eae6e7;
    color: #000
}

.jump-link {
    text-transform: uppercase;
    font-family: NeusaNextProRegular, serif;
    font-weight: 700;
    font-size: 1pc;
    line-height: 21px;
    letter-spacing: .5px;
    text-align: center;
    padding: 9px 56px;
    background-color: #da291c;
    color: #fff
}

.jump-link:hover {
    background-color: #c10016
}

.jump-link:focus {
    outline-color: #2590ef
}

.link-v2 {
    background-color: transparent;
    font-family: NeusaNextProRegular, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #da291c;
    position: relative;
    display: inline-block
}

.link-v2:hover {
    text-decoration: underline
}

.link-v2:focus {
    outline-color: #2590ef
}

.header .fs-dropdown-menu.show-submenu {
    display: none
}
.owl-carousel {
    display: block!important;
}