.ce-textvideohero {
   min-height: calc(100vh - 175.09px);/* 682px */
    position: relative;
}

.wrapper {
  min-height: calc(100vh - 175.09px);/* 682px */
    position: relative;
}

.ce-textvideohero .content ul {
    display: flex;
    gap: 1.263157895rem; /* 24px */
    list-style: none;
    padding: 0;
    margin: 0 0 1.684210526rem; /* 32px */
}

.ce-textvideohero .content ul li {
    color: #0093D2;
    padding-left: 1.315789474rem; /* 25px */
    position: relative;
}

.ce-textvideohero .content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.157894737rem; /* 3px */
    width: 0.947368421rem; /* 18px */
    height: 0.947368421rem; /* 18px */
    background: url(../../Img/Icons/cegema-check-icon.svg) no-repeat center center;
}

.ce-textvideohero .content .sub {
    display: block;
    font-weight: var(--font-weight-regular);
    color: var(--color-primary);
    font-family: var(--font-family-secondary);
    margin-bottom: 0;
}

.ce-textvideohero .content .text {
    margin-top: 0.842105263rem; /* 16px */
}

.ce-textvideohero .content .word {
    display: none;
    opacity: 0;
    position: relative;
}

.ce-textvideohero .content .word.show {
    display: block;
    animation: slideInFromBottom 0.8s forwards;
}

.ce-textvideohero .links-wrapper {
    display: flex;
    gap: 0.842rem;
}

.ce-textvideohero .links-wrapper .secondary-button {
    border: 1px solid #CCCCCC;
    color: #00344C;
    font-weight: 600;
    padding: 0.657894737rem 1.052631579rem; /* 12.5px 20px */
    font-size: 1.263157895rem; /* 24px */
    line-height: 1.2;
}

.ce-textvideohero .links-wrapper .secondary-button:hover {
    background-color: #efefef;
}

.ce-textvideohero .links-wrapper a.primary-button {
    font-weight: 600;
    padding: 0.657894737rem 1.052631579rem; /* 12.5px 20px */
    font-size: 1.263157895rem; /* 24px */
    line-height: 1.2;
}

.ce-textvideohero .media-wrapper {
    width: 50%;
    position: relative;
}

.ce-textvideohero .image-overlay {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ce-textvideohero .image-overlay img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ce-textvideohero .overlay {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ce-textvideohero .overlay video.video-element {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-controle {
    position: absolute;
    right: 1.684210526rem; /* 32px */
    bottom: 1.684210526rem; /* 32px */
}

.video-controle button {
    width: 2.105rem;
    height: 2.105rem;
    border-radius: 50%;
    background-color: #FFFFFFE5;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.video-controle .playpause {
    background-image: url(../../Img/Icons/pause1.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.video-controle .playpause.paused {
    background-image: url(../../Img/Icons/play1.svg);
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media only screen and (min-width: 992px) {
  
}
@media only screen and (min-width: 992px) {
     .ce-textvideohero .content  .word.show {
        display: inline-block;
   }
    .ce-textvideohero .content {
        max-width: 50%;
        padding-left: calc((100vw - 960px) / 2);
        padding-block: 1.578947368rem; /* 30px */
        padding-right: 0.789473684rem; /* 15px */
    }
}

@media only screen and (min-width: 1280px) {
     /* .ce-textvideohero .content  h1 , .ce-textvideohero .content  .h1{
    font-size: 64px;
    line-height: 56px;
} */
    .ce-textvideohero .content {
        max-width: 50%;
        padding-left: calc((100vw - 1324px) / 2); /* untouched */
        padding-block: 7.644736842rem 8.486842105rem; /* 145.25px 161.25px */
        padding-right: 3.368421053rem; /* 64px */
    }
}

@media (max-width: 992px) { /* untouched */
    .ce-textvideohero .content {
        max-width: 100%;
        padding-right: calc(var(--gap) * 0.5);
        padding-left: calc(var(--gap) * 0.5);
               padding-bottom: 2.5rem; /* 32px */
        padding-top: 2.5rem;
    }

    .ce-textvideohero .wrapper {
        min-height: unset;
        position: relative;
    }

    .ce-textvideohero {
        min-height: unset;
        position: relative;
    }

    .ce-textvideohero .media-wrapper {
        width: 100%;
        position: relative;
        height: 13.684210526rem; /* 260px */
    }
}

@media (max-width: 767px) {
    .ce-textvideohero .content {
        padding-right: calc(var(--gap) * 0.5);
        padding-left: calc(var(--gap) * 0.5);
    }

    .ce-textvideohero .content ul {
        gap: 0.5rem;
        flex-direction: column;
    }

    .ce-textvideohero .links-wrapper {
        gap: 0.3rem;
    }

    .ce-textvideohero .links-wrapper a.primary-button {
        font-weight: 600;
        padding: 0.657894737rem 0.789473684rem; /* 12.5px 15px */
        font-size: 1rem;
        line-height: 1;
    }

    .ce-textvideohero .links-wrapper .secondary-button {
        font-weight: 600;
        padding: 0.657894737rem 0.789473684rem; /* 12.5px 15px */
        font-size: 1rem;
        line-height: 1;
    }
}