.text-hover-primary:focus,.text-hover-primary:hover{color:#41ad49!important}.bg-hover-primary:focus,.bg-hover-primary:hover{background-color:#41ad49!important}.text-hover-secondary:focus,.text-hover-secondary:hover{color:#353836!important}.bg-hover-secondary:focus,.bg-hover-secondary:hover{background-color:#353836!important}.text-hover-gray:focus,.text-hover-gray:hover{color:#75787b!important}.bg-hover-gray:focus,.bg-hover-gray:hover{background-color:#75787b!important}.text-hover-gray-2:focus,.text-hover-gray-2:hover{color:#c0c2bf!important}.bg-hover-gray-2:focus,.bg-hover-gray-2:hover{background-color:#c0c2bf!important}.text-hover-light-gray:focus,.text-hover-light-gray:hover{color:#fafafa!important}.bg-hover-light-gray:focus,.bg-hover-light-gray:hover{background-color:#fafafa!important}.text-hover-light-gray-2:focus,.text-hover-light-gray-2:hover{color:#eee!important}.bg-hover-light-gray-2:focus,.bg-hover-light-gray-2:hover{background-color:#eee!important}.text-hover-gray-neutral:focus,.text-hover-gray-neutral:hover{color:#eaeaea!important}.bg-hover-gray-neutral:focus,.bg-hover-gray-neutral:hover{background-color:#eaeaea!important}.text-hover-light-green:focus,.text-hover-light-green:hover{color:#d7ffdd!important}.bg-hover-light-green:focus,.bg-hover-light-green:hover{background-color:#d7ffdd!important}.text-hover-light-gray-second:focus,.text-hover-light-gray-second:hover{color:#c0c2bf!important}.bg-hover-light-gray-second:focus,.bg-hover-light-gray-second:hover{background-color:#c0c2bf!important}.acf-block-team__header-decor{height:1px}.acf-block-team__header-icon{fill:#c0c2bf;width:1rem;height:1rem;-webkit-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.acf-block-team__header-icon:hover{fill:#41ad49}@media (max-width:767.98px){.acf-block-team__image-decor{max-width:12rem}}@media (min-width:576px){.acf-block-team__image-decor--reverse:before{left:auto;right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}

.row.leader {
    margin-bottom: 60px;
}
.profile-image {
    width: 360px;
    padding: 0;
    z-index: 2;
}
.profile-image .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    height: 360px;
    width: 360px;
}
.profile-image .wrapper img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
@media screen and (min-width: 992px) {
    .profile {
        width: calc(100% - 360px);
        z-index: 1;
    }
}
.profile .wrapper {
    padding: 40px;
    background: var(--blue);
    border: 2px dashed var(--purple);
    height: 320px;
    margin-top: 20px;
}
.profile .job-title {
    color: var(--purple);
    font-weight: 700;
    margin-bottom: 40px;
}
.profile .bio {
    font-size: 18px;
}
.profile .head-title h3 {
    margin: 0;
    font-weight: 700;
    display: inline-block;
}
.profile .head-title .head-social {
    display: inline-block;
}
.profile .head-title .head-social .social-icon {
    display: inline-block;
    margin-left: 20px;
    background: var(--red);
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 20px;
}
.profile .head-title .head-social a {
    font-size: 30px;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .leader:not(.flex-row-reverse) .profile .wrapper {
        margin-right: -30px;
        border-radius: 25px 0 0 25px;
    }
    .leader.flex-row-reverse .profile .wrapper {
        margin-left: -30px;
        border-radius: 0 25px 25px 0;
    }
}
@media screen and (max-width: 991px) {
    .profile .wrapper {
        height: auto;
        margin: 0;
        border-radius: 20px 20px 0 0;
    }
    .profile-image {
        width: 100%;
        padding: 0 10px;
        z-index: 2;
        margin-top: -20px;
    }
    .profile-image .wrapper {
        width: 100%;
        border-radius: 0 0 20px 20px;
    }
}