/* ============================================
   Component: Homepage Profile Carousel
   Source: Styles/_temp/Homepage9fa0.css (7890-9875)
   Rollback: remove this file include from template/components/homepage/head_assets.htm
   ============================================ */

@media screen and (min-width: 1024px) {
    .scroll-to-top {
        display: none;
    }
}

.profile_carousel {
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .profile_carousel {
        height: var(--app-height);
    }
}

.profile_carousel .slick-list,
.profile_carousel .slick-track {
    height: 100%;
}

.profile_carousel+.profile_carousel-append .slick-next,
.profile_carousel+.profile_carousel-append .slick-prev {
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 8px -5px 10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 8px -5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 8px -5px 10px rgba(0, 0, 0, 0.16);
    color: #34657f;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 20px 0;
    position: absolute;
    text-transform: uppercase;
    width: 50%;
    z-index: 1;
}

@media screen and (min-width: 1024px) {

    .profile_carousel+.profile_carousel-append .slick-next,
    .profile_carousel+.profile_carousel-append .slick-prev {
        background: transparent;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        bottom: 3vh;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #fff;
        font-size: 18px;
        padding: 5px 26px;
        width: auto;
    }
}

.profile_carousel+.profile_carousel-append .slick-next:after,
.profile_carousel+.profile_carousel-append .slick-next:before,
.profile_carousel+.profile_carousel-append .slick-prev:after,
.profile_carousel+.profile_carousel-append .slick-prev:before {
    background-color: #34657f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}

@media screen and (min-width: 1024px) {

    .profile_carousel+.profile_carousel-append .slick-next:after,
    .profile_carousel+.profile_carousel-append .slick-next:before,
    .profile_carousel+.profile_carousel-append .slick-prev:after,
    .profile_carousel+.profile_carousel-append .slick-prev:before {
        height: 50px;
        width: 50px;
    }
}

.profile_carousel+.profile_carousel-append .slick-next:before,
.profile_carousel+.profile_carousel-append .slick-prev:before {
    left: 13px;
}

.profile_carousel+.profile_carousel-append .slick-next:after,
.profile_carousel+.profile_carousel-append .slick-prev:after {
    right: 13px;
}

.profile_carousel+.profile_carousel-append .slick-next:focus,
.profile_carousel+.profile_carousel-append .slick-prev:focus {
    outline: none;
}

.profile_carousel+.profile_carousel-append .slick-next {
    padding-right: 60px;
    right: 0;
    text-align: right;
}

@media screen and (min-width: 1024px) {
    .profile_carousel+.profile_carousel-append .slick-next {
        padding-right: 75px;
        text-align: left;
    }
}

.profile_carousel+.profile_carousel-append .slick-next:before {
    background-color: #fff;
    -webkit-box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
    -moz-box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
    box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
    height: 4px;
    left: auto;
    right: 33px;
    top: 36%;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 4px;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .profile_carousel+.profile_carousel-append .slick-next:before {
        right: 25%;
        top: 25%;
    }
}

.profile_carousel+.profile_carousel-append .slick-next:after {
    background-blend-mode: multiply;
    background-color: #34657f;
    background-image: var(--bg-image-next);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: background-color 0.35s ease-in-out 0s;
    -moz-transition: background-color 0.35s ease-in-out 0s;
    -o-transition: background-color 0.35s ease-in-out 0s;
    transition: background-color 0.35s ease-in-out 0s;
}

html.no-touch .profile_carousel+.profile_carousel-append .slick-next:hover:after,
html.no-touch .profile_carousel+.profile_carousel-append .slick-next:hover:before {
    background-color: transparent;
}

html.no-touch .profile_carousel+.profile_carousel-append .slick-next:hover:before {
    -webkit-box-shadow: 7px 7px 0 0 transparent, 0 14px 0 0 transparent;
    -moz-box-shadow: 7px 7px 0 0 transparent, 0 14px 0 0 transparent;
    box-shadow: 7px 7px 0 0 transparent, 0 14px 0 0 transparent;
}

.profile_carousel+.profile_carousel-append .slick-prev {
    left: 0;
    padding-left: 60px;
    text-align: left;
}

@media screen and (min-width: 1024px) {
    .profile_carousel+.profile_carousel-append .slick-prev {
        padding-left: 75px;
    }
}

.profile_carousel+.profile_carousel-append .slick-prev:before {
    background-blend-mode: multiply;
    background-color: #34657f;
    background-image: var(--bg-image-prev);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: background-color 0.35s ease-in-out 0s;
    -moz-transition: background-color 0.35s ease-in-out 0s;
    -o-transition: background-color 0.35s ease-in-out 0s;
    transition: background-color 0.35s ease-in-out 0s;
}

.profile_carousel+.profile_carousel-append .slick-prev:after {
    background-color: #fff;
    -webkit-box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
    -moz-box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
    box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
    height: 4px;
    left: 33px;
    right: auto;
    top: 59%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 4px;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .profile_carousel+.profile_carousel-append .slick-prev:after {
        left: 38px;
        top: 64%;
    }
}

html.no-touch .profile_carousel+.profile_carousel-append .slick-prev:hover:after,
html.no-touch .profile_carousel+.profile_carousel-append .slick-prev:hover:before {
    background-color: transparent;
}

html.no-touch .profile_carousel+.profile_carousel-append .slick-prev:hover:after {
    -webkit-box-shadow: 7px 7px 0 0 transparent, 0 14px 0 0 transparent;
    -moz-box-shadow: 7px 7px 0 0 transparent, 0 14px 0 0 transparent;
    box-shadow: 7px 7px 0 0 transparent, 0 14px 0 0 transparent;
}

.profile_carousel+.profile_carousel-append .slick-disabled {
    color: transparent;
    pointer-events: none;
}

.profile_carousel+.profile_carousel-append .slick-disabled:after,
.profile_carousel+.profile_carousel-append .slick-disabled:before {
    content: none;
}

.profile_carousel-container {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    visibility: hidden;
    width: 100vw;
    z-index: 999;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-container {
        margin-left: 74px;
        width: var(--profileCarouselContainerW);
    }
}

@media screen and (min-width: 1600px) {
    .profile_carousel-container {
        margin-left: 94px;
    }
}

.profile_carousel-container.show {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-container.show .profile_carousel-content {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.profile_carousel-content {
    background-color: #fff;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .profile_carousel-content {
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .profile_carousel-content {
        margin: auto 15% auto auto;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
        width: 63%;
    }
}

@media screen and (min-width: 1280px) {
    .profile_carousel-content {
        width: 55%;
    }
}

@media screen and (min-width: 1400px) {
    .profile_carousel-content {
        margin-right: 20.5%;
        max-width: 760px;
        width: 53%;
    }
}

@media screen and (min-width: 1600px) {
    .profile_carousel-content {
        margin-right: 25.5%;
    }
}

@media screen and (min-width: 1920px) {
    .profile_carousel-content {
        margin-right: 28.5%;
    }
}

@media screen and (max-width: 1023px) {
    .profile_carousel-content {
        height: 100%;
    }
}

.profile_carousel-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    overflow-y: scroll;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item {
        background: transparent;
        overflow-y: hidden;
    }
}

.profile_carousel-item:focus {
    outline: none;
}

.profile_carousel-item img {
    height: 150px;
    width: 150px;
}

.profile_carousel-item.has-link {
    position: relative;
}

.profile_carousel-item.has-link .profile_carousel-hiddenLink {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    .profile_carousel-item.has-link .profile_carousel-hiddenLink {
        background: #34657f;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        height: 40px;
        margin: 0 auto;
        position: relative;
        width: 40px;
        z-index: 1;
    }

    .profile_carousel-item.has-link .profile_carousel-hiddenLink:before {
        border: 2px solid #fff;
        border-left: none;
        border-top: none;
        content: '';
        height: 10px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateX(-1px) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateX(-1px) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateX(-1px) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateX(-1px) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateX(-1px) translateY(-50%) rotate(-45deg);
        width: 10px;
    }

    .profile_carousel-item .profile_carousel-close {
        display: none;
    }
}

.profile_carousel-item.type-bts.has-link .profile_carousel-rollover.hovered img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.profile_carousel-item.type-bts.has-link .profile_carousel-name.hovered:before {
    -webkit-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    -o-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
}

.profile_carousel-item.type-profile.has-link .profile_carousel-image.hovered img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.profile_carousel-item.type-profile.has-link .profile_carousel-name.hovered:before {
    -webkit-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    -o-transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
    transform: translateY(-50%) translateX(100%) translateX(15px) rotate(45deg);
}

.profile_carousel-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-color: #fff;
    -webkit-box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    box-shadow: -13px 7px 19px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-height: 550px;
    padding: 0;
    position: relative;
    width: 100%;
}

.profile_carousel-info:before {
    background-image: url(../../../Images/img/pattern_purple.png);
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-info {
        display: block;
        height: auto;
    }
}

.profile_carousel-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 50vh;
    left: 0;
    margin: 0 auto;
    -webkit-order: 1;
    order: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: 100%;
}

