/*GOOGLE FONT*/
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*HTML-BODY SETTING*/
html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    height: auto;
    /*overflow-x: hidden;*/
    font-family: 'Jost', sans-serif;
    scroll-behavior: smooth;
    user-select: none;
    background: #FFFF;
    font-family: 'Outfit', sans-serif;
}

* {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
}

strong,
span,
em,
br,
a {
    position: unset;
    float: unset;
    margin: unset;
    padding: unset;
}

.news-letter-icon {
    display: none !important;
    /*----------------------> DA RIPRISTINARE UNA VOLTA ATTIVATA LA NEWS LETTER*/
}

.header {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: 12vh;
    /*30vh*/
    min-height: 12vh;
    /*30vh*/
    max-height: 12vh;
    /*30vh*/
    background: #000;
    border-bottom-right-radius: 0;
    /*120px*/
}

.entry-container {
    width: 80vw;
    height: auto;
    min-height: 15vh;
    max-height: 15vh;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: -2vh;
    /*-15vh*/
    margin-bottom: 2.5vh;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
}

h1.entry-title {
    font-size: 5rem;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.3125rem;
    font-weight: 900;
    text-align: left;
    position: absolute;
}

.division-filter {
    position: absolute;
    right: 5vw;
    width: 10vw;
    height: 2.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #9100FF;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    border-radius: 3.125rem;
    text-align: center;
    font-size: 0.8rem;
    text-align: center;
    box-sizing: border-box;
    z-index: 999999;
    /*999*/
}

span.icon-division-filter {
    margin-right: 0.625rem;
    font-size: 1.5rem;
}

.division-filter:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

span.news-letter-icon {
    font-size: 1rem;
    color: #FFF;
    background: #9100FF;
    padding: 0.625rem;
    border-radius: 3.125rem;
    cursor: pointer;
    transition: 0.2s;
    position: absolute;
    right: 0;
}

span.news-letter-icon:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

.mobile-title {
    display: none;
}

.division-filter-list-container {
    width: 10vw;
    position: absolute;
    top: calc(6em - 1.8vh - 0.625rem);
    /*top: calc(6em - 2vh - 10px);*/
    right: 5vw;
    padding-top: 2vh;
    background: #9100FF;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    z-index: 9900;
    /*99*/
    display: none;
}

ul.divisions-list {
    width: 10vw;
    color: #FFF;
    list-style: none;
    display: grid;
}

li.division-item {
    font-size: 0.9rem;
    letter-spacing: 0.03125rem;
    display: inline;
    width: 10vw;
    height: 1.5vh;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
}

li.division-item:hover {
    transition: 0.2s;
    transform: scale(1.1);
    opacity: 1;
    font-weight: 300;
}

li.division-item-clear-button {
    background: #6d1cab;
    color: #bd84e8;
    text-transform: uppercase;
    width: 7vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    border-radius: 3.125rem;
    opacity: 1;
}

.selected-filter-division {
    opacity: 1 !important;
    font-weight: 700 !important;

    opacity: 1 !important;
    font-weight: 700 !important;
    border: 1px solid #FFF;
    padding: 0.5rem;
    width: 90%;
    color: #FFF;
    width: calc(10vw - 2.2rem) !important;
    margin: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0.5px solid #FFF;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    background: #00000050;
    border-radius: 5rem;
    font-size: 0.8rem !important;
}

/*GESTIONE DEL CONTENITORE DEI*/
#data-container {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    background: #FFF;
    padding-top: 0vh;
    /*30vh*/
    z-index: 9999;
    /*9999999999*/
    margin: 0;
    margin-top: 15vh;
}

/*contenitore highlights*/
.highlights-container {
    width: 80vw;
    height: auto;
    /*min-height: 100vh;*/
    margin-left: 10vw;
    margin-right: 10vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5625rem;
    padding-bottom: 10rem;
}

/*gestione singole news*/
.single-highlights-space {
    width: calc((80vw / 4) - 1.5625rem);
    height: auto;
    overflow: hidden;
    display: grid;
    box-shadow: 0 0 0.3125rem rgb(90, 90, 90);
    background: #FFF;
    margin-top: 0.625rem;
    overflow: hidden;
    transition: 0.2s;
}

