:root {
    --body-background: white;
    --section-blu: #212040;
    --section-cyan: #78D9CC;
    --section-yellow: #FFE063;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('../willmedia/assets/fonts/DMSerifDisplay-Italic.woff2') format('woff2'),
    url('../willmedia/assets/fonts/DMSerifDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('../willmedia/assets/fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
    url('../willmedia/assets/fonts/DMSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

header {
    position: relative;
}

html {
    overflow: auto;
}

html.overflow-hidden.first-entry body {
    height: 100vh;
    overflow: hidden;
}

.page {
    height: auto;
}

.bg-gray {
    background-color: var(--gray);
}

.text-lg {
    font-size: 32px;
    line-height: 38px;
}

.text-orange {
    color: var(--orange);
}

.bg-orange {
    background-color: var(--orange);
}

.overflow-hidden {
    overflow: hidden;
}

.tagline {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.tagline * {
    font-weight: bold;
}

.page-template-chi-siamo .site-content,
.page-template-contatti,
.page-template-pagina-ancore {
    overflow: hidden;
    background-color: var(--body-background);
}

.page-template-contatti header.cloned {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.page-template-contatti,
.page-template-pagina-ancore,
.page-template-privacy-policy {
    color: black;
}

.page-template-pagina-ancore .site-content {
    margin-bottom: -167px; /* footer height */
}

.page-template-pagina-ancore footer {
    height: 167px;
    display: flex;
    padding: 100px 0 60px 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.page-template-pagina-ancore .section:last-child {
    padding-bottom: 167px;
}

.page-template-chi-siamo .site-content {
    color: white;
}

.page-template-chi-siamo footer {
    color: black
}

.page-template-contatti #page {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.page-template-contatti main#main {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0px;
}

.page-template-contatti #content {
    height: 100%;
}

.page-template-contatti #primary {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-template-contatti footer {
    margin-top: 0;
    z-index: 0;
}

.page-template-template-partsprivacy-policy-php header {
    position: absolute;
}

.page-template-template-partsprivacy-policy-php .welcome {
    padding-top: 180px;
}

.contacts {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.contacts-links {
    display: flex;
    flex-direction: column;
    grid-column: span 7/span 7;
    grid-column-start: 3;
}

.contacts-link a {
    position: relative;
    display: inline-block;
}

.contacts-link a:after {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background-color: black;
    transform: scaleX(0);
    transition: transform .5s ease;
    transform-origin: right;
    content: '';
}

.contacts-link a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.contacts-link {
    margin-bottom: 55px;
}

.contacts-link a:hover {
    text-decoration: underline;
}

.page-template-chi-siamo #burger:not(.active) #burger-el {
    fill: white;
}

.page-template-chi-siamo header.cloned #burger:not(.active) #burger-el {
    fill: black !important;
}

.welcome {
    padding-top: 42px;
    padding-bottom: 80px;
    height: auto;
    min-height: 380px;
    overflow: hidden;
}

.welcome-title {
    margin-bottom: 0;
}

.welcome-subtitle {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.welcome-subtitle * {
    font-weight: 400;
}

.welcome-body-copy {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
}

.welcome-body-copy p {
    margin-top: 12px;
}

.scroll-iframe iframe {
    touch-action: pan-y !important;
}

.about-team {
    color: black;
}

.team-title {
    padding: 130px 0 64px 0;
}

.team-title h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #D2D2D2;
}

.team-member {
    flex: 0 0 auto;
    width: 33.333%;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.team-member > div {
    padding: 45px 0;
    max-width: 221px;
    margin: auto;
    cursor: pointer;
}

.team-member-pic {
    overflow: hidden;
    border-radius: 6px;
}

.team-member-role {
    display: block;
    margin: 16px 0 10px 0;
    font-size: 12px;
}

.team-member-name {
    font-size: 32px;
    line-height: 38px;
}

.team-member-more {
    display: flex;
    align-items: center;
    margin-top: 60px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
}

.team-member-more:before {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='Symbol' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ICONS/MORE' transform='translate(0.000000, 0.000000)' fill='%23000000'%3E%3Cpath d='M13,0 L13,11 L24,11 L24,13 L13,13 L13,24 L11,24 L11,13 L-2.84217094e-14,13 L-2.82992448e-14,11 L11,11 L11,0 L13,0 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .3s ease;
    content: '';
}

.team-member-more:hover:before {
    transform: rotate(45deg);
}

.team-info {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 60;
    pointer-events: none;
    transition: all .4s ease;
}

.team-info:not(.open) {
    transition-delay: .4s;
}

.team-info-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.team-info-panel {
    position: relative;
    width: 680px;
    height: 100%;
    background: rgba(245, 246, 245, 0.30);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.10);
    transform: translateX(-100%);
    z-index: 1;
    transition: transform .35s ease;
    will-change: transform;
}

.team-info-panel-wrap {
    padding: 52px;
    height: 100%;
    overflow: auto;
}

.team-info-image {
    display: block;
    margin-top: 51px;
    margin-bottom: 30px;
    max-width: 294px;
    border-radius: 6px;
}

.team-info-role {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1;
}

.team-info-name {
    display: block;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -0.5px;
}

.team-info-bio {
    display: block;
    margin-top: 23px;
    font-size: 18px;
    line-height: 22px;
}

.team-info-bio a {
    text-decoration: underline;
}

.team-info-linkedin {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 37px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 2%3C/title%3E%3Cg id='Desktop-1280-1900' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='CHI-SIAMO-/-Focus-Team---V1' transform='translate(-52.000000, -750.000000)'%3E%3Cg id='Group-4' transform='translate(10.000000, 0.000000)'%3E%3Cg id='Group-2' transform='translate(42.000000, 750.000000)'%3E%3Ccircle id='Oval' stroke='%23000000' stroke-width='0.64' cx='20' cy='20' r='19.68'%3E%3C/circle%3E%3Cg id='ICONS/SOCIAL/LINKEDIN' transform='translate(9.000000, 9.000000)' fill='%23000000'%3E%3Cpath d='M21.0833333,22 L16.9357923,22 C16.9357923,22 16.9357923,16.3342618 16.9357923,14.1949861 C16.9357923,9.50417827 11.4057377,9.85933148 11.4057377,14.1949861 C11.4057377,16.4832869 11.4057377,22 11.4057377,22 L7.25819672,22 L7.25819672,6.67966574 L11.4057377,6.67966574 L11.4057377,9.13788301 C13.3357268,5.5362117 21.0833333,5.27019499 21.0833333,12.586351 C21.0833333,16.5654596 21.0833333,22 21.0833333,22 Z M2.41939891,4.91364903 C1.08389071,4.91364903 0,3.81337047 0,2.45682451 C0,1.10027855 1.08389071,9.76996262e-14 2.41939891,9.76996262e-14 C3.75628962,9.76996262e-14 4.83879781,1.10027855 4.83879781,2.45682451 C4.83879781,3.81337047 3.75628962,4.91364903 2.41939891,4.91364903 Z M0.345628415,22 L4.4931694,22 L4.4931694,6.67966574 L0.345628415,6.67966574 L0.345628415,22 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.team-info.open {
    visibility: visible;
    pointer-events: all;
}

.team-info.open .team-info-panel {
    transform: translateX(0%);
}

.team-info-panel-title {
    font-size: 14px;
}

button.team-info-close {
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='22px' height='23px' viewBox='0 0 22 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon/Close%3C/title%3E%3Cg id='Desktop-1280-1900' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='CHI-SIAMO-/-Focus-Team---V1' transform='translate(-627.000000, -47.000000)' stroke='%23000000' stroke-width='1.8'%3E%3Cg id='Group-4' transform='translate(10.000000, 0.000000)'%3E%3Cg id='Group' transform='translate(616.000000, 46.500000)'%3E%3Cg id='Group-3' transform='translate(2.000000, 2.000000)'%3E%3Cline x1='19.6' y1='0.4' x2='0.4' y2='19.6' id='Line-3'%3E%3C/line%3E%3Cline x1='19.6' y1='19.6' x2='0.4' y2='0.4' id='Line-4'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    appearance: none;
    border: none;
    cursor: pointer;
}

.welcome-reveal {
    display: block;
    overflow: hidden;
}

.welcome-reveal > * {
    display: inline-block;
    transition: opacity .8s ease .4s, .8s transform ease;
}

.welcome-reveal:not(.welcome-animation-fast) {
    transition: 1.2s transform ease;
}

.welcome-reveal:not(.revealed) > select {
    opacity: 0;
    transform: translateY(0);
}

.welcome-reveal:not(.revealed) > * {
    transform: translateY(100%);
}

.section {
    padding: 108px 0;
    overflow: hidden;
}

.section > div:last-child .marquee-carousel {
    margin-bottom: -118px;
}

.section-azzurro {
    background-color: var(--section-cyan);
}

.section-blu {
    background-color: var(--section-blu);
    color: white;
}

.section-giallo {
    background-color: var(--section-yellow);
}

.section-grigio {
    background-color: var(--gray);
}

.section .tagline {
    margin-bottom: 25px;
}

.section.section-no-mb {
    padding-bottom: 0 !important;
}

.section .font_sm strong a, 
.section .font_sm strong a {
    font-weight: 700;
}

.section-link {
    margin-top: 25px;
    display: inline-block;
    padding: 12px 35px 10px 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid black;
    border-radius: 25px;
}

.section-blu .section-link {
    color: white;
    border-color: white;
}

.section-blu .section-link:hover {
    background-color: white;
    color: black;
}

.section-link:hover {
    background-color: black;
    color: white;
}

.section-image {
    margin-top: 50px;
    border-radius: 6px;
}

.select-anchors {
    margin-top: 40px;
}

.select-anchors select {
    display: block;
    padding: 6px 50px 5px 16px;
    background-size: 17px;
    font-size: 18px;
    min-width: 216px;
    color: black;
    border-color: black;
    appearance: none;
    -webkit-appearance: none;
}

.select-anchors select:hover {
    color: black;
    border-color: black;
}

.section-title {
    margin-top: 20px;
    margin-bottom: 0;
}

.section-subtitle {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    white-space: pre-wrap;
}

.section-text p,
.section-text img {
    margin-top: 20px;
}

.section-text p img {
    width: 125%;
    max-width: none;
}

.section-text p {
    max-width: 75%;
}

.section-text img {
    border-radius: 6px;
}

.socials-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 130px;
    max-width: 742px;
    justify-content: space-between;
    margin-top: 40px;
}

.socials-list a {
    position: relative;
    font-size: 32px;
    letter-spacing: -.5px;
    font-weight: 500;
    line-height: 32px;
    color: white;
}

.socials-list a:after {
    position: absolute;
    display: block;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s ease;
    content: '';
}

.socials-list a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.marquee-carousel {
    margin-top: 40px;
}

.numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 90px;
    justify-content: space-between;
}

