.btn-og .btn-og__link{display:inline-block;padding:1.5em 4em;border-radius:3em;background-color:var(--color-primary);color:#fff;font-weight:700;position:relative;min-width:300px;text-align:center}@media screen and (max-width:767px){.btn-og .btn-og__link{min-width:200px}}.btn-og .btn-og__link:after,.btn-og .btn-og__link:before{content:"";display:block;position:absolute;top:50%}.btn-og .btn-og__link:before{width:1.4em;height:1.4em;background-color:#fff;transform:translateY(-50%);right:1em;border-radius:50%}.btn-og .btn-og__link:after{width:.8em;height:auto;aspect-ratio:1/1;right:1.7em;transform:translate(50%,-50%) rotate(-90deg);background-color:var(--color-primary);mask:center/contain no-repeat url(/images/icons/arrow_white.svg)}