#hero {
    min-height: 530px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 68% 98%, 32% 98%, 0 92%);
    clip-path: shape(from 0 0, line to 100% 0, line to 100% 92%, curve to 50% 98% with 82% 94% / 68% 98%, curve to 0 92% with 32% 98% / 18% 94%, close);
}

#hero .container {
    position: relative;
    z-index: 1;
}

#hero .content {
    max-width: 820px;
}

#hero .content h1 {
    color: #FFF;
font-family: "Neo Sans";
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 98.182% */
    margin-bottom: 20px;
}

#hero .content h1 strong {
    color: #CDFF00;
    font-weight: 500;
}

#hero .content p {
    color: rgba(255, 255, 255, 0.90);
font-family: "Neo Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#hero .content .click i {
    margin-left: 18px;
}

@media (max-width: 1200px) {
    #hero {
        min-height: 500px;
        background-position: 58% center;
    }
    
        #hero::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.08) 100%);
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 460px;
        padding: 50px 0;
        background-position: 62% center;
        clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 99%, 0 94%);
        clip-path: shape(from 0 0, line to 100% 0, line to 100% 94%, curve to 50% 99% with 82% 96% / 68% 99%, curve to 0 94% with 32% 99% / 18% 96%, close);
    }

    #hero::before {
        background: rgba(0, 0, 0, 0.52);
    }

    #hero .content h1 {
        font-size: 36px;
        line-height: 42px;
    }

    #hero .content p {
        font-size: 16px;
        line-height: 26px;
    }
}

#silos {
    padding: 0;
}

#silos .item {
    padding: 100px 0;
}
#silos .item:nth-child(even) {
    background: #F9F9F9;
}
#silos .item:nth-child(even) .row {
    flex-direction: row-reverse;
}

#silos .content {
    max-width: 710px;
}
#silos .item:nth-child(odd) .content {
    margin-left: auto;
}

#silos .image img {
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 480/480;
    object-fit: contain;
    display: block;
}
#silos .item:nth-child(odd) .image img {
    margin: 0 auto 0 0;
}
#silos .item:nth-child(even) .image img {
    margin-left: auto;
}

#silos .content h2 {
    color: #000;
    font-family: "Neo Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 20px;
}

#silos .content h2 strong {
    font-weight: 500;
}

#silos .content p {
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}
#silos .content p:last-child {
    margin-bottom: 0;
}

#silos .content .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #silos .content {
        max-width: 100%;
    }
    #silos .item:nth-child(odd) .content {
        margin-left: 0;
    }
    #silos .item:nth-child(even) .row {
        flex-direction: column;
    }
    #silos .image img,
    #silos .item:nth-child(odd) .image img,
    #silos .item:nth-child(even) .image img {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #silos .item {
        padding: 50px 0;
    }

    #silos .content h2 {
        font-size: 36px;
        line-height: 43px;
    }
}
