:root{--location-modal-width:40.5rem}.location-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-neutral-white);border-radius:var(--radius-xxsmall);width:calc(100vw - var(--spacing-2xs)*2);max-width:var(--location-modal-width)}@media(min-width:37.5em){.location-modal{width:100%}}.location-modal__inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg);padding:2.5rem 1.5rem 3rem}@media(min-width:37.5em){.location-modal__inner{padding:4rem;gap:2.5rem}}.location-modal__inner:focus{outline:none}.location-modal__heading{font-size:var(--font-size-600);font-family:var(--font-primary),sans-serif;font-style:normal;font-weight:var(--font-weight-bold);letter-spacing:-.015rem;line-height:clamp(120%,120% + 1vi,120%)}@media(min-width:37.5em){.location-modal__heading{font-size:var(--font-size-700);font-family:var(--font-primary),sans-serif;font-style:normal;font-weight:var(--font-weight-bold);letter-spacing:-.015rem;line-height:clamp(110%,110% + 1vi,110%)}}.location-modal__description{font-size:1rem;line-height:150%;font-family:var(--font-primary),sans-serif;font-style:normal;font-weight:var(--font-weight-medium)}@media(min-width:37.5em){.location-modal__description{font-size:1.125rem;line-height:150%;font-family:var(--font-primary),sans-serif;font-style:normal;font-weight:var(--font-weight-medium)}}.location-modal__content{text-align:center;display:flex;flex-direction:column;gap:var(--spacing-sm)}.location-modal__buttons{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md)}@media(min-width:37.5em){.location-modal__buttons{flex-direction:row;gap:var(--spacing-lg)}}.location-modal__close{position:absolute;display:flex;justify-content:center;align-items:center;bottom:calc(100% + var(--spacing-2xs));right:0;width:2.5rem;height:2.5rem;background-color:var(--color-brand-xero-powder-blue);border-radius:var(--radius-xxxsmall);padding:var(--spacing-4xs)}@media(min-width:37.5em){.location-modal__close{bottom:calc(100% + var(--spacing-xs))}}.react-aria-ModalOverlay{z-index:600;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6)}.location-selector{background-color:var(--color-neutral-white);align-self:flex-start;padding:var(--spacing-3xs) var(--spacing-2xs);border-radius:var(--radius-xxsmall)}@media(min-width:37.5em){.location-selector{padding:var(--spacing-2xs) var(--spacing-xs)}}.location-selector__button{font-size:.875rem;line-height:150%;font-family:var(--font-primary),sans-serif;font-style:normal;font-weight:var(--font-weight-medium);display:flex;align-items:center;gap:var(--spacing-3xs)}.location-selector__button .icon{width:1rem;height:1rem;margin-left:var(--spacing-4xs);transform:rotate(0deg);transition:transform .3s}.location-selector__button[aria-expanded=true] .icon{transform:rotate(180deg)}.location-selector__image{width:1.25rem;height:1.25rem;object-fit:cover;object-position:center;border-radius:var(--radius-medium)}.location-selector__popover{background-color:var(--color-neutral-white);border-radius:var(--radius-xxsmall);box-shadow:0 4px 10px 0 rgba(0,0,0,.1);padding:var(--spacing-4xs);min-width:12.5rem;margin-bottom:var(--spacing-2xs)}.location-selector__menu-item{font-size:.875rem;line-height:150%;font-family:var(--font-primary),sans-serif;font-style:normal;font-weight:var(--font-weight-medium);padding:var(--spacing-2xs);border-radius:var(--radius-xxxsmall);cursor:pointer;transition:background-color .3s cubic-bezier(.25,.46,.45,.94)}.location-selector__menu-item:hover{background-color:var(--color-brand-grey)}.footer{display:flex;align-items:flex-start;padding:2.5rem 1rem 2.75rem;margin-top:1.25rem;flex-direction:column;gap:1.5rem;background:var(--color-brand-grey);flex-wrap:wrap}@media(min-width:37.5em){.footer{gap:var(--spacing-3xl);padding:2.75rem 4rem}}.footer svg{flex-shrink:0}.footer__navigation{width:100%;display:flex;flex-direction:column}@media(min-width:37.5em){.footer__navigation{flex-direction:row;justify-content:space-between;align-items:center}}.footer__navigation--top{gap:var(--spacing-lg)}.footer__navigation--bottom{gap:var(--spacing-md)}.footer__primary{gap:2rem;row-gap:.5rem}.footer__primary,.footer__secondary{display:flex;flex-direction:row;flex-wrap:wrap}.footer__secondary{gap:.75rem}@media(min-width:37.5em){.footer__secondary{gap:1.25rem}}.footer__secondary a{font-weight:var(--font-weight-normal);-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:8.5%;text-underline-offset:20%;text-underline-position:from-font}.footer__copyright,.footer__secondary a{font-size:.75rem;line-height:150%;font-family:var(--font-primary),sans-serif;font-style:normal}.footer__copyright{font-weight:var(--font-weight-medium);color:var(--text-navy)}@media(max-width:37.49em){.footer__copyright{flex:1 0 100%}}