.company-videos {
    width: 100%;
}

.company-videos-category-section {
    margin-bottom: 0;
}

.company-videos-section-header {
    margin-bottom: 72px;
}

.company-videos-section-header h2,
.company-videos .company-videos-section-heading {
    margin: 0 0 12px;
    scroll-margin-top: 120px;
}

.company-videos-category-description {
    max-width: 760px;
}

.company-videos .company-videos-category-divider {
    width: 100%;
    margin: 68px 0;
}

.company-videos .company-videos-category-divider hr.unseparator {
    margin: 0;
}

.company-videos-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.company-videos .company-video-card {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.company-videos .company-video-banner-trigger,
.company-videos .company-video-banner-static {
    appearance: none;
    -webkit-appearance: none;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 180px !important;
    padding: 36px 110px 36px 36px !important;
    border: 0 !important;
    border-radius: 10px !important;
    text-align: left !important;
    background: #48CCDF !important;
    background: linear-gradient(90deg, rgba(72, 204, 223, 1) 0%, rgba(145, 202, 106, 1) 50%, rgba(238, 117, 34, 1) 100%) !important;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.company-videos .company-video-banner-trigger {
    cursor: pointer !important;
}

.company-videos .company-video-banner-static {
    cursor: default !important;
}

.company-videos .company-video-banner-trigger:hover,
.company-videos .company-video-banner-trigger:focus {
    transform: translateY(-5px);
    outline: none !important;
}

.company-videos .company-video-banner-title,
.company-videos h4.company-video-banner-title {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 70% !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.company-videos .company-video-banner-play {
    position: absolute !important;
    top: 50% !important;
    right: 15% !important;
    z-index: 2 !important;
    width: 48px !important;
    height: 48px !important;
    margin-top: -26px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.45) !important;
    transition: transform 0.3s ease, background 0.3s ease;
}

.company-videos .company-video-banner-play::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -10px !important;
    margin-left: -5px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 15px solid rgba(170, 109, 28, 0.9) !important;
}

.company-videos .company-video-banner-trigger:hover .company-video-banner-play,
.company-videos .company-video-banner-trigger:focus .company-video-banner-play {
    background: rgba(255, 255, 255, 0.65) !important;
    transform: scale(1.05);
}

.company-videos .company-video-card-content {
    padding: 28px 0 0 !important;
    background: transparent !important;
    color: #3f3f44 !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    box-shadow: none !important;
}

.company-videos .company-video-card-content p {
    margin: 0 0 18px;
}

.company-videos .company-video-card-content p:first-child {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.company-videos .company-video-card-content p:last-child,
.company-videos .company-video-card-content ul:last-child,
.company-videos .company-video-card-content ol:last-child {
    margin-bottom: 0;
}

.company-videos .company-video-card-content ul,
.company-videos .company-video-card-content ol {
    margin: 0;
    padding-left: 24px;
}

.company-videos .company-video-card-content li {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.45;
}

.company-video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.company-video-lightbox.is-active {
    display: flex;
}

.company-video-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}

.company-video-lightbox-inner {
    position: relative;
    width: min(1100px, 100%);
    z-index: 2;
}

.company-video-lightbox-close {
    position: absolute;
    right: -12px;
    top: -52px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.company-video-lightbox-frame-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.company-video-lightbox-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.company-video-lightbox-open {
    overflow: hidden;
}

@media (min-width: 959px) {
    .company-videos .company-video-banner-trigger,
    .company-videos .company-video-banner-static {
        min-height: 250px !important;
    }
}

@media (max-width: 1024px) {
    .company-videos-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .company-videos-category-section {
        margin-bottom: 48px;
    }

    .company-videos-row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .company-videos .company-video-banner-trigger,
    .company-videos .company-video-banner-static {
        min-height: 180px !important;
        padding: 30px 84px 30px 28px !important;
    }

    .company-videos .company-video-banner-title,
    .company-videos h4.company-video-banner-title {
        max-width: 75% !important;
        font-size: 18px !important;
    }

    .company-videos .company-video-banner-play {
        right: 28px !important;
        width: 44px !important;
        height: 44px !important;
        margin-top: -22px !important;
    }

    .company-videos .company-video-banner-play::before {
        margin-top: -8px !important;
        margin-left: -4px !important;
        border-top-width: 8px !important;
        border-bottom-width: 8px !important;
        border-left-width: 12px !important;
    }

    .company-videos .company-video-card-content {
        padding-top: 22px !important;
        font-size: 18px !important;
    }

    .company-videos .company-video-card-content li {
        font-size: 18px;
    }

    .company-video-lightbox {
        padding: 16px;
    }

    .company-video-lightbox-close {
        right: 0;
        top: -52px;
    }
}

.company-videos .company-video-read-more-wrap {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin-top: 18px !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.company-videos .company-video-read-more-wrap .company-video-read-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.company-videos .company-video-read-more-wrap .company-video-read-more span,
.company-videos .company-video-read-more-wrap .company-video-read-more i,
.company-videos .company-video-read-more-wrap .company-video-read-more i::before {
    color: inherit !important;
    text-decoration: none !important;
}

.company-videos .company-video-read-more-wrap .company-video-read-more i,
.company-videos .company-video-read-more-wrap .company-video-read-more i::before {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}