.profile_carousel-image:before {
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0.65) 0,
            transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.65)),
            to(transparent));
    background: -o-linear-gradient(top,
            rgba(0, 0, 0, 0.65) 0,
            transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0, transparent);
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
    height: 40%;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-image:before {
        content: none;
    }
}

.profile_carousel-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 10%;
    object-position: 0 10%;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-image img {
        height: 420px;
        width: 320px;
    }
}

@media screen and (min-width: 1600px) {
    .profile_carousel-image img {
        height: 487px;
        width: 372px;
    }
}

@media screen and (max-width: 1023px) {
    .type-video .profile_carousel-image-wrapper {
        height: 100%;
    }
}

.profile_carousel-watch {
    background-color: #34657f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    display: none;
    height: 68px;
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 68px;
}

.profile_carousel-watch:after {
    background-image: url(../../../Images/img/watch.png);
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: 56px;
    background-size: 56px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}

.profile_carousel-watch:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-30%, -50%);
    -moz-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    -o-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
    width: 0;
}

.profile_carousel-watch:hover:after {
    opacity: 1;
}

.profile_carousel-close {
    background-color: #34657f;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    left: 15px;
    opacity: 1;
    position: absolute;
    top: 20px;
    width: 50px;
    z-index: 11;
}

html.no-touch .profile_carousel-close:hover:after,
html.no-touch .profile_carousel-close:hover:before {
    background-color: #34657f;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-close {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        border: 2px solid rgba(173, 167, 185, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        left: auto;
        position: absolute;
        right: 30px;
    }
}

