.gratitude-block h1 {
    font-weight: 500;
}

.gratitude-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.gratitude-table a {
    background: white;
    padding: 40px 20px 20px 20px;
    color: var(--gray4-text-color);
    position: relative;
    height: max-content;
}

.gratitude-table a .text-block{
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 130%;
}

.detail-img {
    position: relative;
}

.gallery-play-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 2;
    background-image: url("/local/templates/csio-dpo/svg/play-button.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.gratitude-table h2 {
    color: black;
    font-size: 22px;
}

.gratitude-table .title-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.gratitude-table .title-block .file-block {
    width: 208px;
    margin: 0;
    padding: 0;
    gap: 14px;
    border-bottom: none;
}

.gratitude-table .title-block .file-img-pdf {
    height: 24px;
    width: 21px;
    min-width: 21px;
    margin-right: 0;
    background-color: white;
}

.gratitude-table .title-block .file-open,
.gratitude-table .title-block .file-download{
    height: 19px;
    width: 21px;
    min-width: 21px;
}

.gratitude-table .title-block .file-button > div {
    gap: 1px;
}

.gratitude-table .title-block .file-name {
    display: none;
}
.gratitude-table .title-block .file-button {
    margin-top: 0;
    gap: 10px;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    color: black;
}

.gratitude-table .rating-block{
 align-items: start;
    margin-top: 15px;
}
.gratitude-video-block {
    width: calc(100% + 20px);
    margin-bottom: 50px;
    position: relative;
}

.gratitude-video-block .slick-track {
    margin-left: 0;
}

.gratitude-video-block .slide {
    width: 238px;
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    background: white;
    margin-right: 20px;
}

@media (min-width: 1520px) {
    .gratitude-video-block .slide {
        width: calc(1035px / 4);
    }
}

.gratitude-video-block h2 {
    color: black;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.gratitude-video-block a {
    width: 100%;
}

.gratitude-video-block .text {
    padding: 20px;
    color: var(--gray4-text-color);
    font-size: 16px;
    line-height: 130%;
}

.gratitude-video-block .text div {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-buttons {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.slider-buttons .slick-arrow {
    width: 45px;
    height: 45px;
    top: 0;
    transform: none;
    -webkit-transform: none;
    background-image: var(--chevrone-next);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    border-radius: 50%;
    background-color: #F3F3F3;
    cursor: pointer;
}

.slider-buttons .slick-arrow-prev {
    left: 0;
    transform: rotate(180deg);
}

.slider-buttons .slick-arrow-next {
    right: 0;
    order: 3;
}

.slider-buttons .slick-new-dots {
    background-color: #F3F3F3;
    height: 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0 20px;
}

.slider-buttons .slick-new-dots li {
    background-color: #C8C8C8;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

.slider-buttons .slick-new-dots li.slick-active {
    background-color: #FF4800;
}

.slider-buttons .slick-new-dots li button {
    display: none;
}


.slide-button {
    transition: top 2s calc(var(--animation-delay) * 4), opacity 2.5s;
}

.slick-active .slide-text-head div,
.slick-active .slide-text-body,
.slick-active .slide-button {
    top: 0;
    opacity: 1;
}


.slide-background-mob {
    display: none;
}

.slide-text-head {
    font-size: 36px;
    font-weight: 500;
    color: white;
}

.slide-button {
    display: inline-block;
    margin-top: 20px;
}

.slide-button button {
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #FF4800;
    border: 0;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
    cursor: pointer;
}

.gratitude-video-block .rating{
    margin-bottom: 20px;
    margin-left: 20px;
    justify-content: start;
}
@media (max-width: 780px) {
    .gratitude-table {
        grid-template-columns: repeat(1, 1fr);
    }

    .gratitude-table {
        font-size: 14px;
    }

    .gratitude-table a {
        padding: 10px;
    }
    .gratitude-table .title-block {
        gap: 10px;
        flex-direction: column;
    }
    .gratitude-table .title-block .file-button {
       flex-direction: row;
    }
}