.sticky-phone{opacity:0;pointer-events:none;position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(100%);transition:opacity .35s ease,visibility .35s ease,transform .35s ease;visibility:hidden;z-index:10000}.sticky-phone.is-visible{opacity:1;pointer-events:auto;transform:translateY(-50%) translateX(0);visibility:visible}.sticky-phone__link{align-items:center;background-color:var(--brand-red,#eb0045);border-radius:1.5625rem 0 0 1.5625rem;box-shadow:-2px 4px 16px rgba(0,0,0,.18);color:#fff;display:flex;font-size:1.125rem;font-weight:600;gap:.75rem;line-height:1.2;max-width:4.5rem;overflow:hidden;padding:1.25rem .375rem 1.25rem 1.375rem;text-decoration:none;transition:max-width .45s cubic-bezier(.4,0,.2,1),padding-right .45s cubic-bezier(.4,0,.2,1);white-space:nowrap}.sticky-phone.is-expanded .sticky-phone__link{max-width:20rem;padding-right:1.25rem}.sticky-phone__icon{align-items:center;display:flex;flex-shrink:0;height:38px;justify-content:center;line-height:1;width:38px}.sticky-phone__icon iconify-icon{font-size:38px;height:38px;width:38px}.sticky-phone__label{opacity:0;transition:opacity .2s ease .12s}.sticky-phone.is-expanded .sticky-phone__label{opacity:1}.sticky-phone__link:focus-visible,.sticky-phone__link:hover{color:#fff}.sticky-phone__link:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (prefers-reduced-motion:reduce){.sticky-phone,.sticky-phone__label,.sticky-phone__link{transition:none}}