.profile_carousel-close:after,
.profile_carousel-close:before {
    background-color: #fff;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 21px;
}

@media screen and (min-width: 1024px) {

    .profile_carousel-close:after,
    .profile_carousel-close:before {
        background-color: #34657f;
    }
}

.profile_carousel-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1023px) {
    .profile_carousel-close {
        left: 20px;
        position: fixed;
        top: 20px;
    }
}

.profile_carousel-header {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    color: #34657f;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    margin: 0 auto;
    -webkit-order: 4;
    order: 4;
    text-align: center;
    -webkit-transform: translateY(-55px);
    -moz-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    transform: translateY(-55px);
    width: 70%;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-header {
        -webkit-box-ordinal-group: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        font-size: 36.4px;
        line-height: 40px;
        margin: 0;
        -webkit-order: unset;
        order: unset;
        text-align: left;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        width: 100%;
    }
}

.profile_carousel-description {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    background-color: transparent;
    color: #34657f;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    -webkit-order: 4;
    order: 4;
    padding: 0 20px 80px;
    text-align: center;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}

.profile_carousel-description .read-more {
    display: inline-block;
    height: 32px;
    margin-bottom: -20px;
    position: relative;
    width: 32px;
}

.profile_carousel-description .read-more:before {
    border: 2px solid #34657f;
    border-bottom: 0;
    border-left: 0;
    content: '';
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}

