.custom_btn_wrapper{align-items:center;display:flex;flex-flow:wrap;gap:20px;justify-content:center}.custom_btn_wrapper.left{justify-content:left}.custom_btn_wrapper.center{justify-content:center}.custom_btn_wrapper.right{justify-content:right}a.cta_button.secondary{background:transparent;border:2px solid #2f2f2f;color:#2f2f2f}a.cta_button.secondary:before{display:none;position:static}a.cta_button.secondary:hover{background:#2f2f2f;color:#fff}a.cta_button.ghost{background:transparent;border:2px solid #fff;color:#fff}a.cta_button.ghost:hover{background:#fff;color:#2f2f2f}a.cta_button.ghost:before{display:none;position:static}a.cta_button.tertiary{background:#ffcc04;color:#2f2f2f}a.cta_button.tertiary:before{background:#ae9a4e}