.gff-button__container{max-width:1120px;margin:0 auto;display:flex;justify-content:center;padding-inline:32px;gap:32px}
.gff-button__custom{display:flex;align-items:center;padding:12px 24px;border-radius:8px;text-decoration:none;width:fit-content;gap:8px;justify-content:center}
.gff-button__custom-text{color:inherit;font-weight:700;font-size:16px;line-height:24px;letter-spacing:-0.5px}
.gff-button__custom.filled{background-color:#00429c;color:#fff}
.gff-button__custom.filled:hover{background-color:#1451a4}
.gff-button__custom.filled:active{background-color:#073678}
.gff-button__custom.outlined{background-color:transparent;border:2px solid #006ffd;color:#00429c}
.gff-button__custom.outlined:hover{background-color:#ebf4ff}
.gff-button__custom.outlined:active{background-color:#add1fe}
@media(max-width:767px){.gff-button__container{padding-inline:16px;display:flex;flex-direction:column;gap:16px}
.gff-button__custom{width:auto}
}