@media screen and (max-width: 1024px) {
    .profile_carousel-description .read-more:before {
        border-color: #fff;
        left: 34%;
        top: 10%;
        z-index: 1;
    }

    .profile_carousel-description .read-more:after {
        background-color: #34657f;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: '';
        height: 30px;
        left: 0;
        position: absolute;
        top: -7px;
        width: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .profile_carousel-description {
        -webkit-box-ordinal-group: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        background-color: #fff;
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
        -webkit-order: unset;
        order: unset;
        padding: 0;
        text-align: left;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
}

@media screen and (max-width: 1023px) {
    .profile_carousel-description {
        margin: 0 auto;
        max-width: 500px;
    }
}

.profile_carousel-description a {
    color: inherit;
    font-weight: 700;
}

.profile_carousel-title {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    color: #fff;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 20px 0 5px;
    -webkit-order: 2;
    order: 2;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-title {
        -webkit-box-ordinal-group: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        color: #34657f;
        font-size: 16px;
        -webkit-order: unset;
        order: unset;
        text-align: left;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
}

.profile_carousel-name {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    -webkit-order: 3;
    order: 3;
    text-align: center;
    text-transform: capitalize;
    -webkit-transform: translateY(-85px);
    -moz-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    transform: translateY(-85px);
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-name {
        -webkit-box-ordinal-group: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        color: #34657f;
        display: inline-block;
        font-size: 22px;
        -webkit-order: unset;
        order: unset;
        position: relative;
        text-align: left;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .profile_carousel-item.has-link .profile_carousel-name:before {
        border: 3px solid #34657f;
        border-bottom: none;
        border-left: none;
        content: '';
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(100%) translateX(10px) rotate(45deg);
        -moz-transform: translateY(-50%) translateX(100%) translateX(10px) rotate(45deg);
        -ms-transform: translateY(-50%) translateX(100%) translateX(10px) rotate(45deg);
        -o-transform: translateY(-50%) translateX(100%) translateX(10px) rotate(45deg);
        transform: translateY(-50%) translateX(100%) translateX(10px) rotate(45deg);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
        width: 10px;
    }
}

.profile_carousel-item.type-profile .profile_carousel-rollover {
    display: none;
}

@media screen and (max-width: 768px) {
    .profile_carousel-item.type-profile .profile_carousel-image {
        min-height: 50vh;
    }
}

.profile_carousel-item.type-bts .profile_carousel-image {
    height: auto;
    left: 50%;
    top: -34px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .profile_carousel-item.type-bts .profile_carousel-image {
        height: 80px;
        overflow: visible;
    }
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-image {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        left: 30%;
        top: -3%;
        width: auto;
    }
}

.profile_carousel-item.type-bts .profile_carousel-image:before {
    content: none;
}

.profile_carousel-item.type-bts .profile_carousel-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: -3px 3px 19px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -3px 3px 19px rgba(0, 0, 0, 0.16);
    box-shadow: -3px 3px 19px rgba(0, 0, 0, 0.16);
    height: 68px;
    margin: 0 auto;
    width: 68px;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-image img {
        -webkit-box-shadow: -23px 7px 19px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: -23px 7px 19px rgba(0, 0, 0, 0.16);
        box-shadow: -23px 7px 19px rgba(0, 0, 0, 0.16);
        height: 100px;
        width: 100px;
    }
}

@media screen and (min-width: 1600px) {
    .profile_carousel-item.type-bts .profile_carousel-image img {
        height: 116px;
        width: 116px;
    }
}

.profile_carousel-item.type-bts:not(.type-video) .profile_carousel-rollover {
    overflow: hidden;
}

.profile_carousel-item.type-bts .profile_carousel-rollover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 50vh;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.profile_carousel-item.type-bts .profile_carousel-rollover:before {
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0.65) 0,
            transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.65)),
            to(transparent));
    background: -o-linear-gradient(top,
            rgba(0, 0, 0, 0.65) 0,
            transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0, transparent);
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
    height: 40%;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-rollover:before {
        content: none;
    }
}

.profile_carousel-item.type-bts .profile_carousel-rollover img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-rollover img {
        height: 420px;
        width: 320px;
    }
}

@media screen and (min-width: 1600px) {
    .profile_carousel-item.type-bts .profile_carousel-rollover img {
        height: 487px;
        width: 372px;
    }
}