.single-highlights-space:hover {
    transition: 0.5s;
    transform: scale(1.05);
    border-radius: 0.625rem;
    box-shadow: 0 0 1.5625rem rgb(120, 120, 120);
}

.single-highlights-space:hover h1.highlights-text-container {
    transform: scale(1.05);
    transition: 0.2s;
}

.single-highlights-space:hover .highlights-cover-img {
    transform: scale(1.7);
    image-rendering: optimizeQuality;
    object-position: top;
    transition: 0.5s;
}

.single-highlights-space:hover .highlights-text-container {
    backdrop-filter: blur(0.625rem);
    transition: 0.2s;
}

.highlights-cover-img {
    min-width: calc((80vw / 4) - 1.5625rem);
    max-width: calc((80vw / 4) - 1.5625rem);
    min-height: calc((((80vw / 4) - 1.5625rem)) / 1.92);
    max-height: calc((((80vw / 4) - 1.5625rem)) / 1.92);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    cursor: pointer;
    transition: 0.2s;
    z-index: 0;
}

.highlights-text-container {
    width: calc((80vw / 4) - 1.5625rem);
    height: auto;
    box-sizing: border-box;
    padding: 0.625rem;
    text-align: left;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

h1.highlights-title {
    width: calc(((80vw / 4) - 1.5625rem) - (((80vw / 4) - 1.5625rem) / 4));
    max-width: calc(((80vw / 4) - 1.5625rem) - (((80vw / 4) - 1.5625rem) / 4));
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 0.9rem;
    letter-spacing: 0.0625rem;
    transition: 0.2s;
}

p.highlights-text {
    width: calc((80vw / 4) - 2.8125rem);
    font-size: 0.9rem;
    letter-spacing: 0.0625rem;
    margin-top: 1.25rem;
    margin-bottom: 1.5625rem;
    font-weight: 200;
    line-height: 1rem;
    transition: 0.2s;
}

.highlights-icon-container {
    width: auto;
    height: auto;
    position: absolute;
    right: 0.625rem;
    top: calc(((80vw / 4) / 1.92) - 0.75em - 1.25rem);
    background-size: calc(100vw / 0.01) !important;
    border-radius: 1.25rem;
    z-index: 999;
    border: 0.03125rem solid #A0A0A0;
    background-position: center left !important;
}

span.highlights-sharing-icon {
    padding: 0.75rem;
    font-size: 1.5rem;
    color: #FFF;
    /*#FFF prima*/
    mix-blend-mode: difference;
    /*difference*/
    cursor: pointer;
    transition: 0.2s;
    font-weight: 100;
}

.highlights-icon-container:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

.public-division-reference-container {
    width: auto;
    min-width: calc((80vw / 4) - 1.5625rem);
    position: absolute;
    bottom: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    cursor: pointer;
    z-index: 999;
}

.public-division-reference-content {
    width: auto;
    height: auto;
    background-size: calc(100vw / 0.01) !important;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    padding: 0.15625rem;
    padding-top: 0.3125rem;
    border: 0.03125rem solid #A0A0A0;
    background-position: center left !important;
}

p.public-division-reference {
    width: auto;
    font-size: 0.65rem;
    letter-spacing: 0.0625rem;
    font-weight: 100;
    color: #FFF;
    /*#FFF prima*/
    mix-blend-mode: difference;
    /*difference prima*/
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

/*gestione newsletter*/
.newsletter-subscribe-container {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(0.625rem);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.newsletter-subscribe-content {
    width: 50vw;
    height: 70vh;
    position: fixed;
    top: 15vh;
    left: 25vw;
    background: #FFF;
    border-radius: 1.5625rem;
    box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.5);
}

.newsletter-header {
    background: #9100FF;
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
}

span.close-button-newsletter-popup,
span.closing-sharing-button {
    position: absolute;
    top: 0.438rem;
    right: -1.5625rem;
    font-size: 2rem;
    color: #bd84e8;
    background: #6d1cab;
    padding: 0.9375rem;
    border-radius: 1.5625rem;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}

span.close-button-newsletter-popup:hover,
span.span.closing-sharing-button:hover {
    transition: 0.2s;
    font-size: 3rem;
    padding: 0.3125rem;
    border-radius: 0.9375rem;
    transform: scale(1.1);
}

h1.newsletter-pretitle {
    position: absolute;
    left: calc(5vw + 0.125rem);
    width: 40vw;
    font-weight: 100;
    letter-spacing: 0.3125rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #FFF;
    bottom: calc(2em + 1.25rem);
}

h1.newsletter-title {
    position: absolute;
    bottom: 0.625rem;
    width: 40vw;
    left: 5vw;
    font-weight: 700;
    letter-spacing: -0.0625rem;
    font-size: 2rem;
    text-transform: uppercase;
    color: #FFF;
}

.form-container {
    width: 50vw;
    height: calc(60vh - 3.125rem);
    min-height: calc(60vh - 3.125rem);
    max-height: calc(60vh - 3.125rem);
    overflow-y: scroll;
    top: 10vh;
}

#registrationForm {
    width: 50vw;
    height: auto;
    min-height: calc(60vh - 3.125rem);
    max-height: unset;
    padding: 1.5625rem;
    box-sizing: border-box;
    position: absolute;
    top: 0vh;
    padding-bottom: 15vh;
}

h1.registration-form-title {
    width: calc(40vw - 0.625rem);
    margin-left: calc(5vw - 1.5625rem);
    clear: both;
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 2.5rem;
    text-align: left;
    letter-spacing: 0.125rem;
    margin-top: 1.5625rem;
    margin-bottom: 0.625rem;
}

h1.registration-form-subtitle {
    width: calc(40vw - 0.625rem);
    margin-left: calc(5vw - 1.5625rem);
    clear: both;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: left;
    letter-spacing: 0.125rem;
    margin-bottom: 1.5625rem;
}

input {
    width: calc(40vw - 0.625rem);
    margin-left: calc(5vw - 1.5625rem);
    font-size: 1rem;
    padding: 0.3125rem;
    margin-top: 0.9375rem;
    letter-spacing: 0.0625rem;
    font-weight: 100;
    border: none;
    border-bottom: 0.0625rem solid #404040;
}

label,
select {
    width: calc(20vw - 0.625rem);
    margin-left: calc(5vw - 1.5625rem);
    font-size: 1.1rem;
    padding: 0.3125rem;
    margin-bottom: 0.3125rem;
    margin-top: 1.5625rem;
    letter-spacing: 0.0625rem;
    font-weight: 300;
    border: none;
}

select {
    margin-left: 0;
    background: #9100FF;
    color: #FFF;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-radius: 0.3125rem;
}

.container-privacy-policy-condition {
    width: calc(40vw - 0.625rem);
    margin-left: calc(5vw - 1.5625rem);
    display: flex;
    align-content: center;
}

label.privacy-policy-label {
    width: 25vw;
    margin: 0;
    margin-right: 0.625rem;
}

#privacyPolicy {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0;
    padding: 0;
    margin-top: 0.55rem;
}

