@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800&family=Roboto:wght@400;500;700;900&family=Open+Sans:wght@400;500;600;700;800&family=Lora:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&family=Raleway:wght@400;500;600;700;800;900&family=Nunito:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&family=Roboto+Slab:wght@400;500;600;700;800&family=Merriweather:wght@300;400;700;900&family=Ubuntu:wght@400;500;700&family=PT+Sans:wght@400;700&family=Source+Sans+3:wght@400;500;600;700;800&family=Rubik:wght@400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&family=Roboto+Condensed:wght@300;400;700&family=Bebas+Neue&display=swap";.header{position:-webkit-sticky;position:sticky;top:0;background-color:#1c1714;z-index:1000}.header .logo{cursor:pointer}.header__account-mobile,.header__burger,.header__mobile-controls,.header__social-mobile{display:none}.header__content{display:flex;justify-content:space-between;align-items:center;padding-top:10px!important;padding-bottom:10px!important}.header__navigation{display:flex;align-items:center;list-style:none}.header__navigation .navigation__item{position:relative;cursor:pointer;color:var(--color-grey-98,#fafafa);font-size:14.078px;font-weight:400;line-height:normal;padding:10px 0;margin-right:40px;overflow:hidden}.header__navigation .navigation__item:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#fafafa,#fafafa);transition:all .4s ease-out;transform:translateX(-50%)}.header__navigation .navigation__item:hover:before{width:100%}.header__navigation .social{margin-right:24px;filter:brightness(0) invert(1)}.header__navigation .account{position:relative;margin-right:0;filter:none}.header__navigation .account svg{filter:none}.header__navigation .account .account__badge{position:absolute;bottom:11px;right:3px;width:14px;height:14px;border-radius:50%;background:#8db14e;color:#fff;font-size:10px;font-weight:700;line-height:14px;text-align:center;pointer-events:none;animation:badge-pulse 1.8s ease-in-out infinite}.header.account{background:#fff}.header.account .navigation__item{color:#1a1a1a}.header.account .navigation__item:before{background:#1a1a1a}.header.account .social{filter:brightness(0)}.burger__overlay{position:fixed;inset:0;background:#00000080;z-index:999}@keyframes badge-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 #8db14eb3}50%{transform:scale(1.15);box-shadow:0 0 0 5px #8db14e00}}@media(min-width:1920px){.header .logo img{width:100px!important;height:46px!important;object-fit:contain}}@media(max-width:800px){.header{background:var(--color-grey-7,#111)}.header__content{padding-top:5px!important;padding-bottom:5px!important}.header nav{display:none}.header__mobile-controls{display:flex;align-items:center;gap:12px}.header__burger{display:block;padding:4px}.header__social-mobile{display:flex;align-items:center;filter:brightness(0) invert(1)}.header__account-mobile{display:flex;align-items:center;position:relative;cursor:pointer}.header__account-mobile svg{filter:none}.header__account-mobile .account__badge{position:absolute;bottom:0;right:-2px;width:14px;height:14px;border-radius:50%;background:#8db14e;color:#fff;font-size:10px;font-weight:700;line-height:14px;text-align:center;pointer-events:none;animation:badge-pulse 1.8s ease-in-out infinite}.header.account{background:#fff}.header.account .header__burger span{background:#1a1a1a}.header.account .header__account-mobile svg{filter:none}.header.account .header__social-mobile{filter:brightness(0)}}.header__burger .box{border-radius:2px;width:24px;height:28px}.header__burger .btn{width:24px;height:24px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.header__burger span{display:block;width:100%;box-shadow:0 2px 10px 0 #0000004d;border-radius:1px;height:2px;background:#fff;transition:all .3s;position:relative}.header__burger .active span:first-child{animation:top .7s ease forwards}.header__burger .not-active span:first-child{animation:top-2 .7s ease forwards}.header__burger .active span:nth-child(2){animation:scaled .7s ease forwards}.header__burger .not-active span:nth-child(2){animation:scaled-2 .7s ease forwards}.header__burger .active span:nth-child(3){animation:bottom .7s ease forwards}.header__burger .not-active span:nth-child(3){animation:bottom-2 .7s ease forwards}@keyframes top{0%{top:0;transform:rotate(0)}50%{top:11px;transform:rotate(0)}to{top:11px;transform:rotate(45deg)}}@keyframes top-2{0%{top:11px;transform:rotate(45deg)}50%{top:11px;transform:rotate(0deg)}to{top:0;transform:rotate(0deg)}}@keyframes bottom{0%{bottom:0;transform:rotate(0)}50%{bottom:11px;transform:rotate(0)}to{bottom:11px;transform:rotate(-45deg)}}@keyframes bottom-2{0%{bottom:11px;transform:rotate(-45deg)}50%{bottom:11px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes scaled{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes scaled-2{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}.burger__menu.active{opacity:1;transition:.4s;top:100%;left:0}.burger__menu{opacity:0;transition:.4s;background:var(--color-grey-7,#111);position:absolute;top:-1000px;left:0;list-style:none;display:none;width:100%;z-index:1001}.burger__menu li{display:flex;justify-content:center;padding:24px 8px;color:var(--color-grey-98,#fafafa);text-align:right;font-family:Montserrat;font-size:13.414px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.header.account .burger__menu{background:#fff}.header.account .burger__menu li{color:#1a1a1a}@media(max-width:800px){.burger__menu{display:block}}@media(min-width:800px){.btn{width:24px;height:21px}}.preview{position:relative;overflow-x:hidden;background:#000}.preview__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.preview:before{content:"";position:absolute;inset:0;background:#0009;z-index:2}.preview .marquee,.preview>.container{position:relative;z-index:3}.preview__btns{display:flex;gap:24px}@media(max-width:600px){.preview__btns{flex-direction:row;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}}.preview__btn-green{display:flex!important;align-items:center!important;gap:16px!important;border-radius:5px;background:#8db14e!important;color:#fff!important}.preview__btn-green:hover{background:#7a9e3e!important}.preview__eyebrow{display:inline-block;position:relative;color:#fff;font-family:Montserrat;font-size:18px;font-weight:400;letter-spacing:3px;text-transform:uppercase;padding-bottom:10px;margin-bottom:32px}.preview__eyebrow:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0000 0,#80a030 20%,#80a030 80%,#0000)}.preview__content{padding:286px 0 364px}.preview__content-txt{display:flex;flex-direction:column;gap:12px;margin-bottom:64px}@media(max-width:700px){.preview__content-txt{margin-bottom:24px}}.preview__content-txt p{margin-bottom:0}.preview__content h1{text-align:left;transform:none;font-family:Montserrat;font-size:44px;line-height:normal;text-transform:uppercase;letter-spacing:8px;padding-bottom:18px}.preview__content h1,.preview__content p{color:var(--color-white-solid,#fff);font-style:normal;font-weight:400}.preview__content p{font-size:24px;line-height:35px;letter-spacing:2px}.preview__content button:hover{background:var(--Dark,#0d0d0d);color:var(--White,#fafafa);transition:.4s}.preview__content button{transition:.4s;color:var(--Dark,#0d0d0d);text-align:center;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;border-radius:5px;background:var(--White,#fafafa);padding:24px 64px;border:none}@media(max-width:800px){.preview__content{padding:244px 0 367px}.preview__content h1{font-size:72px;letter-spacing:6px}.preview__content p{font-size:18px}.preview__content button{font-size:13px;padding:16px 48px}}@media(max-width:480px){.preview__eyebrow{display:block;font-size:12px;letter-spacing:2px;text-align:center}.preview__content{padding:121px 0 126px;text-align:center}.preview__content h1{transform:none;font-size:23px;line-height:normal;text-transform:uppercase;letter-spacing:4px;padding-bottom:18px}.preview__content h1,.preview__content p{color:var(--color-white-solid,#fff);text-align:center;font-family:Montserrat;font-style:normal;font-weight:400}.preview__content p{font-size:12px;line-height:24px;letter-spacing:1px}.preview__content button{display:flex;width:auto;justify-content:center;align-items:center;padding:10px 16px;border-radius:5px;color:#0d0d0d;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.preview__content .preview__btn-green{background:#8db14e!important;color:#fafafa!important}}@media(min-width:768px)and (max-width:1919px){.preview__eyebrow{display:inline-block}.preview__content{padding:67px 0 143px}.preview__content h1{font-size:62px;letter-spacing:8px;transform:none;padding-bottom:16px}.preview__content p{font-size:20px;line-height:140%}.preview__content button{display:flex;width:170px;height:52px;padding:16px 32px;justify-content:center;align-items:center;white-space:nowrap;border-radius:5px;background:var(--White,#fafafa);color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.preview__content .preview__btn-green{width:260px;background:#8db14e!important;color:#fafafa!important}.preview__content-txt{margin-bottom:32px}}@media(min-width:1024px)and (max-width:1439px){.preview__content{padding:200px 0 280px}}@media(min-width:1440px){.preview__content{padding:286px 0 364px}}@media(min-width:1920px){.preview>.container{padding-left:0;padding-right:0}}.marquee{width:100%;height:44px;overflow:hidden;background:#80a030;color:var(--color-white-solid,#fff);display:flex;justify-content:center;align-items:center;align-self:stretch;position:relative}@media(max-width:767px){.marquee{height:auto;min-height:44px;padding:6px 12px}}.marquee span{white-space:nowrap;text-align:center;text-transform:uppercase;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:normal}@media(max-width:767px){.marquee span{font-size:11px;white-space:normal}}.marquee__wrapper{display:flex;width:-webkit-max-content;width:max-content;animation:scrollLoop 20s linear infinite}.marquee__content{display:flex;white-space:nowrap;gap:50px;padding-right:50px;color:var(--color-white-solid,#fff);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}@keyframes scrollLoop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:480px){.marquee__content{display:flex;white-space:nowrap;gap:50px;font-size:12px;font-weight:600;padding-right:50px}}.preview__content-txt-list{margin-top:80px;white-space:nowrap;margin-left:-173px;overflow:visible}@media(max-width:480px){.preview__content-txt-list{font-size:14px;margin-top:70px}}.preview__content-txt-list-inner{display:inline-flex;gap:0}.preview__content-txt-list-track{display:inline-flex;align-items:center}.preview__content-txt-list .preview__content-txt-track+.preview__content-txt-track{display:none}.preview__content-txt-list span{color:var(--color-white-solid,#fff);font-family:Montserrat;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1px;text-transform:uppercase}@media(max-width:480px){.preview__content-txt-list span{font-size:14px}}.preview__content-txt-list .circle{color:var(--accent,#80a030);font-family:Montserrat;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1px;text-transform:uppercase}@media(max-width:480px){.preview__content-txt-list .circle{font-size:14px}}@media(max-width:1300px){.preview__content-txt-list{display:none;width:100%;overflow:hidden;margin-left:0}.preview__content-txt-list-inner{display:flex;width:-webkit-max-content;width:max-content;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.preview__content-txt-list-track{flex-shrink:0}.preview__content-txt-list .preview__content-txt-track+.preview__content-txt-track{display:inline-flex}}.filter{font-size:16px;font-weight:500}.filter,.filter__title{color:var(--Dark,#0d0d0d);font-style:normal;line-height:normal}.filter__title{font-size:20px;font-weight:600}.brand{max-height:0;overflow:hidden;transition:1s}.brand__search{margin-bottom:16px;border:.5px solid #a4a4a4;border-radius:10px;padding:8px 16px;background:#f5f5f5;color:#050505;font-size:14px;font-weight:500;width:100%}.brand input:focus{outline:none;border:1px solid var(--Main-color,#077c8f)}.brand__search::placeholder{color:#050505}.brand__list{display:flex;overflow:scroll;flex-direction:column;scrollbar-width:none}.brand__list::-webkit-scrollbar{display:none}.brand__item{display:flex;align-items:center;margin-bottom:16px}.brand__item input{margin-right:16px}.brand #check{-webkit-appearance:none;appearance:none;border:1px solid #050505;border-radius:2px;width:18px;height:18px}.brand #check:checked{background-color:#80a030;border-color:#80a030;display:flex;justify-content:center;align-items:center;position:relative}.brand #check:checked:before{content:"✓";color:#fff;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand.active{max-height:1000px;transition:1s}@media(max-width:856px){.brand{border-bottom:1px solid #a4a4a4}}.rang{margin-bottom:0;height:0;overflow:hidden;transition:1s;border-bottom:1px solid #a4a4a4;padding:0 10px}.rang.active{height:70px;transition:1s}.rang-title{margin-bottom:24px;display:flex;justify-content:space-between;color:var(--gray,#9f9f9f);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.filter{max-width:280px;width:100%;margin-right:16px;transform:translateY(-13px)}.filter__txt-btn{position:relative;display:flex;justify-content:space-between;align-items:center;padding:18px 0}.filter__img{position:absolute;right:0;transition:1s}.filter__img.inactive{transition:.5s;transform:rotate(90deg)}.filter__subcategory{border-bottom:1px solid #a4a4a4}.filter__subcategory .subcategory__list.open{margin-bottom:16px;transition:3s;max-height:2000px}.filter__subcategory .subcategory__list{margin-bottom:0;transition:.7s;overflow:hidden;max-height:0;list-style:none}.filter__subcategory .subcategory__list-item__btn{min-width:186px;border:1px solid #f5f5f5;cursor:pointer;border-radius:10px;background:#f5f5f5;text-align:left;padding:16px;width:100%;margin-bottom:8px;color:var(--Dark,#050505);font-size:14px;font-style:normal;font-weight:600;line-height:normal}.filter__subcategory .subcategory__list-item__btn:hover{border:1px solid #80a030;box-shadow:0 2px 10px 0 #5e8f9d1a;background:#f8f8f8}.filter__subcategory .subcategory__list-item__btn.active{cursor:auto;pointer-events:none;color:#f5f5f5;background:#80a030;border:1px solid #80a030}@media(max-width:1150px){.filter{transform:translateX(0)}.filter__subcategory{border-bottom:none}.filter.inactive{position:fixed;left:-1000px;transition:1s;z-index:1000;top:0;height:100%}.filter__list{padding-bottom:100px;display:flex;flex-direction:column}.filter.active{border-radius:0 0 10px 0;overflow-y:auto;overflow-x:hidden;height:100vh;padding:0 8px;background:#fff;z-index:10000;position:fixed;transition:left .3s ease;left:0;top:0;height:100%}}.filter__reset-button:hover{transition:.3s;background:var(--Dark,#0d0d0d);border:1px solid #0d0d0d;color:var(--color-white-solid,#fff)}.filter__reset-button{transition:.3s;border-radius:5px;background:var(--Dark,#fff);border:1px solid #0d0d0d;color:var(--color-white-solid,#0d0d0d);font-size:11px;font-style:normal;font-weight:700;line-height:normal;padding:8px 30px;width:100%;cursor:pointer}.search__count{position:absolute;top:-13px;right:5px}.search__func{cursor:pointer;position:absolute;left:25px;display:flex;align-items:center}.search__func img{width:11px;height:11px;margin-right:8px}.clear__block{width:100%;text-align:center;padding:256px 0}.store{display:flex;position:relative}.store__list{margin-bottom:83px;width:100%;position:relative;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.store__list-item{cursor:pointer;text-align:center}.store__list-item img{margin-bottom:16px}.store__list-item p{margin-bottom:33px;height:35px}.store__list-item p,.store__list-item span{color:var(--Dark,#0d0d0d);font-size:14px;font-style:normal;font-weight:300;line-height:normal;overflow:hidden}.store__list-item span{margin-right:4px}.store__list-item .sub_description{height:35px;display:block}.store__list-item .sub_data{height:18px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.store__list-item .title{height:54px;overflow:hidden;margin-bottom:16px;color:var(--Dark,#0d0d0d);font-weight:600}.store__list-item .price,.store__list-item .title{font-size:23px;font-style:normal;line-height:normal}.store__list-item .price{height:auto;color:var(--color-chartreuse-green-41,#80a030);font-weight:500;margin-bottom:24px;margin-top:16px}.store__list-item .store__item-btn{border-radius:5px;background:var(--Dark,#0d0d0d);color:var(--color-white-solid,#fff);font-size:11px;font-style:normal;font-weight:700;line-height:normal;padding:15px 30px;border:none;cursor:pointer;transition:background .2s}.store__list-item .store__item-btn:hover{background:#2a2a2a}@media(max-width:1150px){.search__func{left:0}}@media(max-width:930px){.store{justify-content:center}.store__list{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:568px){.store__list{grid-template-columns:repeat(1,1fr);gap:20px}.store__list-item{cursor:pointer;text-align:center}.store__list-item img{width:350px;height:385px;margin-bottom:16px}.store__list-item p{margin-bottom:33px;font-size:14px;font-weight:300;height:35px}.store__list-item .title,.store__list-item p{color:var(--Dark,#0d0d0d);font-style:normal;line-height:normal;overflow:hidden}.store__list-item .title{height:54px;margin-bottom:16px;font-size:23px;font-weight:600}.store__list-item .price{height:auto;font-size:23px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:24px}.store__list-item .store__item-btn{border-radius:5px;background:var(--Dark,#0d0d0d);color:var(--color-white-solid,#fff);font-size:11px;font-style:normal;font-weight:700;line-height:normal;padding:15px 30px;border:none;cursor:pointer;transition:background .2s}.store__list-item .store__item-btn:hover{background:#2a2a2a}.store__list-item{cursor:pointer;text-align:center}.store__list-item img{width:278px;height:306px;margin-bottom:16px}}.store__list-image-wrapper{position:relative}.badge-case{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.badge,.badge-img{padding:4px 12px;color:#fff;font-weight:700;border-radius:5px;color:var(--White,#fafafa);text-align:center;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:normal;border-radius:10px;border:1px solid var(--accent,#80a030);background:var(--accent,#80a030)}.badge-img{position:absolute;top:25px;left:25px;z-index:10000}.store__func{text-align:center;display:flex;flex-direction:column}.store__title{color:var(--Dark,#0d0d0d);font-size:40px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1px;margin-bottom:64px}.store__category{list-style:none;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.store__category .category__item{cursor:pointer;color:var(--Dark,#0d0d0d);font-size:20px;font-style:normal;font-weight:600;line-height:normal;padding:5px 10px;margin-right:30px}.store__category .category__item.actions{padding:8px 16px;color:var(--White,#fafafa);text-align:center;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:600;line-height:normal;border-radius:100px;background:var(--accent,#80a030);transition:.3s}@media(max-width:600px){.store__category .category__item.actions{font-size:14px}}.store__category .category__item:hover{opacity:.7;transition:.3s}.store__category .category__item.active{color:#00000080}.store__category .category__item:last-child{padding:5px 10px;margin-right:0}@media(max-width:800px){.store__category .category__item{color:var(--color-black-solid,#000);font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-right:8px}}@media(max-width:568px){.store__func h2{color:var(--color-black-solid,#000);margin-bottom:32px;font-size:32px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1px}.store__category{flex-direction:column}.store__category .category__item{color:var(--color-black-solid,#000);font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-right:0;padding:2px 10px;margin-bottom:14px}}.categories__title-func{display:flex;justify-content:space-between;padding-bottom:16px}.categories__title-func h2{font-size:24px;font-weight:600;line-height:29px}.category__title{margin-bottom:16px}.sort-container{align-items:center;display:flex;position:relative;font-size:16px;z-index:10;font-weight:600}.categories__title-func{justify-content:flex-end}.categories__func-btns,.sort-title{display:none}.sort-selected{color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:11px;font-style:normal;font-weight:300;line-height:normal;position:relative;border-radius:3px;border:var(--stroke-weight-1,1px) solid var(--color-grey-87,#ddd);background:var(--color-grey-97,#f8f8f8);padding:8px 16px;z-index:100;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.sort-selected img{margin-left:8px}.sort_relative{position:relative}.sort-selected.open{border:1px solid #ddd}.sort-dropdown{color:var(--Dark,#0d0d0d);background:var(--color-grey-97,#f8f8f8);font-family:Montserrat;font-size:11px;font-style:normal;font-weight:300;line-height:normal;padding-top:10px;position:absolute;left:188px;right:0;top:36px;border-radius:4px;box-shadow:0 4px 8px #0000001a;overflow-y:auto;border:1px solid #ddd;z-index:1000;border-radius:0 0 10px 10px}.sort_z-index{position:relative}.sort-option{padding:4px;cursor:pointer}.sort-option:hover{color:#ddd}.arrow{font-size:12px}@media(max-width:856px){.sort_z-index{display:contents}.sort-title{text-align:center;display:block;font-size:14px;font-weight:700;margin-bottom:10px;padding-bottom:10px}.sort-option,.sort-title{border-bottom:1px solid #a4a4a4}.sort-option{margin-bottom:12px;padding:0 0 12px}.sort-option:last-child{margin-bottom:16px;border-bottom:none}.sort-selected{z-index:0;padding:4px}.sort-container{position:static;width:auto}.sort-dropdown{box-shadow:0 -4px 43px -13px #00000080;padding-top:10px;position:fixed;bottom:0;left:0;right:0;top:auto;background:#fff;border-radius:4px;z-index:100000;overflow-y:auto;border:none;border-top:1px solid #a4a4a4;border-radius:20px 20px 0 0}}@media(max-width:1150px){.categories__func-btns{display:block}.categories__func-btn{color:var(--color-black-solid,#000);font-family:Montserrat;font-size:11px;font-style:normal;font-weight:600;line-height:normal;background:inherit;border:none}.categories__func-btns .sort-container{display:none!important}.categories__func-btns .sort-selected{padding:8px!important}.categories__title-func{align-items:center;justify-content:space-between;flex-direction:row-reverse}}.search__form{position:relative;margin-right:24px}.search__form input{border:var(--stroke-weight-1,1px) solid var(--color-grey-87,#ddd);background:var(--color-grey-97,#f8f8f8);padding:7px 29px 7px 8px;color:var(--color-grey-67,#000);border-radius:3px}.search__form input,.search__form input::placeholder{font-family:Montserrat;font-size:11px;font-style:normal;font-weight:400;line-height:normal}.search__form input::placeholder{color:var(--color-grey-67,#aaa)}.search__form input:focus-visible{outline:none;border:var(--stroke-weight-1,1px) solid var(--color-grey-87,#ddd)}.search__form button{border:none;background:inherit;outline:none;position:absolute;right:0;width:20px;height:20px;padding:0 31px 0 0}@media(max-width:568px){.categories__title-func{position:relative;margin-bottom:40px}.search__form{position:absolute;left:0;top:29px;margin-right:0;right:0}.search__form input{width:100%}}.sempl__submit{cursor:pointer}.sempl__submit.inactive{cursor:default;pointer-events:none;opacity:.6}.sample-out{color:var(--color-black-solid,#000);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-left:8px}@media(max-width:600px){.sample-out{margin-left:0}}.button-flex{display:flex;flex-wrap:wrap}.sempl__title{align-items:center;flex-wrap:wrap;max-width:100%!important;text-align:left;display:flex!important}.sempl__title h1{margin-right:16px;margin-bottom:8px!important}.sempl__title p{font-size:16px;font-weight:500}.sempl__count,.sempl__title p{color:var(--color-black-solid,#000);font-style:normal;line-height:normal}.sempl__count{font-size:14px;font-weight:400;margin-bottom:8px}.sempl__list{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;max-width:561px;margin-bottom:24px;margin-top:24px}.sempl__item:hover .sempl__add-hover{margin-bottom:0;display:block!important;position:absolute;top:0;left:0;right:0;bottom:0;background:#80a03026}.sempl__item:hover .sempl__add-btn{cursor:pointer;display:block}.sempl__item.active:hover:hover:after{border-radius:5px;content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin-bottom:0;background:#d9d9d900!important}.sempl__item.active:hover .sempl__add-btn{display:none}.sempl__item.active:hover .sempl__del-hover{margin-bottom:0;text-align:center;display:block!important;position:absolute;top:0;left:0;right:0;bottom:0;background:#d9d9d9cc}.sempl__item.active:hover .sempl__del-hover p{color:var(--Dark,#0d0d0d);text-align:center;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:normal;transform:translateY(20px)}.sempl__item.active:hover .sempl__del-hover img{margin-bottom:19px;width:30px;height:30px;transform:translateY(20px)}.sempl__item.active:after{border-radius:5px;margin-bottom:0;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#80a03033}.sempl__del-hover{display:none!important}.sempl__item{display:flex;flex-direction:column;justify-content:space-between;position:relative;cursor:pointer;max-width:93px;border-radius:5px;border:1px solid var(--accent,#80a030);background:inherit}.sempl__item img{border-radius:5px}.sempl__item .sempl__add-hover{display:none}.sempl__item .sempl__add-btn{display:none;color:var(--color-white-solid,#fff);text-align:center;font-family:Montserrat;font-size:11px;font-style:normal;font-weight:700;line-height:normal;border-radius:5px;background:var(--color-black-solid,#000);padding:16px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.sempl__content{align-items:center;margin-bottom:0!important;text-align:center;padding:0 8px}.sempl__title{max-width:100px;white-space:nowrap;font-size:12px;font-weight:600}.sempl__predictitle,.sempl__title{display:block;overflow:hidden;text-overflow:ellipsis;color:var(--Dark,#0d0d0d);text-align:center;font-family:Montserrat;font-style:normal;line-height:normal;margin-bottom:8px}.sempl__predictitle{max-width:80px;white-space:pre-wrap;font-size:9px;font-weight:500}.sempl__cost{color:var(--color-chartreuse-green-41,#80a030);text-align:center;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px}@media(max-width:1010px){.sempl__list{grid-template-columns:repeat(4,1fr);gap:16px;max-width:561px;margin-bottom:24px}}@media(max-width:900px){.sempl__list{grid-template-columns:repeat(5,1fr);gap:16px;max-width:561px;margin:0 auto 24px}}@media(max-width:600px){.sempl__list{grid-template-columns:repeat(4,1fr)}}@media(max-width:485px){.sempl__list{grid-template-columns:repeat(3,1fr)}}@media(max-width:370px){.sempl__list{gap:8px}}@media(max-width:330px){.sempl__item{max-width:78px}.sempl__item img{width:76px}}.mb-b{display:flex;flex-direction:column;gap:8px}.footer{background:var(--color-grey-6,#0f0f0f);color:#f5f5f5}.footer .footer__container{width:100%;max-width:1680px;margin:0 auto;padding:40px 20px}.footer .footer__main{display:flex;flex-direction:column;gap:24px}.footer .footer__brand,.footer .footer__contacts,.footer .footer__nav{display:flex;flex-direction:column;align-items:flex-start}.footer .footer__brand{gap:24px;margin-bottom:16px}.footer .footer__logo{display:block;width:100px;height:46px;height:auto;filter:brightness(0) invert(1)}.footer .footer__address,.footer .footer__copyright,.footer .footer__description,.footer .footer__developer,.footer .footer__link,.footer .footer__phone{color:#a7a7a7;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:160%}.footer .footer__description{max-width:430px;color:var(--color-grey-67,#aaa);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:160%}.footer .footer__socials{display:flex;align-items:center;gap:16px}.footer .footer__social-link{display:flex;width:24px;height:24px}.footer .footer__social-link img{width:100%;height:100%}.footer .footer__nav{gap:12px}@media(min-width:768px){.footer .footer__nav{gap:16px}}.footer .footer__nav--info{display:none}.footer .footer__contacts-title,.footer .footer__nav-title{color:var(--color-white-solid,#fff);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.footer .footer__links{display:flex;flex-direction:column;gap:12px}.footer .footer__link{text-decoration:none;transition:color .2s ease;color:var(--color-grey-67,#aaa);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:160%}.footer .footer__link:hover{color:#fff}.footer button.footer__link{padding:0;border:0;background:#0000;font:inherit;text-align:left;cursor:pointer}.footer .footer__contacts{gap:10px}@media(min-width:768px){.footer .footer__contacts{gap:16px}}.footer .footer__contact-details{display:flex;flex-direction:column}.footer .footer__phone{text-decoration:none}.footer .footer__address,.footer .footer__phone{color:var(--color-grey-67,#aaa);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:160%}.footer .footer__callback{font-family:Montserrat;height:33px;padding:8px 16px;border-radius:4px;background:#0000;font-size:14px;font-weight:500;line-height:normal;cursor:pointer;color:var(--color-chartreuse-green-41,#80a030);border:1px solid var(--color-chartreuse-green-41,#80a030)}@media(min-width:768px){.footer .footer__callback{font-size:12px}}.footer .footer__bottom{display:flex;flex-direction:column;gap:12px;margin-top:40px;padding-top:24px;border-top:1px solid #ffffff29}.footer .footer__developer{text-decoration:none}.footer .footer__copyright,.footer .footer__developer{color:#666;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.footer .footer__legal{display:flex;flex-direction:column;align-items:center;gap:8px}@media(min-width:768px){.footer .footer__legal{flex-direction:row;gap:24px}}.footer .footer__legal-link{text-decoration:none;color:#666;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.footer .footer__legal-link:hover{color:var(--color-chartreuse-green-41,#80a030)}@media(min-width:768px){.footer .footer__container{padding:48px}.footer .footer__main{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.5fr) minmax(0,1fr);grid-gap:48px;gap:48px}.footer .footer__brand{gap:24px;margin-bottom:0}.footer .footer__nav--info{display:none}.footer .footer__bottom{flex-direction:row;justify-content:space-between;gap:24px;margin-top:48px;padding-top:48px}}@media(min-width:1440px){.footer .footer__container{padding:80px 48px}.footer .footer__main{display:flex;flex-direction:row;align-items:flex-start;gap:0}.footer .footer__brand{flex:0 0 300px;width:300px}.footer .footer__nav:not(.footer__nav--info){flex:0 0 146.5px;width:146.5px;margin-left:auto}.footer .footer__nav--info{flex:0 0 146.5px;width:146.5px;margin-left:80px}.footer .footer__contacts{flex:0 0 280px;width:280px;margin-left:auto;gap:24px}.footer .footer__brand{gap:24px}.footer .footer__nav--info{display:flex}.footer .footer__social-link{width:40px;height:40px}.footer .footer__contacts-title,.footer .footer__nav-title{font-size:16px}.footer .footer__address,.footer .footer__callback,.footer .footer__description,.footer .footer__link,.footer .footer__phone{font-size:14px}.footer .footer__links{gap:16px}.footer .footer__callback{width:181px;height:41px}.footer .footer__bottom{margin-top:64px;padding-top:32px}.footer .footer__copyright,.footer .footer__developer{font-size:12px}}@media(min-width:1440px)and (max-width:1920px){.footer .footer__container{padding:80px 48px}}@media(min-width:1920px){.footer .footer__container{padding:80px 0}}.product{background:#000000e6;box-shadow:0 10px 30px #000c;padding:20px;color:#fff;transform-origin:center}.product .description{color:var(--color-black-solid,#000);font-size:12px;font-style:normal;font-weight:300;line-height:22px;text-align:left}.error{color:red;font-size:7px;margin-bottom:0!important}.modal__func{display:flex;justify-content:space-between;margin-bottom:20px}.content{animation:fadeIn .5s ease-in-out}.product{overflow:auto;z-index:10000;position:fixed;left:0;right:0;top:0;bottom:0;background:#fff}.product__description{color:var(--color-black-solid,#000);font-size:12px;font-style:normal;font-weight:300;line-height:22px;margin-bottom:24px}.product .price{color:var(--color-chartreuse-green-41,#80a030);font-weight:400;margin-bottom:24px}.product .price,.product h1{font-size:18px;font-style:normal;line-height:normal}.product h1{color:var(--color-black-solid,#000);font-family:Montserrat;font-weight:700;margin-bottom:16px}.product__split{max-width:1150px;padding:0 0 82px;margin:0 auto;display:flex}.product__split .content{text-align:left;margin-left:32px}.product .modal__func{margin-bottom:46px;padding:0 15px;width:100%;display:flex;justify-content:space-between}.product .modal__func img{cursor:pointer}.product .func__beck{font-family:Montserrat;font-size:11px;font-style:normal;font-weight:400;line-height:21.7px;color:#000;cursor:pointer;margin:0 0 60px;display:flex;align-items:center}.product .func__beck .img{margin-right:8px}.product select{border-radius:5px;border:var(--stroke-weight-1,1px) solid var(--color-grey-87,#ddd);background:var(--color-grey-97,#f8f8f8);padding:9px;width:150px;color:var(--color-black-solid,#000);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:300;line-height:normal}.product select:focus-visible{outline:none;border:var(--stroke-weight-1,1px) solid var(--color-grey-87,#80a030)}.product form div{display:flex;flex-direction:column;margin-bottom:12px}.product form div label{margin-bottom:8px;color:var(--color-black-solid,#000);font-weight:300}.product form button,.product form div label{font-family:Montserrat;font-size:11px;font-style:normal;line-height:normal}.product form button{margin-bottom:24px;padding:12px 30px;color:var(--color-white-solid,#fff);text-align:center;font-weight:700;border-radius:5px;background:var(--color-black-solid,#000);border:none;cursor:pointer;transition:background .2s}.product form button:hover{background:#2a2a2a}@media(max-width:900px){.product__split{flex-direction:column}.product .modal__func{margin-bottom:0}.product .func__beck{margin:0}.product .content{margin-top:24px;margin-left:0}.product .content .input__grid{max-width:324px;margin-bottom:24px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.product .content .input__grid select{margin-bottom:0}.gallery-container{margin:0 auto}}@media(max-width:686px){.product select{padding:12px 8px!important}.main-slider .swiper-slide img{width:400px;height:400px}.gallery-container{max-width:402px!important}.description{color:var(--color-black-solid,#000);font-size:10px;font-style:normal;font-weight:300;line-height:20px}}@media(max-width:430px){.gallery-container{max-width:320px!important}.product .content .input__grid{gap:12px}.product .content .input__grid select{max-width:138px}form button{width:100%;padding:16px 0}}.recently-viewed{max-width:1150px;margin:0 auto 60px;padding:0 15px;text-align:left}.recently-viewed h4{color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:36px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}.recently-viewed__list{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.recently-viewed__list::-webkit-scrollbar{display:none}.recently-viewed__item{flex:0 0 160px;cursor:pointer}.recently-viewed__item:hover .recently-viewed__name{color:#80a030}.recently-viewed__img{position:relative;width:100%;height:176px;margin-bottom:12px;background:#f8f8f8}.recently-viewed__name{font-family:Montserrat;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#000;margin-bottom:4px;transition:color .15s}.recently-viewed__price{font-family:Montserrat;font-size:12px;font-weight:400;color:#80a030}.info-cart:hover{box-shadow:0 0 12px 10px #1717171a,0 0 10px 9px #1717171a,0 0 9px 8px #1717171a,0 0 7px 5px #1717171a,0 0 4px 2px #1717171a}.info-cart{z-index:1050;width:100px;height:100px;position:fixed;top:80px;right:40px;border-radius:1000px;background:#fff;cursor:pointer;box-shadow:0 0 9px 7px #1717170d,0 0 8px 7px #1717170d,0 0 7px 6px #1717170d,0 0 5px 4px #1717170d,0 0 2px 1px #1717170d;transition:box-shadow .3s ease}.info-cart,.info-cart__count{display:flex;justify-content:center;align-items:center}.info-cart__count{width:40px;height:40px;aspect-ratio:1/1;position:absolute;right:-6px;bottom:-6px;border-radius:100px;background:#ff2020;color:var(--White,#fafafa);text-align:center;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:400;line-height:normal}@media(max-width:1100px){.info-cart{width:70px;height:70px;right:16px}.info-cart img{width:36px;height:36px}.info-cart__count{width:24px;height:24px;right:-4px;bottom:-4px;font-size:14px}}@media(max-width:656px){.modal-content{position:fixed!important;overflow:auto;top:0;bottom:0;max-height:100vh!important;width:100%!important}}@media(max-width:450px){.info-cart{width:50px;height:50px;right:12px}.info-cart img{width:22px;height:22px}.info-cart__count{width:18px;height:18px;right:-2px;bottom:-2px;font-size:12px}}@media(min-width:1101px){.info-cart{right:40px}.info-cart img{width:50px;height:50px}}@media(min-width:1920px){.info-cart{width:150px;height:150px}.info-cart img{width:70px;height:70px}.info-cart__count{width:50px;height:50px;right:-8px;bottom:-8px;font-size:32px}}.modal-overlay{cursor:pointer;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1100}.modal-content{background:#fff;padding:20px;border-radius:8px;max-width:600px;width:100%;z-index:10000;max-height:90vh;overflow-y:auto;position:relative}.close-button{position:absolute;top:30px;right:30px;border:none;background:#0000;font-size:23px;transition:opacity .2s;cursor:pointer;color:#000}.close-button:hover{opacity:.5}.cart-items{margin-bottom:20px;cursor:auto}.cart-item{display:flex;position:relative}.cart-item .action-status{position:absolute;left:0;top:0;background-color:#80a030;padding:4px;border-radius:4px}.cart-item .action-status p{margin-bottom:0!important;color:#fff!important}.item-image{margin-right:15px}.item-image img{width:100px;height:100px;object-fit:contain}.item-details h3{margin:0 0 5px}.item-weight{display:flex;align-items:center;gap:8px;margin:2px 0 6px}.item-weight span{font-size:14px;color:inherit}.item-weight select{width:100%;min-width:160px;padding:8px 12px;border:1px solid #cfcfcf;border-radius:4px;background:#fff;font-size:13px;color:#1a1a1a;cursor:pointer;outline:none;transition:border-color .15s}.item-weight select:focus{border-color:#80a030}.cart-total{margin-bottom:20px;font-weight:700;font-size:18px}.autocomplete-list{position:absolute;z-index:10;background:#fff;border:1px solid #ccc;width:86.5%;max-height:200px;overflow-y:auto;margin-top:4px;padding:0;list-style:none}.autocomplete-item{padding:8px;cursor:pointer}.autocomplete-item:hover{background:#f0f0f0}.order-form .form-group{margin-bottom:24px}.order-form .form-group label{display:block;margin-bottom:5px;font-weight:700}.order-form .form-group input,.order-form .form-group select{width:100%;padding:8px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px}.order-form .form-group .error{color:red;font-size:14px;margin-top:5px}.submit-button{background-color:#0070f3;color:#fff;padding:10px 20px;border-radius:4px;font-size:16px}.submit-button:disabled{background-color:#ccc}.modal-content{padding:40px}.modal-content .count-button,.modal-content .remove-button{padding:2px;border:none;outline:none;background:inherit;cursor:pointer;transition:opacity .2s}.modal-content .count-button:hover,.modal-content .remove-button:hover{opacity:.6}.modal-content h2{border-bottom:1px solid #9f9f9f;color:var(--Dark,#0d0d0d);padding-bottom:40px;margin-bottom:24px;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.modal-content .cart-item:last-child{border-bottom:1px solid #9f9f9f;margin-bottom:12px;padding-bottom:12px}.modal-content .cart-item{justify-content:space-between;align-items:center}.modal-content .cart-item .item-details{width:180px;margin-right:12px}.modal-content .cart-item h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--Dark,#0d0d0d);font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:8px}.modal-content .cart-item p{color:var(--gray,#9f9f9f);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:4px}.modal-content .cart-item .count{display:flex}.modal-content .cart-item .count p{margin:0 16px;color:#000}.modal-content .cart-item .count img{cursor:pointer}.modal-content .cart-item .cross{cursor:pointer;transform:rotate(45deg) scale(1.3)}.modal-content .cart-total{text-align:right}.modal-content .cart-total h3{color:var(--Dark,#0d0d0d);font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:16px}.order-form .error{font-size:9px!important}.order-form label{margin-bottom:16px!important}.order-form input,.order-form label,.order-form select{color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500!important;line-height:normal}.order-form input,.order-form select{padding:16px;border-radius:5px;border:1px solid var(--Dark,#0d0d0d)}.order-form input:focus-visible,.order-form select:focus-visible{outline:none;border:1px solid var(--accent,#80a030)}.order-form .button-link{width:100%;padding:16px 0;border:none;background:inherit;color:var(--accent,#80a030);font-size:16px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;transition:opacity .2s}.order-form .button-link:hover{opacity:.75}.submit-button{border-radius:5px;background:#0d0d0d;width:100%;padding:16px 0;border:none;margin-bottom:12px;cursor:pointer;transition:background .2s}.submit-button:hover{background:#2a2a2a}.modal-content.clear h2{border-bottom:none}@media(max-width:450px){.autocomplete-list{width:93%}.close-button{top:10px;right:20px}.modal-content{padding:15px}.modal-content .cart-item{text-align:center;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.modal-content .cart-item .count{justify-content:center}.item-image{margin-right:0}select{padding:12px 8px!important;background:inherit!important}}.free-delivery{text-align:center;width:100%;padding:24px;border-radius:5px;border:1px solid var(--accent,#80a030);background:#80a0301a;color:var(--accent,#80a030);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;margin:24px 0}@media(max-width:450px){.free-delivery{padding:12px}}.free-delivery.gr{color:#9f9f9f;border:1px solid var(--accent,#9f9f9f)}.cart-actions__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-actions__header.disabled{display:block;padding-bottom:16px}.cart-actions__progress{width:100%;height:4px;background-color:#e0e0e0;border-radius:2px;margin-top:12px;overflow:hidden}.cart-actions__progress-fill{height:100%;background-color:#80a030;border-radius:2px;transition:width .3s ease-in-out}.cart-actions__title{display:flex;flex-direction:column;gap:8px}.cart-actions__title.disabled{flex-direction:row-reverse;justify-content:space-between}.cart-actions__title .cart-actions__txt{color:var(--accent,#80a030);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-actions__title .cart-actions__txt.click{cursor:pointer}.cart-actions__title .cart-actions__txt.click:hover{text-decoration:underline}.cart-actions__title .cart-actions__subtxt{color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.cart-actions__nav{display:flex;gap:8px}.cart-actions__next,.cart-actions__prev{border:none;background:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:10px;font-style:normal;font-weight:500;line-height:15px;letter-spacing:1px;text-transform:uppercase}.cart-actions__next:hover:not(.swiper-button-disabled),.cart-actions__prev:hover:not(.swiper-button-disabled){color:var(--Dark,#0d0d0d)}.cart-actions__next.swiper-button-disabled,.cart-actions__prev.swiper-button-disabled{color:#0d0d0d80}.cart-actions__list{width:100%}.cart-actions__item{align-items:center;padding:12px 10px;display:flex;flex-direction:column;gap:8px}.cart-actions__item .action-name{color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-align:center;height:40px}.cart-actions__item .action-type{color:var(--gray,#9f9f9f);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.cart-actions__item .action-price__wrapper{display:flex;gap:12px}.cart-actions__item .action-disc{color:var(--gray,#9f9f9f);font-size:13px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.cart-actions__item .action-disc,.cart-actions__item .action-price{font-family:Montserrat;font-style:normal;font-weight:500;line-height:normal}.cart-actions__item .action-price{color:var(--accent,#80a030);font-size:16px}.cart-actions__item .add-to-cart-button{border:none;width:100%;max-width:160px;text-align:center;padding:8px;border-radius:5px;background:var(--accent,#80a030);color:#fff;font-family:Montserrat;font-size:9px;font-style:normal;font-weight:700;line-height:normal;cursor:pointer;transition:opacity .2s ease}.cart-actions__item .add-to-cart-button:hover{opacity:.8}.product__comments h4{color:var(--color-black-solid,#000);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;margin-bottom:16px;line-height:normal}.product__comments .stars{display:inline-block;margin-bottom:12px}.product__comments .error{color:red;font-size:.8em;position:absolute;font-size:8px;top:13px;left:8px}.product__comments .comments__list{margin-bottom:8px}.product__comments .comments__pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 0 22px;border-bottom:1px solid #eee;margin-bottom:24px}.product__comments .pag__nav{border:none;background:none;padding:0;font-family:Montserrat;font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;color:#9ca3af;transition:color .15s}.product__comments .pag__nav:disabled{opacity:.35;cursor:default}.product__comments .pag__nav:not(:disabled):hover{color:#1a1a1a}.product__comments .pag__pages{display:flex;align-items:center;gap:6px}.product__comments .pag__btn{background:none;padding:2px 0 4px;font-family:Montserrat;font-size:12px;font-weight:400;color:#9ca3af;cursor:pointer;min-width:24px;text-align:center;border:none;border-bottom:2px solid #0000;transition:color .15s,border-color .15s}.product__comments .pag__btn:hover{color:#1a1a1a}.product__comments .pag__btn--active{color:#1a1a1a;font-weight:600;border-bottom-color:#8db14e}.product__comments .pag__ellipsis{font-family:Montserrat;font-size:12px;color:#9ca3af;padding:0 2px}.product__comments .input__content{display:flex;justify-content:space-between}.product__comments .input-item{position:relative}.product__comments input,.product__comments textarea{border-radius:5px;border:var(--stroke-weight-1,1px) solid var(--Dark,#0d0d0d);background:var(--color-grey-97,#f8f8f8);padding:12px;color:var(--color-black-solid,#000);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:300;line-height:normal}.product__comments input{max-width:178px}.product__comments textarea{max-width:300px}.product__comments input::placeholder,.product__comments textarea::placeholder{color:var(--color-black-solid,#000);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:300;line-height:normal}.product__comments .list__item{padding:10px;border-bottom:1px solid #eee;display:flex;flex-direction:column}.product__comments .list__item strong{margin-bottom:16px;font-weight:300}.product__comments .list__item p,.product__comments .list__item strong{color:var(--color-black-solid,#000);font-family:Montserrat;font-size:11px;font-style:normal;line-height:normal}.product__comments .list__item p{font-weight:400;margin-bottom:8px}.store__func .modal-overlay.open{z-index:100000}.store__func .modal-overlay .comment__modal{padding:24px}.store__func .modal-overlay .comment__modal h2{color:#fff;margin-bottom:12px}.conf__modal{display:none;background:#fff;position:fixed;top:0;bottom:0;left:0;right:0;z-index:100000;text-align:left}.conf__modal .conf__modal-content{position:relative;padding:56px 40px 0;height:100vh;overflow:auto}.conf__modal h2{color:var(--Dark,#0d0d0d);text-align:center;font-size:32px;font-weight:600}.conf__modal h2,.conf__modal p{margin-bottom:16px;font-family:Montserrat;font-style:normal;line-height:normal}.conf__modal p{color:#000;font-size:20px;font-weight:500}.conf__modal ul{text-align:left;margin-bottom:16px;list-style:none}.conf__modal li p{color:#000;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:4px}.conf__modal .sub_title{font-size:20px;margin-bottom:16px}.conf__modal .li_subtitle,.conf__modal .sub_title{color:#000;font-family:Montserrat;font-style:normal;font-weight:600;line-height:normal}.conf__modal .li_subtitle{font-size:16px;margin-bottom:8px}.conf__modal .cross{position:absolute;right:40px;top:56px;cursor:pointer}.conf__modal.active{display:block}@media(max-width:440px){.conf__modal .conf__modal-content{position:relative;padding:56px 15px 0;height:100vh;overflow:auto}.conf__modal h2{color:var(--Dark,#0d0d0d);text-align:center;font-size:28px;font-weight:600}.conf__modal h2,.conf__modal p{margin-bottom:16px;font-family:Montserrat;font-style:normal;line-height:normal}.conf__modal p{color:#000;font-size:15px;font-weight:500}.conf__modal ul{text-align:left;margin-bottom:16px;list-style:none}.conf__modal li p{font-size:14px;font-weight:500;margin-bottom:4px}.conf__modal .sub_title,.conf__modal li p{color:#000;font-family:Montserrat;font-style:normal;line-height:normal}.conf__modal .sub_title{font-size:16px;font-weight:600;margin-bottom:16px}.conf__modal .li_subtitle{color:#000;font-family:Montserrat;font-size:14px}.conf__modal .cross{position:absolute;right:10px;top:10px;cursor:pointer}}.conf__modal .cross{filter:none;z-index:100000}.modal__overlay{cursor:pointer;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal__content{background:#fff;padding:40px 30px;border-radius:16px;max-width:400px;width:90%;text-align:center;box-shadow:0 8px 30px #0000004d;animation:slideIn .3s ease;position:relative}.modal__icon{font-size:48px;margin-bottom:20px;color:#4caf50}.modal__content h2{margin-bottom:10px;font-size:24px}.modal__content p{font-size:16px;color:#555;margin-bottom:20px}.close{color:#fff;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s}.close,.close:hover{background-color:#80a030}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px)}to{transform:translateY(0)}}.support{text-align:center;max-width:394px;border-radius:30px;background:url(/_next/static/media/support__bg.a1e6d81f.png);background-position:50%;padding:32px 16px}.support__container{position:relative}.support .cross{position:absolute;right:0;top:-18px}.support h2{margin-bottom:16px;font-size:32px;font-weight:600}.support h2,.support p{color:#80a030;text-align:center;font-family:Montserrat;font-style:normal;line-height:normal}.support p{margin-bottom:24px;font-size:20px;font-weight:500}.support .form__content{text-align:left;position:relative}.support label{font-size:20px}.support input,.support label{color:#0d0d0d;font-family:Montserrat;font-style:normal;font-weight:500;line-height:normal;margin-bottom:16px}.support input{outline:none;border-radius:5px;border:1px solid var(--Gray,#a4a4a4);padding:16px;margin-top:16px;width:100%;font-size:18px}.support input::placeholder{color:#a3a3a3;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.support .error{position:absolute;bottom:2px;left:7px;font-size:12px}.support button{width:100%;padding:16px 56px;color:#fafafa;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:600;line-height:normal;border-radius:10px;background:linear-gradient(0deg,#c3c3c333,#c3c3c333),#80a030;border:none;cursor:pointer;transition:opacity .2s}.support button:hover{opacity:.85}.support .red{color:red}.support__confirm{text-align:center;max-width:376px;padding:24px;border-radius:10px;background:#fff}.support__confirm .confirm__container{position:relative}.support__confirm .confirm__container h4{margin-bottom:8px;color:var(--accent,#80a030);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.support__confirm .confirm__container p{color:var(--Dark,#0d0d0d);text-align:center;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.support__confirm .confirm__container .cross{position:absolute;top:-13px;right:-12px}@media(max-width:539px){.support{width:100%;background-size:100% 100%;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}.support h2{margin-bottom:18px;font-size:28px;font-weight:600}.support h2,.support p{color:#80a030;text-align:center;font-family:Montserrat;font-style:normal;line-height:normal}.support p{margin-bottom:30px;font-size:22px;font-weight:500}.support label{color:#0d0d0d;font-weight:500;line-height:normal;margin-bottom:8px}.support button,.support label{font-family:Montserrat;font-size:18px;font-style:normal}.support button{padding:16px 56px;color:#fafafa;font-weight:600}.support .cross{right:4px;top:-13px}}.button-flex button,.change-free-sample,.free-sample-info button,.sempl__submit{color:#fafafa;text-align:center;font-family:Montserrat,Arial,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;cursor:pointer;border-radius:10px;background:#80a030;padding:16px 48px;border:none;transition:.4s;margin:0 8px 12px 0}@media(max-width:1440px){.button-flex button,.change-free-sample,.free-sample-info button,.sempl__submit{font-size:24px;padding:12px 32px}}@media(max-width:600px){.button-flex button,.change-free-sample,.free-sample-info button,.sempl__submit{font-size:18px;padding:8px 18px}}.button-flex button:hover:not(:disabled),.change-free-sample:hover:not(:disabled),.free-sample-info button:hover:not(:disabled),.sempl__submit:hover:not(:disabled){background:#100a07;color:#fafafa}.button-flex button:disabled,.change-free-sample:disabled,.free-sample-info button:disabled,.sempl__submit:disabled{opacity:.6;cursor:not-allowed}.wheel__label-text{display:block;font-family:Montserrat,Arial,sans-serif;font-size:3.6rem;font-weight:900;color:#1f1f1f;text-align:center;line-height:1.01;letter-spacing:.5px;text-shadow:0 1px 1px #ffffffb3;white-space:nowrap}@media(max-width:600px){.wheel__label-text{font-size:2.2rem}}.wheel__actions{display:flex;gap:16px;justify-content:center;margin-top:24px}@media(max-width:600px){.wheel__actions{flex-direction:column;gap:12px}}.wheel__btn{cursor:pointer;border:none;padding:14px 42px;min-width:180px;transition:background .2s,color .2s,border .2s,opacity .2s;border-radius:5px;background:var(--accent,#80a030);color:var(--White,#fafafa);text-align:center;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.wheel__btn:hover:not(:disabled){background:#6d8a28}.wheel__btn:disabled{cursor:not-allowed;opacity:.7}.wheel__btn--secondary{background:#eee;color:#222;border:1px solid #ccc;box-shadow:none}.wheel__btn--secondary:hover:not(:disabled){background:#ddd}@media(max-width:800px){.wheel__btn{font-size:18px;padding:8px 24px}}.congrats-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000002e;padding:36px 28px;min-width:320px;max-width:380px;text-align:center;z-index:2001}.congrats-modal .congrats-modal__title{color:#80a030;text-align:center;font-family:Montserrat;font-size:40px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:12px}.congrats-modal .congrats-modal__desc{font-size:20px;margin-bottom:18px}.congrats-modal .congrats-modal__prize{font-weight:700;font-size:21px;color:#100a07;margin-bottom:24px}.congrats-modal .congrats-modal__btn{background:#80a030;color:#fff;border:none;border-radius:5px;padding:14px 42px;background:var(--accent,#80a030);cursor:pointer;transition:background .2s;color:var(--White,#fafafa);text-align:center;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.congrats-modal .congrats-modal__btn:hover{background:#6f8d2a}.action__modal{text-align:center;z-index:1001;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:24px;width:100%;background:linear-gradient(180deg,#fffef8,#f6f3e8);box-shadow:0 20px 45px #0d0d0d40;max-width:620px;padding:28px;border:1px solid #80a03059}@media(max-width:800px){.action__modal{padding:16px;max-width:100%;width:auto;left:35px;right:35px;transform:translateY(-50%)}}@media(max-width:400px){.action__modal{padding:12px;border-radius:15px;left:15px;right:15px}}.action__modal-content{align-items:center;display:flex;flex-direction:column;position:relative;gap:14px}.action__modal .action__modal-close{cursor:pointer;position:absolute;right:16px;top:16px;border:none;background:#0000;color:#1f1f1f;font-size:28px;line-height:1;z-index:1;transition:opacity .2s}.action__modal .action__modal-close:hover{opacity:.5}.action__modal h4{color:#80a030;text-align:center;font-family:Montserrat;font-size:40px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:2px;text-transform:uppercase;padding:0 40px}@media(max-width:800px){.action__modal h4{font-size:28px}}.action__modal p{max-width:460px;color:var(--Dark,#0d0d0d);text-align:center;font-family:Montserrat;font-size:19px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px;margin-bottom:4px}@media(max-width:800px){.action__modal p{font-size:18px;max-width:300px}}.action__modal .wheel__container{position:relative;width:380px;height:380px;margin:10px auto 6px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.2))}@media(max-width:600px){.action__modal .wheel__container{width:320px;height:320px}}.action__modal .wheel__pointer{position:absolute;z-index:3;left:50%;top:-8px;transform:translateX(-50%);width:0;height:0;border-left:16px solid #0000;border-right:16px solid #0000;border-top:24px solid #6f8d2a}.action__modal .wheel{position:relative;width:100%;height:100%;border-radius:50%;border:3px solid #000;background:conic-gradient(#80a030 0deg 60deg,#b7c97a 60deg 120deg,#e6e9c3 120deg 180deg,#c6d7a6 180deg 240deg,#e3e7c0 240deg 300deg,#dbe7b0 300deg 1turn);transition:transform 4.2s cubic-bezier(.2,.92,.2,1)}.action__modal .wheel__center{position:absolute;width:56px;height:56px;border-radius:50%;background:radial-gradient(circle,#80a030 0,#5f7b24 100%);border:3px solid #000;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.action__modal .wheel__label{position:absolute;left:50%;top:50%;transform-origin:center;width:0;z-index:2}.action__modal .wheel__label span{display:block;width:112px;transform:translate(-56px,40px) rotate(90deg);font-family:Montserrat;font-size:16px;font-weight:700;color:#1f1f1f;text-align:center;line-height:.2;text-shadow:0 1px 1px #ffffffb3}@media(max-width:500px){.action__modal .wheel__label span{width:94px;transform:translate(-47px,32px) rotate(90deg);font-size:11px}}.action__modal .wheel__spin-btn{cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;border:none;color:#fafafa;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:600;line-height:normal;border-radius:10px;background:linear-gradient(180deg,#90b23e,#6f8d2a);padding:14px 42px;min-width:220px;transition:opacity .2s ease}.action__modal .wheel__spin-btn:hover:not(:disabled){opacity:.85}.action__modal .wheel__spin-btn:disabled{cursor:not-allowed;opacity:.7}@media(max-width:800px){.action__modal .wheel__spin-btn{font-size:18px;padding:8px 24px}}.action__modal .wheel__result{margin-top:6px;color:#0d0d0d;background:#80a0301f;border:1px solid #80a0304d;border-radius:10px;padding:10px 14px;font-family:Montserrat;font-size:16px;font-weight:500}.free-sample-modal{z-index:1000;left:50%;top:50%;transform:translate(-50%,-50%);position:fixed;background:#fff;border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow-y:hidden}@media(max-width:795px){.free-sample-modal{max-height:530px;height:100%}}@media(max-width:656px){.free-sample-modal .modal-content{position:static!important;overflow:hidden}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.modal-content.action{max-width:100%;padding:20px}.modal-description{text-align:center;margin-bottom:30px;font-size:18px;color:#333}.products-grid{padding-bottom:121px;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:20px;gap:20px;max-height:530px;overflow:auto}.product-card{border:1px solid #ddd;border-radius:8px;padding:15px;cursor:pointer;transition:all .3s ease}.product-card.act h3{height:73px}.product-card:hover{border-color:#80a030;box-shadow:0 4px 12px rgba(128,160,48,.443)}.product-image{width:100%;height:150px;overflow:hidden;border-radius:4px;margin-bottom:10px}.product-image img{width:100%;height:100%;object-fit:contain}.original-price{color:var(--Dark,#0d0d0d);font-weight:600}.free-price,.original-price{text-align:center;font-family:Montserrat;font-size:18px;font-style:normal;line-height:normal}.free-price{color:var(--color-chartreuse-green-41,#80a030);font-weight:500}.free-sample-info{text-align:center;margin:20px 0;padding:15px;background-color:#f8f9fa;color:#000;border-radius:5px;border:1px solid var(--accent,#80a030)}.free-sample-info h4{color:var(--Dark,#0d0d0d);font-size:14px;font-weight:600}.free-sample-info h4,.free-sample-info p{margin-bottom:8px;text-align:center;font-family:Montserrat;font-style:normal;line-height:normal}.free-sample-info p{color:var(--color-chartreuse-green-41,#80a030);font-size:16px;font-weight:500}.free-sample-info button{margin:0!important}.free-sample-info div{margin-bottom:0!important}.free-sample-card{display:flex;align-items:center;gap:15px;margin-top:10px}.free-sample-card img{width:80px;height:80px;object-fit:cover;border-radius:4px}.change-free-sample{background:none;border:1px solid #80a030;color:#80a030;padding:5px 10px;border-radius:4px;cursor:pointer;margin-top:5px}.change-free-sample:hover{background-color:#80a030;color:#fff}.modal-header.action{padding:15px}.modal-header.action p{margin:0;color:var(--color-black-solid,#000);font-family:Montserrat;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.test-modal{background:var(--White,#fafafa);padding:40px 24px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);max-width:604px;width:100%;z-index:100000;border-radius:12px}@media(max-width:640px){.test-modal{max-width:auto;width:auto;left:5px;right:5px;transform:translateY(-50%)}}.test-modal__header{color:#000;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:space-between;align-items:center;margin-bottom:58px}.test-modal__header p{margin:0;font-weight:500;transition:opacity .2s}.test-modal__bar{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:32px;background-color:#9f9f9f80;border-radius:1px;height:1px;overflow:visible}.test-modal__progress-wrapper{flex:1 1;position:relative;height:1px;background:#0000}.test-modal__progress{position:relative;left:0;top:0;height:100%;background-color:#80a030;transition:width .3s ease-in-out;border-radius:1px}.test-modal__progress:after{content:""}.test-modal__step-counter{position:absolute;right:0;top:-36px;flex-shrink:0;font-family:Montserrat;font-size:12px;font-weight:400;color:#000;line-height:1}.test-modal__title{color:#000;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-align:center;margin-bottom:32px}@media(max-width:640px){.test-modal__title{font-size:16px}}.test-modal__options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.test-modal__btn{padding:24px;width:100%;background:#0000;border:.5px solid #9f9f9f;color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:all .2s ease-in-out}@media(max-width:640px){.test-modal__btn{font-size:12px;padding:8px}}.test-modal__btn:hover{border-color:#80a030}.test-modal__results-header{display:flex;color:#000;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-align:center;align-items:center;margin-bottom:20px;justify-content:center}.test-modal__results-header h3{margin-bottom:0}.test-modal__nav{display:flex;gap:12px}.test-modal__nav-next,.test-modal__nav-prev{background:#0000;border:none;font-size:20px;cursor:pointer}.test-modal__product-card{text-align:center;padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:8px}.test-modal__product-card img{width:66px!important;height:66px;object-fit:contain;margin:0 auto}.test-modal__product-card h4{color:var(--Dark,#0d0d0d);font-size:14px;font-weight:600}.test-modal__product-card h4,.test-modal__product-card p{font-family:Montserrat;font-style:normal;line-height:normal}.test-modal__product-card p{color:var(--gray,#9f9f9f);font-size:10px;font-weight:500;margin-bottom:3px}.test-modal__product-card button{background:var(--Dark,#0d0d0d);color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 32px;margin:0 auto}.test-modal__product-card .price{color:var(--accent,#80a030);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.test-modal__product-card h4{height:36px}.test-modal__product-card .test-modal__weight-select{display:block;width:100%;margin:4px 0 8px;padding:8px 12px;border:1px solid #cfcfcf;border-radius:4px;background:#fff;font-family:Montserrat;font-size:13px;color:#1a1a1a;cursor:pointer;outline:none;transition:border-color .15s}.test-modal__product-card .test-modal__weight-select:focus{border-color:#80a030}.test-modal__nav{justify-content:flex-end;padding-right:24px}.main-slider .swiper-slide img{border-radius:12px}.swiper_list-img{margin:0!important}.gallery-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:591px;width:100%}.thumbs-slider .swiper-slide{cursor:pointer;opacity:.6}.thumbs-slider .swiper-slide-thumb-active{opacity:1}.thumbs-slider .swiper-slide-thumb-active img{border-radius:8px}.gallery-container{position:relative}.swiper-button-next,.swiper-button-prev{color:#333;top:50%!important;width:2em;height:2em;margin-top:-1em}.thumbs-slider{z-index:1}.images .swiper-horizontal>.swiper-pagination-bullets,.images .swiper-pagination-bullets.swiper-pagination-horizontal,.images .swiper-pagination-custom,.images .swiper-pagination-fraction{display:none;position:absolute;bottom:0!important;left:50%!important;transform:translateX(-50%);z-index:1000;max-width:212px}.images .swiper-pagination{display:flex;justify-content:center;gap:8px}.images .swiper-pagination .swiper-pagination-bullet{width:15px;height:15px;border-radius:100px;border:1px solid var(--Dark,#0d0d0d);background:var(--White,#fafafa);border-radius:50%;transition:all .3s ease}.images .swiper-pagination .swiper-pagination-bullet-active{border-radius:100px;border:1px solid var(--Dark,#0d0d0d);background:var(--White,#000);transform:scale(1.1)}.images .swiper-button-next,.images .swiper-button-prev{position:absolute;background-size:contain;background-repeat:no-repeat;background-position:50%;width:32px;height:32px}.images .swiper-button-next:after{right:40px!important;border-radius:100px!important}.images .swiper-button-next:after,.images .swiper-button-prev:after{position:absolute!important;width:32px!important;height:32px!important;background:#f6f5f5!important;border:1px solid #0c0c0c;color:var(--main-color,#0c0c0c)!important;font-size:12px!important;display:flex;align-items:center;justify-content:center}.images .swiper-button-prev:after{left:40px!important;border-radius:100px!important}@media(max-width:900px){.main-slider .swiper-slide img{margin-left:0}.images .swiper-button-next:after{right:50px!important}.images .swiper-button-prev:after{left:0!important}.product .product__details-img-cont{max-width:431px}}@media(max-width:765px){.main-slider .swiper-slide img{margin-left:0}.images .swiper-button-next,.images .swiper-button-prev{display:none}.images .swiper-button-next:after{right:50px!important}.images .swiper-button-prev:after{left:0!important}.images .swiper-horizontal>.swiper-pagination-bullets,.images .swiper-pagination-bullets.swiper-pagination-horizontal,.images .swiper-pagination-custom,.images .swiper-pagination-fraction{display:block}.gallery-container .swiper-thumbs{display:none}.product .product__details-img-cont{margin:0 auto;max-width:431px;border:none}}@media(max-width:500px){.product .product__details-img-cont{max-width:100%}.main-slider .swiper-slide img{width:312px;height:312px}}@media(max-width:360px){.main-slider .swiper-slide img{width:290px;height:290px}}@media(max-width:340px){.main-slider .swiper-slide img{width:260px;height:260px}}.zoom-image-pan{transition:transform .2s ease,transform-origin .1s ease-out!important;transform-origin:50% 50%}.zoom-wrapper-pan:hover .zoom-image-pan{transform:scale(2.5)}.gallery-txt{margin-top:24px;display:grid;grid-template-columns:repeat(2,1fr)}.gallery-txt__item{text-align:left;display:flex;flex-direction:column;gap:8px;border-right:1px solid #d9d9d9;margin-right:14px;padding-right:14px}@media(max-width:600px){.gallery-txt__item{margin-right:8px;padding-right:8px}}.gallery-txt__item:last-child{border-right:none;margin-right:0;padding-right:0}.gallery-txt p{color:var(--gray,#9f9f9f);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}@media(max-width:600px){.gallery-txt p{font-size:10px}}.gallery-txt span{color:var(--Dark,#0d0d0d);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal;white-space:pre-line}@media(max-width:600px){.gallery-txt span{font-size:10px}}.gallery-container-wrap{width:610px}@media(max-width:1220px){.gallery-container-wrap{width:300px}}@media(max-width:900px){.gallery-container-wrap{width:100%}}.gallery-txt__item span{white-space:pre-line;display:block}*{margin:0;padding:0;box-sizing:border-box}select{-webkit-appearance:none;appearance:none;cursor:pointer}.no-scroll{overflow:hidden;height:100vh}body{background:var(--color-white-solid,#fff);font-family:Montserrat,sans-serif}.container{padding:0 16px;max-width:1680px;margin:0 auto}@media(min-width:768px){.container{padding:0 40px}}@media(min-width:1920px){.container{padding:0}}.arrow-link img{border-radius:1000px;background:#fff;box-shadow:0 0 9px 7px #1717170d,0 0 8px 7px #1717170d,0 0 7px 6px #1717170d,0 0 5px 4px #1717170d,0 0 2px 1px #1717170d}.arrow-link.test{width:60px;height:60px;display:flex;align-items:center;flex-direction:column;justify-content:center;background:var(--accent,#80a030);border-radius:1000px}input[type=checkbox]{width:20px;height:20px;border:1px solid #000;border-radius:2px;background-color:#0000;-webkit-appearance:none;appearance:none;cursor:pointer;position:relative;outline:none}input[type=checkbox]:checked{background-color:var(--accent,#80a030);border-color:var(--accent,#80a030)}input[type=checkbox]:checked:after{content:"✓";position:absolute;top:-1px;left:4px;color:#fff;font-size:14px}select{background:url(/_next/static/media/arrow-down.ba055bba.svg) no-repeat right 10px center!important;background-size:8px;padding-right:30px}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:initial}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{border:2px solid #333;border-top:#333;color:#333;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.mapboxgl-ctrl-group:not(:empty),.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 6px 2px #00000014}.mapboxgl-ctrl-group,.maplibregl-ctrl-group{background:#fff;border-radius:3px}.mapboxgl-ctrl-group button:focus:first-child,.maplibregl-ctrl-group button:focus:first-child{border-radius:3px 3px 0 0}.mapboxgl-ctrl-group button:focus:last-child,.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 3px 3px}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:1}.mapboxgl-ctrl .mapboxgl-ctrl-icon:hover,.maplibregl-ctrl .maplibregl-ctrl-icon:hover{filter:invert(39%) sepia(77%) saturate(909%) hue-rotate(182deg) brightness(89%) contrast(85%)}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.5%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7%2C13.75C6.737%2C13.75%206.509%2C13.653%206.315%2C13.46C6.122%2C13.266%206.025%2C13.038%206.025%2C12.775L6.025%2C8.225L1.475%2C8.225C1.212%2C8.225%200.984%2C8.128%200.79%2C7.935C0.597%2C7.741%200.5%2C7.513%200.5%2C7.25C0.5%2C6.987%200.597%2C6.759%200.79%2C6.565C0.984%2C6.372%201.212%2C6.275%201.475%2C6.275L6.025%2C6.275L6.025%2C1.725C6.025%2C1.462%206.122%2C1.234%206.315%2C1.04C6.509%2C0.847%206.737%2C0.75%207%2C0.75C7.263%2C0.75%207.491%2C0.847%207.685%2C1.04C7.878%2C1.234%207.975%2C1.462%207.975%2C1.725L7.975%2C6.275L12.525%2C6.275C12.788%2C6.275%2013.016%2C6.372%2013.21%2C6.565C13.403%2C6.759%2013.5%2C6.987%2013.5%2C7.25C13.5%2C7.513%2013.403%2C7.741%2013.21%2C7.935C13.016%2C8.128%2012.788%2C8.225%2012.525%2C8.225L7.975%2C8.225L7.975%2C12.775C7.975%2C13.038%207.878%2C13.266%207.685%2C13.46C7.491%2C13.653%207.263%2C13.75%207%2C13.75Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.5%2C15.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.475%2C2.225C1.212%2C2.225%200.984%2C2.128%200.79%2C1.935C0.597%2C1.741%200.5%2C1.513%200.5%2C1.25C0.5%2C0.987%200.597%2C0.759%200.79%2C0.566C0.984%2C0.372%201.212%2C0.275%201.475%2C0.275L12.525%2C0.275C12.788%2C0.275%2013.016%2C0.372%2013.21%2C0.566C13.403%2C0.759%2013.5%2C0.987%2013.5%2C1.25C13.5%2C1.513%2013.403%2C1.741%2013.21%2C1.935C13.016%2C2.128%2012.788%2C2.225%2012.525%2C2.225L1.475%2C2.225Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-3.24298%2C2.63257)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix(1.20712%2C0%2C0%2C1.20712%2C14.9145%2C2.51292)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.5%2C9.406L0%2C9.406L4%2C17.875L8%2C9.406L5.5%2C9.406C5.483%2C10.22%204.818%2C10.875%204%2C10.875C3.182%2C10.875%202.517%2C10.22%202.5%2C9.406Z%22%20style%3D%22fill%3Argb(29%2C50%2C98)%3Bfill-opacity%3A0.35%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22matrix(1.20712%2C0%2C0%2C1.20712%2C14.9145%2C2.51292)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C0.938L0%2C9.406L2.5%2C9.406L2.5%2C9.375C2.5%2C8.547%203.172%2C7.875%204%2C7.875C4.828%2C7.875%205.5%2C8.547%205.5%2C9.375L5.5%2C9.406L8%2C9.406L4%2C0.938Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl-group button,.maplibregl-ctrl-group button{height:33px;width:33px}.mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button{border-top:1px solid #0000001c}@keyframes blinker{50%{opacity:.3}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:blinker 1s linear infinite}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.685%2C14.817L22.511%2C10.669L18.217%2C22.082L15.824%2C17.233L10.685%2C14.817Z%22%20style%3D%22fill%3Argb(29%2C50%2C98)%3Bfill-opacity%3A0.2%3B%22%2F%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C9.25)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.577L0.567%2C6.51C0.391%2C6.443%200.253%2C6.335%200.152%2C6.186C0.051%2C6.037%200%2C5.868%200%2C5.68C0%2C5.49%200.051%2C5.325%200.152%2C5.183C0.253%2C5.041%200.391%2C4.936%200.567%2C4.869L12.846%2C0.31C13.021%2C0.242%2013.187%2C0.232%2013.343%2C0.279C13.498%2C0.326%2013.629%2C0.404%2013.738%2C0.513C13.846%2C0.621%2013.924%2C0.752%2013.971%2C0.907C14.018%2C1.063%2014.008%2C1.229%2013.94%2C1.404L9.381%2C13.703C9.3%2C13.892%209.186%2C14.031%209.037%2C14.119C8.888%2C14.206%208.732%2C14.25%208.57%2C14.25C8.408%2C14.25%208.253%2C14.203%208.104%2C14.108C7.956%2C14.013%207.841%2C13.879%207.76%2C13.703L5.673%2C8.577ZM8.53%2C11.11L11.691%2C2.559L3.14%2C5.72L6.991%2C7.259L8.53%2C11.11Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9.50001%2C8.89492)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.673%2C8.932L0.567%2C6.865C0.391%2C6.798%200.253%2C6.69%200.152%2C6.541C0.051%2C6.392%200%2C6.223%200%2C6.035C0%2C5.846%200.051%2C5.68%200.152%2C5.538C0.253%2C5.396%200.391%2C5.291%200.567%2C5.224L12.846%2C0.665C13.021%2C0.597%2013.187%2C0.587%2013.343%2C0.634C13.498%2C0.682%2013.629%2C0.759%2013.738%2C0.868C13.846%2C0.976%2013.924%2C1.107%2013.971%2C1.262C14.018%2C1.418%2014.008%2C1.584%2013.94%2C1.759L9.381%2C14.059C9.3%2C14.247%209.186%2C14.386%209.037%2C14.474C8.888%2C14.561%208.732%2C14.605%208.57%2C14.605C8.408%2C14.605%208.253%2C14.558%208.104%2C14.463C7.956%2C14.368%207.841%2C14.233%207.76%2C14.059L5.673%2C8.932Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(0.598546%2C0.598546%2C-0.707107%2C0.707107%2C11.7313%2C1.9674)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20x%3D%226.516%22%20y%3D%223.78%22%20width%3D%2219.271%22%20height%3D%220.716%22%20style%3D%22fill%3Argb(229%2C0%2C0)%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-terrain .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C8.00023%2C11)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.083%2C10.209C0.722%2C10.209%200.458%2C10.049%200.292%2C9.73C0.125%2C9.41%200.153%2C9.105%200.375%2C8.813L3.625%2C4.48C3.805%2C4.244%204.041%2C4.126%204.333%2C4.126C4.625%2C4.126%204.861%2C4.244%205.042%2C4.48L8.021%2C8.459L14.167%2C8.459L10.167%2C3.147L8.188%2C5.751L7.104%2C4.313L9.458%2C1.147C9.638%2C0.91%209.875%2C0.792%2010.167%2C0.792C10.458%2C0.792%2010.694%2C0.91%2010.875%2C1.147L16.625%2C8.813C16.847%2C9.105%2016.874%2C9.41%2016.708%2C9.73C16.541%2C10.049%2016.277%2C10.209%2015.917%2C10.209L1.083%2C10.209ZM2.833%2C8.459L5.833%2C8.459L4.333%2C6.459L2.833%2C8.459ZM2.833%2C8.459L5.833%2C8.459L2.833%2C8.459Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl button.mapboxgl-ctrl-terrain-enabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C7.99998%2C11)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.083%2C10.209C0.722%2C10.209%200.459%2C10.049%200.292%2C9.73C0.125%2C9.41%200.153%2C9.105%200.375%2C8.813L3.625%2C4.48C3.806%2C4.244%204.042%2C4.126%204.333%2C4.126C4.625%2C4.126%204.861%2C4.244%205.042%2C4.48L7.5%2C7.751C7.653%2C7.944%207.847%2C8.063%208.083%2C8.105C8.32%2C8.146%208.535%2C8.09%208.729%2C7.938C8.924%2C7.799%209.038%2C7.619%209.073%2C7.396C9.108%2C7.174%209.069%2C6.965%208.958%2C6.771L7.104%2C4.313L9.458%2C1.147C9.639%2C0.91%209.875%2C0.792%2010.167%2C0.792C10.458%2C0.792%2010.694%2C0.91%2010.875%2C1.147L16.625%2C8.813C16.847%2C9.105%2016.875%2C9.41%2016.708%2C9.73C16.541%2C10.049%2016.278%2C10.209%2015.917%2C10.209L1.083%2C10.209Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C9%2C9)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.875%2C5.042C0.639%2C5.042%200.434%2C4.955%200.26%2C4.781C0.087%2C4.608%200%2C4.403%200%2C4.167L0%2C0.875C0%2C0.639%200.087%2C0.434%200.26%2C0.26C0.434%2C0.087%200.639%2C0%200.875%2C0L4.167%2C0C4.403%2C0%204.608%2C0.087%204.781%2C0.26C4.955%2C0.434%205.042%2C0.639%205.042%2C0.875C5.042%2C1.111%204.955%2C1.316%204.781%2C1.49C4.608%2C1.663%204.403%2C1.75%204.167%2C1.75L2.958%2C1.75L4.875%2C3.667C5.042%2C3.834%205.122%2C4.031%205.115%2C4.26C5.108%2C4.489%205.021%2C4.687%204.854%2C4.854C4.687%2C5.021%204.486%2C5.104%204.25%2C5.104C4.014%2C5.104%203.813%2C5.021%203.646%2C4.854L1.75%2C2.958L1.75%2C4.167C1.75%2C4.403%201.663%2C4.608%201.49%2C4.781C1.316%2C4.955%201.111%2C5.042%200.875%2C5.042ZM10.146%2C4.854C9.979%2C4.687%209.896%2C4.486%209.896%2C4.25C9.896%2C4.014%209.979%2C3.813%2010.146%2C3.646L12.042%2C1.75L10.833%2C1.75C10.597%2C1.75%2010.392%2C1.663%2010.219%2C1.49C10.045%2C1.316%209.958%2C1.111%209.958%2C0.875C9.958%2C0.639%2010.045%2C0.434%2010.219%2C0.26C10.392%2C0.087%2010.597%2C0%2010.833%2C0L14.125%2C0C14.361%2C0%2014.566%2C0.087%2014.74%2C0.26C14.913%2C0.434%2015%2C0.639%2015%2C0.875L15%2C4.167C15%2C4.403%2014.913%2C4.608%2014.74%2C4.781C14.566%2C4.955%2014.361%2C5.042%2014.125%2C5.042C13.889%2C5.042%2013.684%2C4.955%2013.51%2C4.781C13.337%2C4.608%2013.25%2C4.403%2013.25%2C4.167L13.25%2C2.958L11.333%2C4.875C11.166%2C5.042%2010.969%2C5.122%2010.74%2C5.115C10.511%2C5.108%2010.313%2C5.021%2010.146%2C4.854ZM10.833%2C15C10.597%2C15%2010.392%2C14.913%2010.219%2C14.74C10.045%2C14.566%209.958%2C14.361%209.958%2C14.125C9.958%2C13.889%2010.045%2C13.684%2010.219%2C13.51C10.392%2C13.337%2010.597%2C13.25%2010.833%2C13.25L12.021%2C13.25L10.125%2C11.354C9.958%2C11.187%209.875%2C10.986%209.875%2C10.75C9.875%2C10.514%209.965%2C10.306%2010.146%2C10.125C10.313%2C9.958%2010.517%2C9.875%2010.76%2C9.875C11.003%2C9.875%2011.208%2C9.958%2011.375%2C10.125L13.25%2C12.021L13.25%2C10.833C13.25%2C10.597%2013.337%2C10.392%2013.51%2C10.219C13.684%2C10.045%2013.889%2C9.958%2014.125%2C9.958C14.361%2C9.958%2014.566%2C10.045%2014.74%2C10.219C14.913%2C10.392%2015%2C10.597%2015%2C10.833L15%2C14.125C15%2C14.361%2014.913%2C14.566%2014.74%2C14.74C14.566%2C14.913%2014.361%2C15%2014.125%2C15L10.833%2C15ZM0.875%2C15C0.639%2C15%200.434%2C14.913%200.26%2C14.74C0.087%2C14.566%200%2C14.361%200%2C14.125L0%2C10.833C0%2C10.597%200.087%2C10.392%200.26%2C10.219C0.434%2C10.045%200.639%2C9.958%200.875%2C9.958C1.111%2C9.958%201.316%2C10.045%201.49%2C10.219C1.663%2C10.392%201.75%2C10.597%201.75%2C10.833L1.75%2C12.021L3.646%2C10.125C3.813%2C9.958%204.014%2C9.872%204.25%2C9.865C4.486%2C9.858%204.694%2C9.944%204.875%2C10.125C5.042%2C10.292%205.125%2C10.497%205.125%2C10.74C5.125%2C10.983%205.042%2C11.187%204.875%2C11.354L2.979%2C13.25L4.167%2C13.25C4.403%2C13.25%204.608%2C13.337%204.781%2C13.51C4.955%2C13.684%205.042%2C13.889%205.042%2C14.125C5.042%2C14.361%204.955%2C14.566%204.781%2C14.74C4.608%2C14.913%204.403%2C15%204.167%2C15L0.875%2C15Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C8.49996%2C8.5)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.434%2C5.576C1.2%2C5.576%200.997%2C5.49%200.825%2C5.317C0.653%2C5.146%200.567%2C4.943%200.567%2C4.709C0.567%2C4.475%200.653%2C4.272%200.825%2C4.1C0.997%2C3.929%201.2%2C3.843%201.434%2C3.843L2.609%2C3.843L0.732%2C1.965C0.567%2C1.8%200.488%2C1.597%200.495%2C1.356C0.502%2C1.115%200.588%2C0.913%200.753%2C0.748C0.918%2C0.583%201.121%2C0.5%201.361%2C0.5C1.602%2C0.5%201.805%2C0.583%201.97%2C0.748L3.828%2C2.624L3.828%2C1.449C3.828%2C1.215%203.913%2C1.012%204.085%2C0.84C4.257%2C0.668%204.46%2C0.582%204.694%2C0.582C4.928%2C0.582%205.131%2C0.668%205.302%2C0.84C5.475%2C1.012%205.561%2C1.215%205.561%2C1.449L5.561%2C4.709C5.561%2C4.943%205.475%2C5.146%205.302%2C5.317C5.131%2C5.49%204.928%2C5.576%204.694%2C5.576L1.434%2C5.576ZM14.557%2C5.576L11.296%2C5.576C11.063%2C5.576%2010.86%2C5.49%2010.688%2C5.317C10.516%2C5.146%2010.43%2C4.943%2010.43%2C4.709L10.43%2C1.449C10.43%2C1.215%2010.516%2C1.012%2010.688%2C0.84C10.86%2C0.668%2011.063%2C0.582%2011.296%2C0.582C11.531%2C0.582%2011.734%2C0.668%2011.906%2C0.84C12.077%2C1.012%2012.163%2C1.215%2012.163%2C1.449L12.163%2C2.624L14.041%2C0.748C14.206%2C0.583%2014.409%2C0.5%2014.65%2C0.5C14.89%2C0.5%2015.093%2C0.583%2015.258%2C0.748C15.423%2C0.913%2015.506%2C1.115%2015.506%2C1.356C15.506%2C1.597%2015.423%2C1.8%2015.258%2C1.965L13.381%2C3.843L14.557%2C3.843C14.791%2C3.843%2014.994%2C3.929%2015.166%2C4.1C15.338%2C4.272%2015.424%2C4.475%2015.424%2C4.709C15.424%2C4.943%2015.338%2C5.146%2015.166%2C5.317C14.994%2C5.49%2014.791%2C5.576%2014.557%2C5.576ZM0.753%2C15.252C0.588%2C15.087%200.506%2C14.888%200.506%2C14.654C0.506%2C14.42%200.588%2C14.221%200.753%2C14.056L2.63%2C12.178L1.434%2C12.178C1.2%2C12.178%200.997%2C12.092%200.825%2C11.921C0.653%2C11.749%200.567%2C11.546%200.567%2C11.312C0.567%2C11.078%200.653%2C10.875%200.825%2C10.703C0.997%2C10.531%201.2%2C10.445%201.434%2C10.445L4.694%2C10.445C4.928%2C10.445%205.131%2C10.531%205.302%2C10.703C5.475%2C10.875%205.561%2C11.078%205.561%2C11.312L5.561%2C14.572C5.561%2C14.806%205.475%2C15.009%205.302%2C15.181C5.131%2C15.353%204.928%2C15.439%204.694%2C15.439C4.46%2C15.439%204.257%2C15.353%204.085%2C15.181C3.913%2C15.009%203.828%2C14.806%203.828%2C14.572L3.828%2C13.376L1.95%2C15.252C1.785%2C15.418%201.585%2C15.5%201.351%2C15.5C1.118%2C15.5%200.918%2C15.418%200.753%2C15.252ZM11.296%2C15.439C11.063%2C15.439%2010.86%2C15.353%2010.688%2C15.181C10.516%2C15.009%2010.43%2C14.806%2010.43%2C14.572L10.43%2C11.312C10.43%2C11.078%2010.516%2C10.875%2010.688%2C10.703C10.86%2C10.531%2011.063%2C10.445%2011.296%2C10.445L14.557%2C10.445C14.791%2C10.445%2014.994%2C10.531%2015.166%2C10.703C15.338%2C10.875%2015.424%2C11.078%2015.424%2C11.312C15.424%2C11.546%2015.338%2C11.749%2015.166%2C11.921C14.994%2C12.092%2014.791%2C12.178%2014.557%2C12.178L13.36%2C12.178L15.237%2C14.056C15.402%2C14.221%2015.485%2C14.42%2015.485%2C14.654C15.485%2C14.888%2015.402%2C15.087%2015.237%2C15.252C15.072%2C15.418%2014.873%2C15.5%2014.639%2C15.5C14.405%2C15.5%2014.206%2C15.418%2014.041%2C15.252L12.163%2C13.376L12.163%2C14.572C12.163%2C14.806%2012.077%2C15.009%2011.906%2C15.181C11.734%2C15.353%2011.531%2C15.439%2011.296%2C15.439Z%22%20style%3D%22fill%3Argb(68%2C73%2C82)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")}.maplibregl-ctrl button.maplibregl-ctrl-projection-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.5%2023.15C20.1727%2023.15%2023.15%2020.1727%2023.15%2016.5C23.15%2012.8273%2020.1727%209.85%2016.5%209.85C12.8273%209.85%209.85%2012.8273%209.85%2016.5C9.85%2020.1727%2012.8273%2023.15%2016.5%2023.15ZM16.5%2025C21.1944%2025%2025%2021.1944%2025%2016.5C25%2011.8056%2021.1944%208%2016.5%208C11.8056%208%208%2011.8056%208%2016.5C8%2021.1944%2011.8056%2025%2016.5%2025Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.9069%2024.6315C11.9661%2019.4851%2011.9661%2013.5794%2014.9069%208.43297L16.5131%209.35083C13.8973%2013.9285%2013.8973%2019.136%2016.5131%2023.7136L14.9069%2024.6315Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.0231%2024.6315C20.9639%2019.4851%2020.9639%2013.5794%2018.0231%208.43297L16.4169%209.35083C19.0327%2013.9285%2019.0327%2019.136%2016.4169%2023.7136L18.0231%2024.6315Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20d%3D%22M9.01758%2012.8H24V14.65H9.01758V12.8Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20d%3D%22M9.45752%2018.35H23.5601V20.2H9.45752V18.35Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3C%2Fsvg%3E%0A")}.maplibregl-ctrl button.maplibregl-ctrl-projection-mercator .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M26.5%209.85H6.5C6.41716%209.85%206.35%209.91716%206.35%2010V23C6.35%2023.0828%206.41716%2023.15%206.5%2023.15H26.5C26.5828%2023.15%2026.65%2023.0828%2026.65%2023V10C26.65%209.91716%2026.5828%209.85%2026.5%209.85ZM6.5%208C5.39543%208%204.5%208.89543%204.5%2010V23C4.5%2024.1046%205.39543%2025%206.5%2025H26.5C27.6046%2025%2028.5%2024.1046%2028.5%2023V10C28.5%208.89543%2027.6046%208%2026.5%208H6.5Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20d%3D%22M5.5%2012.8H28.5V14.65H5.5V12.8Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20d%3D%22M10.0375%2025L10.0375%208L11.8875%208L11.8875%2025H10.0375Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20d%3D%22M15.5751%2025L15.5751%208L17.4251%208L17.4251%2025H15.5751Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20d%3D%22M21.1127%2025V8L22.9627%208L22.9627%2025H21.1127Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3Cpath%20d%3D%22M5.5%2018.35H28.5V20.2H5.5V18.35Z%22%20fill%3D%22%23444952%22%2F%3E%0A%3C%2Fsvg%3E%0A")}.maplibregl-ctrl button.maplibregl-ctrl-fit-image-to-bounds .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%0A%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20width%3D%2224%22%0A%20%20height%3D%2224%22%0A%20%20viewBox%3D%220%200%2032%2032%22%0A%3E%0A%20%20%3Cpath%0A%20%20%20%20fill%3D%22%23444952%22%0A%20%20%20%20d%3D%22M8%202H2v6h2V4h4zm16%200h6v6h-2V4h-4zM8%2030H2v-6h2v4h4zm16%200h6v-6h-2v4h-4zm0-6H8a2%202%200%200%201-2-2V10a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202M8%2010v12h16V10z%22%0A%20%20%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E")}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:1px solid #444952;border-top:#444952;box-sizing:border-box;color:#444952;font-size:10px;padding:0 5px;text-align:right;line-height:14px}.webgl-warning-div{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px;background:#fff;border-radius:3px;color:#fb8600;text-align:center;font-family:sans-serif;font-weight:300;font-size:16px;max-width:calc(100% - 80px)}.WishlistButton_button__kG2eq{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0000001f;color:#1a1a1a;cursor:pointer;transition:color .15s,transform .15s}.WishlistButton_button__kG2eq:hover{transform:scale(1.05)}.WishlistButton_active__iVMSV{color:#8db14e}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:initial}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid #0000}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.AuthModal_overlay__YmeTl{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;background:#00000073}.AuthModal_modal__kc2sl{position:relative;width:100%;max-width:450px;padding:24px 32px;background:#fff;box-shadow:0 10px 40px #00000026}.AuthModal_close__rrtvI{position:absolute;top:18px;right:18px;border:none;background:none;font-size:18px;line-height:1;color:#1a1a1a;cursor:pointer}.AuthModal_title__PkysE{margin:0 0 22px;font-size:20px;font-weight:600;text-align:center;color:#1a1a1a}.AuthModal_form__t0Oac{display:flex;flex-direction:column}.AuthModal_label__EevfK{margin-bottom:6px;font-size:14px;font-weight:500;color:#1a1a1a}.AuthModal_inputWrap__LGakw{position:relative;margin-bottom:4px}.AuthModal_inputWrap__LGakw svg{position:absolute;top:50%;left:14px;transform:translateY(-50%);pointer-events:none}.AuthModal_inputWrap__LGakw .AuthModal_input__p1nqU{padding-left:44px}.AuthModal_input__p1nqU{width:100%;height:48px;padding:0 14px;border:1px solid #cfcfcf;font-size:15px;outline:none;transition:border-color .15s}.AuthModal_input__p1nqU:focus{border-color:#8db14e}.AuthModal_googleWrap__POLZV{position:relative;width:100%;height:48px;margin-top:14px}.AuthModal_googleWrap__POLZV .AuthModal_googleOverlay__1s1Df{position:absolute;inset:0;z-index:2;overflow:hidden;opacity:0;cursor:pointer}.AuthModal_googleWrap__POLZV .AuthModal_googleOverlay__1s1Df iframe,.AuthModal_googleWrap__POLZV .AuthModal_googleOverlay__1s1Df>div{width:100%!important;height:100%!important}.AuthModal_googleWrap__POLZV .AuthModal_googleOverlay__1s1Df>div{transform:scale(2);transform-origin:center}.AuthModal_google__ML9_S{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:100%;border:1px solid #cfcfcf;background:#fff;font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.AuthModal_googleWrap__POLZV:hover .AuthModal_google__ML9_S{background:#f7f7f7;border-color:#aaa;box-shadow:0 1px 6px #0000001a}.AuthModal_divider__vl0WD{display:flex;align-items:center;gap:12px;margin:18px 0 14px;font-size:13px;color:#8a8a8a;text-transform:uppercase;letter-spacing:.04em}.AuthModal_divider__vl0WD:after,.AuthModal_divider__vl0WD:before{content:"";flex:1 1;height:1px;background:#cfcfcf}.AuthModal_agreement__K6dUT{display:flex;align-items:flex-start;gap:8px;margin:14px 0 4px;font-size:13px;color:#1a1a1a;cursor:pointer}.AuthModal_agreement__K6dUT input{flex-shrink:0;width:18px;height:18px;margin-top:1px;accent-color:#8db14e}.AuthModal_link__6SHj6{color:#8db14e;text-decoration:underline}.AuthModal_resend__aFP_5{align-self:flex-start;padding:4px 0 14px;border:none;background:none;font-size:13px;color:#8db14e;cursor:pointer}.AuthModal_resend__aFP_5:disabled{color:#b9c9a0;cursor:default}.AuthModal_submit__GaAeA{height:50px;margin-top:18px;border:none;background:#8db14e;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:background .15s}.AuthModal_submit__GaAeA:hover{background:#7da043}.AuthModal_submit__GaAeA:disabled{opacity:.7;cursor:default}.AuthModal_error__Qtvb1{margin-bottom:4px;font-size:12px;color:#d14343}.NpAutocomplete_wrap__4lSgn{position:relative}.NpAutocomplete_list__xvFTJ{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 4px);max-height:220px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 24px #0000001f}.NpAutocomplete_item__bHxM7{padding:10px 12px;font-size:14px;border-radius:6px;cursor:pointer}.NpAutocomplete_item__bHxM7:hover{background:#f4f7ee}