.menu-card{border-left:1px solid #00202e;border-color:#00202e #00202e currentcolor;border-top:1px solid #00202e;display:flex;flex-direction:column;gap:52px;justify-content:space-between;padding:24px 34px}.menu-card:hover{border-color:transparent}.menu-card a{display:inline-block;padding-bottom:4px;position:relative}.menu-card a:before{background-color:#00202e;height:1px;width:100%}.menu-card a:after,.menu-card a:before{bottom:0;content:"";left:0;position:absolute}.menu-card a:after{background-color:#fff;height:4px;transition-duration:.3s;transition-property:all;width:0}.menu-card a:hover:after{width:100%}