.numbers-title {
    font-size: 60px;
    font-family: 'DM Serif Display', serif;
    line-height: 66px;
    font-weight: normal;
}

.numbers-subtitle {
    margin-left: 30px;
    font-size: 18px;
    line-height: 24px;
    max-width: 190px;
}

.no-mb {
    margin-bottom: -111px;
}

.embed {
    margin-top: 64px;
    overflow: hidden;
    border-radius: 6px;
}

.aspect-16-9 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.aspect-16-9:before {
    display: block;
    padding-top: 56.25%;
    content: '';
}

.aspect-16-9 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.col-accordions {
    margin-top: -45px;
}

.col-subtitle + .col-accordions {
    margin-top: 0;
}

.accordions {
    width: 100%;
    max-width: 541px;
    float: right;
}

.accordion-title {
    margin-bottom: 60px;
}

.accordions > ul {
    border-top: 1px solid var(--orange);
}

.accordion-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.accordion-trigger:after {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='Desktop-1280-1900' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='COME-LO-FACCIAMO---V2' transform='translate(-1055.000000, -2283.000000)' fill='%23FF8A5E'%3E%3Cg id='Group-2-Copy' transform='translate(0.000000, 1981.000000)'%3E%3Cg id='Group-26' transform='translate(238.000000, 104.000000)'%3E%3Cg id='Group-24' transform='translate(320.000000, 178.000000)'%3E%3Cg id='ICONS/MORE-Copy-4' transform='translate(497.000000, 20.000000)'%3E%3Cpath d='M13,0 L13,11 L24,11 L24,13 L13,13 L13,24 L11,24 L11,13 L0,13 L1.2246468e-16,11 L11,11 L11,0 L13,0 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transform-origin: center;
    transform: rotate(45deg);
    transition: transform .4s ease;
    content: '';
}

