.custom-weight{font-weight:300!important}.custom-button{position:relative;display:inline-flex;align-items:center;width:max-content;gap:9px;padding-bottom:15px;font-size:22px;font-weight:400;line-height:1;text-decoration:none}.custom-button::after{content:"";position:absolute;left:0;bottom:0;width:35px;height:2px;background-color:#f5b800;transition:width 0.4s ease}.custom-button-arrow{display:block;width:14px;height:14px;flex-shrink:0;object-fit:contain;transition:transform 0.35s ease,opacity 0.35s ease}.custom-button--white{color:#ffffff}.custom-button--white:hover{color:#ffffff}.custom-button--white .custom-button-arrow{filter:none!important;-webkit-filter:none!important}.custom-button--black{color:#111111}.custom-button--black:hover{color:#111111}.custom-button--black .custom-button-arrow{filter:brightness(0) saturate(100%)!important;-webkit-filter:brightness(0) saturate(100%)!important}.custom-button:hover::after{width:100%}.custom-button:hover .custom-button-arrow{transform:translate(3px,-3px);opacity:0.85}