*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;outline:none;font-family:Nunito Sans,sans-serif}a{color:inherit;text-decoration:none;cursor:pointer}a:hover{color:inherit;text-decoration:none}button{border:none;outline:none;background:none;cursor:pointer}section{overflow:hidden}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}section{position:relative;z-index:2}.container{max-width:1440px;width:100%;margin:0 auto;padding:0 20px}@media (max-width: 1200px){.container{max-width:1000px}}@media (max-width: 992px){.container{max-width:800px}}@media (max-width: 768px){.container{max-width:600px;padding:0 15px}}@media (max-width: 576px){.container{max-width:100%;padding:0 10px}}@keyframes pulsate{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.5}to{transform:translate(-50%,-50%) scale(1);opacity:.6}}.co-button{height:45px;padding:0 36px;border-radius:200px;transition:.3s;display:flex;align-items:center}.co-button.default{background-color:#00c853;border:1px solid transparent;color:#fff}.co-button.default:hover{background-color:#fff;border-color:#00c853;color:#00c853}.co-button.inverse{background-color:#fff;border:1px solid #00c853;color:#00c853}.co-button.inverse:hover{background-color:#00c853;border-color:#fff;color:#fff}.co-button__back{background-color:#00c853;border:1px solid #00c853;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.co-button__back img{transition:all .3s ease-in-out;filter:brightness(0) invert(1);width:28px;margin:0 2px 0 0}.co-button__back:hover{background-color:#fff}.co-button__back:hover img{filter:brightness(1) invert(0)}@font-face{font-display:swap;font-family:Nunito Sans;font-style:normal;font-weight:400;src:url(/assets/nunito-sans-v15-cyrillic_latin-regular-mrPkVzqw.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito Sans;font-style:normal;font-weight:600;src:url(/assets/nunito-sans-v15-cyrillic_latin-600-Dgth1OkW.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito Sans;font-style:normal;font-weight:700;src:url(/assets/nunito-sans-v15-cyrillic_latin-700-zblPCbyh.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito Sans;font-style:normal;font-weight:900;src:url(/assets/nunito-sans-v15-cyrillic_latin-900-CdkSNcAe.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pacifico;font-style:normal;font-weight:400;src:url(/assets/pacifico-v22-cyrillic_latin-regular-CT70Czus.woff2) format("woff2")}.footer{background:#303030;color:#fff;padding:60px 0 40px}.footer__inner{display:flex;gap:60px}.footer__info{display:flex;flex-direction:column;gap:20px;width:25%}.footer__info span{font-size:16px}.footer__logo{width:150px;display:block;margin:0 0 16px}.footer__social-links{display:flex;align-items:center;gap:8px}.footer__social-links img{transition:all .3s ease-in-out;filter:brightness(0) invert(1)}.footer__social-links img:hover{filter:brightness(1) invert(0)}.footer__navs{display:flex;gap:70px;width:60%}.footer__nav h3{font-size:18px;font-weight:700;margin:0 0 16px}.footer__nav-links{display:flex;flex-direction:column;gap:8px}.footer__nav-links a{opacity:.7;color:#fff;transition:all .3s ease-in-out}.footer__nav-links a:hover{color:#00c853;opacity:1}.footer__bottom{margin:40px 0 0;padding:20px 0;border-top:1px solid #fff;display:flex;justify-content:space-between;align-items:center}.footer__copy{opacity:.7}.footer__bottom-links{display:flex;gap:16px}.footer__bottom-links a{opacity:.7;color:#fff;transition:all .3s ease-in-out}.footer__bottom-links a:hover{color:#00c853;opacity:1}@media only screen and (max-width: 1024px){.footer__inner{flex-direction:column;gap:40px}.footer__info{width:100%}.footer__navs{width:100%;flex-wrap:wrap;gap:20px}}@media only screen and (max-width: 768px){.footer__bottom{flex-direction:column;gap:16px}.footer__bottom-links{flex-wrap:wrap}.footer__copy{text-align:center}}body{padding:100px 0 0}.header{position:absolute;top:0;left:0;right:0;z-index:1000}.header__wrapper{height:75px;display:flex;align-items:center;background:transparent;position:relative;top:0;left:0;width:100%;z-index:12;transition:.3s;background-position:top;border-bottom:1px solid transparent}.header__wrapper.scrolled{position:fixed;z-index:9;top:0;left:0;right:0;transform:translateY(-100px);animation:headerAppear .3s 1 ease-in-out forwards}.header__container{display:flex;justify-content:space-between;align-items:center;gap:20px;height:75px;border-radius:0 0 36px 36px;border:1px solid #e5e7eb;background-color:#fff}.header__nav{display:flex;gap:16px;align-items:center}.header__link{text-decoration:none;font-size:16px;font-weight:400;color:#1b1b1b;transition:.3s}.header__link:hover{color:#00c853}.header__link.active{color:#00c853;font-weight:700}.header__actions{display:flex;gap:16px;align-items:center}.header__link-login{height:50px;padding:0 36px;border-radius:200px;background-color:#00c853;color:#fff;transition:.3s;border:1px solid transparent;display:flex;align-items:center}.header__link-login:hover{background-color:#fff;border-color:#00c853;color:#00c853}.header__hamburger{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:45px;height:45px;border-radius:50%;border:1px solid #00c853;cursor:pointer;display:none}.header__hamburger span{width:24px;height:2px;border-radius:200px;background-color:#00c853;transition:all .3s ease-in-out}.header__hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,4px)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-4px)}@keyframes headerAppear{0%{transform:translateY(-100px)}to{transform:translateY(0)}}@media only screen and (max-width: 768px){.header__nav{position:fixed;top:85px;background:#fff;right:0;border:1px solid #e5e7eb;border-radius:36px 0 0 36px;height:calc(100dvh - 85px);flex-direction:column;max-width:450px;width:100%;gap:20px;padding:36px 20px 20px;transition:.3s;transform:translate(100%)}.header__nav.open{transform:translate(0)}.header__link{font-size:20px}.header__hamburger{display:flex}}@media only screen and (max-width: 480px){.header__container{border-radius:0}.header__button{display:none}}.header__lang{position:relative;background-color:#fff;border-radius:24px;border:1px solid #00c853;transition:all .3s}.header__lang.active{border-bottom-right-radius:0;border-bottom-left-radius:0}.header__lang-current{position:relative;cursor:pointer;width:100%;display:flex;align-items:center;gap:10px;padding:0 24px;height:46px;color:#1b1b1b;z-index:9}.header__lang-list{position:absolute;width:calc(100% + 2px);top:calc(100% - 2px);left:-1px;display:flex;flex-direction:column;background:#fff;height:0;border:1px solid transparent;border-radius:0 0 24px 24px;transition:all .3s;overflow:hidden;opacity:0;z-index:0}.header__lang-list.active{border-color:#00c853;top:calc(100% + 1px);height:95px;z-index:9;border-top:none;opacity:1}.header__lang-item{cursor:pointer;display:flex;align-items:center;padding:0 20px;gap:10px;height:45px;color:#1b1b1b;border-top:1px solid #00c853;transition:all .3s ease}.header__lang-item:hover{background-color:#f8faf9;opacity:.8}.header__lang-item:first-child{border-top:none}.hero__container{background-color:#f8faf9;border-radius:36px;position:relative}.hero__inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:32px 20px}.hero__content{width:50%}.hero__subtitle{position:absolute;top:32px;left:40px;font-size:14px;line-height:30px;color:#1b1b1b;margin-bottom:10px;font-family:Pacifico}.hero__title{font-size:54px;line-height:1.2;color:#1b1b1b;margin-bottom:20px;font-weight:700}.hero__description{font-size:16px;line-height:1.5;color:#1b1b1b;margin-bottom:20px}.hero__buttons{display:flex;gap:16px}.hero__image{display:flex;justify-content:center;align-items:center;width:50%}@media screen and (max-width: 1024px){.hero__inner{flex-direction:column;gap:32px;padding:65px 20px 20px}.hero__content{width:100%}.hero__image{max-width:100%;width:100%}}@media screen and (max-width: 768px){.hero__subtitle{font-size:12px;left:30px}.hero__title{font-size:36px}.hero__description{font-size:16px}.hero__buttons{flex-wrap:wrap}.hero__image img{width:90%}}.stata{margin:90px 0 0}.stata__container{display:flex;justify-content:center}.stata__inner{display:flex;justify-content:space-between;align-items:center;max-width:80%}.stata__content{display:flex;flex-direction:column;gap:36px}.stata__item{display:flex;flex-direction:column}.stata__item h2{font-size:78px;font-weight:700;line-height:80px;color:#00c853;margin:0 0 16px}.stata__item p{font-size:14px;font-weight:400;line-height:28px;color:#1b1b1b;margin:0}.stata__item span{font-size:14px;font-weight:400;line-height:28px;color:#4b5563;margin:0}.stata__item span a{color:#00c853;text-decoration:none}.stata__item span a:hover{text-decoration:underline}.stata__image{min-width:50%;max-width:50%}.stata__image img{width:100%;height:320px;object-fit:cover;border-radius:32px}@media only screen and (max-width: 1200px){.stata{margin:60px 0 0}.stata__inner{max-width:100%}.stata__image{min-width:50%;max-width:50%}.stata__image img{width:100%;height:320px;object-fit:cover;border-radius:32px}}@media only screen and (max-width: 1024px){.stata{margin:60px 0 0}.stata__inner{max-width:100%;flex-direction:column;gap:20px}.stata__inner .stata__image{min-width:100%;max-width:100%}.stata__inner .stata__image img{width:100%;height:320px;object-fit:cover;border-radius:32px}}@media only screen and (max-width: 768px){.stata__item h2{font-size:50px;line-height:50px}}.services{padding:90px 0 0}.services__header{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:24px;margin:0 0 48px}.services__title{font-size:44px;line-height:1.2;text-align:center;color:#1b1b1b;max-width:600px}.services__description{font-size:18px;line-height:1.5;text-align:center;color:#4b5563;max-width:700px}.services__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:50px;margin-top:36px}.services__item{transition:all .3s ease-in-out}.services__item:hover .services__item-link{transform:translate(0)}.services__item:hover .services__image{transform:scale(1.1)}.services__image-wrapper{overflow:hidden;width:100%;height:365px;margin:0 0 24px;border-radius:16px}.services__image{width:100%;height:365px;object-fit:cover;transition:all .3s ease-in-out}.services__content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 24px}.services__item-title{font-size:24px;line-height:1.2;color:#1b1b1b}.services__item-link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transform:translate(-12px);transition:all .3s ease-in-out}@media screen and (max-width: 1200px){.services{padding:0}}@media screen and (max-width: 768px){.services__title{font-size:36px}.services__description{font-size:16px}.services__list{gap:20px}.services__image-wrapper,.services__image{height:300px}}@media screen and (max-width: 480px){.services__title{font-size:28px}.services__description{font-size:14px}.services__list{gap:10px}}@keyframes reappear{to{overflow:hidden;white-space:nowrap;width:100%}0%{overflow:hidden;white-space:nowrap;width:0%}}.banner{margin:90px 0;padding:160px 0 0;overflow:visible}.banner .swiper{overflow:visible}.banner__slide{background:#f8faf9;border-radius:36px;padding:36px 40px;min-height:450px;display:flex!important;align-items:center}.banner-line{position:absolute;left:0;z-index:5}.banner__slide-inner{display:flex;justify-content:space-between;align-items:center;height:100%;gap:20px}.banner__slide-content{width:60%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:20px;position:relative;z-index:9}.banner__slide-title{font-size:44px;line-height:1.2;color:#1b1b1b;width:100%}.banner__slide-description{font-size:18px;line-height:1.5;color:#4b5563;max-width:700px}.banner__slide-image{position:absolute;width:50%;bottom:0;left:50%;z-index:99;transform:translate(25%)}.banner__slide-image img{width:300px}.banner .swiper-pagination{display:flex!important;justify-content:center!important;width:100%!important}.banner .swiper-pagination-bullet{width:12px!important;height:12px!important}.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#00c853}@media only screen and (max-width: 768px){.banner{margin:0 0 60px}.banner__slide{padding:30px 20px;align-items:flex-end}.banner__slide-inner{flex-direction:column;gap:20px}.banner__slide-content{width:100%;gap:12px}.banner__slide-title{font-size:28px;line-height:1.2;color:#1b1b1b}.banner__slide-description{font-size:16px;line-height:1.5;color:#4b5563}.banner__slide-image{width:unset;bottom:50%;transform:translate(-50%)}.banner__slide-image img{width:200px}.banner-line{top:20%}}@media only screen and (max-width: 480px){.banner__slide{padding:20px 10px}.banner__slide-title{font-size:24px;line-height:1.2;color:#1b1b1b}.banner__slide-description{font-size:14px;line-height:1.5;color:#4b5563}.banner__slide-image img{width:150px}}@keyframes disappear{0%{overflow:hidden;white-space:nowrap;width:100%}to{overflow:hidden;white-space:nowrap;width:0%}}@keyframes reappear{to{overflow:hidden;white-space:nowrap;max-width:100%}0%{overflow:hidden;white-space:nowrap;max-width:0%}}.comments{padding:90px 0}.comments__header{display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 0 48px}.comments__title{font-size:48px;line-height:1.2;text-align:center;color:#1b1b1b;max-width:600px}.comments__description{font-size:18px;line-height:1.5;text-align:center;color:#4b5563;max-width:700px}.comments__slide{display:flex!important;flex-direction:column;align-items:center;padding:24px 80px}.comments__slide>p{font-size:18px;line-height:1.5;color:#4b5563;text-align:center;margin:0 0 32px}.comments__stars{margin:0 0 16px}.comments__slider{margin:0 0 50px}.comments__author{display:flex;align-items:center;gap:16px}.comments__author img{width:50px;height:50px;border-radius:50%;object-fit:cover}.comments__author h3{font-size:18px;line-height:1.5;color:#00c853}.comments__author p{font-size:14px;line-height:1.5;color:#4b5563}.comments .cm-marquee{height:130px;width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}.comments .cm-marquee__wrapper{display:flex;position:absolute;overflow:hidden;animation:marquee 50s linear infinite}.comments .cm-marquee__list{display:flex;justify-content:space-around;width:100%;padding:20px 0}.comments .cm-marquee__list img{height:100px;padding:20px;background:#fff;box-shadow:0 0 35px #0000000d}.comments .cm-marquee:last-child .cm-marquee__wrapper{flex-direction:row-reverse;animation:marqueeReverse 50s linear infinite}@media screen and (max-width: 1200px){.comments{padding:60px 0}.comments .cm-marquee__list{width:100%}.comments .cm-marquee__list img{height:80px;min-width:fit-content}}@media screen and (max-width: 768px){.comments__title{font-size:36px}.comments__description{font-size:16px}.comments__slider{margin:0 0 30px}.comments__slide{padding:24px 40px}.comments__slide>p{font-size:16px}.comments .cm-marquee__wrapper{animation:marquee 40s linear infinite}.comments .cm-marquee__list img{min-width:188px;width:100%}.comments .cm-marquee:last-child .cm-marquee__wrapper{flex-direction:row-reverse;animation:marqueeReverse 40s linear infinite}}@media screen and (max-width: 480px){.comments__title{font-size:28px}.comments__description{font-size:14px}.comments__slide{padding:24px 20px}.comments__slide>p{font-size:14px}}@keyframes marquee{0%{left:0}50%{left:-100%}to{left:0}}@keyframes marqueeReverse{0%{right:0}50%{right:-100%}to{right:0}}.join-us{background:#00c8530d;padding:90px 0}.join-us__header{display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 0 48px}.join-us__header h2{font-size:44px;line-height:1.2;text-align:center;color:#1b1b1b}.join-us__header p{font-size:18px;line-height:1.5;text-align:center;color:#4b5563;max-width:700px}.join-us__content{display:flex;justify-content:center;gap:20px}.join-us__input-box{position:relative;max-width:700px;width:100%}.join-us__input-box input{background:none;outline:none;border:none;width:100%;padding:0 24px;height:45px;border-radius:200px;border:1px solid #e5e7eb;transition:all .3s ease-in-out}.join-us__input-box input:focus{border-color:#00c853}.join-us__button{position:absolute;top:0;right:0}@media screen and (max-width: 768px){.join-us__header h2{font-size:36px}.join-us__header p{font-size:16px}.join-us__content{flex-wrap:wrap}}@media screen and (max-width: 480px){.join-us__header h2{font-size:32px}.join-us__header p{font-size:14px}}.order{min-height:100vh;display:flex;justify-content:center;padding:30px 0 0}.order-proccess__header{display:flex;align-items:center;gap:24px;margin-bottom:24px}.order-proccess__title{font-size:32px;line-height:1.2;color:#1b1b1b}.order-proccess__type-list{display:flex;gap:30px}.order-proccess__type-item{flex:4;display:flex;flex-direction:column;gap:20px;border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;transition:all .3s ease-in-out;backface-visibility:hidden;will-change:transform,opacity;perspective:1000px;transform:translateY(-40px);opacity:0}.order-proccess__type-item:hover{border-color:#00c853}.order-proccess__type-item:hover .order-proccess__type-item-link{transform:translate(0)}.order-proccess__type-item:hover .order-proccess__type-image{transform:scale(1.1) rotate(1deg)}.order-proccess__type-image-wrapper{display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:20px;width:100%;aspect-ratio:1/1}.order-proccess__type-image{width:100%;height:100%;object-fit:cover;border-radius:20px;transition:all .3s ease-in-out}.order-proccess__type-content{display:flex;justify-content:space-between;align-items:center;padding:0 20px 20px}.order-proccess__type-item-title{font-size:22px;line-height:1.2;color:#1b1b1b}.order-proccess__type-item-link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transform:translate(-12px);transition:all .3s ease-in-out}.order-proccess__color-item{cursor:pointer;width:25%}.order-proccess__color-item:hover .order-proccess__color-image img{transform:scale(1.02) rotate(1deg)}.order-proccess__color-image img{width:100%;height:auto;object-fit:contain;border-radius:20px;transition:all .3s ease-in-out}.order-proccess__cards-list{display:flex;align-items:stretch;gap:60px;justify-content:center}.order-proccess__card{width:50%;display:flex;justify-content:center;flex-direction:column;align-items:center;transition:all .3s ease-in-out;cursor:pointer}.order-proccess__card h3{text-align:center;font-size:24px;line-height:1.2;color:#1b1b1b;margin-bottom:20px;width:100%}.order-proccess__card h3 span{color:#00c853}.order-proccess__card:hover{transform:scale(1.02)}.order-proccess__card.multiple{height:650px;position:relative}.order-proccess__card.multiple .order-proccess__card-item-price{position:absolute;bottom:-10px;left:50%;transform:translate(-50%,-50%);width:100%}.order-proccess__card.multiple .order-proccess__card-item-price p{font-size:16px;line-height:1.2;color:#1b1b1b;text-align:center}.order-proccess__card.multiple .order-proccess__card-item-price p span{color:#00c853}.order-proccess__card.multiple .order-proccess__card-item{position:absolute;top:0}.order-proccess__form{display:flex;align-items:stretch;gap:60px;width:100%}.order-proccess__form-info{width:50%;display:flex;flex-direction:column;gap:20px}.order-proccess__form-info-input{display:flex;flex-direction:column;gap:6px}.order-proccess__form-info-input input{width:100%;height:45px;padding:0 16px;border-radius:16px;border:1px solid #e5e7eb;outline:none;transition:all .3s ease-in-out}.order-proccess__form-info-input input:focus{border-color:#00c853}.order-proccess__form-info-input textarea{width:100%;height:100px;padding:16px;border-radius:16px;border:1px solid #e5e7eb;outline:none;transition:all .3s ease-in-out;resize:none}.order-proccess__form-info-input textarea:focus{border-color:#00c853}.order-proccess__form-map{width:50%}.order-proccess__form-map h3{font-size:20px;line-height:1.2;color:#1b1b1b;margin-bottom:12px}.order-proccess__form-info-button{display:flex;justify-content:center}.order-proccess__form-payment h3{font-size:20px;line-height:1.2;color:#1b1b1b;margin-bottom:12px}.order-proccess__form-payment-list{display:flex;gap:20px}.order-proccess__form-payment-list label,.order-proccess__form-confirm,.order-proccess__form-confirm label{display:flex;align-items:center;gap:10px}.order-proccess__payment-list{display:flex;gap:20px;align-items:stretch;justify-content:center}.order-proccess__payment-item{width:50%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s ease-in-out;cursor:pointer}.order-proccess__payment-item:hover{border-color:#00c853}.order-proccess__payment-item img{width:100px}.order-proccess__payment-item h3{font-size:28px;line-height:1.2;color:#1b1b1b;margin-bottom:12px;text-align:center}.order-proccess__success{height:calc(100dvh - 40px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.order-proccess__success h2{font-size:28px;line-height:1.2;color:#1b1b1b;margin-bottom:12px;text-align:center;width:100%}.order-proccess__success p{font-size:16px;line-height:1.2;color:#1b1b1b;margin-bottom:12px;text-align:center}@media only screen and (max-width: 1200px){.order-proccess__cards-list{justify-content:space-between}.order-proccess__card{width:50%;align-items:center}.order-proccess__card.multiple{height:680px}}@media only screen and (max-width: 1000px){.order-proccess__title{font-size:28px}.order-proccess__type-list{flex-wrap:wrap}.order-proccess__type-item,.order-proccess__color-item{flex:calc(50% - 15px)}}@media only screen and (max-width: 768px){.order-proccess__title{font-size:24px}.order-proccess__type-list{flex-wrap:wrap;gap:10px}.order-proccess__type-item{flex:calc(50% - 15px)}.order-proccess__type-item-title{font-size:18px}.order-proccess__cards-list{flex-direction:column;align-items:center;gap:20px}.order-proccess__card{width:100%}.order-proccess__card h3{font-size:18px}.order-proccess__card.multiple{height:350px}.order-proccess__card img{height:220px}.order-proccess__form{flex-direction:column-reverse;gap:20px}.order-proccess__form-info,.order-proccess__form-map{width:100%}.order-proccess__payment-item img{width:70px}.order-proccess__payment-item h3{font-size:18px}}@media only screen and (max-width: 520px){.order-proccess__title{font-size:20px}.order-proccess__type-item{flex:calc(50% - 15px)}.order-proccess__type-item-title{font-size:16px}.order-proccess__type-content{padding:0 16px 16px}.order-proccess__type-item-link{transform:translate(8px)}.order-proccess__payment-item img{width:50px}.order-proccess__payment-item h3{font-size:16px}}.agreement-header{padding:60px 0 0;background:#f8faf9}.agreement-header__inner{padding:56px 0 50px;display:flex;flex-direction:column;align-items:center;gap:12px}.agreement-header__inner h1{font-size:44px;line-height:72px;color:#00c853}.agreement-header__inner p{font-size:18px;line-height:28px;color:#00c853;opacity:.7}@media only screen and (max-width: 1024px){.agreement-header__inner h1{font-size:38px;line-height:56px}.agreement-header__inner p{font-size:16px;line-height:24px;color:#68676c}}@media only screen and (max-width: 425px){.agreement-header__inner{padding:36px 0 32px}.agreement-header__inner h1{font-size:24px;line-height:32px}.agreement-header__inner p{font-size:14px;line-height:20px;color:#68676c}}.agreement__content{padding-top:40px}.agreement__container{max-width:820px;width:100%;margin:0 auto;padding:48px 44px 52px;display:flex;flex-direction:column;gap:50px}.agreement__item{display:flex;flex-direction:column;gap:20px}.agreement__item a{color:#00c853;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease-in-out}.agreement__item a:hover{color:#00c853;border-bottom:1px solid #00c853}.agreement__item-title{font-size:22px;line-height:32px;color:#220e27}.agreement__subitem{display:flex;flex-direction:column;gap:20px}.agreement__item-subtitle{font-size:18px;color:#68676c;margin-bottom:-8px}.agreement__item-text{line-height:30px;font-size:16px;color:#68676c}.agreement__item-list{display:flex;flex-direction:column;gap:20px;list-style-position:outside;list-style:none}.agreement__item-list li{position:relative;padding-left:30px;line-height:30px;font-size:16px;color:#68676c;display:flex;flex-direction:column;gap:20px}.agreement__item-list li:before{content:"";position:absolute;top:10px;left:0;width:8px;height:8px;border-radius:50%;background:#00c853}.agreement strong{line-height:30px;font-size:16px;color:#68676c}.create-qr__btn{display:flex;justify-content:center}.create-qr__btn button{justify-content:center;margin:60px 0;padding:0 40px;height:64px;display:flex;align-items:center;gap:12px;background:#00c853;border:1px solid #00c853;border-radius:28px;min-width:295px;color:#fff;font-weight:700;transition:all .2s ease}.create-qr__btn button:hover{color:#00c853;background:#fff;border-color:#00c853}.create-qr__btn button:hover .create-qr__btn-icon{color:#00c853;transform:rotate(0)}.create-qr__btn-icon{font-size:22px;transform:rotate(-45deg);color:#fff;transition:all .2s ease}@media only screen and (max-width: 1024px){.agreement__content{padding-top:32px}.agreement__item-title{font-size:20px;line-height:28px}.agreement__item-subtitle{font-size:16px;margin-bottom:12px}.agreement__item-text,.agreement__item-list li{line-height:24px;font-size:14px}.agreement strong{font-size:14px;line-height:24px}}@media only screen and (max-width: 425px){.agreement__content{padding-top:24px}.agreement__container{padding:20px;gap:24px}.agreement__item,.agreement__subitem{gap:12px}.agreement__item-title{font-size:18px;line-height:24px}.agreement__item-subtitle{font-size:14px;margin-bottom:12px}.agreement__item-text,.agreement__item-list li{line-height:20px;font-size:12px}.agreement__item-list li:before{top:6px;left:0;width:6px;height:6px;border-radius:50%;background:#00c853}.agreement strong{font-size:12px;line-height:20px}.create-qr__btn button{margin:30px 0;padding:0 24px;height:45px;font-size:14px;min-width:unset;display:flex;gap:12px}.create-qr__btn-icon{font-size:16px}}.banner-line[data-v-be083121]{width:100%;overflow:hidden}svg[data-v-be083121]{width:100%;height:auto;display:block}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);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:content-box}.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-slide,.swiper-3d .swiper-cube-shadow{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{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{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{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(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#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:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}#map{width:100%;height:400px;border-radius:16px}
