@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

svg .blu-daito {
    fill: #005679;
}

svg .cls-rosa {
    fill: #FF2A6D;
}

svg .cls-verde {
    fill: #00FF9E;
}

svg .cls-azzurro {
    fill: #05D8E7;
}

.section_logo {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
}

    .section_logo svg {
        width: 300px;
        height: 300px;
    }

.section_brand {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #005679;
    height: 530px;
}

    .section_brand span {
        color: #fff;
        font-size: 30em;
        line-height: 530px;
    }

.section_who {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    height: 615px;
}

    .section_who .who_text {
        max-width: 1010px;
        align-self: center;
        color: #005679;
    }

        .section_who .who_text .p1 {
            font-family: Jost;
            font-weight: 700;
            font-size: 32px;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center;
            vertical-align: middle;
        }

        .section_who .who_text .p2 {
            font-family: Jost;
            font-weight: 400;
            font-size: 56px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            vertical-align: middle;
            text-transform: uppercase;
        }

        .section_who .who_text .p3 {
            font-family: Jost;
            font-weight: 400;
            font-size: 22px;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center;
            vertical-align: middle;
        }

        .section_who .who_text .p4 {
            font-family: Jost;
            font-weight: bold;
            font-size: 22px;
            line-height: 120%;
            letter-spacing: 0%;
            text-align: center;
            vertical-align: middle;
        }

.section_d {
    min-height: 772px;
}

    .section_d.section_strategy {
        background: #05D8E7;
        display: flex;
        flex-direction: row;
    }

        .section_d.section_strategy svg {
            height: 772px;
        }

        .section_d.section_strategy .strategy_text {
            flex: 1;
            font-family: Jost;
            font-weight: 400;
            font-size: 56px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #005679;
            align-self: center;
            margin: 65px;
        }

    .section_d.section_tech {
        background: #00FF9E;
        display: flex;
        flex-direction: row;
    }

        .section_d.section_tech svg {
            height: 557px;
            width: 557px;
        }

        .section_d.section_tech .tech_text {
            flex: 1;
            font-family: Jost;
            font-weight: 400;
            font-size: 56px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #005679;
            align-self: center;
            margin: 65px;
            text-align: right;
        }

        .section_d.section_tech .tech_image {
            align-self: center;
        }

    .section_d.section_service {
        background: #FF2A6D;
        display: flex;
        flex-direction: row;
    }

        .section_d.section_service .service_text {
            flex: 1;
            font-family: Jost;
            font-weight: 400;
            font-size: 56px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #005679;
            align-self: center;
            margin: 65px;
        }

        .section_d.section_service .service_image {
            align-self: center;
        }

        .section_d.section_service svg {
            height: 750px;
            width: 451px;
        }

.section_partner {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    /*height: 150px;
    display: flex;
    justify-content: center;*/
}

    .section_partner .slick-slide {
        height: unset;
    }

.section_team {
    min-height: 670px;
    display: flex;
    flex-direction: row;
    padding: 65px;
}

    .section_team.team_1 {
        background: #FF2A6D;
    }

    .section_team.team_2 {
        background: #05D8E7;
    }

    .section_team.team_3 {
        background: #00FF9E;
    }



    .section_team .team_image {
        align-self: center;
    }

    .section_team .team_text {
        align-self: center;
        font-family: Jost;
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #005679;
        flex: 1;
        justify-content: center;
        display: flex;
    }

        .section_team .team_text span {
            max-width: 940px;
        }

.section_contact {
    min-height: 423px;
    background: #005679;
    display: flex;
    flex-direction: row;
    padding: 65px;
}

    .section_contact .contact_text {
        flex: 1;
        font-family: Jost;
        font-weight: 400;
        font-size: 80px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
        align-self: center;
    }
        .section_contact .contact_text a{
            text-decoration: none;
        }

        .section_contact .contact_text .c1 {
            color: #05D8E7;
        }

        .section_contact .contact_text .c2 {
            color: #00FF9E;
        }

        .section_contact .contact_text .c3 {
            color: #FF2A6D;
        }




#team_svg .st0 {
    fill: #fff;
}

.section_team.team_1 #team_svg .cuoreDaito {
    fill: #05D8E7;
}

.section_team.team_2 #team_svg .cuoreDaito {
    fill: #00FF9E;
}

.section_team.team_3 #team_svg .cuoreDaito {
    fill: #FF2A6D;
}

/*#contact_svg .st0 {
    fill: none;
}

#contact_svg .st1, #contact_svg .st2 {
    fill: #fff;
}

#contact_svg .st2 {
    fill-opacity: .5;
}

#contact_svg .occhiali {
    fill: #FF2A6D;
    animation: occhialiColor 3s steps(1, end) infinite;
}

@keyframes occhialiColor {
    0% {
        fill: #FF2A6D;
    }

    33% {
        fill: #05D8E7;
    }

    66% {
        fill: #00FF9E;
    }

    100% {
        fill: #FF2A6D;
    }
}

#contact_svg .st4 {
    clip-path: url(#clippath);
}*/

