@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto);


.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem;
    background: #f8f8f8;
}

    .footer::before {
        content: unset;
    }

.footer__logo img {
    max-height: 50px;
    margin: 0 0 2rem;
}

.footer__p {
    margin: 0 0 1.2rem;
    color: #000;
    font-size: 1.6rem;
    text-align: center;
}

.footer__p-lighter {
    font-size: 1.2rem;
    color: #808080;
}

@media screen and (min-width: 62.0625em) {
    .footer {
        padding: 6.6rem 6.4rem 5.6rem;
    }

        .footer .legals {
            justify-content: start;
            margin-bottom: 0;
        }

            .footer .legals > a:first-child {
                margin-right: 3.2rem;
            }

        .footer .copyright {
            justify-content: flex-end;
        }
}

.m-b-30 {
    margin-bottom: 30px;
}

.footer-v2__links, .footer-v2__links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}

.footer__p-lighter {
    font-size: 1.2rem;
    color: #808080;
}

.footer__p {
    margin: 0 0 1.2rem;
    color: #000;
    font-size: 1.6rem;
    text-align: center;
}

.footer img, svg {
    vertical-align: middle;
}

.m-b-20 {
    margin-bottom: 20px;
}

.footer-v2__links li, .footer-v2__links ul li {
    padding: 0 10px;
}

    .footer-v2__links li + li, .footer-v2__links ul li + li {
        border-left: 1px solid #000;
    }

.user-nav {
    display: block !important;
}


/*phone dropdown*/

.first-button, .mob-nav {
    display: none;
}

.desktop-right-nav {
    display: block !important;
}

/*Media Queries*/
@media only screen and (max-width: 800px) {
    .search-params {
        padding: 15px;
    }

    .search-params__container .destination-container {
        height: 33px !important;
    }

        .search-params__container .destination-container .form-control {
            margin-left: 0 !important;
            margin-right: 0 !important;
            border-radius: 5px !important;
        }
}

@media only screen and (max-width: 767px) {
    .ports, .ships, .filter-by-points, .sort-by {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .partner-header__inner .partner-header__col-one[_ngcontent-ele-c49] {
        margin: 0;
        text-align: left;
        width: 58.33333333%;
    }

    .partner-header__container .mob-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: center;
        width: 41.66666667% !important;
    }

    .desktop-right-nav {
        display: none !important;
    }

    .first-button {
        display: flex;
        justify-content: flex-end;
    }

    #dropdownMenu2 {
        background-color: transparent;
        border: 0;
        color: #00b0b9;
        font-size: 15px;
    }

        #dropdownMenu2 img {
            width: 25px;
            margin-right: -5px;
        }

    .open > .dropdown-menu {
        display: block;
        width: 250px;
        padding: 15px;
        left: -70px;
        text-align: right;
    }

    .action-btn_link {
        margin: 0;
        text-decoration: none;
        border: 0;
        padding: 0;
        display: flex;
    }

        .action-btn_link img {
            width: 30px;
        }

    .open > .dropdown-menu {
        left: -120px;
    }

    #dropdownMenu2:focus, #dropdownMenu2:focus-within, #dropdownMenu2:active, #dropdownMenu2:visited {
        outline: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 480px) {
    .open > .dropdown-menu {
        left: -145px;
    }
}

@media only screen and (max-width: 420px) {
    .open > .dropdown-menu {
        left: -160px;
    }
}

@media only screen and (max-width: 390px) {
    .open > .dropdown-menu {
        left: -165px;
    }
}

@media only screen and (max-width: 360px) {
    .open > .dropdown-menu {
        left: -175px;
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

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

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
            -o-transition: transform .2s, top .2s, -webkit-transform .2s;
            transition: .2s top, .2s -webkit-transform;
            transition: .2s transform, .2s top;
            transition: .2s transform, .2s top, .2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
        -o-transition: transform .2s, left .2s, -webkit-transform .2s;
        transition: .2s left, .2s -webkit-transform;
        transition: .2s transform, .2s left;
        transition: .2s transform, .2s left, .2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s, -webkit-transform .2s;
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: 1s steps(12, end) infinite swiper-preloader-spin;
    animation: 1s steps(12, end) infinite swiper-preloader-spin
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

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

    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*! nouislider - 12.1.0 - 10/25/2018 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-badge-small .mat-badge-content {
    font-size: 6px
}

.mat-badge-large .mat-badge-content {
    font-size: 24px
}

.mat-h1,
.mat-headline,
.mat-typography h1 {
    font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 16px
}

.mat-h2,
.mat-title,
.mat-typography h2 {
    font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 16px
}

.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
    font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 16px
}

.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
    font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 16px
}

.mat-h5,
.mat-typography h5 {
    font: 400 11.62px/20px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 12px
}

.mat-h6,
.mat-typography h6 {
    font: 400 9.38px/20px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 12px
}

.mat-body-2,
.mat-body-strong {
    font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif
}

.mat-body,
.mat-body-1,
.mat-typography {
    font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif
}

    .mat-body p,
    .mat-body-1 p,
    .mat-typography p {
        margin: 0 0 12px
    }

.mat-caption,
.mat-small {
    font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif
}

.mat-display-4,
.mat-typography .mat-display-4 {
    font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 56px;
    letter-spacing: -.05em
}

.mat-display-3,
.mat-typography .mat-display-3 {
    font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 64px;
    letter-spacing: -.02em
}

.mat-display-2,
.mat-typography .mat-display-2 {
    font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 64px;
    letter-spacing: -.005em
}

.mat-display-1,
.mat-typography .mat-display-1 {
    font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
    margin: 0 0 64px
}

.mat-bottom-sheet-container {
    font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif
}

.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-button-toggle,
.mat-card {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500
}

.mat-card-header .mat-card-title {
    font-size: 20px
}

.mat-card-content,
.mat-card-subtitle {
    font-size: 14px
}

.mat-checkbox {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 24px
}

.mat-chip {
    font-size: 14px;
    font-weight: 500
}

    .mat-chip .mat-chip-remove.mat-icon,
    .mat-chip .mat-chip-trailing-icon.mat-icon {
        font-size: 18px
    }

.mat-table {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 500
}

.mat-cell,
.mat-footer-cell {
    font-size: 14px
}

.mat-calendar {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-calendar-body {
    font-size: 13px
}

.mat-calendar-body-label,
.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400
}

.mat-dialog-title {
    font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif
}

.mat-expansion-panel-header {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 400
}

.mat-expansion-panel-content {
    font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em
}

    .mat-form-field-prefix .mat-icon-button .mat-icon,
    .mat-form-field-suffix .mat-icon-button .mat-icon {
        height: 1.125em;
        line-height: 1.125
    }

.mat-form-field-infix {
    padding: .5em 0;
    border-top: .84375em solid transparent
}

.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    -ms-transform: translateY(-1.34375em) scale(.75);
    transform: translateY(-1.34375em) scale(.75);
    width: 133.33333%
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -ms-transform: translateY(-1.34374em) scale(.75);
    transform: translateY(-1.34374em) scale(.75);
    width: 133.33334%
}

.mat-form-field-label-wrapper {
    top: -.84375em;
    padding-top: .84375em
}

.mat-form-field-label {
    top: 1.34375em
}

.mat-form-field-underline {
    bottom: 1.34375em
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: .66667em;
    top: calc(100% - 1.79167em)
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: .4375em 0
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28125em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);
    -ms-transform: translateY(-1.28124em) scale(.75);
    width: 133.33334%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);
    -ms-transform: translateY(-1.28123em) scale(.75);
    width: 133.33335%
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: .54167em;
    top: calc(100% - 1.66667em)
}

@media print {

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
    .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
        -ms-transform: translateY(-1.28122em) scale(.75);
        transform: translateY(-1.28122em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28121em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
        -ms-transform: translateY(-1.2812em) scale(.75);
        transform: translateY(-1.2812em) scale(.75)
    }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 .75em
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
    margin-top: -.5em
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    -ms-transform: translateY(-.59375em) scale(.75);
    transform: translateY(-.59375em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -ms-transform: translateY(-.59374em) scale(.75);
    transform: translateY(-.59374em) scale(.75);
    width: 133.33334%
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
    margin-top: -.25em
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    -ms-transform: translateY(-1.59375em) scale(.75);
    transform: translateY(-1.59375em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -ms-transform: translateY(-1.59374em) scale(.75);
    transform: translateY(-1.59374em) scale(.75);
    width: 133.33334%
}

.mat-grid-tile-footer,
.mat-grid-tile-header {
    font-size: 14px
}

    .mat-grid-tile-footer .mat-line,
    .mat-grid-tile-header .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-grid-tile-footer .mat-line:nth-child(n+2),
        .mat-grid-tile-header .mat-line:nth-child(n+2) {
            font-size: 12px
        }

input.mat-input-element {
    margin-top: -.0625em
}

.mat-menu-item {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 12px
}

.mat-radio-button,
.mat-select {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-select-trigger {
    height: 1.125em
}

.mat-slide-toggle-content {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-slider-thumb-label-text {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 500
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400
}

.mat-step-sub-label-error {
    font-weight: 400
}

.mat-step-label-error {
    font-size: 14px
}

.mat-step-label-selected {
    font-size: 14px;
    font-weight: 500
}

.mat-tab-group {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-tab-label,
.mat-tab-link {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
    margin: 0
}

.mat-tooltip {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px
}

.mat-list-item,
.mat-list-option {
    font-family: Roboto, "Helvetica Neue", sans-serif
}

.mat-list-base .mat-list-item {
    font-size: 16px
}

    .mat-list-base .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 14px
        }

.mat-list-base .mat-list-option {
    font-size: 16px
}

    .mat-list-base .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 14px
        }

.mat-list-base[dense] .mat-list-item {
    font-size: 12px
}

    .mat-list-base[dense] .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box
    }

        .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),
        .mat-list-base[dense] .mat-list-option {
            font-size: 12px
        }

            .mat-list-base[dense] .mat-list-option .mat-line {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                box-sizing: border-box
            }

                .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
                    font-size: 12px
                }

.mat-list-base[dense] .mat-subheader {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 500
}

.mat-option {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.mat-optgroup-label {
    font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
    color: rgba(0, 0, 0, .54)
}

.mat-simple-snackbar {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500
}

.mat-ripple {
    overflow: hidden;
    position: relative
}

    .mat-ripple.mat-ripple-unbounded {
        overflow: visible
    }

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0s cubic-bezier(0, 0, .2, 1);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media screen and (-ms-high-contrast:active) {
    .mat-ripple-element {
        display: none
    }
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

    .cdk-overlay-container:empty {
        display: none
    }

.cdk-global-overlay-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    opacity: 0
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1
    }

@media screen and (-ms-high-contrast:active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: .6
    }

    .mat-badge-small .mat-badge-content {
        outline: solid 1px;
        border-radius: 0
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, .32)
}

.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    animation-name: cdk-text-field-autofill-start
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation-name: cdk-text-field-autofill-end
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    height: auto !important;
    overflow: hidden !important;
    padding: 2px 0 !important;
    box-sizing: content-box !important
}

.mat-ripple-element {
    background-color: rgba(0, 0, 0, .1)
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled),
.mat-option:hover:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, .04)
}

.mat-option.mat-active {
    background: rgba(0, 0, 0, .04);
    color: rgba(0, 0, 0, .87)
}

.mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, .38)
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f51b5
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ff4081
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, .38)
}

.mat-pseudo-checkbox {
    color: rgba(0, 0, 0, .54)
}

    .mat-pseudo-checkbox::after {
        color: #fafafa
    }

.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
    background: #ff4081
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #3f51b5
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled {
    background: #b0b0b0
}

.mat-elevation-z0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, .87)
}

.mat-theme-loaded-marker {
    display: none
}

.mat-autocomplete-panel {
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: #fff
    }

        .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: rgba(0, 0, 0, .87)
        }

.mat-badge-accent .mat-badge-content {
    background: #ff4081;
    color: #fff
}

.mat-badge-warn .mat-badge-content {
    color: #fff;
    background: #f44336
}

.mat-badge {
    position: relative
}

.mat-badge-hidden .mat-badge-content {
    display: none
}

.mat-badge-disabled .mat-badge-content {
    background: #b9b9b9;
    color: rgba(0, 0, 0, .38)
}

.mat-badge-content {
    color: #fff;
    background: #3f51b5;
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    -ms-transform: scale(.6);
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none
}

    .mat-badge-content.mat-badge-active {
        -ms-transform: none;
        transform: none
    }

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px
}

@media screen and (-ms-high-contrast:active) {

    .mat-badge-large .mat-badge-content,
    .mat-badge-medium .mat-badge-content {
        outline: solid 1px;
        border-radius: 0
    }

    .mat-checkbox-disabled {
        opacity: .5
    }
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px
}

.mat-bottom-sheet-container {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

.mat-button,
.mat-icon-button,
.mat-stroked-button {
    color: inherit;
    background: 0 0
}

    .mat-button.mat-primary,
    .mat-icon-button.mat-primary,
    .mat-stroked-button.mat-primary {
        color: #3f51b5
    }

    .mat-button.mat-accent,
    .mat-icon-button.mat-accent,
    .mat-stroked-button.mat-accent {
        color: #ff4081
    }

    .mat-button.mat-warn,
    .mat-icon-button.mat-warn,
    .mat-stroked-button.mat-warn {
        color: #f44336
    }

        .mat-button.mat-accent[disabled],
        .mat-button.mat-primary[disabled],
        .mat-button.mat-warn[disabled],
        .mat-button[disabled][disabled],
        .mat-icon-button.mat-accent[disabled],
        .mat-icon-button.mat-primary[disabled],
        .mat-icon-button.mat-warn[disabled],
        .mat-icon-button[disabled][disabled],
        .mat-stroked-button.mat-accent[disabled],
        .mat-stroked-button.mat-primary[disabled],
        .mat-stroked-button.mat-warn[disabled],
        .mat-stroked-button[disabled][disabled] {
            color: rgba(0, 0, 0, .26)
        }

    .mat-button.mat-primary .mat-button-focus-overlay,
    .mat-icon-button.mat-primary .mat-button-focus-overlay,
    .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: #3f51b5
    }

    .mat-button.mat-accent .mat-button-focus-overlay,
    .mat-icon-button.mat-accent .mat-button-focus-overlay,
    .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: #ff4081
    }

    .mat-button.mat-warn .mat-button-focus-overlay,
    .mat-icon-button.mat-warn .mat-button-focus-overlay,
    .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: #f44336
    }

    .mat-button[disabled] .mat-button-focus-overlay,
    .mat-icon-button[disabled] .mat-button-focus-overlay,
    .mat-stroked-button[disabled] .mat-button-focus-overlay {
        background-color: transparent
    }

    .mat-button .mat-ripple-element,
    .mat-icon-button .mat-ripple-element,
    .mat-stroked-button .mat-ripple-element {
        opacity: .1;
        background-color: currentColor
    }

.mat-button-focus-overlay {
    background: #000
}

.mat-stroked-button:not([disabled]) {
    border-color: rgba(0, 0, 0, .12)
}

.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
    color: rgba(0, 0, 0, .87);
    background-color: #fff
}

    .mat-fab.mat-accent,
    .mat-fab.mat-primary,
    .mat-fab.mat-warn,
    .mat-flat-button.mat-accent,
    .mat-flat-button.mat-primary,
    .mat-flat-button.mat-warn,
    .mat-mini-fab.mat-accent,
    .mat-mini-fab.mat-primary,
    .mat-mini-fab.mat-warn,
    .mat-raised-button.mat-accent,
    .mat-raised-button.mat-primary,
    .mat-raised-button.mat-warn {
        color: #fff
    }

        .mat-fab.mat-accent[disabled],
        .mat-fab.mat-primary[disabled],
        .mat-fab.mat-warn[disabled],
        .mat-fab[disabled][disabled],
        .mat-flat-button.mat-accent[disabled],
        .mat-flat-button.mat-primary[disabled],
        .mat-flat-button.mat-warn[disabled],
        .mat-flat-button[disabled][disabled],
        .mat-mini-fab.mat-accent[disabled],
        .mat-mini-fab.mat-primary[disabled],
        .mat-mini-fab.mat-warn[disabled],
        .mat-mini-fab[disabled][disabled],
        .mat-raised-button.mat-accent[disabled],
        .mat-raised-button.mat-primary[disabled],
        .mat-raised-button.mat-warn[disabled],
        .mat-raised-button[disabled][disabled] {
            color: rgba(0, 0, 0, .26);
            background-color: rgba(0, 0, 0, .12)
        }

    .mat-fab.mat-primary,
    .mat-flat-button.mat-primary,
    .mat-mini-fab.mat-primary,
    .mat-raised-button.mat-primary {
        background-color: #3f51b5
    }

    .mat-fab.mat-accent,
    .mat-flat-button.mat-accent,
    .mat-mini-fab.mat-accent,
    .mat-raised-button.mat-accent {
        background-color: #ff4081
    }

    .mat-fab.mat-warn,
    .mat-flat-button.mat-warn,
    .mat-mini-fab.mat-warn,
    .mat-raised-button.mat-warn {
        background-color: #f44336
    }

        .mat-fab.mat-accent .mat-ripple-element,
        .mat-fab.mat-primary .mat-ripple-element,
        .mat-fab.mat-warn .mat-ripple-element,
        .mat-flat-button.mat-accent .mat-ripple-element,
        .mat-flat-button.mat-primary .mat-ripple-element,
        .mat-flat-button.mat-warn .mat-ripple-element,
        .mat-mini-fab.mat-accent .mat-ripple-element,
        .mat-mini-fab.mat-primary .mat-ripple-element,
        .mat-mini-fab.mat-warn .mat-ripple-element,
        .mat-raised-button.mat-accent .mat-ripple-element,
        .mat-raised-button.mat-primary .mat-ripple-element,
        .mat-raised-button.mat-warn .mat-ripple-element {
            background-color: rgba(255, 255, 255, .1)
        }

    .mat-flat-button:not([class*=mat-elevation-z]),
    .mat-stroked-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

    .mat-raised-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
    }

    .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
    }

    .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

    .mat-fab:not([class*=mat-elevation-z]),
    .mat-mini-fab:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
    }

    .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),
    .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
    }

    .mat-fab[disabled]:not([class*=mat-elevation-z]),
    .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

.mat-button-toggle-group,
.mat-button-toggle-standalone {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

    .mat-button-toggle-group-appearance-standard,
    .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, .12)
    }

.mat-button-toggle {
    color: rgba(0, 0, 0, .38)
}

    .mat-button-toggle .mat-button-toggle-focus-overlay {
        background-color: rgba(0, 0, 0, .12)
    }

.mat-button-toggle-appearance-standard {
    color: rgba(0, 0, 0, .87);
    background: #fff
}

    .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
        background-color: #000
    }

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: 1px solid rgba(0, 0, 0, .12)
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, .12)
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .54)
}

    .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
        color: rgba(0, 0, 0, .87)
    }

.mat-button-toggle-disabled {
    color: rgba(0, 0, 0, .26);
    background-color: #eee
}

    .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
        background: #fff
    }

    .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #bdbdbd
    }

.mat-card {
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-card:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
    }

    .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

.mat-card-subtitle {
    color: rgba(0, 0, 0, .54)
}

.mat-checkbox-frame {
    border-color: rgba(0, 0, 0, .54)
}

.mat-checkbox-checkmark {
    fill: #fafafa
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa !important
}

@media screen and (-ms-high-contrast:black-on-white) {
    .mat-checkbox-checkmark-path {
        stroke: #000 !important
    }
}

.mat-checkbox-mixedmark {
    background-color: #fafafa
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #3f51b5
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ff4081
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #f44336
}

.mat-checkbox-disabled.mat-checkbox-checked:not(.mat-checkbox-indeterminate) .mat-checkbox-background {
    background-color: #b0b0b0
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: rgba(0, 0, 0, .54)
}

@media screen and (-ms-high-contrast:active) {
    .mat-checkbox-background {
        background: 0 0
    }
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: #3f51b5
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: #ff4081
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: #f44336
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

    .mat-chip.mat-standard-chip .mat-chip-remove {
        color: rgba(0, 0, 0, .87);
        opacity: .4
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
        box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
        opacity: .54
    }

    .mat-chip.mat-standard-chip.mat-chip-disabled {
        opacity: .4
    }

    .mat-chip.mat-standard-chip::after {
        background: #000
    }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
        background-color: #3f51b5;
        color: #fff
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
            color: #fff;
            opacity: .4
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
            background: rgba(255, 255, 255, .1)
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
        background-color: #f44336;
        color: #fff
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
            color: #fff;
            opacity: .4
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
            background: rgba(255, 255, 255, .1)
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
        background-color: #ff4081;
        color: #fff
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
            color: #fff;
            opacity: .4
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
            background: rgba(255, 255, 255, .1)
        }

.mat-table {
    background: #fff
}

    .mat-table tbody,
    .mat-table tfoot,
    .mat-table thead,
    .mat-table-sticky,
    [mat-footer-row],
    [mat-header-row],
    [mat-row],
    mat-footer-row,
    mat-header-row,
    mat-row {
        background: inherit
    }

mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.mat-header-cell {
    color: rgba(0, 0, 0, .54)
}

.mat-cell,
.mat-footer-cell {
    color: rgba(0, 0, 0, .87)
}

.mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, .54)
}

.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
    color: rgba(0, 0, 0, .54)
}

.mat-calendar-table-header {
    color: rgba(0, 0, 0, .38)
}

.mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, .12)
}

.mat-calendar-body-label {
    color: rgba(0, 0, 0, .54)
}

.mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, .87);
    border-color: transparent
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, .38)
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, .04)
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, .38)
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, .18)
}

.mat-calendar-body-selected {
    background-color: #3f51b5;
    color: #fff
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(63, 81, 181, .4)
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
        background-color: #ff4081;
        color: #fff
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(255, 64, 129, .4)
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fff
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
        background-color: #f44336;
        color: #fff
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(244, 67, 54, .4)
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fff
    }

.mat-datepicker-content-touch {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-datepicker-toggle-active {
    color: #3f51b5
}

    .mat-datepicker-toggle-active.mat-accent {
        color: #ff4081
    }

    .mat-datepicker-toggle-active.mat-warn {
        color: #f44336
    }

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

.mat-divider {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, .12)
}

.mat-expansion-panel {
    background: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-expansion-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
    }

.mat-action-row {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: rgba(0, 0, 0, .04)
}

@media (hover:none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background: #fff
    }
}

.mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, .87)
}

.mat-expansion-indicator::after,
.mat-expansion-panel-header-description {
    color: rgba(0, 0, 0, .54)
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0, 0, 0, .26)
}

    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
        color: inherit
    }

.mat-form-field-label,
.mat-hint {
    color: rgba(0, 0, 0, .6)
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #3f51b5
}

    .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #ff4081
    }

    .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
        color: #f44336
    }

.mat-focused .mat-form-field-required-marker {
    color: #ff4081
}

.mat-form-field-ripple {
    background-color: rgba(0, 0, 0, .87)
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #3f51b5
}

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #ff4081
    }

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
        background-color: #f44336
    }

.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent {
    color: #f44336
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336
}

.mat-error {
    color: #f44336
}

.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, .54)
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em;
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .42) 33%, transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .42) 33%, transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, .04)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, .02)
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, .38)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, .12)
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, .87)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #3f51b5
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ff4081
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, .38)
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, .06)
}

.mat-icon.mat-primary {
    color: #3f51b5
}

.mat-icon.mat-accent {
    color: #ff4081
}

.mat-icon.mat-warn {
    color: #f44336
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
    color: rgba(0, 0, 0, .54)
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,
.mat-input-element:disabled {
    color: rgba(0, 0, 0, .38)
}

.mat-input-element {
    caret-color: #3f51b5
}

    .mat-input-element::placeholder {
        color: rgba(0, 0, 0, .42)
    }

    .mat-input-element::-moz-placeholder {
        color: rgba(0, 0, 0, .42)
    }

    .mat-input-element::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .42)
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0, 0, 0, .42)
    }

.mat-accent .mat-input-element {
    caret-color: #ff4081
}

.mat-form-field-invalid .mat-input-element,
.mat-warn .mat-input-element {
    caret-color: #f44336
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
    color: #f44336
}

.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
    color: rgba(0, 0, 0, .87)
}

.mat-list-base .mat-subheader {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54)
}

.mat-list-item-disabled {
    background-color: #eee
}

.mat-list-option:focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item:focus,
.mat-nav-list .mat-list-item:hover {
    background: rgba(0, 0, 0, .04)
}

.mat-menu-panel {
    background: #fff
}

    .mat-menu-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

.mat-menu-item {
    background: 0 0;
    color: rgba(0, 0, 0, .87)
}

    .mat-menu-item[disabled],
    .mat-menu-item[disabled]::after {
        color: rgba(0, 0, 0, .38)
    }

    .mat-menu-item .mat-icon-no-color,
    .mat-menu-item-submenu-trigger::after {
        color: rgba(0, 0, 0, .54)
    }

    .mat-menu-item-highlighted:not([disabled]),
    .mat-menu-item.cdk-keyboard-focused:not([disabled]),
    .mat-menu-item.cdk-program-focused:not([disabled]),
    .mat-menu-item:hover:not([disabled]) {
        background: rgba(0, 0, 0, .04)
    }

.mat-paginator {
    background: #fff
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, .54)
}

.mat-paginator-decrement,
.mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, .54);
    border-right: 2px solid rgba(0, 0, 0, .54)
}

.mat-paginator-first,
.mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, .54)
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, .38)
}

.mat-progress-bar-background {
    fill: #c5cae9
}

.mat-progress-bar-buffer {
    background-color: #c5cae9
}

.mat-progress-bar-fill::after {
    background-color: #3f51b5
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ff4081
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336
}

.mat-progress-spinner circle,
.mat-spinner circle {
    stroke: #3f51b5
}

.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
    stroke: #ff4081
}

.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
    stroke: #f44336
}

.mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, .54)
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #3f51b5
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #3f51b5
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ff4081
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #ff4081
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #f44336
}

.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, .38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0, 0, 0, .38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, .38)
}

.mat-radio-button .mat-ripple-element {
    background-color: #000
}

.mat-select-value {
    color: rgba(0, 0, 0, .87)
}

.mat-select-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, .38)
}

.mat-select-arrow {
    color: rgba(0, 0, 0, .54)
}

.mat-select-panel {
    background: #fff
}

    .mat-select-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

    .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
        background: rgba(0, 0, 0, .12)
    }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #3f51b5
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ff4081
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, .38)
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, .87)
}

.mat-drawer {
    background-color: #fff;
    color: rgba(0, 0, 0, .87)
}

    .mat-drawer.mat-drawer-push {
        background-color: #fff
    }

    .mat-drawer:not(.mat-drawer-side) {
        box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
    }

.mat-drawer-side {
    border-right: 1px solid rgba(0, 0, 0, .12)
}

    .mat-drawer-side.mat-drawer-end,
    [dir=rtl] .mat-drawer-side {
        border-left: 1px solid rgba(0, 0, 0, .12);
        border-right: none
    }

        [dir=rtl] .mat-drawer-side.mat-drawer-end {
            border-left: none;
            border-right: 1px solid rgba(0, 0, 0, .12)
        }

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, .6)
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #ff4081
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(255, 64, 129, .54)
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #ff4081
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #3f51b5
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(63, 81, 181, .54)
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #3f51b5
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #f44336
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, .54)
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #f44336
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: #000
}

.mat-slide-toggle-thumb {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    background-color: #fafafa
}

.mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, .38)
}

.mat-slider-track-background {
    background-color: rgba(0, 0, 0, .26)
}

.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
    background-color: #3f51b5
}

.mat-primary .mat-slider-thumb-label-text {
    color: #fff
}

.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
    background-color: #ff4081
}

.mat-accent .mat-slider-thumb-label-text {
    color: #fff
}

.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
    background-color: #f44336
}

.mat-warn .mat-slider-thumb-label-text {
    color: #fff
}

.mat-slider-focus-ring {
    background-color: rgba(255, 64, 129, .2)
}

.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, .38)
}

.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, .26)
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, .12)
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, .87)
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, .26)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .26);
    background-color: transparent
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .38)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .26)
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, .7)
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover {
    background-color: rgba(0, 0, 0, .04)
}

@media (hover:none) {
    .mat-step-header:hover {
        background: 0 0
    }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, .54)
}

.mat-step-header .mat-step-icon {
    background-color: rgba(0, 0, 0, .54);
    color: #fff
}

.mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #f44336
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, .87)
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #f44336
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    background-color: #fff
}

.mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, .12)
}

.mat-horizontal-stepper-header::after,
.mat-horizontal-stepper-header::before,
.mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-sort-header-arrow {
    color: #757575
}

.mat-tab-header,
.mat-tab-nav-bar {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: none
}

.mat-tab-label,
.mat-tab-link {
    color: rgba(0, 0, 0, .87)
}

    .mat-tab-label.mat-tab-disabled,
    .mat-tab-link.mat-tab-disabled {
        color: rgba(0, 0, 0, .38)
    }

.mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, .87)
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, .38)
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, .3)
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #3f51b5
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, .3)
}

.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ff4081
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, .3)
}

.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, .3)
}

.mat-tab-group.mat-background-primary .mat-tab-header,
.mat-tab-group.mat-background-primary .mat-tab-links,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #3f51b5
}

.mat-tab-group.mat-background-primary .mat-tab-label,
.mat-tab-group.mat-background-primary .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff
}

    .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, .4)
    }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, .4)
}

.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, .12)
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, .3)
}

.mat-tab-group.mat-background-accent .mat-tab-header,
.mat-tab-group.mat-background-accent .mat-tab-links,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ff4081
}

.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #fff
}

    .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, .4)
    }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, .4)
}

.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, .12)
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, .3)
}

.mat-tab-group.mat-background-warn .mat-tab-header,
.mat-tab-group.mat-background-warn .mat-tab-links,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336
}

.mat-tab-group.mat-background-warn .mat-tab-label,
.mat-tab-group.mat-background-warn .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fff
}

    .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, .4)
    }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, .4)
}

.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, .12)
}

.mat-toolbar {
    background: #f5f5f5;
    color: rgba(0, 0, 0, .87)
}

    .mat-toolbar.mat-primary {
        background: #3f51b5;
        color: #fff
    }

    .mat-toolbar.mat-accent {
        background: #ff4081;
        color: #fff
    }

    .mat-toolbar.mat-warn {
        background: #f44336;
        color: #fff
    }

    .mat-toolbar .mat-focused .mat-form-field-ripple,
    .mat-toolbar .mat-form-field-ripple,
    .mat-toolbar .mat-form-field-underline {
        background-color: currentColor
    }

    .mat-toolbar .mat-focused .mat-form-field-label,
    .mat-toolbar .mat-form-field-label,
    .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
    .mat-toolbar .mat-select-arrow,
    .mat-toolbar .mat-select-value {
        color: inherit
    }

    .mat-toolbar .mat-input-element {
        caret-color: currentColor
    }

.mat-tooltip {
    background: rgba(97, 97, 97, .9)
}

.mat-tree {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    background: #fff
}

.mat-nested-tree-node,
.mat-tree-node {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, .87)
}

.mat-snack-bar-container {
    color: rgba(255, 255, 255, .7);
    background: #323232;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-simple-snackbar-action {
    color: #ff4081
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #32ce31;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #242021;
    --secondary: #474747;
    --success: #32ce31;
    --info: #17a2b8;
    --warning: red;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-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: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-size: 1rem;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    color: #474747
}

    a:hover {
        text-decoration: underline;
        color: #474747
    }

    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

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
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: dotted 1px;
        outline: -webkit-focus-ring-color auto 5px
    }

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
}

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
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.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
}

.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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 1em;
    margin-bottom: 1em
}

.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: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.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-break: 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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

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

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

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

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.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: #c2c1c1
}

    .table-primary tbody + tbody,
    .table-primary td,
    .table-primary th,
    .table-primary thead th {
        border-color: #8d8b8c
    }

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b5b4b4
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #cbcbcb
}

    .table-secondary tbody + tbody,
    .table-secondary td,
    .table-secondary th,
    .table-secondary thead th {
        border-color: #9f9f9f
    }

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #bebebe
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c6f1c5
}

    .table-success tbody + tbody,
    .table-success td,
    .table-success th,
    .table-success thead th {
        border-color: #94e694
    }

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b2ecb0
}

.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: #ffb8b8
}

    .table-warning tbody + tbody,
    .table-warning td,
    .table-warning th,
    .table-warning thead th {
        border-color: #ff7a7a
    }

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ff9f9f
}

.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: rgba(255, 255, 255, .05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col,
    .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #32ce31
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(50, 206, 49, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #32ce31;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332ce31' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus,
    .was-validated .form-control:valid:focus {
        border-color: #32ce31;
        box-shadow: 0 0 0 .2rem rgba(50, 206, 49, .25)
    }

    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip,
    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #32ce31;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2332ce31' 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 #fff
}

    .custom-select.is-valid:focus,
    .was-validated .custom-select:valid:focus {
        border-color: #32ce31;
        box-shadow: 0 0 0 .2rem rgba(50, 206, 49, .25)
    }

    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip,
    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #32ce31
}

.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: #32ce31
}

    .custom-control-input.is-valid ~ .custom-control-label::before,
    .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #32ce31
    }

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #5bd85a;
    background-color: #5bd85a
}

.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(50, 206, 49, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #32ce31
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #32ce31
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #32ce31;
    box-shadow: 0 0 0 .2rem rgba(50, 206, 49, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .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)
    }

    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip,
    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.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((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

    .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)
    }

    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip,
    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #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 ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #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,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -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;
    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 {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #242021;
    border-color: #242021
}

    .btn-primary:hover {
        color: #fff;
        background-color: #100e0e;
        border-color: #090808
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(69, 65, 66, .5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #242021;
        border-color: #242021
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #090808;
        border-color: #020202
    }

        .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(69, 65, 66, .5)
        }

.btn-secondary {
    color: #fff;
    background-color: #474747;
    border-color: #474747
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #343434;
        border-color: #2e2d2d
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(99, 99, 99, .5)
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #474747;
        border-color: #474747
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #2e2d2d;
        border-color: #272727
    }

        .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(99, 99, 99, .5)
        }

.btn-success {
    color: #fff;
    background-color: #32ce31;
    border-color: #32ce31
}

    .btn-success:hover {
        color: #fff;
        background-color: #2baf2a;
        border-color: #28a527
    }

    .btn-success.focus,
    .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(81, 213, 80, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #32ce31;
        border-color: #32ce31
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #28a527;
        border-color: #269b25
    }

        .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(81, 213, 80, .5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus,
    .btn-info:focus {
        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: #fff;
    background-color: red;
    border-color: red
}

    .btn-warning:hover {
        color: #fff;
        background-color: #d90000;
        border-color: #c00
    }

    .btn-warning.focus,
    .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255, 38, 38, .5)
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #fff;
        background-color: red;
        border-color: red
    }

    .btn-warning:not(:disabled):not(.disabled).active,
    .btn-warning:not(:disabled):not(.disabled):active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #c00;
        border-color: #bf0000
    }

        .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(255, 38, 38, .5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus,
    .btn-danger:focus {
        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: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: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: #242021;
    border-color: #242021
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #242021;
        border-color: #242021
    }

    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #242021;
        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: #242021;
        border-color: #242021
    }

        .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(36, 32, 33, .5)
        }

.btn-outline-secondary {
    color: #474747;
    border-color: #474747
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #474747;
        border-color: #474747
    }

    .btn-outline-secondary.focus,
    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .5)
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #474747;
        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: #474747;
        border-color: #474747
    }

        .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(71, 71, 71, .5)
        }

.btn-outline-success {
    color: #32ce31;
    border-color: #32ce31
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #32ce31;
        border-color: #32ce31
    }

    .btn-outline-success.focus,
    .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(50, 206, 49, .5)
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #32ce31;
        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: #32ce31;
        border-color: #32ce31
    }

        .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(50, 206, 49, .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: red;
    border-color: red
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: red;
        border-color: red
    }

    .btn-outline-warning.focus,
    .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5)
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: red;
        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: #fff;
        background-color: red;
        border-color: red
    }

        .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, 0, 0, .5)
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus,
    .btn-outline-danger:focus {
        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: #242021;
    text-decoration: none
}

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

    .btn-link.focus,
    .btn-link:focus {
        text-decoration: underline;
        box-shadow: none
    }

    .btn-link.disabled,
    .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn,
.btn-lg {
    padding: .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 {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.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
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .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;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 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: #f8f9fa
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #242021
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        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: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn.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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child),
        .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn,
        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn,
        .btn-group-vertical > .btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox],
    .btn-group-toggle > .btn input[type=radio],
    .btn-group-toggle > .btn-group > .btn input[type=checkbox],
    .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control,
    .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .form-control,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .form-control,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
        .input-group > .custom-select:focus,
        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child),
        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child),
        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus,
        .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .btn,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .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 > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #242021;
        background-color: #242021
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #685c5f
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #837478;
        border-color: #837478
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #242021;
    background-color: #242021
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(36, 32, 33, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(36, 32, 33, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(36, 32, 33, .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;
        transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        background-color: #fff;
        -ms-transform: translateX(.75rem);
        transform: translateX(.75rem)
    }

    .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
        background-color: rgba(36, 32, 33, .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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

    .custom-select:focus {
        border-color: #685c5f;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #685c5f;
        box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    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(36, 32, 33, .25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(36, 32, 33, .25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(36, 32, 33, .25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #242021;
        border: 0;
        border-radius: 1rem;
        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) {

    .collapsing,
    .custom-switch .custom-control-label::after {
        transition: none
    }

    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #837478
}

.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: #242021;
    border: 0;
    border-radius: 1rem;
    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::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #837478
}

.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: #242021;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #837478
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    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 {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .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-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        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: #242021
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .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: center center/100% 100% no-repeat
}

@media (max-width:575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand,
.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,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(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: rgba(255, 255, 255, .5)
}

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, .25)
    }

    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 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-header + .list-group .list-group-item:first-child {
        border-top: 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-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header,
                .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer,
                .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header,
                .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer,
                .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #242021;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #000;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #242021;
    border-color: #242021
}

.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;
    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 {
        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: #242021
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #090808
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #474747
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #2e2d2d
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .5)
}

.badge-success {
    color: #fff;
    background-color: #32ce31
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #28a527
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(50, 206, 49, .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: #fff;
    background-color: red
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
    background-color: #c00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .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:576px) {
    .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;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #131111;
    background-color: #d3d2d3;
    border-color: #c2c1c1
}

    .alert-primary hr {
        border-top-color: #b5b4b4
    }

    .alert-primary .alert-link {
        color: #000
    }

.alert-secondary {
    color: #252525;
    background-color: #dadada;
    border-color: #cbcbcb
}

    .alert-secondary hr {
        border-top-color: #bebebe
    }

    .alert-secondary .alert-link {
        color: #0c0b0b
    }

.alert-success {
    color: #1a6b19;
    background-color: #d6f5d6;
    border-color: #c6f1c5
}

    .alert-success hr {
        border-top-color: #b2ecb0
    }

    .alert-success .alert-link {
        color: #10420f
    }

.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: #850000;
    background-color: #fcc;
    border-color: #ffb8b8
}

    .alert-warning hr {
        border-top-color: #ff9f9f
    }

    .alert-warning .alert-link {
        color: #520000
    }

.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
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #242021;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #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;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .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: #242021;
        border-color: #242021
    }

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

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

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #131111;
    background-color: #c2c1c1
}

    .list-group-item-primary.list-group-item-action:focus,
    .list-group-item-primary.list-group-item-action:hover {
        color: #131111;
        background-color: #b5b4b4
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #131111;
        border-color: #131111
    }

.list-group-item-secondary {
    color: #252525;
    background-color: #cbcbcb
}

    .list-group-item-secondary.list-group-item-action:focus,
    .list-group-item-secondary.list-group-item-action:hover {
        color: #252525;
        background-color: #bebebe
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #252525;
        border-color: #252525
    }

.list-group-item-success {
    color: #1a6b19;
    background-color: #c6f1c5
}

    .list-group-item-success.list-group-item-action:focus,
    .list-group-item-success.list-group-item-action:hover {
        color: #1a6b19;
        background-color: #b2ecb0
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #1a6b19;
        border-color: #1a6b19
    }

.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: #850000;
    background-color: #ffb8b8
}

    .list-group-item-warning.list-group-item-action:focus,
    .list-group-item-warning.list-group-item-action:hover {
        color: #850000;
        background-color: #ff9f9f
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #850000;
        border-color: #850000
    }

.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;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }

    .progress-bar-animated {
        animation: none
    }

    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer,
    .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    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 .arrow {
        position: absolute;
        display: block;
        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) * -1)
    }

        .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) * -1);
        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) * -1)
    }

        .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) * -1);
        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 {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block
    }

        .active.carousel-item-right,
        .carousel-item-next:not(.carousel-item-left) {
            -ms-transform: translateX(100%);
            transform: translateX(100%)
        }

        .active.carousel-item-left,
        .carousel-item-prev:not(.carousel-item-right) {
            -ms-transform: translateX(-100%);
            transform: translateX(-100%)
        }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -ms-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;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right,
    .carousel-item {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

    .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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev,
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.border,
hr.border--double,
hr.border--double-black,
hr.border--double-gray,
hr.border--double-lightgray,
hr.border--double-primary,
hr.border--double-secondary,
hr.border--double-white {
    border: 1px solid #dee2e6
}

.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-success {
    border-color: #32ce31
}

.border-info {
    border-color: #17a2b8
}

.border-warning {
    border-color: red
}

.border-danger {
    border-color: #dc3545
}

.border-light {
    border-color: #f8f9fa
}

.border-dark {
    border-color: #343a40
}

.border-t-success {
    border-top: solid #32ce31
}

.border-r-success {
    border-right: solid #32ce31
}

.border-b-success {
    border-bottom: solid #32ce31
}

.border-l-success {
    border-left: solid #32ce31
}

.border-t-info {
    border-top: solid #17a2b8
}

.border-r-info {
    border-right: solid #17a2b8
}

.border-b-info {
    border-bottom: solid #17a2b8
}

.border-l-info {
    border-left: solid #17a2b8
}

.border-t-warning {
    border-top: solid red
}

.border-r-warning {
    border-right: solid red
}

.border-b-warning {
    border-bottom: solid red
}

.border-l-warning {
    border-left: solid red
}

.border-t-danger {
    border-top: solid #dc3545
}

.border-r-danger {
    border-right: solid #dc3545
}

.border-b-danger {
    border-bottom: solid #dc3545
}

.border-l-danger {
    border-left: solid #dc3545
}

.border-t-light {
    border-top: solid #f8f9fa
}

.border-r-light {
    border-right: solid #f8f9fa
}

.border-b-light {
    border-bottom: solid #f8f9fa
}

.border-l-light {
    border-left: solid #f8f9fa
}

.border-t-dark {
    border-top: solid #343a40
}

.border-r-dark {
    border-right: solid #343a40
}

.border-b-dark {
    border-bottom: solid #343a40
}

.border-l-dark {
    border-left: solid #343a40
}

.border-100 {
    border-color: #f8f9fa
}

.border-200 {
    border-color: #e9ecef
}

.border-300 {
    border-color: #dee2e6
}

.border-400 {
    border-color: #ced4da
}

.border-500 {
    border-color: #adb5bd
}

.border-600 {
    border-color: #6c757d
}

.border-700 {
    border-color: #495057
}

.border-800 {
    border-color: #343a40
}

.border-900 {
    border-color: #212529
}

.border-t-100 {
    border-top: solid #f8f9fa
}

.border-r-100 {
    border-right: solid #f8f9fa
}

.border-b-100 {
    border-bottom: solid #f8f9fa
}

.border-l-100 {
    border-left: solid #f8f9fa
}

.border-t-200 {
    border-top: solid #e9ecef
}

.border-r-200 {
    border-right: solid #e9ecef
}

.border-b-200 {
    border-bottom: solid #e9ecef
}

.border-l-200 {
    border-left: solid #e9ecef
}

.border-t-300 {
    border-top: solid #dee2e6
}

.border-r-300 {
    border-right: solid #dee2e6
}

.border-b-300 {
    border-bottom: solid #dee2e6
}

.border-l-300 {
    border-left: solid #dee2e6
}

.border-t-400 {
    border-top: solid #ced4da
}

.border-r-400 {
    border-right: solid #ced4da
}

.border-b-400 {
    border-bottom: solid #ced4da
}

.border-l-400 {
    border-left: solid #ced4da
}

.border-t-500 {
    border-top: solid #adb5bd
}

.border-r-500 {
    border-right: solid #adb5bd
}

.border-b-500 {
    border-bottom: solid #adb5bd
}

.border-l-500 {
    border-left: solid #adb5bd
}

.border-t-600 {
    border-top: solid #6c757d
}

.border-r-600 {
    border-right: solid #6c757d
}

.border-b-600 {
    border-bottom: solid #6c757d
}

.border-l-600 {
    border-left: solid #6c757d
}

.border-t-700 {
    border-top: solid #495057
}

.border-r-700 {
    border-right: solid #495057
}

.border-b-700 {
    border-bottom: solid #495057
}

.border-l-700 {
    border-left: solid #495057
}

.border-t-800 {
    border-top: solid #343a40
}

.border-r-800 {
    border-right: solid #343a40
}

.border-b-800 {
    border-bottom: solid #343a40
}

.border-l-800 {
    border-left: solid #343a40
}

.border-t-900 {
    border-top: solid #212529
}

.border-r-900 {
    border-right: solid #212529
}

.border-b-900 {
    border-bottom: solid #212529
}

.border-l-900 {
    border-left: solid #212529
}

.border-w-1,
[class*=border-].border-w-1 {
    border-width: 1px
}

.border-w-2,
[class*=border-].border-w-2 {
    border-width: 2px
}

.border-w-3,
[class*=border-].border-w-3 {
    border-width: 3px
}

.border-w-4,
[class*=border-].border-w-4 {
    border-width: 4px
}

.border-w-5,
[class*=border-].border-w-5 {
    border-width: 5px
}

.border-w-10,
[class*=border-].border-w-10 {
    border-width: 10px
}

.border-a {
    border: 1px solid
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-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: -ms-flexbox !important;
    display: flex !important
}

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

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

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.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: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .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
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .m-t-0--sm,
    [class*=" m-"].m-t-0--sm,
    [class^=m-].m-t-0--sm {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .m-t-0--md,
    [class*=" m-"].m-t-0--md,
    [class^=m-].m-t-0--md {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .m-t-0--lg,
    [class*=" m-"].m-t-0--lg,
    [class^=m-].m-t-0--lg {
        margin-top: 0
    }
}

.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: #242021
}

a.text-primary:focus,
a.text-primary:hover {
    color: #000
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #212121
}

.text-success {
    color: #32ce31
}

a.text-success:focus,
a.text-success:hover {
    color: #239022
}

.text-info {
    color: #17a2b8
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674
}

.text-warning {
    color: red
}

a.text-warning:focus,
a.text-warning:hover {
    color: #b30000
}

.text-danger {
    color: #dc3545
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a
}

.text-light {
    color: #f8f9fa
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da
}

.text-dark {
    color: #343a40
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !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
    }
}

.bg-white {
    background-color: #fff
}

@media (max-width:767px) {
    .bg-white-xs {
        background-color: #fff
    }

    .bg-white--transparent-xs {
        background-color: rgba(255, 255, 255, .8)
    }
}

.bg-white--transparent {
    background-color: rgba(255, 255, 255, .8)
}

.bg-black {
    background-color: #000
}

@media (max-width:767px) {
    .bg-black-xs {
        background-color: #000
    }
}

.bg-black--transparent {
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:767px) {
    .bg-black--transparent-xs {
        background-color: rgba(0, 0, 0, .8)
    }
}

.bg-primary {
    background-color: #242021
}

.bg-primary--transparent {
    background-color: rgba(36, 32, 33, .8)
}

@media (max-width:991px) {
    .bg-primary--transparent-sm {
        background-color: rgba(36, 32, 33, .8)
    }
}

@media (max-width:767px) {
    .bg-primary--transparent-xs {
        background-color: rgba(36, 32, 33, .8)
    }
}

.bg-secondary {
    background-color: #474747
}

.bg-secondary--transparent {
    background-color: rgba(71, 71, 71, .8)
}

@media (max-width:991px) {
    .bg-secondary--transparent-sm {
        background-color: rgba(71, 71, 71, .8)
    }
}

@media (max-width:767px) {
    .bg-secondary--transparent-xs {
        background-color: rgba(71, 71, 71, .8)
    }
}

.bg-tertiary {
    background-color: #474747
}

.bg-tertiary--transparent {
    background-color: rgba(71, 71, 71, .8)
}

.bg-lightgray {
    background-color: #e8e8e8
}

.bg-gray {
    background-color: #f7f7f7
}

.bg-concrete {
    background-color: #f2f2f2
}

.bg-darkgray {
    background-color: #53565a
}

.bg-warmgray {
    background-color: #c9c4bc
}

.bg-pattern--1 {
    background-image: repeating-linear-gradient(60deg, rgba(247, 247, 247, .75), rgba(255, 255, 255, 0) 100px)
}

.bg-opacity-25.bg-primary {
    background-color: rgba(36, 32, 33, .25)
}

.bg-opacity-25.bg-secondary {
    background-color: rgba(71, 71, 71, .25)
}

.bg-opacity-25.bg-success {
    background-color: rgba(50, 206, 49, .25)
}

.bg-opacity-25.bg-info {
    background-color: rgba(23, 162, 184, .25)
}

.bg-opacity-25.bg-warning {
    background-color: rgba(255, 0, 0, .25)
}

.bg-opacity-25.bg-danger {
    background-color: rgba(220, 53, 69, .25)
}

.bg-opacity-25.bg-light {
    background-color: rgba(248, 249, 250, .25)
}

.bg-opacity-25.bg-black {
    background-color: rgba(0, 0, 0, .25)
}

.bg-opacity-25.bg-white {
    background-color: rgba(255, 255, 255, .25)
}

.bg-opacity-25.bg-dark {
    background-color: rgba(52, 58, 64, .25)
}

.bg-opacity-30.bg-primary {
    background-color: rgba(36, 32, 33, .3)
}

.bg-opacity-30.bg-secondary {
    background-color: rgba(71, 71, 71, .3)
}

.bg-opacity-30.bg-success {
    background-color: rgba(50, 206, 49, .3)
}

.bg-opacity-30.bg-info {
    background-color: rgba(23, 162, 184, .3)
}

.bg-opacity-30.bg-warning {
    background-color: rgba(255, 0, 0, .3)
}

.bg-opacity-30.bg-danger {
    background-color: rgba(220, 53, 69, .3)
}

.bg-opacity-30.bg-light {
    background-color: rgba(248, 249, 250, .3)
}

.bg-opacity-30.bg-black {
    background-color: rgba(0, 0, 0, .3)
}

.bg-opacity-30.bg-white {
    background-color: rgba(255, 255, 255, .3)
}

.bg-opacity-30.bg-dark {
    background-color: rgba(52, 58, 64, .3)
}

.bg-opacity-40.bg-primary {
    background-color: rgba(36, 32, 33, .4)
}

.bg-opacity-40.bg-secondary {
    background-color: rgba(71, 71, 71, .4)
}

.bg-opacity-40.bg-success {
    background-color: rgba(50, 206, 49, .4)
}

.bg-opacity-40.bg-info {
    background-color: rgba(23, 162, 184, .4)
}

.bg-opacity-40.bg-warning {
    background-color: rgba(255, 0, 0, .4)
}

.bg-opacity-40.bg-danger {
    background-color: rgba(220, 53, 69, .4)
}

.bg-opacity-40.bg-light {
    background-color: rgba(248, 249, 250, .4)
}

.bg-opacity-40.bg-black {
    background-color: rgba(0, 0, 0, .4)
}

.bg-opacity-40.bg-white {
    background-color: rgba(255, 255, 255, .4)
}

.bg-opacity-40.bg-dark {
    background-color: rgba(52, 58, 64, .4)
}

.bg-opacity-50.bg-primary {
    background-color: rgba(36, 32, 33, .5)
}

.bg-opacity-50.bg-secondary {
    background-color: rgba(71, 71, 71, .5)
}

.bg-opacity-50.bg-success {
    background-color: rgba(50, 206, 49, .5)
}

.bg-opacity-50.bg-info {
    background-color: rgba(23, 162, 184, .5)
}

.bg-opacity-50.bg-warning {
    background-color: rgba(255, 0, 0, .5)
}

.bg-opacity-50.bg-danger {
    background-color: rgba(220, 53, 69, .5)
}

.bg-opacity-50.bg-light {
    background-color: rgba(248, 249, 250, .5)
}

.bg-opacity-50.bg-black {
    background-color: rgba(0, 0, 0, .5)
}

.bg-opacity-50.bg-white {
    background-color: rgba(255, 255, 255, .5)
}

.bg-opacity-50.bg-dark {
    background-color: rgba(52, 58, 64, .5)
}

.bg-opacity-60.bg-primary {
    background-color: rgba(36, 32, 33, .6)
}

.bg-opacity-60.bg-secondary {
    background-color: rgba(71, 71, 71, .6)
}

.bg-opacity-60.bg-success {
    background-color: rgba(50, 206, 49, .6)
}

.bg-opacity-60.bg-info {
    background-color: rgba(23, 162, 184, .6)
}

.bg-opacity-60.bg-warning {
    background-color: rgba(255, 0, 0, .6)
}

.bg-opacity-60.bg-danger {
    background-color: rgba(220, 53, 69, .6)
}

.bg-opacity-60.bg-light {
    background-color: rgba(248, 249, 250, .6)
}

.bg-opacity-60.bg-black {
    background-color: rgba(0, 0, 0, .6)
}

.bg-opacity-60.bg-white {
    background-color: rgba(255, 255, 255, .6)
}

.bg-opacity-60.bg-dark {
    background-color: rgba(52, 58, 64, .6)
}

.bg-opacity-75.bg-primary {
    background-color: rgba(36, 32, 33, .75)
}

.bg-opacity-75.bg-secondary {
    background-color: rgba(71, 71, 71, .75)
}

.bg-opacity-75.bg-success {
    background-color: rgba(50, 206, 49, .75)
}

.bg-opacity-75.bg-info {
    background-color: rgba(23, 162, 184, .75)
}

.bg-opacity-75.bg-warning {
    background-color: rgba(255, 0, 0, .75)
}

.bg-opacity-75.bg-danger {
    background-color: rgba(220, 53, 69, .75)
}

.bg-opacity-75.bg-light {
    background-color: rgba(248, 249, 250, .75)
}

.bg-opacity-75.bg-black {
    background-color: rgba(0, 0, 0, .75)
}

.bg-opacity-75.bg-white {
    background-color: rgba(255, 255, 255, .75)
}

.bg-opacity-75.bg-dark {
    background-color: rgba(52, 58, 64, .75)
}

.bg-opacity-85.bg-primary {
    background-color: rgba(36, 32, 33, .85)
}

.bg-opacity-85.bg-secondary {
    background-color: rgba(71, 71, 71, .85)
}

.bg-opacity-85.bg-success {
    background-color: rgba(50, 206, 49, .85)
}

.bg-opacity-85.bg-info {
    background-color: rgba(23, 162, 184, .85)
}

.bg-opacity-85.bg-warning {
    background-color: rgba(255, 0, 0, .85)
}

.bg-opacity-85.bg-danger {
    background-color: rgba(220, 53, 69, .85)
}

.bg-opacity-85.bg-light {
    background-color: rgba(248, 249, 250, .85)
}

.bg-opacity-85.bg-black {
    background-color: rgba(0, 0, 0, .85)
}

.bg-opacity-85.bg-white {
    background-color: rgba(255, 255, 255, .85)
}

.bg-opacity-85.bg-dark {
    background-color: rgba(52, 58, 64, .85)
}

.bg-opacity-90.bg-primary {
    background-color: rgba(36, 32, 33, .9)
}

.bg-opacity-90.bg-secondary {
    background-color: rgba(71, 71, 71, .9)
}

.bg-opacity-90.bg-success {
    background-color: rgba(50, 206, 49, .9)
}

.bg-opacity-90.bg-info {
    background-color: rgba(23, 162, 184, .9)
}

.bg-opacity-90.bg-warning {
    background-color: rgba(255, 0, 0, .9)
}

.bg-opacity-90.bg-danger {
    background-color: rgba(220, 53, 69, .9)
}

.bg-opacity-90.bg-light {
    background-color: rgba(248, 249, 250, .9)
}

.bg-opacity-90.bg-black {
    background-color: rgba(0, 0, 0, .9)
}

.bg-opacity-90.bg-white {
    background-color: rgba(255, 255, 255, .9)
}

.bg-opacity-90.bg-dark {
    background-color: rgba(52, 58, 64, .9)
}

.bg-none {
    background-image: none !important
}

hr.border,
hr.border--double,
hr.border--double-black,
hr.border--double-gray,
hr.border--double-lightgray,
hr.border--double-primary,
hr.border--double-secondary,
hr.border--double-white {
    border-color: #242021
}

hr.border--secondary {
    border-color: #474747
}

hr.border--white {
    border-color: #fff
}

hr.border--black {
    border-color: #000
}

hr.border--default {
    border-color: #eee
}

hr.border--double,
hr.border--double-black,
hr.border--double-gray,
hr.border--double-lightgray,
hr.border--double-primary,
hr.border--double-secondary,
hr.border--double-white {
    height: 3px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: transparent
}

hr.border--double-primary {
    border-color: #242021
}

hr.border--double-secondary {
    border-color: #474747
}

hr.border--double-white {
    border-color: #fff
}

hr.border--double-black {
    border-color: #000
}

hr.border--double-gray {
    border-color: #7e8083
}

hr.border--double-lightgray {
    border-color: #e8e8e8
}

.border-none {
    border: none
}

.border-radius--0 {
    border-radius: 0
}

.border-radius--5 {
    border-radius: 5px
}

.border-radius--10 {
    border-radius: 10px
}

.border-radius--50 {
    border-radius: 50%
}

.border-radius--100 {
    border-radius: 100%
}

.border-3_4-l,
.border-3_4-lb--xs,
.border-3_4-lt--xs {
    border: 1px solid;
    border-right: none
}

@media (max-width:767px) {
    .border-3_4-lt--xs {
        border: 1px solid;
        border-bottom: none
    }

    .border-3_4-lb--xs {
        border: 1px solid;
        border-top: none
    }
}

.border-3_4-r,
.border-3_4-rb--xs,
.border-3_4-rt--xs {
    border: 1px solid;
    border-left: none
}

@media (max-width:767px) {
    .border-3_4-rt--xs {
        border: 1px solid;
        border-bottom: none
    }

    .border-3_4-rb--xs {
        border: 1px solid;
        border-top: none
    }
}

.border-t-primary {
    border-top: solid #242021
}

.border-r-primary {
    border-right: solid #242021
}

.border-b-primary {
    border-bottom: solid #242021
}

.border-l-primary {
    border-left: solid #242021
}

.border-primary {
    border: solid #242021
}

.border-t-secondary {
    border-top: solid #474747
}

.border-r-secondary {
    border-right: solid #474747
}

.border-b-secondary {
    border-bottom: solid #474747
}

.border-l-secondary {
    border-left: solid #474747
}

.border-secondary {
    border: solid #474747
}

.border-t-ltgray {
    border-top: solid #c4c4c4
}

.border-r-ltgray {
    border-right: solid #c4c4c4
}

.border-b-ltgray {
    border-bottom: solid #c4c4c4
}

.border-l-ltgray {
    border-left: solid #c4c4c4
}

.border-ltgray {
    border: solid #c4c4c4
}

.border-t-midgray {
    border-top: solid #707070
}

.border-r-midgray {
    border-right: solid #707070
}

.border-b-midgray {
    border-bottom: solid #707070
}

.border-l-midgray {
    border-left: solid #707070
}

.border-midgray {
    border: solid #707070
}

.border-t-white {
    border-top: solid #fff
}

.border-r-white {
    border-right: solid #fff
}

.border-b-white {
    border-bottom: solid #fff
}

.border-l-white {
    border-left: solid #fff
}

.border-white {
    border: solid #fff
}

.border-t-black {
    border-top: solid #000
}

.border-r-black {
    border-right: solid #000
}

.border-b-black {
    border-bottom: solid #000
}

.border-l-black {
    border-left: solid #000
}

.border-black {
    border: solid #000
}

.border-w-1,
[class*=border-].border-w-1 {
    border-width: 1+px
}

.border-w-2,
[class*=border-].border-w-2 {
    border-width: 2+px
}

.border-w-3,
[class*=border-].border-w-3 {
    border-width: 3+px
}

.border-w-4,
[class*=border-].border-w-4 {
    border-width: 4+px
}

.border-w-5,
[class*=border-].border-w-5 {
    border-width: 5+px
}

.border-w-10,
[class*=border-].border-w-10 {
    border-width: 10+px
}

.f-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .f-row.no-f-wrap,
    .f-row.wrap--sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

@media (max-width:991px) {
    .f-row.wrap--sm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.f-row.wrap--xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:767px) {
    .f-row.wrap--xs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.f-row.wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.f-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .f-col.no-f-wrap,
    .f-col.no-wrap,
    .f-col.wrap--xs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

@media (max-width:767px) {
    .f-col.wrap--xs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.f-col.wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

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

@media (max-width:1199px) {

    .f-wrap--md,
    .f-wrap--md.no-f-wrap.f-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:991px) {

    .f-wrap--sm,
    .f-wrap--sm.no-f-wrap.f-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {

    .f-wrap--xs,
    .f-wrap--xs.no-f-wrap.f-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

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

@media (max-width:767px) {
    .f-j-center--xs {
        -ms-flex-pack: center;
        justify-content: center
    }
}

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

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

.f-j-space-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

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

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

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

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

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

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

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

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

@media (max-width:991px) {
    .f-order-first--sm {
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width:767px) {
    .f-order-first--xs {
        -ms-flex-order: -1;
        order: -1
    }
}

.col-grid-1 {
    column-count: 1
}

.col-grid-2 {
    column-count: 2
}

.col-grid-3 {
    column-count: 3
}

.col-grid-4 {
    column-count: 4
}

.col-grid-5 {
    column-count: 5
}

.col-grid-6 {
    column-count: 6
}

.col-grid-sm-1 {
    column-count: 1
}

.col-grid-sm-2 {
    column-count: 2
}

.col-grid-sm-3 {
    column-count: 3
}

.col-grid-sm-4 {
    column-count: 4
}

.col-grid-sm-5 {
    column-count: 5
}

.col-grid-sm-6 {
    column-count: 6
}

.col-grid-md-1 {
    column-count: 1
}

.col-grid-md-2 {
    column-count: 2
}

.col-grid-md-3 {
    column-count: 3
}

.col-grid-md-4 {
    column-count: 4
}

.col-grid-md-5 {
    column-count: 5
}

.col-grid-md-6 {
    column-count: 6
}

.col-grid-lg-1 {
    column-count: 1
}

.col-grid-lg-2 {
    column-count: 2
}

.col-grid-lg-3 {
    column-count: 3
}

.col-grid-lg-4 {
    column-count: 4
}

.col-grid-lg-5 {
    column-count: 5
}

.col-grid-lg-6 {
    column-count: 6
}

.col-grid-xl-1 {
    column-count: 1
}

.col-grid-xl-2 {
    column-count: 2
}

.col-grid-xl-3 {
    column-count: 3
}

.col-grid-xl-4 {
    column-count: 4
}

.col-grid-xl-5 {
    column-count: 5
}

.col-grid-xl-6 {
    column-count: 6
}

.text-light {
    font-weight: lighter
}

.text-book {
    font-weight: 400
}

.text-300 {
    font-weight: 300
}

.text-400 {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-700,
.text-bold {
    font-weight: 700
}

.text-bolder {
    font-weight: bolder
}

.l-h-0 {
    line-height: 0 !important
}

.l-h-1 {
    line-height: 1 !important
}

.l-h-1-1 {
    line-height: 1.125 !important
}

.l-h-1-2 {
    line-height: 1.25 !important
}

.l-h-1-3 {
    line-height: 1.375 !important
}

.l-h-1-5 {
    line-height: 1.5 !important
}

.l-h-1-7 {
    line-height: 1.75 !important
}

.l-h-2 {
    line-height: 2 !important
}

.li-style-none {
    list-style: none
}

.title-h1 {
    font-size: 32px
}

@media (min-width:320px) and (max-width:960px) {
    .title-h1 {
        font-size: calc(32px + 4 * (100vw - 320px)/ 640)
    }
}

@media (min-width:960px) {
    .title-h1 {
        font-size: 36px
    }
}

.title-h2 {
    font-size: 24px
}

@media (min-width:320px) and (max-width:960px) {
    .title-h2 {
        font-size: calc(24px + 6 * (100vw - 320px)/ 640)
    }
}

@media (min-width:960px) {
    .title-h2 {
        font-size: 30px
    }
}

.title-h3 {
    font-size: 20px
}

@media (min-width:320px) and (max-width:960px) {
    .title-h3 {
        font-size: calc(20px + 2 * (100vw - 320px)/ 640)
    }
}

@media (min-width:960px) {
    .title-h3 {
        font-size: 22px
    }
}

.title-h4 {
    font-size: 16px
}

@media (min-width:320px) and (max-width:960px) {
    .title-h4 {
        font-size: calc(16px + 2 * (100vw - 320px)/ 640)
    }
}

@media (min-width:960px) {
    .title-h4 {
        font-size: 18px
    }
}

.title-h5 {
    font-size: 12px
}

@media (min-width:320px) and (max-width:960px) {
    .title-h5 {
        font-size: calc(12px + 2 * (100vw - 320px)/ 640)
    }
}

@media (min-width:960px) {
    .title-h5 {
        font-size: 14px
    }
}

.title-h6 {
    font-size: 11px
}

@media (min-width:320px) and (max-width:960px) {
    .title-h6 {
        font-size: calc(11px + 1 * (100vw - 320px)/ 640)
    }
}

@media (min-width:960px) {
    .title-h6 {
        font-size: 12px
    }
}

.text-xs {
    font-size: .95em
}

.text-sm {
    font-size: 1.25em;
    line-height: 1.15em
}

.text-md {
    font-size: 1.65em;
    line-height: 1.15em
}

.text-lg {
    font-size: 2.5em;
    line-height: 1em
}

.text-xl {
    font-size: 3.5em;
    line-height: 1em
}

.text-alert {
    color: #d3211b
}

.primary-text {
    color: #242021
}

.secondary-text,
.tertiary-text {
    color: #474747
}

.body-text {
    color: #606060
}

.primary-font {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.no-wrap {
    white-space: nowrap
}

.h-200 {
    height: 200px
}

.h-225 {
    height: 225px
}

.h-250 {
    height: 250px
}

.h-300 {
    height: 300px
}

.h-350 {
    height: 350px
}

.h-400 {
    height: 400px
}

.h-450 {
    height: 450px
}

.m-t-0 {
    margin-top: 0
}

.p-t-0 {
    padding-top: 0
}

.m-b-0 {
    margin-bottom: 0
}

.p-b-0 {
    padding-bottom: 0
}

.m-l-0 {
    margin-left: 0
}

.p-l-0 {
    padding-left: 0
}

.m-r-0 {
    margin-right: 0
}

@media (max-width:480px) {

    .m-t-0--xs,
    [class*=" m-"].m-t-0--xs,
    [class^=m-].m-t-0--xs {
        margin-top: 0
    }

    .m-b-0--xs,
    [class*=" m-"].m-b-0--xs,
    [class^=m-].m-b-0--xs {
        margin-bottom: 0
    }

    .m-l-0--xs,
    [class*=" m-"].m-l-0--xs,
    [class^=m-].m-l-0--xs {
        margin-left: 0
    }

    .m-r-0--xs,
    [class*=" m-"].m-r-0--xs,
    [class^=m-].m-r-0--xs {
        margin-right: 0
    }
}

.p-r-0 {
    padding-right: 0
}

@media (min-width:768px) {

    .p-t-0--sm,
    [class*=" p-"].p-t-0--sm,
    [class^=p-].p-t-0--sm {
        padding-top: 0
    }

    .m-b-0--sm,
    [class*=" m-"].m-b-0--sm,
    [class^=m-].m-b-0--sm {
        margin-bottom: 0
    }

    .p-b-0--sm,
    [class*=" p-"].p-b-0--sm,
    [class^=p-].p-b-0--sm {
        padding-bottom: 0
    }

    .m-l-0--sm,
    [class*=" m-"].m-l-0--sm,
    [class^=m-].m-l-0--sm {
        margin-left: 0
    }

    .p-l-0--sm,
    [class*=" p-"].p-l-0--sm,
    [class^=p-].p-l-0--sm {
        padding-left: 0
    }

    .m-r-0--sm,
    [class*=" m-"].m-r-0--sm,
    [class^=m-].m-r-0--sm {
        margin-right: 0
    }

    .p-r-0--sm,
    [class*=" p-"].p-r-0--sm,
    [class^=p-].p-r-0--sm {
        padding-right: 0
    }
}

@media (min-width:992px) {

    .p-t-0--md,
    [class*=" p-"].p-t-0--md,
    [class^=p-].p-t-0--md {
        padding-top: 0
    }

    .m-b-0--md,
    [class*=" m-"].m-b-0--md,
    [class^=m-].m-b-0--md {
        margin-bottom: 0
    }

    .p-b-0--md,
    [class*=" p-"].p-b-0--md,
    [class^=p-].p-b-0--md {
        padding-bottom: 0
    }

    .m-l-0--md,
    [class*=" m-"].m-l-0--md,
    [class^=m-].m-l-0--md {
        margin-left: 0
    }

    .p-l-0--md,
    [class*=" p-"].p-l-0--md,
    [class^=p-].p-l-0--md {
        padding-left: 0
    }

    .m-r-0--md,
    [class*=" m-"].m-r-0--md,
    [class^=m-].m-r-0--md {
        margin-right: 0
    }

    .p-r-0--md,
    [class*=" p-"].p-r-0--md,
    [class^=p-].p-r-0--md {
        padding-right: 0
    }
}

.m-0 {
    margin: 0
}

.m-tb-0 {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:1200px) {

    .p-t-0--lg,
    [class*=" p-"].p-t-0--lg,
    [class^=p-].p-t-0--lg {
        padding-top: 0
    }

    .m-b-0--lg,
    [class*=" m-"].m-b-0--lg,
    [class^=m-].m-b-0--lg {
        margin-bottom: 0
    }

    .p-b-0--lg,
    [class*=" p-"].p-b-0--lg,
    [class^=p-].p-b-0--lg {
        padding-bottom: 0
    }

    .m-l-0--lg,
    [class*=" m-"].m-l-0--lg,
    [class^=m-].m-l-0--lg {
        margin-left: 0
    }

    .p-l-0--lg,
    [class*=" p-"].p-l-0--lg,
    [class^=p-].p-l-0--lg {
        padding-left: 0
    }

    .m-r-0--lg,
    [class*=" m-"].m-r-0--lg,
    [class^=m-].m-r-0--lg {
        margin-right: 0
    }

    .p-r-0--lg,
    [class*=" p-"].p-r-0--lg,
    [class^=p-].p-r-0--lg {
        padding-right: 0
    }

    .m-tb-0,
    div[class*=" m-tb-"].m-tb-0--lg,
    div[class^=m-tb-].m-tb-0--lg {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-t-5--lg,
    [class*=" m-"].m-t-5--lg,
    [class^=m-].m-t-5--lg {
        margin-top: 5px
    }
}

.m-lr-0 {
    margin-left: 0;
    margin-right: 0
}

.p-0 {
    padding: 0 !important
}

.p-tb-0 {
    padding-top: 0;
    padding-bottom: 0
}

.p-lr-0 {
    padding-left: 0;
    padding-right: 0
}

.m-t-5 {
    margin-top: 5px
}

.p-t-5 {
    padding-top: 5px
}

.m-b-5 {
    margin-bottom: 5px
}

.p-b-5 {
    padding-bottom: 5px
}

.m-l-5 {
    margin-left: 5px
}

.p-l-5 {
    padding-left: 5px
}

.m-r-5 {
    margin-right: 5px
}

@media (max-width:480px) {

    .m-t-5--xs,
    [class*=" m-"].m-t-5--xs,
    [class^=m-].m-t-5--xs {
        margin-top: 5px
    }

    .m-b-5--xs,
    [class*=" m-"].m-b-5--xs,
    [class^=m-].m-b-5--xs {
        margin-bottom: 5px
    }

    .m-l-5--xs,
    [class*=" m-"].m-l-5--xs,
    [class^=m-].m-l-5--xs {
        margin-left: 5px
    }

    .m-r-5--xs,
    [class*=" m-"].m-r-5--xs,
    [class^=m-].m-r-5--xs {
        margin-right: 5px
    }
}

.p-r-5 {
    padding-right: 5px
}

@media (min-width:768px) {

    .m-t-5--sm,
    [class*=" m-"].m-t-5--sm,
    [class^=m-].m-t-5--sm {
        margin-top: 5px
    }

    .p-t-5--sm,
    [class*=" p-"].p-t-5--sm,
    [class^=p-].p-t-5--sm {
        padding-top: 5px
    }

    .m-b-5--sm,
    [class*=" m-"].m-b-5--sm,
    [class^=m-].m-b-5--sm {
        margin-bottom: 5px
    }

    .p-b-5--sm,
    [class*=" p-"].p-b-5--sm,
    [class^=p-].p-b-5--sm {
        padding-bottom: 5px
    }

    .m-l-5--sm,
    [class*=" m-"].m-l-5--sm,
    [class^=m-].m-l-5--sm {
        margin-left: 5px
    }

    .p-l-5--sm,
    [class*=" p-"].p-l-5--sm,
    [class^=p-].p-l-5--sm {
        padding-left: 5px
    }

    .m-r-5--sm,
    [class*=" m-"].m-r-5--sm,
    [class^=m-].m-r-5--sm {
        margin-right: 5px
    }

    .p-r-5--sm,
    [class*=" p-"].p-r-5--sm,
    [class^=p-].p-r-5--sm {
        padding-right: 5px
    }
}

@media (min-width:992px) {

    .m-t-5--md,
    [class*=" m-"].m-t-5--md,
    [class^=m-].m-t-5--md {
        margin-top: 5px
    }

    .p-t-5--md,
    [class*=" p-"].p-t-5--md,
    [class^=p-].p-t-5--md {
        padding-top: 5px
    }

    .m-b-5--md,
    [class*=" m-"].m-b-5--md,
    [class^=m-].m-b-5--md {
        margin-bottom: 5px
    }

    .p-b-5--md,
    [class*=" p-"].p-b-5--md,
    [class^=p-].p-b-5--md {
        padding-bottom: 5px
    }

    .m-l-5--md,
    [class*=" m-"].m-l-5--md,
    [class^=m-].m-l-5--md {
        margin-left: 5px
    }

    .p-l-5--md,
    [class*=" p-"].p-l-5--md,
    [class^=p-].p-l-5--md {
        padding-left: 5px
    }

    .m-r-5--md,
    [class*=" m-"].m-r-5--md,
    [class^=m-].m-r-5--md {
        margin-right: 5px
    }

    .p-r-5--md,
    [class*=" p-"].p-r-5--md,
    [class^=p-].p-r-5--md {
        padding-right: 5px
    }
}

.m-5 {
    margin: 5px
}

.m-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

@media (min-width:1200px) {

    .p-t-5--lg,
    [class*=" p-"].p-t-5--lg,
    [class^=p-].p-t-5--lg {
        padding-top: 5px
    }

    .m-b-5--lg,
    [class*=" m-"].m-b-5--lg,
    [class^=m-].m-b-5--lg {
        margin-bottom: 5px
    }

    .p-b-5--lg,
    [class*=" p-"].p-b-5--lg,
    [class^=p-].p-b-5--lg {
        padding-bottom: 5px
    }

    .m-l-5--lg,
    [class*=" m-"].m-l-5--lg,
    [class^=m-].m-l-5--lg {
        margin-left: 5px
    }

    .p-l-5--lg,
    [class*=" p-"].p-l-5--lg,
    [class^=p-].p-l-5--lg {
        padding-left: 5px
    }

    .m-r-5--lg,
    [class*=" m-"].m-r-5--lg,
    [class^=m-].m-r-5--lg {
        margin-right: 5px
    }

    .p-r-5--lg,
    [class*=" p-"].p-r-5--lg,
    [class^=p-].p-r-5--lg {
        padding-right: 5px
    }

    .m-tb-5,
    div[class*=" m-tb-"].m-tb-5--lg,
    div[class^=m-tb-].m-tb-5--lg {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-t-10--lg,
    [class*=" m-"].m-t-10--lg,
    [class^=m-].m-t-10--lg {
        margin-top: 10px
    }
}

.m-lr-5 {
    margin-left: 5px;
    margin-right: 5px
}

.p-5 {
    padding: 5px !important
}

.p-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px
}

.m-t-10 {
    margin-top: 10px
}

.p-t-10 {
    padding-top: 10px
}

.m-b-10 {
    margin-bottom: 10px
}

.p-b-10 {
    padding-bottom: 10px
}

.m-l-10 {
    margin-left: 10px
}

.p-l-10 {
    padding-left: 10px
}

.m-r-10 {
    margin-right: 10px
}

@media (max-width:480px) {

    .m-t-10--xs,
    [class*=" m-"].m-t-10--xs,
    [class^=m-].m-t-10--xs {
        margin-top: 10px
    }

    .m-b-10--xs,
    [class*=" m-"].m-b-10--xs,
    [class^=m-].m-b-10--xs {
        margin-bottom: 10px
    }

    .m-l-10--xs,
    [class*=" m-"].m-l-10--xs,
    [class^=m-].m-l-10--xs {
        margin-left: 10px
    }

    .m-r-10--xs,
    [class*=" m-"].m-r-10--xs,
    [class^=m-].m-r-10--xs {
        margin-right: 10px
    }
}

.p-r-10 {
    padding-right: 10px
}

@media (min-width:768px) {

    .m-t-10--sm,
    [class*=" m-"].m-t-10--sm,
    [class^=m-].m-t-10--sm {
        margin-top: 10px
    }

    .p-t-10--sm,
    [class*=" p-"].p-t-10--sm,
    [class^=p-].p-t-10--sm {
        padding-top: 10px
    }

    .m-b-10--sm,
    [class*=" m-"].m-b-10--sm,
    [class^=m-].m-b-10--sm {
        margin-bottom: 10px
    }

    .p-b-10--sm,
    [class*=" p-"].p-b-10--sm,
    [class^=p-].p-b-10--sm {
        padding-bottom: 10px
    }

    .m-l-10--sm,
    [class*=" m-"].m-l-10--sm,
    [class^=m-].m-l-10--sm {
        margin-left: 10px
    }

    .p-l-10--sm,
    [class*=" p-"].p-l-10--sm,
    [class^=p-].p-l-10--sm {
        padding-left: 10px
    }

    .m-r-10--sm,
    [class*=" m-"].m-r-10--sm,
    [class^=m-].m-r-10--sm {
        margin-right: 10px
    }

    .p-r-10--sm,
    [class*=" p-"].p-r-10--sm,
    [class^=p-].p-r-10--sm {
        padding-right: 10px
    }
}

@media (min-width:992px) {

    .m-t-10--md,
    [class*=" m-"].m-t-10--md,
    [class^=m-].m-t-10--md {
        margin-top: 10px
    }

    .p-t-10--md,
    [class*=" p-"].p-t-10--md,
    [class^=p-].p-t-10--md {
        padding-top: 10px
    }

    .m-b-10--md,
    [class*=" m-"].m-b-10--md,
    [class^=m-].m-b-10--md {
        margin-bottom: 10px
    }

    .p-b-10--md,
    [class*=" p-"].p-b-10--md,
    [class^=p-].p-b-10--md {
        padding-bottom: 10px
    }

    .m-l-10--md,
    [class*=" m-"].m-l-10--md,
    [class^=m-].m-l-10--md {
        margin-left: 10px
    }

    .p-l-10--md,
    [class*=" p-"].p-l-10--md,
    [class^=p-].p-l-10--md {
        padding-left: 10px
    }

    .m-r-10--md,
    [class*=" m-"].m-r-10--md,
    [class^=m-].m-r-10--md {
        margin-right: 10px
    }

    .p-r-10--md,
    [class*=" p-"].p-r-10--md,
    [class^=p-].p-r-10--md {
        padding-right: 10px
    }
}

.m-10 {
    margin: 10px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width:1200px) {

    .p-t-10--lg,
    [class*=" p-"].p-t-10--lg,
    [class^=p-].p-t-10--lg {
        padding-top: 10px
    }

    .m-b-10--lg,
    [class*=" m-"].m-b-10--lg,
    [class^=m-].m-b-10--lg {
        margin-bottom: 10px
    }

    .p-b-10--lg,
    [class*=" p-"].p-b-10--lg,
    [class^=p-].p-b-10--lg {
        padding-bottom: 10px
    }

    .m-l-10--lg,
    [class*=" m-"].m-l-10--lg,
    [class^=m-].m-l-10--lg {
        margin-left: 10px
    }

    .p-l-10--lg,
    [class*=" p-"].p-l-10--lg,
    [class^=p-].p-l-10--lg {
        padding-left: 10px
    }

    .m-r-10--lg,
    [class*=" m-"].m-r-10--lg,
    [class^=m-].m-r-10--lg {
        margin-right: 10px
    }

    .p-r-10--lg,
    [class*=" p-"].p-r-10--lg,
    [class^=p-].p-r-10--lg {
        padding-right: 10px
    }

    .m-tb-10,
    div[class*=" m-tb-"].m-tb-10--lg,
    div[class^=m-tb-].m-tb-10--lg {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-t-15--lg,
    [class*=" m-"].m-t-15--lg,
    [class^=m-].m-t-15--lg {
        margin-top: 15px
    }
}

.m-lr-10 {
    margin-left: 10px;
    margin-right: 10px
}

.p-10 {
    padding: 10px !important
}

.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px
}

.m-t-15 {
    margin-top: 15px
}

.p-t-15 {
    padding-top: 15px
}

.m-b-15 {
    margin-bottom: 15px
}

.p-b-15 {
    padding-bottom: 15px
}

.m-l-15 {
    margin-left: 15px
}

.p-l-15 {
    padding-left: 15px
}

.m-r-15 {
    margin-right: 15px
}

@media (max-width:480px) {

    .m-t-15--xs,
    [class*=" m-"].m-t-15--xs,
    [class^=m-].m-t-15--xs {
        margin-top: 15px
    }

    .m-b-15--xs,
    [class*=" m-"].m-b-15--xs,
    [class^=m-].m-b-15--xs {
        margin-bottom: 15px
    }

    .m-l-15--xs,
    [class*=" m-"].m-l-15--xs,
    [class^=m-].m-l-15--xs {
        margin-left: 15px
    }

    .m-r-15--xs,
    [class*=" m-"].m-r-15--xs,
    [class^=m-].m-r-15--xs {
        margin-right: 15px
    }
}

.p-r-15 {
    padding-right: 15px
}

@media (min-width:768px) {

    .m-t-15--sm,
    [class*=" m-"].m-t-15--sm,
    [class^=m-].m-t-15--sm {
        margin-top: 15px
    }

    .p-t-15--sm,
    [class*=" p-"].p-t-15--sm,
    [class^=p-].p-t-15--sm {
        padding-top: 15px
    }

    .m-b-15--sm,
    [class*=" m-"].m-b-15--sm,
    [class^=m-].m-b-15--sm {
        margin-bottom: 15px
    }

    .p-b-15--sm,
    [class*=" p-"].p-b-15--sm,
    [class^=p-].p-b-15--sm {
        padding-bottom: 15px
    }

    .m-l-15--sm,
    [class*=" m-"].m-l-15--sm,
    [class^=m-].m-l-15--sm {
        margin-left: 15px
    }

    .p-l-15--sm,
    [class*=" p-"].p-l-15--sm,
    [class^=p-].p-l-15--sm {
        padding-left: 15px
    }

    .m-r-15--sm,
    [class*=" m-"].m-r-15--sm,
    [class^=m-].m-r-15--sm {
        margin-right: 15px
    }

    .p-r-15--sm,
    [class*=" p-"].p-r-15--sm,
    [class^=p-].p-r-15--sm {
        padding-right: 15px
    }
}

@media (min-width:992px) {

    .m-t-15--md,
    [class*=" m-"].m-t-15--md,
    [class^=m-].m-t-15--md {
        margin-top: 15px
    }

    .p-t-15--md,
    [class*=" p-"].p-t-15--md,
    [class^=p-].p-t-15--md {
        padding-top: 15px
    }

    .m-b-15--md,
    [class*=" m-"].m-b-15--md,
    [class^=m-].m-b-15--md {
        margin-bottom: 15px
    }

    .p-b-15--md,
    [class*=" p-"].p-b-15--md,
    [class^=p-].p-b-15--md {
        padding-bottom: 15px
    }

    .m-l-15--md,
    [class*=" m-"].m-l-15--md,
    [class^=m-].m-l-15--md {
        margin-left: 15px
    }

    .p-l-15--md,
    [class*=" p-"].p-l-15--md,
    [class^=p-].p-l-15--md {
        padding-left: 15px
    }

    .m-r-15--md,
    [class*=" m-"].m-r-15--md,
    [class^=m-].m-r-15--md {
        margin-right: 15px
    }

    .p-r-15--md,
    [class*=" p-"].p-r-15--md,
    [class^=p-].p-r-15--md {
        padding-right: 15px
    }
}

.m-15 {
    margin: 15px
}

.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:1200px) {

    .p-t-15--lg,
    [class*=" p-"].p-t-15--lg,
    [class^=p-].p-t-15--lg {
        padding-top: 15px
    }

    .m-b-15--lg,
    [class*=" m-"].m-b-15--lg,
    [class^=m-].m-b-15--lg {
        margin-bottom: 15px
    }

    .p-b-15--lg,
    [class*=" p-"].p-b-15--lg,
    [class^=p-].p-b-15--lg {
        padding-bottom: 15px
    }

    .m-l-15--lg,
    [class*=" m-"].m-l-15--lg,
    [class^=m-].m-l-15--lg {
        margin-left: 15px
    }

    .p-l-15--lg,
    [class*=" p-"].p-l-15--lg,
    [class^=p-].p-l-15--lg {
        padding-left: 15px
    }

    .m-r-15--lg,
    [class*=" m-"].m-r-15--lg,
    [class^=m-].m-r-15--lg {
        margin-right: 15px
    }

    .p-r-15--lg,
    [class*=" p-"].p-r-15--lg,
    [class^=p-].p-r-15--lg {
        padding-right: 15px
    }

    .m-tb-15,
    div[class*=" m-tb-"].m-tb-15--lg,
    div[class^=m-tb-].m-tb-15--lg {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-t-16--lg,
    [class*=" m-"].m-t-16--lg,
    [class^=m-].m-t-16--lg {
        margin-top: 16px
    }
}

.m-lr-15 {
    margin-left: 15px;
    margin-right: 15px
}

.p-15 {
    padding: 15px !important
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px
}

.m-t-16 {
    margin-top: 16px
}

.p-t-16 {
    padding-top: 16px
}

.m-b-16 {
    margin-bottom: 16px
}

.p-b-16 {
    padding-bottom: 16px
}

.m-l-16 {
    margin-left: 16px
}

.p-l-16 {
    padding-left: 16px
}

.m-r-16 {
    margin-right: 16px
}

@media (max-width:480px) {

    .m-t-16--xs,
    [class*=" m-"].m-t-16--xs,
    [class^=m-].m-t-16--xs {
        margin-top: 16px
    }

    .m-b-16--xs,
    [class*=" m-"].m-b-16--xs,
    [class^=m-].m-b-16--xs {
        margin-bottom: 16px
    }

    .m-l-16--xs,
    [class*=" m-"].m-l-16--xs,
    [class^=m-].m-l-16--xs {
        margin-left: 16px
    }

    .m-r-16--xs,
    [class*=" m-"].m-r-16--xs,
    [class^=m-].m-r-16--xs {
        margin-right: 16px
    }
}

.p-r-16 {
    padding-right: 16px
}

@media (min-width:768px) {

    .m-t-16--sm,
    [class*=" m-"].m-t-16--sm,
    [class^=m-].m-t-16--sm {
        margin-top: 16px
    }

    .p-t-16--sm,
    [class*=" p-"].p-t-16--sm,
    [class^=p-].p-t-16--sm {
        padding-top: 16px
    }

    .m-b-16--sm,
    [class*=" m-"].m-b-16--sm,
    [class^=m-].m-b-16--sm {
        margin-bottom: 16px
    }

    .p-b-16--sm,
    [class*=" p-"].p-b-16--sm,
    [class^=p-].p-b-16--sm {
        padding-bottom: 16px
    }

    .m-l-16--sm,
    [class*=" m-"].m-l-16--sm,
    [class^=m-].m-l-16--sm {
        margin-left: 16px
    }

    .p-l-16--sm,
    [class*=" p-"].p-l-16--sm,
    [class^=p-].p-l-16--sm {
        padding-left: 16px
    }

    .m-r-16--sm,
    [class*=" m-"].m-r-16--sm,
    [class^=m-].m-r-16--sm {
        margin-right: 16px
    }

    .p-r-16--sm,
    [class*=" p-"].p-r-16--sm,
    [class^=p-].p-r-16--sm {
        padding-right: 16px
    }
}

@media (min-width:992px) {

    .m-t-16--md,
    [class*=" m-"].m-t-16--md,
    [class^=m-].m-t-16--md {
        margin-top: 16px
    }

    .p-t-16--md,
    [class*=" p-"].p-t-16--md,
    [class^=p-].p-t-16--md {
        padding-top: 16px
    }

    .m-b-16--md,
    [class*=" m-"].m-b-16--md,
    [class^=m-].m-b-16--md {
        margin-bottom: 16px
    }

    .p-b-16--md,
    [class*=" p-"].p-b-16--md,
    [class^=p-].p-b-16--md {
        padding-bottom: 16px
    }

    .m-l-16--md,
    [class*=" m-"].m-l-16--md,
    [class^=m-].m-l-16--md {
        margin-left: 16px
    }

    .p-l-16--md,
    [class*=" p-"].p-l-16--md,
    [class^=p-].p-l-16--md {
        padding-left: 16px
    }

    .m-r-16--md,
    [class*=" m-"].m-r-16--md,
    [class^=m-].m-r-16--md {
        margin-right: 16px
    }

    .p-r-16--md,
    [class*=" p-"].p-r-16--md,
    [class^=p-].p-r-16--md {
        padding-right: 16px
    }
}

.m-16 {
    margin: 16px
}

.m-tb-16 {
    margin-top: 16px;
    margin-bottom: 16px
}

@media (min-width:1200px) {

    .p-t-16--lg,
    [class*=" p-"].p-t-16--lg,
    [class^=p-].p-t-16--lg {
        padding-top: 16px
    }

    .m-b-16--lg,
    [class*=" m-"].m-b-16--lg,
    [class^=m-].m-b-16--lg {
        margin-bottom: 16px
    }

    .p-b-16--lg,
    [class*=" p-"].p-b-16--lg,
    [class^=p-].p-b-16--lg {
        padding-bottom: 16px
    }

    .m-l-16--lg,
    [class*=" m-"].m-l-16--lg,
    [class^=m-].m-l-16--lg {
        margin-left: 16px
    }

    .p-l-16--lg,
    [class*=" p-"].p-l-16--lg,
    [class^=p-].p-l-16--lg {
        padding-left: 16px
    }

    .m-r-16--lg,
    [class*=" m-"].m-r-16--lg,
    [class^=m-].m-r-16--lg {
        margin-right: 16px
    }

    .p-r-16--lg,
    [class*=" p-"].p-r-16--lg,
    [class^=p-].p-r-16--lg {
        padding-right: 16px
    }

    .m-tb-16,
    div[class*=" m-tb-"].m-tb-16--lg,
    div[class^=m-tb-].m-tb-16--lg {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-t-20--lg,
    [class*=" m-"].m-t-20--lg,
    [class^=m-].m-t-20--lg {
        margin-top: 20px
    }
}

.m-lr-16 {
    margin-left: 16px;
    margin-right: 16px
}

.p-16 {
    padding: 16px !important
}

.p-tb-16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.p-lr-16 {
    padding-left: 16px;
    padding-right: 16px
}

.m-t-20 {
    margin-top: 20px
}

.p-t-20 {
    padding-top: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.p-b-20 {
    padding-bottom: 20px
}

.m-l-20 {
    margin-left: 20px
}

.p-l-20 {
    padding-left: 20px
}

.m-r-20 {
    margin-right: 20px
}

@media (max-width:480px) {

    .m-t-20--xs,
    [class*=" m-"].m-t-20--xs,
    [class^=m-].m-t-20--xs {
        margin-top: 20px
    }

    .m-b-20--xs,
    [class*=" m-"].m-b-20--xs,
    [class^=m-].m-b-20--xs {
        margin-bottom: 20px
    }

    .m-l-20--xs,
    [class*=" m-"].m-l-20--xs,
    [class^=m-].m-l-20--xs {
        margin-left: 20px
    }

    .m-r-20--xs,
    [class*=" m-"].m-r-20--xs,
    [class^=m-].m-r-20--xs {
        margin-right: 20px
    }
}

.p-r-20 {
    padding-right: 20px
}

@media (min-width:768px) {

    .m-t-20--sm,
    [class*=" m-"].m-t-20--sm,
    [class^=m-].m-t-20--sm {
        margin-top: 20px
    }

    .p-t-20--sm,
    [class*=" p-"].p-t-20--sm,
    [class^=p-].p-t-20--sm {
        padding-top: 20px
    }

    .m-b-20--sm,
    [class*=" m-"].m-b-20--sm,
    [class^=m-].m-b-20--sm {
        margin-bottom: 20px
    }

    .p-b-20--sm,
    [class*=" p-"].p-b-20--sm,
    [class^=p-].p-b-20--sm {
        padding-bottom: 20px
    }

    .m-l-20--sm,
    [class*=" m-"].m-l-20--sm,
    [class^=m-].m-l-20--sm {
        margin-left: 20px
    }

    .p-l-20--sm,
    [class*=" p-"].p-l-20--sm,
    [class^=p-].p-l-20--sm {
        padding-left: 20px
    }

    .m-r-20--sm,
    [class*=" m-"].m-r-20--sm,
    [class^=m-].m-r-20--sm {
        margin-right: 20px
    }

    .p-r-20--sm,
    [class*=" p-"].p-r-20--sm,
    [class^=p-].p-r-20--sm {
        padding-right: 20px
    }
}

@media (min-width:992px) {

    .m-t-20--md,
    [class*=" m-"].m-t-20--md,
    [class^=m-].m-t-20--md {
        margin-top: 20px
    }

    .p-t-20--md,
    [class*=" p-"].p-t-20--md,
    [class^=p-].p-t-20--md {
        padding-top: 20px
    }

    .m-b-20--md,
    [class*=" m-"].m-b-20--md,
    [class^=m-].m-b-20--md {
        margin-bottom: 20px
    }

    .p-b-20--md,
    [class*=" p-"].p-b-20--md,
    [class^=p-].p-b-20--md {
        padding-bottom: 20px
    }

    .m-l-20--md,
    [class*=" m-"].m-l-20--md,
    [class^=m-].m-l-20--md {
        margin-left: 20px
    }

    .p-l-20--md,
    [class*=" p-"].p-l-20--md,
    [class^=p-].p-l-20--md {
        padding-left: 20px
    }

    .m-r-20--md,
    [class*=" m-"].m-r-20--md,
    [class^=m-].m-r-20--md {
        margin-right: 20px
    }

    .p-r-20--md,
    [class*=" p-"].p-r-20--md,
    [class^=p-].p-r-20--md {
        padding-right: 20px
    }
}

.m-20 {
    margin: 20px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:1200px) {

    .p-t-20--lg,
    [class*=" p-"].p-t-20--lg,
    [class^=p-].p-t-20--lg {
        padding-top: 20px
    }

    .m-b-20--lg,
    [class*=" m-"].m-b-20--lg,
    [class^=m-].m-b-20--lg {
        margin-bottom: 20px
    }

    .p-b-20--lg,
    [class*=" p-"].p-b-20--lg,
    [class^=p-].p-b-20--lg {
        padding-bottom: 20px
    }

    .m-l-20--lg,
    [class*=" m-"].m-l-20--lg,
    [class^=m-].m-l-20--lg {
        margin-left: 20px
    }

    .p-l-20--lg,
    [class*=" p-"].p-l-20--lg,
    [class^=p-].p-l-20--lg {
        padding-left: 20px
    }

    .m-r-20--lg,
    [class*=" m-"].m-r-20--lg,
    [class^=m-].m-r-20--lg {
        margin-right: 20px
    }

    .p-r-20--lg,
    [class*=" p-"].p-r-20--lg,
    [class^=p-].p-r-20--lg {
        padding-right: 20px
    }

    .m-tb-20,
    div[class*=" m-tb-"].m-tb-20--lg,
    div[class^=m-tb-].m-tb-20--lg {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-t-24--lg,
    [class*=" m-"].m-t-24--lg,
    [class^=m-].m-t-24--lg {
        margin-top: 24px
    }
}

.m-lr-20 {
    margin-left: 20px;
    margin-right: 20px
}

.p-20 {
    padding: 20px !important
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px
}

.m-t-24 {
    margin-top: 24px
}

.p-t-24 {
    padding-top: 24px
}

.m-b-24 {
    margin-bottom: 24px
}

.p-b-24 {
    padding-bottom: 24px
}

.m-l-24 {
    margin-left: 24px
}

.p-l-24 {
    padding-left: 24px
}

.m-r-24 {
    margin-right: 24px
}

@media (max-width:480px) {

    .m-t-24--xs,
    [class*=" m-"].m-t-24--xs,
    [class^=m-].m-t-24--xs {
        margin-top: 24px
    }

    .m-b-24--xs,
    [class*=" m-"].m-b-24--xs,
    [class^=m-].m-b-24--xs {
        margin-bottom: 24px
    }

    .m-l-24--xs,
    [class*=" m-"].m-l-24--xs,
    [class^=m-].m-l-24--xs {
        margin-left: 24px
    }

    .m-r-24--xs,
    [class*=" m-"].m-r-24--xs,
    [class^=m-].m-r-24--xs {
        margin-right: 24px
    }
}

.p-r-24 {
    padding-right: 24px
}

@media (min-width:768px) {

    .m-t-24--sm,
    [class*=" m-"].m-t-24--sm,
    [class^=m-].m-t-24--sm {
        margin-top: 24px
    }

    .p-t-24--sm,
    [class*=" p-"].p-t-24--sm,
    [class^=p-].p-t-24--sm {
        padding-top: 24px
    }

    .m-b-24--sm,
    [class*=" m-"].m-b-24--sm,
    [class^=m-].m-b-24--sm {
        margin-bottom: 24px
    }

    .p-b-24--sm,
    [class*=" p-"].p-b-24--sm,
    [class^=p-].p-b-24--sm {
        padding-bottom: 24px
    }

    .m-l-24--sm,
    [class*=" m-"].m-l-24--sm,
    [class^=m-].m-l-24--sm {
        margin-left: 24px
    }

    .p-l-24--sm,
    [class*=" p-"].p-l-24--sm,
    [class^=p-].p-l-24--sm {
        padding-left: 24px
    }

    .m-r-24--sm,
    [class*=" m-"].m-r-24--sm,
    [class^=m-].m-r-24--sm {
        margin-right: 24px
    }

    .p-r-24--sm,
    [class*=" p-"].p-r-24--sm,
    [class^=p-].p-r-24--sm {
        padding-right: 24px
    }
}

@media (min-width:992px) {

    .m-t-24--md,
    [class*=" m-"].m-t-24--md,
    [class^=m-].m-t-24--md {
        margin-top: 24px
    }

    .p-t-24--md,
    [class*=" p-"].p-t-24--md,
    [class^=p-].p-t-24--md {
        padding-top: 24px
    }

    .m-b-24--md,
    [class*=" m-"].m-b-24--md,
    [class^=m-].m-b-24--md {
        margin-bottom: 24px
    }

    .p-b-24--md,
    [class*=" p-"].p-b-24--md,
    [class^=p-].p-b-24--md {
        padding-bottom: 24px
    }

    .m-l-24--md,
    [class*=" m-"].m-l-24--md,
    [class^=m-].m-l-24--md {
        margin-left: 24px
    }

    .p-l-24--md,
    [class*=" p-"].p-l-24--md,
    [class^=p-].p-l-24--md {
        padding-left: 24px
    }

    .m-r-24--md,
    [class*=" m-"].m-r-24--md,
    [class^=m-].m-r-24--md {
        margin-right: 24px
    }

    .p-r-24--md,
    [class*=" p-"].p-r-24--md,
    [class^=p-].p-r-24--md {
        padding-right: 24px
    }
}

.m-24 {
    margin: 24px
}

.m-tb-24 {
    margin-top: 24px;
    margin-bottom: 24px
}

@media (min-width:1200px) {

    .p-t-24--lg,
    [class*=" p-"].p-t-24--lg,
    [class^=p-].p-t-24--lg {
        padding-top: 24px
    }

    .m-b-24--lg,
    [class*=" m-"].m-b-24--lg,
    [class^=m-].m-b-24--lg {
        margin-bottom: 24px
    }

    .p-b-24--lg,
    [class*=" p-"].p-b-24--lg,
    [class^=p-].p-b-24--lg {
        padding-bottom: 24px
    }

    .m-l-24--lg,
    [class*=" m-"].m-l-24--lg,
    [class^=m-].m-l-24--lg {
        margin-left: 24px
    }

    .p-l-24--lg,
    [class*=" p-"].p-l-24--lg,
    [class^=p-].p-l-24--lg {
        padding-left: 24px
    }

    .m-r-24--lg,
    [class*=" m-"].m-r-24--lg,
    [class^=m-].m-r-24--lg {
        margin-right: 24px
    }

    .p-r-24--lg,
    [class*=" p-"].p-r-24--lg,
    [class^=p-].p-r-24--lg {
        padding-right: 24px
    }

    .m-tb-24,
    div[class*=" m-tb-"].m-tb-24--lg,
    div[class^=m-tb-].m-tb-24--lg {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-t-25--lg,
    [class*=" m-"].m-t-25--lg,
    [class^=m-].m-t-25--lg {
        margin-top: 25px
    }
}

.m-lr-24 {
    margin-left: 24px;
    margin-right: 24px
}

.p-24 {
    padding: 24px !important
}

.p-tb-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.p-lr-24 {
    padding-left: 24px;
    padding-right: 24px
}

.m-t-25 {
    margin-top: 25px
}

.p-t-25 {
    padding-top: 25px
}

.m-b-25 {
    margin-bottom: 25px
}

.p-b-25 {
    padding-bottom: 25px
}

.m-l-25 {
    margin-left: 25px
}

.p-l-25 {
    padding-left: 25px
}

.m-r-25 {
    margin-right: 25px
}

@media (max-width:480px) {

    .m-t-25--xs,
    [class*=" m-"].m-t-25--xs,
    [class^=m-].m-t-25--xs {
        margin-top: 25px
    }

    .m-b-25--xs,
    [class*=" m-"].m-b-25--xs,
    [class^=m-].m-b-25--xs {
        margin-bottom: 25px
    }

    .m-l-25--xs,
    [class*=" m-"].m-l-25--xs,
    [class^=m-].m-l-25--xs {
        margin-left: 25px
    }

    .m-r-25--xs,
    [class*=" m-"].m-r-25--xs,
    [class^=m-].m-r-25--xs {
        margin-right: 25px
    }
}

.p-r-25 {
    padding-right: 25px
}

@media (min-width:768px) {

    .m-t-25--sm,
    [class*=" m-"].m-t-25--sm,
    [class^=m-].m-t-25--sm {
        margin-top: 25px
    }

    .p-t-25--sm,
    [class*=" p-"].p-t-25--sm,
    [class^=p-].p-t-25--sm {
        padding-top: 25px
    }

    .m-b-25--sm,
    [class*=" m-"].m-b-25--sm,
    [class^=m-].m-b-25--sm {
        margin-bottom: 25px
    }

    .p-b-25--sm,
    [class*=" p-"].p-b-25--sm,
    [class^=p-].p-b-25--sm {
        padding-bottom: 25px
    }

    .m-l-25--sm,
    [class*=" m-"].m-l-25--sm,
    [class^=m-].m-l-25--sm {
        margin-left: 25px
    }

    .p-l-25--sm,
    [class*=" p-"].p-l-25--sm,
    [class^=p-].p-l-25--sm {
        padding-left: 25px
    }

    .m-r-25--sm,
    [class*=" m-"].m-r-25--sm,
    [class^=m-].m-r-25--sm {
        margin-right: 25px
    }

    .p-r-25--sm,
    [class*=" p-"].p-r-25--sm,
    [class^=p-].p-r-25--sm {
        padding-right: 25px
    }
}

@media (min-width:992px) {

    .m-t-25--md,
    [class*=" m-"].m-t-25--md,
    [class^=m-].m-t-25--md {
        margin-top: 25px
    }

    .p-t-25--md,
    [class*=" p-"].p-t-25--md,
    [class^=p-].p-t-25--md {
        padding-top: 25px
    }

    .m-b-25--md,
    [class*=" m-"].m-b-25--md,
    [class^=m-].m-b-25--md {
        margin-bottom: 25px
    }

    .p-b-25--md,
    [class*=" p-"].p-b-25--md,
    [class^=p-].p-b-25--md {
        padding-bottom: 25px
    }

    .m-l-25--md,
    [class*=" m-"].m-l-25--md,
    [class^=m-].m-l-25--md {
        margin-left: 25px
    }

    .p-l-25--md,
    [class*=" p-"].p-l-25--md,
    [class^=p-].p-l-25--md {
        padding-left: 25px
    }

    .m-r-25--md,
    [class*=" m-"].m-r-25--md,
    [class^=m-].m-r-25--md {
        margin-right: 25px
    }

    .p-r-25--md,
    [class*=" p-"].p-r-25--md,
    [class^=p-].p-r-25--md {
        padding-right: 25px
    }
}

.m-25 {
    margin: 25px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width:1200px) {

    .p-t-25--lg,
    [class*=" p-"].p-t-25--lg,
    [class^=p-].p-t-25--lg {
        padding-top: 25px
    }

    .m-b-25--lg,
    [class*=" m-"].m-b-25--lg,
    [class^=m-].m-b-25--lg {
        margin-bottom: 25px
    }

    .p-b-25--lg,
    [class*=" p-"].p-b-25--lg,
    [class^=p-].p-b-25--lg {
        padding-bottom: 25px
    }

    .m-l-25--lg,
    [class*=" m-"].m-l-25--lg,
    [class^=m-].m-l-25--lg {
        margin-left: 25px
    }

    .p-l-25--lg,
    [class*=" p-"].p-l-25--lg,
    [class^=p-].p-l-25--lg {
        padding-left: 25px
    }

    .m-r-25--lg,
    [class*=" m-"].m-r-25--lg,
    [class^=m-].m-r-25--lg {
        margin-right: 25px
    }

    .p-r-25--lg,
    [class*=" p-"].p-r-25--lg,
    [class^=p-].p-r-25--lg {
        padding-right: 25px
    }

    .m-tb-25,
    div[class*=" m-tb-"].m-tb-25--lg,
    div[class^=m-tb-].m-tb-25--lg {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-t-30--lg,
    [class*=" m-"].m-t-30--lg,
    [class^=m-].m-t-30--lg {
        margin-top: 30px
    }
}

.m-lr-25 {
    margin-left: 25px;
    margin-right: 25px
}

.p-25 {
    padding: 25px !important
}

.p-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.p-lr-25 {
    padding-left: 25px;
    padding-right: 25px
}

.m-t-30 {
    margin-top: 30px
}

.p-t-30 {
    padding-top: 30px
}

.m-b-30 {
    margin-bottom: 30px
}

.p-b-30 {
    padding-bottom: 30px
}

.m-l-30 {
    margin-left: 30px
}

.p-l-30 {
    padding-left: 30px
}

.m-r-30 {
    margin-right: 30px
}

@media (max-width:480px) {

    .m-t-30--xs,
    [class*=" m-"].m-t-30--xs,
    [class^=m-].m-t-30--xs {
        margin-top: 30px
    }

    .m-b-30--xs,
    [class*=" m-"].m-b-30--xs,
    [class^=m-].m-b-30--xs {
        margin-bottom: 30px
    }

    .m-l-30--xs,
    [class*=" m-"].m-l-30--xs,
    [class^=m-].m-l-30--xs {
        margin-left: 30px
    }

    .m-r-30--xs,
    [class*=" m-"].m-r-30--xs,
    [class^=m-].m-r-30--xs {
        margin-right: 30px
    }
}

.p-r-30 {
    padding-right: 30px
}

@media (min-width:768px) {

    .m-t-30--sm,
    [class*=" m-"].m-t-30--sm,
    [class^=m-].m-t-30--sm {
        margin-top: 30px
    }

    .p-t-30--sm,
    [class*=" p-"].p-t-30--sm,
    [class^=p-].p-t-30--sm {
        padding-top: 30px
    }

    .m-b-30--sm,
    [class*=" m-"].m-b-30--sm,
    [class^=m-].m-b-30--sm {
        margin-bottom: 30px
    }

    .p-b-30--sm,
    [class*=" p-"].p-b-30--sm,
    [class^=p-].p-b-30--sm {
        padding-bottom: 30px
    }

    .m-l-30--sm,
    [class*=" m-"].m-l-30--sm,
    [class^=m-].m-l-30--sm {
        margin-left: 30px
    }

    .p-l-30--sm,
    [class*=" p-"].p-l-30--sm,
    [class^=p-].p-l-30--sm {
        padding-left: 30px
    }

    .m-r-30--sm,
    [class*=" m-"].m-r-30--sm,
    [class^=m-].m-r-30--sm {
        margin-right: 30px
    }

    .p-r-30--sm,
    [class*=" p-"].p-r-30--sm,
    [class^=p-].p-r-30--sm {
        padding-right: 30px
    }
}

@media (min-width:992px) {

    .m-t-30--md,
    [class*=" m-"].m-t-30--md,
    [class^=m-].m-t-30--md {
        margin-top: 30px
    }

    .p-t-30--md,
    [class*=" p-"].p-t-30--md,
    [class^=p-].p-t-30--md {
        padding-top: 30px
    }

    .m-b-30--md,
    [class*=" m-"].m-b-30--md,
    [class^=m-].m-b-30--md {
        margin-bottom: 30px
    }

    .p-b-30--md,
    [class*=" p-"].p-b-30--md,
    [class^=p-].p-b-30--md {
        padding-bottom: 30px
    }

    .m-l-30--md,
    [class*=" m-"].m-l-30--md,
    [class^=m-].m-l-30--md {
        margin-left: 30px
    }

    .p-l-30--md,
    [class*=" p-"].p-l-30--md,
    [class^=p-].p-l-30--md {
        padding-left: 30px
    }

    .m-r-30--md,
    [class*=" m-"].m-r-30--md,
    [class^=m-].m-r-30--md {
        margin-right: 30px
    }

    .p-r-30--md,
    [class*=" p-"].p-r-30--md,
    [class^=p-].p-r-30--md {
        padding-right: 30px
    }
}

.m-30 {
    margin: 30px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width:1200px) {

    .p-t-30--lg,
    [class*=" p-"].p-t-30--lg,
    [class^=p-].p-t-30--lg {
        padding-top: 30px
    }

    .m-b-30--lg,
    [class*=" m-"].m-b-30--lg,
    [class^=m-].m-b-30--lg {
        margin-bottom: 30px
    }

    .p-b-30--lg,
    [class*=" p-"].p-b-30--lg,
    [class^=p-].p-b-30--lg {
        padding-bottom: 30px
    }

    .m-l-30--lg,
    [class*=" m-"].m-l-30--lg,
    [class^=m-].m-l-30--lg {
        margin-left: 30px
    }

    .p-l-30--lg,
    [class*=" p-"].p-l-30--lg,
    [class^=p-].p-l-30--lg {
        padding-left: 30px
    }

    .m-r-30--lg,
    [class*=" m-"].m-r-30--lg,
    [class^=m-].m-r-30--lg {
        margin-right: 30px
    }

    .p-r-30--lg,
    [class*=" p-"].p-r-30--lg,
    [class^=p-].p-r-30--lg {
        padding-right: 30px
    }

    .m-tb-30,
    div[class*=" m-tb-"].m-tb-30--lg,
    div[class^=m-tb-].m-tb-30--lg {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-t-32--lg,
    [class*=" m-"].m-t-32--lg,
    [class^=m-].m-t-32--lg {
        margin-top: 32px
    }
}

.m-lr-30 {
    margin-left: 30px;
    margin-right: 30px
}

.p-30 {
    padding: 30px !important
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.m-t-32 {
    margin-top: 32px
}

.p-t-32 {
    padding-top: 32px
}

.m-b-32 {
    margin-bottom: 32px
}

.p-b-32 {
    padding-bottom: 32px
}

.m-l-32 {
    margin-left: 32px
}

.p-l-32 {
    padding-left: 32px
}

.m-r-32 {
    margin-right: 32px
}

@media (max-width:480px) {

    .m-t-32--xs,
    [class*=" m-"].m-t-32--xs,
    [class^=m-].m-t-32--xs {
        margin-top: 32px
    }

    .m-b-32--xs,
    [class*=" m-"].m-b-32--xs,
    [class^=m-].m-b-32--xs {
        margin-bottom: 32px
    }

    .m-l-32--xs,
    [class*=" m-"].m-l-32--xs,
    [class^=m-].m-l-32--xs {
        margin-left: 32px
    }

    .m-r-32--xs,
    [class*=" m-"].m-r-32--xs,
    [class^=m-].m-r-32--xs {
        margin-right: 32px
    }
}

.p-r-32 {
    padding-right: 32px
}

@media (min-width:768px) {

    .m-t-32--sm,
    [class*=" m-"].m-t-32--sm,
    [class^=m-].m-t-32--sm {
        margin-top: 32px
    }

    .p-t-32--sm,
    [class*=" p-"].p-t-32--sm,
    [class^=p-].p-t-32--sm {
        padding-top: 32px
    }

    .m-b-32--sm,
    [class*=" m-"].m-b-32--sm,
    [class^=m-].m-b-32--sm {
        margin-bottom: 32px
    }

    .p-b-32--sm,
    [class*=" p-"].p-b-32--sm,
    [class^=p-].p-b-32--sm {
        padding-bottom: 32px
    }

    .m-l-32--sm,
    [class*=" m-"].m-l-32--sm,
    [class^=m-].m-l-32--sm {
        margin-left: 32px
    }

    .p-l-32--sm,
    [class*=" p-"].p-l-32--sm,
    [class^=p-].p-l-32--sm {
        padding-left: 32px
    }

    .m-r-32--sm,
    [class*=" m-"].m-r-32--sm,
    [class^=m-].m-r-32--sm {
        margin-right: 32px
    }

    .p-r-32--sm,
    [class*=" p-"].p-r-32--sm,
    [class^=p-].p-r-32--sm {
        padding-right: 32px
    }
}

@media (min-width:992px) {

    .m-t-32--md,
    [class*=" m-"].m-t-32--md,
    [class^=m-].m-t-32--md {
        margin-top: 32px
    }

    .p-t-32--md,
    [class*=" p-"].p-t-32--md,
    [class^=p-].p-t-32--md {
        padding-top: 32px
    }

    .m-b-32--md,
    [class*=" m-"].m-b-32--md,
    [class^=m-].m-b-32--md {
        margin-bottom: 32px
    }

    .p-b-32--md,
    [class*=" p-"].p-b-32--md,
    [class^=p-].p-b-32--md {
        padding-bottom: 32px
    }

    .m-l-32--md,
    [class*=" m-"].m-l-32--md,
    [class^=m-].m-l-32--md {
        margin-left: 32px
    }

    .p-l-32--md,
    [class*=" p-"].p-l-32--md,
    [class^=p-].p-l-32--md {
        padding-left: 32px
    }

    .m-r-32--md,
    [class*=" m-"].m-r-32--md,
    [class^=m-].m-r-32--md {
        margin-right: 32px
    }

    .p-r-32--md,
    [class*=" p-"].p-r-32--md,
    [class^=p-].p-r-32--md {
        padding-right: 32px
    }
}

.m-32 {
    margin: 32px
}

.m-tb-32 {
    margin-top: 32px;
    margin-bottom: 32px
}

@media (min-width:1200px) {

    .p-t-32--lg,
    [class*=" p-"].p-t-32--lg,
    [class^=p-].p-t-32--lg {
        padding-top: 32px
    }

    .m-b-32--lg,
    [class*=" m-"].m-b-32--lg,
    [class^=m-].m-b-32--lg {
        margin-bottom: 32px
    }

    .p-b-32--lg,
    [class*=" p-"].p-b-32--lg,
    [class^=p-].p-b-32--lg {
        padding-bottom: 32px
    }

    .m-l-32--lg,
    [class*=" m-"].m-l-32--lg,
    [class^=m-].m-l-32--lg {
        margin-left: 32px
    }

    .p-l-32--lg,
    [class*=" p-"].p-l-32--lg,
    [class^=p-].p-l-32--lg {
        padding-left: 32px
    }

    .m-r-32--lg,
    [class*=" m-"].m-r-32--lg,
    [class^=m-].m-r-32--lg {
        margin-right: 32px
    }

    .p-r-32--lg,
    [class*=" p-"].p-r-32--lg,
    [class^=p-].p-r-32--lg {
        padding-right: 32px
    }

    .m-tb-32,
    div[class*=" m-tb-"].m-tb-32--lg,
    div[class^=m-tb-].m-tb-32--lg {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-t-35--lg,
    [class*=" m-"].m-t-35--lg,
    [class^=m-].m-t-35--lg {
        margin-top: 35px
    }
}

.m-lr-32 {
    margin-left: 32px;
    margin-right: 32px
}

.p-32 {
    padding: 32px !important
}

.p-tb-32 {
    padding-top: 32px;
    padding-bottom: 32px
}

.p-lr-32 {
    padding-left: 32px;
    padding-right: 32px
}

.m-t-35 {
    margin-top: 35px
}

.p-t-35 {
    padding-top: 35px
}

.m-b-35 {
    margin-bottom: 35px
}

.p-b-35 {
    padding-bottom: 35px
}

.m-l-35 {
    margin-left: 35px
}

.p-l-35 {
    padding-left: 35px
}

.m-r-35 {
    margin-right: 35px
}

@media (max-width:480px) {

    .m-t-35--xs,
    [class*=" m-"].m-t-35--xs,
    [class^=m-].m-t-35--xs {
        margin-top: 35px
    }

    .m-b-35--xs,
    [class*=" m-"].m-b-35--xs,
    [class^=m-].m-b-35--xs {
        margin-bottom: 35px
    }

    .m-l-35--xs,
    [class*=" m-"].m-l-35--xs,
    [class^=m-].m-l-35--xs {
        margin-left: 35px
    }

    .m-r-35--xs,
    [class*=" m-"].m-r-35--xs,
    [class^=m-].m-r-35--xs {
        margin-right: 35px
    }
}

.p-r-35 {
    padding-right: 35px
}

@media (min-width:768px) {

    .m-t-35--sm,
    [class*=" m-"].m-t-35--sm,
    [class^=m-].m-t-35--sm {
        margin-top: 35px
    }

    .p-t-35--sm,
    [class*=" p-"].p-t-35--sm,
    [class^=p-].p-t-35--sm {
        padding-top: 35px
    }

    .m-b-35--sm,
    [class*=" m-"].m-b-35--sm,
    [class^=m-].m-b-35--sm {
        margin-bottom: 35px
    }

    .p-b-35--sm,
    [class*=" p-"].p-b-35--sm,
    [class^=p-].p-b-35--sm {
        padding-bottom: 35px
    }

    .m-l-35--sm,
    [class*=" m-"].m-l-35--sm,
    [class^=m-].m-l-35--sm {
        margin-left: 35px
    }

    .p-l-35--sm,
    [class*=" p-"].p-l-35--sm,
    [class^=p-].p-l-35--sm {
        padding-left: 35px
    }

    .m-r-35--sm,
    [class*=" m-"].m-r-35--sm,
    [class^=m-].m-r-35--sm {
        margin-right: 35px
    }

    .p-r-35--sm,
    [class*=" p-"].p-r-35--sm,
    [class^=p-].p-r-35--sm {
        padding-right: 35px
    }
}

@media (min-width:992px) {

    .m-t-35--md,
    [class*=" m-"].m-t-35--md,
    [class^=m-].m-t-35--md {
        margin-top: 35px
    }

    .p-t-35--md,
    [class*=" p-"].p-t-35--md,
    [class^=p-].p-t-35--md {
        padding-top: 35px
    }

    .m-b-35--md,
    [class*=" m-"].m-b-35--md,
    [class^=m-].m-b-35--md {
        margin-bottom: 35px
    }

    .p-b-35--md,
    [class*=" p-"].p-b-35--md,
    [class^=p-].p-b-35--md {
        padding-bottom: 35px
    }

    .m-l-35--md,
    [class*=" m-"].m-l-35--md,
    [class^=m-].m-l-35--md {
        margin-left: 35px
    }

    .p-l-35--md,
    [class*=" p-"].p-l-35--md,
    [class^=p-].p-l-35--md {
        padding-left: 35px
    }

    .m-r-35--md,
    [class*=" m-"].m-r-35--md,
    [class^=m-].m-r-35--md {
        margin-right: 35px
    }

    .p-r-35--md,
    [class*=" p-"].p-r-35--md,
    [class^=p-].p-r-35--md {
        padding-right: 35px
    }
}

.m-35 {
    margin: 35px
}

.m-tb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

@media (min-width:1200px) {

    .p-t-35--lg,
    [class*=" p-"].p-t-35--lg,
    [class^=p-].p-t-35--lg {
        padding-top: 35px
    }

    .m-b-35--lg,
    [class*=" m-"].m-b-35--lg,
    [class^=m-].m-b-35--lg {
        margin-bottom: 35px
    }

    .p-b-35--lg,
    [class*=" p-"].p-b-35--lg,
    [class^=p-].p-b-35--lg {
        padding-bottom: 35px
    }

    .m-l-35--lg,
    [class*=" m-"].m-l-35--lg,
    [class^=m-].m-l-35--lg {
        margin-left: 35px
    }

    .p-l-35--lg,
    [class*=" p-"].p-l-35--lg,
    [class^=p-].p-l-35--lg {
        padding-left: 35px
    }

    .m-r-35--lg,
    [class*=" m-"].m-r-35--lg,
    [class^=m-].m-r-35--lg {
        margin-right: 35px
    }

    .p-r-35--lg,
    [class*=" p-"].p-r-35--lg,
    [class^=p-].p-r-35--lg {
        padding-right: 35px
    }

    .m-tb-35,
    div[class*=" m-tb-"].m-tb-35--lg,
    div[class^=m-tb-].m-tb-35--lg {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-t-40--lg,
    [class*=" m-"].m-t-40--lg,
    [class^=m-].m-t-40--lg {
        margin-top: 40px
    }
}

.m-lr-35 {
    margin-left: 35px;
    margin-right: 35px
}

.p-35 {
    padding: 35px !important
}

.p-tb-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.p-lr-35 {
    padding-left: 35px;
    padding-right: 35px
}

.m-t-40 {
    margin-top: 40px
}

.p-t-40 {
    padding-top: 40px
}

.m-b-40 {
    margin-bottom: 40px
}

.p-b-40 {
    padding-bottom: 40px
}

.m-l-40 {
    margin-left: 40px
}

.p-l-40 {
    padding-left: 40px
}

.m-r-40 {
    margin-right: 40px
}

@media (max-width:480px) {

    .m-t-40--xs,
    [class*=" m-"].m-t-40--xs,
    [class^=m-].m-t-40--xs {
        margin-top: 40px
    }

    .m-b-40--xs,
    [class*=" m-"].m-b-40--xs,
    [class^=m-].m-b-40--xs {
        margin-bottom: 40px
    }

    .m-l-40--xs,
    [class*=" m-"].m-l-40--xs,
    [class^=m-].m-l-40--xs {
        margin-left: 40px
    }

    .m-r-40--xs,
    [class*=" m-"].m-r-40--xs,
    [class^=m-].m-r-40--xs {
        margin-right: 40px
    }
}

.p-r-40 {
    padding-right: 40px
}

@media (min-width:768px) {

    .m-t-40--sm,
    [class*=" m-"].m-t-40--sm,
    [class^=m-].m-t-40--sm {
        margin-top: 40px
    }

    .p-t-40--sm,
    [class*=" p-"].p-t-40--sm,
    [class^=p-].p-t-40--sm {
        padding-top: 40px
    }

    .m-b-40--sm,
    [class*=" m-"].m-b-40--sm,
    [class^=m-].m-b-40--sm {
        margin-bottom: 40px
    }

    .p-b-40--sm,
    [class*=" p-"].p-b-40--sm,
    [class^=p-].p-b-40--sm {
        padding-bottom: 40px
    }

    .m-l-40--sm,
    [class*=" m-"].m-l-40--sm,
    [class^=m-].m-l-40--sm {
        margin-left: 40px
    }

    .p-l-40--sm,
    [class*=" p-"].p-l-40--sm,
    [class^=p-].p-l-40--sm {
        padding-left: 40px
    }

    .m-r-40--sm,
    [class*=" m-"].m-r-40--sm,
    [class^=m-].m-r-40--sm {
        margin-right: 40px
    }

    .p-r-40--sm,
    [class*=" p-"].p-r-40--sm,
    [class^=p-].p-r-40--sm {
        padding-right: 40px
    }
}

@media (min-width:992px) {

    .m-t-40--md,
    [class*=" m-"].m-t-40--md,
    [class^=m-].m-t-40--md {
        margin-top: 40px
    }

    .p-t-40--md,
    [class*=" p-"].p-t-40--md,
    [class^=p-].p-t-40--md {
        padding-top: 40px
    }

    .m-b-40--md,
    [class*=" m-"].m-b-40--md,
    [class^=m-].m-b-40--md {
        margin-bottom: 40px
    }

    .p-b-40--md,
    [class*=" p-"].p-b-40--md,
    [class^=p-].p-b-40--md {
        padding-bottom: 40px
    }

    .m-l-40--md,
    [class*=" m-"].m-l-40--md,
    [class^=m-].m-l-40--md {
        margin-left: 40px
    }

    .p-l-40--md,
    [class*=" p-"].p-l-40--md,
    [class^=p-].p-l-40--md {
        padding-left: 40px
    }

    .m-r-40--md,
    [class*=" m-"].m-r-40--md,
    [class^=m-].m-r-40--md {
        margin-right: 40px
    }

    .p-r-40--md,
    [class*=" p-"].p-r-40--md,
    [class^=p-].p-r-40--md {
        padding-right: 40px
    }
}

.m-40 {
    margin: 40px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

@media (min-width:1200px) {

    .p-t-40--lg,
    [class*=" p-"].p-t-40--lg,
    [class^=p-].p-t-40--lg {
        padding-top: 40px
    }

    .m-b-40--lg,
    [class*=" m-"].m-b-40--lg,
    [class^=m-].m-b-40--lg {
        margin-bottom: 40px
    }

    .p-b-40--lg,
    [class*=" p-"].p-b-40--lg,
    [class^=p-].p-b-40--lg {
        padding-bottom: 40px
    }

    .m-l-40--lg,
    [class*=" m-"].m-l-40--lg,
    [class^=m-].m-l-40--lg {
        margin-left: 40px
    }

    .p-l-40--lg,
    [class*=" p-"].p-l-40--lg,
    [class^=p-].p-l-40--lg {
        padding-left: 40px
    }

    .m-r-40--lg,
    [class*=" m-"].m-r-40--lg,
    [class^=m-].m-r-40--lg {
        margin-right: 40px
    }

    .p-r-40--lg,
    [class*=" p-"].p-r-40--lg,
    [class^=p-].p-r-40--lg {
        padding-right: 40px
    }

    .m-tb-40,
    div[class*=" m-tb-"].m-tb-40--lg,
    div[class^=m-tb-].m-tb-40--lg {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-t-45--lg,
    [class*=" m-"].m-t-45--lg,
    [class^=m-].m-t-45--lg {
        margin-top: 45px
    }
}

.m-lr-40 {
    margin-left: 40px;
    margin-right: 40px
}

.p-40 {
    padding: 40px !important
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-lr-40 {
    padding-left: 40px;
    padding-right: 40px
}

.m-t-45 {
    margin-top: 45px
}

.p-t-45 {
    padding-top: 45px
}

.m-b-45 {
    margin-bottom: 45px
}

.p-b-45 {
    padding-bottom: 45px
}

.m-l-45 {
    margin-left: 45px
}

.p-l-45 {
    padding-left: 45px
}

.m-r-45 {
    margin-right: 45px
}

@media (max-width:480px) {

    .m-t-45--xs,
    [class*=" m-"].m-t-45--xs,
    [class^=m-].m-t-45--xs {
        margin-top: 45px
    }

    .m-b-45--xs,
    [class*=" m-"].m-b-45--xs,
    [class^=m-].m-b-45--xs {
        margin-bottom: 45px
    }

    .m-l-45--xs,
    [class*=" m-"].m-l-45--xs,
    [class^=m-].m-l-45--xs {
        margin-left: 45px
    }

    .m-r-45--xs,
    [class*=" m-"].m-r-45--xs,
    [class^=m-].m-r-45--xs {
        margin-right: 45px
    }
}

.p-r-45 {
    padding-right: 45px
}

@media (min-width:768px) {

    .m-t-45--sm,
    [class*=" m-"].m-t-45--sm,
    [class^=m-].m-t-45--sm {
        margin-top: 45px
    }

    .p-t-45--sm,
    [class*=" p-"].p-t-45--sm,
    [class^=p-].p-t-45--sm {
        padding-top: 45px
    }

    .m-b-45--sm,
    [class*=" m-"].m-b-45--sm,
    [class^=m-].m-b-45--sm {
        margin-bottom: 45px
    }

    .p-b-45--sm,
    [class*=" p-"].p-b-45--sm,
    [class^=p-].p-b-45--sm {
        padding-bottom: 45px
    }

    .m-l-45--sm,
    [class*=" m-"].m-l-45--sm,
    [class^=m-].m-l-45--sm {
        margin-left: 45px
    }

    .p-l-45--sm,
    [class*=" p-"].p-l-45--sm,
    [class^=p-].p-l-45--sm {
        padding-left: 45px
    }

    .m-r-45--sm,
    [class*=" m-"].m-r-45--sm,
    [class^=m-].m-r-45--sm {
        margin-right: 45px
    }

    .p-r-45--sm,
    [class*=" p-"].p-r-45--sm,
    [class^=p-].p-r-45--sm {
        padding-right: 45px
    }
}

@media (min-width:992px) {

    .m-t-45--md,
    [class*=" m-"].m-t-45--md,
    [class^=m-].m-t-45--md {
        margin-top: 45px
    }

    .p-t-45--md,
    [class*=" p-"].p-t-45--md,
    [class^=p-].p-t-45--md {
        padding-top: 45px
    }

    .m-b-45--md,
    [class*=" m-"].m-b-45--md,
    [class^=m-].m-b-45--md {
        margin-bottom: 45px
    }

    .p-b-45--md,
    [class*=" p-"].p-b-45--md,
    [class^=p-].p-b-45--md {
        padding-bottom: 45px
    }

    .m-l-45--md,
    [class*=" m-"].m-l-45--md,
    [class^=m-].m-l-45--md {
        margin-left: 45px
    }

    .p-l-45--md,
    [class*=" p-"].p-l-45--md,
    [class^=p-].p-l-45--md {
        padding-left: 45px
    }

    .m-r-45--md,
    [class*=" m-"].m-r-45--md,
    [class^=m-].m-r-45--md {
        margin-right: 45px
    }

    .p-r-45--md,
    [class*=" p-"].p-r-45--md,
    [class^=p-].p-r-45--md {
        padding-right: 45px
    }
}

.m-45 {
    margin: 45px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

@media (min-width:1200px) {

    .p-t-45--lg,
    [class*=" p-"].p-t-45--lg,
    [class^=p-].p-t-45--lg {
        padding-top: 45px
    }

    .m-b-45--lg,
    [class*=" m-"].m-b-45--lg,
    [class^=m-].m-b-45--lg {
        margin-bottom: 45px
    }

    .p-b-45--lg,
    [class*=" p-"].p-b-45--lg,
    [class^=p-].p-b-45--lg {
        padding-bottom: 45px
    }

    .m-l-45--lg,
    [class*=" m-"].m-l-45--lg,
    [class^=m-].m-l-45--lg {
        margin-left: 45px
    }

    .p-l-45--lg,
    [class*=" p-"].p-l-45--lg,
    [class^=p-].p-l-45--lg {
        padding-left: 45px
    }

    .m-r-45--lg,
    [class*=" m-"].m-r-45--lg,
    [class^=m-].m-r-45--lg {
        margin-right: 45px
    }

    .p-r-45--lg,
    [class*=" p-"].p-r-45--lg,
    [class^=p-].p-r-45--lg {
        padding-right: 45px
    }

    .m-tb-45,
    div[class*=" m-tb-"].m-tb-45--lg,
    div[class^=m-tb-].m-tb-45--lg {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-t-50--lg,
    [class*=" m-"].m-t-50--lg,
    [class^=m-].m-t-50--lg {
        margin-top: 50px
    }
}

.m-lr-45 {
    margin-left: 45px;
    margin-right: 45px
}

.p-45 {
    padding: 45px !important
}

.p-tb-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.p-lr-45 {
    padding-left: 45px;
    padding-right: 45px
}

.m-t-50 {
    margin-top: 50px
}

.p-t-50 {
    padding-top: 50px
}

.m-b-50 {
    margin-bottom: 50px
}

.p-b-50 {
    padding-bottom: 50px
}

.m-l-50 {
    margin-left: 50px
}

.p-l-50 {
    padding-left: 50px
}

.m-r-50 {
    margin-right: 50px
}

@media (max-width:480px) {

    .m-t-50--xs,
    [class*=" m-"].m-t-50--xs,
    [class^=m-].m-t-50--xs {
        margin-top: 50px
    }

    .m-b-50--xs,
    [class*=" m-"].m-b-50--xs,
    [class^=m-].m-b-50--xs {
        margin-bottom: 50px
    }

    .m-l-50--xs,
    [class*=" m-"].m-l-50--xs,
    [class^=m-].m-l-50--xs {
        margin-left: 50px
    }

    .m-r-50--xs,
    [class*=" m-"].m-r-50--xs,
    [class^=m-].m-r-50--xs {
        margin-right: 50px
    }
}

.p-r-50 {
    padding-right: 50px
}

@media (min-width:768px) {

    .m-t-50--sm,
    [class*=" m-"].m-t-50--sm,
    [class^=m-].m-t-50--sm {
        margin-top: 50px
    }

    .p-t-50--sm,
    [class*=" p-"].p-t-50--sm,
    [class^=p-].p-t-50--sm {
        padding-top: 50px
    }

    .m-b-50--sm,
    [class*=" m-"].m-b-50--sm,
    [class^=m-].m-b-50--sm {
        margin-bottom: 50px
    }

    .p-b-50--sm,
    [class*=" p-"].p-b-50--sm,
    [class^=p-].p-b-50--sm {
        padding-bottom: 50px
    }

    .m-l-50--sm,
    [class*=" m-"].m-l-50--sm,
    [class^=m-].m-l-50--sm {
        margin-left: 50px
    }

    .p-l-50--sm,
    [class*=" p-"].p-l-50--sm,
    [class^=p-].p-l-50--sm {
        padding-left: 50px
    }

    .m-r-50--sm,
    [class*=" m-"].m-r-50--sm,
    [class^=m-].m-r-50--sm {
        margin-right: 50px
    }

    .p-r-50--sm,
    [class*=" p-"].p-r-50--sm,
    [class^=p-].p-r-50--sm {
        padding-right: 50px
    }
}

@media (min-width:992px) {

    .m-t-50--md,
    [class*=" m-"].m-t-50--md,
    [class^=m-].m-t-50--md {
        margin-top: 50px
    }

    .p-t-50--md,
    [class*=" p-"].p-t-50--md,
    [class^=p-].p-t-50--md {
        padding-top: 50px
    }

    .m-b-50--md,
    [class*=" m-"].m-b-50--md,
    [class^=m-].m-b-50--md {
        margin-bottom: 50px
    }

    .p-b-50--md,
    [class*=" p-"].p-b-50--md,
    [class^=p-].p-b-50--md {
        padding-bottom: 50px
    }

    .m-l-50--md,
    [class*=" m-"].m-l-50--md,
    [class^=m-].m-l-50--md {
        margin-left: 50px
    }

    .p-l-50--md,
    [class*=" p-"].p-l-50--md,
    [class^=p-].p-l-50--md {
        padding-left: 50px
    }

    .m-r-50--md,
    [class*=" m-"].m-r-50--md,
    [class^=m-].m-r-50--md {
        margin-right: 50px
    }

    .p-r-50--md,
    [class*=" p-"].p-r-50--md,
    [class^=p-].p-r-50--md {
        padding-right: 50px
    }
}

.m-50 {
    margin: 50px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width:1200px) {

    .p-t-50--lg,
    [class*=" p-"].p-t-50--lg,
    [class^=p-].p-t-50--lg {
        padding-top: 50px
    }

    .m-b-50--lg,
    [class*=" m-"].m-b-50--lg,
    [class^=m-].m-b-50--lg {
        margin-bottom: 50px
    }

    .p-b-50--lg,
    [class*=" p-"].p-b-50--lg,
    [class^=p-].p-b-50--lg {
        padding-bottom: 50px
    }

    .m-l-50--lg,
    [class*=" m-"].m-l-50--lg,
    [class^=m-].m-l-50--lg {
        margin-left: 50px
    }

    .p-l-50--lg,
    [class*=" p-"].p-l-50--lg,
    [class^=p-].p-l-50--lg {
        padding-left: 50px
    }

    .m-r-50--lg,
    [class*=" m-"].m-r-50--lg,
    [class^=m-].m-r-50--lg {
        margin-right: 50px
    }

    .p-r-50--lg,
    [class*=" p-"].p-r-50--lg,
    [class^=p-].p-r-50--lg {
        padding-right: 50px
    }

    .m-tb-50,
    div[class*=" m-tb-"].m-tb-50--lg,
    div[class^=m-tb-].m-tb-50--lg {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-t-55--lg,
    [class*=" m-"].m-t-55--lg,
    [class^=m-].m-t-55--lg {
        margin-top: 55px
    }
}

.m-lr-50 {
    margin-left: 50px;
    margin-right: 50px
}

.p-50 {
    padding: 50px !important
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-lr-50 {
    padding-left: 50px;
    padding-right: 50px
}

.m-t-55 {
    margin-top: 55px
}

.p-t-55 {
    padding-top: 55px
}

.m-b-55 {
    margin-bottom: 55px
}

.p-b-55 {
    padding-bottom: 55px
}

.m-l-55 {
    margin-left: 55px
}

.p-l-55 {
    padding-left: 55px
}

.m-r-55 {
    margin-right: 55px
}

@media (max-width:480px) {

    .m-t-55--xs,
    [class*=" m-"].m-t-55--xs,
    [class^=m-].m-t-55--xs {
        margin-top: 55px
    }

    .m-b-55--xs,
    [class*=" m-"].m-b-55--xs,
    [class^=m-].m-b-55--xs {
        margin-bottom: 55px
    }

    .m-l-55--xs,
    [class*=" m-"].m-l-55--xs,
    [class^=m-].m-l-55--xs {
        margin-left: 55px
    }

    .m-r-55--xs,
    [class*=" m-"].m-r-55--xs,
    [class^=m-].m-r-55--xs {
        margin-right: 55px
    }
}

.p-r-55 {
    padding-right: 55px
}

@media (min-width:768px) {

    .m-t-55--sm,
    [class*=" m-"].m-t-55--sm,
    [class^=m-].m-t-55--sm {
        margin-top: 55px
    }

    .p-t-55--sm,
    [class*=" p-"].p-t-55--sm,
    [class^=p-].p-t-55--sm {
        padding-top: 55px
    }

    .m-b-55--sm,
    [class*=" m-"].m-b-55--sm,
    [class^=m-].m-b-55--sm {
        margin-bottom: 55px
    }

    .p-b-55--sm,
    [class*=" p-"].p-b-55--sm,
    [class^=p-].p-b-55--sm {
        padding-bottom: 55px
    }

    .m-l-55--sm,
    [class*=" m-"].m-l-55--sm,
    [class^=m-].m-l-55--sm {
        margin-left: 55px
    }

    .p-l-55--sm,
    [class*=" p-"].p-l-55--sm,
    [class^=p-].p-l-55--sm {
        padding-left: 55px
    }

    .m-r-55--sm,
    [class*=" m-"].m-r-55--sm,
    [class^=m-].m-r-55--sm {
        margin-right: 55px
    }

    .p-r-55--sm,
    [class*=" p-"].p-r-55--sm,
    [class^=p-].p-r-55--sm {
        padding-right: 55px
    }
}

@media (min-width:992px) {

    .m-t-55--md,
    [class*=" m-"].m-t-55--md,
    [class^=m-].m-t-55--md {
        margin-top: 55px
    }

    .p-t-55--md,
    [class*=" p-"].p-t-55--md,
    [class^=p-].p-t-55--md {
        padding-top: 55px
    }

    .m-b-55--md,
    [class*=" m-"].m-b-55--md,
    [class^=m-].m-b-55--md {
        margin-bottom: 55px
    }

    .p-b-55--md,
    [class*=" p-"].p-b-55--md,
    [class^=p-].p-b-55--md {
        padding-bottom: 55px
    }

    .m-l-55--md,
    [class*=" m-"].m-l-55--md,
    [class^=m-].m-l-55--md {
        margin-left: 55px
    }

    .p-l-55--md,
    [class*=" p-"].p-l-55--md,
    [class^=p-].p-l-55--md {
        padding-left: 55px
    }

    .m-r-55--md,
    [class*=" m-"].m-r-55--md,
    [class^=m-].m-r-55--md {
        margin-right: 55px
    }

    .p-r-55--md,
    [class*=" p-"].p-r-55--md,
    [class^=p-].p-r-55--md {
        padding-right: 55px
    }
}

.m-55 {
    margin: 55px
}

.m-tb-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

@media (min-width:1200px) {

    .p-t-55--lg,
    [class*=" p-"].p-t-55--lg,
    [class^=p-].p-t-55--lg {
        padding-top: 55px
    }

    .m-b-55--lg,
    [class*=" m-"].m-b-55--lg,
    [class^=m-].m-b-55--lg {
        margin-bottom: 55px
    }

    .p-b-55--lg,
    [class*=" p-"].p-b-55--lg,
    [class^=p-].p-b-55--lg {
        padding-bottom: 55px
    }

    .m-l-55--lg,
    [class*=" m-"].m-l-55--lg,
    [class^=m-].m-l-55--lg {
        margin-left: 55px
    }

    .p-l-55--lg,
    [class*=" p-"].p-l-55--lg,
    [class^=p-].p-l-55--lg {
        padding-left: 55px
    }

    .m-r-55--lg,
    [class*=" m-"].m-r-55--lg,
    [class^=m-].m-r-55--lg {
        margin-right: 55px
    }

    .p-r-55--lg,
    [class*=" p-"].p-r-55--lg,
    [class^=p-].p-r-55--lg {
        padding-right: 55px
    }

    .m-tb-55,
    div[class*=" m-tb-"].m-tb-55--lg,
    div[class^=m-tb-].m-tb-55--lg {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-t-60--lg,
    [class*=" m-"].m-t-60--lg,
    [class^=m-].m-t-60--lg {
        margin-top: 60px
    }
}

.m-lr-55 {
    margin-left: 55px;
    margin-right: 55px
}

.p-55 {
    padding: 55px !important
}

.p-tb-55 {
    padding-top: 55px;
    padding-bottom: 55px
}

.p-lr-55 {
    padding-left: 55px;
    padding-right: 55px
}

.m-t-60 {
    margin-top: 60px
}

.p-t-60 {
    padding-top: 60px
}

.m-b-60 {
    margin-bottom: 60px
}

.p-b-60 {
    padding-bottom: 60px
}

.m-l-60 {
    margin-left: 60px
}

.p-l-60 {
    padding-left: 60px
}

.m-r-60 {
    margin-right: 60px
}

@media (max-width:480px) {

    .m-t-60--xs,
    [class*=" m-"].m-t-60--xs,
    [class^=m-].m-t-60--xs {
        margin-top: 60px
    }

    .m-b-60--xs,
    [class*=" m-"].m-b-60--xs,
    [class^=m-].m-b-60--xs {
        margin-bottom: 60px
    }

    .m-l-60--xs,
    [class*=" m-"].m-l-60--xs,
    [class^=m-].m-l-60--xs {
        margin-left: 60px
    }

    .m-r-60--xs,
    [class*=" m-"].m-r-60--xs,
    [class^=m-].m-r-60--xs {
        margin-right: 60px
    }
}

.p-r-60 {
    padding-right: 60px
}

@media (min-width:768px) {

    .m-t-60--sm,
    [class*=" m-"].m-t-60--sm,
    [class^=m-].m-t-60--sm {
        margin-top: 60px
    }

    .p-t-60--sm,
    [class*=" p-"].p-t-60--sm,
    [class^=p-].p-t-60--sm {
        padding-top: 60px
    }

    .m-b-60--sm,
    [class*=" m-"].m-b-60--sm,
    [class^=m-].m-b-60--sm {
        margin-bottom: 60px
    }

    .p-b-60--sm,
    [class*=" p-"].p-b-60--sm,
    [class^=p-].p-b-60--sm {
        padding-bottom: 60px
    }

    .m-l-60--sm,
    [class*=" m-"].m-l-60--sm,
    [class^=m-].m-l-60--sm {
        margin-left: 60px
    }

    .p-l-60--sm,
    [class*=" p-"].p-l-60--sm,
    [class^=p-].p-l-60--sm {
        padding-left: 60px
    }

    .m-r-60--sm,
    [class*=" m-"].m-r-60--sm,
    [class^=m-].m-r-60--sm {
        margin-right: 60px
    }

    .p-r-60--sm,
    [class*=" p-"].p-r-60--sm,
    [class^=p-].p-r-60--sm {
        padding-right: 60px
    }
}

@media (min-width:992px) {

    .m-t-60--md,
    [class*=" m-"].m-t-60--md,
    [class^=m-].m-t-60--md {
        margin-top: 60px
    }

    .p-t-60--md,
    [class*=" p-"].p-t-60--md,
    [class^=p-].p-t-60--md {
        padding-top: 60px
    }

    .m-b-60--md,
    [class*=" m-"].m-b-60--md,
    [class^=m-].m-b-60--md {
        margin-bottom: 60px
    }

    .p-b-60--md,
    [class*=" p-"].p-b-60--md,
    [class^=p-].p-b-60--md {
        padding-bottom: 60px
    }

    .m-l-60--md,
    [class*=" m-"].m-l-60--md,
    [class^=m-].m-l-60--md {
        margin-left: 60px
    }

    .p-l-60--md,
    [class*=" p-"].p-l-60--md,
    [class^=p-].p-l-60--md {
        padding-left: 60px
    }

    .m-r-60--md,
    [class*=" m-"].m-r-60--md,
    [class^=m-].m-r-60--md {
        margin-right: 60px
    }

    .p-r-60--md,
    [class*=" p-"].p-r-60--md,
    [class^=p-].p-r-60--md {
        padding-right: 60px
    }
}

.m-60 {
    margin: 60px
}

.m-tb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

@media (min-width:1200px) {

    .p-t-60--lg,
    [class*=" p-"].p-t-60--lg,
    [class^=p-].p-t-60--lg {
        padding-top: 60px
    }

    .m-b-60--lg,
    [class*=" m-"].m-b-60--lg,
    [class^=m-].m-b-60--lg {
        margin-bottom: 60px
    }

    .p-b-60--lg,
    [class*=" p-"].p-b-60--lg,
    [class^=p-].p-b-60--lg {
        padding-bottom: 60px
    }

    .m-l-60--lg,
    [class*=" m-"].m-l-60--lg,
    [class^=m-].m-l-60--lg {
        margin-left: 60px
    }

    .p-l-60--lg,
    [class*=" p-"].p-l-60--lg,
    [class^=p-].p-l-60--lg {
        padding-left: 60px
    }

    .m-r-60--lg,
    [class*=" m-"].m-r-60--lg,
    [class^=m-].m-r-60--lg {
        margin-right: 60px
    }

    .p-r-60--lg,
    [class*=" p-"].p-r-60--lg,
    [class^=p-].p-r-60--lg {
        padding-right: 60px
    }

    .m-tb-60,
    div[class*=" m-tb-"].m-tb-60--lg,
    div[class^=m-tb-].m-tb-60--lg {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-t-65--lg,
    [class*=" m-"].m-t-65--lg,
    [class^=m-].m-t-65--lg {
        margin-top: 65px
    }
}

.m-lr-60 {
    margin-left: 60px;
    margin-right: 60px
}

.p-60 {
    padding: 60px !important
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-lr-60 {
    padding-left: 60px;
    padding-right: 60px
}

.m-t-65 {
    margin-top: 65px
}

.p-t-65 {
    padding-top: 65px
}

.m-b-65 {
    margin-bottom: 65px
}

.p-b-65 {
    padding-bottom: 65px
}

.m-l-65 {
    margin-left: 65px
}

.p-l-65 {
    padding-left: 65px
}

.m-r-65 {
    margin-right: 65px
}

@media (max-width:480px) {

    .m-t-65--xs,
    [class*=" m-"].m-t-65--xs,
    [class^=m-].m-t-65--xs {
        margin-top: 65px
    }

    .m-b-65--xs,
    [class*=" m-"].m-b-65--xs,
    [class^=m-].m-b-65--xs {
        margin-bottom: 65px
    }

    .m-l-65--xs,
    [class*=" m-"].m-l-65--xs,
    [class^=m-].m-l-65--xs {
        margin-left: 65px
    }

    .m-r-65--xs,
    [class*=" m-"].m-r-65--xs,
    [class^=m-].m-r-65--xs {
        margin-right: 65px
    }
}

.p-r-65 {
    padding-right: 65px
}

@media (min-width:768px) {

    .m-t-65--sm,
    [class*=" m-"].m-t-65--sm,
    [class^=m-].m-t-65--sm {
        margin-top: 65px
    }

    .p-t-65--sm,
    [class*=" p-"].p-t-65--sm,
    [class^=p-].p-t-65--sm {
        padding-top: 65px
    }

    .m-b-65--sm,
    [class*=" m-"].m-b-65--sm,
    [class^=m-].m-b-65--sm {
        margin-bottom: 65px
    }

    .p-b-65--sm,
    [class*=" p-"].p-b-65--sm,
    [class^=p-].p-b-65--sm {
        padding-bottom: 65px
    }

    .m-l-65--sm,
    [class*=" m-"].m-l-65--sm,
    [class^=m-].m-l-65--sm {
        margin-left: 65px
    }

    .p-l-65--sm,
    [class*=" p-"].p-l-65--sm,
    [class^=p-].p-l-65--sm {
        padding-left: 65px
    }

    .m-r-65--sm,
    [class*=" m-"].m-r-65--sm,
    [class^=m-].m-r-65--sm {
        margin-right: 65px
    }

    .p-r-65--sm,
    [class*=" p-"].p-r-65--sm,
    [class^=p-].p-r-65--sm {
        padding-right: 65px
    }
}

@media (min-width:992px) {

    .m-t-65--md,
    [class*=" m-"].m-t-65--md,
    [class^=m-].m-t-65--md {
        margin-top: 65px
    }

    .p-t-65--md,
    [class*=" p-"].p-t-65--md,
    [class^=p-].p-t-65--md {
        padding-top: 65px
    }

    .m-b-65--md,
    [class*=" m-"].m-b-65--md,
    [class^=m-].m-b-65--md {
        margin-bottom: 65px
    }

    .p-b-65--md,
    [class*=" p-"].p-b-65--md,
    [class^=p-].p-b-65--md {
        padding-bottom: 65px
    }

    .m-l-65--md,
    [class*=" m-"].m-l-65--md,
    [class^=m-].m-l-65--md {
        margin-left: 65px
    }

    .p-l-65--md,
    [class*=" p-"].p-l-65--md,
    [class^=p-].p-l-65--md {
        padding-left: 65px
    }

    .m-r-65--md,
    [class*=" m-"].m-r-65--md,
    [class^=m-].m-r-65--md {
        margin-right: 65px
    }

    .p-r-65--md,
    [class*=" p-"].p-r-65--md,
    [class^=p-].p-r-65--md {
        padding-right: 65px
    }
}

.m-65 {
    margin: 65px
}

.m-tb-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

@media (min-width:1200px) {

    .p-t-65--lg,
    [class*=" p-"].p-t-65--lg,
    [class^=p-].p-t-65--lg {
        padding-top: 65px
    }

    .m-b-65--lg,
    [class*=" m-"].m-b-65--lg,
    [class^=m-].m-b-65--lg {
        margin-bottom: 65px
    }

    .p-b-65--lg,
    [class*=" p-"].p-b-65--lg,
    [class^=p-].p-b-65--lg {
        padding-bottom: 65px
    }

    .m-l-65--lg,
    [class*=" m-"].m-l-65--lg,
    [class^=m-].m-l-65--lg {
        margin-left: 65px
    }

    .p-l-65--lg,
    [class*=" p-"].p-l-65--lg,
    [class^=p-].p-l-65--lg {
        padding-left: 65px
    }

    .m-r-65--lg,
    [class*=" m-"].m-r-65--lg,
    [class^=m-].m-r-65--lg {
        margin-right: 65px
    }

    .p-r-65--lg,
    [class*=" p-"].p-r-65--lg,
    [class^=p-].p-r-65--lg {
        padding-right: 65px
    }

    .m-tb-65,
    div[class*=" m-tb-"].m-tb-65--lg,
    div[class^=m-tb-].m-tb-65--lg {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-t-75--lg,
    [class*=" m-"].m-t-75--lg,
    [class^=m-].m-t-75--lg {
        margin-top: 75px
    }
}

.m-lr-65 {
    margin-left: 65px;
    margin-right: 65px
}

.p-65 {
    padding: 65px !important
}

.p-tb-65 {
    padding-top: 65px;
    padding-bottom: 65px
}

.p-lr-65 {
    padding-left: 65px;
    padding-right: 65px
}

.m-t-75 {
    margin-top: 75px
}

.p-t-75 {
    padding-top: 75px
}

.m-b-75 {
    margin-bottom: 75px
}

.p-b-75 {
    padding-bottom: 75px
}

.m-l-75 {
    margin-left: 75px
}

.p-l-75 {
    padding-left: 75px
}

.m-r-75 {
    margin-right: 75px
}

@media (max-width:480px) {

    .m-t-75--xs,
    [class*=" m-"].m-t-75--xs,
    [class^=m-].m-t-75--xs {
        margin-top: 75px
    }

    .m-b-75--xs,
    [class*=" m-"].m-b-75--xs,
    [class^=m-].m-b-75--xs {
        margin-bottom: 75px
    }

    .m-l-75--xs,
    [class*=" m-"].m-l-75--xs,
    [class^=m-].m-l-75--xs {
        margin-left: 75px
    }

    .m-r-75--xs,
    [class*=" m-"].m-r-75--xs,
    [class^=m-].m-r-75--xs {
        margin-right: 75px
    }
}

.p-r-75 {
    padding-right: 75px
}

@media (min-width:768px) {

    .m-t-75--sm,
    [class*=" m-"].m-t-75--sm,
    [class^=m-].m-t-75--sm {
        margin-top: 75px
    }

    .p-t-75--sm,
    [class*=" p-"].p-t-75--sm,
    [class^=p-].p-t-75--sm {
        padding-top: 75px
    }

    .m-b-75--sm,
    [class*=" m-"].m-b-75--sm,
    [class^=m-].m-b-75--sm {
        margin-bottom: 75px
    }

    .p-b-75--sm,
    [class*=" p-"].p-b-75--sm,
    [class^=p-].p-b-75--sm {
        padding-bottom: 75px
    }

    .m-l-75--sm,
    [class*=" m-"].m-l-75--sm,
    [class^=m-].m-l-75--sm {
        margin-left: 75px
    }

    .p-l-75--sm,
    [class*=" p-"].p-l-75--sm,
    [class^=p-].p-l-75--sm {
        padding-left: 75px
    }

    .m-r-75--sm,
    [class*=" m-"].m-r-75--sm,
    [class^=m-].m-r-75--sm {
        margin-right: 75px
    }

    .p-r-75--sm,
    [class*=" p-"].p-r-75--sm,
    [class^=p-].p-r-75--sm {
        padding-right: 75px
    }
}

@media (min-width:992px) {

    .m-t-75--md,
    [class*=" m-"].m-t-75--md,
    [class^=m-].m-t-75--md {
        margin-top: 75px
    }

    .p-t-75--md,
    [class*=" p-"].p-t-75--md,
    [class^=p-].p-t-75--md {
        padding-top: 75px
    }

    .m-b-75--md,
    [class*=" m-"].m-b-75--md,
    [class^=m-].m-b-75--md {
        margin-bottom: 75px
    }

    .p-b-75--md,
    [class*=" p-"].p-b-75--md,
    [class^=p-].p-b-75--md {
        padding-bottom: 75px
    }

    .m-l-75--md,
    [class*=" m-"].m-l-75--md,
    [class^=m-].m-l-75--md {
        margin-left: 75px
    }

    .p-l-75--md,
    [class*=" p-"].p-l-75--md,
    [class^=p-].p-l-75--md {
        padding-left: 75px
    }

    .m-r-75--md,
    [class*=" m-"].m-r-75--md,
    [class^=m-].m-r-75--md {
        margin-right: 75px
    }

    .p-r-75--md,
    [class*=" p-"].p-r-75--md,
    [class^=p-].p-r-75--md {
        padding-right: 75px
    }
}

.m-75 {
    margin: 75px
}

.m-tb-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

@media (min-width:1200px) {

    .p-t-75--lg,
    [class*=" p-"].p-t-75--lg,
    [class^=p-].p-t-75--lg {
        padding-top: 75px
    }

    .m-b-75--lg,
    [class*=" m-"].m-b-75--lg,
    [class^=m-].m-b-75--lg {
        margin-bottom: 75px
    }

    .p-b-75--lg,
    [class*=" p-"].p-b-75--lg,
    [class^=p-].p-b-75--lg {
        padding-bottom: 75px
    }

    .m-l-75--lg,
    [class*=" m-"].m-l-75--lg,
    [class^=m-].m-l-75--lg {
        margin-left: 75px
    }

    .p-l-75--lg,
    [class*=" p-"].p-l-75--lg,
    [class^=p-].p-l-75--lg {
        padding-left: 75px
    }

    .m-r-75--lg,
    [class*=" m-"].m-r-75--lg,
    [class^=m-].m-r-75--lg {
        margin-right: 75px
    }

    .p-r-75--lg,
    [class*=" p-"].p-r-75--lg,
    [class^=p-].p-r-75--lg {
        padding-right: 75px
    }

    .m-tb-75,
    div[class*=" m-tb-"].m-tb-75--lg,
    div[class^=m-tb-].m-tb-75--lg {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-t-80--lg,
    [class*=" m-"].m-t-80--lg,
    [class^=m-].m-t-80--lg {
        margin-top: 80px
    }
}

.m-lr-75 {
    margin-left: 75px;
    margin-right: 75px
}

.p-75 {
    padding: 75px !important
}

.p-tb-75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.p-lr-75 {
    padding-left: 75px;
    padding-right: 75px
}

.m-t-80 {
    margin-top: 80px
}

.p-t-80 {
    padding-top: 80px
}

.m-b-80 {
    margin-bottom: 80px
}

.p-b-80 {
    padding-bottom: 80px
}

.m-l-80 {
    margin-left: 80px
}

.p-l-80 {
    padding-left: 80px
}

.m-r-80 {
    margin-right: 80px
}

@media (max-width:480px) {

    .m-t-80--xs,
    [class*=" m-"].m-t-80--xs,
    [class^=m-].m-t-80--xs {
        margin-top: 80px
    }

    .m-b-80--xs,
    [class*=" m-"].m-b-80--xs,
    [class^=m-].m-b-80--xs {
        margin-bottom: 80px
    }

    .m-l-80--xs,
    [class*=" m-"].m-l-80--xs,
    [class^=m-].m-l-80--xs {
        margin-left: 80px
    }

    .m-r-80--xs,
    [class*=" m-"].m-r-80--xs,
    [class^=m-].m-r-80--xs {
        margin-right: 80px
    }
}

.p-r-80 {
    padding-right: 80px
}

@media (min-width:768px) {

    .m-t-80--sm,
    [class*=" m-"].m-t-80--sm,
    [class^=m-].m-t-80--sm {
        margin-top: 80px
    }

    .p-t-80--sm,
    [class*=" p-"].p-t-80--sm,
    [class^=p-].p-t-80--sm {
        padding-top: 80px
    }

    .m-b-80--sm,
    [class*=" m-"].m-b-80--sm,
    [class^=m-].m-b-80--sm {
        margin-bottom: 80px
    }

    .p-b-80--sm,
    [class*=" p-"].p-b-80--sm,
    [class^=p-].p-b-80--sm {
        padding-bottom: 80px
    }

    .m-l-80--sm,
    [class*=" m-"].m-l-80--sm,
    [class^=m-].m-l-80--sm {
        margin-left: 80px
    }

    .p-l-80--sm,
    [class*=" p-"].p-l-80--sm,
    [class^=p-].p-l-80--sm {
        padding-left: 80px
    }

    .m-r-80--sm,
    [class*=" m-"].m-r-80--sm,
    [class^=m-].m-r-80--sm {
        margin-right: 80px
    }

    .p-r-80--sm,
    [class*=" p-"].p-r-80--sm,
    [class^=p-].p-r-80--sm {
        padding-right: 80px
    }
}

@media (min-width:992px) {

    .m-t-80--md,
    [class*=" m-"].m-t-80--md,
    [class^=m-].m-t-80--md {
        margin-top: 80px
    }

    .p-t-80--md,
    [class*=" p-"].p-t-80--md,
    [class^=p-].p-t-80--md {
        padding-top: 80px
    }

    .m-b-80--md,
    [class*=" m-"].m-b-80--md,
    [class^=m-].m-b-80--md {
        margin-bottom: 80px
    }

    .p-b-80--md,
    [class*=" p-"].p-b-80--md,
    [class^=p-].p-b-80--md {
        padding-bottom: 80px
    }

    .m-l-80--md,
    [class*=" m-"].m-l-80--md,
    [class^=m-].m-l-80--md {
        margin-left: 80px
    }

    .p-l-80--md,
    [class*=" p-"].p-l-80--md,
    [class^=p-].p-l-80--md {
        padding-left: 80px
    }

    .m-r-80--md,
    [class*=" m-"].m-r-80--md,
    [class^=m-].m-r-80--md {
        margin-right: 80px
    }

    .p-r-80--md,
    [class*=" p-"].p-r-80--md,
    [class^=p-].p-r-80--md {
        padding-right: 80px
    }
}

.m-80 {
    margin: 80px
}

.m-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

@media (min-width:1200px) {

    .p-t-80--lg,
    [class*=" p-"].p-t-80--lg,
    [class^=p-].p-t-80--lg {
        padding-top: 80px
    }

    .m-b-80--lg,
    [class*=" m-"].m-b-80--lg,
    [class^=m-].m-b-80--lg {
        margin-bottom: 80px
    }

    .p-b-80--lg,
    [class*=" p-"].p-b-80--lg,
    [class^=p-].p-b-80--lg {
        padding-bottom: 80px
    }

    .m-l-80--lg,
    [class*=" m-"].m-l-80--lg,
    [class^=m-].m-l-80--lg {
        margin-left: 80px
    }

    .p-l-80--lg,
    [class*=" p-"].p-l-80--lg,
    [class^=p-].p-l-80--lg {
        padding-left: 80px
    }

    .m-r-80--lg,
    [class*=" m-"].m-r-80--lg,
    [class^=m-].m-r-80--lg {
        margin-right: 80px
    }

    .p-r-80--lg,
    [class*=" p-"].p-r-80--lg,
    [class^=p-].p-r-80--lg {
        padding-right: 80px
    }

    .m-tb-80,
    div[class*=" m-tb-"].m-tb-80--lg,
    div[class^=m-tb-].m-tb-80--lg {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-t-100--lg,
    [class*=" m-"].m-t-100--lg,
    [class^=m-].m-t-100--lg {
        margin-top: 100px
    }
}

.m-lr-80 {
    margin-left: 80px;
    margin-right: 80px
}

.p-80 {
    padding: 80px !important
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.p-lr-80 {
    padding-left: 80px;
    padding-right: 80px
}

.m-t-100 {
    margin-top: 100px
}

.p-t-100 {
    padding-top: 100px
}

.m-b-100 {
    margin-bottom: 100px
}

.p-b-100 {
    padding-bottom: 100px
}

.m-l-100 {
    margin-left: 100px
}

.p-l-100 {
    padding-left: 100px
}

.m-r-100 {
    margin-right: 100px
}

@media (max-width:480px) {

    .m-t-100--xs,
    [class*=" m-"].m-t-100--xs,
    [class^=m-].m-t-100--xs {
        margin-top: 100px
    }

    .m-b-100--xs,
    [class*=" m-"].m-b-100--xs,
    [class^=m-].m-b-100--xs {
        margin-bottom: 100px
    }

    .m-l-100--xs,
    [class*=" m-"].m-l-100--xs,
    [class^=m-].m-l-100--xs {
        margin-left: 100px
    }

    .m-r-100--xs,
    [class*=" m-"].m-r-100--xs,
    [class^=m-].m-r-100--xs {
        margin-right: 100px
    }
}

.p-r-100 {
    padding-right: 100px
}

@media (min-width:768px) {

    .m-t-100--sm,
    [class*=" m-"].m-t-100--sm,
    [class^=m-].m-t-100--sm {
        margin-top: 100px
    }

    .p-t-100--sm,
    [class*=" p-"].p-t-100--sm,
    [class^=p-].p-t-100--sm {
        padding-top: 100px
    }

    .m-b-100--sm,
    [class*=" m-"].m-b-100--sm,
    [class^=m-].m-b-100--sm {
        margin-bottom: 100px
    }

    .p-b-100--sm,
    [class*=" p-"].p-b-100--sm,
    [class^=p-].p-b-100--sm {
        padding-bottom: 100px
    }

    .m-l-100--sm,
    [class*=" m-"].m-l-100--sm,
    [class^=m-].m-l-100--sm {
        margin-left: 100px
    }

    .p-l-100--sm,
    [class*=" p-"].p-l-100--sm,
    [class^=p-].p-l-100--sm {
        padding-left: 100px
    }

    .m-r-100--sm,
    [class*=" m-"].m-r-100--sm,
    [class^=m-].m-r-100--sm {
        margin-right: 100px
    }

    .p-r-100--sm,
    [class*=" p-"].p-r-100--sm,
    [class^=p-].p-r-100--sm {
        padding-right: 100px
    }
}

@media (min-width:992px) {

    .m-t-100--md,
    [class*=" m-"].m-t-100--md,
    [class^=m-].m-t-100--md {
        margin-top: 100px
    }

    .p-t-100--md,
    [class*=" p-"].p-t-100--md,
    [class^=p-].p-t-100--md {
        padding-top: 100px
    }

    .m-b-100--md,
    [class*=" m-"].m-b-100--md,
    [class^=m-].m-b-100--md {
        margin-bottom: 100px
    }

    .p-b-100--md,
    [class*=" p-"].p-b-100--md,
    [class^=p-].p-b-100--md {
        padding-bottom: 100px
    }

    .m-l-100--md,
    [class*=" m-"].m-l-100--md,
    [class^=m-].m-l-100--md {
        margin-left: 100px
    }

    .p-l-100--md,
    [class*=" p-"].p-l-100--md,
    [class^=p-].p-l-100--md {
        padding-left: 100px
    }

    .m-r-100--md,
    [class*=" m-"].m-r-100--md,
    [class^=m-].m-r-100--md {
        margin-right: 100px
    }

    .p-r-100--md,
    [class*=" p-"].p-r-100--md,
    [class^=p-].p-r-100--md {
        padding-right: 100px
    }
}

.m-100 {
    margin: 100px
}

.m-tb-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

@media (min-width:1200px) {

    .p-t-100--lg,
    [class*=" p-"].p-t-100--lg,
    [class^=p-].p-t-100--lg {
        padding-top: 100px
    }

    .m-b-100--lg,
    [class*=" m-"].m-b-100--lg,
    [class^=m-].m-b-100--lg {
        margin-bottom: 100px
    }

    .p-b-100--lg,
    [class*=" p-"].p-b-100--lg,
    [class^=p-].p-b-100--lg {
        padding-bottom: 100px
    }

    .m-l-100--lg,
    [class*=" m-"].m-l-100--lg,
    [class^=m-].m-l-100--lg {
        margin-left: 100px
    }

    .p-l-100--lg,
    [class*=" p-"].p-l-100--lg,
    [class^=p-].p-l-100--lg {
        padding-left: 100px
    }

    .m-r-100--lg,
    [class*=" m-"].m-r-100--lg,
    [class^=m-].m-r-100--lg {
        margin-right: 100px
    }

    .p-r-100--lg,
    [class*=" p-"].p-r-100--lg,
    [class^=p-].p-r-100--lg {
        padding-right: 100px
    }

    .m-tb-100,
    div[class*=" m-tb-"].m-tb-100--lg,
    div[class^=m-tb-].m-tb-100--lg {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-t-135--lg,
    [class*=" m-"].m-t-135--lg,
    [class^=m-].m-t-135--lg {
        margin-top: 135px
    }
}

.m-lr-100 {
    margin-left: 100px;
    margin-right: 100px
}

.p-100 {
    padding: 100px !important
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.p-lr-100 {
    padding-left: 100px;
    padding-right: 100px
}

.m-t-135 {
    margin-top: 135px
}

.p-t-135 {
    padding-top: 135px
}

.m-b-135 {
    margin-bottom: 135px
}

.p-b-135 {
    padding-bottom: 135px
}

.m-l-135 {
    margin-left: 135px
}

.p-l-135 {
    padding-left: 135px
}

.m-r-135 {
    margin-right: 135px
}

@media (max-width:480px) {

    .m-t-135--xs,
    [class*=" m-"].m-t-135--xs,
    [class^=m-].m-t-135--xs {
        margin-top: 135px
    }

    .m-b-135--xs,
    [class*=" m-"].m-b-135--xs,
    [class^=m-].m-b-135--xs {
        margin-bottom: 135px
    }

    .m-l-135--xs,
    [class*=" m-"].m-l-135--xs,
    [class^=m-].m-l-135--xs {
        margin-left: 135px
    }

    .m-r-135--xs,
    [class*=" m-"].m-r-135--xs,
    [class^=m-].m-r-135--xs {
        margin-right: 135px
    }
}

.p-r-135 {
    padding-right: 135px
}

@media (min-width:768px) {

    .m-t-135--sm,
    [class*=" m-"].m-t-135--sm,
    [class^=m-].m-t-135--sm {
        margin-top: 135px
    }

    .p-t-135--sm,
    [class*=" p-"].p-t-135--sm,
    [class^=p-].p-t-135--sm {
        padding-top: 135px
    }

    .m-b-135--sm,
    [class*=" m-"].m-b-135--sm,
    [class^=m-].m-b-135--sm {
        margin-bottom: 135px
    }

    .p-b-135--sm,
    [class*=" p-"].p-b-135--sm,
    [class^=p-].p-b-135--sm {
        padding-bottom: 135px
    }

    .m-l-135--sm,
    [class*=" m-"].m-l-135--sm,
    [class^=m-].m-l-135--sm {
        margin-left: 135px
    }

    .p-l-135--sm,
    [class*=" p-"].p-l-135--sm,
    [class^=p-].p-l-135--sm {
        padding-left: 135px
    }

    .m-r-135--sm,
    [class*=" m-"].m-r-135--sm,
    [class^=m-].m-r-135--sm {
        margin-right: 135px
    }

    .p-r-135--sm,
    [class*=" p-"].p-r-135--sm,
    [class^=p-].p-r-135--sm {
        padding-right: 135px
    }
}

@media (min-width:992px) {

    .m-t-135--md,
    [class*=" m-"].m-t-135--md,
    [class^=m-].m-t-135--md {
        margin-top: 135px
    }

    .p-t-135--md,
    [class*=" p-"].p-t-135--md,
    [class^=p-].p-t-135--md {
        padding-top: 135px
    }

    .m-b-135--md,
    [class*=" m-"].m-b-135--md,
    [class^=m-].m-b-135--md {
        margin-bottom: 135px
    }

    .p-b-135--md,
    [class*=" p-"].p-b-135--md,
    [class^=p-].p-b-135--md {
        padding-bottom: 135px
    }

    .m-l-135--md,
    [class*=" m-"].m-l-135--md,
    [class^=m-].m-l-135--md {
        margin-left: 135px
    }

    .p-l-135--md,
    [class*=" p-"].p-l-135--md,
    [class^=p-].p-l-135--md {
        padding-left: 135px
    }

    .m-r-135--md,
    [class*=" m-"].m-r-135--md,
    [class^=m-].m-r-135--md {
        margin-right: 135px
    }

    .p-r-135--md,
    [class*=" p-"].p-r-135--md,
    [class^=p-].p-r-135--md {
        padding-right: 135px
    }
}

.m-135 {
    margin: 135px
}

.m-tb-135 {
    margin-top: 135px;
    margin-bottom: 135px
}

@media (min-width:1200px) {

    .p-t-135--lg,
    [class*=" p-"].p-t-135--lg,
    [class^=p-].p-t-135--lg {
        padding-top: 135px
    }

    .m-b-135--lg,
    [class*=" m-"].m-b-135--lg,
    [class^=m-].m-b-135--lg {
        margin-bottom: 135px
    }

    .p-b-135--lg,
    [class*=" p-"].p-b-135--lg,
    [class^=p-].p-b-135--lg {
        padding-bottom: 135px
    }

    .m-l-135--lg,
    [class*=" m-"].m-l-135--lg,
    [class^=m-].m-l-135--lg {
        margin-left: 135px
    }

    .p-l-135--lg,
    [class*=" p-"].p-l-135--lg,
    [class^=p-].p-l-135--lg {
        padding-left: 135px
    }

    .m-r-135--lg,
    [class*=" m-"].m-r-135--lg,
    [class^=m-].m-r-135--lg {
        margin-right: 135px
    }

    .p-r-135--lg,
    [class*=" p-"].p-r-135--lg,
    [class^=p-].p-r-135--lg {
        padding-right: 135px
    }

    .m-tb-135,
    div[class*=" m-tb-"].m-tb-135--lg,
    div[class^=m-tb-].m-tb-135--lg {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .m-t-150--lg,
    [class*=" m-"].m-t-150--lg,
    [class^=m-].m-t-150--lg {
        margin-top: 150px
    }
}

.m-lr-135 {
    margin-left: 135px;
    margin-right: 135px
}

.p-135 {
    padding: 135px !important
}

.p-tb-135 {
    padding-top: 135px;
    padding-bottom: 135px
}

.p-lr-135 {
    padding-left: 135px;
    padding-right: 135px
}

.m-t-150 {
    margin-top: 150px
}

.p-t-150 {
    padding-top: 150px
}

.m-b-150 {
    margin-bottom: 150px
}

.p-b-150 {
    padding-bottom: 150px
}

.m-l-150 {
    margin-left: 150px
}

.p-l-150 {
    padding-left: 150px
}

.m-r-150 {
    margin-right: 150px
}

@media (max-width:480px) {

    .m-t-150--xs,
    [class*=" m-"].m-t-150--xs,
    [class^=m-].m-t-150--xs {
        margin-top: 150px
    }

    .m-b-150--xs,
    [class*=" m-"].m-b-150--xs,
    [class^=m-].m-b-150--xs {
        margin-bottom: 150px
    }

    .m-l-150--xs,
    [class*=" m-"].m-l-150--xs,
    [class^=m-].m-l-150--xs {
        margin-left: 150px
    }

    .m-r-150--xs,
    [class*=" m-"].m-r-150--xs,
    [class^=m-].m-r-150--xs {
        margin-right: 150px
    }
}

.p-r-150 {
    padding-right: 150px
}

@media (min-width:768px) {

    .m-t-150--sm,
    [class*=" m-"].m-t-150--sm,
    [class^=m-].m-t-150--sm {
        margin-top: 150px
    }

    .p-t-150--sm,
    [class*=" p-"].p-t-150--sm,
    [class^=p-].p-t-150--sm {
        padding-top: 150px
    }

    .m-b-150--sm,
    [class*=" m-"].m-b-150--sm,
    [class^=m-].m-b-150--sm {
        margin-bottom: 150px
    }

    .p-b-150--sm,
    [class*=" p-"].p-b-150--sm,
    [class^=p-].p-b-150--sm {
        padding-bottom: 150px
    }

    .m-l-150--sm,
    [class*=" m-"].m-l-150--sm,
    [class^=m-].m-l-150--sm {
        margin-left: 150px
    }

    .p-l-150--sm,
    [class*=" p-"].p-l-150--sm,
    [class^=p-].p-l-150--sm {
        padding-left: 150px
    }

    .m-r-150--sm,
    [class*=" m-"].m-r-150--sm,
    [class^=m-].m-r-150--sm {
        margin-right: 150px
    }

    .p-r-150--sm,
    [class*=" p-"].p-r-150--sm,
    [class^=p-].p-r-150--sm {
        padding-right: 150px
    }
}

@media (min-width:992px) {

    .m-t-150--md,
    [class*=" m-"].m-t-150--md,
    [class^=m-].m-t-150--md {
        margin-top: 150px
    }

    .p-t-150--md,
    [class*=" p-"].p-t-150--md,
    [class^=p-].p-t-150--md {
        padding-top: 150px
    }

    .m-b-150--md,
    [class*=" m-"].m-b-150--md,
    [class^=m-].m-b-150--md {
        margin-bottom: 150px
    }

    .p-b-150--md,
    [class*=" p-"].p-b-150--md,
    [class^=p-].p-b-150--md {
        padding-bottom: 150px
    }

    .m-l-150--md,
    [class*=" m-"].m-l-150--md,
    [class^=m-].m-l-150--md {
        margin-left: 150px
    }

    .p-l-150--md,
    [class*=" p-"].p-l-150--md,
    [class^=p-].p-l-150--md {
        padding-left: 150px
    }

    .m-r-150--md,
    [class*=" m-"].m-r-150--md,
    [class^=m-].m-r-150--md {
        margin-right: 150px
    }

    .p-r-150--md,
    [class*=" p-"].p-r-150--md,
    [class^=p-].p-r-150--md {
        padding-right: 150px
    }
}

.m-150 {
    margin: 150px
}

.m-tb-150 {
    margin-top: 150px;
    margin-bottom: 150px
}

@media (min-width:1200px) {

    .p-t-150--lg,
    [class*=" p-"].p-t-150--lg,
    [class^=p-].p-t-150--lg {
        padding-top: 150px
    }

    .m-b-150--lg,
    [class*=" m-"].m-b-150--lg,
    [class^=m-].m-b-150--lg {
        margin-bottom: 150px
    }

    .p-b-150--lg,
    [class*=" p-"].p-b-150--lg,
    [class^=p-].p-b-150--lg {
        padding-bottom: 150px
    }

    .m-l-150--lg,
    [class*=" m-"].m-l-150--lg,
    [class^=m-].m-l-150--lg {
        margin-left: 150px
    }

    .p-l-150--lg,
    [class*=" p-"].p-l-150--lg,
    [class^=p-].p-l-150--lg {
        padding-left: 150px
    }

    .m-r-150--lg,
    [class*=" m-"].m-r-150--lg,
    [class^=m-].m-r-150--lg {
        margin-right: 150px
    }

    .p-r-150--lg,
    [class*=" p-"].p-r-150--lg,
    [class^=p-].p-r-150--lg {
        padding-right: 150px
    }

    .m-tb-150,
    div[class*=" m-tb-"].m-tb-150--lg,
    div[class^=m-tb-].m-tb-150--lg {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-t-200--lg,
    [class*=" m-"].m-t-200--lg,
    [class^=m-].m-t-200--lg {
        margin-top: 200px
    }
}

.m-lr-150 {
    margin-left: 150px;
    margin-right: 150px
}

.p-150 {
    padding: 150px !important
}

.p-tb-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

.p-lr-150 {
    padding-left: 150px;
    padding-right: 150px
}

.m-t-200 {
    margin-top: 200px
}

.p-t-200 {
    padding-top: 200px
}

.m-b-200 {
    margin-bottom: 200px
}

.p-b-200 {
    padding-bottom: 200px
}

.m-l-200 {
    margin-left: 200px
}

.p-l-200 {
    padding-left: 200px
}

.m-r-200 {
    margin-right: 200px
}

@media (max-width:480px) {

    .m-t-200--xs,
    [class*=" m-"].m-t-200--xs,
    [class^=m-].m-t-200--xs {
        margin-top: 200px
    }

    .m-b-200--xs,
    [class*=" m-"].m-b-200--xs,
    [class^=m-].m-b-200--xs {
        margin-bottom: 200px
    }

    .m-l-200--xs,
    [class*=" m-"].m-l-200--xs,
    [class^=m-].m-l-200--xs {
        margin-left: 200px
    }

    .m-r-200--xs,
    [class*=" m-"].m-r-200--xs,
    [class^=m-].m-r-200--xs {
        margin-right: 200px
    }
}

.p-r-200 {
    padding-right: 200px
}

@media (min-width:768px) {

    .m-t-200--sm,
    [class*=" m-"].m-t-200--sm,
    [class^=m-].m-t-200--sm {
        margin-top: 200px
    }

    .p-t-200--sm,
    [class*=" p-"].p-t-200--sm,
    [class^=p-].p-t-200--sm {
        padding-top: 200px
    }

    .m-b-200--sm,
    [class*=" m-"].m-b-200--sm,
    [class^=m-].m-b-200--sm {
        margin-bottom: 200px
    }

    .p-b-200--sm,
    [class*=" p-"].p-b-200--sm,
    [class^=p-].p-b-200--sm {
        padding-bottom: 200px
    }

    .m-l-200--sm,
    [class*=" m-"].m-l-200--sm,
    [class^=m-].m-l-200--sm {
        margin-left: 200px
    }

    .p-l-200--sm,
    [class*=" p-"].p-l-200--sm,
    [class^=p-].p-l-200--sm {
        padding-left: 200px
    }

    .m-r-200--sm,
    [class*=" m-"].m-r-200--sm,
    [class^=m-].m-r-200--sm {
        margin-right: 200px
    }

    .p-r-200--sm,
    [class*=" p-"].p-r-200--sm,
    [class^=p-].p-r-200--sm {
        padding-right: 200px
    }
}

@media (min-width:992px) {

    .m-t-200--md,
    [class*=" m-"].m-t-200--md,
    [class^=m-].m-t-200--md {
        margin-top: 200px
    }

    .p-t-200--md,
    [class*=" p-"].p-t-200--md,
    [class^=p-].p-t-200--md {
        padding-top: 200px
    }

    .m-b-200--md,
    [class*=" m-"].m-b-200--md,
    [class^=m-].m-b-200--md {
        margin-bottom: 200px
    }

    .p-b-200--md,
    [class*=" p-"].p-b-200--md,
    [class^=p-].p-b-200--md {
        padding-bottom: 200px
    }

    .m-l-200--md,
    [class*=" m-"].m-l-200--md,
    [class^=m-].m-l-200--md {
        margin-left: 200px
    }

    .p-l-200--md,
    [class*=" p-"].p-l-200--md,
    [class^=p-].p-l-200--md {
        padding-left: 200px
    }

    .m-r-200--md,
    [class*=" m-"].m-r-200--md,
    [class^=m-].m-r-200--md {
        margin-right: 200px
    }

    .p-r-200--md,
    [class*=" p-"].p-r-200--md,
    [class^=p-].p-r-200--md {
        padding-right: 200px
    }
}

.m-200 {
    margin: 200px
}

.m-tb-200 {
    margin-top: 200px;
    margin-bottom: 200px
}

@media (min-width:1200px) {

    .p-t-200--lg,
    [class*=" p-"].p-t-200--lg,
    [class^=p-].p-t-200--lg {
        padding-top: 200px
    }

    .m-b-200--lg,
    [class*=" m-"].m-b-200--lg,
    [class^=m-].m-b-200--lg {
        margin-bottom: 200px
    }

    .p-b-200--lg,
    [class*=" p-"].p-b-200--lg,
    [class^=p-].p-b-200--lg {
        padding-bottom: 200px
    }

    .m-l-200--lg,
    [class*=" m-"].m-l-200--lg,
    [class^=m-].m-l-200--lg {
        margin-left: 200px
    }

    .p-l-200--lg,
    [class*=" p-"].p-l-200--lg,
    [class^=p-].p-l-200--lg {
        padding-left: 200px
    }

    .m-r-200--lg,
    [class*=" m-"].m-r-200--lg,
    [class^=m-].m-r-200--lg {
        margin-right: 200px
    }

    .p-r-200--lg,
    [class*=" p-"].p-r-200--lg,
    [class^=p-].p-r-200--lg {
        padding-right: 200px
    }

    .m-tb-200,
    div[class*=" m-tb-"].m-tb-200--lg,
    div[class^=m-tb-].m-tb-200--lg {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

.m-lr-200 {
    margin-left: 200px;
    margin-right: 200px
}

.p-200 {
    padding: 200px !important
}

.p-tb-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

.p-lr-200 {
    padding-left: 200px;
    padding-right: 200px
}

@media (min-width:768px) {
    .m-tb-0--xs {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-lr-0--xs {
        margin-left: 0;
        margin-right: 0
    }

    .m-0--xs {
        margin: 0
    }

    .p-tb-0--xs {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-lr-0--xs {
        padding-left: 0;
        padding-right: 0
    }

    .p-0--xs {
        padding: 0
    }
}

@media (min-width:992px) {
    .m-tb-0--sm {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-lr-0--sm {
        margin-left: 0;
        margin-right: 0
    }

    .m-0--sm {
        margin: 0
    }

    .p-tb-0--sm {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-lr-0--sm {
        padding-left: 0;
        padding-right: 0
    }

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

    .m-tb-5--sm {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .m-tb-5--xs {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-5--xs {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-5--xs {
        margin: 5px
    }

    .p-tb-5--xs {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-5--xs {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-5--xs {
        padding: 5px
    }
}

@media (min-width:992px) {
    .m-lr-5--sm {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-5--sm {
        margin: 5px
    }

    .p-tb-5--sm {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-5--sm {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-5--sm {
        padding: 5px
    }

    .m-tb-10--sm {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .m-tb-10--xs {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-10--xs {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-10--xs {
        margin: 10px
    }

    .p-tb-10--xs {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-10--xs {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-10--xs {
        padding: 10px
    }
}

@media (min-width:992px) {
    .m-lr-10--sm {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-10--sm {
        margin: 10px
    }

    .p-tb-10--sm {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-10--sm {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-10--sm {
        padding: 10px
    }

    .m-tb-15--sm {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media (min-width:768px) {
    .m-tb-15--xs {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-15--xs {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-15--xs {
        margin: 15px
    }

    .p-tb-15--xs {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-15--xs {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-15--xs {
        padding: 15px
    }
}

@media (min-width:992px) {
    .m-lr-15--sm {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-15--sm {
        margin: 15px
    }

    .p-tb-15--sm {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-15--sm {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-15--sm {
        padding: 15px
    }

    .m-tb-16--sm {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media (min-width:768px) {
    .m-tb-16--xs {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-16--xs {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-16--xs {
        margin: 16px
    }

    .p-tb-16--xs {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-16--xs {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-16--xs {
        padding: 16px
    }
}

@media (min-width:992px) {
    .m-lr-16--sm {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-16--sm {
        margin: 16px
    }

    .p-tb-16--sm {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-16--sm {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-16--sm {
        padding: 16px
    }

    .m-tb-20--sm {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .m-tb-20--xs {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-20--xs {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-20--xs {
        margin: 20px
    }

    .p-tb-20--xs {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-20--xs {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-20--xs {
        padding: 20px
    }
}

@media (min-width:992px) {
    .m-lr-20--sm {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-20--sm {
        margin: 20px
    }

    .p-tb-20--sm {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-20--sm {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-20--sm {
        padding: 20px
    }

    .m-tb-24--sm {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media (min-width:768px) {
    .m-tb-24--xs {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-24--xs {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-24--xs {
        margin: 24px
    }

    .p-tb-24--xs {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-24--xs {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-24--xs {
        padding: 24px
    }
}

@media (min-width:992px) {
    .m-lr-24--sm {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-24--sm {
        margin: 24px
    }

    .p-tb-24--sm {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-24--sm {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-24--sm {
        padding: 24px
    }

    .m-tb-25--sm {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media (min-width:768px) {
    .m-tb-25--xs {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-25--xs {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-25--xs {
        margin: 25px
    }

    .p-tb-25--xs {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-25--xs {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-25--xs {
        padding: 25px
    }
}

@media (min-width:992px) {
    .m-lr-25--sm {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-25--sm {
        margin: 25px
    }

    .p-tb-25--sm {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-25--sm {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-25--sm {
        padding: 25px
    }

    .m-tb-30--sm {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .m-tb-30--xs {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-30--xs {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-30--xs {
        margin: 30px
    }

    .p-tb-30--xs {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-30--xs {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-30--xs {
        padding: 30px
    }
}

@media (min-width:992px) {
    .m-lr-30--sm {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-30--sm {
        margin: 30px
    }

    .p-tb-30--sm {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-30--sm {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-30--sm {
        padding: 30px
    }

    .m-tb-32--sm {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media (min-width:768px) {
    .m-tb-32--xs {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-32--xs {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-32--xs {
        margin: 32px
    }

    .p-tb-32--xs {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-32--xs {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-32--xs {
        padding: 32px
    }
}

@media (min-width:992px) {
    .m-lr-32--sm {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-32--sm {
        margin: 32px
    }

    .p-tb-32--sm {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-32--sm {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-32--sm {
        padding: 32px
    }

    .m-tb-35--sm {
        margin-top: 35px;
        margin-bottom: 35px
    }
}

@media (min-width:768px) {
    .m-tb-35--xs {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-35--xs {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-35--xs {
        margin: 35px
    }

    .p-tb-35--xs {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-35--xs {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-35--xs {
        padding: 35px
    }
}

@media (min-width:992px) {
    .m-lr-35--sm {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-35--sm {
        margin: 35px
    }

    .p-tb-35--sm {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-35--sm {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-35--sm {
        padding: 35px
    }

    .m-tb-40--sm {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .m-tb-40--xs {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-40--xs {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-40--xs {
        margin: 40px
    }

    .p-tb-40--xs {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-40--xs {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-40--xs {
        padding: 40px
    }
}

@media (min-width:992px) {
    .m-lr-40--sm {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-40--sm {
        margin: 40px
    }

    .p-tb-40--sm {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-40--sm {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-40--sm {
        padding: 40px
    }

    .m-tb-45--sm {
        margin-top: 45px;
        margin-bottom: 45px
    }
}

@media (min-width:768px) {
    .m-tb-45--xs {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-45--xs {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-45--xs {
        margin: 45px
    }

    .p-tb-45--xs {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-45--xs {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-45--xs {
        padding: 45px
    }
}

@media (min-width:992px) {
    .m-lr-45--sm {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-45--sm {
        margin: 45px
    }

    .p-tb-45--sm {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-45--sm {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-45--sm {
        padding: 45px
    }

    .m-tb-50--sm {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (min-width:768px) {
    .m-tb-50--xs {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-50--xs {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-50--xs {
        margin: 50px
    }

    .p-tb-50--xs {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-50--xs {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-50--xs {
        padding: 50px
    }
}

@media (min-width:992px) {
    .m-lr-50--sm {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-50--sm {
        margin: 50px
    }

    .p-tb-50--sm {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-50--sm {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-50--sm {
        padding: 50px
    }

    .m-tb-55--sm {
        margin-top: 55px;
        margin-bottom: 55px
    }
}

@media (min-width:768px) {
    .m-tb-55--xs {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-lr-55--xs {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-55--xs {
        margin: 55px
    }

    .p-tb-55--xs {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-lr-55--xs {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-55--xs {
        padding: 55px
    }
}

@media (min-width:992px) {
    .m-lr-55--sm {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-55--sm {
        margin: 55px
    }

    .p-tb-55--sm {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-lr-55--sm {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-55--sm {
        padding: 55px
    }

    .m-tb-60--sm {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (min-width:768px) {
    .m-tb-60--xs {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-60--xs {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-60--xs {
        margin: 60px
    }

    .p-tb-60--xs {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-60--xs {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-60--xs {
        padding: 60px
    }
}

@media (min-width:992px) {
    .m-lr-60--sm {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-60--sm {
        margin: 60px
    }

    .p-tb-60--sm {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-60--sm {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-60--sm {
        padding: 60px
    }

    .m-tb-65--sm {
        margin-top: 65px;
        margin-bottom: 65px
    }
}

@media (min-width:768px) {
    .m-tb-65--xs {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-lr-65--xs {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-65--xs {
        margin: 65px
    }

    .p-tb-65--xs {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-lr-65--xs {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-65--xs {
        padding: 65px
    }
}

@media (min-width:992px) {
    .m-lr-65--sm {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-65--sm {
        margin: 65px
    }

    .p-tb-65--sm {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-lr-65--sm {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-65--sm {
        padding: 65px
    }

    .m-tb-75--sm {
        margin-top: 75px;
        margin-bottom: 75px
    }
}

@media (min-width:768px) {
    .m-tb-75--xs {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-lr-75--xs {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-75--xs {
        margin: 75px
    }

    .p-tb-75--xs {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-lr-75--xs {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-75--xs {
        padding: 75px
    }
}

@media (min-width:992px) {
    .m-lr-75--sm {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-75--sm {
        margin: 75px
    }

    .p-tb-75--sm {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-lr-75--sm {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-75--sm {
        padding: 75px
    }

    .m-tb-80--sm {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media (min-width:768px) {
    .m-tb-80--xs {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-80--xs {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-80--xs {
        margin: 80px
    }

    .p-tb-80--xs {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-80--xs {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-80--xs {
        padding: 80px
    }
}

@media (min-width:992px) {
    .m-lr-80--sm {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-80--sm {
        margin: 80px
    }

    .p-tb-80--sm {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-80--sm {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-80--sm {
        padding: 80px
    }

    .m-tb-100--sm {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (min-width:768px) {
    .m-tb-100--xs {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-100--xs {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-100--xs {
        margin: 100px
    }

    .p-tb-100--xs {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-100--xs {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-100--xs {
        padding: 100px
    }
}

@media (min-width:992px) {
    .m-lr-100--sm {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-100--sm {
        margin: 100px
    }

    .p-tb-100--sm {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-100--sm {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-100--sm {
        padding: 100px
    }

    .m-tb-135--sm {
        margin-top: 135px;
        margin-bottom: 135px
    }
}

@media (min-width:768px) {
    .m-tb-135--xs {
        margin-top: 135px;
        margin-bottom: 135px
    }

    .m-lr-135--xs {
        margin-left: 135px;
        margin-right: 135px
    }

    .m-135--xs {
        margin: 135px
    }

    .p-tb-135--xs {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .p-lr-135--xs {
        padding-left: 135px;
        padding-right: 135px
    }

    .p-135--xs {
        padding: 135px
    }
}

@media (min-width:992px) {
    .m-lr-135--sm {
        margin-left: 135px;
        margin-right: 135px
    }

    .m-135--sm {
        margin: 135px
    }

    .p-tb-135--sm {
        padding-top: 135px;
        padding-bottom: 135px
    }

    .p-lr-135--sm {
        padding-left: 135px;
        padding-right: 135px
    }

    .p-135--sm {
        padding: 135px
    }

    .m-tb-150--sm {
        margin-top: 150px;
        margin-bottom: 150px
    }
}

@media (min-width:768px) {
    .m-tb-150--xs {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-150--xs {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-150--xs {
        margin: 150px
    }

    .p-tb-150--xs {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-150--xs {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-150--xs {
        padding: 150px
    }
}

@media (min-width:992px) {
    .m-lr-150--sm {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-150--sm {
        margin: 150px
    }

    .p-tb-150--sm {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-150--sm {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-150--sm {
        padding: 150px
    }

    .m-tb-200--sm {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

@media (min-width:992px) {
    .m-lr-200--sm {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-200--sm {
        margin: 200px
    }

    .p-tb-200--sm {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-200--sm {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-200--sm {
        padding: 200px
    }

    .dropdown-menu .dropdown-item {
        font-size: .8em
    }
}

@media (min-width:768px) {
    .m-tb-200--xs {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-200--xs {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-200--xs {
        margin: 200px
    }

    .p-tb-200--xs {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-200--xs {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-200--xs {
        padding: 200px
    }
}

@media screen and (max-width:767px) {

    .m-reset,
    .m-reset--xs-0 {
        margin: 0
    }
}

@media (max-width:991px) {
    .m-reset--sm-0 {
        margin: 0
    }
}

.m-r-auto {
    margin-right: auto
}

.m-l-auto {
    margin-left: auto
}

.m-t-auto {
    margin-top: auto
}

.m-b-auto {
    margin-bottom: auto
}

.segment {
    padding: 1.125rem;
    border: 1px solid #ced4da;
    line-height: 1.5;
    width: 100%
}

    .segment:last-child {
        margin-bottom: 0
    }

    .segment.rounded {
        border-radius: 5px
    }

    .segment .label {
        margin-right: 10px
    }

    .segment.bg-primary a,
    .segment.bg-primary button,
    .segment.bg-secondary a,
    .segment.bg-secondary button,
    .segment.bg-tretiary a,
    .segment.bg-tretiary button {
        text-decoration: underline
    }

.segments {
    border: 1px solid #ced4da
}

    .segments.rounded {
        border-radius: 5px
    }

    .segments > .segment {
        border-radius: 0;
        border-top: 1px solid #ced4da
    }

    .segments:not(.horizontal):not(.horizontal--responsive) .segment {
        border: none;
        border-top: 1px solid #ced4da
    }

    .segments:not(.horizontal):not(.horizontal--responsive) > .segment:first-child {
        border-top: none;
        border-radius: 5px 5px 0 0
    }

    .segments:not(.horizontal):not(.horizontal--responsive) > .segment:last-child {
        border-radius: 0 0 5px 5px
    }

.horizontal,
.horizontal--responsive {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden
}

    .horizontal .segment,
    .horizontal--responsive .segment {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: none;
        border-radius: 0;
        border-left: 1px solid #ced4da
    }

        .horizontal .segment:first-child,
        .horizontal--responsive .segment:first-child {
            border-left: none
        }

        .horizontal .segment:last-child,
        .horizontal--responsive .segment:last-child {
            border-right: none
        }

.horizontal--responsive {
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .horizontal--responsive {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width:767px) {
    .horizontal--responsive .segment {
        border-top: 1px solid #ced4da;
        border-left: none
    }

        .horizontal--responsive .segment:first-child {
            border-left: none;
            border-top: none
        }

        .horizontal--responsive .segment:last-child {
            border-right: none
        }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #606060;
    text-align: left
}

.highlight,
.text-secondary {
    color: #474747
}

.highlight--primary,
.text-secondary--primary {
    color: #242021
}

.highlight--secondary,
.text-secondary--secondary {
    color: #474747
}

.h2,
h2 {
    font-size: 1.55rem
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: 1.35rem;
    font-weight: 500
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.5rem
    }
}

.label {
    padding: 0;
    white-space: normal;
    vertical-align: inherit;
    border-radius: 0
}

.secondary-font {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.text-underline {
    text-decoration: underline
}

.text-underline--double {
    text-decoration: none;
    position: relative;
    white-space: nowrap
}

    .text-underline--double:after {
        position: absolute;
        display: inline-block;
        content: '';
        bottom: 0;
        left: 0;
        height: 0;
        width: 100%;
        margin-bottom: -5px;
        border-bottom: 4px double #474747
    }

.line-through {
    text-decoration: line-through
}

.fa:before {
    content: "Icon Missing";
    display: inline
}

.icon {
    display: inline-block !important
}

    .icon svg {
        fill: #474747
    }

.icon--success svg {
    fill: #32ce31
}

.icon--info svg {
    fill: #17a2b8
}

.icon--warning svg {
    fill: red
}

.icon--danger svg {
    fill: #dc3545
}

.icon--light svg {
    fill: #f8f9fa
}

.icon--dark svg {
    fill: #343a40
}

.icon--primary svg {
    fill: #242021
}

.icon--secondary svg {
    fill: #474747
}

.icon--white svg {
    fill: #fff
}

.icon--plus svg {
    stroke: #474747;
    stroke-width: 2px
}

.icon--phone-outline svg .a {
    fill: none
}

.icon--phone-outline svg .b {
    fill: #474747;
    fill-rule: evenodd
}

.icon--caret-up svg {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon--caret-right svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon--caret-down svg {
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon--arrow-up svg {
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    stroke: #474747;
    stroke-width: 5px
}

.icon--arrow-down svg {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    stroke: #474747;
    stroke-width: 5px
}

.ng5-slider {
    z-index: 0
}

.mega-menu-open {
    overflow: hidden !important;
    margin-left: -8px
}

#livechat-compact-container {
    opacity: 1 !important;
    visibility: visible !important
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #f4f4f4
}

::-webkit-scrollbar-thumb {
    background-color: #474747;
    width: 8px;
    border-radius: 5px;
    height: 50px
}

.container-xl {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-xxl {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.datepicker {
    font-size: 12px;
    padding: 0
}

    .datepicker ngb-datepicker {
        border: none;
        font-size: 1em
    }

        .datepicker ngb-datepicker .ngb-dp-header {
            background-color: transparent !important
        }

            .datepicker ngb-datepicker .ngb-dp-header .ngb-dp-month-name {
                -ms-flex: 1 1 100%;
                flex: 1 1 100%;
                text-transform: normal;
                text-align: center;
                font-size: 1.375em
            }

                .datepicker ngb-datepicker .ngb-dp-header .ngb-dp-month-name ~ .ngb-dp-month-name {
                    display: none !important
                }

        .datepicker ngb-datepicker .ngb-dp-months {
            -ms-flex-pack: center;
            justify-content: center
        }

        .datepicker ngb-datepicker .ngb-dp-week {
            margin-bottom: .25rem
        }

        .datepicker ngb-datepicker .ngb-dp-weekdays {
            background-color: transparent !important
        }

        .datepicker ngb-datepicker .btn-link {
            color: #606060;
            font-weight: 100
        }

        .datepicker ngb-datepicker .ngb-dp-weekday {
            color: #a7a7a7;
            font-style: normal !important;
            font-weight: 400;
            width: 2rem;
            height: 1.375rem;
            line-height: 2.5em
        }

        .datepicker ngb-datepicker .btn-light,
        .datepicker ngb-datepicker .ngb-dp-day {
            color: #606060;
            width: 2rem;
            height: 2rem;
            border-radius: 0;
            border-color: transparent;
            line-height: 2.5em
        }

        .datepicker ngb-datepicker .ngb-dp-month ~ .ngb-dp-month {
            display: none !important
        }

        .datepicker ngb-datepicker .custom-day {
            text-align: center;
            border-radius: .25rem;
            display: inline-block;
            width: 2rem
        }

            .datepicker ngb-datepicker .custom-day.focused,
            .datepicker ngb-datepicker .custom-day:hover {
                background-color: #e6e6e6
            }

            .datepicker ngb-datepicker .custom-day.bg-primary {
                background-color: #474747
            }

@media (min-width:1200px) {
    .datepicker ngb-datepicker .ngb-dp-header .ngb-dp-month-name {
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%
    }

        .datepicker ngb-datepicker .ngb-dp-header .ngb-dp-month-name ~ .ngb-dp-month-name {
            display: block !important
        }

    .datepicker ngb-datepicker .ngb-dp-month:first-child {
        margin: 0 .75rem
    }

    .datepicker ngb-datepicker .ngb-dp-month ~ .ngb-dp-month {
        display: block !important
    }
}

.dropdown-menu {
    border-radius: 0;
    border: 1px solid #ededed;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .15);
    background-clip: border-box
}

    .dropdown-menu .dropdown-item:active,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item:hover {
        background-color: rgba(71, 71, 71, .75)
    }

    .dropdown-menu .dropdown-item.active {
        background-color: #474747
    }

.full-width {
    width: 100%
}

.breadcrumb {
    background: 0 0;
    padding: 6px 15px;
    font-size: 14px
}

    .breadcrumb a:not([href]):not([tabindex]) {
        color: #474747;
        text-decoration: none
    }

.breadcrumb__link {
    font-size: .786em;
    text-transform: uppercase;
    color: #474747
}

    .breadcrumb__link span {
        vertical-align: middle
    }

    .breadcrumb__link .fa {
        font-size: .929em
    }

    .breadcrumb__link:hover {
        color: #474747
    }

@media (min-width:992px) {
    .breadcrumb__link {
        font-size: .85em
    }
}

.mat-progress-spinner circle {
    stroke: #242021 !important
}

.loading-message .spinner-three-bounce {
    position: relative !important
}

.question-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #474747
}

.help-block {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: rgba(71, 71, 71, .325)
}

.alert-box {
    border-radius: 5px;
    background-color: transparent;
    transition: background .5s linear
}

    .alert-box.alert-focus {
        background-color: rgba(71, 71, 71, .325)
    }

.earn-value {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 25px;
    font-weight: 700
}

.badge-earn-points__icon {
    margin-right: 5px
}

.swiper-button-disabled {
    opacity: 0 !important
}

.button-primary {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #242021;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease
}

    .button-primary:active,
    .button-primary:focus,
    .button-primary:hover,
    .button-primary:not([disabled]):not(.disabled).active,
    .button-primary:not([disabled]):not(.disabled):active,
    .show > .button-primary.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #474747;
        border-color: transparent;
        border-radius: 0;
        outline: 0
    }

    .button-primary.pill {
        border-radius: 50px
    }

    .button-primary.rounded {
        border-radius: 3px
    }

.button-secondary {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #474747;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease
}

    .button-secondary:active,
    .button-secondary:focus,
    .button-secondary:hover,
    .button-secondary:not([disabled]):not(.disabled).active,
    .button-secondary:not([disabled]):not(.disabled):active,
    .show > .button-secondary.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #3a3a3a;
        border-color: transparent;
        border-radius: 0;
        outline: 0
    }

    .button-secondary.pill {
        border-radius: 50px
    }

    .button-secondary.small {
        padding: 5px 8px
    }

    .button-secondary.rounded {
        border-radius: 5px !important
    }

    .button-primary.disabled,
    .button-primary:disabled,
    .button-secondary.disabled,
    .button-secondary:disabled {
        color: #c1c9d0;
        background-color: #dee2e6;
        border: 0 solid transparent;
        box-shadow: 0 0 0 .2rem transparent;
        outline: 0;
        cursor: not-allowed
    }

        .button-primary.disabled:focus,
        .button-primary.disabled:hover,
        .button-primary.disabled:not([disabled]):not(.disabled).active,
        .button-primary.disabled:not([disabled]):not(.disabled):active,
        .button-primary:disabled:focus,
        .button-primary:disabled:hover,
        .button-primary:disabled:not([disabled]):not(.disabled).active,
        .button-primary:disabled:not([disabled]):not(.disabled):active,
        .button-secondary.disabled:focus,
        .button-secondary.disabled:hover,
        .button-secondary.disabled:not([disabled]):not(.disabled).active,
        .button-secondary.disabled:not([disabled]):not(.disabled):active,
        .button-secondary:disabled:focus,
        .button-secondary:disabled:hover,
        .button-secondary:disabled:not([disabled]):not(.disabled).active,
        .button-secondary:disabled:not([disabled]):not(.disabled):active {
            color: #c1c9d0;
            background-color: #dee2e6
        }

.button-outline {
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: 400;
    color: #474747;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    outline-color: transparent;
    border: 1px solid #b3b3b3;
    transition: all .3s ease;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .button-outline:active,
    .button-outline:focus,
    .button-outline:hover,
    .button-outline:not([disabled]):not(.disabled).active,
    .button-outline:not([disabled]):not(.disabled):active,
    .show > .button-outline.dropdown-toggle {
        text-decoration: none;
        color: #474747;
        background-color: #fff;
        border-radius: 0
    }

    .button-outline:active,
    .button-outline:focus,
    .button-outline:hover,
    .button-outline:not([disabled]):not(.disabled).active,
    .button-outline:not([disabled]):not(.disabled):active,
    .button-outline:not([href]):not([tabindex]):focus,
    .button-outline:not([href]):not([tabindex]):hover,
    .show > .button-outline.dropdown-toggle {
        box-shadow: 0 0;
        outline: 0;
        border: 1px solid #474747
    }

.button-outline__icon {
    margin-left: 10px;
    fill: #474747
}

.button-outline.small {
    padding: 5px 8px
}

.button-icon,
.button-icon--continue,
.button-icon--secondary,
.button-icon--update {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 300;
    color: #474747;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease 0s;
    width: 100%
}

    .active.button-icon--continue,
    .active.button-icon--secondary,
    .active.button-icon--update,
    .button-icon .open > .dropdown-toggle.btn-default,
    .button-icon--continue .open > .dropdown-toggle.btn-default,
    .button-icon--continue:active,
    .button-icon--continue:focus,
    .button-icon--continue:hover,
    .button-icon--secondary .open > .dropdown-toggle.btn-default,
    .button-icon--secondary:active,
    .button-icon--secondary:focus,
    .button-icon--secondary:hover,
    .button-icon--update .open > .dropdown-toggle.btn-default,
    .button-icon--update:active,
    .button-icon--update:focus,
    .button-icon--update:hover,
    .button-icon.active,
    .button-icon.focus,
    .button-icon:active,
    .button-icon:focus,
    .button-icon:hover,
    .focus.button-icon--continue,
    .focus.button-icon--secondary,
    .focus.button-icon--update {
        color: #fff;
        background-color: #242021;
        border-color: transparent;
        outline-color: transparent;
        box-shadow: 0 0 0 .2rem rgba(36, 32, 33, .5)
    }

        .active.button-icon--continue svg,
        .active.button-icon--secondary svg,
        .active.button-icon--update svg,
        .button-icon .open > .dropdown-toggle.btn-default svg,
        .button-icon--continue .open > .dropdown-toggle.btn-default svg,
        .button-icon--continue:active svg,
        .button-icon--continue:focus svg,
        .button-icon--continue:hover svg,
        .button-icon--secondary .open > .dropdown-toggle.btn-default svg,
        .button-icon--secondary:active svg,
        .button-icon--secondary:focus svg,
        .button-icon--secondary:hover svg,
        .button-icon--update .open > .dropdown-toggle.btn-default svg,
        .button-icon--update:active svg,
        .button-icon--update:focus svg,
        .button-icon--update:hover svg,
        .button-icon.active svg,
        .button-icon.focus svg,
        .button-icon:active svg,
        .button-icon:focus svg,
        .button-icon:hover svg,
        .focus.button-icon--continue svg,
        .focus.button-icon--secondary svg,
        .focus.button-icon--update svg {
            fill: #fff
        }

        .active.button-icon--continue:focus,
        .active.button-icon--continue:hover,
        .active.button-icon--secondary:focus,
        .active.button-icon--secondary:hover,
        .active.button-icon--update:focus,
        .active.button-icon--update:hover,
        .active.focus.button-icon--continue,
        .active.focus.button-icon--secondary,
        .active.focus.button-icon--update,
        .button-icon .open > .dropdown-toggle.btn-default:focus,
        .button-icon .open > .dropdown-toggle.btn-default:hover,
        .button-icon--continue .open > .dropdown-toggle.btn-default:focus,
        .button-icon--continue .open > .dropdown-toggle.btn-default:hover,
        .button-icon--continue:active.focus,
        .button-icon--continue:active:focus,
        .button-icon--continue:active:hover,
        .button-icon--secondary .open > .dropdown-toggle.btn-default:focus,
        .button-icon--secondary .open > .dropdown-toggle.btn-default:hover,
        .button-icon--secondary:active.focus,
        .button-icon--secondary:active:focus,
        .button-icon--secondary:active:hover,
        .button-icon--update .open > .dropdown-toggle.btn-default:focus,
        .button-icon--update .open > .dropdown-toggle.btn-default:hover,
        .button-icon--update:active.focus,
        .button-icon--update:active:focus,
        .button-icon--update:active:hover,
        .button-icon.active.focus,
        .button-icon.active:focus,
        .button-icon.active:hover,
        .button-icon:active.focus,
        .button-icon:active:focus,
        .button-icon:active:hover {
            color: #fff;
            background-color: #242021
        }

            .active.button-icon--continue:focus svg,
            .active.button-icon--continue:hover svg,
            .active.button-icon--secondary:focus svg,
            .active.button-icon--secondary:hover svg,
            .active.button-icon--update:focus svg,
            .active.button-icon--update:hover svg,
            .active.focus.button-icon--continue svg,
            .active.focus.button-icon--secondary svg,
            .active.focus.button-icon--update svg,
            .button-icon .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon .open > .dropdown-toggle.btn-default:hover svg,
            .button-icon--continue .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon--continue .open > .dropdown-toggle.btn-default:hover svg,
            .button-icon--continue:active.focus svg,
            .button-icon--continue:active:focus svg,
            .button-icon--continue:active:hover svg,
            .button-icon--secondary .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon--secondary .open > .dropdown-toggle.btn-default:hover svg,
            .button-icon--secondary:active.focus svg,
            .button-icon--secondary:active:focus svg,
            .button-icon--secondary:active:hover svg,
            .button-icon--update .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon--update .open > .dropdown-toggle.btn-default:hover svg,
            .button-icon--update:active.focus svg,
            .button-icon--update:active:focus svg,
            .button-icon--update:active:hover svg,
            .button-icon.active.focus svg,
            .button-icon.active:focus svg,
            .button-icon.active:hover svg,
            .button-icon:active.focus svg,
            .button-icon:active:focus svg,
            .button-icon:active:hover svg {
                fill: #fff
            }

.button-icon--secondary {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic
}

.button-icon__text {
    font-size: .8em;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 10px
}

.button-icon__icon {
    width: 20px;
    height: 20px;
    fill: #242021
}

.button-book {
    display: inline-block;
    cursor: pointer;
    padding: .45rem 1.1rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #242021;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease;
    font-size: .65rem
}

    .button-book:active,
    .button-book:focus,
    .button-book:hover,
    .button-book:not([disabled]):not(.disabled).active,
    .button-book:not([disabled]):not(.disabled):active,
    .show > .button-book.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #474747;
        border-color: transparent;
        border-radius: 0;
        outline: 0
    }

    .button-book.pill {
        border-radius: 50px
    }

.button-double {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #242021;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
    min-height: 36px;
    padding: 0
}

    .button-double:active,
    .button-double:focus,
    .button-double:hover,
    .button-double:not([disabled]):not(.disabled).active,
    .button-double:not([disabled]):not(.disabled):active,
    .show > .button-double.dropdown-toggle {
        color: #fff;
        background-color: #474747;
        border-color: transparent;
        box-shadow: 0 0 0 0 rgba(71, 71, 71, .5)
    }

    .button-double.disabled,
    .button-double:disabled {
        color: #fff;
        background-color: #242021;
        outline-color: transparent;
        border: 0 solid transparent;
        box-shadow: 0 0 0 0 transparent;
        cursor: not-allowed
    }

    .button-double.pill {
        border-radius: 25px
    }

    .button-double .sublabel {
        text-align: left
    }

    .button-double .value {
        font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 2em;
        margin: -5px 5px 0
    }

    .button-double .arrow-right {
        display: inline-block;
        margin-left: 5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff
    }

.button-double__desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 25px
}

.button-double__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    min-height: 36px;
    text-transform: uppercase;
    background-color: #000
}

    .button-double__cta.pill {
        border-radius: 25px
    }

.button-search {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #474747;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease
}

    .button-search:active,
    .button-search:focus,
    .button-search:hover,
    .button-search:not([disabled]):not(.disabled).active,
    .button-search:not([disabled]):not(.disabled):active,
    .show > .button-search.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #3a3a3a;
        border-color: transparent;
        border-radius: 0;
        outline: 0
    }

@media screen and (min-width:768px) {
    .button-search {
        font-size: .8em
    }
}

@media screen and (min-width:992px) {
    .button-search {
        font-size: .9rem;
        min-height: 40px
    }
}

.button-search.pill {
    border-radius: 50px
}

.button-search.small {
    padding: 5px 8px
}

.button-search.rounded {
    border-radius: 5px !important
}

.button-text,
.button-text--primary,
.button-text--secondary {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    transition: all .3s ease;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.125;
    color: #606060;
    text-decoration: none;
    padding: .55rem 1.5rem;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease
}

    .button-text svg,
    .button-text--primary svg,
    .button-text--secondary svg {
        fill: #fff
    }

    .button-text--primary:active,
    .button-text--primary:focus,
    .button-text--primary:hover,
    .button-text--primary:not([disabled]):not(.disabled).active,
    .button-text--primary:not([disabled]):not(.disabled):active,
    .button-text--secondary:active,
    .button-text--secondary:focus,
    .button-text--secondary:hover,
    .button-text--secondary:not([disabled]):not(.disabled).active,
    .button-text--secondary:not([disabled]):not(.disabled):active,
    .button-text:active,
    .button-text:focus,
    .button-text:hover,
    .button-text:not([disabled]):not(.disabled).active,
    .button-text:not([disabled]):not(.disabled):active,
    .show > .button-text.dropdown-toggle,
    .show > .dropdown-toggle.button-text--primary,
    .show > .dropdown-toggle.button-text--secondary {
        box-shadow: 0 0 0 .2rem transparent;
        text-decoration: none;
        background-color: #ecedee;
        color: #606060;
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 .2rem transparent
    }

        .button-text--primary:active svg,
        .button-text--primary:focus svg,
        .button-text--primary:hover svg,
        .button-text--primary:not([disabled]):not(.disabled).active svg,
        .button-text--primary:not([disabled]):not(.disabled):active svg,
        .button-text--secondary:active svg,
        .button-text--secondary:focus svg,
        .button-text--secondary:hover svg,
        .button-text--secondary:not([disabled]):not(.disabled).active svg,
        .button-text--secondary:not([disabled]):not(.disabled):active svg,
        .button-text:active svg,
        .button-text:focus svg,
        .button-text:hover svg,
        .button-text:not([disabled]):not(.disabled).active svg,
        .button-text:not([disabled]):not(.disabled):active svg,
        .show > .button-text.dropdown-toggle svg,
        .show > .dropdown-toggle.button-text--primary svg,
        .show > .dropdown-toggle.button-text--secondary svg {
            fill: #fff
        }

    .button-text--primary:disabled,
    .button-text--secondary:disabled,
    .button-text.disabled,
    .button-text:disabled,
    .disabled.button-text--primary,
    .disabled.button-text--secondary {
        box-shadow: 0 0 0 .2rem transparent;
        color: #606060;
        outline-color: transparent;
        border: 0 solid transparent;
        box-shadow: 0 0 0 .2rem transparent;
        cursor: not-allowed
    }

        .button-text--primary:disabled svg,
        .button-text--secondary:disabled svg,
        .button-text.disabled svg,
        .button-text:disabled svg,
        .disabled.button-text--primary svg,
        .disabled.button-text--secondary svg {
            fill: #e4e4e4
        }

    .button-text.pill,
    .pill.button-text--primary,
    .pill.button-text--secondary {
        border-radius: 5px
    }

.button-text--secondary {
    color: #474747
}

    .button-text--secondary:active,
    .button-text--secondary:focus,
    .button-text--secondary:hover,
    .button-text--secondary:not([disabled]):not(.disabled).active,
    .button-text--secondary:not([disabled]):not(.disabled):active,
    .show > .button-text--secondary.dropdown-toggle {
        color: #474747;
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 .2rem transparent
    }

.button-text--primary {
    color: #242021
}

    .button-text--primary:active,
    .button-text--primary:focus,
    .button-text--primary:hover,
    .button-text--primary:not([disabled]):not(.disabled).active,
    .button-text--primary:not([disabled]):not(.disabled):active,
    .show > .button-text--primary.dropdown-toggle {
        color: #242021;
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 .2rem transparent
    }

.btn:focus,
.form-control:focus,
button:focus {
    border-color: #474747;
    box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .8)
}

.scroll-to-btn {
    position: fixed;
    z-index: 50;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    transition: all .2s ease-in-out
}

    .scroll-to-btn.show-scroll {
        opacity: 1
    }

.scroll-to-btn__btn {
    background-color: #ededed;
    box-shadow: 0 8px 8px -6px #474747;
    transition: all .2s ease-in-out
}

    .scroll-to-btn__btn:hover {
        -ms-transform: scale(1.25, 1.25) translate(-5px, -5px);
        transform: scale(1.25, 1.25) translate(-5px, -5px)
    }

.scroll-to-btn .arrowButtonIcon {
    fill: #474747;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.resetBtn {
    color: #242021;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.resetBtn__text {
    font-size: .65rem;
    margin-left: 5px
}

.resetBtn svg i,
.resetBtn:active i,
.resetBtn:focus i {
    animation: 0 linear infinite spin
}

.resetBtn svg,
.resetBtn:hover {
    color: #090808
}

    .resetBtn svg i,
    .resetBtn:hover i {
        animation: 2s linear infinite spin
    }

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.text-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.125;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    outline-color: transparent;
    border: 0 solid transparent
}

    .show > .text-button.dropdown-toggle,
    .text-button:active,
    .text-button:focus,
    .text-button:hover,
    .text-button:not([disabled]):not(.disabled).active,
    .text-button:not([disabled]):not(.disabled):active {
        text-decoration: underline;
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 .2rem transparent
    }

    .text-button.disabled,
    .text-button:disabled {
        color: #606060;
        outline-color: transparent;
        border: 0 solid transparent;
        box-shadow: 0 0 0 .2rem transparent;
        cursor: not-allowed
    }

    .show > .text-button.text-secondary.dropdown-toggle,
    .text-button.text-secondary,
    .text-button.text-secondary:active,
    .text-button.text-secondary:focus,
    .text-button.text-secondary:hover,
    .text-button.text-secondary:not([disabled]):not(.disabled).active,
    .text-button.text-secondary:not([disabled]):not(.disabled):active {
        color: #474747
    }

    .show > .text-button.text-primary.dropdown-toggle,
    .text-button.text-primary,
    .text-button.text-primary:active,
    .text-button.text-primary:focus,
    .text-button.text-primary:hover,
    .text-button.text-primary:not([disabled]):not(.disabled).active,
    .text-button.text-primary:not([disabled]):not(.disabled):active {
        color: #242021
    }

.icon-button {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    background-color: transparent;
    border-radius: 0;
    outline-color: transparent;
    border: 0 solid transparent;
    transition: all .3s ease
}

    .icon-button:active,
    .icon-button:focus,
    .icon-button:hover,
    .icon-button:not([disabled]):not(.disabled).active,
    .icon-button:not([disabled]):not(.disabled):active,
    .icon-button:not([href]):not([tabindex]):focus,
    .icon-button:not([href]):not([tabindex]):hover,
    .show > .icon-button.dropdown-toggle {
        text-decoration: none;
        border-color: transparent
    }

    .icon-button.disabled,
    .icon-button:disabled {
        opacity: .5;
        outline-color: transparent;
        border: 0 solid transparent;
        cursor: not-allowed
    }

        .icon-button.disabled:hover,
        .icon-button:disabled:hover {
            opacity: .5;
            background-color: #dee2e6
        }

.input-checkbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

    .input-checkbox.disabled {
        opacity: .5
    }

        .input-checkbox.disabled input[type=checkbox] {
            cursor: not-allowed
        }

    .input-checkbox input[type=checkbox],
    .input-checkbox input[type=radio] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        z-index: 1
    }

input:checked ~ .input-checkbox__checkmark {
    background-image: none
}

    input:checked ~ .input-checkbox__checkmark:after {
        display: block;
        background-image: url(https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/default/checkmark-checked.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 15px;
        width: 15px
    }

.input-checkbox__value {
    margin: 0 3px
}

.input-checkbox__sublabel {
    display: inline-block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: auto;
    font-size: .9em;
    font-weight: 500;
    text-indent: 2.5em
}

.input-checkbox__checkmark {
    position: relative;
    height: 15px;
    width: 15px;
    background-image: url(https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/default/checkmark-unchecked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px
}

    .input-checkbox__checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.input-checkbox-lrg {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

    .input-checkbox-lrg.disabled {
        opacity: .5
    }

        .input-checkbox-lrg.disabled input[type=checkbox] {
            cursor: not-allowed
        }

    .input-checkbox-lrg input[type=checkbox],
    .input-checkbox-lrg input[type=radio] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        z-index: 1
    }

input:checked ~ .input-checkbox-lrg__checkmark {
    background-image: none
}

    input:checked ~ .input-checkbox-lrg__checkmark:after {
        display: block;
        background-image: url(https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/default/checkmark-checked.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%;
        height: 20px;
        width: 20px
    }

.input-checkbox-lrg__value {
    margin: 0 3px;
    width: 100%
}

.input-checkbox-lrg__sublabel {
    display: inline-block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: auto;
    font-size: .9em;
    font-weight: 500;
    text-indent: 2.5em
}

.input-checkbox-lrg__checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-image: url(https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/default/checkmark-unchecked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px
}

    .input-checkbox-lrg__checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.radio-item {
    display: inline-block;
    position: relative
}

    .radio-item input[type=radio] {
        display: none
    }

    .radio-item label {
        color: #606060;
        margin: 0
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid #474747;
            background-color: transparent
        }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 9px;
        left: 4px;
        content: " ";
        display: block;
        background: #474747
    }

.select-ui {
    display: inline-block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #606060;
    vertical-align: middle;
    border: 1px solid #ced4da;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='10px' viewBox='0 0 20 10'%3e%3cpath fill='%23474747' d='M0,0l10,10L20,0H0z'/%3e%3c/svg%3e") right 15px center no-repeat;
    appearance: none
}

    .select-ui:focus {
        border-color: #685c5f;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(71, 71, 71, .7)
    }

        .select-ui:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .select-ui[multiple],
    .select-ui[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .select-ui:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .select-ui::-ms-expand {
        display: none
    }

    .select-ui.is-valid {
        border-color: #32ce31
    }

    .select-ui.is-invalid {
        border-color: #dc3545
    }

        .select-ui.is-invalid ~ .invalid-feedback {
            display: block
        }

.date-element {
    margin-right: 15px
}

.date-element__icon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 34px;
    height: 30px;
    color: #474747;
    line-height: 1;
    text-align: center;
    border: 1px solid #474747;
    margin-bottom: .5em
}

    .date-element__icon:after,
    .date-element__icon:before {
        position: absolute;
        content: '';
        top: -4px;
        display: inline-block;
        z-index: 1;
        height: 8px;
        margin: 0 5px;
        border-left: 1px solid #474747
    }

    .date-element__icon:before {
        left: 5px
    }

    .date-element__icon:after {
        right: 5px
    }

.date-element__value {
    font-size: 1.286em;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.date-element__label {
    font-size: .643em;
    text-transform: uppercase;
    line-height: .78;
    font-weight: 500;
    text-align: center
}

.page-alert {
    position: relative;
    padding: 15px;
    background-color: #474747;
    background-image: url(/assets/diangle_pattern--gry.png);
    color: #fff
}

.loading-simple {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(-45deg, #fff, #c7c6c6, #fafafa, #fff);
    background-size: 350% 350%;
    animation: 10s infinite change
}

@keyframes change {

    0%, 100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }

    70% {
        transform: scale(1.375);
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

.stepper-content-container {
    min-height: 75vh
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    font-family: inherit !important
}

.mat-horizontal-content-container {
    overflow: initial !important;
    padding: 0 !important
}

@media (min-width:992px) {
    .mat-horizontal-content-container {
        padding: 0 24px 24px !important
    }
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
    top: 38px !important
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after,
[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before {
    top: 38px !important;
    width: calc(50% - 15px) !important
}

.mat-stepper-horizontal {
    background-color: #fafafa
}

.mat-step-header .mat-step-icon .mat-step-icon .mat-icon {
    font-size: 13px;
    height: 13px;
    width: 13px
}

.mat-step-header .mat-step-label {
    padding: 8px 0 0 !important
}

    .mat-step-header .mat-step-label.mat-step-label-selected {
        color: #474747
    }

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #474747;
    color: #fff;
    border-color: transparent
}

.customer-flow .mat-expansion-panel-content {
    font: inherit !important;
    color: #606060 !important
}

.customer-flow .mat-expansion-panel-header-title {
    color: #606060 !important
}

.customer-flow .mat-accordion .mat-expansion-panel {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.customer-flow .mat-expansion-panel-header {
    font-family: inherit !important;
    font-size: 1.25em !important;
    font-weight: 500 !important
}

.customer-flow .mat-expansion-panel-spacing {
    margin: 0 !important
}

.customer-flow .mat-expansion-panel {
    border-radius: 0 !important;
    border-bottom: 1px solid #ced4da
}

    .customer-flow .mat-expansion-panel:last-child {
        border-bottom: 0 solid #ced4da
    }

    .customer-flow .mat-expansion-panel:not([class*=mat-elevation-z]) {
        box-shadow: none !important
    }

.cruiseNoUi-target,
.cruiseNoUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.cruiseNoUi-target {
    position: relative;
    direction: ltr;
    background: #fafafa;
    border-radius: 50px;
    border: 0 solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.cruiseNoUi-base,
.cruiseNoUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.cruiseNoUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

.cruiseNoUi-connect,
.cruiseNoUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .cruiseNoUi-horizontal .cruiseNoUi-origin {
    left: auto;
    right: 0
}

.cruiseNoUi-vertical .cruiseNoUi-origin {
    width: 0
}

.cruiseNoUi-horizontal .cruiseNoUi-origin {
    height: 0
}

.cruiseNoUi-state-tap .cruiseNoUi-connect,
.cruiseNoUi-state-tap .cruiseNoUi-origin {
    transition: transform .3s
}

.cruiseNoUi-state-drag * {
    cursor: inherit !important
}

.cruiseNoUi-horizontal {
    height: 4px
}

    .cruiseNoUi-horizontal .cruiseNoUi-handle {
        width: 28px;
        height: 28px;
        left: -2px;
        top: -10px
    }

.cruiseNoUi-vertical {
    width: 18px
}

    .cruiseNoUi-vertical .cruiseNoUi-handle {
        width: 28px;
        height: 28px;
        left: -6px;
        top: -12px
    }

html:not([dir=rtl]) .cruiseNoUi-horizontal .cruiseNoUi-handle {
    right: -17px;
    left: auto
}

.cruiseNoUi-connect {
    background: #474747
}

.cruiseNoUi-draggable {
    cursor: ew-resize
}

.cruiseNoUi-vertical .cruiseNoUi-draggable {
    cursor: ns-resize
}

.cruiseNoUi-handle {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

    .cruiseNoUi-handle:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background-color: #474747
    }

.cruiseNoUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.cruiseNoUi-vertical .cruiseNoUi-handle:after {
    top: 17px
}

[disabled] .cruiseNoUi-connect {
    background: #b8b8b8
}

[disabled] .cruiseNoUi-handle,
[disabled].cruiseNoUi-handle,
[disabled].cruiseNoUi-target {
    cursor: not-allowed
}

.cruiseNoUi-pips,
.cruiseNoUi-pips * {
    box-sizing: border-box
}

.cruiseNoUi-pips {
    position: absolute;
    color: #999
}

.cruiseNoUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.cruiseNoUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.cruiseNoUi-marker {
    position: absolute;
    background: #ccc
}

.cruiseNoUi-marker-large,
.cruiseNoUi-marker-sub {
    background: #aaa
}

.cruiseNoUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.cruiseNoUi-value-horizontal {
    transform: translate3d(-50%, 50%, 0)
}

.cruiseNoUi-marker-horizontal.cruiseNoUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.cruiseNoUi-marker-horizontal.cruiseNoUi-marker-sub {
    height: 10px
}

.cruiseNoUi-marker-horizontal.cruiseNoUi-marker-large {
    height: 15px
}

.cruiseNoUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.cruiseNoUi-value-vertical {
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.cruiseNoUi-marker-vertical.cruiseNoUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.cruiseNoUi-marker-vertical.cruiseNoUi-marker-sub {
    width: 10px
}

.cruiseNoUi-marker-vertical.cruiseNoUi-marker-large {
    width: 15px
}

.cruiseNoUi-tooltip {
    display: block;
    position: absolute;
    padding: 2px;
    font-size: .9em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap
}

.cruiseNoUi-horizontal .cruiseNoUi-tooltip {
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 150%
}

.cruiseNoUi-vertical .cruiseNoUi-tooltip {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 125%
}

.sticky {
    position: sticky;
    top: 0
}

    .sticky.isAmex {
        top: 130px
    }

.router-animation {
    position: relative;
    min-height: 100vh
}

.cabin-select itinerary-modal {
    display: block;
    width: 100%
}

.cabin-select .modal-title {
    display: none !important
}

body.in {
    overflow: hidden
}

.marriot-container {
    text-align: right;
    font-size: 16px
}

.marriot-container__text1 {
    border-bottom: 1px solid #606060;
    padding-bottom: 3px
}

.marriot-container__text2 {
    margin-top: 8px
}

.partner-header {
    border-bottom: 1px solid #242021;
    padding: 0
}

.partner-header__col-one {
    margin: auto;
    text-align: center
}

.partner-header__col-inner {
    height: 100%;
    -ms-flex-align: end;
    align-items: flex-end
}

.partner-header__mobile-nav {
    width: 100%
}

.user-nav {
    margin: 5px 0 auto;
    display: none
}

@media (min-width:992px) {
    .partner-header__col-one {
        text-align: left
    }

    .partner-header__mobile-nav {
        display: none
    }

    .user-nav {
        display: block
    }

    .main-nav__link {
        background-color: transparent;
        border-bottom: 4px solid transparent
    }

        .main-nav__link.active,
        .main-nav__link:active,
        .main-nav__link:hover {
            background-color: transparent;
            border-bottom: 4px solid #242021
        }
}

.user-nav__nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0;
    font-size: .85em
}

.user-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

    .user-nav__link:focus,
    .user-nav__link:hover {
        text-decoration: underline
    }

        .user-nav__link:focus svg,
        .user-nav__link:hover svg {
            fill: #242021;
            stroke: #242021
        }

    .user-nav__link .link-label {
        margin: 0 10px 0 0
    }

    .user-nav__link .icon {
        height: 14px;
        width: 14px;
        fill: #474747;
        stroke: #474747;
        transition: .5s all ease
    }

.user-nav__pipe {
    margin: 0 10px;
    color: #242021
}

.main-nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 30px;
    padding-left: 0
}

.main-nav__item:last-child {
    margin-right: 0
}

.main-nav__link {
    font-weight: 500;
    padding: 0 .5rem .375rem;
    color: #616060
}

    .main-nav__link.active,
    .main-nav__link:active,
    .main-nav__link:hover {
        color: #474747
    }

.main-nav ul.dropdown-menu {
    font-size: 1em !important
}

    .main-nav ul.dropdown-menu li {
        margin: .75em 0
    }

    .main-nav ul.dropdown-menu a {
        background-color: unset;
        transition: box-shadow 250ms ease;
        padding: 0 0 0 15px
    }

.partner-logo {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.partner-logo__logo {
    max-width: 150px;
    max-height: 80px
}

.mobile-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-top: 3px solid #242021
}

.mobile-nav__item {
    border-right: 1px solid #ededed;
    border-left: 0 solid #ededed
}

    .mobile-nav__item:first-child {
        border-left: 1px solid #ededed
    }

.mobile-nav__btn {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 52px
}

    .mobile-nav__btn svg,
    .mobile-nav__btn:focus svg,
    .mobile-nav__btn:hover svg {
        fill: #474747;
        stroke: #474747
    }

.mobile-nav__icon {
    display: inline;
    width: 20px;
    transition: .5s all ease;
    fill: #d3d3d3;
    stroke: #d3d3d3
}

.mobile-nav__icon--menu {
    width: 25px
}

.mobile-nav__icon--phone {
    width: 18px
}

.mobile-nav__togglerBtn {
    margin: 0 15px;
    padding: 0
}

.slide-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-weight: 400
}

@media (max-width:992px) {
    .slide-menu {
        display: none
    }
}

.slide-menu__nav-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-width: 250px;
    overflow-y: auto;
    transition: right 350ms ease-in-out;
    opacity: 0
}

@media (min-width:992px) {
    .main-nav ul.dropdown-menu {
        z-index: 999999;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fff;
        box-shadow: 0 3px 10px -7px rgba(0, 0, 0, .5);
        width: auto;
        border: 1px solid #f8f9fa;
        float: left
    }

    .partner-logo__logo {
        max-width: 300px
    }

    .slide-menu__nav-inner {
        position: relative;
        right: 0;
        opacity: 1;
        transition: none;
        overflow-y: inherit
    }
}

.slide-menu__fade {
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: opacity 350ms ease-in-out
}

@media (min-width:992px) {
    .slide-menu__fade {
        transition: none;
        display: none
    }
}

.slide-menu__close-btn {
    display: block;
    cursor: pointer;
    background-color: #242021;
    padding: 5px 20px;
    margin-bottom: 20px;
    text-align: right
}

.slide-menu__icon {
    vertical-align: middle;
    fill: #fff;
    width: 20px
}

@media (min-width:992px) {
    .slide-menu {
        position: relative;
        left: 0
    }

    .slide-menu__close-btn {
        display: none
    }
}

.slide-menu__fade {
    display: block;
    opacity: 1;
    z-index: 10;
    background-color: rgba(0, 0, 0, .75)
}

@media (min-width:992px) {
    .slide-menu__fade {
        display: none
    }
}

.slide-menu__nav-inner {
    right: 0;
    opacity: 1;
    background-color: #fff;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.slide-menu .main-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 0
}

@media (max-width:992px) {
    .slide-menu .main-nav {
        display: block
    }
}

.slide-menu .main-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .5rem 0
}

    .slide-menu .main-nav__link:hover {
        border-bottom: 4px solid #242021
    }

@media (max-width:992px) {
    .slide-menu .main-nav__link:hover {
        border-bottom: none
    }
}

.slide-menu .main-nav ul.dropdown-menu {
    position: relative !important;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    transform: translate3d(0, 0, 0) !important
}

    .slide-menu .main-nav ul.dropdown-menu li {
        margin: 0
    }

    .slide-menu .main-nav ul.dropdown-menu a {
        padding-left: 15px
    }

.slide-in {
    display: block;
    opacity: 1;
    z-index: 10;
    background-color: rgba(0, 0, 0, .75)
}

.slide-menu .in {
    display: block
}

    .slide-menu .in .slide-menu__fade {
        display: block;
        opacity: 1;
        z-index: 10;
        background-color: rgba(0, 0, 0, .75)
    }

@media (min-width:992px) {
    .slide-menu .in .slide-menu__fade {
        display: none
    }
}

.slide-menu .in .slide-menu__nav-inner {
    right: 0;
    opacity: 1;
    background-color: #fff
}

.slide-menu .in .main-nav {
    display: block;
    margin-top: 0
}

.slide-menu .in .main-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    border-bottom: 1px solid #d3d3d3
}

    .slide-menu .in .main-nav__link:hover {
        border-bottom: 1px solid #242021
    }

.slide-menu .in .main-nav ul.dropdown-menu {
    position: relative !important;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    transform: translate3d(0, 0, 0) !important
}

    .slide-menu .in .main-nav ul.dropdown-menu li {
        margin: 0
    }

    .slide-menu .in .main-nav ul.dropdown-menu a {
        padding-left: 15px
    }

.has-partner-badge .user-nav__item--badge {
    position: relative;
    width: 72px;
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

    .has-partner-badge .user-nav__item--badge .badge-logo {
        position: absolute;
        top: -6px;
        z-index: 9999
    }

.has-partner-badge .user-nav .phone {
    font-size: 1.4em;
    color: #242021
}

@media screen and (min-width:992px) {
    .has-partner-badge .main-nav {
        margin-top: 100px
    }

    .has-partner-badge .main-nav__link {
        font-size: .9rem
    }
}

.has-partner-badge .partner-link {
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:992px) {
    .has-partner-badge .partner-link {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.has-partner-badge .partner-link a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #474747
}

.has-partner-badge .partner-link .name {
    text-transform: capitalize
}

.has-partner-badge .partner-link__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #474747
}

    .has-partner-badge .partner-link__icon svg {
        fill: #fff;
        margin-left: -2px;
        width: 15px;
        stroke-width: 1px;
        stroke: #fff
    }


.mat-progress-spinner {
    display: block;
    position: relative
}

    .mat-progress-spinner svg {
        position: absolute;
        transform: rotate(-90deg);
        top: 0;
        left: 0;
        transform-origin: center;
        overflow: visible
    }

    .mat-progress-spinner circle {
        fill: transparent;
        transform-origin: center;
        transition: stroke-dashoffset 225ms linear
    }

._mat-animation-noopable.mat-progress-spinner circle {
    transition: none;
    animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] {
    animation: mat-progress-spinner-linear-rotate 2s linear infinite
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] {
    transition: none;
    animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle {
    transition-property: stroke;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(.35, 0, .25, 1);
    animation-iteration-count: infinite
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle {
    transition: none;
    animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] {
    animation: mat-progress-spinner-stroke-rotate-fallback 10s cubic-bezier(.87, .03, .33, 1) infinite
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] {
    transition: none;
    animation: none
}

.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] circle {
    transition-property: stroke
}

._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-fallback-animation[mode=indeterminate] circle {
    transition: none;
    animation: none
}

@keyframes mat-progress-spinner-linear-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes mat-progress-spinner-stroke-rotate-100 {
    0% {
        stroke-dashoffset: 268.60617px;
        transform: rotate(0)
    }

    12.5% {
        stroke-dashoffset: 56.54867px;
        transform: rotate(0)
    }

    12.5001% {
        stroke-dashoffset: 56.54867px;
        transform: rotateX(180deg) rotate(72.5deg)
    }

    25% {
        stroke-dashoffset: 268.60617px;
        transform: rotateX(180deg) rotate(72.5deg)
    }

    25.0001% {
        stroke-dashoffset: 268.60617px;
        transform: rotate(270deg)
    }

    37.5% {
        stroke-dashoffset: 56.54867px;
        transform: rotate(270deg)
    }

    37.5001% {
        stroke-dashoffset: 56.54867px;
        transform: rotateX(180deg) rotate(161.5deg)
    }

    50% {
        stroke-dashoffset: 268.60617px;
        transform: rotateX(180deg) rotate(161.5deg)
    }

    50.0001% {
        stroke-dashoffset: 268.60617px;
        transform: rotate(180deg)
    }

    62.5% {
        stroke-dashoffset: 56.54867px;
        transform: rotate(180deg)
    }

    62.5001% {
        stroke-dashoffset: 56.54867px;
        transform: rotateX(180deg) rotate(251.5deg)
    }

    75% {
        stroke-dashoffset: 268.60617px;
        transform: rotateX(180deg) rotate(251.5deg)
    }

    75.0001% {
        stroke-dashoffset: 268.60617px;
        transform: rotate(90deg)
    }

    87.5% {
        stroke-dashoffset: 56.54867px;
        transform: rotate(90deg)
    }

    87.5001% {
        stroke-dashoffset: 56.54867px;
        transform: rotateX(180deg) rotate(341.5deg)
    }

    100% {
        stroke-dashoffset: 268.60617px;
        transform: rotateX(180deg) rotate(341.5deg)
    }
}

@keyframes mat-progress-spinner-stroke-rotate-fallback {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(1170deg)
    }

    50% {
        transform: rotate(2340deg)
    }

    75% {
        transform: rotate(3510deg)
    }

    100% {
        transform: rotate(4680deg)
    }
}


.footer__row {
    margin: 15px 0 0
}

.footer__row--one {
    border-top: 1px solid #474747;
    background-color: #474747
}

.footer__row--two {
    text-align: center;
    font-size: 15px
}

.footer__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__partner-name {
    -ms-flex-order: 1;
    order: 1;
    margin: 15px 0 0;
    color: #474747
}

    .footer__partner-name h2 {
        text-transform: uppercase;
        font-size: 1.125em;
        letter-spacing: 3px;
        margin-bottom: 0
    }

.footer__partner-phone {
    -ms-flex-order: 2;
    order: 2;
    margin: 15px 0;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25em;
    text-align: center
}

.footer__disclamer {
    -ms-flex-order: 3;
    order: 3;
    margin: 15px 0;
    text-align: justify;
    padding: 25px 0;
    font-size: .8em;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747
}

    .footer__disclamer p:last-child {
        margin: 0
    }

.footer__term-list {
    -ms-flex-order: 6;
    order: 6;
    margin: 15px 0;
    font-size: .8em
}

    .footer__term-list ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.25;
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
        list-style: none
    }

.footer__term-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px;
    -ms-flex-align: center;
    align-items: center
}

.footer__term-link {
    color: #474747;
    text-transform: capitalize;
    font-weight: 500
}

.footer__copyright {
    margin: 15px 0 0;
    -ms-flex-order: 4;
    order: 4
}

    .footer__copyright .partner-name {
        text-transform: capitalize
    }

.footer__sot-notice {
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    max-width: 740px;
    margin: 15px auto;
    line-height: 1.4;
    font-size: .8em
}

.footer__bottom {
    background-color: #474747;
    color: #fff;
    font-size: .8em;
    text-align: center;
    line-height: 1.75
}


.filter-text-result {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.search-widget-container {
    min-width: 100%;
    background-color: #242021;
    margin-bottom: 1em
}

.search-results {
    min-height: 150px
}

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

.search-results__item {
    position: relative;
    max-width: 375px;
    margin-bottom: 2em;
    z-index: 0
}

@media screen and (min-width:992px) {
    .search-results {
        min-height: 500px
    }

    .search-results__item {
        max-width: 100%
    }
}

.filter-result-tab {
    display: none
}


.disabled[_ngcontent-c21] {
    cursor: not-allowed;
    color: #b9b9b9
}

li[_ngcontent-c21] {
    cursor: pointer
}


.text-muted {
    color: #a9a9a9 !important
}

.hidden {
    display: none
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.btn-close {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8em;
    text-transform: uppercase;
    background-color: #474747;
    line-height: 1;
    padding: 5px;
    color: #fff
}

.btn-close__icon {
    margin: 0 2px;
    fill: #fff
}

.btn-panel,
.btn-panel--all {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 14px;
    border: 0;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
    text-align: left;
    text-transform: uppercase;
    color: #474747;
    background-color: #f4f4f4
}

    .btn-panel--all:hover,
    .btn-panel.selected,
    .btn-panel:hover,
    .selected.btn-panel--all {
        border: 1px solid #474747;
        color: #fff;
        background: #141414;
        background: linear-gradient(to bottom, #141414 0, #474747 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        outline: -webkit-focus-ring-color auto 0
    }

    .btn-panel--all:focus,
    .btn-panel:focus {
        border: 1px solid transparent !important;
        box-shadow: 0 0 0 .2rem rgba(71, 71, 71, 0) !important;
        outline: -webkit-focus-ring-color auto 0
    }

    .btn-panel.notAvailable,
    .notAvailable.btn-panel--all {
        cursor: not-allowed;
        color: #dcdcdc
    }

    .btn-panel.selected,
    .selected.btn-panel--all {
        position: relative;
        box-shadow: none
    }

        .btn-panel.selected:after,
        .selected.btn-panel--all:after {
            font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 12px;
            content: "x";
            text-transform: none;
            font-style: normal;
            margin-right: 0;
            margin-left: auto
        }

    .btn-panel.notSelectable:active,
    .btn-panel.notSelectable:focus,
    .btn-panel.notSelectable:hover,
    .notSelectable.btn-panel--all:active,
    .notSelectable.btn-panel--all:focus,
    .notSelectable.btn-panel--all:hover {
        color: #474747;
        background: #f4f4f4;
        background: linear-gradient(to bottom, #f4f4f4 0, #f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        border: 0;
        box-shadow: 0 0 0 0 transparent;
        outline: -webkit-focus-ring-color auto 0
    }

.btn-panel--all {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 80%;
    text-transform: none
}

    .btn-panel--all.active:before {
        content: ""
    }

.btn-subpanel {
    cursor: pointer;
    display: inline-block;
    padding: 12px 15px 0 0;
    border-radius: 0;
    font-size: .85em;
    line-height: 1.25;
    box-shadow: none;
    color: #474747;
    border-bottom: 1px solid transparent
}

    .btn-subpanel.active,
    .btn-subpanel.selected,
    .btn-subpanel:active,
    .btn-subpanel:focus,
    .btn-subpanel:hover {
        text-decoration: none;
        color: #474747;
        border-bottom: 1px solid #474747
    }

    .btn-subpanel a:not([href]):not([tabindex]),
    .btn-subpanel.disabled {
        cursor: not-allowed;
        color: #d6d6d6 !important
    }

        .btn-subpanel a:not([href]):not([tabindex]).active,
        .btn-subpanel a:not([href]):not([tabindex]):active,
        .btn-subpanel a:not([href]):not([tabindex]):focus,
        .btn-subpanel a:not([href]):not([tabindex]):hover,
        .btn-subpanel.disabled.active,
        .btn-subpanel.disabled:active,
        .btn-subpanel.disabled:focus,
        .btn-subpanel.disabled:hover {
            text-decoration: none;
            border-bottom: 1px solid #d6d6d6
        }

.btn-toggle {
    cursor: pointer;
    padding: 0 5px;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right
}

    .btn-toggle .fa {
        font-size: 1.25em
    }

.search-bar {
    z-index: 0
}

.search-bar__hero {
    position: relative
}

    .search-bar__hero.single-hero-banner {
        margin: 15px 0
    }

.search-bar__reset {
    position: relative
}

.search-bar__row-reset {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 1em
}

    .search-bar__row-reset.panel-in {
        max-width: 1200px
    }

.search-bar__button-reset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.search-widget-dropdown {
    position: relative;
    z-index: 0;
    padding: 1em 1em 1.5em;
    background: #fff;
    border-bottom: 1px solid #dfdfdf
}

.search-widget-dropdown__backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgba(0, 0, 0, .466)
}

    .search-widget-dropdown__backdrop.show-backdrop {
        -ms-transform: scale(1);
        transform: scale(1)
    }

.search-widget-dropdown__error-message {
    font-size: .9em;
    padding: 0 15px;
    margin: 15px 0
}

.search-widget-dropdown__inner {
    z-index: 3;
    top: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-widget-dropdown__loader {
    width: 100%
}

.search-widget-dropdown__message {
    display: none
}

@media screen and (min-width:1160px) {
    .search-widget-dropdown__message {
        position: absolute;
        right: 0;
        top: -2px;
        z-index: 0;
        display: block;
        max-width: 220px;
        overflow: hidden
    }
}

@media screen and (min-width:1200px) {
    .search-widget-dropdown__loader {
        min-height: 244px
    }

    .search-widget-dropdown__message {
        max-width: 100%
    }
}

.search-widget-dropdown__panel {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    min-height: 230px
}

@media screen and (min-width:1160px) {
    .search-widget-dropdown__panel {
        max-width: 870px
    }
}

.search-widget-dropdown__close-panels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto
}

.search-widget {
    font-size: 14px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .search-bar__hero.single-hero-banner {
        margin: 0
    }

    .search-widget {
        padding-top: 2.5em
    }

    .search-widget__inner {
        max-width: 1250px
    }
}

.search-widget.not-collapsed {
    padding-top: 1em
}

.search-widget.hasMarketingBanners {
    padding-top: 0
}

@media screen and (min-width:992px) {
    .search-bar__reset.hasMarketingBanners {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0
    }

    .search-widget {
        padding-top: 5.5em
    }

        .search-widget.hasMarketingBanners {
            margin-top: -3em
        }
}

.search-widget.hasMarketingBanners.not-collapsed {
    margin-top: 1em;
    padding-top: 0
}

.search-widget__inner {
    overflow: hidden;
    max-width: 1250px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.search-widget__link,
.search-widget__link--carrier,
.search-widget__link--date,
.search-widget__link--destination,
.search-widget__link--search {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    background-color: rgba(237, 237, 237, .9);
    min-height: auto;
    max-height: auto;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

@media screen and (min-width:992px) {

    .search-widget__link,
    .search-widget__link--carrier,
    .search-widget__link--date,
    .search-widget__link--destination,
    .search-widget__link--search {
        min-height: auto;
        border-left: 1px solid #ededed;
        border-bottom: 0 solid transparent;
        background: #e8e8e8;
        background: linear-gradient(to bottom, #e8e8e8 0, rgba(255, 255, 255, .1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
    }

        .search-widget__link--carrier:active,
        .search-widget__link--carrier:hover,
        .search-widget__link--date:active,
        .search-widget__link--date:hover,
        .search-widget__link--destination:active,
        .search-widget__link--destination:hover,
        .search-widget__link--search:active,
        .search-widget__link--search:hover,
        .search-widget__link:active,
        .search-widget__link:hover {
            background-color: transparent
        }

        .active.search-widget__link--carrier,
        .active.search-widget__link--date,
        .active.search-widget__link--destination,
        .active.search-widget__link--search,
        .search-widget__link.active {
            background: #141414;
            background: linear-gradient(to bottom, #141414 0, #474747 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
            color: #fff;
            border-left: 1px solid #474747
        }

            .active.search-widget__link--carrier:before,
            .active.search-widget__link--date:before,
            .active.search-widget__link--destination:before,
            .active.search-widget__link--search:before,
            .search-widget__link.active:before {
                content: '';
                position: absolute;
                left: -1px;
                top: 0;
                height: 100%;
                border-left: 3px solid #fff
            }

            .active.search-widget__link--carrier .colPlus,
            .active.search-widget__link--date .colPlus,
            .active.search-widget__link--destination .colPlus,
            .active.search-widget__link--search .colPlus,
            .search-widget__link.active .colPlus {
                display: none
            }
}

.search-widget__link--destination {
    border-left-color: transparent
}

.search-widget__link--search {
    cursor: default
}

    .search-widget__link--search .search-widget__colInner {
        text-align: center;
        margin: 15px 0 0
    }

    .active.search-widget__link--carrier,
    .active.search-widget__link--date,
    .active.search-widget__link--destination,
    .active.search-widget__link--search,
    .search-widget__link--carrier:active,
    .search-widget__link--carrier:hover,
    .search-widget__link--date:active,
    .search-widget__link--date:hover,
    .search-widget__link--destination:active,
    .search-widget__link--destination:hover,
    .search-widget__link--search:active,
    .search-widget__link--search:hover,
    .search-widget__link.active,
    .search-widget__link:active,
    .search-widget__link:hover {
        background-color: #fff
    }

    .search-widget__link .btn-search,
    .search-widget__link--carrier .btn-search,
    .search-widget__link--date .btn-search,
    .search-widget__link--destination .btn-search,
    .search-widget__link--search .btn-search {
        width: 100%;
        padding: 6px
    }

.search-widget__colInner {
    width: 100%;
    text-align: left;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px
}

    .search-widget__colInner .colTitle {
        text-transform: uppercase
    }

    .search-widget__colInner .colSubTitle {
        display: inline-block;
        font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.3em
    }

@media screen and (min-width:768px) {
    .search-widget__colInner .colSubTitle {
        font-size: 1em
    }
}

@media screen and (min-width:992px) {
    .search-widget__colInner .colSubTitle {
        font-size: 1.3em
    }
}

.search-widget__colInner .colSubTitle sup {
    white-space: nowrap
}

.search-widget__colInner .colPlus {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px
}

.search-widget__colInner--results {
    line-height: 1
}

    .search-widget__colInner--results .colTitle {
        font-size: 18px
    }

    .search-widget__colInner--results .colAddBtn {
        margin-top: 0
    }

.search-widget__resultsBadge {
    position: absolute;
    width: 75px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30px
}

.search-widget__disclaimer {
    margin: 0 0 1em
}

.search-message {
    position: relative
}

.search-message__img {
    position: relative;
    z-index: 0;
    max-width: 100%
}

    .search-message__img:after {
        content: '';
        display: block;
        background: #f4f4f4;
        background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0, #fff 100%);
        height: 75px;
        width: 100%;
        position: absolute;
        z-index: 4;
        bottom: 0;
        right: 0
    }

    .search-message__img img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 270px;
        height: 243px
    }

.search-message__descDesktop {
    position: absolute;
    bottom: 0;
    line-height: 1.25
}

.search-message__text {
    text-indent: 1em;
    margin-bottom: .5em
}

.search-message__phone {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.75em
}

.filter-panel {
    font-size: 14px;
    position: relative
}

    .filter-panel ul {
        list-style: none
    }

.filter-panel__inner {
    position: relative
}

.filter-panel__list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0
}

    .filter-panel__list li {
        padding: 5px
    }

@supports (display:grid) {

    .btn-panel,
    .btn-panel--all {
        height: 100%
    }

    .filter-panel__list li {
        padding: 0
    }

    .filter-panel__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px
    }

    @media screen and (min-width:992px) {
        .filter-panel__list {
            grid-template-columns: 1fr 1fr 1fr
        }
    }
}

.filter-panel__list-item,
.filter-panel__list-item--all {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {

    .filter-panel__list-item,
    .filter-panel__list-item--all {
        max-width: 286px
    }
}

@media screen and (min-width:992px) {

    .filter-panel__list-item,
    .filter-panel__list-item--all {
        -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%
    }
}

.filter-panel__list-item--all {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    grid-column: 1/3
}

.filter-panel__sublist {
    position: relative;
    list-style: none;
    padding: 20px 0;
    text-align: left;
    columns: 2 100px;
    column-gap: 0
}

@media screen and (min-width:992px) {
    .filter-panel__list-item--all {
        -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%;
        grid-column: auto
    }

    .filter-panel__sublist {
        margin-top: 10px !important;
        padding-bottom: 20px !important;
        columns: 5 100px;
        column-gap: 0
    }
}

.filter-panel__sublist:after,
.filter-panel__sublist:before {
    content: '';
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid #ededed
}

.filter-panel__sublist:before {
    width: 90%
}

.filter-panel__sublist:after {
    width: 85%;
    margin-top: 2px
}

.filter-panel__sublist li {
    margin-right: 5px
}

.filter-panel__checklist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 15px 0
}

    .filter-panel__checklist ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        list-style-type: none;
        margin-left: 15px;
        padding-left: 15px;
        height: 50px;
        background-color: #ededed
    }

        .filter-panel__checklist ul li {
            vertical-align: middle;
            padding: 0;
            margin-right: 10px
        }

        .filter-panel__checklist ul label {
            white-space: nowrap
        }

        .filter-panel__checklist ul input[type=checkbox] {
            margin-right: 10px
        }

    .filter-panel__checklist .checklist-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-right: 1px solid #474747;
        padding-right: 15px;
        white-space: nowrap;
        height: 50px
    }

    .filter-panel__checklist .input-checkbox__label {
        font-size: .9em
    }

.filter-panel__btn-toggle {
    overflow: hidden;
    width: 100%;
    margin: 15px 0;
    padding: 0
}

@media screen and (min-width:992px) {
    .filter-panel__checklist ul {
        background-color: transparent
    }

    .filter-panel__btn-toggle {
        margin: 15px 0 0
    }
}

.filter-panel__btn-toggle .btn-toggle {
    float: right
}

.search-calendar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-calendar__datepicker {
    max-width: 370px;
    justify-self: flex-end;
    margin-left: auto;
    text-align: right;
    margin-bottom: 20px
}

    .search-calendar__datepicker > div {
        margin-bottom: .5em;
        font-size: .9em
    }

.calendar-card {
    margin: 0 0 10px;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 0 10px
}

    .calendar-card:first-child {
        padding-left: 0
    }

    .calendar-card:last-child {
        padding-right: 0
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .calendar-card {
        padding: 0
    }
}

@media (min-width:768px) {
    .calendar-card {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

.calendar-card__yearLabel {
    margin-left: 6px;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1
}

@supports (display:grid) {
    .calendar-card__month-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 10px
    }
}

.calendar-card__month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    cursor: pointer;
    float: left;
    width: 20.28571429%;
    min-width: 27px;
    height: 35px;
    margin: 2%;
    font-size: .75em;
    text-align: center;
    color: #474747;
    text-transform: uppercase;
    border: 1px solid #ededed
}

@supports (display:grid) {
    .calendar-card__month {
        width: 100%
    }
}

.calendar-card__month.isAvailable:active,
.calendar-card__month.isAvailable:focus,
.calendar-card__month.isAvailable:hover,
.calendar-card__month.selected {
    background-color: #474747;
    color: #fff;
    border: 1px solid transparent
}

.calendar-card__month.notAvailable {
    color: #dcdcdc
}

.calendar-card__month.inactive {
    background-color: #fff;
    color: #fff !important;
    border: 1px solid #ededed;
    cursor: not-allowed
}

    .calendar-card__month.inactive.active,
    .calendar-card__month.inactive:active,
    .calendar-card__month.inactive:focus,
    .calendar-card__month.inactive:hover {
        background-color: #fff !important;
        color: #fff !important
    }


.loading-message[_ngcontent-c19] {
    position: relative;
    min-height: 110px
}

    .loading-message[_ngcontent-c19] .spinner-three-bounce[_ngcontent-c19] {
        position: relative !important;
        top: 33px !important
    }

.adding-space[_ngcontent-c19] {
    padding-top: 10px
}


.mkt-hero {
    position: relative;
    z-index: 0
}


.mkt-hero-carousel__wrapper {
    position: relative;
    z-index: 0
}

.mkt-hero-carousel__slide {
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1400px;
    max-width: 1400px;
    min-height: 150px;
    max-height: 150px
}

@media screen and (min-width:768px) {
    .mkt-hero-carousel__slide {
        min-height: 250px;
        max-height: 250px
    }
}

@media screen and (min-width:992px) {
    .mkt-hero-carousel__slide {
        min-height: 350px;
        max-height: 350px
    }
}

@media screen and (min-width:1200px) {
    .mkt-hero-carousel__slide {
        min-height: 435px;
        max-height: 435px
    }
}

.mkt-hero-carousel__slide.swiper-slide-next .mkt-slide:before,
.mkt-hero-carousel__slide.swiper-slide-next .plax-slide:before,
.mkt-hero-carousel__slide.swiper-slide-prev .mkt-slide:before,
.mkt-hero-carousel__slide.swiper-slide-prev .plax-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5)
}

.mkt-hero-carousel__slide-link {
    display: block;
    width: 100%
}

.mkt-hero-carousel__btn-container,
.mkt-hero-carousel__btn-container--next,
.mkt-hero-carousel__btn-container--prev {
    position: absolute;
    z-index: 1;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.mkt-hero-carousel__btn-container--prev {
    left: 15px
}

.mkt-hero-carousel__btn-container--next {
    right: 15px
}

.mkt-hero-carousel__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    transition: background-color 250ms ease-in
}

    .mkt-hero-carousel__btn:hover {
        background: rgba(0, 0, 0, .65)
    }

    .mkt-hero-carousel__btn svg {
        fill: #fff
    }


.single-banner[_ngcontent-c29] {
    display: none;
    width: 100%
}

.single-banner__img[_ngcontent-c29] {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 150px;
    max-height: 150px
}

@media screen and (min-width:768px) {
    .single-banner[_ngcontent-c29] {
        display: block
    }

    .single-banner__img[_ngcontent-c29] {
        min-height: 150px;
        max-height: 200px
    }
}

@media screen and (min-width:1200px) {
    .single-banner__img[_ngcontent-c29] {
        min-height: 250px;
        max-height: 350px
    }
}


.backdrop[_ngcontent-c33] {
    z-index: 1999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


.spinner-circle[_ngcontent-c33],
.spinner-circle[_ngcontent-c33]:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.spinner-circle[_ngcontent-c33] {
    font-size: 6px;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.spinner-circle-swish[_ngcontent-c33] {
    font-size: 60px;
    overflow: hidden;
    width: 1em;
    height: 1em;
    z-index: 2000;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.sk-cube-grid[_ngcontent-c33] {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
}

    .sk-cube-grid[_ngcontent-c33] .sk-cube[_ngcontent-c33] {
        width: 33%;
        height: 33%;
        background-color: #333;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube1[_ngcontent-c33] {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube2[_ngcontent-c33] {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube3[_ngcontent-c33] {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube4[_ngcontent-c33] {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube5[_ngcontent-c33] {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube6[_ngcontent-c33] {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube7[_ngcontent-c33] {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube8[_ngcontent-c33] {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid[_ngcontent-c33] .sk-cube9[_ngcontent-c33] {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


.spinner-double-bounce[_ngcontent-c33] {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
}

.double-bounce1[_ngcontent-c33],
.double-bounce2[_ngcontent-c33] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2[_ngcontent-c33] {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


.spinner-pulse[_ngcontent-c33] {
    width: 40px;
    height: 40px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


.spinner-three-bounce[_ngcontent-c33] {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    z-index: 2000;
}

    .spinner-three-bounce[_ngcontent-c33] > div[_ngcontent-c33] {
        width: 18px;
        height: 18px;
        background-color: #ffffff;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner-three-bounce[_ngcontent-c33] .bounce1[_ngcontent-c33] {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner-three-bounce[_ngcontent-c33] .bounce2[_ngcontent-c33] {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


.spinner-sk-rotateplane[_ngcontent-c33] {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


.spinner-rectangle-bounce[_ngcontent-c33] {
    width: 50px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
}

    .spinner-rectangle-bounce[_ngcontent-c33] > div[_ngcontent-c33] {
        background-color: #ffffff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner-rectangle-bounce[_ngcontent-c33] .rect2[_ngcontent-c33] {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner-rectangle-bounce[_ngcontent-c33] .rect3[_ngcontent-c33] {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner-rectangle-bounce[_ngcontent-c33] .rect4[_ngcontent-c33] {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner-rectangle-bounce[_ngcontent-c33] .rect5[_ngcontent-c33] {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {

    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


.spinner-wandering-cubes[_ngcontent-c33] {
    width: 60px;
    height: 58px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
}

.cube1[_ngcontent-c33],
.cube2[_ngcontent-c33] {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2[_ngcontent-c33] {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


.sk-circle[_ngcontent-c33] {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
}

    .sk-circle[_ngcontent-c33] .sk-child[_ngcontent-c33] {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle[_ngcontent-c33] .sk-child[_ngcontent-c33]:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #333;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle[_ngcontent-c33] .sk-circle2[_ngcontent-c33] {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle3[_ngcontent-c33] {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle4[_ngcontent-c33] {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle5[_ngcontent-c33] {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle6[_ngcontent-c33] {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle7[_ngcontent-c33] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle8[_ngcontent-c33] {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle9[_ngcontent-c33] {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle10[_ngcontent-c33] {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle11[_ngcontent-c33] {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle12[_ngcontent-c33] {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle[_ngcontent-c33] .sk-circle2[_ngcontent-c33]:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle3[_ngcontent-c33]:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle4[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle5[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle6[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle7[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle8[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle9[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle10[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle11[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle[_ngcontent-c33] .sk-circle12[_ngcontent-c33]:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.spinner-chasing-dots[_ngcontent-c33] {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1[_ngcontent-c33],
.dot2[_ngcontent-c33] {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2[_ngcontent-c33] {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.full-screen[_ngcontent-c33] {
    position: fixed;
    position: -ms-page;
}






.header-stacked {
    width: 100%;
    min-height: 67px;
    position: relative;
    background-color: #fff
}

    .header-stacked .mobileHide {
        display: none
    }

    .header-stacked .mobile-only {
        display: block
    }

@media screen and (min-width:900px) {
    .header-stacked .mobileHide {
        display: block
    }

    .header-stacked .mobile-only {
        display: none
    }
}

.header-stacked ul {
    margin: 0;
    padding: 0
}

.header-stacked__container {
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 67px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

.header-stacked__container-fluid {
    position: relative;
    z-index: 1;
    width: 100%
}

.header-stacked__row,
.header-stacked__row--brand-nav {
    margin-left: -15px;
    margin-right: -15px
}

.header-stacked__row--top-nav {
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    background-color: #474747
}

    .header-stacked__row--top-nav:before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #474747;
        width: 50%
    }

.header-stacked__row--brand-nav {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #474747
}

.header-stacked__top-nav {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 30px;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 15px;
    background-color: #474747;
    color: #fff
}

    .header-stacked__top-nav .label {
        font-weight: 600
    }

    .header-stacked__top-nav li {
        display: inline-block;
        padding-right: 10px
    }

        .header-stacked__top-nav li:last-child {
            border: none
        }

        .header-stacked__top-nav li a {
            padding-left: 8px;
            color: #fff
        }

            .header-stacked__top-nav li a:hover {
                text-decoration: underline !important
            }

.header-stacked__my-account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-stacked__balance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    background: #474747
}

    .header-stacked__balance:before {
        content: '';
        display: inline-block;
        border-bottom: 30px solid transparent;
        border-left: 15px solid #474747
    }

    .header-stacked__balance li {
        padding: 0 10px;
        text-transform: uppercase
    }

    .header-stacked__balance .label {
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

    .header-stacked__balance .value {
        color: #fff
    }

    .header-stacked__balance .phone-number {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

.header-stacked--align-left {
    margin-right: auto;
    margin-left: 0
}

.header-stacked__logo {
    padding: 15px 0
}

    .header-stacked__logo .brand-logo {
        width: auto;
        max-width: 335px;
        height: auto;
        max-height: 80px !important
    }

    .header-stacked__logo .back-arrow {
        display: block;
        padding-top: 20px;
        font-weight: 400
    }

.header-stacked__navbar-nav {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0
}

    .header-stacked__navbar-nav li {
        display: inline-block
    }

        .header-stacked__navbar-nav li a {
            transition: box-shadow 250ms ease;
            font-size: 1.1em;
            font-weight: 400;
            color: #383838;
            display: block;
            padding: .7rem .7rem 1.125rem
        }

            .header-stacked__navbar-nav li a:hover {
                box-shadow: inset 0 -3px 0 #9a9a9a;
                text-decoration: none
            }

.header-stacked .navbar-toggler {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 2.5em;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    height: 40px;
    width: 56px;
    background: url(https://ovsmarketingstorage.blob.core.windows.net/ng-global/navbar-toggler-gray.svg) center center/30px 30px no-repeat
}

.dropdown {
    position: relative
}

.dropdown__toggle {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dropdown .toggle--down {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-top: 5px solid #474747;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.dropdown .dropdown__content {
    position: absolute;
    right: 0;
    top: 22px;
    background: #474747;
    width: 160px;
    z-index: 1
}

    .dropdown .dropdown__content li {
        width: 100%;
        padding: 0
    }

        .dropdown .dropdown__content li a {
            display: block;
            cursor: pointer;
            color: #fff;
            padding: 10px
        }

            .dropdown .dropdown__content li a:hover {
                background: #474747;
                text-decoration: none
            }

.mobile-menu--open {
    background-color: #fff
}

    .mobile-menu--open .header-stacked__row--brand-nav {
        -ms-flex-flow: column;
        flex-flow: column;
        border-bottom-color: transparent
    }

    .mobile-menu--open .header-stacked--align-right {
        width: 100%
    }

    .mobile-menu--open .navbar-toggler {
        padding-top: 2px
    }

        .mobile-menu--open .navbar-toggler span {
            background: url(https://ovsmarketingstorage.blob.core.windows.net/ng-global/navbar-close-gray.svg) no-repeat;
            display: inline-block;
            width: 35px;
            height: 35px
        }

@media screen and (max-width:1250px) {

    .header-stacked__row,
    .header-stacked__row--brand-nav {
        padding: 0 15px
    }
}

@media screen and (max-width:900px) {
    .header-stacked__logo {
        padding: 15px 0
    }

        .header-stacked__logo .brand-logo {
            width: auto;
            max-width: 280px
        }

    .header-stacked__row,
    .header-stacked__row--brand-nav {
        padding: 0 15px
    }

    .header-stacked__row--top-nav {
        display: none
    }

    .header-stacked--align-right {
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in
    }

    .header-stacked .navbar-toggler {
        display: -ms-flexbox;
        display: flex
    }

    .mobile-menu--open {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        padding-top: 0
    }

        .mobile-menu--open .header-stacked--align-left,
        .mobile-menu--open .header-stacked--align-right,
        .mobile-menu--open .header-stacked__container {
            display: block
        }

        .mobile-menu--open .header-stacked--align-right {
            margin-top: 10px;
            padding-right: 15px;
            visibility: visible;
            opacity: 1
        }

        .mobile-menu--open .header-stacked__top-nav--balance {
            display: none
        }

        .mobile-menu--open .navbar-toggler {
            background: 0 0
        }

        .mobile-menu--open .header-stacked__navbar-nav,
        .mobile-menu--open .header-stacked__top-nav--my-account {
            margin-top: auto;
            width: 100%
        }

            .mobile-menu--open .header-stacked__navbar-nav > li,
            .mobile-menu--open .header-stacked__top-nav--my-account > li {
                display: block;
                transition: box-shadow 250ms ease;
                box-shadow: inset 0 -1px 0 #cacaca
            }

                .mobile-menu--open .header-stacked__navbar-nav > li:hover,
                .mobile-menu--open .header-stacked__top-nav--my-account > li:hover {
                    background: #f5f5f5;
                    text-decoration: none
                }

                .mobile-menu--open .header-stacked__navbar-nav > li a,
                .mobile-menu--open .header-stacked__top-nav--my-account > li a {
                    text-transform: none;
                    transition: box-shadow 250ms ease;
                    font-size: 1.3em;
                    padding: 1rem .7rem
                }

                    .mobile-menu--open .header-stacked__navbar-nav > li a:hover,
                    .mobile-menu--open .header-stacked__top-nav--my-account > li a:hover {
                        box-shadow: none !important;
                        text-decoration: none
                    }

                .mobile-menu--open .header-stacked__navbar-nav > li .header-stacked__nav-link--phone-number,
                .mobile-menu--open .header-stacked__top-nav--my-account > li .header-stacked__nav-link--phone-number {
                    font-weight: 500
                }

                .mobile-menu--open .header-stacked__navbar-nav > li.header-stacked__nav-item--signout,
                .mobile-menu--open .header-stacked__top-nav--my-account > li.header-stacked__nav-item--signout {
                    background-color: #474747
                }

                    .mobile-menu--open .header-stacked__navbar-nav > li.header-stacked__nav-item--signout a,
                    .mobile-menu--open .header-stacked__top-nav--my-account > li.header-stacked__nav-item--signout a {
                        color: #fff;
                        font-weight: 500
                    }
}

@media (min-width:320px) and (max-width:400px) {
    .header-stacked__logo .brand-logo {
        width: auto;
        max-width: 200px
    }
}


.sticky-bar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    width: 100% !important;
    background-color: #fff;
    transition: 0 opacity ease-in
}

    .sticky-bar.sticky {
        z-index: 100;
        opacity: 1;
        transition: 150ms opacity ease-in
    }

.sticky-bar__header {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.sticky-bar__partner-name {
    margin-top: 1rem;
    margin-bottom: .3rem;
    line-height: 1;
    color: #242021;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    text-transform: uppercase
}

.sticky-bar__bar {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    background-color: #242021;
    padding: 15px
}

@media (min-width:768px) {
    .sticky-bar__bar {
        padding: 0 15px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row;
        flex-flow: row
    }

    .sticky-bar__link {
        min-height: 55px
    }
}

.sticky-bar__link {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    width: auto;
    font-size: .8em;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 15px;
    background-color: rgba(71, 71, 71, .6)
}

    .sticky-bar__link.active,
    .sticky-bar__link:active,
    .sticky-bar__link:focus,
    .sticky-bar__link:hover {
        background-color: #474747;
        color: #fff;
        text-decoration: none
    }

.sticky-bar__phone {
    color: #fff;
    line-height: 1;
    text-align: center
}

@media (min-width:768px) {
    .sticky-bar__phone {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        text-align: right;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .sticky-bar__phone {
        margin-bottom: 0
    }
}

.sticky-bar__phone .text {
    font-size: .95rem
}

.sticky-bar__phone .phone-number {
    color: #fff;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.375rem
}

    .sticky-bar__phone .phone-number .phone {
        display: none
    }

.sticky-bar__icon {
    vertical-align: middle;
    fill: #fff
}

@media (min-width:992px) {
    .sticky-bar__phone .phone-number .phone {
        display: inline
    }

    .sticky-bar__icon {
        display: none
    }
}


.search-filter {
    position: relative;
    padding: 0
}

.search-filter__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    padding-left: 0
}

.search-filter__duration {
    padding-right: 10px;
    height: auto
}

.search-filter__departing {
    padding-left: 10px;
    padding-right: 10px
}

.search-filter__ship {
    padding-left: 10px;
    padding-right: 25px
}

.search-filter__sort {
    float: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-left: 30px
}

.search-filter__options {
    padding-left: 0
}

.search-filter__filters {
    position: relative;
    transition: right .1s linear;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .search-filter__filters .button-outline {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        padding: .55rem;
        white-space: unset;
        text-transform: none;
        text-align: left
    }

        .search-filter__filters .button-outline:after {
            position: absolute;
            top: 50%;
            right: 5px;
            margin-left: auto;
            margin-right: 0
        }

        .search-filter__filters .button-outline span:last-child {
            padding-right: 6px
        }

@media screen and (max-width:992px) {
    .search-filter__filters .button-outline {
        font-size: .85em
    }
}

.search-filter__row {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: auto;
    text-align: center
}

    .search-filter__row > div {
        height: 100%;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: .5em
    }

        .search-filter__row > div:last-child {
            margin-bottom: 0
        }

@media screen and (min-width:768px) {
    .search-filter__row > div {
        margin-bottom: 0
    }

    .search-filter__row {
        margin-top: 20px
    }
}

.search-filter__results-badge {
    position: relative;
    margin: 0 auto;
    padding: 0
}

    .search-filter__results-badge:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 80%;
        height: 40px;
        background-image: radial-gradient(at top, #a3a3a3 -20%, transparent 70%);
        background-repeat: no-repeat;
        background-position: center -8px;
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

@media screen and (min-width:1200px) {
    .search-filter__row {
        max-width: 1250px
    }

    .search-filter__results-badge:before {
        width: 60%
    }
}

.search-filter-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px
}

.search-filter-text__meta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0
}

.search-filter-text__filterlabel {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.6em;
    padding-left: 15px;
    padding-right: 0
}

.search-filter-text__sortlabel {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.6em;
    padding-left: 30px
}

.search-filter-text__resetfilter {
    margin-top: 0;
    padding-left: 0
}

.result-badge-round {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    border-style: none;
    background-color: #ededed;
    color: #474747;
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.result-badge-round__value {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1
}

@media (min-width:992px) {
    .result-badge-round__value {
        font-size: 1.7em;
        line-height: 1
    }
}

.result-badge-round__label {
    display: inline-block;
    line-height: .8;
    font-size: .6em;
    text-align: center
}

@media (min-width:992px) {
    .result-badge-round__label {
        line-height: 1.2;
        font-size: .714em
    }
}

@media (min-width:1200px) {
    .result-badge-round__label {
        max-width: 68px
    }
}

.result-badge {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 0;
    width: 100%;
    color: #000;
    text-align: left;
    text-transform: capitalize;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 25px
}

@media screen and (-ms-high-contrast:active) and (min-width:992px) {
    .result-badge {
        display: block
    }
}

.result-badge__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 1;
    margin: 0;
    padding-top: 15px
}

.result-badge__value {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-right: .3em !important
}

.result-badge__label {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    text-align: left;
    margin-top: 0;
    padding-top: 2px;
    padding-left: 5px
}

.result-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    list-style: none
}

.result-list__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px;
    font-size: .9em
}

    .result-list__item .input-checkbox__value {
        font-weight: 500
    }

.result-list__title {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 10px;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: .5em
}

@media screen and (min-width:992px) {
    .result-list__title {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }

    .button-reset:active i,
    .button-reset:focus i {
        animation: 0 linear infinite spin
    }

    .button-reset:hover i {
        animation: 2s linear infinite spin
    }
}

.result-list__button-more {
    font-size: .8em;
    color: #242021
}

    .result-list__button-more:hover {
        color: #242021
    }

.reset-button {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 12px
}

.reset-button__button {
    display: -ms-flexbox;
    display: flex;
    margin-top: auto
}

.button-reset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #474747;
    text-transform: uppercase;
    cursor: pointer
}

    .button-reset:not([href]):not([tabindex]) {
        color: #474747
    }

.button-reset__text {
    font-size: .9em;
    margin-left: 5px;
    color: #2e2e2e
}

.button-reset:hover {
    color: #2e2e2e
}

.mobilereset-button {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 15px;
    padding-right: 0
}

.mobilereset-button__button {
    display: -ms-flexbox;
    display: flex;
    margin-top: auto
}

.mobilebutton-reset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #474747;
    text-transform: uppercase;
    cursor: pointer
}

    .mobilebutton-reset:not([href]):not([tabindex]) {
        color: #474747
    }

.mobilebutton-reset__text {
    font-size: .9em;
    margin-left: 5px;
    color: #2e2e2e
}

.mobilebutton-reset:hover {
    color: #2e2e2e
}

@media screen and (min-width:992px) {

    .mobilebutton-reset:active i,
    .mobilebutton-reset:focus i {
        animation: 0 linear infinite spin
    }

    .mobilebutton-reset:hover i {
        animation: 2s linear infinite spin
    }
}

body.swipe-right {
    margin: 0;
    height: 100%;
    overflow: hidden
}

    body.swipe-right cruise-listing,
    body.swipe-right footer,
    body.swipe-right partner-header {
        display: block;
        transition: margin-left .1s linear;
        margin-left: -90%
    }

    body.swipe-right .mobile-footer {
        left: -90%
    }

.mobile-filter {
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    bottom: 0;
    background: url(filters-bg.70492f4470ee888974c1.svg) 0 0/740px #1b1b1b;
    z-index: 9999999999;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center
}

    .mobile-filter.in {
        max-height: 100%;
        right: 0;
        opacity: 1
    }

.mobile-filter__inner {
    padding: 0 15px 50px;
    overflow-y: auto;
    height: 100vh
}

.mobile-filter__row {
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 15px
}

.mobile-filter__duration {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-filter .input-radio {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

    .mobile-filter .input-radio input[type=radio] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        z-index: 1
    }

    .mobile-filter .input-radio input:checked ~ .input-radio__radio {
        background-image: none;
        background-color: #474747
    }

.mobile-filter .input-radio__radio {
    position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 5px
}

.mobile-filter .input-checkbox__checkmark {
    background-image: none;
    border: 1px solid #fff
}

.mobile-filter .input-checkbox input:checked ~ .input-checkbox__checkmark {
    background-image: none;
    background-color: #474747
}

    .mobile-filter .input-checkbox input:checked ~ .input-checkbox__checkmark:after {
        display: block;
        background-image: none
    }

.mobile-filter__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important
}

    .mobile-filter__close svg {
        fill: #474747
    }

.mobile-filter__sort-list {
    list-style: none
}

.mobile-filter .result-list {
    line-height: 2;
    margin-bottom: 2em
}

.mobile-filter .result-list__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.mobile-filter .result-list__title {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.25em;
    -ms-flex: auto;
    flex: auto;
    padding: 0
}

.mobile-filter__button-apply {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #474747;
    width: 100%;
    min-height: 50px;
    border: 1px solid #474747;
    color: #fff
}

.filter-result-tab {
    display: none;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    font-weight: 500
}

    .filter-result-tab div {
        min-width: 157px;
        padding: 10px
    }

@media screen and (max-width:768px) {
    .filter-result-tab {
        display: -ms-flexbox;
        display: flex
    }
}


.tier-banner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 50px auto
}

.tier-banner__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #242021;
    padding: 15px 5% 15px 0;
    width: 100%
}

    .tier-banner__inner.isSponsored {
        background-color: #474747
    }

@media screen and (min-width:768px) {
    .tier-banner__inner {
        max-width: 90%
    }

        .tier-banner__inner:before {
            position: absolute;
            content: '';
            left: -28px;
            top: 0;
            bottom: 0;
            display: inline-block;
            width: 58px;
            height: 100%;
            background-color: #242021;
            -ms-transform: skewX(-18deg);
            transform: skewX(-18deg)
        }

        .tier-banner__inner.isSponsored,
        .tier-banner__inner.isSponsored:before {
            background-color: #474747
        }
}

@media screen and (min-width:1200px) {
    .tier-banner__inner {
        max-width: 70%
    }
}

.tier-banner__item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 15px;
    margin: 5px 0;
    line-height: 1
}

    .tier-banner__item:after {
        display: inline-block;
        content: '';
        position: absolute;
        right: 0;
        height: 100%
    }

    .tier-banner__item:last-child:after {
        display: none
    }

@media screen and (min-width:768px) {
    .tier-banner__item {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 0 25px
    }

        .tier-banner__item:after {
            -ms-transform: rotate(24deg);
            transform: rotate(24deg)
        }
}

.tier-banner__icon {
    margin-right: 15px
}

    .tier-banner__icon svg {
        max-height: 30px
    }

        .tier-banner__icon svg path,
        .tier-banner__icon svg rect {
            fill: #e1e1e1
        }

.tier-banner__content {
    line-height: 1.5;
    color: #e1e1e1
}

.tier-banner .title {
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0
}

@media screen and (min-width:992px) {
    .tier-banner__item:after {
        border-right: 1px solid #e1e1e1
    }

    .tier-banner__icon svg {
        max-height: 86%
    }

    .tier-banner .title {
        font-size: 1.475em
    }
}

.tier-banner .text {
    font-size: .8em
}


.cruise-listing-item[_ngcontent-c25] {
    font-size: 14px;
    margin: 0 auto;
    max-width: 320px
}

@media screen and (min-width:768px) {
    .cruise-listing-item[_ngcontent-c25] {
        max-width: 100%
    }
}

.cruise-listing-item[_ngcontent-c25] p[_ngcontent-c25] {
    margin: 0
}

.cruise-listing-item[_ngcontent-c25] .label[_ngcontent-c25] {
    padding: 0;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    vertical-align: inherit;
    border-radius: 0;
    text-transform: capitalize
}

.cruise-listing-item[_ngcontent-c25] .currencyTypeLabel[_ngcontent-c25] {
    font-size: .7rem;
    text-transform: uppercase
}

.cruise-listing-item.sponsored[_ngcontent-c25]:after {
    display: block;
    content: "";
    padding-top: 2px;
    border-bottom: 1px solid #242021
}

.cruise-listing-item__top-row[_ngcontent-c25] {
    font-size: 15px;
    line-height: 1.75;
    background-color: #ececec;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .cruise-listing-item__top-row[_ngcontent-c25] {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cruise-listing-item__profile[_ngcontent-c25] {
    background-color: #fff;
    padding: 0
}

.cruise-listing-item__brand-logo[_ngcontent-c25] {
    position: relative;
    text-align: right;
    min-height: 45px;
    max-height: 45px
}

    .cruise-listing-item__brand-logo[_ngcontent-c25] img[_ngcontent-c25] {
        display: inline-block;
        max-height: 40px;
        max-width: 182px
    }

@media screen and (min-width:1200px) {
    .cruise-listing-item__brand-logo[_ngcontent-c25] {
        padding-right: 15px
    }

    .cruise-listing-item__overview[_ngcontent-c25] {
        -ms-flex: auto;
        flex: auto;
        max-width: 350px
    }
}

.cruise-listing-item__ship-image[_ngcontent-c25] {
    position: relative
}

    .cruise-listing-item__ship-image[_ngcontent-c25] img[_ngcontent-c25] {
        -o-object-fit: cover;
        object-fit: cover;
        height: 165px;
        width: 100%
    }

.cruise-listing-item__badge-discount[_ngcontent-c25] {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    box-shadow: 0 23px 20px -10px #000
}

.cruise-listing-item__detail[_ngcontent-c25] {
    min-height: 200px;
    margin: 15px auto
}

.cruise-listing-item__overview[_ngcontent-c25] {
    background-color: #dfdfdf;
    padding: 26px 15px
}

    .cruise-listing-item__overview[_ngcontent-c25] .value[_ngcontent-c25] {
        white-space: nowrap
    }

    .cruise-listing-item__overview[_ngcontent-c25]:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 25px;
        background: rgba(71, 71, 71, .125);
        background: linear-gradient(to bottom, rgba(71, 71, 71, .125) 0, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
    }

@media screen and (min-width:992px) {
    .cruise-listing-item__detail[_ngcontent-c25] {
        min-height: 100%;
        margin: auto
    }

    .cruise-listing-item__overview[_ngcontent-c25]:before {
        bottom: 0;
        width: 25px;
        height: 100%;
        background: rgba(71, 71, 71, .125);
        background: linear-gradient(to right, rgba(71, 71, 71, .125) 0, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1)
    }

    .cruise-listing-item__divider[_ngcontent-c25]:after,
    .cruise-listing-item__divider[_ngcontent-c25]:before {
        right: 0
    }
}

.cruise-listing-item__bottom-row[_ngcontent-c25] {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0
}

.cruise-listing-item__sailing-tier[_ngcontent-c25] {
    margin-top: -25px
}

.cruise-listing-item__divider[_ngcontent-c25] {
    position: relative;
    margin-top: 1em
}

    .cruise-listing-item__divider[_ngcontent-c25]:after,
    .cruise-listing-item__divider[_ngcontent-c25]:before {
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        content: '';
        width: 73%
    }

    .cruise-listing-item__divider[_ngcontent-c25]:before {
        border-bottom: 1px solid #b0b0b0;
        margin-bottom: 3px
    }

    .cruise-listing-item__divider[_ngcontent-c25]:after {
        height: 1px;
        background: #b0b0b0;
        background: linear-gradient(to right, #b0b0b0 0, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1)
    }

.occupancy-disclaimer[_ngcontent-c25] {
    padding: 10px 0
}

.listing-info__ship-destination[_ngcontent-c25] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.571em
}

.listing-info__ship-name[_ngcontent-c25] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .listing-info__ship-name[_ngcontent-c25] star-rating[_ngcontent-c25] {
        margin-left: 10px !important
    }

.listing-info__duration[_ngcontent-c25] {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .7em
}

.listing-info__ship-ports[_ngcontent-c25] span.value[_ngcontent-c25] {
    display: inline-block;
    overflow: hidden;
    width: 75%;
    max-width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.listing-info__ship-duration[_ngcontent-c25] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.25
}

.listing-info__dateRange[_ngcontent-c25] {
    display: inline;
    margin-left: 5px
}

.listing-info__date[_ngcontent-c25] {
    font-size: 1.125em
}

.listing-info__price-label[_ngcontent-c25] {
    text-transform: uppercase;
    line-height: 1
}

.listing-info__price-value[_ngcontent-c25] {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 2.5em;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media screen and (min-width:1200px) {
    .listing-info__price-value[_ngcontent-c25] {
        font-size: 3em
    }

    .special-offer__title[_ngcontent-c25] {
        margin-right: 5px
    }
}

.listing-info__price-value[_ngcontent-c25] sup[_ngcontent-c25] {
    font-size: 55%
}

.listing-info__disclaimer[_ngcontent-c25] {
    position: relative;
    font-size: .714em;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 10px
}

    .listing-info__disclaimer[_ngcontent-c25]:after,
    .listing-info__disclaimer[_ngcontent-c25]:before {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        right: 0;
        height: 0;
        margin: 0 auto;
        padding-top: 2px
    }

    .listing-info__disclaimer[_ngcontent-c25]:before {
        bottom: 0;
        width: 60%;
        border-bottom: 1px solid #242021
    }

    .listing-info__disclaimer[_ngcontent-c25]:after {
        bottom: 3px;
        width: 80%;
        border-bottom: 1px solid #242021
    }

.special-offer[_ngcontent-c25] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.125;
    font-style: italic;
    text-align: right
}

.special-offer.mobile[_ngcontent-c25] {
    text-align: left
}

.sailing-tier[_ngcontent-c25] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 10px;
    margin-right: -1px;
    background-color: #fff;
    line-height: 1;
    width: auto
}

.sailing-tier__item[_ngcontent-c25] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 15px
}

    .sailing-tier__item[_ngcontent-c25]:last-child {
        margin-right: 0
    }

    .sailing-tier__item[_ngcontent-c25] svg[_ngcontent-c25] {
        max-height: 20px
    }

        .sailing-tier__item[_ngcontent-c25] svg[_ngcontent-c25] path[_ngcontent-c25],
        .sailing-tier__item[_ngcontent-c25] svg[_ngcontent-c25] rect[_ngcontent-c25] {
            fill: #474747
        }

.sailing-tier__item.disabled[_ngcontent-c25] svg[_ngcontent-c25] path[_ngcontent-c25],
.sailing-tier__item.disabled[_ngcontent-c25] svg[_ngcontent-c25] rect[_ngcontent-c25] {
    fill: #b0b0b0
}

.sailing-tier__item.disabled[_ngcontent-c25] .sailing-tier__label[_ngcontent-c25] {
    color: #b0b0b0
}

.sailing-tier__label[_ngcontent-c25] {
    display: inline-block;
    margin-left: 5px;
    font-size: .65em;
    text-transform: uppercase
}


star-rating-two {
    display: inline-block;
    margin-left: 5px
}

.star-ratings {
    position: relative;
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 1.125rem;
    line-height: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.star-ratings__top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    display: block;
    padding: 0;
    color: #474747
}

.star-ratings__bottom {
    padding: 0;
    display: block;
    z-index: 0
}




.stateroom__list {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch
}

.stateroom__item {
    max-width: 400px;
    margin-bottom: 2em
}

@media screen and (min-width:992px) {
    .stateroom__item {
        max-width: 100%
    }
}

@media screen and (min-width:1200px) {
    .stateroom__item {
        padding: 0
    }
}

.breadcrumb {
    padding-left: 0
}


.itinerary-filter__row {
    margin-top: 2.5em;
    margin-bottom: 2.5em
}

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

    .itinerary-filter__col.one-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media screen and (min-width:768px) {
    .itinerary-filter__col.one-column .itinerary-filter__col-inner {
        margin-right: 15px
    }
}

.itinerary-filter__title {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    font-size: 1.375em
}

@media screen and (min-width:992px) {
    .itinerary-filter__col.one-column .itinerary-filter__col-inner {
        margin-right: 30px
    }

    .itinerary-filter__col.one-column {
        text-align: right
    }

    .itinerary-filter__title {
        font-size: 1.675em
    }

    .itinerary-filter__qty-picker > div:last-child {
        margin-right: 0
    }
}

.itinerary-filter__qty-picker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:992px) {
    .itinerary-filter__qty-picker {
        -ms-flex-pack: center;
        justify-content: center
    }

    .occupoancy_disclaimer {
        text-align: center !important
    }
}

.itinerary-filter__qty-picker .label {
    width: 100%;
    min-height: 40px;
    margin-bottom: .5em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase
}

    .itinerary-filter__qty-picker .label span {
        font-size: .75rem;
        display: block
    }

.itinerary-filter__qty-picker > div {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-bottom: 1em
}

.itinerary-filter__pricing-options {
    display: -ms-flexbox;
    display: flex
}

    .itinerary-filter__pricing-options > div {
        margin-right: 15px
    }

        .itinerary-filter__pricing-options > div:last-child {
            margin-right: 0
        }

.itinerary-filter__alert.one-column {
    -ms-flex-pack: center;
    justify-content: center
}

.itinerary-filter__filter-sort {
    background-color: #242021
}

.occupoancy_disclaimer {
    padding: 10px 0
}

.filter-sort {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin: 2.5em 0
}

@media screen and (min-width:992px) {
    .itinerary-filter__qty-picker > div {
        margin-bottom: 0
    }

    .filter-sort {
        height: 70px
    }
}

.filter-sort .filter-sort__icon {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease
}

    .filter-sort .filter-sort__icon svg {
        fill: #fff;
        stroke: #fff
    }

.filter-sort__button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    text-transform: uppercase;
    transition: all .3s ease
}

    .filter-sort__button:active,
    .filter-sort__button:focus,
    .filter-sort__button:hover,
    .filter-sort__button:not([disabled]):not(.disabled).active,
    .filter-sort__button:not([disabled]):not(.disabled):active,
    .show > .filter-sort__button.dropdown-toggle {
        color: #fff;
        background-color: #474747;
        border-color: transparent;
        box-shadow: 0 0 0 0 rgba(71, 71, 71, .5)
    }

    .filter-sort__button.disabled,
    .filter-sort__button:disabled {
        color: #fff;
        opacity: .5;
        outline-color: transparent;
        border: 0 solid transparent;
        box-shadow: 0 0 0 0 transparent;
        cursor: not-allowed
    }

        .filter-sort__button.disabled input[type=checkbox],
        .filter-sort__button.disabled label,
        .filter-sort__button:disabled input[type=checkbox],
        .filter-sort__button:disabled label {
            cursor: not-allowed
        }

    .filter-sort__button input[type=checkbox] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1
    }

    .filter-sort__button input:checked ~ .filter-sort__checkbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: #474747
    }

    .filter-sort__button input:checked ~ .filter-sort__icon {
        opacity: 1
    }

    .filter-sort__button label {
        cursor: pointer;
        margin: 0;
        z-index: 1
    }

.filter-sort__slider {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 1em auto
}

@media screen and (min-width:992px) {
    .filter-sort__slider {
        margin: 0 auto;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%
    }
}

.filter-sort__slider ng5-slider {
    display: inline-block;
    width: 80%
}

@media screen and (min-width:768px) {
    .filter-slider.no-pp-suffix {
        display: inline-block !important;
        width: 70% !important
    }

    .filter-slider__label {
        display: inline-block;
        margin-left: 15px
    }
}

@media screen and (min-width:1200px) {
    .filter-slider.no-pp-suffix {
        display: inline-block !important;
        width: 75% !important
    }
}

.filter-slider .ng5-slider-bubble {
    bottom: 18px !important
}

.filter-slider .ng5-slider-bubble,
.filter-slider .ng5-slider-limit {
    font-size: 1em !important;
    color: #fff !important
}

.filter-slider .ng5-slider-pointer {
    background-color: #474747 !important
}

.filter-slider .ng5-slider-active:after {
    background-color: #fff !important
}

.filter-slider__label {
    text-align: center
}

.qty-picker__item {
    display: block;
    width: 88px;
    height: 60px;
    border: 1px solid #474747
}

    .qty-picker__item .input-group {
        height: 100%
    }

        .qty-picker__item .input-group > .form-control {
            -moz-appearance: textfield;
            height: 100%;
            border-radius: 0;
            border: 0;
            border-right: 1px solid #ced4da
        }

    .qty-picker__item .input-group-text {
        background-color: #fff;
        border: 0 solid #ced4da;
        border-radius: 0
    }

.pricing-option {
    position: relative;
    display: inline-block;
    z-index: 0
}

    .pricing-option label {
        cursor: pointer
    }

    .pricing-option input[type=checkbox] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1
    }

        .pricing-option input[type=checkbox] ~ .pricing-option__icon-container .notSelected {
            display: block
        }

        .pricing-option input[type=checkbox]:checked ~ .pricing-option__icon-container {
            border-color: #474747;
            color: #474747
        }

            .pricing-option input[type=checkbox]:checked ~ .pricing-option__icon-container .isSelected {
                display: block;
                fill: #474747
            }

            .pricing-option input[type=checkbox]:checked ~ .pricing-option__icon-container .notSelected {
                display: none
            }

        .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container {
            color: #e4e4e4;
            text-decoration: line-through;
            border-color: #e4e4e4
        }

            .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container:active,
            .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container:focus,
            .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container:hover {
                cursor: not-allowed;
                border-color: #e4e4e4
            }

                .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container:active .disabled,
                .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container:focus .disabled,
                .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container:hover .disabled {
                    fill: #e4e4e4
                }

            .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container .disabled {
                display: block;
                fill: #e4e4e4
            }

            .pricing-option input[type=checkbox]:disabled ~ .pricing-option__icon-container .notSelected {
                display: none
            }

.pricing-option__icon-container {
    width: 104px;
    height: 90px;
    padding: 10px;
    background-color: #fff;
    color: #474747;
    text-align: center;
    border: 2px solid #474747;
    border-radius: 5px
}

    .pricing-option__icon-container:active,
    .pricing-option__icon-container:focus,
    .pricing-option__icon-container:hover {
        color: #474747;
        border-color: #474747
    }

        .pricing-option__icon-container:active .pricing-option__icon,
        .pricing-option__icon-container:focus .pricing-option__icon,
        .pricing-option__icon-container:hover .pricing-option__icon {
            fill: #474747
        }

.pricing-option__label {
    display: block;
    font-size: 13px
}

.pricing-option__value {
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px
}

.pricing-option__icon {
    display: none
}

@media (min-width:768px) {

    .pricing-option--viewAll .pricing-option__icon-container:after,
    .pricing-option--viewAll .pricing-option__icon-container:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 90%;
        background-color: #fff;
        border: 2px solid #242021;
        border-radius: 5px;
        z-index: -10
    }

    .pricing-option--viewAll .pricing-option__icon-container:before {
        top: 8px;
        left: 6px
    }

    .pricing-option--viewAll .pricing-option__icon-container:after {
        top: 5px;
        left: 3px
    }

    .pricing-option--viewAll .pricing-option__icon-container:active:after,
    .pricing-option--viewAll .pricing-option__icon-container:active:before,
    .pricing-option--viewAll .pricing-option__icon-container:focus:after,
    .pricing-option--viewAll .pricing-option__icon-container:focus:before,
    .pricing-option--viewAll .pricing-option__icon-container:hover:after,
    .pricing-option--viewAll .pricing-option__icon-container:hover:before,
    .pricing-option--viewAll input[type=checkbox]:checked ~ .pricing-option__icon-container:after,
    .pricing-option--viewAll input[type=checkbox]:checked ~ .pricing-option__icon-container:before {
        border-color: #474747
    }
}


input[type=number][_ngcontent-c46]::-webkit-inner-spin-button,
input[type=number][_ngcontent-c46]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.decrease[_ngcontent-c46]:hover,
.increase[_ngcontent-c46]:hover {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #d8d8d8
}

.increase[_ngcontent-c46] {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.vertical[_ngcontent-c46] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

    .vertical[_ngcontent-c46] span[_ngcontent-c46] {
        line-height: 15px
    }

.input-md[_ngcontent-c46] .vertical[_ngcontent-c46] span[_ngcontent-c46],
.input-sm[_ngcontent-c46] .vertical[_ngcontent-c46] span[_ngcontent-c46] {
    padding: 2px 10px
}

.input-lg[_ngcontent-c46] .vertical[_ngcontent-c46] span[_ngcontent-c46] {
    padding: 4px 10px
}

.input-xlg[_ngcontent-c46] .vertical[_ngcontent-c46] span[_ngcontent-c46] {
    padding: 7px 10px
}

.input-md[_ngcontent-c46],
.input-medium[_ngcontent-c46] {
    height: 45px
}

.input-large[_ngcontent-c46],
.input-lg[_ngcontent-c46] {
    height: 50px
}

.input-xlarge[_ngcontent-c46],
.input-xlg[_ngcontent-c46] {
    height: 75px
}

.input-md[_ngcontent-c46] input[_ngcontent-c46],
.input-md[_ngcontent-c46] span[_ngcontent-c46],
.input-medium[_ngcontent-c46] input[_ngcontent-c46],
.input-medium[_ngcontent-c46] span[_ngcontent-c46] {
    font-size: 22px
}

.input-large[_ngcontent-c46] input[_ngcontent-c46],
.input-large[_ngcontent-c46] span[_ngcontent-c46],
.input-lg[_ngcontent-c46] input[_ngcontent-c46],
.input-lg[_ngcontent-c46] span[_ngcontent-c46] {
    font-size: 25px
}

.input-xlarge[_ngcontent-c46] input[_ngcontent-c46],
.input-xlarge[_ngcontent-c46] span[_ngcontent-c46],
.input-xlg[_ngcontent-c46] input[_ngcontent-c46],
.input-xlg[_ngcontent-c46] span[_ngcontent-c46] {
    font-size: 38px
}


div {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #272727;
    opacity: 1;
    padding: 0
}

.cruise-image {
    width: 150px !important;
    height: 112px !important;
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.carousel-cell-special-offer-container {
    padding-left: 15px;
    padding-right: 15px
}

.itinerary-overview-container.otherSailing-display {
    display: block
}

.itinerary-overview-container {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:992px) {
    .itinerary-overview-container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.itinerary-overview-container__itineraryspecialoffers {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width:992px) {
    .itinerary-overview-container__itineraryspecialoffers {
        -ms-flex-order: 0;
        order: 0
    }
}

.itinerary-overview-container .itinerary-otherSailings {
    -ms-flex-order: 0;
    order: 0
}

.itinerary-overview-container .offerList {
    font-size: 16px;
    padding: 15px;
    margin: 75px 25px;
    list-style-type: none;
    color: #0074ff;
    border: 1px solid #c8c2c2;
    width: 100%;
    max-width: 442px
}

@media screen and (max-width:768px) {
    .itinerary-overview-container .offerList {
        max-width: 100%
    }
}

.itinerary-overview-container .offerList .offerListTitle {
    color: #242021;
    font-weight: 700;
    margin: 0 0 5px
}

.itinerary-overview-container .offerList li {
    line-height: 1.6em
}

    .itinerary-overview-container .offerList li .offertag_icon {
        width: 16px;
        height: 14px;
        display: inline-block;
        background-image: url(https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/default/offer-tag.png)
    }

    .itinerary-overview-container .offerList li:nth-child(n+2) {
        font-weight: 400
    }

    .itinerary-overview-container .offerList li.linkEnabled {
        cursor: pointer
    }

        .itinerary-overview-container .offerList li.linkEnabled:hover {
            text-decoration: underline
        }

.itinerary-overview__special-offer {
    text-align: center
}

.itinerary-overview__inner-container {
    padding: 0 15px 45px;
    margin-bottom: 30px;
    opacity: 1
}

@media screen and (min-width:425px) {
    .itinerary-overview__inner-container {
        padding: 0
    }
}

@media screen and (max-width:992px) {
    .itinerary-overview-container .itinerary-otherSailings {
        -ms-flex-order: 1;
        order: 1
    }

    .itinerary-overview-container .offerList {
        margin: 0
    }

    .itinerary-overview__inner-container {
        margin-left: 15px
    }
}

.itinerary-overview__inner-container .tab {
    overflow: hidden;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .itinerary-overview__inner-container .tab button {
        float: left;
        border: none;
        outline: 0;
        cursor: pointer;
        padding: 14px 16px;
        transition: .3s;
        font-size: 17px;
        box-shadow: none
    }

@media screen and (max-width:450px) {
    .itinerary-overview__inner-container .tab button {
        font-size: 14px
    }
}

@media screen and (max-width:345px) {
    .itinerary-overview__inner-container .tab button {
        font-size: 12px
    }
}

@media screen and (max-width:308px) {
    .itinerary-overview__inner-container .tab button {
        font-size: 10px
    }
}

.itinerary-overview__inner-container .tablinks.active {
    box-shadow: none;
    border-bottom: 2px solid #474747
}

.itinerary-overview__inner-container .tabcontent {
    border-top: none
}

.itinerary-overview__inner-container .tablinks {
    background-color: inherit
}

.itinerary-overview__inner-container .other-sailings {
    background: #fff
}

.itinerary-overview__inner-container .disclaimer-other-sailings {
    border-top: 1px solid #ededed;
    text-align: right
}

.itinerary-overview__inner-container .no-sailings {
    background-color: #4e4e4e;
    color: #fff;
    line-height: 10
}

.itinerary-overview__inner-container .imagemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 100%
}

    .itinerary-overview__inner-container .imagemap .mapImage {
        margin: 0 0 20px;
        border: 1px solid #bdbdbd
    }

    .itinerary-overview__inner-container .imagemap label.title {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0 10px
    }

    .itinerary-overview__inner-container .imagemap label.subtitle {
        text-align: center;
        font-size: 18px;
        font-weight: 100
    }

.itinerary-overview__hero-container {
    position: relative;
    padding: 15px 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.itinerary-overview__title {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 2em 0;
    padding: 0 10px
}

    .itinerary-overview__title h2 {
        font-size: 1.571em;
        margin: 0
    }

.itinerary-overview__day-list {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

    .itinerary-overview__day-list.bottom-fade:after {
        display: block;
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 150px;
        background: rgba(237, 237, 237, 0);
        background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0, #e0e0e0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
    }

.itinerary-overview__button-expand {
    color: #474747;
    display: block;
    margin: 15px auto;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11px;
    position: relative;
    max-width: 300px;
    font-weight: 500;
    text-align: center;
    line-height: .75
}

    .itinerary-overview__button-expand:hover {
        color: #474747;
        text-decoration: none
    }

.itinerary-overview__arrow-down {
    display: block;
    width: 100%;
    margin-top: 8px;
    border-bottom: 1px solid #949393
}

    .itinerary-overview__arrow-down:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 0;
        margin: 0 auto;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #949393
    }

.itinerary-overview__arrow-up {
    display: block;
    width: 100%;
    border-top: 1px solid #949393;
    padding: 6px
}

    .itinerary-overview__arrow-up:before {
        display: block;
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        width: 0;
        margin: 0 auto;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #949393
    }

.itinerary-overview__shore-ex {
    margin-top: 4em
}

.itinerary-overview__image-carousel {
    z-index: -1
}

.itinerary-overview__itinerarysections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Roboto, arial !important;
    gap: 20px
}

@media screen and (max-width:992px) {
    .itinerary-overview__itinerarysections {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .itinerary-overview__itinerarycontainer {
        max-width: none
    }
}

.itinerary-overview__itinerarycontainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

.itinerary-overview__segmenttitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0
}

.ovs-carousel-container {
    z-index: 3
}

@media screen and (min-width:768px) {
    .ovs-carousel-container .col-lg-8 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .ovs-carousel-container .col-lg-4 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media screen and (max-width:992px) {
    .ovs-carousel-container .image-carousels {
        padding-left: 0
    }
}

.ovs-carousel-container .savings-text {
    text-align: right !important;
    font-style: italic !important
}

    .ovs-carousel-container .savings-text .label {
        font-size: 18px !important;
        font-style: italic !important
    }

.ovs-carousel-container .promotion {
    text-align: right !important
}

    .ovs-carousel-container .promotion .label {
        font-size: 16px !important
    }

.ngb-carousel-container {
    text-align: center;
    padding: 0
}

    .ngb-carousel-container .cruise-escapes-badge {
        content: url(https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/marriott/cruise-escapes-badge.png);
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px
    }

.custom-img-fluid {
    width: 100%;
    max-height: 542px;
    aspect-ratio: 4/3
}

.carousel-img-container {
    z-index: 3;
    padding-bottom: 10px
}

.itinerary-hero {
    position: relative;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-size: cover;
    background-position: center left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .itinerary-hero {
        max-height: 100%;
        padding: 15px
    }
}

@media screen and (min-width:992px) {
    .itinerary-overview-container .offerList {
        min-width: 442px
    }

    .itinerary-hero {
        max-height: 100%;
        padding-right: 30px
    }
}

.itinerary-hero__breakdown {
    float: right;
    padding: 15px
}

.itinerary-hero__image-carousel {
    padding-left: 15px
}

.hide-tab {
    display: none
}


.itinerary-header {
    text-align: left;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px
}

    .itinerary-header .destination {
        font-size: 30px !important
    }

    .itinerary-header .departurePort {
        padding-left: 0px;
        font-size: 20px !important;
        font-weight: 400
    }

    .itinerary-header .disclaimer {
        -ms-flex-pack: right;
        justify-content: right
    }

        .itinerary-header .disclaimer .currency-label {
            padding-right: 0 !important
        }

    .itinerary-header .pricing {
        display: grid;
        -ms-flex-pack: end;
        justify-content: end;
        padding-right: 10px
    }

    .itinerary-header h1 {
        line-height: 1;
        font-size: 2em;
        font-weight: 400;
        margin-bottom: .5em;
        padding: 0px
    }

@media screen and (min-width:992px) {
    .itinerary-header .col-lg-8 {
        margin-top: 10px
    }

    .itinerary-header h1 {
        margin-bottom: 0;
        font-size: 2.5em
    }
}

@media screen and (max-width:992px) {
    .itinerary-header .pricing {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        text-align: center;
        margin: 0 0 0 15px
    }

    .itinerary-header h1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 0 0 0 15px !important
    }
}

.itinerary-header h5 {
    font-size: 1.3em;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 10px
}

@media screen and (max-width:992px) {
    .itinerary-header h5 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0 0 0 15px !important
    }
}

.itinerary-header__ship {
    font-weight: 300;
    font-size: 1.125em
}

.itinerary-header__price-kicker {
    font-style: normal !important;
    text-align: right;
    margin-top: 5px;
    line-height: 1.4;
    margin-left: 0;
    float: right;
    display: grid;
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: 0
}

@media (min-width:992px) {
    .itinerary-header__price-kicker {
        font-size: 1.125em
    }
}

.itinerary-header__price-kicker .price {
    float: right;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .itinerary-header__price-kicker .price .label-2 {
        font-size: 16px !important
    }

.itinerary-header__price-kicker .currency-label {
    padding-right: 5px;
    font-size: 14px !important
}

.itinerary-header__price-kicker .label {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    padding-top: 25px;
    padding-right: 5px
}

.itinerary-header__price-kicker .disclaimer {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: transparent !important
}

.itinerary-header__price-kicker .value-label {
    font-size: 1.1rem
}

.itinerary-header__price-kicker .value {
    font-size: 36px !important
}

@media screen and (max-width:992px) {
    .itinerary-header__price-kicker {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

        .itinerary-header__price-kicker .label {
            padding-top: 0
        }

        .itinerary-header__price-kicker .value {
            float: none
        }

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

.itinerary-header__price-kicker .currency-value {
    font-size: 36px !important
}

.itinerary-header__price-kicker .sailing-id {
    white-space: nowrap
}

.itinerary-header__savings-text {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal !important;
    display: table
}

    .itinerary-header__savings-text .label {
        font-size: 16px !important
    }

@media screen and (max-width:992px) {
    .itinerary-header__savings-text .label {
        margin-left: 0
    }
}


[_nghost-c49] {
    -moz-user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    transform-origin: top left;
    user-select: none;
    width: 100%;
    z-index: 10000
}

    [_nghost-c49] .carousel-container[_ngcontent-c49] {
        cursor: grab;
        height: 100%;
        overflow: hidden;
        width: 100%
    }

    [_nghost-c49] .carousel-container.carousel-moving[_ngcontent-c49] {
        cursor: grabbing
    }

    [_nghost-c49] .carousel-counter[_ngcontent-c49] {
        background-color: rgba(23, 37, 68, .3);
        border-radius: 13px;
        color: #fff;
        font-size: 11px;
        line-height: normal;
        padding: 5px 7px;
        position: absolute;
        right: 24px;
        text-align: right;
        top: 8px;
        transition: opacity .2s;
        z-index: 30
    }

    [_nghost-c49] .carousel-cells {
        display: block;
        height: 100%;
        transition: transform .2s;
        width: 100%;
        will-change: transform
    }

        [_nghost-c49] .carousel-cells .carousel-cell.swiper-prev-image {
            transform: translate3d(-100%, 0, 0)
        }

        [_nghost-c49] .carousel-cells .carousel-cell.swiper-next-image {
            transform: translate3d(100%, 0, 0)
        }

        [_nghost-c49] .carousel-cells .carousel-cell {
            height: 100%;
            overflow: hidden;
            position: absolute;
            width: 100%
        }

            [_nghost-c49] .carousel-cells .carousel-cell img,
            [_nghost-c49] .carousel-cells .carousel-cell video {
                height: 100%;
                object-fit: contain;
                position: relative;
                width: 100%
            }

                [_nghost-c49] .carousel-cells .carousel-cell img.swiper-hide {
                    display: none
                }

            [_nghost-c49] .carousel-cells .carousel-cell .carousel-play {
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 1
            }

    [_nghost-c49] .carousel-arrow[_ngcontent-c49] {
        background-color: #fff;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 31px;
        border-radius: 100px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
        cursor: pointer;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        width: 40px;
        z-index: 10
    }

    [_nghost-c49] .carousel-arrow-prev[_ngcontent-c49] {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMTUuNDEgMTYuNTlMMTAuODMgMTJsNC41OC00LjU5TDE0IDZsLTYgNiA2IDYgMS40MS0xLjQxeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMFYweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
        left: 10px
    }

    [_nghost-c49] .carousel-arrow-next[_ngcontent-c49] {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNOC41OSAxNi41OUwxMy4xNyAxMiA4LjU5IDcuNDEgMTAgNmw2IDYtNiA2LTEuNDEtMS40MXoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDBWMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
        right: 10px
    }

    [_nghost-c49] .carousel-arrows-outside[_ngcontent-c49] .carousel-arrow-prev[_ngcontent-c49] {
        left: -60px
    }

    [_nghost-c49] .carousel-arrows-outside[_ngcontent-c49] .carousel-arrow-next[_ngcontent-c49] {
        right: -60px
    }

    [_nghost-c49] .carousel-dark-arrows[_ngcontent-c49] .carousel-arrow[_ngcontent-c49] {
        filter: invert(1)
    }

    [_nghost-c49] .carousel-arrow-disabled[_ngcontent-c49] {
        cursor: default;
        opacity: .5
    }

    [_nghost-c49] .carousel-dots[_ngcontent-c49] {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        z-index: 10
    }

        [_nghost-c49] .carousel-dots[_ngcontent-c49] .carousel-dot[_ngcontent-c49] {
            border: 2px solid #fff;
            border-radius: 100px;
            display: inline-block;
            height: 8px;
            margin: 4px;
            width: 8px
        }

        [_nghost-c49] .carousel-dots[_ngcontent-c49] .carousel-dot-active[_ngcontent-c49] {
            background-color: #fff
        }


.itinerary-breakdown[_ngcontent-c50] {
    line-height: 1;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .itinerary-breakdown[_ngcontent-c50] a[_ngcontent-c50]:not([href]):not([tabindex]) {
        color: #474747;
        text-decoration: underline
    }

    .itinerary-breakdown[_ngcontent-c50] .row[_ngcontent-c50] {
        margin-left: 0;
        margin-right: 0
    }

    .itinerary-breakdown[_ngcontent-c50] star-rating-two[_ngcontent-c50] {
        margin-left: 0
    }

.itinerary-breakdown__ship[_ngcontent-c50] {
    padding-top: 10px;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.itinerary-breakdown__cruise-number[_ngcontent-c50] {
    margin: 0 0 10px;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .itinerary-breakdown__cruise-number[_ngcontent-c50] .title[_ngcontent-c50] {
        padding-right: 0;
        padding-left: 0;
        white-space: nowrap;
        text-align: left;
    }

    .itinerary-breakdown__cruise-number[_ngcontent-c50] .sid[_ngcontent-c50] {
        padding-left: 5px
    }

.itinerary-breakdown__dates[_ngcontent-c50] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.itinerary-breakdown__logo[_ngcontent-c50] {
    padding: 10px 0 35px
}

.itinerary-breakdown__meta-pricing[_ngcontent-c50] {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #c8c2c2;
    box-shadow: none !important
}

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] .meta-category-label[_ngcontent-c50] {
        padding-left: 0
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] .meta-category-price[_ngcontent-c50] {
        padding: 0
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] .meta-price[_ngcontent-c50] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px;
        float: right;
        width: 80%
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] .meta-price.sold-out[_ngcontent-c50] {
        margin-top: 12px
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] svg[_ngcontent-c50] {
        margin-right: 5px;
        fill: #b9b9b9
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] .value[_ngcontent-c50] {
        font-size: 1.25em
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] .value.sold-out[_ngcontent-c50] {
        font-size: 1em;
        color: #b9b9b9
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c50] li[_ngcontent-c50] {
        width: 100%;
        padding: 10px
    }

        .itinerary-breakdown__meta-pricing[_ngcontent-c50] li[_ngcontent-c50]:nth-child(1),
        .itinerary-breakdown__meta-pricing[_ngcontent-c50] li[_ngcontent-c50]:nth-child(3) {
            border-left: 1px solid transparent
        }

        .itinerary-breakdown__meta-pricing[_ngcontent-c50] li[_ngcontent-c50]:nth-child(3),
        .itinerary-breakdown__meta-pricing[_ngcontent-c50] li[_ngcontent-c50]:nth-child(4) {
            border-bottom: 1px solid transparent
        }

.itinerary-date[_ngcontent-c50] {
    display: -ms-flexbox;
    display: flex
}

.itinerary-date__icon[_ngcontent-c50] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 54px;
    height: 50px;
    color: #474747;
    text-align: center;
    line-height: 1;
    border: 1px solid #474747
}

    .itinerary-date__icon[_ngcontent-c50]:after,
    .itinerary-date__icon[_ngcontent-c50]:before {
        position: absolute;
        content: '';
        top: -6px;
        display: inline-block;
        z-index: 1;
        height: 12px;
        margin: 0 5px;
        border-left: 1px solid #474747
    }

    .itinerary-date__icon[_ngcontent-c50]:before {
        left: 10px
    }

    .itinerary-date__icon[_ngcontent-c50]:after {
        right: 10px
    }

.itinerary-date__value[_ngcontent-c50] {
    font-size: 26px;
    font-weight: 500
}

.itinerary-date__label[_ngcontent-c50] {
    font-size: 9px;
    text-transform: uppercase
}

.itinerary-date__date-range[_ngcontent-c50] {
    display: inline-block;
    margin-left: 15px
}

.itinerary-date__date-label[_ngcontent-c50] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic
}

.itinerary-date__date[_ngcontent-c50] {
    text-transform: capitalize
}

.itinerary-breakdown__quote[_ngcontent-c50] {
    margin-top: .5em;
    cursor: pointer
}

.cruise-breakdown-quote__icon[_ngcontent-c50] {
    margin-right: 8px
}

.cruise-breakdown-quote__text[_ngcontent-c50] {
    font-size: 15px;
    color: #537eed;
    vertical-align: middle
}


.itinerary-sections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    gap: 10px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto
}

@media screen and (max-width:992px) {
    .itinerary-sections {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.itinerary-sections .itinerary-day-item {
    /*max-width: 723px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0px;
}

    .itinerary-sections .itinerary-day-item .cruise {
        background-color: #e1f0f6
    }

    .itinerary-sections .itinerary-day-item .land {
        background-color: #b7dfb9
    }

.itinerary-sections .itinerary-day-item__date {
    padding: 10px;
    font-weight: 600;
    margin: 0 0 7px;
    line-height: 1
}

.itinerary-sections .itinerary-day-item__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 10px;
    min-width: 730px
}

@media screen and (max-width:992px) {
    .itinerary-sections .itinerary-day-item__inner {
        min-width: auto
    }
}

.itinerary-sections .itinerary-day-item__inner .itinerary-date-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__flag {
    display: block;
    float: left;
    min-width: 70px;
    width: 70px;
    height: 75px;
    text-align: center;
    padding: 12px 4px 4px;
    background-color: #e5e5e5;
    margin-right: 10px
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__image img {
    height: 75px;
    width: auto
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__image .object-fit {
    -o-object-fit: cover;
    object-fit: cover
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__label {
    text-transform: uppercase
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__day-value {
    font-size: 40px
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__port {
    margin-left: 10px
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__title {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600
}

.itinerary-sections .itinerary-day-item .itinerary-date-detail__time {
    margin: 7px 0 0
}

    .itinerary-sections .itinerary-day-item .itinerary-date-detail__portblock .sectionTitle,
    .itinerary-sections .itinerary-day-item .itinerary-date-detail__time label {
        font-weight: 600
    }

.itinerary-sections .itinerary-day-item__description {
    margin: 10px 0;
    line-height: 19px;
    font-weight: 500
}

    .itinerary-sections .itinerary-day-item__description .descTitle {
        font-size: 16px;
        font-weight: 600
    }

.itinerary-sections .itinerary-day-item .imagemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px
}

    .itinerary-sections .itinerary-day-item .imagemap label.title {
        text-align: center;
        font-size: 18px;
        font-weight: 600
    }

    .itinerary-sections .itinerary-day-item .imagemap label.subtitle {
        text-align: center;
        font-size: 18px;
        font-weight: 100
    }

.itinerary-sections .offer {
    background-color: #ededed;
    padding: 25px;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    border: 1px solid #bdbdbd
}

    .itinerary-sections .offer .number {
        font-weight: 600
    }

.itinerary-sections .offer__title {
    font-size: 25px;
    font-weight: 600
}

.itinerary-sections .offer__icon {
    width: 32px;
    height: auto;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    float: left;
    display: block;
    margin-right: 15px
}

.itinerary-sections .offer button {
    display: block;
    background-color: #00ba00;
    color: #fff;
    font-size: 18px;
    padding: 9px;
    height: auto;
    min-height: 40px;
    width: auto;
    min-width: 150px;
    line-height: normal;
    border-radius: 4px;
    border: 0;
    -webkit-appearance: none !important;
    margin: 20px auto 0;
    cursor: pointer
}

.points[_ngcontent-c54] {
    text-align: left;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px
}

    .points[_ngcontent-c54] h1[_ngcontent-c54] {
        line-height: 1.4;
        font-size: 2em;
        font-weight: 400;
        margin-bottom: .5em;
        padding: 6px 0 0 30px
    }

@media screen and (min-width:992px) {
    .points[_ngcontent-c54] h1[_ngcontent-c54] {
        margin-bottom: 0;
        font-size: 2.5em
    }
}

@media screen and (max-width:992px) {
    .points[_ngcontent-c54] h1[_ngcontent-c54] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 0 0 0 15px !important
    }
}

.points[_ngcontent-c54] h5[_ngcontent-c54] {
    font-size: 1.3em;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 5px
}

@media screen and (max-width:992px) {
    .points[_ngcontent-c54] h5[_ngcontent-c54] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0 0 0 15px !important
    }
}

.points__price-kicker[_ngcontent-c54] {
    font-style: normal !important;
    text-align: right;
    line-height: 1.4;
    margin-left: 0;
    float: right;
    display: grid;
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: 0
}

@media (min-width:992px) {
    .points__price-kicker[_ngcontent-c54] {
        font-size: 1.125em
    }
}

.points__price-kicker[_ngcontent-c54] .price[_ngcontent-c54] {
    float: right;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .points__price-kicker[_ngcontent-c54] .price[_ngcontent-c54] .label-2[_ngcontent-c54] {
        font-size: 16px !important
    }

.points__price-kicker[_ngcontent-c54] .currency-label[_ngcontent-c54] {
    padding-right: 5px;
    font-size: 14px !important
}

.points__price-kicker[_ngcontent-c54] .label[_ngcontent-c54] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    padding-right: 5px;
    margin-bottom: 0
}

.points__price-kicker[_ngcontent-c54] .disclaimer[_ngcontent-c54] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: transparent !important
}

.points__price-kicker[_ngcontent-c54] .value-label[_ngcontent-c54] {
    font-size: 1.1rem
}

.points__price-kicker[_ngcontent-c54] .value[_ngcontent-c54] {
    font-size: 36px !important
}

@media screen and (max-width:992px) {
    .points__price-kicker[_ngcontent-c54] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

        .points__price-kicker[_ngcontent-c54] .value[_ngcontent-c54] {
            float: none
        }

    .points__savings-text[_ngcontent-c54] {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.points__price-kicker[_ngcontent-c54] .currency-value[_ngcontent-c54] {
    font-size: 36px !important
}

.points__price-kicker[_ngcontent-c54] .sailing-id[_ngcontent-c54] {
    white-space: nowrap
}

.points__savings-text[_ngcontent-c54] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal !important;
    display: inline
}

    .points__savings-text[_ngcontent-c54] .label[_ngcontent-c54] {
        font-size: 16px !important
    }

.price-kicker-container[_ngcontent-c54] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px
}

.price-kicker-container__promo_offer[_ngcontent-c54] {
    margin: 10px
}

@media screen and (max-width:992px) {
    .points__savings-text[_ngcontent-c54] .label[_ngcontent-c54] {
        margin-left: 0
    }

    .price-kicker-container__promo_offer[_ngcontent-c54] {
        display: none
    }
}

.price-kicker-container__promo_offer[_ngcontent-c54] img[_ngcontent-c54] {
    width: 68px
}

.price-kicker-container[_ngcontent-c54] .price[_ngcontent-c54] {
    float: none
}

.price-kicker-container[_ngcontent-c54] .points__savings-text[_ngcontent-c54] {
    display: block
}

.ib-price[_ngcontent-c56] {
    font-size: 16px !important
}

.itinerary-breakdown[_ngcontent-c56] {
    line-height: 1;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .itinerary-breakdown[_ngcontent-c56] a[_ngcontent-c56]:not([href]):not([tabindex]) {
        color: #474747;
        text-decoration: underline
    }

    .itinerary-breakdown[_ngcontent-c56] .row[_ngcontent-c56] {
        margin-left: 0;
        margin-right: 0
    }

    .itinerary-breakdown[_ngcontent-c56] star-rating-two[_ngcontent-c56] {
        margin-left: 0
    }

.itinerary-breakdown__ship[_ngcontent-c56] {
    padding-top: 10px;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.itinerary-breakdown__cruise-number[_ngcontent-c56] {
    margin: 0 0 10px;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .itinerary-breakdown__cruise-number[_ngcontent-c56] .title[_ngcontent-c56] {
        padding-right: 0;
        padding-left: 0;
        white-space: nowrap
    }

    .itinerary-breakdown__cruise-number[_ngcontent-c56] .sid[_ngcontent-c56] {
        padding-left: 5px
    }

.itinerary-breakdown__dates[_ngcontent-c56] {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.itinerary-breakdown__logo[_ngcontent-c56] {
    padding: 10px 0 35px
}

.itinerary-breakdown__meta-pricing[_ngcontent-c56] {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #c8c2c2;
    box-shadow: none !important;
    background-color: #fff;
}

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] .meta-category-label[_ngcontent-c56] {
        padding-left: 0
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] .meta-category-price[_ngcontent-c56] {
        padding: 0
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] .meta-price[_ngcontent-c56] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px;
        float: right
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] .meta-price.sold-out[_ngcontent-c56] {
        margin-top: 12px
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] svg[_ngcontent-c56] {
        margin-right: 5px;
        fill: #b9b9b9
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] .value[_ngcontent-c56] {
        font-size: 1.25em;
        float: right;
        width: 100%;
        text-align: right;
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] .value.sold-out[_ngcontent-c56] {
        font-size: 1em;
        color: #b9b9b9
    }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] li[_ngcontent-c56] {
        width: 100%;
        padding: 10px
    }

        .itinerary-breakdown__meta-pricing[_ngcontent-c56] li[_ngcontent-c56]:nth-child(1),
        .itinerary-breakdown__meta-pricing[_ngcontent-c56] li[_ngcontent-c56]:nth-child(3) {
            border-left: 1px solid transparent
        }

        .itinerary-breakdown__meta-pricing[_ngcontent-c56] li[_ngcontent-c56]:nth-child(3),
        .itinerary-breakdown__meta-pricing[_ngcontent-c56] li[_ngcontent-c56]:nth-child(4) {
            border-bottom: 1px solid transparent
        }

    .itinerary-breakdown__meta-pricing[_ngcontent-c56] .row[_ngcontent-c56] {
        margin-left: 0;
        margin-right: 0
    }

.tooptip-lock-in[_ngcontent-c43] {
    cursor: pointer;
    font-size: .8em
}

    .tooptip-lock-in[_ngcontent-c43] .label[_ngcontent-c43] {
        border-bottom: 1px solid #474747
    }

    .tooptip-lock-in[_ngcontent-c43] a[_ngcontent-c43] {
        cursor: pointer;
        color: #474747;
        text-decoration: none
    }

    .tooptip-lock-in[_ngcontent-c43] .fa-lock[_ngcontent-c43] {
        color: #474747
    }

    .tooptip-lock-in[_ngcontent-c43] tip[_ngcontent-c43] {
        width: 200px
    }

.cabin-room__inner[_ngcontent-c43] {
    height: 100%;
    position: relative;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 4px solid #d3d3d3;
    border-left: 4px solid #d3d3d3;
    margin-bottom: 3em;
    padding: 0 15px
}

    .cabin-room__inner[_ngcontent-c43] .label[_ngcontent-c43] {
        font-size: .8em;
        text-transform: uppercase
    }

    .cabin-room__inner[_ngcontent-c43] .value[_ngcontent-c43] {
        font-size: 1.25em;
        font-weight: 500
    }

    .cabin-room__inner[_ngcontent-c43] .value--emphasis[_ngcontent-c43] {
        font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.75em;
        font-weight: 400;
        line-height: 1
    }

@media (min-width:1200px) {
    .cabin-room__inner[_ngcontent-c43] {
        height: auto
    }
}

.cabin-room__content-row[_ngcontent-c43] {
    height: 100%
}

@media (min-width:1200px) {
    .cabin-room__content-row[_ngcontent-c43] {
        height: auto
    }
}

.cabin-room__col[_ngcontent-c43] {
    height: 100%
}

.cabin-room__list[_ngcontent-c43] {
    list-style-type: none;
    margin-top: 40px;
    max-width: 350px
}

.cabin-room__lock-in[_ngcontent-c43] {
    margin-bottom: 1em
}

.cabin-room__img[_ngcontent-c43] {
    overflow: hidden;
    max-height: 175px;
    margin-top: 1em;
    margin-bottom: 1em
}

@media screen and (min-width:992px) {
    .cabin-room__col2[_ngcontent-c43] {
        padding-left: 5px;
        padding-right: 0;
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cabin-room__img[_ngcontent-c43] {
        margin-bottom: .5em;
        max-height: 250px
    }
}

.cabin-room__img[_ngcontent-c43] img[_ngcontent-c43] {
    width: 100%;
    max-height: 175px;
    -o-object-fit: cover;
    object-fit: cover
}

.cabin-room__special[_ngcontent-c43] {
    margin-bottom: 7px
}

    .cabin-room__special[_ngcontent-c43] .special001__btn[_ngcontent-c43] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .cabin-room__special[_ngcontent-c43] .special001__description[_ngcontent-c43] {
        margin-left: 5px
    }

.cabin-room__more-available[_ngcontent-c43] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #4ca200;
    font-style: italic;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.02em;
    margin: 1em 0 0
}

@media screen and (min-width:992px) {
    .cabin-room__more-available[_ngcontent-c43] {
        margin: .5em 0
    }
}

.cabin-room__more-available[_ngcontent-c43] .more-available__text[_ngcontent-c43] {
    padding-left: 5px;
    padding-right: 5px
}

.cabin-room__room-info[_ngcontent-c43] {
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0
}

@media screen and (min-width:768px) {
    .cabin-room__list[_ngcontent-c43] {
        max-width: 1230px
    }

    .cabin-room__room-info[_ngcontent-c43] {
        margin-top: 0
    }
}

.cabin-room__room-info[_ngcontent-c43] h3[_ngcontent-c43] {
    width: 100%;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px
}

.cabin-room__room-info[_ngcontent-c43] p[_ngcontent-c43] {
    font-size: .9em;
    line-height: 20px;
    margin-bottom: 0
}

.cabin-room__rate[_ngcontent-c43] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1em
}

@media screen and (min-width:992px) {
    .cabin-room__room-info[_ngcontent-c43] {
        margin-top: 25px;
        padding-left: 0;
        padding-right: 10%
    }

    .cabin-room__rate[_ngcontent-c43] {
        padding-right: 10%
    }
}

.cabin-room__rate[_ngcontent-c43] .rate-item[_ngcontent-c43] {
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

    .cabin-room__rate[_ngcontent-c43] .rate-item[_ngcontent-c43]:last-child {
        margin-right: 0
    }

    .cabin-room__rate[_ngcontent-c43] .rate-item[_ngcontent-c43] .label[_ngcontent-c43] {
        padding: 0 5px
    }

    .cabin-room__rate[_ngcontent-c43] .rate-item[_ngcontent-c43] .strikethrough[_ngcontent-c43] {
        text-decoration: line-through
    }

.cabin-room__rate[_ngcontent-c43] .stacked[_ngcontent-c43] {
    width: 46px
}

.cabin-room__purchase-columns[_ngcontent-c43] {
    position: relative;
    -ms-flex: auto;
    flex: auto;
    margin-left: auto;
    margin-top: auto;
    background: #ededed;
    background: linear-gradient(to bottom, #ededed 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}

    .cabin-room__purchase-columns[_ngcontent-c43] > .row[_ngcontent-c43] {
        height: 100%
    }

@media screen and (min-width:1200px) {
    .cabin-room__purchase-columns[_ngcontent-c43] {
        max-width: 30%
    }
}

.cabin-room__purchase-col[_ngcontent-c43],
.cabin-room__purchase-col--border[_ngcontent-c43] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px;
    border-bottom: 2px solid #fff
}

@media screen and (min-width:992px) {
    .cabin-room__purchase-columns[_ngcontent-c43] {
        margin-top: 0
    }

    .cabin-room__purchase-col[_ngcontent-c43],
    .cabin-room__purchase-col--border[_ngcontent-c43] {
        border-bottom: 0 solid #fff;
        border-left: 2px solid #fff
    }
}

.cabin-room__purchase-col--border[_ngcontent-c43]:nth-child(1),
.cabin-room__purchase-col[_ngcontent-c43]:nth-child(1) {
    border-left: none
}

.cabin-room__purchase-col--border[_ngcontent-c43]:last-child,
.cabin-room__purchase-col[_ngcontent-c43]:last-child {
    border-bottom: 0 solid #fff
}

.cabin-room__purchase-col[_ngcontent-c43] p[_ngcontent-c43],
.cabin-room__purchase-col--border[_ngcontent-c43] p[_ngcontent-c43] {
    margin: 0
}

@media screen and (max-width:769px) {

    .cabin-room__purchase-col--border[_ngcontent-c43]:first-child .cabin-room__select-btn[_ngcontent-c43],
    .cabin-room__purchase-col[_ngcontent-c43]:first-child .cabin-room__select-btn[_ngcontent-c43] {
        margin-bottom: -.2em
    }
}

.cabin-room__price-container[_ngcontent-c43] {
    margin-top: auto;
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .cabin-room__price-container[_ngcontent-c43] {
        margin-bottom: 2.25em
    }
}

.cabin-room__price-item[_ngcontent-c43] {
    margin-bottom: .75em
}

    .cabin-room__price-item[_ngcontent-c43]:last-child {
        margin-bottom: 0 !important
    }

.cabin-room__select-btn[_ngcontent-c43] {
    min-height: 40px;
    margin-top: 1.25em;
    font-size: .75em;
    font-weight: 500;
    white-space: nowrap
}

@media screen and (max-width:400px) {
    .cabin-room__select-btn[_ngcontent-c43] {
        white-space: normal
    }
}

@media screen and (min-width:992px) {
    .cabin-room__select-btn[_ngcontent-c43] {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-top: 0;
        margin-bottom: -1.25em
    }
}

.cabin-room__purchase-price[_ngcontent-c43] {
    font-size: 2.1em;
    font-style: italic;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.cabin-room__purchase-price.strike-through[_ngcontent-c43] {
    position: relative
}

    .cabin-room__purchase-price.strike-through[_ngcontent-c43]:after {
        content: '';
        width: 100%;
        height: 2px;
        display: block;
        background-color: #474747;
        position: absolute;
        top: 50%
    }

.cabin-room__purchase-currency[_ngcontent-c43] {
    font-size: .7em;
    line-height: 1.3em;
    padding-top: 7px;
    padding-left: 8px;
    width: 25px
}

.cabin-room__rate-type[_ngcontent-c43] {
    margin-top: 8px;
    text-align: left;
    width: 100%;
    line-height: 1.25
}

    .cabin-room__rate-type[_ngcontent-c43] .descriptor-one[_ngcontent-c43] {
        text-transform: capitalize
    }

    .cabin-room__rate-type[_ngcontent-c43] .discount-value[_ngcontent-c43] {
        font-weight: 500;
        font-size: 1.2em
    }

.ng5-slider {
    display: inline-block;
    position: relative;
    height: 4px;
    width: 100%;
    margin: 35px 0 15px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

    .ng5-slider.with-legend {
        margin-bottom: 40px
    }

    .ng5-slider[disabled] {
        cursor: not-allowed
    }

        .ng5-slider[disabled] .ng5-slider-pointer {
            cursor: not-allowed;
            background-color: #d8e0f3
        }

        .ng5-slider[disabled] .ng5-slider-draggable {
            cursor: not-allowed
        }

        .ng5-slider[disabled] .ng5-slider-selection {
            background: #8b91a2
        }

        .ng5-slider[disabled] .ng5-slider-tick {
            cursor: not-allowed
        }

            .ng5-slider[disabled] .ng5-slider-tick.ng5-slider-selected {
                background: #8b91a2
            }

    .ng5-slider .ng5-slider-span {
        white-space: nowrap;
        position: absolute;
        display: inline-block
    }

    .ng5-slider .ng5-slider-base {
        width: 100%;
        height: 100%;
        padding: 0
    }

    .ng5-slider .ng5-slider-bar-wrapper {
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -16px;
        padding-top: 16px;
        width: 100%;
        height: 32px;
        z-index: 1
    }

    .ng5-slider .ng5-slider-draggable {
        cursor: move
    }

    .ng5-slider .ng5-slider-bar {
        left: 0;
        width: 100%;
        height: 4px;
        z-index: 1;
        background: #d8e0f3;
        border-radius: 2px
    }

    .ng5-slider .ng5-slider-bar-wrapper.ng5-slider-transparent .ng5-slider-bar {
        background: 0 0
    }

    .ng5-slider .ng5-slider-bar-wrapper.ng5-slider-left-out-selection .ng5-slider-bar {
        background: #df002d
    }

    .ng5-slider .ng5-slider-bar-wrapper.ng5-slider-right-out-selection .ng5-slider-bar {
        background: #03a688
    }

    .ng5-slider .ng5-slider-selection {
        z-index: 2;
        background: #0db9f0;
        border-radius: 2px
    }

    .ng5-slider .ng5-slider-pointer {
        cursor: pointer;
        width: 32px;
        height: 32px;
        top: -14px;
        background-color: #0db9f0;
        z-index: 3;
        border-radius: 16px
    }

        .ng5-slider .ng5-slider-pointer:after {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 12px;
            left: 12px;
            border-radius: 4px;
            background: #fff
        }

        .ng5-slider .ng5-slider-pointer:hover:after {
            background-color: #fff
        }

        .ng5-slider .ng5-slider-pointer.ng5-slider-active {
            z-index: 4
        }

            .ng5-slider .ng5-slider-pointer.ng5-slider-active:after {
                background-color: #451aff
            }

    .ng5-slider .ng5-slider-bubble {
        cursor: default;
        bottom: 16px;
        padding: 1px 3px;
        color: #55637d;
        font-size: 16px
    }

        .ng5-slider .ng5-slider-bubble.ng5-slider-limit {
            color: #55637d
        }

    .ng5-slider .ng5-slider-ticks {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        top: -3px;
        margin: 0;
        z-index: 1;
        list-style: none
    }

    .ng5-slider .ng5-slider-ticks-values-under .ng5-slider-tick-value {
        top: auto;
        bottom: -36px
    }

    .ng5-slider .ng5-slider-tick {
        text-align: center;
        cursor: pointer;
        width: 10px;
        height: 10px;
        background: #d8e0f3;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 11px
    }

        .ng5-slider .ng5-slider-tick.ng5-slider-selected {
            background: #0db9f0
        }

    .ng5-slider .ng5-slider-tick-value {
        position: absolute;
        top: -34px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .ng5-slider .ng5-slider-tick-legend {
        position: absolute;
        top: 24px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 50px;
        white-space: normal
    }

    .ng5-slider.ng5-slider-vertical {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 20px;
        padding: 0;
        vertical-align: baseline;
        -ms-touch-action: pan-x;
        touch-action: pan-x
    }

        .ng5-slider.ng5-slider-vertical .ng5-slider-base {
            width: 100%;
            height: 100%;
            padding: 0
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-bar-wrapper {
            top: auto;
            left: 0;
            margin: 0 0 0 -16px;
            padding: 0 0 0 16px;
            height: 100%;
            width: 32px
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-bar {
            bottom: 0;
            left: auto;
            width: 4px;
            height: 100%
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-pointer {
            left: -14px !important;
            top: auto;
            bottom: 0
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-bubble {
            left: 16px !important;
            bottom: 0
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-ticks {
            height: 100%;
            width: 0;
            left: -3px;
            top: 0;
            z-index: 1
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-tick {
            vertical-align: middle;
            margin-left: auto;
            margin-top: 11px
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-tick-value {
            left: 24px;
            top: auto;
            -webkit-transform: translate(0, -28%);
            transform: translate(0, -28%)
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-tick-legend {
            top: auto;
            right: 24px;
            -webkit-transform: translate(0, -28%);
            transform: translate(0, -28%);
            max-width: none;
            white-space: nowrap
        }

        .ng5-slider.ng5-slider-vertical .ng5-slider-ticks-values-under .ng5-slider-tick-value {
            bottom: auto;
            left: auto;
            right: 24px
        }

/*==============================
Stylesheet
Brand: Hgvmax
Created: 10/4/2022
Last Modified: 10/5/2022
==============================*/
/*=== Import Default Color Overrides ===*/
body {
    margin: 0;
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.highlight,
.text-secondary {
    color: #165c7d;
}

.highlight--primary,
.text-secondary--primary {
    color: #00b0b9;
}

.highlight--secondary,
.text-secondary--secondary {
    color: #165c7d;
}

.secondary-font {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

::-webkit-scrollbar-thumb {
    background-color: #165c7d;
}

.mat-progress-spinner circle {
    stroke: #00b0b9 !important;
}

.help-block {
    background-color: rgba(22, 92, 125, 0.325);
}

.alert-box.alert-focus {
    background-color: rgba(22, 92, 125, 0.325);
}

.text-underline:after {
    border-bottom-color: #165c7d;
}

.mat-step-header .mat-step-label.mat-step-label-selected {
    color: #165c7d !important;
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #165c7d !important;
    color: #fff;
}

.button-primary {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00b0b9;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button-primary:hover,
    .button-primary:active,
    .button-primary:focus,
    .button-primary:not([disabled]):not(.disabled).active,
    .button-primary:not([disabled]):not(.disabled):active,
    .show > .button-primary.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #165c7d;
        border-color: transparent;
        border-radius: 0;
        outline: 0px;
    }

.button-secondary {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #165c7d;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button-secondary:hover,
    .button-secondary:active,
    .button-secondary:focus,
    .button-secondary:not([disabled]):not(.disabled).active,
    .button-secondary:not([disabled]):not(.disabled):active,
    .show > .button-secondary.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #124c67;
        border-color: transparent;
        border-radius: 0;
        outline: 0px;
    }

.button-icon,
.button-icon--continue,
.button-icon--update,
.button-icon--secondary {
    cursor: pointer;
    font-size: 1em;
    font-weight: 300;
    color: #474747;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .button-icon.active,
    .active.button-icon--continue,
    .active.button-icon--update,
    .active.button-icon--secondary,
    .button-icon.focus,
    .focus.button-icon--continue,
    .focus.button-icon--update,
    .focus.button-icon--secondary,
    .button-icon:active,
    .button-icon--continue:active,
    .button-icon--update:active,
    .button-icon--secondary:active,
    .button-icon:focus,
    .button-icon--continue:focus,
    .button-icon--update:focus,
    .button-icon--secondary:focus,
    .button-icon:hover,
    .button-icon--continue:hover,
    .button-icon--update:hover,
    .button-icon--secondary:hover,
    .button-icon .open > .dropdown-toggle.btn-default,
    .button-icon--continue .open > .dropdown-toggle.btn-default,
    .button-icon--update .open > .dropdown-toggle.btn-default,
    .button-icon--secondary .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #00b0b9;
        outline-color: transparent;
        border-color: transparent;
        outline-color: transparent;
        box-shadow: 0 0 0 0.2rem rgba(0, 176, 185, 0.5);
    }

        .button-icon.active svg,
        .active.button-icon--continue svg,
        .active.button-icon--update svg,
        .active.button-icon--secondary svg,
        .button-icon.focus svg,
        .focus.button-icon--continue svg,
        .focus.button-icon--update svg,
        .focus.button-icon--secondary svg,
        .button-icon:active svg,
        .button-icon--continue:active svg,
        .button-icon--update:active svg,
        .button-icon--secondary:active svg,
        .button-icon:focus svg,
        .button-icon--continue:focus svg,
        .button-icon--update:focus svg,
        .button-icon--secondary:focus svg,
        .button-icon:hover svg,
        .button-icon--continue:hover svg,
        .button-icon--update:hover svg,
        .button-icon--secondary:hover svg,
        .button-icon .open > .dropdown-toggle.btn-default svg,
        .button-icon--continue .open > .dropdown-toggle.btn-default svg,
        .button-icon--update .open > .dropdown-toggle.btn-default svg,
        .button-icon--secondary .open > .dropdown-toggle.btn-default svg {
            fill: #fff;
        }

        .button-icon.active.focus,
        .active.focus.button-icon--continue,
        .active.focus.button-icon--update,
        .active.focus.button-icon--secondary,
        .button-icon.active:focus,
        .active.button-icon--continue:focus,
        .active.button-icon--update:focus,
        .active.button-icon--secondary:focus,
        .button-icon.active:hover,
        .active.button-icon--continue:hover,
        .active.button-icon--update:hover,
        .active.button-icon--secondary:hover,
        .button-icon:active.focus,
        .button-icon--continue:active.focus,
        .button-icon--update:active.focus,
        .button-icon--secondary:active.focus,
        .button-icon:active:focus,
        .button-icon--continue:active:focus,
        .button-icon--update:active:focus,
        .button-icon--secondary:active:focus,
        .button-icon:active:hover,
        .button-icon--continue:active:hover,
        .button-icon--update:active:hover,
        .button-icon--secondary:active:hover,
        .button-icon .open > .dropdown-toggle.btn-default:focus,
        .button-icon--continue .open > .dropdown-toggle.btn-default:focus,
        .button-icon--update .open > .dropdown-toggle.btn-default:focus,
        .button-icon--secondary .open > .dropdown-toggle.btn-default:focus,
        .button-icon .open > .dropdown-toggle.btn-default:hover,
        .button-icon--continue .open > .dropdown-toggle.btn-default:hover,
        .button-icon--update .open > .dropdown-toggle.btn-default:hover,
        .button-icon--secondary .open > .dropdown-toggle.btn-default:hover {
            color: #fff;
            background-color: #00b0b9;
        }

            .button-icon.active.focus svg,
            .active.focus.button-icon--continue svg,
            .active.focus.button-icon--update svg,
            .active.focus.button-icon--secondary svg,
            .button-icon.active:focus svg,
            .active.button-icon--continue:focus svg,
            .active.button-icon--update:focus svg,
            .active.button-icon--secondary:focus svg,
            .button-icon.active:hover svg,
            .active.button-icon--continue:hover svg,
            .active.button-icon--update:hover svg,
            .active.button-icon--secondary:hover svg,
            .button-icon:active.focus svg,
            .button-icon--continue:active.focus svg,
            .button-icon--update:active.focus svg,
            .button-icon--secondary:active.focus svg,
            .button-icon:active:focus svg,
            .button-icon--continue:active:focus svg,
            .button-icon--update:active:focus svg,
            .button-icon--secondary:active:focus svg,
            .button-icon:active:hover svg,
            .button-icon--continue:active:hover svg,
            .button-icon--update:active:hover svg,
            .button-icon--secondary:active:hover svg,
            .button-icon .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon--continue .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon--update .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon--secondary .open > .dropdown-toggle.btn-default:focus svg,
            .button-icon .open > .dropdown-toggle.btn-default:hover svg,
            .button-icon--continue .open > .dropdown-toggle.btn-default:hover svg,
            .button-icon--update .open > .dropdown-toggle.btn-default:hover svg,
            .button-icon--secondary .open > .dropdown-toggle.btn-default:hover svg {
                fill: #fff;
            }

.button-icon--secondary {
    font-family: "Georgia", serif;
}

.button-icon__icon {
    fill: #00b0b9;
}

.button-book {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00b0b9;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button-book:hover,
    .button-book:active,
    .button-book:focus,
    .button-book:not([disabled]):not(.disabled).active,
    .button-book:not([disabled]):not(.disabled):active,
    .show > .button-book.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #165c7d;
        border-color: transparent;
        border-radius: 0;
        outline: 0px;
    }

.button-double {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00b0b9;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button-double:hover,
    .button-double:active,
    .button-double:focus,
    .button-double:not([disabled]):not(.disabled).active,
    .button-double:not([disabled]):not(.disabled):active,
    .show > .button-double.dropdown-toggle {
        color: #fff;
        background-color: #165c7d;
        border-color: transparent;
        box-shadow: 0 0 0 0rem rgba(22, 92, 125, 0.5);
    }

    .button-double:disabled,
    .button-double.disabled {
        color: #fff;
        background-color: #00b0b9;
        outline-color: transparent;
        border: 0px solid transparent;
        box-shadow: 0 0 0 0rem transparent;
        cursor: not-allowed;
    }

    .button-double .value {
        font-family: "Georgia", serif !important;
        font-style: italic !important;
    }

.button-double__cta {
    background-color: #00676d;
}

.resetBtn {
    color: #00b0b9;
}

    .resetBtn:hover,
    .resetBtn svg {
        color: #007f86;
    }

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    background-color: rgba(22, 92, 125, 0.75);
}

.dropdown-menu .dropdown-item.active {
    background-color: #165c7d;
}

.breadcrumb a:not([href]):not([tabindex]) {
    color: #165c7d;
}

.breadcrumb__link {
    color: #165c7d;
}

    .breadcrumb__link:hover {
        color: #165c7d;
    }

.form-control:focus,
.btn:focus,
button:focus {
    border-color: #165c7d;
    box-shadow: 0 0 0 0.2rem rgba(22, 92, 125, 0.8);
}

.text-button.text-secondary {
    color: #165c7d;
}

    .text-button.text-secondary:hover,
    .text-button.text-secondary:active,
    .text-button.text-secondary:focus,
    .text-button.text-secondary:not([disabled]):not(.disabled).active,
    .text-button.text-secondary:not([disabled]):not(.disabled):active,
    .show > .text-button.text-secondary.dropdown-toggle {
        color: #165c7d;
    }

.text-button.text-primary {
    color: #00b0b9;
}

    .text-button.text-primary:hover,
    .text-button.text-primary:active,
    .text-button.text-primary:focus,
    .text-button.text-primary:not([disabled]):not(.disabled).active,
    .text-button.text-primary:not([disabled]):not(.disabled):active,
    .show > .text-button.text-primary.dropdown-toggle {
        color: #00b0b9;
    }

.select-ui {
    background: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='10px' viewBox='0 0 20 10'%3e%3cpath fill='#165c7d' d='M0,0l10,10L20,0H0z'/%3e%3c/svg%3e"), "#", "%23") no-repeat right 15px center;
}

    .select-ui:focus {
        box-shadow: 0 0 0 0.2rem rgba(22, 92, 125, 0.7);
    }

.icon--primary svg {
    fill: #00b0b9;
}

.icon--secondary svg {
    fill: #165c7d;
}

.icon--plus svg {
    stroke: #165c7d;
}

.icon--phone-outline svg .b {
    fill: #165c7d;
}

.icon--arrow-up svg {
    stroke: #165c7d;
}

.icon--arrow-down svg {
    stroke: #165c7d;
}

.radio-item label:before {
    border: 2px solid #165c7d;
}

.radio-item input[type=radio]:checked + label:after {
    background: #165c7d;
}

.partner-header {
    border-bottom-color: #00b0b9;
}

.user-nav__link:focus svg,
.user-nav__link:hover svg {
    fill: #00b0b9;
    stroke: #00b0b9;
}

.user-nav__pipe {
    color: #00b0b9;
}

.main-nav__link {
    font-weight: 500;
}

@media (min-width: 1200px) {

    .main-nav__link:hover,
    .main-nav__link:active,
    .main-nav__link.active {
        border-bottom-color: #00b0b9;
    }
}

.mobile-nav {
    border-top-color: #00b0b9;
}

.mobile-nav__btn svg {
    fill: #165c7d;
    stroke: #165c7d;
}

.mobile-nav__btn:focus svg,
.mobile-nav__btn:hover svg {
    fill: #165c7d;
    stroke: #165c7d;
}

.slide-menu__close-btn {
    background-color: #00b0b9;
}

.slide-menu.in .main-nav__link:hover {
    border-bottom-color: #00b0b9;
}

.has-partner-badge .user-nav .phone {
    color: #00b0b9;
}

.has-partner-badge .partner-link a {
    color: #165c7d;
}

.has-partner-badge .partner-link__icon {
    background-color: #165c7d;
}

@media screen and (min-width: 992px) {
    header .header-container {
        position: initial;
        height: 130px;
    }

    header .header-container__header-top {
        background: #CDE3F7;
        z-index: 75;
        height: 87px;
        top: 0;
        width: 100%;
    }

    header .primary-nav .icon-arrow-down::after {
        content: "";
        position: absolute;
        top: 40%;
        margin-left: 3px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #CDE3F7;
        clear: both;
    }
}

@media screen and (max-width: 992px) {
    .header-container__header-top {
        background: #00b0b9;
    }

        .header-container__header-top .banner {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: left;
            -webkit-justify-content: left;
            -ms-flex-pack: left;
            justify-content: left;
            padding: .5em;
        }

            .header-container__header-top .banner img {
                max-height: 60px;
            }
}

.myRewardPoints {
    color: #165c7d;
}

.bg-primary {
    background-color: #00b0b9;
}

.bg-primary--transparent {
    background-color: rgba(0, 176, 185, 0.8);
}

@media (max-width: 991px) {
    .bg-primary--transparent-sm {
        background-color: rgba(0, 176, 185, 0.8);
    }
}

@media (max-width: 767px) {
    .bg-primary--transparent-xs {
        background-color: rgba(0, 176, 185, 0.8);
    }
}

.bg-secondary {
    background-color: #165c7d;
}

.bg-secondary--transparent {
    background-color: rgba(22, 92, 125, 0.8);
}

@media (max-width: 991px) {
    .bg-secondary--transparent-sm {
        background-color: rgba(22, 92, 125, 0.8);
    }
}

@media (max-width: 767px) {
    .bg-secondary--transparent-xs {
        background-color: rgba(22, 92, 125, 0.8);
    }
}

.bg-tertiary {
    background-color: #474747;
}

.bg-tertiary--transparent {
    background-color: rgba(71, 71, 71, 0.8);
}

.bg-opacity-25.bg-primary {
    background-color: rgba(0, 176, 185, 0.25);
}

.bg-opacity-25.bg-secondary {
    background-color: rgba(22, 92, 125, 0.25);
}

.bg-opacity-30.bg-primary {
    background-color: rgba(0, 176, 185, 0.3);
}

.bg-opacity-30.bg-secondary {
    background-color: rgba(22, 92, 125, 0.3);
}

.bg-opacity-40.bg-primary {
    background-color: rgba(0, 176, 185, 0.4);
}

.bg-opacity-40.bg-secondary {
    background-color: rgba(22, 92, 125, 0.4);
}

.bg-opacity-50.bg-primary {
    background-color: rgba(0, 176, 185, 0.5);
}

.bg-opacity-50.bg-secondary {
    background-color: rgba(22, 92, 125, 0.5);
}

.bg-opacity-60.bg-primary {
    background-color: rgba(0, 176, 185, 0.6);
}

.bg-opacity-60.bg-secondary {
    background-color: rgba(22, 92, 125, 0.6);
}

.bg-opacity-75.bg-primary {
    background-color: rgba(0, 176, 185, 0.75);
}

.bg-opacity-75.bg-secondary {
    background-color: rgba(22, 92, 125, 0.75);
}

.bg-opacity-85.bg-primary {
    background-color: rgba(0, 176, 185, 0.85);
}

.bg-opacity-85.bg-secondary {
    background-color: rgba(22, 92, 125, 0.85);
}

.bg-opacity-90.bg-primary {
    background-color: rgba(0, 176, 185, 0.9);
}

.bg-opacity-90.bg-secondary {
    background-color: rgba(22, 92, 125, 0.9);
}

.border-t-primary {
    border-top: solid #00b0b9;
}

.border-r-primary {
    border-right: solid #00b0b9;
}

.border-b-primary {
    border-bottom: solid #00b0b9;
}

.border-l-primary {
    border-left: solid #00b0b9;
}

.border-t-secondary {
    border-top: solid #165c7d;
}

.border-r-secondary {
    border-right: solid #165c7d;
}

.border-b-secondary {
    border-bottom: solid #165c7d;
}

.border-l-secondary {
    border-left: solid #165c7d;
}

*[class*="border-"].border-w-1,
.border-w-1 {
    border-width: 1px;
}

*[class*="border-"].border-w-2,
.border-w-2 {
    border-width: 2px;
}

*[class*="border-"].border-w-3,
.border-w-3 {
    border-width: 3px;
}

*[class*="border-"].border-w-4,
.border-w-4 {
    border-width: 4px;
}

*[class*="border-"].border-w-5,
.border-w-5 {
    border-width: 5px;
}

*[class*="border-"].border-w-10,
.border-w-10 {
    border-width: 10px;
}

.primary-text {
    color: #00b0b9;
}

.secondary-text {
    color: #165c7d;
}

.tertiary-text {
    color: #474747;
}

.footer__row--one {
    border-top-color: #165c7d;
    background-color: #165c7d;
}

.footer__partner-name h2 {
    color: #165c7d;
}

.footer__partner-phone {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.footer__term-link {
    color: #165c7d;
}

.footer__bottom {
    background-color: #165c7d;
}

.mobile-footer .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-footer .col-4:last-child {
    display: none;
}

.footer-smarter-getaways {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E9F0F8;
    font-size: 0.80rem;
    margin: 20px 0 0;
    color: #fff;
}

.footer-smarter-getaways__row {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 10px 0 15px;
}

@media screen and (max-width: 768px) {
    .footer-smarter-getaways__row {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.footer-smarter-getaways li {
    display: inline-block;
    padding: 8px;
    padding: 8px 15px;
}

@media screen and (max-width: 992px) {
    .footer-smarter-getaways li {
        padding: 5px 7px;
    }
}

@media screen and (max-width: 768px) {
    .footer-smarter-getaways li {
        display: block;
    }
}

.badge-circle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border-style: none;
    background-color: #165c7d;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
}

    .badge-circle.primary {
        background-color: #00b0b9;
    }

    .badge-circle.sticky {
        color: #165c7d;
    }

.badge-circle__value {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.badge-discount:before {
    border-left-color: #165c7d;
    border-right-color: #165c7d;
}

.badge-discount__value {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.sticky-bar__partner-name {
    color: #00b0b9;
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.sticky-bar__bar {
    background-color: #00b0b9;
}

.sticky-bar__link {
    background-color: #165c7d;
}

@media (min-width: 768px) {
    .sticky-bar__link:after {
        background-color: #165c7d;
    }
}

.sticky-bar__link.active,
.sticky-bar__link:active,
.sticky-bar__link:focus,
.sticky-bar__link:hover {
    background-color: #165c7d;
}

@media (min-width: 1200px) {

    .sticky-bar__link.active:after,
    .sticky-bar__link:active:after,
    .sticky-bar__link:focus:after,
    .sticky-bar__link:hover:after {
        background-color: #165c7d;
    }
}

.sticky-bar__phone .phone-number {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.ratings:before,
.ratings:before {
    color: #d8c55e;
}

.ratings:after {
    color: #d8c55e;
}

.star-ratings__top {
    color: #165c7d;
}

.search-reset__content {
    border-bottom-color: #165c7d;
}

.search-reset__title h3 {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.search-reset__button-reset {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom-color: #165c7d;
    color: #474747;
}

    .search-reset__button-reset:hover,
    .search-reset__button-reset:active,
    .search-reset__button-reset:focus,
    .search-reset__button-reset:not([disabled]):not(.disabled).active,
    .search-reset__button-reset:not([disabled]):not(.disabled):active,
    .show > .search-reset__button-reset.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #165c7d;
        border-color: transparent;
        border-radius: 0;
        outline: 0px;
    }

.custom-day.bg-primary {
    background-color: #165c7d !important;
}

.btn-close {
    background-color: #165c7d;
    color: #fff;
}

.btn-panel:hover,
.btn-panel--all:hover,
.btn-panel.selected,
.selected.btn-panel--all {
    border-color: #165c7d;
    color: #fff;
    background: #071c26;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #071c26), color-stop(100%, #165c7d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #071c26 0%, #165c7d 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #071c26 0%, #165c7d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

    .btn-panel.selected:after,
    .selected.btn-panel--all:after {
        font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.btn-panel--all {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.btn-subpanel.selected,
.btn-subpanel.active,
.btn-subpanel:active,
.btn-subpanel:hover,
.btn-subpanel:focus {
    color: #165c7d;
    border-bottom-color: #165c7d;
}

.btn-toggle {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

@media screen and (min-width: 992px) {

    .search-widget__link.active,
    .active.search-widget__link--destination,
    .active.search-widget__link--date,
    .active.search-widget__link--carrier,
    .active.search-widget__link--search {
        background: #071c26;
        /* Old browsers */
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #071c26), color-stop(100%, #165c7d));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #071c26 0%, #165c7d 100%);
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to bottom, #071c26 0%, #165c7d 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        border-left-color: #165c7d;
    }
}

.search-widget__link--destination {
    border-left-color: transparent;
}

.search-widget__colInner {
    width: 100%;
    text-align: left;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
}

    .search-widget__colInner .colSubTitle {
        font-family: "Georgia", serif !important;
        font-style: italic !important;
    }

    .search-widget__colInner .colPlus {
        color: #165c7d;
    }

.search-message__phone {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.filter-panel .checklist-title {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.calendar-card__yearLabel {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.calendar-card__month.selected,
.calendar-card__month.isAvailable:active,
.calendar-card__month.isAvailable:focus,
.calendar-card__month.isAvailable:hover {
    background-color: #165c7d;
}

.search-bar__inner.contained {
    background-color: #00b0b9 !important;
}

.result-badge-round__value {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.result-badge:before {
    border-top-color: #00b0b9;
}

@media screen and (min-width: 768px) {
    .result-badge:before {
        left: 0;
        right: 0;
        border-top-color: #00b0b9;
    }
}

.result-badge__value {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.result-list__title {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.result-list__button-more {
    color: #00b0b9;
}

    .result-list__button-more:hover {
        color: #00b0b9;
    }

.button-reset {
    color: #165c7d;
}

    .button-reset:not([href]):not([tabindex]) {
        color: #165c7d;
    }

.search-filter .dropdown-item:hover,
.search-filter .dropdown-item:focus,
.search-filter .dropdown-item:active {
    background-color: rgba(22, 92, 125, 0.75);
}

.search-filter .dropdown-item.active {
    background-color: #165c7d;
}

.search-filter__two {
    border-top-color: #165c7d;
}

.search-filter-text__filterlabel {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.search-filter-text__sortlabel {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.mobile-filter .input-radio input:checked ~ .input-radio__radio {
    background-color: #165c7d;
}

.mobile-filter .input-checkbox input:checked ~ .input-checkbox__checkmark {
    background-color: #165c7d;
}

.mobile-filter .result-list__title {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobile-filter__button-apply {
    background-color: #165c7d;
    border-color: #165c7d;
}

.checkboxes label:hover {
    background-color: #165c7d;
}

.cruise-lines:focus {
    border-color: #165c7d;
    box-shadow: 0 0 0 0.2rem rgba(22, 92, 125, 0.8);
}

.options {
    border-left: 1px #00b0b9 solid;
    border-right: 1px #00b0b9 solid;
    border-bottom: 1px #00b0b9 solid;
}

    .options label:hover {
        background-color: #165c7d;
    }

@media screen and (min-width: 992px) {
    .search-widget.contained {
        max-width: 1067px;
    }
}

@media screen and (min-width: 992px) {
    .search-widget.full-width {
        max-width: 100%;
    }
}

.search-bar.full-width {
    background-color: #165c7d;
}

.search-bar__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .search-bar__inner.full-width {
        max-width: 1100px;
    }

@media screen and (max-width: 992px) {

    .search-bar__inner > div,
    .search-bar__inner > button {
        margin: .5em auto;
    }
}

.search-bar__dropdown {
    max-width: 1198px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 49px 124px -58px rgba(0, 0, 0, 0.67);
}

.search-bar__location {
    background-color: #fff;
}

@media (min-width: 992px) {
    .search-bar__location.contained {
        max-width: 343px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }
}

@media (min-width: 1200px) {
    .search-bar__location.contained {
        max-width: 533px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }
}

.search-bar__location.contained:focus {
    border-color: #165c7d;
    box-shadow: 0 0 0 0.2rem rgba(22, 92, 125, 0.8);
}

.search-bar__location .form-control {
    border: 0 solid transparent;
}

.search-bar__location-icon {
    background-color: #fff;
    border: 0 solid transparent;
}

    .search-bar__location-icon .icon-location {
        fill: #165c7d;
    }

@media screen and (min-width: 992px) {
    .search-bar__calendar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
}

@media screen and (min-width: 992px) {
    .search-bar__calendar.contained {
        max-width: 230px;
        padding: 0 15px;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .search-bar__calendar.contained {
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .search-bar__calendar.full-width {
        max-width: 195px;
        margin-left: 1.5em;
        margin-right: .25em;
    }
}

.search-bar__calendar-btn {
    background-color: #fff;
}

    .search-bar__calendar-btn .icon-calendar {
        fill: #165c7d;
    }

    .search-bar__calendar-btn:focus {
        box-shadow: 0 0 0 0.2rem rgba(22, 92, 125, 0.8);
    }

.search-bar__nights label {
    color: #fff;
}

.search-bar__submit-btn {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #165c7d;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .search-bar__submit-btn:hover,
    .search-bar__submit-btn:active,
    .search-bar__submit-btn:focus,
    .search-bar__submit-btn:not([disabled]):not(.disabled).active,
    .search-bar__submit-btn:not([disabled]):not(.disabled):active,
    .show > .search-bar__submit-btn.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #124c67;
        border-color: transparent;
        border-radius: 0;
        outline: 0px;
    }

    .search-bar__submit-btn.contained {
        max-width: 220px;
    }

@media (min-width: 992px) {
    .search-bar__submit-btn.full-width {
        max-width: 20px;
    }
}

.search-bar__submit-btn .icon-search svg {
    fill: #fff;
}

.search-bar__submit-btn .progress-bar {
    background-color: #165c7d !important;
}

.search-bar__submit-btn .mat-progress-bar-buffer,
.search-bar__submit-btn .mat-progress-bar-buffer:after,
.search-bar__submit-btn .mat-progress-bar-buffer:disabled {
    background-color: #165c7d !important;
}

.search-bar__submit-btn .mat-progress-bar-fill:after {
    background-color: #00b0b9 !important;
}

.search-bar__disclaimer {
    color: #fff;
}

.search-calendar {
    background-color: #fff;
}

@media (min-width: 768px) {
    .calendar-card-sw {
        margin: 0;
        float: left;
        max-width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .calendar-card-sw {
        margin: 0px 0px 5px 0px;
        max-width: 275px;
    }
}

.calendar-card-sw__month {
    background-color: #f6f6f6;
    color: #474747;
    border: 1px solid #e0e0e0;
}

    .calendar-card-sw__month.active,
    .calendar-card-sw__month.available:active {
        background-color: #165c7d;
    }

    .calendar-card-sw__month.available:focus,
    .calendar-card-sw__month.available:hover {
        background-color: #165c7d;
    }

    .calendar-card-sw__month.inactive {
        background-color: #fff;
        color: #fff !important;
        border: 1px solid #e0e0e0;
    }

        .calendar-card-sw__month.inactive.active,
        .calendar-card-sw__month.inactive:active,
        .calendar-card-sw__month.inactive:focus,
        .calendar-card-sw__month.inactive:hover {
            background-color: #fff !important;
            color: #fff !important;
        }

.result-badge {
    color: #fff;
}

    .result-badge:before {
        border-top: 70px solid #00b0b9;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
    }

@media screen and (min-width: 768px) {
    .result-badge:before {
        border-top: 70px solid #00b0b9;
        border-left: 195px solid transparent;
        border-right: 195px solid transparent;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .result-badge {
        /* IE10+ CSS styles go here */
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    .result-badge {
        display: block;
    }
}

@media (min-width: 992px) {
    .filter-panel .label {
        font-size: 14px;
    }
}

.price-slider .mat-slider-horizontal .mat-slider-wrapper,
.price-slider .mat-accent .mat-slider-thumb,
.price-slider .mat-accent .mat-slider-thumb-label,
.price-slider .mat-accent .mat-slider-track-fill {
    background-color: #165c7d !important;
}

.price-slider .cdk-focused .mat-slider-thumb-label:before,
.price-slider .cdk-mouse-focused .mat-slider-thumb-label:before,
.price-slider .mat-slider-sliding .mat-slider-thumb-label:before {
    background-color: #165c7d !important;
}

.user-inputs__btn:hover:before,
.user-inputs__btn--minus:hover:before,
.user-inputs__btn--plus:hover:before,
.user-inputs__btn:active:before,
.user-inputs__btn--minus:active:before,
.user-inputs__btn--plus:active:before,
.user-inputs__btn:focus:before,
.user-inputs__btn--minus:focus:before,
.user-inputs__btn--plus:focus:before {
    border-top-color: #165c7d;
    border-bottom-color: #165c7d;
}

.user-inputs__btn--minus:before {
    border-top: 6px solid #00b0b9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.user-inputs__btn--plus:before {
    border-bottom: 6px solid #00b0b9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.roundBtn,
.roundBtn--minus,
.roundBtn--plus {
    background-color: #00b0b9;
}

.search-calendar {
    background-color: #fff;
}

.search-calendar__calendar-btn .icon-calendar {
    fill: #165c7d;
}

.search-calendar__calendar-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 92, 125, 0.8);
}

.search-calendar__dropdown {
    max-width: 1198px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 49px 124px -58px rgba(0, 0, 0, 0.67);
}

.sailing-option-active {
    background-color: #165c7d;
}

.filter-active {
    background-color: #165c7d;
}

.ports:focus,
.ships:focus,
.sortby:focus,
.filter-by-points:focus,
.relatedCobrands:focus {
    border-color: #165c7d;
    box-shadow: 0 0 0 0.2rem rgba(22, 92, 125, 0.8);
}

.reset-filter-button:hover {
    color: #165c7d;
}

.options {
    border-left: 1px #00b0b9 solid;
    border-right: 1px #00b0b9 solid;
    border-bottom: 1px #00b0b9 solid;
}

    .options label:hover {
        background-color: #165c7d;
    }

.cruise-listing-item .label {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.cruise-listing-item.sponsored:after {
    border-bottom-color: #00b0b9 !important;
}

.cruise-listing-item__row div {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.cruise-listing-item__row .saving {
    color: #165c7d !important;
}

.cruise-listing-item__row .special-offer__title {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.cruise-listing-item__detail-row__offer {
    border-color: #00A3Ad !important;
}

.special-offer:before {
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    position: relative;
    height: 1px;
    margin-right: 5px;
}

.special-offer__title {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.pricing-summary__col {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.pricing-summary__category-savings {
    background-color: #00b0b9 !important;
}

    .pricing-summary__category-savings .descriptor {
        font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

.listing-info__ship-destination {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.listing-info__price-value {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.listing-info__disclaimer:before {
    border-bottom-color: #165c7d;
}

.listing-info__disclaimer:after {
    border-bottom-color: #165c7d;
}

.sailing-tier__item.isSponsored svg path,
.sailing-tier__item.isSponsored svg rect {
    fill: #165c7d;
}

.sailing-tier__item.isSponsored .sailing-tier__label {
    color: #165c7d;
}

.filter-result-tab .reset-filter-tab {
    color: #fff;
    background-color: #165c7d;
}

.cruise-listing-item.sponsored:after {
    border-bottom-color: #00b0b9 !important;
}

.special-offer:before {
    content: none;
}

.stateroom-availability__badge-disclaimer {
    border-bottom-color: #00b0b9 !important;
}

    .stateroom-availability__badge-disclaimer .badge-disclaimer {
        background-color: #00b0b9 !important;
    }

.preferred-banner {
    background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #00b0b9, #fff 4px, #fff 5px);
    background: repeating-linear-gradient(-45deg, transparent, transparent 2px, #00b0b9, #fff 4px, #fff 5px);
}

.preferred-banner__label {
    color: #00b0b9;
}

.search-widget-container {
    background-color: #00b0b9;
}

.button-search {
    display: inline-block;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #165c7d;
    border-radius: 0;
    outline-color: transparent;
    border: 0px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button-search:hover,
    .button-search:active,
    .button-search:focus,
    .button-search:not([disabled]):not(.disabled).active,
    .button-search:not([disabled]):not(.disabled):active,
    .show > .button-search.dropdown-toggle {
        text-decoration: none;
        color: #fff;
        background-color: #124c67;
        border-color: transparent;
        border-radius: 0;
        outline: 0px;
    }

.tier-banner__inner {
    background-color: #00b0b9;
}

    .tier-banner__inner.isSponsored {
        background-color: #165c7d;
    }

    .tier-banner__inner:before {
        background-color: #00b0b9;
    }

    .tier-banner__inner.isSponsored {
        background-color: #165c7d;
    }

        .tier-banner__inner.isSponsored:before {
            background-color: #165c7d;
        }

.cabin-room__lock-in span {
    border-bottom-color: #165c7d !important;
}

.cabin-room__lock-in .fa-lock {
    color: #165c7d !important;
}

.cabin-room__more-available {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
    color: #00b0b9 !important;
}

.cabin-room__purchase-price {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

    .cabin-room__purchase-price.strike-through:after {
        background-color: #165c7d !important;
    }

.special-offer-modal .modal-dialog {
    background-color: #00b0b9;
}

.itinerary-chart .highcharts-point {
    fill: rgba(22, 92, 125, 0.65);
}

.itinerary-chart .highcharts-halo {
    fill: rgba(22, 92, 125, 0.85);
}

.itinerary-chart .highcharts-title {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.itinerary-filter__title {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.itinerary-filter__filter-sort {
    background-color: #00b0b9;
}

.filter-sort__button:hover,
.filter-sort__button:active,
.filter-sort__button:focus,
.filter-sort__button:not([disabled]):not(.disabled).active,
.filter-sort__button:not([disabled]):not(.disabled):active,
.show > .filter-sort__button.dropdown-toggle {
    color: #fff;
    background-color: #165c7d;
    box-shadow: 0 0 0 0rem rgba(22, 92, 125, 0.5);
}

.filter-sort__button input:checked ~ .filter-sort__checkbox {
    background-color: #165c7d;
}

.filter-slider .ng5-slider-pointer {
    background-color: #165c7d !important;
}

.filter-slider .ng5-slider-active:after {
    background-color: #fff !important;
}

.pricing-option input[type='checkbox']:checked ~ .pricing-option__icon-container {
    border-color: #165c7d;
    color: #165c7d;
}

    .pricing-option input[type='checkbox']:checked ~ .pricing-option__icon-container .isSelected {
        fill: #165c7d;
    }

.pricing-option__icon-container:active,
.pricing-option__icon-container:hover,
.pricing-option__icon-container:focus {
    color: #165c7d;
    border-color: #165c7d;
}

    .pricing-option__icon-container:active .pricing-option__icon,
    .pricing-option__icon-container:hover .pricing-option__icon,
    .pricing-option__icon-container:focus .pricing-option__icon {
        fill: #165c7d;
    }

@media (min-width: 768px) {

    .pricing-option--viewAll .pricing-option__icon-container:before,
    .pricing-option--viewAll .pricing-option__icon-container:after {
        background-color: #fff;
        border-color: #00b0b9;
    }

    .pricing-option--viewAll .pricing-option__icon-container:active:before,
    .pricing-option--viewAll .pricing-option__icon-container:active:after,
    .pricing-option--viewAll .pricing-option__icon-container:hover:before,
    .pricing-option--viewAll .pricing-option__icon-container:hover:after,
    .pricing-option--viewAll .pricing-option__icon-container:focus:before,
    .pricing-option--viewAll .pricing-option__icon-container:focus:after {
        border-color: #165c7d;
    }

    .pricing-option--viewAll input[type='checkbox']:checked ~ .pricing-option__icon-container:before,
    .pricing-option--viewAll input[type='checkbox']:checked ~ .pricing-option__icon-container:after {
        border-color: #165c7d;
    }
}

.itinerary-header__price-kicker {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.itinerary-overview__title {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.itinerary-overview__inner-container {
    border-bottom-color: #00b0b9;
}

.itinerary-date__date-label {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.shore-excursion__header {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

.shore-excursion__footer {
    font-family: "Georgia", serif !important;
    font-style: italic !important;
}

    .shore-excursion__footer .emphasize-asterik {
        color: #00b0b9;
    }

.itinerary-breakdown a:not([href]):not([tabindex]) {
    color: #165c7d !important;
}

.itinerary-breakdown__meta-pricing {
    box-shadow: 0 0 12px -7px rgba(0, 0, 0, 0.5), inset 0 -3px 0 #165c7d !important;
}

    .itinerary-breakdown__meta-pricing svg {
        fill: #b9b9b9;
    }

.rate-qualifier {
    background-color: #fafafa;
    border-color: #165c7d;
}

.rate-qualifier__discount-info .militarytext {
    color: #4fa11b !important;
}

.homerun-modal .modal-dialog {
    background-color: #00b0b9;
}

.homerun .currency-label {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.homerun__disclaimer .value {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.homerun__cruise-id,
.homerun__tool-tip {
    border-color: #165c7d;
}

    .homerun__cruise-id:before,
    .homerun__tool-tip:before {
        border-left-color: #165c7d;
    }

    .homerun__cruise-id:after,
    .homerun__tool-tip:after {
        border-right-color: #165c7d;
    }

.homerun .justify-content-between .homerun__cruise-id {
    border-left: 0;
}

    .homerun .justify-content-between .homerun__cruise-id:before {
        content: none;
    }

.homerun .justify-content-between .homerun__tool-tip {
    border-right: 0;
}

    .homerun .justify-content-between .homerun__tool-tip:after {
        content: none;
    }

.breakdown__item .value,
.breakdown__item .total-value {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breakdown__item .label {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.homerun-tabs .nav-tabs {
    border-bottom: 1px solid #e4e4e4;
}

    .homerun-tabs .nav-tabs li a.active,
    .homerun-tabs .nav-tabs li a:active,
    .homerun-tabs .nav-tabs li a:focus,
    .homerun-tabs .nav-tabs li a:hover {
        border-color: #165c7d;
        background-color: #fff;
        border-bottom-color: #165c7d;
    }

        .homerun-tabs .nav-tabs li a.active:before,
        .homerun-tabs .nav-tabs li a:active:before,
        .homerun-tabs .nav-tabs li a:focus:before,
        .homerun-tabs .nav-tabs li a:hover:before {
            content: '';
            display: inline;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            border-left: 1px solid #165c7d;
            margin-left: 2px;
        }

.rooms-rates-container .rooms-filter {
    background-color: #00b0b9;
}

    .rooms-rates-container .rooms-filter:hover {
        background-color: #165c7d;
    }

.rooms-rates-container .active-filter {
    background-color: #165c7d;
}

.rooms-rates-container .edit-passenger-btn {
    border: 1px solid #165c7d !important;
    color: #165c7d !important;
}

    .rooms-rates-container .edit-passenger-btn:hover {
        background-color: #165c7d !important;
    }

.yourPriceContent {
    border: 1px solid #00b0b9 !important;
    background-color: #00b0b9 !important;
}

/*==============================
Hgvmax Custom Styles
==============================*/
.header-stacked__top-nav,
.header-stacked__row--top-nav:before {
    background-color: #165c7d;
}

.header-stacked__balance,
.header-stacked__row--top-nav {
    background-color: #00b0b9;
}

    .header-stacked__balance:before,
    .header-stacked__row--top-nav:before {
        border-left-color: #165c7d;
    }

.header-stacked .dropdown .toggle--down {
    border-top-color: #fff;
}

.isSponsored .button-primary,
.button-primary,
.button-primary:hover,
.button-primary:active,
.button-primary:not([disabled]):not(.disabled):active,
.show > .button-primary.dropdown-toggle,
.button-search,
.button-search:hover,
.button-search:active,
.button-search:focus,
.button-search:not([disabled]):not(.disabled):active,
.show > .button-search.dropdown-toggle,
.button-secondary,
.button-secondary:hover,
.button-secondary:active,
.button-secondary:not([disabled]):not(.disabled):active,
.show > .button-secondary.dropdown-toggle {
    background-color: #124c67;
}




.modal-backdrop {
    max-width: unset !important;
}


.itinerary-page[_ngcontent-bke-c90] {
    background-color: #fafafa;
}

.category-item {
    background-color: #fff !important;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    padding: 15px;
}

.category-item__description {
    text-align: justify;
    line-height: 2;
}

.button-secondary {
    font-size: initial;
}

#detailsPlaceHolder {
    background-image: url(https://assets.cruisemail.com.au/hilton/legacy/details2.png);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 1000px;
    background-size: contain;
}

.setOverFlow {
    overflow: hidden;
    height: 1000px;
}

@media (max-width: 1000px) {
    .itinerary-date-detail__port {
        display: none;
        visibility: hidden;
    }
}