.accordion-trigger:not(.open):after {
    transform: rotate(0deg);
}

.accordion-content {
    border-bottom: 1px solid var(--orange);
}

.accordion-content > div {
    display: none;
}

.accordion-content-padding {
    padding: 10px 45px 30px 0;
}

.scroll-reveal {
    transition: all .7s ease;
}

.scroll-reveal.not-revealed {
    opacity: 0;
    transform: translateY(20px);
}

.privacy-content {
    padding: 78px 0;
}

.privacy-content h1,
.privacy-content h2,
.privacy-content h3,
.privacy-content h4,
.privacy-content h5,
.privacy-content h6 {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.privacy-content p,
.privacy-content ul {
    font-size: 18px;
    line-height: 22px;
}

.privacy-content ol,
.privacy-content ul {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 30px;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 15px;
    list-style: disc;
}

.welcome-bottom {
    transition: opacity 1.1s ease, transform 1.1s ease;
}

.welcome-bottom:not(.revealed) {
    transform: translateY(60vh);
}

.not-animate-welcome .welcome-bottom:not(.revealed) {
    transform: translateY(0);
}

@media (min-width: 768px) {
    .section-tagline {
        max-width: calc(100% - 570px);
    }
}

@media (min-width: 900px) and (max-width: 1620px) {
    .numbers-title {
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .numbers-title {
        font-size: 40px;
    }
}

@media (max-width: 1279px) {
    .main-menu-container {
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding-top: 110px;
    }

    .main-menu-logo {
        width: 243px;
    }

    .main-menu-logo svg {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .text-lg {
        font-size: 26px;
        line-height: 28px;
    }

    .section-text p {
        width: 100%;
        max-width: none;
    }

    .no-mb {
        margin-bottom: -43px;
    }

    .section-image {
        margin-top: 64px;
    }

    .accordion-trigger {
        font-size: 18px;
    }

    .welcome {
        padding-top: 124px;
        min-height: 0px;
    }

    .welcome-subtitle {
        font-size: 18px;
        line-height: 20px;
    }

    .section {
        padding: 40px 0;
    }

    .numbers {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 40px;
    }

    .numbers-title {
        font-size: 32px;
        line-height: 38px;
    }

    .numbers-subtitle {
        margin-left: 13px;
    }

    .team-title h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .team-info-panel {
        width: 100%;
    }

    .team-members {
        flex-direction: column;
    }

    .team-member {
        width: 100%;
    }

    .team-member button {
        color: black;
    }

    .team-member > div {
        margin-left: 0;
        padding: 33px 0 33px 20px;
    }

    .team-info-panel-wrap {
        padding-left: 20px;
    }

    .team-info-panel-wrap {
        padding-top: 34px;
    }

    .team-info-name {
        font-size: 32px;
        line-height: 32px;
    }

    .team-info-bio {
        font-size: 14px;
        line-height: 18px;
    }

    .col-accordions {
        margin-top: 0;
    }

    .socials-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 40px;
    }

    .socials-list a {
        font-size: 24px;
        letter-spacing: 0;
    }

    .section-text p img {
        width: 100%;
    }
}