@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bungee&family=Cookie&family=Gabarito:wght@400..900&family=Jersey+10&family=Meow+Script&display=swap');

html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    /*overflow-x: hidden;*/
    font-family: 'Outfit', sans-serif;
    scroll-behavior: auto;
    user-select: none;
    background: #FFF;
    overflow-x: hidden;
}

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
}

/* Reset general styles */
* {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

strong,
span,
em,
br,
a {
    position: unset;
    float: unset;
    margin: unset;
    padding: unset;
}

.container {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background: #FFF;
}

.entry-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 48vw solid #FFF;
    border-right: 35vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 48vw solid #FFF;
    border-left: 35vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.entry-logo {
    width: 20vw;
    position: absolute;
    top: 12vh;
    left: 40vw;
    filter: invert(100%);
}

.main-title-page-container {
    width: 30vw;
    position: fixed;
    top: 0.5vw;
    left: 5vw;
    cursor: pointer;
    z-index: 999999999999999;
    height: 12vh;
    display: grid;
}

h1.main-title-page {
    display: flex;
    color: #FFF;
    font-size: 5rem;
    font-weight: 900;
    line-height: 4rem;
    text-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
    float: left;
}

.entry-title-container {
    width: 100vw;
    position: absolute;
    top: 35vh;
    left: 0;
    height: auto;
    max-height: 40vh;
}

.entry-title {
    width: 100vw;
    color: #FFF;
    font-weight: 500;
    font-size: 12rem;
    line-height: 5.7rem;
    letter-spacing: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.entry-subtitle {
    width: 100vw;
    color: #FFF;
    font-weight: 200;
    font-size: 2.1rem;
    line-height: 2rem;
    letter-spacing: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}

.entry-button {
    width: 15vw;
    background: #ffc400;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    padding: 0.7rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 0.5rem;
    position: absolute;
    bottom: 35vh;
    left: calc(42.5vw - 1rem);
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
}

.explain-container {
    width: 100vw;
    position: absolute;
    top: 0vh;
    height: auto;
    min-height: 50vh;
    background: #FFF;
    padding-bottom: 0;
}

.explain-content {
    width: 100vw;
    height: auto;
    min-height: 50vh;
}

.image-content {
    height: 88vh;
    margin-top: 12vh;
}

.image-container {
    width: 100vw;
    height: auto;
    position: relative;
}

.explain-text-container {
    width: 50vw;
    height: 88vh;
    position: relative;
    top: unset;
    left: unset;
    padding: 3rem;
    box-sizing: border-box;
}

.title-container {
    position: relative;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 2vh;
}

.main-explain-text-container-title {
    width: 100%;
    clear: both;
    font-weight: 900;
    font-size: 11rem;
    line-height: 9.5rem;
    letter-spacing: 0.2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.main-explain-text-container-subtitle {
    width: 100%;
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 1.5rem;
    letter-spacing: 1rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    color: #FFF;
    background: #000;
    padding-left: 0;
    padding-right: 0;
}

.explain-text {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    line-height: 1.2rem;
    color: #404040;
    text-align: left;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 3rem;
}

.image-text {
    width: 100%;
    color: #111;
}

.video-container {
    width: 50vw;
    height: 88vh;
    position: relative;
    float: right;
}

.background-video {
    position: relative;
    height: 88vh;
    width: 50vw;
    object-fit: cover;
}

.image-title {
    font-weight: 900;
    letter-spacing: -0.2rem;
    text-transform: uppercase;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    mix-blend-mode: difference;
    color: #FFF;
    font-size: 12rem;
}

/*GESTIONE COMPLESSIVA BOTTONI CTA*/
.explain-entry-button,
.mind-model-button,
.casting-call-button {
    position: absolute;
    bottom: 10vh;
    right: 5vw;
    width: 15vw;
    background: #ffc400;
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    padding: 0.7rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
}

.explain-entry-button {
    position: relative;
    float: right;
    bottom: unset;
    right: unset;
}

.casting-call-button {
    position: relative;
    margin-bottom: 2rem;
}

/*GESTIONE MIND MODEL*/
.mind-model-content {
    width: 100vw;
    height: 100vh;
    background: #FFF;
    overflow: hidden;
}

.mind-model-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    opacity: 0.2;
}

.mind-model-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: right;
    padding: 2rem;
    box-sizing: border-box;
    font-size: 12rem;
    font-weight: 900;
    line-height: 10rem;
    color: #000;
}

.mind-model-text-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 2rem;
    box-sizing: border-box;
}

