@charset "UTF-8";@media (max-width: 1024px){.feature-persons.feature-grid{grid-template-columns:repeat(2,1fr);}}.feature-persons .person-header{border-bottom:2px solid #666;margin-bottom:var(--base-gap);}@media (max-width: 1024px){.feature-persons .person-header h1{font-size:40rem;}.feature-persons .person-header h3{font-size:24rem;}}.feature-persons .person-header h1{margin-bottom:calc(1 / 2 * var(--base-space));}.feature-persons .person-header h3{margin-top:0;}.feature-persons .person-infos{display:-ms-grid;display:grid;grid-template-columns:457rem auto;gap:var(--base-gap);}@media (max-width: 1024px){.feature-persons .person-infos{grid-template-columns:1.8fr 1fr;}}@media (max-width: 599px){.feature-persons .person-infos{grid-template-columns:1fr 1fr;}}.feature-persons .person-infos img{height:600rem;width:100%;object-fit:cover;}.feature-persons .person-details{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--base-gap);}.feature-persons .details-header{margin-bottom:calc(1 / 2 * var(--base-space));}.feature-persons .details-header h5{-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;}.feature-persons .person-main{grid-column:span 2;}.feature-persons .person-main .main-title{color:black;margin-top:0;}.feature-persons .questions{margin-top:var(--base-gap);}.feature-persons .person-units{margin-top:0;-ms-flex-order:2;order:2;}.feature-persons .person-units.feature-grid{display:-ms-grid;display:grid;gap:2rem;grid-template-columns:repeat(3,auto);}@media (max-width: 1024px){.feature-persons .person-units.feature-grid{grid-template-columns:100%;}}.feature-persons .person-units p.is-style-bold{margin-bottom:0;}.feature-persons .person-units .person-topic{margin-bottom:var(--base-gap);}.feature-persons .person-expertise .title.is-style-bold{margin-bottom:0;}.feature-persons .person-contact{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-order:1;order:1;-ms-flex-direction:column;flex-direction:column;}.feature-persons .person-contact *:last-child{margin-bottom:0;}.feature-persons .person-contact .title.is-style-bold{margin-bottom:0;}.feature-persons .person-contact a{color:black;font-size:20rem;}.feature-persons .feature-grid{display:-ms-grid;display:grid;grid-template-columns:40% 60%;}.feature-persons .feature-grid__box{position:relative;}.feature-persons .feature-grid__box .profile-image{width:auto;}@media (max-width: 499px){.feature-persons .feature-grid__box .profile-image{display:none;}}.feature-persons .feature-grid__box .profile-image img{width:100%;height:100%;object-fit:cover;}.feature-persons .feature-grid__box .profile-image img.greyscale{-webkit-filter:grayscale(100%);filter:grayscale(100%);}.feature-persons .feature-grid__box .profile-details{background-color:black;height:104rem;padding:1em;font-weight:bold;}.feature-persons .feature-grid__box .profile-details .person-title{font-size:16rem;color:#808080;text-transform:uppercase;}@media (max-width: 1024px){.feature-persons .feature-grid__box .profile-details .person-title{font-size:13rem;}}.feature-persons .feature-grid__box .profile-details .person-name{font-size:22rem;color:white;margin-bottom:0;}@media (max-width: 1024px){.feature-persons .feature-grid__box .profile-details .person-name{font-size:20rem;}}.feature-persons .feature-grid__box .profile-overlay{display:none;position:absolute;top:0;height:100%;width:100%;background-color:black;color:white;padding:calc(.75 * var(--base-space));}.feature-persons .feature-grid__box .profile-overlay .profile-details{padding:0;height:unset;}.feature-persons .feature-grid__box .profile-overlay .profile-details .person-name{margin-bottom:10rem;}.feature-persons .feature-grid__box .profile-overlay .person-vita{font-size:15rem;}.feature-persons .feature-grid__box .profile-overlay p{font-size:16rem;line-height:22rem;}.feature-persons.col-4 .profile-image{height:240rem;}