._2HHz5a_tileContainer {
    z-index: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 16px;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    container-type: inline-size
}

._2HHz5a_video {
    object-fit: contain;
    aspect-ratio: 16/9;
    border-radius: inherit;
    background: #000;
    width: 100%;
    height: 100%;
    display: block
}

@container (width<=450px) {
    ._2HHz5a_video {
        aspect-ratio: 9/16;
        object-fit: cover
    }
}

._2HHz5a_customCaptionsTrack {
    bottom: 50px;
    top: unset !important;
    align-items: flex-end !important
}

._2HHz5a_imageOverlay {
    border-radius: inherit;
    z-index: 3;
    pointer-events: none;
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

._2HHz5a_image {
    object-fit: contain;
    border-radius: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%
}

@container (width<=450px) {
    ._2HHz5a_image {
        object-fit: cover
    }
}

._2HHz5a_hidden {
    opacity: 0
}

._2HHz5a_hidden>* {
    pointer-events: none
}

._2HHz5a_controlsOverlay {
    z-index: 2;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 10px 10px 0;
    transition: opacity .3s;
    position: absolute;
    inset: 0;
    display: flex !important
}

@media (hover:hover) {
    ._2HHz5a_controlsOverlay:hover {
        opacity: 1
    }

    ._2HHz5a_controlsOverlay:hover ._2HHz5a_controlsContainer,
    ._2HHz5a_controlsOverlay:hover ._2HHz5a_timebarWrapper {
        pointer-events: auto
    }
}

._2HHz5a_controlsContainer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex
}

._2HHz5a_playButtonOverlay {
    pointer-events: none;
    z-index: 4;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

._2HHz5a_timebarWrapper {
    width: 100%;
    padding: 8px 0 10px;
    position: relative
}

._2HHz5a_timebarContainer {
    background-color: #ffffff4d;
    border-radius: 30px;
    width: 100%;
    height: 5px;
    position: relative
}

._2HHz5a_timebar {
    background-color: #fffc;
    border-radius: 30px;
    width: 0;
    height: 100%;
    transition: width .3s linear;
    position: absolute;
    top: 0;
    left: 0;
    display: inline !important
}

._2HHz5a_timeIndicator {
    color: #fff;
    font-size: 14px
}

._2HHz5a_togglesContainer {
    flex-direction: row;
    align-items: flex-end;
    gap: 6px;
    width: fit-content;
    display: flex
}

._2HHz5a_toggleButton {
    cursor: pointer;
    background-color: #ffffff80;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex
}

._2HHz5a_toggleButton svg {
    filter: drop-shadow(0 0 2px #0000001a);
    width: 15px;
    height: 15px
}

._2HHz5a_playButtonContainer {
    cursor: pointer;
    background-color: #ffffff80;
    border: 0;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    transition: all .3s;
    display: flex
}

._2HHz5a_tileContainer:hover ._2HHz5a_playButtonContainer {
    transform: scale(1.1)
}

._2HHz5a_playButtonLabelContainer {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 12px;
    display: flex;
    position: absolute;
    bottom: 100%
}

._2HHz5a_playButtonLabel {
    color: #fff;
    text-align: center;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden
}

._2HHz5a_tileContainer[data-tile-enabled-captions=true] ._2HHz5a_enableCaptionsSvg {
    display: block
}

._2HHz5a_tileContainer[data-tile-enabled-captions=false] ._2HHz5a_enableCaptionsSvg,
._2HHz5a_tileContainer[data-tile-enabled-captions=true] ._2HHz5a_disableCaptionsSvg {
    display: none
}

._2HHz5a_tileContainer[data-tile-enabled-captions=false] ._2HHz5a_disableCaptionsSvg,
._2HHz5a_tileContainer[data-tile-muted=true] ._2HHz5a_muteSvg {
    display: block
}

._2HHz5a_tileContainer[data-tile-muted=false] ._2HHz5a_muteSvg,
._2HHz5a_tileContainer[data-tile-muted=true] ._2HHz5a_unmuteSvg {
    display: none
}

._2HHz5a_tileContainer[data-tile-muted=false] ._2HHz5a_unmuteSvg {
    display: block
}