.mind-model-button {
    bottom: 25vh;
    left: 2rem;
}

.casting-call-content {
    width: 100vw;
    height: auto;
}

.casting-video-cover {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
}

.casting-call-background-video {
    width: 100vw;
    height: 50vh;
    position: absolute;
    top: 35vh;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0.2;
}

.casting-call-title {
    width: 100vw;
    text-align: center;
    font-size: 8rem;
    position: absolute;
    top: 10vh;
    line-height: 6rem;
    color: #000;
    left: 0;
    font-weight: 900;
    letter-spacing: 0.1rem;
}

.casting-call-text {
    position: absolute;
    top: calc(7vh + 24rem);
    left: 20vw;
    width: 60vw;
    color: #404040;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
}

.casting-call-button {
    left: 52.5rem;
    bottom: 22vh;
}

.conclusion-container {
    width: 100vw;
    height: auto;
    min-height: 115vh;
    background: #FFF;
    padding-bottom: 15vh;
}

.conclusion-text-container {
    position: relative;
    left: 29vw;
    top: 10vh;
    width: 20vw;
    height: auto;
    max-height: 100vh;
}

h1.conclusion-pre-title {
    width: 20vw;
    font-size: 2rem;
    font-weight: 200;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.conclusion-title {
    width: 20vw;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: "Cookie", cursive;
    font-size: 6rem;
    line-height: 4.7rem;
    color: #909090;
}

.conclusion-subtitle {
    width: calc(20vw - 4rem);
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: "Cookie", cursive;
    font-size: 3.5rem;
    line-height: 2.5rem;
    padding: 2rem;
    background: #000;
    color: #FFF;
    font-weight: 100;
}

.conclusion-text {
    width: 20vw;
    height: auto;
    margin-top: 2rem;
    color: #707070;
    font-weight: 150;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
}

.conclusion-after-text {
    width: calc(20vw - 2rem);
    height: auto;
    margin-top: 2rem;
    color: #707070;
    font-weight: 150;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
    padding: 1rem;
    background: #d6d6d6;
    color: #404040;
    font-size: 0.9rem;
    line-height: 1rem;
}

.form-container {
    position: absolute;
    top: 10vh;
    width: 30vw;
    right: 20vw;
}

label.form-element {
    width: 30vw;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    font-family: 'Outfit', sans-serif;
    color: #000;
    text-align: right;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

input.form-element {
    width: calc(20vw - 1.4rem);
    padding: 0.7rem;
    background: transparent;
    border-radius: 1rem;
    border: 0.2px solid #606060;
    color: #000;
    text-align: right;
    font-size: 1rem;
    margin-left: 10vw;
}

input.form-element:placeholder {
    color: #909090;
    font-weight: 300;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
}

.privacy-container {
    margin-top: 1.5rem;
    width: 30vw;
    height: 10vh;
}

input.singleInput {
    width: 1vw;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

label#labelId {
    width: 18vw;
    margin-left: 1vw;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-align: right;
}

#risultatoForm-Id {
    bottom: unset;
    right: unset;
    background: transparent;
    color: #000;
    font-size: 0.9rem;
    line-height: 1rem;
    border: 0.5px solid #000;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: none;
    position: relative;
    margin-left: 0rem;
    margin-left: calc(15vw - (10vw - 2rem));
    width: calc(20vw - 4rem);
    margin-bottom: 5vh;
    position: fixed;
    background: #FFF;
    bottom: unset;
    top: 30vh;
    right: unset;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 1rem;
    box-shadow: 0 0 1rem #00000080;
    padding-bottom: 3rem;
    z-index: 9;
}

.success-button {
    padding: 1rem;
    background: #ffc400;
    color: #000;
    font-weight: 900;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    color: #000;
    width: calc(100% - 2rem);
    text-align: center;
    border: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.success-button span {
    font-weight: 200;
    letter-spacing: 0.15rem;
}

/*gestione pannello x messaggi errre*/
.error-message {
    color: red !important;
    border: 0.5px solid red !important;
}

p.errorMessage {
    margin-top: 1rem;
}

input.button {
    position: absolute;
    right: 0;
    bottom: -7vh;
    border: none;
    border-radius: 0.5rem;
    color: #000;
    background: #ffc400;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem;
    text-transform: uppercase;
    width: 5vw;
    text-align: center;
    cursor: pointer;
}

.closing-content {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background: #000;
}

.closing-logo {
    margin-top: 7vh;
    margin-left: 40vw;
    width: 20vw;
    height: auto;
    filter: invert(100%);
}

.closing-title {
    width: 50vw;
    margin-left: 25vw;
    font-family: "Cookie", cursive;
    color: #FFF;
    font-size: 6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.closing-subtitle {
    width: 50vw;
    margin-left: 25vw;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-weight: 100;
    line-height: 2rem;
}

.closing-claim {
    width: 60vw;
    margin-left: 20vw;
    text-align: center;
    font-size: 6rem;
    letter-spacing: 0.3rem;
    color: #FFF;
    line-height: 7.5rem;
    text-transform: uppercase;
}

.closign-text {
    width: 50vw;
    margin-left: 25vw;
    margin-top: 2rem;
    color: #FFF;
    font-weight: 100;
    letter-spacing: 0.2rem;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.7rem;
    margin-top: 4rem;
}

button.closing-button {
    width: 15vw;
    background: #ffc400;
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    margin-top: 5rem;
    margin-left: 42.5vw;
}

.closing-social-link {
    width: 100vw;
    height: 15vh;
    left: 0;
    background: #FFF;
    position: absolute;
    bottom: 0;
}

.icon-container {
    width: 20vw;
    position: absolute;
    bottom: 0;
    left: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closing-social-text {
    width: 100vw;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    margin-top: 1.5rem;
    letter-spacing: 0.1rem;
}

.instagram-icon {
    width: 2vh;
    height: 2vh;
    fill: #000;
    cursor: pointer;
}

.facebook-icon {
    width: 2vh;
    height: 2vh;
    fill: #000;
    cursor: pointer;
}

svg.facebook-icon,
svg.instagram-icon {
    fill: #000;
    transform: scale(2);
    margin: 2rem;
}

/*formati desktop*/
@media (min-width: 1024px) and (max-width: 1279px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {
    html {
        font-size: 14px;
    }
}



/*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: 10px;
    }
}
@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;
    }
}*/


/*GESTIONE MOBILE DEVICE*/
@media (min-width: 279px) and (max-width: 823px) {


    h1.main-title-page {
        width: 60vw;
        font-size: 2.8em;
        font-weight: 900;
        color: #FFF;
        position: fixed;
        top: 16vw;
        left: 5vw;
        line-height: 1em;
        cursor: pointer;
        z-index: 1;
        height: auto;
        display: flex;
        justify-self: center;
        text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
    }

    .main-title-page-container {
        width: 60vw;
        z-index: 3;
    }

    #triangle-topleft {
        border-top: 178vw solid #FFF;
        border-right: 15vw solid transparent;
    }

    #triangle-bottomright {
        border-bottom: 178vw solid #FFF;
        border-left: 15vw solid transparent;
    }

    .entry-logo {
        width: 50vw;
        top: 10vh;
        left: 25vw;
    }

    .entry-title {
        font-size: 4.5rem;
        line-height: 3.7rem;
        letter-spacing: 0rem;
    }

    .entry-subtitle {
        font-size: 1.8rem;
        line-height: 0.6rem;
        letter-spacing: 0.5rem;
    }

    .entry-button {
        width: 60vw;
        background: #ffc400;
        font-size: 1.5rem;
        letter-spacing: 0.2rem;
        bottom: 16vh;
        left: calc(25vw - 1.2rem);
    }

    .image-content {
        height: auto;
        min-height: 100vh;
    }

    .explain-text-container {
        position: relative;
        width: 100vw;
        height: auto;
        min-height: 60vh;
        top: unset;
        padding: 1rem;
        display: block;
        align-items: unset;
        justify-content: unset;
    }

    .title-container {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .main-explain-text-container-title {
        font-size: 4.5rem;
        line-height: 4rem;
        letter-spacing: 0.1rem;
    }

    .main-explain-text-container-subtitle {
        font-size: 1.2rem;
    }

    .image-text {
        width: calc(100vw - 1rem);
        font-size: 1rem;
        font-weight: 200;
        line-height: 1.1rem;
        color: #000;
    }

    .image-text {
        width: calc(100vw - 2rem);
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        line-height: 1.2rem;
        color: #404040;
        text-align: left;
        margin-top: 0;
    }

    .video-container {
        width: 100vw;
        height: auto;
        min-height: 30vh;
        position: relative;
        float: left;
        margin-top: -13vh;
    }

    .background-video {
        height: auto;
        width: 100vw;
        height: 48vh;
        opacity: 1;
    }

    .image-title {
        letter-spacing: -0.4rem;
        right: 1rem;
        top: unset;
        bottom: 1rem;
        font-size: 5rem;
        line-height: 4rem;
    }

    .explain-entry-button {
        position: relative;
        width: calc(55vw - 2.4rem);
        margin-left: calc(50% - (27.5vw - 1.2rem));
        margin-right: calc(50% - (27.5vw - 1.2rem));
        font-size: 1rem;
        letter-spacing: 0.2rem;
        margin-top: 5vh;
        margin-bottom: 5vh;
        margin-top: 0;
    }

    .mind-model-button,
    .casting-call-button {
        bottom: -10vh;
        right: 22.5vw;
        width: 55vw;
        font-size: 1rem;
        letter-spacing: 0.2rem;
    }

    .mind-model-content {
        width: 100vw;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .mind-model-text-container {
        position: relative;
        width: 100vw;
        height: auto;
        padding: 1rem;
        display: block;
        align-items: unset;
        justify-content: unset;
    }

    .mind-model-background-video {
        position: relative;
    }

    .mind-model-title {
        position: relative;
        margin-top: -11rem;
        width: 100vw;
        height: auto;
        padding: 1rem;
        font-size: 5.5rem;
        line-height: 4.5rem;
    }

    .mind-model-text {
        width: calc(100vw - 2rem);
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        line-height: 1.2rem;
        margin-top: 2vh;
    }

    .casting-call-content {
        width: 100vw;
        height: auto;
        min-height: 100vh;
        overflow: visible;
        margin-top: 0;
    }


    .casting-call-background-video {
        width: 100vw;
        height: 50vh;
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 1rem;
        margin-top: 0;
        object-fit: cover;
        object-position: center;
        opacity: 0.2;
    }

    .casting-call-title {
        width: calc(100vw - 2rem);
        position: relative;
        text-align: left;
        font-size: 4.5rem;
        line-height: 3.4rem;
        top: unset;
        left: unset;
        letter-spacing: 0.1rem;
        margin-top: -9rem;
        margin-left: 1rem;
    }

    .casting-call-text {
        position: relative;
        top: unset;
        left: unset;
        margin-left: 1rem;
        width: calc(100vw - 2rem);
        font-size: 1.2rem;
        line-height: 1.4rem;
        text-align: left;
        height: auto
    }

    .mind-model-button {
        position: relative;
        bottom: unset;
        right: unset;
        left: unset;
        margin-left: calc(45vw - 1rem - 22.5vw);
        margin-top: 5vh;
        width: 55vw;
        font-size: 1rem;
        letter-spacing: 0.2rem;
        position: relative;
    }

    .casting-video-cover {
        width: 100vw;
        height: auto;
        overflow: visible;
        background: radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
    }

    .casting-call-button {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        margin-left: 22.5vw;
        width: 55vw;
        font-size: 1rem;
        letter-spacing: 0.2rem;
        margin-top: 5vh;
    }

    .conclusion-text-container {
        position: relative;
        left: 1rem;
        top: 10vh;
        width: calc(100vw - 2rem);
        height: auto;
        max-height: unset;
    }

    h1.conclusion-pre-title {
        font-size: 2rem;
        font-weight: 200;
        color: #000;
        text-transform: uppercase;
        line-height: 1.5rem;
    }

    .conclusion-title {
        width: calc(100vw - 2rem);
        height: auto;
        font-size: 6rem;
        line-height: 4.7rem;
    }

    .form-container {
        position: relative;
        top: unset;
        margin-top: 15vh;
        width: calc(100vw - 2rem);
        margin-right: unset;
        margin-left: 1rem;
        right: unset;
    }

    .conclusion-subtitle {
        width: calc(100vw - 6rem);
        height: auto;
        font-size: 3.5rem;
        line-height: 2.5rem;
        padding: 2rem;
    }

    .conclusion-text {
        width: calc(100vw - 2rem);
        margin-top: 2rem;
    }

    .conclusion-after-text {
        width: calc(100vw - 4rem);
        height: auto;
        color: #202020;
    }

    label.form-element {
        width: calc(100vw - 2rem);
    }

    input.form-element {
        width: calc(100vw - 4rem - 0.4px);
        padding: 1rem;
        border-radius: 0.5rem;
        border: 0.2px solid #606060;
        font-size: 1rem;
        margin-left: 0rem;
    }

    .privacy-container {
        margin-top: 1.5rem;
        width: calc(100vw - 0rem);
        /*usiamo il padding dei singoli elementi*/
        height: auto;
        min-height: 10vh;
    }

    input.singleInput {
        width: 5vw;
        height: 20vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    label#labelId {
        width: calc(90vw - 2rem);
        margin-left: 1vw;
        font-size: 1rem;
        padding: 1rem;
    }

    input.button {
        position: relative;
        right: unset;
        width: 55vw;
        margin-left: calc(22.5vw - 1rem);
        bottom: unset;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        padding: 0.7rem;
        border: none;
    }

    .closing-content {
        min-height: unset;
    }

    .closing-logo {
        margin-top: 10vh;
        margin-left: 30vw;
        width: 40vw;
    }

    .closing-title {
        width: calc(100vw - 0rem);
        margin-left: 0;
        font-size: 5rem;
        margin-top: 3.5rem;
        margin-bottom: 0;
        line-height: 2.9rem;
    }

    .closing-subtitle {
        width: calc(100vw - 4rem);
        margin-left: 2rem;
        font-size: 1.8rem;
        letter-spacing: 0rem;
        margin-toP: 1rem;
    }

    #risultatoForm-Id {
        background: transparent;
        color: #000;
        font-size: 0.9rem;
        line-height: 1rem;
        border: 0.5px solid #000;
        padding: 0.5rem;
        border-radius: 0.5rem;
        display: none;
        position: relative;
        margin-left: 0rem;
        width: calc(100vw - 4rem);
        margin-bottom: 5vh;
        position: fixed;
        background: #FFF;
        bottom: unset;
        top: 20vh;
        right: unset;
        font-size: 1.5rem;
        line-height: 1.7rem;
        padding: 1rem;
        box-shadow: 0 0 1rem #00000080;
        padding-bottom: 2rem;
        z-index: 9;
    }

    .success-button {
        padding: 1rem;
        background: #ffc400;
        color: #000;
        font-weight: 900;
        font-size: 1.2rem;
        border-radius: 0.5rem;
        color: #000;
        width: calc(100% - 2rem);
        text-align: center;
        border: none;
        margin-bottom: 1rem;
    }
}

.closing-claim {
    width: calc(100vw - 0rem);
    margin-left: 0;
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 3.5rem;
    margin-top: 5vh;
}

.closign-text {
    width: calc(100vw - 4rem);
    margin-left: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.closing-social-text {
    margin-bottom: 0;
}

.icon-container {
    width: calc(100vw - 4rem);
    position: relative;
    bottom: unset;
    left: 2rem;
}

svg.facebook-icon,
svg.instagram-icon {
    fill: #000;
    transform: scale(3);
    margin: 2rem;
}

button.closing-button {
    width: 70vw;
    background: #ffc400;
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    padding: 1rem;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0.5rem;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-left: 15vw;
    margin-bottom: 5rem;
}

.strong-button {
    font-weight: 900;
}

.closing-social-link {
    position: relative;
}


/*gestione form loader*/
.form-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    position: fixed;
    top: 45vh;
    left: 41vw;
}

.loader-dot {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    animation: pulse 0.8s infinite alternate;
    opacity: 0.3;
}

.loader-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulse {
    from {
        transform: scale(0.6);
        opacity: 0.3;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}