/* generic */
body {
    /*420*/
    font-size: clamp(25px, 7.143vw, 30px) !important;
    line-height: 1.2 !important;
}

.grve-back-top {
    display: none;
}

.grve-container {
    width: 99% !important;
    max-width: 1910px !important;
}

#grve-main-content .grve-main-content-wrapper {
    padding: 0 !important;
}

@media screen and (max-width: 1199px) {
    .grve-container {
        width: 82.5% !important;
    }
}

/* home */
.logo-home img {
    width: 1200px;
}

#home-title-row .grve-row {
    display: flex;
    gap: 74px;
}

#home-title-row .grve-row::before,
#home-title-row .grve-row::after {
    content: none;
}

#home-title-row .grve-row .grve-column:nth-child(1) {
    width: auto;
}

#home-title-row .grve-row .grve-column:nth-child(2) {
    width: 626px;
    flex-shrink: 0;
}

#attivita-description-text {
    color: #E1B7FF;
    width: 83%;
    padding-left: 10px;
}

#home-attivita-row .grve-row {
    display: flex;
}

#home-attivita-row .grve-row .grve-column:nth-child(1) {
    padding-right: 5px;
}

#home-attivita-row .grve-row .grve-column:nth-child(2) {
    padding-left: 5px;
}

#home-attivita-row .grve-row .grve-column .grve-column-wrapper {
    height: 100%;
}

#lista-attivita {
    border-top: 1px solid #FF4E00;
}

#lista-attivita>div {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #FF4E00;
    cursor: pointer;
}

#lista-attivita .title {
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

#lista-attivita .title h2 {
    /* 420 */
    font-size: clamp(30px, 9.524vw, 40px);
    line-height: 47px;
    text-transform: uppercase;
    margin: 0;
}

#lista-attivita .title .subtitle {
    font-size: 20px;
    line-height: 24px;
}

#lista-attivita .title img {
    width: 31px;
    height: 31px;
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

#lista-attivita>div.open .title img {
    transform: rotate(0deg);
}

#lista-attivita .content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

#lista-attivita .content-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
}

#lista-attivita .link-download {
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width: 1500px) {
    #home-title-row .grve-row {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    #home-title-row .grve-row {
        display: block;
    }

    #home-title-row .grve-row .grve-column:nth-child(1),
    #home-title-row .grve-row .grve-column:nth-child(2) {
        width: 100%;
    }

    #home-title-row .grve-row .grve-column:nth-child(1) {
        margin-bottom: 30px;
    }

    #home-attivita-row .grve-row {
        display: block;
    }

    #home-attivita-row .grve-row .grve-column:nth-child(1) {
        padding-right: 0;
        margin-bottom: 20px;
    }

    #home-attivita-row .grve-row .grve-column:nth-child(2) {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #lista-attivita .title .subtitle span {
        display: block;
    }

    #attivita-description-text {
        width: 100%;
        padding-right: 10px;
    }
}

.liberi-logo img {
    width: 300px;
    height: 165px;
    margin-left: 20px !important;
}

@media screen and (min-width: 960px) and (max-width: 1400px) {
    #home-contatti-row .grve-column:nth-child(2) {
        padding: 0 30px;
    }

    #home-contatti-row .grve-column:nth-child(3) .grve-text {
        width: fit-content;
        float: right;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .liberi-logo img {
        width: 90%;
        height: auto;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 959px) {
    .liberi-logo {
        text-align: center;
    }

    .liberi-logo img {
        max-width: 90%;
    }
}

/* footer */
#gradient {
    font-family: Arial, Helvetica, sans-serif;
}

#footer-row {
    font-size: 15px;
    padding-bottom: 20px;
}

#footer-row .grve-row {
    display: flex;
    justify-content: space-between;
}

#footer-row .grve-row::before,
#footer-row .grve-row::after {
    content: none;
}

#footer-row .grve-row .grve-column {
    width: auto;
}

@media screen and (max-width: 959px) {
    #footer-row {
        font-size: 20px;
    }

    #footer-row .grve-row {
        display: block;
    }

    #footer-row .grve-row .grve-column {
        width: 100%;
        padding-bottom: 20px;
    }
}