section.hero.hero-split {
    align-items: normal;
    height: auto;
    background-color: #fff;
}
section.hero.hero-split::before {
    display: none !important;
}
section.hero.hero-split,
section.hero.hero-split a {
    color: var(--mgh-color-1);
}
#section-hero .hero-background:before,
#section-hero .hero-background:after,
#section-hero .hero-background span {
    content: '';
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
#section-hero .hero-background:after {
    opacity: .6;
    left: 30px;
    width: 60px;
}
#section-hero .hero-background span {
    opacity: .3;
    left: 90px;
    width: 90px;
}
section.hero.hero-split header {
    max-width: 420px;
}
section.hero.hero-split header .section-title:after,
section.hero.hero-split hgroup .section-title:after {
    right: 0;
    left: auto;
    width: 200%;
}
#section-cpt-professionisti {
    padding: 30px 0;
}
#container-professionisti-intro {
    padding-bottom: 30px;
    font-size: 16px;
}
#container-professionisti-list {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eeeeee;
}
#container-professionisti-list .nav {
    margin-bottom: 50px;
    gap: 16px;
}
#container-professionisti-list .nav button.nav-link {
    min-width: 330px;
    padding: 20px 30px;
    background: #ddd;
    border-radius: 10px;
    font-size: 16px;
    color: var(--mgh-color-1);
}
#container-professionisti-list .nav button.nav-link.active {
    background: var(--mgh-color-1);
    font-weight: 700;
    color: var(--mgh-color-2);
}
#container-professionisti-list .pic-wrapper {
    position: relative;
    height: 250px;
    margin-bottom: 10px;
}
#container-professionisti-list .pic-wrapper .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#container-professionisti-list .col-professionista-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#container-professionisti-list .pic {
    background: rgb(211, 215, 216);
    background: radial-gradient(circle, rgba(235, 235, 235, 1) 50%, rgba(169, 178, 180, 1) 100%);
}
#container-professionisti-list .btn-bio-overlay-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
#container-professionisti-list .btn-bio-overlay {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    border-top: 0;
    transition: all ease 0.35s;
}
#container-professionisti-list .btn-bio {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    padding: 10px 35px 10px 15px;
    background: #eee;
    border: none;
    /*border-bottom: 2px solid var(--mgh-color-1);*/
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--mgh-color-1);
    text-transform: uppercase;
}
#container-professionisti-list .btn-bio:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 11px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.996" height="12" viewBox="0 0 11.996 12"><path id="arrow-up-right" d="M41.2,96H42.1v10.733H40.307V99.052L32,107.366l-.634.634L30.1,106.733l.634-.634,8.311-8.311H31.363V96H41.2Z" transform="translate(-30.1 -96)" fill="%23003153"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
#container-professionisti-list .tab-pane .title {
    font-size: 16px;
    font-weight: 800;
}
#container-professionisti-list .tab-pane .sede {
    font-size: 14px;
    color: #666;
}
#container-professionisti-list .filter-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#container-professionisti-list .filter-button-group button {
    margin: 0 5px;
    border: none;
    border-bottom: 1px solid var(--mgh-color-1);
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: none;
}
#container-professionisti-list .filter-button-group button.is__checked {
    background: #ddd;
}
#container-professionisti-list .col-professionista-inner {
    cursor: pointer;
}
@media (max-width: 767px) {
    section.hero.hero-split .section-title,
    section.hero.hero-split .section-subtitle {
        color: #fff;
    }
    section.hero.hero-split .col-title {
        padding: 32px 0;
    }
    section.hero.hero-split .col-pic {
        position: absolute;
        left: -5px;
        z-index: -1;
        width: calc(100vw + 10px);
        max-width: 1000%;
        height: 100%;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
    #section-hero .hero-background:before {
        opacity: 1;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    #section-hero .hero-background:after,
    #section-hero .hero-background span {
        display: none !important;
    }
    section.hero.hero-split .col-pic .hero-background {
        height: 100%;
    }
}
@media (min-width: 768px) {
    #container-professionisti-list .col-professionista-inner.hover .btn-bio-overlay {
        max-height: 60px;
    }
}
@media (min-width: 992px) {
    #section-hero {
        margin-top: 120px;
    }
    #section-hero .hero-background {
        height: 350px;
    }
    #section-cpt-professionisti {
        padding: 60px 0;
    }
    #container-professionisti-intro {
        padding-bottom: 60px;
        font-size: 20px;
    }
    #container-professionisti-list .filter-button-group button {
        font-size: 15px;
    }
    #container-professionisti-list .pic-wrapper {
        margin-bottom: 20px;
    }
    #container-professionisti-list .pic-wrapper {
        height: 450px;
    }
    #container-professionisti-list .tab-pane .title {
        font-size: 18px;
    }
    #container-professionisti-list .tab-pane .sede {
        font-size: 16px;
    }
}
@media (min-width: 1400px) {
    #container-professionisti-list .nav button.nav-link {
        min-width: 330px;
        padding: 20px 30px;
        font-size: 20px;
    }
    #container-professionisti-list .tab-content > .tab-pane > .container {
        max-width: 1720px;
    }
}