#contact_svg {
    width: 354px;
    height: 539px;
    margin: 0 auto;
}

#contact_svg .st0 {
    fill: none;
}

#contact_svg .st1 {
    fill: #fff;
}

#contact_svg .occhiali, #contact_svg .lenti {
    fill: #FF2A6D;
    animation: occhialiColor 3s steps(1, end) infinite;
}

@keyframes occhialiColor {
    0% {
        fill: #FF2A6D;
    }

    33% {
        fill: #05D8E7;
    }

    66% {
        fill: #00FF9E;
    }

    100% {
        fill: #FF2A6D;
    }
}

#contact_svg .lenti {
    opacity: .6;
}


.tips_strategy,
.tips_service,
.tips_tech {
    text-transform: uppercase;
    background: rgba(255,255,255,.1) !important;
    font-size: 55px;
    font-weight: 600;
}

.tips_strategy {
    color: #04acb8 !important;
}

.tips_tech {
    color: #00e58e !important;
}

.tips_service {
    color: #FF2A6D !important;
}

.footer{
    display: flex;
    padding: 30px;
}

.footer .copy{
    flex: 1;
    text-align: right;
}

    .footer .privacy {
        flex: 1;
        color: #005679;
    }
.section_contact .contact_button {
    display: none;
}
.section_contact .contact_button a{
    padding: 10px;
    background: #ececec;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: block;
}

@media (max-width:1330px) {
    .section_brand span {
        font-size: 26em;
    }

    .section_d.section_tech svg {
        height: 300px;
        width: 300px;
    }

    .section_d.section_service svg {
        height: unset;
        width: 300px;
    }
}


@media (max-width:1200px) {
    .section_brand span{
        font-size: 21em;
    }
    .section_d.section_tech svg {
        height: 300px;
        width: 300px;
    }
    .section_d.section_service svg {
        height: unset;
        width: 300px;
    }
}

@media (max-width: 996px) {
    .section_brand span {
        font-size: 17em;
    }

    .section_who {
        padding: 15px;
    }

    .section_d {
        flex-direction: column !important;
    }

    .section_team {
        flex-direction: column !important;
    }

    .section_d.section_strategy .strategy_image {
        align-self: center;
    }

}

@media (max-width: 768px) {

    .section_brand {
        height: unset;

    }
        .section_brand span {
            font-size: 10em;
            line-height: normal;
        }

    .section_who {
        padding: 15px;
        height: unset;
    }

    .section_d {
        flex-direction: column !important;
    }

    .section_team {
        flex-direction: column !important;
    }

    .section_d.section_strategy .strategy_image {
        align-self: center;
    }
    .section_contact {
        flex-direction: column !important;
        padding: 32px;
    }

        .section_contact .contact_image {
            display: flex;
            flex-direction: column;
        }

            .section_contact .contact_image svg {
                width: 250px;
            }
    .section_d.section_strategy .strategy_text,
    .section_d.section_tech .tech_text,
    .section_d.section_service .service_text {
        font-size: 30px;
        margin: 32px;
    }
    .section_contact .contact_button {
        display: block;
    }
}

@media (max-width: 468px) {
    .section_brand {
        height: unset;
    }

        .section_brand span {
            font-size: 7em;
            line-height: normal;
        }

    .section_who {
        padding: 15px;
        height: unset;
    }

        .section_who .who_text .p1 {
            font-size: 23px;
        }

        .section_who .who_text .p2 {
            font-size: 44px;
        }

    .section_d {
        flex-direction: column !important;
    }

        .section_d.section_strategy .strategy_text,
        .section_d.section_tech .tech_text,
        .section_d.section_service .service_text {
            font-size: 30px;
            margin: 32px;
        }

        .section_d.section_tech svg {
            height: 330px;
            width: 330px;
        }

        .section_d.section_service svg {
            width: 330px;
            height: unset;
        }



    .section_team {
        flex-direction: column !important;
        padding: 32px;
    }

        .section_team .team_image svg {
            width: 250px !important;
        }

    .section_d.section_strategy .strategy_image {
        align-self: center;
    }

    .section_contact {
        flex-direction: column !important;
        padding: 32px;
    }

        .section_contact .contact_image {
            align-self: center;
        }

            .section_contact .contact_image svg {
                width: 250px;
            }

    .slick-slide img {
        width: 170px;
    }

    .footer{
        flex-direction:column;
    }

    .footer .copy{
        text-align: center;
    }
        .footer .privacy {
            text-align: center;
        }
    .section_contact .contact_button {
        display: block;
    }
}