button {
    position: absolute;
    bottom: 3.125rem;
    right: 5vw;
    background: #9100FF;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-size: 1rem;
    font-weight: 300;
    padding: 0.625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border: none;
    border-radius: 1.5625rem;
}

/*GESTIONE SHARING PANEL*/
#sharing-panel {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(0.9375rem);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*999*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.sharing-panel-container {
    width: 30vw;
    min-width: 30vw;
    max-width: 30vw;
    height: auto;
    min-height: 15vw;
    max-height: 23vw;
    background: #151515;
    border-radius: 1.5625rem;
}

.closing-sharing-button {
    position: absolute;
    top: -1.5625rem;
    right: -1.5625rem;
    font-size: 2rem;
    color: #bd84e8;
    background: #6d1cab;
    padding: 0.9375rem;
    border-radius: 1.5625rem;
    cursor: pointer;
    transition: 0.2s;
}

.closing-sharing-button:hover {
    transition: 0.2s;
    font-size: 3rem;
    padding: 0.3125rem;
    border-radius: 0.9375rem;
    transform: scale(1.1);
}

.sharing-title {
    font-weight: 900;
    font-size: 4.5rem;
    transform: rotate(-5deg);
    position: absolute;
    top: -4.375rem;
    left: -4.375rem;
    color: #FFF;
    background: #9100FF;
    padding: 1.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

p.sharing-text {
    width: 25vw;
    min-width: 25vw;
    max-width: 25vw;
    margin-left: calc((30vw - 25vw) / 2);
    margin-right: calc((30vw - 25vw) / 2);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2rem;
    color: #FFF;
    margin-top: 10vh;
    text-align: right;
}

.icons-container {
    width: 15vw;
    min-width: 15vw;
    max-width: 15vw;
    height: 2vh;
    min-height: 2vh;
    max-height: 2vh;
    display: flex;
    justify-content: center;
    margin-top: 5vh;
    margin-left: calc((30vw - 15vw) / 2);
}

.social-icon {
    color: #FFF;
    width: calc((15vw / 4) - 1.25rem);
    height: calc((15vw / 4) - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    transition: 0.2s;
    transform: scale(1.2);
}

.container-mail-sender {
    width: 25vw;
    min-width: 25vw;
    max-width: 25vw;
    height: auto;
    min-height: 25vh;
    color: #FFF;
    margin-top: 7vh;
    margin-left: calc((30vw - 25vw) / 2);
}

.inputInstruction {
    width: 100%;
    color: #FFF;
    font-size: 0.9rem;
    letter-spacing: 0.09375rem;
    line-height: 1rem;
    font-weight: 200;
    margin-top: 2vh;
    margin-left: calc((30vw - 25vw) / 2);
}

input.emailInputClass {
    width: calc(25vw - 0.625rem);
    margin-left: 0;
    border: 1.5625rem;
    padding: 0.3125rem;
    text-align: center;
}

.shareMailButton {
    background: #9100FF;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.0625rem;
    border-radius: 0.3125rem;
    position: absolute;
    bottom: 4.5vw;
    right: 0vw;
    padding: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    cursor: pointer;
    transition: 0.2s;
}

.shareMailButton:hover {
    transition: 0.2s;
    transform: scale(1.2);
}

.validationMessage {
    width: 10vw;
    min-width: 10vw;
    max-width: 10vw;
    position: absolute;
    bottom: 4.5vw;
    left: 0vw;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.09375rem;
    border-radius: 3.125rem;
    padding: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: none;
}

.validationNegativeMessage {
    background: rgb(170, 20, 20);
    color: #FFF;
}

.validationPositiveMessage {
    background: rgb(11, 179, 48);
    color: rgb(5, 77, 21);
}

/*MOBILE*/
@media (min-width: 279px) and (max-width: 823px) {
    #data-container {
        margin-top: 25vh;
        /*20vh*/
    }

    .selected-filter-division {
        opacity: 1 !important;
        font-weight: 700 !important;
        border: 1px solid #FFF;
        padding: 1rem;
        width: 90%;
        color: #FFF;
        width: calc(100% - 2.2rem) !important;
        margin: 0rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border: 0.5px solid #FFF;
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
        background: #00000050;
        border-radius: 5rem;
        font-size: 2rem !important;
    }

    /*SETTING NEWSLETTER*/
    .newsletter-subscribe-container {
        z-index: 999999999;
        /*99999*/
    }

    .newsletter-subscribe-content {
        width: 90vw;
        height: 80vh;
        top: 10vh;
        left: 5vw;
        box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
    }

    .newsletter-header {
        height: 7vh;
        width: 100%;
        padding: 2.1875rem;
        box-sizing: border-box;
    }

    h1.newsletter-pretitle {
        left: calc(5vw + 0.125rem);
        width: calc(90vw - 10vw - 0.125rem);
        letter-spacing: 0.09375rem;
        font-size: 1.3rem;
        bottom: calc(0.8rem + 1.25rem);
    }

    h1.newsletter-title {
        bottom: 0.625rem;
        width: calc(90vw - 10vw - 0.125rem);
        left: 5vw;
        font-size: 1.5rem;
    }

    span.close-button-newsletter-popup {
        top: -2.1875rem;
        right: -0.625rem;
    }

    span.close-button-newsletter-popup svg {
        width: 2rem;
        height: 2rem;
    }

    .form-container {
        width: 90vw;
        height: calc(70vh - 3.125rem);
        min-height: calc(70vh - 3.125rem);
        max-height: calc(70vh - 3.125rem);
        overflow-y: scroll;
        top: 10vh;
    }

    #registrationForm {
        width: 90vw;
        height: auto;
        min-height: calc(60vh - 3.125rem);
        max-height: unset;
        padding-bottom: 10vh;
    }

    h1.registration-form-title {
        width: calc((90vw - 3.125rem) - 0.625rem);
        margin-left: calc(5vw - 1.5625rem);
        clear: both;
        font-weight: 900;
        font-size: 2.2rem;
        line-height: 1.9rem;
        text-align: left;
        letter-spacing: 0.125rem;
        margin-top: 1.5625rem;
        margin-bottom: 0.625rem;
    }

    h1.registration-form-subtitle {
        width: calc((90vw - 3.125rem) - 0.625rem);
        margin-left: calc(5vw - 1.5625rem);
        clear: both;
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-align: left;
        letter-spacing: 0.125rem;
        margin-bottom: 1.5625rem;
        margin-top: 1vh;
    }

    input {
        width: calc((90vw - 3.125rem) - 0.625rem);
        margin-left: calc(5vw - 1.5625rem);
        font-size: 2rem;
        padding: 0.3125rem;
        margin-top: 0.9375rem;
        letter-spacing: 0.0625rem;
        font-weight: 100;
        border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 0.0625rem solid #404040;
    }

    label,
    select {
        width: calc(40vw - 0.625rem);
        margin-left: calc(5vw - 1.5625rem);
        font-size: 1.5rem;
        padding: 0.3125rem;
        margin-bottom: 0.3125rem;
        margin-top: 1.5625rem;
        letter-spacing: 0rem;
        font-weight: 300;
        border: none;
    }

    select {
        margin-left: 0;
        background: #9100FF;
        color: #FFF;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        border-radius: 0.3125rem;
    }

    .container-privacy-policy-condition {
        width: calc(85vw - 0.625rem);
        margin-left: calc(5vw - 1.5625rem);
        display: flex;
        align-content: center;
        margin-top: 1rem;
    }

    label.privacy-policy-label {
        width: 60vw;
        margin: 0;
        margin-right: 0.625rem;
        margin-left: 2rem;
        font-size: 2rem;
        line-height: 2rem;
    }

    #privacyPolicy {
        width: 1.9375rem;
        height: 1.9375rem;
        margin-top: 1.55rem;
        margin-left: 5vw;
    }

    button {
        position: absolute;
        bottom: 0rem;
        right: 5vw;
        background: #9100FF;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 0.325rem;
        font-size: 1.5rem;
        font-weight: 300;
        padding: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border: none;
        border-radius: 5rem;
        line-height: 1.5rem;
    }

    /*GESTIONE PAGINA*/
    /*
    .header {
        height: 25vh;
        min-height: 25vh;
        max-height: 25vh;
        border-bottom-right-radius: 60px;
    }
    */
    .header {
        height: 8vh;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
        border-bottom-left-radius: 0;
    }

    .main-logo {
        width: 40vw;
        top: 4vw;
        left: 5vw;
    }

    .entry-container {
        width: 90vw;
        height: auto;
        min-height: unset;
        max-height: unset;
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 4vh;
        margin-bottom: 4.5vh;
    }

    h1.entry-title {
        font-size: 2.3rem;
        letter-spacing: 0.09375rem;
        margin-top: 3vh;
        position: relative;
        text-shadow: 0 0 0.5rem #00000047;
    }

    .division-filter {
        position: absolute;
        right: unset;
        left: 0;
        width: 70vw;
        top: calc(15.5vh - 2.5em);
        height: 2.5rem;
        padding-left: 1.938rem;
        padding-right: 1.938rem;
        background: #9100FF;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.2s;
        text-transform: uppercase;
        letter-spacing: 0.125rem;
        border-radius: 3.125rem;
        text-align: center;
        font-size: 1.7rem;
        text-align: center;
        box-sizing: border-box;
        z-index: 99999;
        line-height: 1.2rem;
        padding: 2rem;
    }

    .division-filter:hover {
        transition: 0.2s;
        transform: scale(1);
    }

    .mobile-title {
        display: block;
        width: 100%;
        height: auto;
        font-size: 3rem;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.2rem;
        margin-top: 3vh;
        margin-bottom: 2.5vh;
    }

    .division-filter-list-container {
        width: 70vw;
        position: absolute;
        top: calc(15vh - 2.5em);
        right: unset;
        left: 0vw;
        padding-top: 2vh;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        padding: 2rem;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        overflow-y: scroll;
        border-radius: 0;
    }

    ul.divisions-list {
        width: 70vw;
        width: 100%;
        padding-top: 2vh;
    }

    li.division-item {
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: 0.03125rem;
        display: inline;
        width: 100%;
        /*prima: 70vw*/
        height: 2vh;
        text-align: left;
        display: flex;
        align-items: unset;
        justify-content: unset;
        opacity: 0.7;
        cursor: pointer;
        transition: 0.2s;
        margin-top: 2rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    li.division-item-clear-button {
        background: #6d1cab;
        color: #bd84e8;
        text-transform: uppercase;
        width: 67vw;
        width: calc(100% - 3vw);
        margin-left: 1.5vw;
        margin-right: 1.5vw;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 3.125rem;
        opacity: 1;
        letter-spacing: 0.2rem;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    span.news-letter-icon {
        font-size: 1.2rem;
        color: #FFF;
        background: #9100FF;
        padding: 0.8125rem;
        border-radius: 3.125rem;
        cursor: pointer;
        transition: 0.2s;
        position: absolute;
        right: 0;
        top: 9vh;
        /*12.25vh*/
    }

    span.news-letter-icon svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    /*GESTIONE CONTENITORE HIGHLIGHTS*/
    .highlights-container {
        width: 95vw;
        height: auto;
        min-height: 100vh;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.5625rem;
        padding-bottom: 5vh;
    }

    /*GESTIONE SINGOLO HIGHLIGHT*/
    .single-highlights-space {
        width: calc((95vw / 1) - 0px);
        height: auto;
        display: grid;
        box-shadow: 0 0 0.3125rem rgb(90, 90, 90);
        margin-top: 0.625rem;
    }

    .highlights-cover-img {
        min-width: calc((95vw / 1) - 0px);
        max-width: calc((95vw / 1) - 0px);
        min-height: calc((((95vw / 1) - 0px)) / 1.92);
        max-height: calc((((95vw / 1) - 0px)) / 1.92);
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        cursor: pointer;
        transition: 0.2s;
        z-index: 0;
    }

    .highlights-text-container {
        width: calc((95vw / 1) - 0px);
        height: auto;
        box-sizing: border-box;
        padding: 0.625rem;
        text-align: left;
        z-index: 99;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }

    h1.highlights-title {
        width: calc(((95vw / 1) - 0px) - (((95vw / 1) - 0px) / 4));
        max-width: calc(((95vw / 1) - 0px) - (((95vw / 1) - 0px) / 4));
        font-size: 2rem;
        font-weight: 900;
        line-height: 1.9rem;
        letter-spacing: 0.0625rem;
    }

    p.highlights-text {
        width: calc((95vw / 1) - 1.25rem);
        font-size: 1.5rem;
        letter-spacing: 0.0625rem;
        margin-top: 1.25rem;
        margin-bottom: 2.5625rem;
        font-weight: 200;
        line-height: 1.4rem;
        transition: 0.2s;
    }

    p.public-division-reference {
        font-size: 1rem;
    }

    .highlights-icon-container {
        width: auto;
        height: auto;
        position: absolute;
        right: 0.625rem;
        top: calc(((95vw / 1) / 1.92) - 0.75em - 1.25rem);
        background-size: calc(100vw / 0.01) !important;
        border-radius: 1.25rem;
        z-index: 999;
        border: 0.03125rem solid #A0A0A0;
        background-position: center left !important;
    }

    span.highlights-sharing-icon {
        padding: 0.75rem;
        font-size: 1.5rem;
        color: #FFF;
        mix-blend-mode: difference;
        cursor: pointer;
        transition: 0.2s;
        font-weight: 100;
    }

    span.highlights-sharing-icon svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .public-division-reference-container {
        width: auto;
        min-width: calc((95vw / 1) - 0px);
        position: absolute;
        bottom: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        cursor: pointer;
        z-index: 999;
    }

    .public-division-reference-content {
        padding: 0.15625rem;
        padding-top: 0.3125rem;
        border: 0.03125rem solid #A0A0A0;
        background-position: center left !important;
    }

    /*GESTIONE PANNELLO CONDIVISIONE*/
    #sharing-panel {
        z-index: 99999;
    }

    .sharing-panel-container {
        width: 80vw;
        min-width: 80vw;
        max-width: 80vw;
        height: auto;
        min-height: 80vw;
        max-height: unset;
    }

    .sharing-title {
        font-weight: 900;
        font-size: 3rem;
        transform: rotate(-5deg);
        position: absolute;
        top: 2.1875rem;
        left: -0.625rem;
        padding: 0.9375rem;
        padding-top: 0.4375rem;
        padding-bottom: 0.4375rem;
    }

    span.closing-sharing-button {
        position: absolute;
        top: -1.5625rem;
        right: -1.5625rem;
        font-size: 2rem;
        color: #bd84e8;
        background: #6d1cab;
        padding: 0.9375rem;
        border-radius: 1.5625rem;
        cursor: pointer;
        transition: 0.2s;
        z-index: 999999;
    }

    p.sharing-text {
        width: 70vw;
        min-width: 70vw;
        max-width: 70vw;
        margin-left: calc((80vw - 70vw) / 2);
        margin-right: calc((80vw - 70vw) / 2);
        font-size: 1.5rem;
        line-height: 1.6rem;
        margin-top: 15vh;
    }

    .icons-container {
        width: 60vw;
        min-width: 60vw;
        max-width: 60vw;
        margin-top: 5vh;
        margin-left: calc((80vw - 60vw) / 2);
    }

    .social-icon {
        width: calc((60vw / 4) - 1.25rem);
        height: calc((60vw / 4) - 1.25rem);
    }

    .container-mail-sender {
        width: 70vw;
        min-width: 70vw;
        max-width: 70vw;
        min-height: 25vh;
        margin-top: 7vh;
        margin-left: calc((80vw - 70vw) / 2);
    }

    .inputInstruction {
        letter-spacing: 0.0625rem;
        margin-top: 2vh;
        margin-left: 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    input.emailInputClass {
        width: calc(70vw - 0.625rem);
    }

    .validationMessage {
        width: auto;
        min-width: unset;
        max-width: unset;
        bottom: 6vw;
        font-size: 0.75rem;
        letter-spacing: 0.03125rem;
        border-radius: 1.5625rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    /*rimozione effetto hover su elementi pagina*/
    .single-highlights-space:hover {
        transition: 0.5s;
        transform: scale(1);
        border-radius: 0px;
        box-shadow: 0 0 0px rgb(120, 120, 120);
    }

    .single-highlights-space:hover h1.highlights-text-container {
        transform: scale(1);
        transition: 0.2s;
    }

    .single-highlights-space:hover .highlights-cover-img {
        transform: scale(1);
        transition: 0.5s;
    }

    .single-highlights-space:hover .highlights-text-container {
        backdrop-filter: blur(0px);
        transition: 0.2s;
    }
}


/*formati desktop*/
@media (min-width: 1024px) and (max-width: 1279px) {
    html {
        font-size: 10px;
    }

    .sharing-panel-container {
        max-height: 48vh;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    html {
        font-size: 11px;
    }

    .sharing-panel-container {
        max-height: 48vh;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    html {
        font-size: 12px;
    }

    .sharing-panel-container {
        max-height: 48vh;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    html {
        font-size: 14px;
    }

    .sharing-panel-container {
        max-height: 48vh;
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {
    html {
        font-size: 14px;
    }

    .sharing-panel-container {
        max-height: 48vh;
    }
}


/*mobile*/

/*GESTIONE CARATTERI MOBILE*/
@media (min-width: 279px) and (max-width: 319px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 10.5px;
    }
}

@media (min-width: 360px) and (max-width: 389px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 390px) and (max-width: 413px) {
    html {
        font-size: 12.75px;
    }
}

@media (min-width: 414px) and (max-width: 429px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 430px) and (max-width: 479px) {
    html {
        font-size: 13.25px;
    }
}

@media (min-width: 480px) and (max-width: 539px) {
    html {
        font-size: 13.5px;
    }
}

@media (min-width: 540px) and (max-width: 599px) {
    html {
        font-size: 13.75px;
    }
}

@media (min-width: 600px) and (max-width: 679px) {
    html {
        font-size: 13.875px;
    }
}

@media (min-width: 680px) and (max-width: 767px) {
    html {
        font-size: 13.95px;
    }
}

@media (min-width: 768px) and (max-width: 823px) {
    html {
        font-size: 14px;
    }
}