.profile_carousel-item.type-bts .profile_carousel-description {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-description {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.profile_carousel-item.type-bts .profile_carousel-header {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-header {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.profile_carousel-item.type-bts .profile_carousel-name {
    -webkit-transform: translateY(-185px);
    -moz-transform: translateY(-185px);
    -ms-transform: translateY(-185px);
    -o-transform: translateY(-185px);
    transform: translateY(-185px);
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-name {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        z-index: 1;
    }
}

.profile_carousel-item.type-bts .profile_carousel-title {
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    -o-transform: translateY(-180px);
    transform: translateY(-180px);
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-title {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        z-index: 1;
    }
}

.profile_carousel-item.type-video .profile_carousel-watch {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    display: block;
    left: 50%;
    top: 280px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-video .profile_carousel-watch {
        -webkit-box-shadow: -3px 3px 19px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: -3px 3px 19px rgba(0, 0, 0, 0.16);
        box-shadow: -3px 3px 19px rgba(0, 0, 0, 0.16);
        left: auto;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.profile_carousel-item.type-video .profile_carousel-description {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-video .profile_carousel-description {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.profile_carousel-item.type-video .profile_carousel-header {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-video .profile_carousel-header {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.profile_carousel-item.type-video .profile_carousel-name {
    -webkit-transform: translateY(-125px);
    -moz-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    -o-transform: translateY(-125px);
    transform: translateY(-125px);
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-video .profile_carousel-name {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.profile_carousel-item.type-video .profile_carousel-title {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-video .profile_carousel-title {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.profile_carousel-item.type-video .profile_carousel-image {
    overflow: visible;
}

.profile_carousel-item.type-video .profile_carousel-image-wrapper {
    overflow: hidden;
}

.profile_carousel-text {
    position: relative;
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .profile_carousel-text {
        margin-top: 20%;
    }
}

.profile_carousel-append {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto 15% auto auto;
    -webkit-transform: translateY(-webkit-calc(-100% - 100px));
    -moz-transform: translateY(-moz-calc(-100% - 100px));
    -ms-transform: translateY(calc(-100% - 100px));
    -o-transform: translateY(calc(-100% - 100px));
    transform: translateY(calc(-100% - 100px));
    width: 55%;
}

@media screen and (max-width: 1023px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-100%) !important;
        -moz-transform: translateY(-100%) !important;
        -ms-transform: translateY(-100%) !important;
        -o-transform: translateY(-100%) !important;
        transform: translateY(-100%) !important;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .profile_carousel-append {
        width: 73%;
    }
}

@media screen and (min-width: 1440px) {
    .profile_carousel-append {
        margin-right: 19%;
        width: 59%;
    }
}

@media screen and (min-width: 1600px) {
    .profile_carousel-append {
        margin-right: 27%;
        width: 45%;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .profile_carousel-append {
        bottom: 100px;
        max-width: 950px;
        position: relative;
    }
}

@media screen and (max-height: 800px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 50px));
        -moz-transform: translateY(-moz-calc(-100% - 50px));
        -ms-transform: translateY(calc(-100% - 50px));
        -o-transform: translateY(calc(-100% - 50px));
        transform: translateY(calc(-100% - 50px));
    }
}

@media screen and (max-height: 700px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 20px));
        -moz-transform: translateY(-moz-calc(-100% - 20px));
        -ms-transform: translateY(calc(-100% - 20px));
        -o-transform: translateY(calc(-100% - 20px));
        transform: translateY(calc(-100% - 20px));
    }
}

@media screen and (min-height: 1000px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 150px));
        -moz-transform: translateY(-moz-calc(-100% - 150px));
        -ms-transform: translateY(calc(-100% - 150px));
        -o-transform: translateY(calc(-100% - 150px));
        transform: translateY(calc(-100% - 150px));
    }
}

@media screen and (min-height: 1100px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 200px));
        -moz-transform: translateY(-moz-calc(-100% - 200px));
        -ms-transform: translateY(calc(-100% - 200px));
        -o-transform: translateY(calc(-100% - 200px));
        transform: translateY(calc(-100% - 200px));
    }
}

@media screen and (min-height: 1200px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 250px));
        -moz-transform: translateY(-moz-calc(-100% - 250px));
        -ms-transform: translateY(calc(-100% - 250px));
        -o-transform: translateY(calc(-100% - 250px));
        transform: translateY(calc(-100% - 250px));
    }
}

@media screen and (min-height: 1300px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 300px));
        -moz-transform: translateY(-moz-calc(-100% - 300px));
        -ms-transform: translateY(calc(-100% - 300px));
        -o-transform: translateY(calc(-100% - 300px));
        transform: translateY(calc(-100% - 300px));
    }
}

@media screen and (min-height: 1400px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 350px));
        -moz-transform: translateY(-moz-calc(-100% - 350px));
        -ms-transform: translateY(calc(-100% - 350px));
        -o-transform: translateY(calc(-100% - 350px));
        transform: translateY(calc(-100% - 350px));
    }
}

@media screen and (min-height: 1500px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 400px));
        -moz-transform: translateY(-moz-calc(-100% - 400px));
        -ms-transform: translateY(calc(-100% - 400px));
        -o-transform: translateY(calc(-100% - 400px));
        transform: translateY(calc(-100% - 400px));
    }
}

