.c-action-link {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: stretch;
          justify-content: stretch;
}

.c-action-link__link {
  background: #01426A;
  border: 2px solid #E0EFF4;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0);
  color: #fff;
  display: block;
  font-family: "Typold W05", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.11111em;
  min-height: 80px;
  padding: 15px;
  position: relative;
  width: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
.c-action-link__link:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='10'%3E%3Cdefs%3E%3Cpath id='a' d='m14.586 4-2.293-2.293A1 1 0 1 1 13.707.293l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L14.586 6H1a1 1 0 1 1 0-2z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse xlink:href='%23a' fill='%23417925' fill-rule='nonzero'/%3E%3Cg fill='%23417925' mask='url(%23b)'%3E%3Cpath d='M0-4h18v18H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
  background-position: center;
  background-size: 100%;
  bottom: 15px;
  content: "";
  display: block;
  height: 0.55556rem;
  position: absolute;
  right: 20px;
  width: 1rem;
}
.c-action-link__link:hover {
  border-color: #01426A;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.25);
  z-index: 2;
}