<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.innerbanner-sec {
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 0 77px;
    position: relative;
    z-index: 1;
    min-height: 450px;
    display: flex;
}
.padding-top {
    padding-top: 140px;
}
.innerbanner-sec:before {
    content: "";
    display: block !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 72.33%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.innerbanner-sec.automotive-banner.vc_parallax .vc_parallax-inner {
    background-position: bottom;
}
.innerbanner-sec.vc_parallax .vc_parallax-inner {
    background-position: center;
}
.innerbanner-sec.vc_parallax-content-moving:before {
    z-index: 1;
}
.innerbanner-text h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Mina';
}
.innerbanner-text p {
    color: #ffffff;
}
.innerbanner-text p a {
    font-weight: normal;
    text-decoration: underline;
    color: #ffffff;
}
.scroll-arrow svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.scroll-arrow {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 20px;
}
.associate-software-list ul {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.associate-software-list ul li {
    flex: 0 1 calc(50% - 10px);
}
.associate-software-list ul li .associate-software-box {
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.associate-software-content h5 {
    margin-bottom: 0;
}
.associate-software-content h6 {
    color: #6C717F;
    font-size: 14px;
    line-height: 20px;
    
}
.associate-software-content {
}
.associate-software-list ul li .associate-software-box img {
    max-height: 67px;
    display: block;
    object-fit: contain;
    max-width: 172px;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width:767px){
    .associate-software-list ul li {
        width: 100%;
    }
   
}</pre></body></html>