@media screen and (min-height: 1600px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 450px));
        -moz-transform: translateY(-moz-calc(-100% - 450px));
        -ms-transform: translateY(calc(-100% - 450px));
        -o-transform: translateY(calc(-100% - 450px));
        transform: translateY(calc(-100% - 450px));
    }
}

@media screen and (min-height: 1700px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 500px));
        -moz-transform: translateY(-moz-calc(-100% - 500px));
        -ms-transform: translateY(calc(-100% - 500px));
        -o-transform: translateY(calc(-100% - 500px));
        transform: translateY(calc(-100% - 500px));
    }
}

@media screen and (min-height: 1800px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 550px));
        -moz-transform: translateY(-moz-calc(-100% - 550px));
        -ms-transform: translateY(calc(-100% - 550px));
        -o-transform: translateY(calc(-100% - 550px));
        transform: translateY(calc(-100% - 550px));
    }
}

@media screen and (min-height: 1900px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 600px));
        -moz-transform: translateY(-moz-calc(-100% - 600px));
        -ms-transform: translateY(calc(-100% - 600px));
        -o-transform: translateY(calc(-100% - 600px));
        transform: translateY(calc(-100% - 600px));
    }
}

@media screen and (min-height: 2000px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 650px));
        -moz-transform: translateY(-moz-calc(-100% - 650px));
        -ms-transform: translateY(calc(-100% - 650px));
        -o-transform: translateY(calc(-100% - 650px));
        transform: translateY(calc(-100% - 650px));
    }
}

@media screen and (min-height: 2100px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 700px));
        -moz-transform: translateY(-moz-calc(-100% - 700px));
        -ms-transform: translateY(calc(-100% - 700px));
        -o-transform: translateY(calc(-100% - 700px));
        transform: translateY(calc(-100% - 700px));
    }
}

@media screen and (min-height: 2200px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 750px));
        -moz-transform: translateY(-moz-calc(-100% - 750px));
        -ms-transform: translateY(calc(-100% - 750px));
        -o-transform: translateY(calc(-100% - 750px));
        transform: translateY(calc(-100% - 750px));
    }
}

@media screen and (min-height: 2300px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 800px));
        -moz-transform: translateY(-moz-calc(-100% - 800px));
        -ms-transform: translateY(calc(-100% - 800px));
        -o-transform: translateY(calc(-100% - 800px));
        transform: translateY(calc(-100% - 800px));
    }
}

@media screen and (min-height: 2400px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 850px));
        -moz-transform: translateY(-moz-calc(-100% - 850px));
        -ms-transform: translateY(calc(-100% - 850px));
        -o-transform: translateY(calc(-100% - 850px));
        transform: translateY(calc(-100% - 850px));
    }
}

@media screen and (min-height: 2500px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 900px));
        -moz-transform: translateY(-moz-calc(-100% - 900px));
        -ms-transform: translateY(calc(-100% - 900px));
        -o-transform: translateY(calc(-100% - 900px));
        transform: translateY(calc(-100% - 900px));
    }
}

@media screen and (min-height: 2600px) {
    .profile_carousel-append {
        -webkit-transform: translateY(-webkit-calc(-100% - 950px));
        -moz-transform: translateY(-moz-calc(-100% - 950px));
        -ms-transform: translateY(calc(-100% - 950px));
        -o-transform: translateY(calc(-100% - 950px));
        transform: translateY(calc(-100% - 950px));
    }
}

