/* ===================================
    Cover
====================================== */

.cover-legal{
  background: linear-gradient(0deg, #625DA6 2.39%, #49427A 51.2%, #2F254D 99.53%);
  padding-top: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.animated-cover {
  background: #625DA6;
  color: #fff;
  height: 100px;
  clip-path: ellipse(60% 100% at 50% 0%);
  -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  transition: clip-path 0.7s ease;
}

.logo-metlife{
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
    justify-content: end;
    margin-top: 20px;
}


ul{
  list-style: decimal;
}


a{
  color:#1D1D1B;
  text-decoration: none;
  transition: all 0.7s ease;
}

a:hover{
  color: #625DA6;
  fill:#FFD800];
  transition: all 0.7s ease;
}
