.c-executives__cards{padding:0;display:grid;grid-template-columns:447px 447px;justify-content:center;gap:3rem}.c-executives--card .c-executives__item{display:flex;flex-direction:column;justify-content:center}.c-executives__item-link{display:flex;gap:2rem;width:100%;transition:transform .2s cubic-bezier(.165,.84,.44,1)}.c-executives__item-link:hover .c-executives__headshot-icon{color:#fff;background-color:#000}.c-executives__headshot{position:relative}.c-executives_image{display:block;border-radius:60px;overflow:hidden;background:#efefef;max-width:120px;max-height:120px}.c-executives_image img{width:100%;height:auto}.c-executives__headshot-icon{position:absolute;bottom:1rem;right:1rem;font-size:2.4rem;color:#000;background-color:#fff;border-radius:50%;filter:drop-shadow(0 2px 10px rgba(0, 0, 0, .1));transition:background-color .2s ease-in-out,color .2s ease-in-out}.c-executives__content{padding:1rem 0;align-content:center}.c-executives__name{margin-bottom:.5rem;display:flex;align-items:anchor-center;gap:.5rem;font-size:2.8rem;text-decoration-thickness:.1rem!important}.c-executives__item-link:focus .c-executives__name,.c-executives__item-link:hover .c-executives__name{text-decoration:underline}.c-executives__position{font-size:1.4rem;line-height:2rem;font-weight:700;margin:0}.c-executives__name-icon{font-size:2.4rem;margin-left:.5rem;transition:transform .2s ease-out,color .2s ease-out;transform:rotate(270deg)}.c-executives__item-link:focus .c-executives__name-icon,.c-executives__item-link:hover .c-executives__name-icon{transform:rotate(270deg) translateY(.5rem)}@media all and (min-width:1280px){.e-component:has(.c-executives){padding-top:4rem;padding-bottom:4rem}}@media all and (max-width:990px){.c-executives__cards{grid-template-columns:1fr}}@media all and (max-width:599px){.c-executives_image{width:100%}}