@media screen and (min-width: 1600px) {
    .profile_carousel-item.type-profile .profile_carousel-info {
        margin: 0;
        max-width: 100%;
        min-height: 550px;
        padding: 30px 70px 30px 270px;
        width: 100%;
    }

    .profile_carousel-item.type-profile .profile_carousel-image {
        height: 480px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-150px);
        -moz-transform: translateY(-50%) translateX(-150px);
        -ms-transform: translateY(-50%) translateX(-150px);
        -o-transform: translateY(-50%) translateX(-150px);
        transform: translateY(-50%) translateX(-150px);
        width: 370px;
    }

    .profile_carousel-item.type-bts .profile_carousel-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0;
        max-width: 100%;
        min-height: 550px;
        width: 100%;
    }

    .profile_carousel-item.type-bts .profile_carousel-rollover {
        height: 480px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-150px);
        -moz-transform: translateY(-50%) translateX(-150px);
        -ms-transform: translateY(-50%) translateX(-150px);
        -o-transform: translateY(-50%) translateX(-150px);
        transform: translateY(-50%) translateX(-150px);
        width: 370px;
    }

    .profile_carousel-item.type-bts .profile_carousel-image {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
    }

    .profile_carousel-item.type-video .profile_carousel-image-wrapper {
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .profile_carousel-text-outer {
        display: none;
    }

    .profile_carousel-item.type-profile .profile_carousel-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 470px;
        padding: 30px 30px 30px 250px;
    }

    .profile_carousel-item.type-profile .profile_carousel-image {
        height: 420px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-100px);
        -moz-transform: translateY(-50%) translateX(-100px);
        -ms-transform: translateY(-50%) translateX(-100px);
        -o-transform: translateY(-50%) translateX(-100px);
        transform: translateY(-50%) translateX(-100px);
        width: 320px;
    }

    .profile_carousel-item.type-video .profile_carousel-info {
        padding: 30px 30px 30px 270px;
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    .profile_carousel-item.type-video .profile_carousel-info {
        padding: 30px 30px 30px 300px;
    }
}

@media screen and (min-width: 1024px) {
    .profile_carousel-item.type-bts .profile_carousel-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 470px;
        padding: 30px 30px 30px 250px;
    }

    .profile_carousel-item.type-bts .profile_carousel-rollover {
        height: 420px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-100px);
        -moz-transform: translateY(-50%) translateX(-100px);
        -ms-transform: translateY(-50%) translateX(-100px);
        -o-transform: translateY(-50%) translateX(-100px);
        transform: translateY(-50%) translateX(-100px);
        width: 320px;
    }

    .profile_carousel-item.type-bts .profile_carousel-image {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
    }

    .profile_carousel-rollover .profile_carousel-text-inner {
        display: none;
    }

    .profile_carousel-item.type-video .profile_carousel-image-wrapper {
        height: 420px;
        overflow: hidden;
        position: absolute;
    }
}

.profile_carousel-hiddenLink {
    z-index: 2 !important;
}

@media screen and (max-width: 1023px) {
    .profile_carousel-text {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-order: 2;
        order: 2;
        z-index: 1;
    }

    .profile_carousel-text,
    .profile_carousel-text-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile_carousel-text-inner {
        padding: 0 0 20px;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .profile_carousel-text-outer {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .profile_carousel-text-outer .profile_carousel-header {
        margin-bottom: 20px;
    }

    .profile_carousel-text-inner>.profile_carousel-description,
    .profile_carousel-text-inner>.profile_carousel-header {
        display: none;
    }

    .profile_carousel-info {
        max-height: 100%;
    }

    .profile_carousel-header {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .profile_carousel-header,
    .profile_carousel-name {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .profile_carousel-name {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .profile_carousel-title {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .profile_carousel-description,
    .profile_carousel-title {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .profile_carousel-description {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .profile_carousel-item.type-bts .profile_carousel-rollover,
    .profile_carousel-item.type-video .profile_carousel-image .profile_carousel-item.type-profile .profile_carousel-image {
        min-height: 50vh;
    }

    .profile_carousel-item.type-bts .profile_carousel-text-inner {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .profile_carousel-item.type-bts .profile_carousel-text-outer {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .profile_carousel-item.type-bts .profile_carousel-text-outer .profile_carousel-header {
        margin-bottom: 0;
    }

    .profile_carousel-item.type-video .profile_carousel-text-inner {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .profile_carousel-item.type-video .profile_carousel-text-outer {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .profile_carousel-item.type-video .profile_carousel-image {
        position: relative;
    }

    .profile_carousel-item.type-video .profile_carousel-watch {
        bottom: -30px;
        left: 50%;
        position: absolute;
        top: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .profile_carousel-item.type-bts .profile_carousel-text>.profile_carousel-text-inner,
    .profile_carousel-rollover .profile_carousel-text-inner {
        display: none;
    }

    .profile_carousel-item.type-bts .profile_carousel-rollover {
        position: relative;
    }

    .profile_carousel-item.type-bts .profile_carousel-rollover .profile_carousel-text-inner {
        bottom: 20px;
        display: block;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }

    .profile_carousel-item.type-bts .profile_carousel-rollover .profile_carousel-name,
    .profile_carousel-item.type-bts .profile_carousel-rollover .profile_carousel-title {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

