<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.block-event-features{
    padding: 50px 0;
    position:relative;
}
section.block-event-features h2{
    color:var(--color-3a);
    font-size: 70px;
    line-height: 100%;
}
section.block-event-features ul{
    margin:0;
    padding:0;
}
section.block-event-features ul.event-features-list{
    display: flex;
    flex-direction: column;
    gap:45px;
    margin:50px 0;
}
section.block-event-features ul.event-features-list li{
    list-style: none;
    display: flex;
    gap:30px;
    align-items: center;
    font-size:24px;
    line-height: 100%;
}
section.block-event-features ul.event-features-list li img{
    width:70px;
}
section.block-event-features ul.event-features-list li h4{
    color: var(--event-blue);
    margin:0;
}
section.block-event-features .container{
    position: relative;
    z-index:4;
}
section.block-event-features #asset04{
    width:180px;
    position:absolute;
    top:180px;
    left:0;
    overflow: hidden;
    z-index:2;
    transition: 0.8s;
}
section.block-event-features #asset04 img{
    width:100%;
    position: relative;
    left:-50px;
    transition: 0.8s;
}
@media (max-width: 510px){
    section.block-event-features{
        padding:30px 0;
    }
    section.block-event-features h2{
        font-size: 36px;
        text-align: center;
    }
    section.block-event-features #asset04{
        width:40%;
        top: -10%;
        transform: translateY(-20%);
    }
    section.block-event-features #asset04 img{
        left:-80px;
        transform: scale(-1,-1) rotate(10deg);
    }
    section.block-event-features ul.event-features-list li{
        font-size: 14px;
    }
    section.block-event-features ul.event-features-list li img{
        width:50px;
    }
}
@media (min-width: 511px) and (max-width: 768px){
    section.block-event-features h2{
        font-size: 42px;
        text-align: center;
    }
    section.block-event-features #asset04{
        width:30%;
        top: 0;
    }
    section.block-event-features #asset04 img{
        left:-25%;
    }
    section.block-event-features ul.event-features-list li{
        font-size: 14px;
    }
    section.block-event-features ul.event-features-list li img{
        width:50px;
    }
}
@media (min-width: 769px) and (max-width: 1200px){
    section.block-event-features h2{
        font-size: 42px;
    }
    section.block-event-features #asset04{
        width:25%;
    }
    section.block-event-features #asset04 img{
        left:-45%;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    section.block-event-features h2{
        font-size: 52px;
    }
}</pre></body></html>