.location-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.6);backdrop-filter:blur(50px);padding:calc(1rem + 48px + 1rem) 1rem 1rem}@media(max-width:768px){.location-modal{overflow-y:auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:calc(2rem + 48px + 1rem);padding-bottom:2rem}}.location-modal__container{position:relative;width:100%;max-width:60rem;margin:0 auto;color:#353535}.location-modal__content{width:100%;background:#fff;border-radius:2rem;border:1px solid #e1e1e1;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.0392156863);box-shadow:0 2px 8px 0 rgba(0,0,0,.0392156863);padding:2rem;position:relative}@media(max-width:768px){.location-modal__content{padding:24px}}.location-modal__header{margin-bottom:1.5rem}.location-modal__title{font-size:30px;font-weight:900;line-height:110%;margin-bottom:.75rem}.location-modal__subtitle{line-height:150%;font-size:18px}.location-modal__subtitle span{color:#7357d6}.location-modal__companies{margin-bottom:1.5rem;background-color:#fdfbf7;border:1px solid #e1e1e1;border-radius:1rem}@media(min-width:769px){.location-modal__companies{max-height:54vh;overflow-y:auto}}@media(max-width:768px){.location-modal__companies{max-height:none;overflow-y:visible}}.location-modal__companies__wrapper{margin:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(max-width:768px){.location-modal__companies__wrapper{margin:12px}}.location-modal__company{border:1px solid #e1e1e1;border-radius:1rem;background:#fff}.location-modal__company-body{padding:1rem;display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}@media(min-width:768px){.location-modal__company-body{grid-template-columns:2fr 2fr 2fr 120px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.5rem}}.location-modal__company-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.location-modal__company-name{font-weight:700;font-size:1rem}.location-modal__company-id{font-size:15px;font-weight:400;line-height:140%}.location-modal__company-address{font-size:14px;font-weight:400;line-height:130%}.location-modal__company-type{font-size:.75rem;font-weight:700;color:#6f6f6f;line-height:120%}.location-modal__company-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(min-width:1024px){.location-modal__company-action{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.location-modal__help{padding-top:1rem}.location-modal__help p{font-size:15px;font-weight:400;line-height:140%}.location-modal__close{position:fixed;top:2rem;right:2rem;border:none;cursor:pointer;padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:101;background:hsla(0,0%,100%,.1);height:48px;width:48px;border-radius:100%}.location-modal__close:hover{opacity:.6}@media(max-width:768px){.location-modal__close{top:2rem;right:1rem}}.location-modal__close svg{width:20px;height:20px}