.range-slider{touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;background:#ddd;border-radius:4px;width:100%;height:8px;display:block;position:relative}.range-slider[data-vertical]{width:8px;height:100%}.range-slider[data-disabled]{opacity:.5;cursor:not-allowed}.range-slider .range-slider__thumb{z-index:3;background:#2196f3;border-radius:50%;width:24px;height:24px;position:absolute;top:50%;transform:translate(-50%,-50%)}.range-slider .range-slider__thumb:focus-visible{outline:0;box-shadow:0 0 0 6px #2196f380}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{z-index:2}.range-slider .range-slider__range{z-index:1;background:#51adf6;width:100%;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%)}.range-slider input[type=range]{-webkit-appearance:none;pointer-events:none;z-index:2;background-color:#0000;width:0;height:0;position:absolute;top:0;left:0}.range-slider input[type=range]::-webkit-slider-thumb{appearance:none}.range-slider input[type=range]::-moz-range-thumb{border:0;width:0;height:0}.range-slider input[type=range]:focus{outline:0}
.city-selection-modal{top:var(--city-modal-viewport-offset,0);z-index:9999;width:100%;height:var(--city-modal-viewport-height,100dvh);justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;bottom:auto;left:0;right:0;overflow:hidden}.city-selection-modal__backdrop{z-index:0;-webkit-backdrop-filter:blur(3px);cursor:default;background:#060f15ad;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.city-selection-modal__panel{z-index:1;width:min(100%,620px);max-height:min(calc(var(--city-modal-viewport-height,100dvh) - 36px), 850px);background:#fff;border:1px solid #e4e9ec;border-radius:20px;flex-direction:column;animation:.22s ease-out city-selection-modal-enter;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #0000003d}@keyframes city-selection-modal-enter{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.city-selection-modal__header{flex:none;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 24px 14px;display:flex}.city-selection-modal__heading{min-width:0}.city-selection-modal__category{color:#003b95;letter-spacing:.1em;text-transform:uppercase;background:#003c9514;border:1px solid #003c9520;border-radius:999px;align-items:center;min-height:23px;margin-bottom:9px;padding:5px 10px;font-size:9px;font-weight:800;line-height:1;display:inline-flex}.city-selection-modal__title{color:#081b2d;letter-spacing:-.03em;margin:0;font-size:27px;font-weight:750;line-height:1.2}.city-selection-modal__subtitle{color:#637381;margin:7px 0 0;font-size:13px;line-height:1.5}.city-selection-modal__close{color:#0b2133;cursor:pointer;background:#f2f5f6;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.city-selection-modal__close:hover{color:#005c78;background:#e7edef;transform:rotate(5deg)}.city-selection-modal__search{flex:none;align-items:center;margin:0 24px 16px;display:flex;position:relative}.city-selection-modal__search-icon{z-index:1;color:#75838e;pointer-events:none;position:absolute;left:15px}.city-selection-modal__search-input{color:#142737;appearance:none;background:#f8fafb;border:1px solid #dde5e9;border-radius:12px;width:100%;height:46px;padding:0 44px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .2s,background-color .2s,box-shadow .2s}.city-selection-modal__search-input::placeholder{color:#8b98a3;font-weight:400}.city-selection-modal__search-input:focus{background:#fff;border-color:#16829a;outline:none;box-shadow:0 0 0 4px #005c7814}.city-selection-modal__search-input::-webkit-search-cancel-button{display:none}.city-selection-modal__search-clear{color:#6e7c87;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex;position:absolute;right:11px}.city-selection-modal__search-clear:hover{color:#13293a;background:#e8eef1}.city-selection-modal__content{overscroll-behavior:contain;scrollbar-color:#c5cfd4 transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:0 24px 24px;scroll-padding-bottom:20px;overflow:hidden auto}.city-selection-modal__content::-webkit-scrollbar{width:6px}.city-selection-modal__content::-webkit-scrollbar-track{background:0 0}.city-selection-modal__content::-webkit-scrollbar-thumb{background:#c5cfd4;border-radius:999px}.city-selection-modal__sections{flex-direction:column;gap:26px;display:flex}.city-selection-modal__section{min-width:0}.city-selection-modal__section-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px;display:flex}.city-selection-modal__section-heading h3{color:#071b2d;margin:0;font-size:15px;font-weight:700;line-height:1.3}.city-selection-modal__section-heading span{color:#657684;white-space:nowrap;background:#fff;border:1px solid #e4e9ec;border-radius:999px;flex:none;padding:4px 9px;font-size:10px;font-weight:600;line-height:1}.city-selection-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;width:100%;display:grid}.city-selection-modal__city{color:#102638;text-align:center;cursor:pointer;background:#fff;border:1px solid #e4e9ec;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;min-height:96px;padding:12px 8px;font-family:inherit;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 4px 14px #0c24340a}.city-selection-modal__city:hover{background:#fbfcfd;border-color:#cbd8de;transform:translateY(-1px);box-shadow:0 7px 18px #0c243414}.city-selection-modal__city:active{transform:scale(.97)}.city-selection-modal__city--selected{background:#f8fbff;border-color:#003b95;box-shadow:0 0 0 2px #003b9514}.city-selection-modal__city-icon{color:#003b95;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.city-selection-modal__city--selected .city-selection-modal__city-icon{color:#003b95}.city-selection-modal__city-icon svg{width:25px;height:25px}.city-selection-modal__city-content{width:100%;min-width:0;display:block}.city-selection-modal__city-content strong{color:#091d2f;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:13px;font-weight:700;line-height:1.25;display:block;overflow:hidden}.city-selection-modal__state{color:#005c78;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:30px 20px;display:flex}.city-selection-modal__state h3{color:#102638;margin:13px 0 0;font-size:17px;font-weight:700}.city-selection-modal__state p{color:#72808c;max-width:320px;margin:7px 0 0;font-size:13px;line-height:1.5}.city-selection-modal__city--loading{pointer-events:none}.city-selection-modal__city-icon-skeleton,.city-selection-modal__city-name-skeleton{background:linear-gradient(90deg,#edf1f3 25%,#f7f9fa 50%,#edf1f3 75%) 0 0/200% 100%;animation:1.2s linear infinite city-selection-skeleton;display:block}.city-selection-modal__city-icon-skeleton{border-radius:50%;width:42px;height:42px}.city-selection-modal__city-name-skeleton{border-radius:999px;width:62%;height:10px}@keyframes city-selection-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.city-selection-modal__close:focus-visible,.city-selection-modal__search-input:focus-visible,.city-selection-modal__search-clear:focus-visible,.city-selection-modal__city:focus-visible{outline-offset:2px;outline:2px solid #003b95}@media (max-width:767px){.city-selection-modal{justify-content:center;align-items:flex-end;padding:0}.city-selection-modal__panel{width:100%;max-height:calc(var(--city-modal-viewport-height,100dvh) - 8px);border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0}.city-selection-modal__header{gap:12px;padding:18px 16px 11px}.city-selection-modal__title{font-size:22px}.city-selection-modal__subtitle{max-width:290px;font-size:12px}.city-selection-modal__close{width:34px;height:34px}.city-selection-modal__search{margin:0 16px 14px}.city-selection-modal__search-input{height:44px}.city-selection-modal__content{padding-right:12px;padding-bottom:max(20px, env(safe-area-inset-bottom));padding-left:12px}.city-selection-modal__sections{gap:22px}.city-selection-modal__section-heading{margin-bottom:9px}.city-selection-modal__section-heading h3{font-size:14px}.city-selection-modal__section-heading span{padding:4px 8px;font-size:9px}.city-selection-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.city-selection-modal__city{aspect-ratio:auto;border-radius:10px;gap:5px;min-height:76px;padding:7px 3px}.city-selection-modal__city-icon{flex:0 0 34px;width:34px;height:34px}.city-selection-modal__city-icon svg{width:20px;height:20px}.city-selection-modal__city-content strong{overflow-wrap:anywhere;text-align:center;text-overflow:initial;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.15;display:-webkit-box;overflow:hidden}.city-selection-modal--keyboard-open{top:var(--city-modal-viewport-offset,0);height:var(--city-modal-viewport-height,100dvh);align-items:stretch}.city-selection-modal--keyboard-open .city-selection-modal__panel{width:100%;height:var(--city-modal-viewport-height,100dvh);max-height:var(--city-modal-viewport-height,100dvh);border:0;border-radius:0;flex-direction:column;display:flex}.city-selection-modal--keyboard-open .city-selection-modal__header{flex:none;padding:8px 14px 5px}.city-selection-modal--keyboard-open .city-selection-modal__category,.city-selection-modal--keyboard-open .city-selection-modal__subtitle{display:none}.city-selection-modal--keyboard-open .city-selection-modal__title{font-size:19px}.city-selection-modal--keyboard-open .city-selection-modal__close{width:30px;height:30px}.city-selection-modal--keyboard-open .city-selection-modal__search{z-index:10;background:#fff;flex:none;margin:3px 14px 8px;position:sticky;top:0}.city-selection-modal--keyboard-open .city-selection-modal__search-input{height:40px}.city-selection-modal--keyboard-open .city-selection-modal__content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1 1 0;min-height:0;padding:0 10px 12px;overflow:hidden auto}.city-selection-modal--keyboard-open .city-selection-modal__sections{gap:16px;padding-bottom:20px}.city-selection-modal--keyboard-open .city-selection-modal__section-heading{margin-bottom:7px}.city-selection-modal--keyboard-open .city-selection-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.city-selection-modal--keyboard-open .city-selection-modal__city{aspect-ratio:auto;gap:4px;min-height:66px;padding:5px 2px}.city-selection-modal--keyboard-open .city-selection-modal__city-icon{flex:0 0 29px;width:29px;height:29px}.city-selection-modal--keyboard-open .city-selection-modal__city-icon svg{width:17px;height:17px}.city-selection-modal--keyboard-open .city-selection-modal__city-content strong{font-size:8px;line-height:1.1}}@media (max-width:360px){.city-selection-modal__content{padding-left:8px;padding-right:8px}.city-selection-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.city-selection-modal__city{border-radius:8px;gap:3px;min-height:64px;padding:5px 2px}.city-selection-modal__city-icon{flex:0 0 27px;width:27px;height:27px}.city-selection-modal__city-icon svg{width:16px;height:16px}.city-selection-modal__city-content strong{font-size:10.5px;line-height:1.1}.city-selection-modal--keyboard-open .city-selection-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.city-selection-modal--keyboard-open .city-selection-modal__city{min-height:59px}.city-selection-modal--keyboard-open .city-selection-modal__city-icon{flex-basis:25px;width:25px;height:25px}.city-selection-modal--keyboard-open .city-selection-modal__city-icon svg{width:15px;height:15px}}@media (prefers-reduced-motion:reduce){.city-selection-modal__panel,.city-selection-modal__city,.city-selection-modal__close,.city-selection-modal__city-icon-skeleton,.city-selection-modal__city-name-skeleton{transition:none;animation:none}}@media (max-width:320px){.city-selection-modal__content{padding-left:6px;padding-right:6px}.city-selection-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.city-selection-modal__city{border-radius:7px;gap:3px;min-height:58px;padding:4px 1px}.city-selection-modal__city-icon{flex:0 0 24px;width:24px;height:24px}.city-selection-modal__city-icon svg{width:25px;height:25px}.city-selection-modal__city-content strong{-webkit-line-clamp:2;font-size:9px;line-height:1.05}.city-selection-modal--keyboard-open .city-selection-modal__content{padding-left:5px;padding-right:5px}.city-selection-modal--keyboard-open .city-selection-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:3px}.city-selection-modal--keyboard-open .city-selection-modal__city{min-height:54px;padding:3px 1px}.city-selection-modal--keyboard-open .city-selection-modal__city-icon{flex:0 0 22px;width:22px;height:22px}.city-selection-modal--keyboard-open .city-selection-modal__city-icon svg{width:25px;height:25px}.city-selection-modal--keyboard-open .city-selection-modal__city-content strong{font-size:6.5px}}
