.btnco--data {
    font-family: var(--fontuse);
    font-weight: 400;
    cursor: pointer;
    font-size: 1.3rem;
}

 .buttonco-wrapper {
     display: flex;
     align-items: center;
 }

 .co-cta-link {
     display: inline;
 }

 .co-cta-link-cta {
     position: relative;
     display: inline-block;
     height: auto;
     margin: 0;
     padding: 0;
     color: inherit;
     background: 0 0;
     border: 0;
     border-radius: 0;
     font-family: inherit;
     font-size: inherit;
     font-weight: inherit;
     letter-spacing: inherit;
     line-height: inherit;
     text-align: inherit;
     text-transform: inherit;
     text-indent: inherit;
     text-decoration: none;
 }

 .co-cta-link-cta:hover,
 .co-cta-link-cta:focus,
 .btnco--data:hover+.co-cta-link-cta {
     text-decoration: none;
     transform: scaleX(1.02);
     transition: transform 0.6s cubic-bezier(0.34, 5.56, 0.64, 1);
 }

 .co-cta-link-cta {
     overflow: hidden;
     padding: 1rem 0.6rem;
     transform: translateZ(0);
     border-radius: 1000px;
     font-weight: 500;
     font-size: 1.4rem;
     line-height: 110%;
     text-transform: uppercase;
     transition: transform 0.3s;
 }

 .co-cta-link-cta {
     padding: 0 0.5rem;
     font-family: "Roboto Flex", sans-serif;
     font-weight: 400;
     line-height: 0.92;
 }

 .co-cta-link-cta.-xxl {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 50px;
     height: 50px;
     font-weight: 500;
     font-size: 2rem;
     text-transform: none;
     margin-left: 1rem;
     background-color: var(--light);
     transition: transform 0.3s;
 }

 .co-cta-link-cta.-xxl:hover {
     transform: translateX(6%);
 }

 .co-cta-link-cta.-xxl:after {
     content: "\01F862";
     font-size: 20px;
     color: white;
     text-align: center;
     z-index: 9999;
     margin-left: -4px;
 }

 .co-cta-border {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 1px;
     z-index: 3;
     border-radius: 1000px;
 }

 .co-cta-ripple {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
     overflow: hidden;
     transform: translateZ(0);
     border-radius: inherit;
 }

 .co-cta-ripple span {
     display: block;
     width: 100%;
     height: 100%;
     transform: translateX(-101%);
     background-color: var(--primary);
     border-radius: 50% 50% 0 0;
     transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
         border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
 }

 .cb-co-cta_cta-title {
     position: relative;
     display: block;
     padding: 0 0.16em 0 0;
     overflow: hidden;
     z-index: 2;
 }

 .co-cta-title {
     position: relative;
     display: block;
     padding: 0 0.16em 0 0;
     overflow: hidden;
     z-index: 2;
 }

 .co-cta-title span {
     display: block;
     transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
 }

 .co-cta-title span:after {
     content: attr(data-text);
     display: block;
     position: absolute;
     top: 110%;
     left: 0;
     color: #fff;
 }

 @media (pointer: fine) {

     .co-cta-link-cta:hover .co-cta-title span,
     .btnco--data:hover+.co-cta-link-cta .co-cta-title span {
         transform: translateY(-110%);
     }
 }

 @media (pointer: fine) {

     .co-cta-link-cta:hover .co-cta-ripple span,
     .btnco--data:hover+.co-cta-link-cta .co-cta-ripple span {
         border-radius: 0;
         transform: translateY(0);
         transition-duration: 0.5s, 0.9s;
     }
 }

 @media (min-width: 768px),
 (orientation: landscape) {
     .co-cta-border {
         border-width: 1px;
     }
 }

 @media (min-width: 768px),
 (orientation: landscape) {
     .co-cta-link-cta {
         font-size: 2.4rem;
     }
 }