* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Bahnschrift', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span {
    margin-bottom: 0 !important;
}

.section-spacing {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-spacing-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 768px) {
    .section-spacing {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .section-spacing-small {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
    }
}

.background-viola {
    background-color: #4A017D;
}

.background-rosso {
    background-color: #E0013F;
}

.text-viola {
    color: #4A017D;
}

.text-rosso {
    color: #E0013F;
}

.text-bianco {
    color: #FFFFFF;
}

.title-1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;

}

.title-2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.text-small {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.text-medium {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.text-large {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 768px) {

    .title-1 {
        font-size: 2.2rem;
    }

    .title-2 {
        font-size: 1.8rem;
    }

    .text-medium {
        font-size: 1rem;
    }

    .text-small {
        font-size: 0.8rem;
    }

    .text-large {
        font-size: 1.2rem;
    }

}


/* BUTTONS */

.btn-technologee_white {
    background-color: #FFFFFF;
    color: #4A017D;
    padding: 0.3rem 1.5rem 0.5rem 1.5rem;
    border-radius: 1.2rem;
    border: solid 3px #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-technologee_white:hover {
    background-color: #4A017D;
    color: #FFFFFF;
}

.btn-technologee_red {
    background-color: #FFFFFF;
    color: #E0013F;
    padding: 0.3rem 1.5rem 0.5rem 1.5rem;
    border-radius: 1.2rem;
    border: solid 3px #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    width: fit-content;
    transition: all 0.3s ease;
}

.btn-technologee_red:hover {
    background-color: #E0013F;
    color: #FFFFFF;
}

.btn-technologee_red-full {
    background-color: #E0013F;
    color: #FFFFFF;
    padding: 0.3rem 1.5rem 0.5rem 1.5rem;
    border-radius: 1.2rem;
    border: solid 3px #E0013F;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    width: fit-content;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-technologee_red-full:hover {
    background-color: #FFFFFF;
    color: #E0013F;
}

.btn-technologee_violet-full {
    background-color: #4A017D;
    color: #FFFFFF;
    padding: 0.3rem 1.5rem 0.5rem 1.5rem;
    border-radius: 0.8rem;
    border: solid 3px #4A017D;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    width: fit-content;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-technologee_violet-full:hover {
    background-color: #FFFFFF;
    color: #4A017D;
}

@media (max-width: 768px) {
    .btn-technologee_red-full {
        border-radius: 1rem;
    }
    .btn-technologee_red {
        border-radius: 1rem;
    }
    .btn-technologee_white {
        border-radius: 1rem;
    }
}



.technologee-logo {
    width: 18rem;
    padding: 2rem 0;
}

@media (max-width: 768px) {
    .technologee-logo {
        width: 12rem;
    }
}


/* HEADER */

.language-link {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
    color: #8d5daf;
    text-transform: uppercase;
}

.language-link.selected-language {
    font-weight: 600;
    color: #FFFFFF;
}


/* TEASER */

.technologee-teaser {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (max-width: 768px) {
    .technologee-teaser {
        padding-top: 1rem;
        padding-bottom: 2rem;
        justify-content: center;
        align-items: center;
    }
}

.teaser-text {
    margin-bottom: 0rem !important;
}

@media (max-width: 768px) {
    .teaser-text {
        margin-bottom: 12rem !important;
    }
}

.pittogramma-bianco {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 35vw;
    min-width: 25rem;
    max-width: 35rem;
}

@media (max-width: 425px) {
    .pittogramma-bianco {
        bottom: 20%;
        width: 80vw;
        min-width: 10rem;
        max-width: 30rem;
    }
}

@media (max-width: 768px) {
    .pittogramma-bianco {
        bottom: 20%;
        width: 80vw;
        min-width: 10rem;
        max-width: 18rem;
    }
}


/* SPECIALIZATION */

.specialization-swiper-container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.specialization-card {
    border: solid 3px #4A017D;
    border-radius: 2.5rem;
    padding: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin: 0 1px
}

@media (max-width: 768px) {
    .specialization-card {
        padding: 1.5rem;
        flex-direction: column;
        border-radius: 1.5rem;
        gap: 1rem;
    }
}

.specialization-card h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 300px;
}

.specialization-button-prev {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.specialization-button-next {  
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.specialization-button-prev img,
.specialization-button-next img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}



/* PARTNER DEDICATED */

.partner-dedicated-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3rem;
}

.partner-dedicated-container p {
    margin-bottom: 0rem !important;
}

@media (max-width: 768px) {
    .partner-dedicated-container {
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .partner-dedicated-container p {
        margin-bottom: 14rem !important;
    }
}

.pittogramma-viola {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 25vw;
    max-width: 40rem;
}

@media (max-width: 768px) {
    .pittogramma-viola {
        bottom: 15%;
        width: 50vw;
        max-width: 30rem;
    }
}

@media (max-width: 480px) {
    .pittogramma-viola {
        bottom: 22%;
        width: 60vw;
        max-width: 20rem;
    }
}



/* FORM */

.form-technologee-input {
    border: solid 3px #4A017D;
    border-radius: 1.2rem;
    padding: 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #4A017D;
    width: 100%;
}

@media (max-width: 768px) {
    .form-technologee-input {
        border-radius: 1rem;
        padding: 0.5rem;
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}

.form-technologee-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    border-radius: 0 !important;
    border: 3px solid #4A017D !important;
    background-color: #FFFFFF !important;
}

@media (max-width: 768px) {
    .form-technologee-checkbox {
        width: 40px;
        height: 40px;
    }
}


/* FOOTER */

.linkedin-logo-btn {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.policy-link {
    text-decoration: none !important;
}

.policy-link:hover {
    color: #FFFFFF;
}


/* MODAL ERRORS */

.modal-technologee .modal-content {
    background-color: #FFFFFF;
    border-radius: 1.2rem;
    padding: 1rem 1.2rem;
    border: 3px solid #4A017D;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.btn-technologee_close {
    color: #4A017D;
    border: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    transition: all 0.3s ease;
    font-size: 2rem;
    text-transform: uppercase;
}

.btn-technologee_close:hover {
    border: 3px solid #4A017D;
}