/*.suppl-banner-btn{
  cursor: pointer;
  position: relative;
  padding: 0.5rem 2.5rem;
  border-radius: 3.75rem;
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  
  border: 1px solid #012880;
  background-image: linear-gradient(-180deg, #FF89D6 0%, #C01F9E 100%);
  box-shadow: 0 1rem 1.25rem 0 rgba(22,75,195,0.50),
              0 -0.25rem 1.5rem rgba(110, 15, 155, 1) inset,
              0 0.75rem 0.5rem rgba(255,255,255, 0.4) inset,
              0 0.25rem 0.5rem 0 rgba(180, 70, 207, 1) inset;
}

.suppl-banner-btn span {
  color: transparent;
  background-image: linear-gradient(0deg, #EE82DA 0%, #FEFAFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 2px 2px hsla(290, 100%, 20%, 1));
}

.suppl-banner-btn::before {
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 7.5rem);
  background: #fff;
  border-radius: 100%;
  
  opacity: 0.7;
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}

.suppl-banner-btn::after {
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 7.5rem);
  background: #fff;
  border-radius: 100%;
  
  filter: blur(1px);
  opacity: 0.05;
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}*/

/*

.suppl-banner-btn {
  position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #5CB85C;
    font-weight: 700;
    font-size: 18px;
    padding: 7px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px #5CB85C, 0px 9px 25px rgba(0,0,0,.7);

    box-shadow: 0px 9px 0px #358235, 0px 9px 25px rgba(0,0,0,.7);
  text-align: center;
  
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.suppl-banner-btn:hover {
    -webkit-box-shadow: 0px 3px 0px #358235, 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px #358235, 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #358235, 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

.suppl-banner-btn:active {
    -webkit-box-shadow: 0px 3px 0px #358235, 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px #358235, 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #358235, 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}*/