.EXEC {}
.EXEC .person {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #D9DFE6;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
}

.EXEC .person > .b-media {
    background-size: cover;
    background-color: transparent;
    background-position: bottom right;
}
.EXEC .person > .b-media::after { padding-bottom: calc(458/370 * 100%); }

.EXEC.DIRECTORS .b-frame > .b-columns > .b-column:where(
    :nth-child(1),
    :nth-child(2),
    :nth-child(3),
    :nth-child(4),
    /* :nth-child(5), */
    :nth-child(6),
    :nth-child(7)) .person .b-media { background-size: auto 458px; }

    .EXEC.DIRECTORS .b-frame > .b-columns > .b-column:nth-child(5) {  background-size: 100%; }

.EXEC .person .content {
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    height: calc(100% + 80px);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.25s;
}

.EXEC .person .content::before {
    content: '';
    width: 100%;
    height: 50%;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.EXEC .person .content:hover { height: 100%; }

.EXEC .person .content > * { margin: 0; transition: 0.25s; position: relative; }

.EXEC .person .content > .linkedin {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #FFFFFF no-repeat center url(../../img/linkedin-team.svg);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.07);
}

.EXEC .person .content > .linkedin:hover {
    background-image: url(../../img/linkedin-team-hover.svg);
}

.EXEC .person .content > p {
    text-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    color: #FFFFFF;
}

.EXEC .person .content > p:nth-of-type(1) {
    margin-top: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}

.EXEC .person .content > p:nth-of-type(2) {
    opacity: 0.7;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.EXEC .person .content:hover > p:nth-of-type(2) {  margin-bottom: 10px; }

.EXEC .person .content > .b-button {
    max-width: fit-content;
    height: 50px;
    line-height: 50px;
}





/* HEADER */
.EXEC-HEADER {
    background-color: #F6F6FB;
    position: relative;
    overflow: hidden;
}
.EXEC-HEADER .b-flourish {
    height: 563px;
    width: 563px;
    top: calc(-563px/2);
    right: calc(-563px/7 * 2);
}
.EXEC-HEADER .b-flourish::before {
    height: 272px;
    width: 272px;
}

.EXEC-HEADER .content {
    margin: 0 auto;
    text-align: center;
}

.EXEC-HEADER .content > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 775px;
}



/* EXECUTIVE-TEAM */
.EXEC-TEAM { position: relative; }
.EXEC-TEAM .b-flourish {
    right: calc(-803.11px/2);
    bottom: calc(-803.11px/2);
}





/* DIRECTORS */
.DIRECTORS h2 {
    font-size: 28px;
    line-height: 31.5px;
}
