header.header .hero-foot.content-nav {
    background-color: #3d3e49;
}

.section.features .column .card {
    background: #F5F9FA;
    box-shadow: none;
    height: 100%;
    pointer-events: none;
}

.section.features .column .card .content {
    display: block;
}

.section.deploy .feature .content ul {
    margin-top: 0px;
}

.section.deploy .feature .content p {
    margin: 0px
}

#customer {
    padding-top: 3.125rem;
}

.case-article {
    background-size: cover;
    min-height: 550px;
    padding: 60px;
}

.case-article .article-container {
    max-width: 560px;
}

.case-article .article-title {
    border-bottom: 1px solid rgba(238, 238, 238, .1);
    margin-bottom: 20px;
}

.case-article .article-title h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: #fff;
    margin: 10px 0;
}

.case-article .article-title p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #00A971;
    text-align: justify;
    margin-bottom: 30px;
}

.case-article .article-content ul {
    list-style: disc;
    margin-left: 16px;
}

.case-article .article-content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 20px;
}

*[data-video-url] {
    position: relative;
}

*[data-video-url]::before {
    content: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 21 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.12563 1.50906L18.9725 11.3711C20.0922 12.1685 20.0922 13.8317 18.9725 14.6292L5.12563 24.4912C3.80162 25.4342 1.96538 24.4876 1.96538 22.8622L1.96538 13.0001L1.96538 3.13812C1.96538 1.51263 3.80162 0.566075 5.12563 1.50906Z" fill="white" stroke="white" stroke-width="2"/></svg>');
    width: 58px;
    height: 58px;
    line-height: 73px;
    text-align: center;
    background-color: #3D3E49;
    opacity: 0.5;
    /* background-color: #FFFFFF; */
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    z-index: 1;
}

*[data-video-url]:hover::before {
    opacity: 0.8;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .case-article .article-container {
        margin-left: 0px;
    }
}
