.directive-container{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;font-family:'BwMitga';font-weight:100}.flex-list{padding-left:0;list-style-type:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%;font-family:'BwMitga';font-weight:100}.flex-list>li{width:31%;background-color:#002d72;display:flex;flex-direction:column;justify-self:start;font-family:'BwMitga';font-weight:100;overflow:hidden;margin:0}@media(max-width:991px){.flex-list>li{width:50%}}@media(max-width:540px){.flex-list>li{width:100%}}.flex-list li ul.items{background-color:#002d72;color:#FFF !important;position:relative;z-index:2;list-style-type:none;animation:down .35s;animation-fill-mode:forwards}@keyframes down{0%{transform:translate(0,-5px)}100%{transform:translate(0,0px)}}}.profile-block{width:100%;height:100%;overflow:hidden}.profile-img{display:flex;position:relative;z-index:1;animation:img-load .42s}@keyframes img-load{0%{transform:scale(1.1)}100%{transform:scale(1)}}.profile-img:hover{animation:glop .42s;animation-fill-mode:forwards}.profile-img:hover+ul.items{position:relative;animation:high .85s;animation-fill-mode:forwards}@keyframes high{0%{transform:translate(0,0px)}100%{transform:translate(0,-5px)}}@keyframes glop{0%{transform:scale(1)}100%{transform:scale(1.1)}}.items{list-style-type:none;padding:0 1em;font-family:'BwMitga';font-weight:100;display:flex;flex-direction:column}.items li{width:100%;margin:.2em;color:#FFF}ul.items li:first-child:before{content:'';background-color:#002d72;border-radius:50% 100% 0 0% / 50% 100% 0 00%;position:absolute;top:-40px;left:-28px;width:150%;height:180px;z-index:-1}ul.items li:last-child{margin-top:.5em;margin-bottom:1.5em}.profile-name{padding-top:0;font-weight:700;font-size:1.45em}.profile-position{font-weight:500}.profile-email{font-weight:400}ul li.linkedin-img{margin-top:.2em}a.link-icon>img{animation:in-fade .4s;animation-fill-mode:forwards}@keyframes in-fade{0%{filter:opacity(75%)}100%{filter:opacity(100%)}}a.link-icon:hover>img{animation:fades .4s;animation-fill-mode:forwards}@keyframes fades{0%{filter:opacity(100%)}100%{filter:opacity(75%)}}