.dual-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.dual-cta-buttons--left{justify-content:flex-start}.dual-cta-buttons--center{justify-content:center}.dual-cta-buttons--right{justify-content:flex-end}.dual-cta-buttons__button{align-items:center;border-style:solid;box-sizing:border-box;display:inline-flex;flex:0 0 var(--dual-cta-width,auto);justify-content:center;text-align:center;text-decoration:none;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1),background-color .24s ease,color .24s ease,border-color .24s ease;width:var(--dual-cta-width,auto);will-change:transform,box-shadow,background-color,color,border-color}.dual-cta-buttons__button:focus,.dual-cta-buttons__button:hover{box-shadow:0 12px 28px rgba(17,59,115,.14);outline:none;text-decoration:none;transform:translate3d(0,-1px,0)}.dual-cta-buttons__label{color:inherit;display:block;line-height:1;white-space:nowrap}@media (max-width:767px){.dual-cta-buttons--stack-mobile{flex-direction:column}.dual-cta-buttons--stack-mobile .dual-cta-buttons__button{flex-basis:auto;max-width:100%;width:100%}.dual-cta-buttons__label{font-size:1.2rem;white-space:normal}}