:root{--gap-width:20px;--slide-width:500px;--slide-height:250px;--slide-bg-color:rgba(18,92,251,.52);--overlay-bg-color:rgba(0,0,0,.5);--overlay-text-color:#fff;--overlay-transition:opacity 3s ease;--border-radius:20px;--card-animation-top:0px;--card-animation-left:100px}body{font-size:16px;font-family:Bugrino,sans-serif;transition:.3s}body.readable{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body.overflow-y-hidden{overflow-y:hidden;touch-action:none;-ms-touch-action:none}header{width:100%;transition:.3s;height:auto;z-index:999;position:relative;padding:0 64px}header.mini .top{padding:10px 0!important}header.active{max-height:150px}header .top{transition:.3s}header .top .menu-item{position:relative;z-index:9}header .top .menu-item .title,header .top .menu-item a,header .top .menu-item button{display:flex;padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-sharp-end-small,12px);justify-content:center;align-items:center;gap:8px;border-radius:22px 0 0 22px;border:2px solid var(--White-30,hsla(0,0%,100%,.3));overflow:hidden;color:var(--White-80,hsla(0,0%,100%,.8));text-align:center;font-feature-settings:"dlig" on;text-overflow:ellipsis;font-size:18px;font-style:normal;font-weight:500;line-height:110%;transition:.3s;width:100%}header .top .menu-item .title:hover,header .top .menu-item a:hover,header .top .menu-item button:hover{color:var(--white,#fff);border-color:var(--white,#fff)}header .top .menu-item .title.active-route,header .top .menu-item a.active-route,header .top .menu-item button.active-route{border-color:var(--bright-green,#00ff9f);color:var(--bright-green,#00ff9f);backdrop-filter:blur(15px)}header .top .menu-item .title.active,header .top .menu-item a.active,header .top .menu-item button.active{background:var(--bright-magenta,#ff46ff);color:var(--green-black,#00110f);border-color:var(--bright-magenta,#ff46ff)}header .top .menu-item .title.active:hover,header .top .menu-item a.active:hover,header .top .menu-item button.active:hover{color:var(--bright-magenta,#ff46ff);background:var(--green-black,#00110f);border-color:var(--bright-magenta,#ff46ff)}header .top .menu-item .title.active-link,header .top .menu-item a.active-link,header .top .menu-item button.active-link{color:var(--bright-green)}header .top .menu-item .title .icon-down,header .top .menu-item a .icon-down,header .top .menu-item button .icon-down{width:20px;height:20px}header .top .menu-item .dropdown{display:none;position:absolute;top:40px;left:0;padding-top:16px;width:205px}header .top .menu-item .dropdown.active{display:block}header .top .menu-item .dropdown ul{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:16px;border-radius:24px 0 0 24px;border:2px solid var(--white-30,hsla(0,0%,100%,.3));display:flex;background-color:var(--green-black)}header .top .menu-item .dropdown ul a,header .top .menu-item .dropdown ul button{border:none;padding:0}header .top .menu-item .dropdown ul a.disabled,header .top .menu-item .dropdown ul button.disabled{opacity:.5}header .top .menu-item .dropdown ul a img,header .top .menu-item .dropdown ul button img{min-width:24px}header .top .menu-item .dropdown ul a.actived,header .top .menu-item .dropdown ul button.actived{color:var(--bright-green,#00ff9f);font-size:18px;font-style:normal;font-weight:500;line-height:110%}header .top .menu-item .dropdown ul a .alt-text,header .top .menu-item .dropdown ul button .alt-text{display:block;margin-top:5px;font-size:.6em}header .burger-menu{margin-right:16px;width:40px;height:40px;flex-direction:column;justify-content:space-between;display:none}.slider{height:calc(100svh - 150px);position:relative}.slider h1{color:var(--white,#fff);text-align:center;font-feature-settings:"dlig" on;font-size:6em;font-style:normal;font-weight:700;line-height:110%;max-width:1400px;padding:0 1em}.slider h1 .changes-cities{display:inline-block;overflow:hidden;vertical-align:bottom;position:relative}.slider h1 .changes-cities span{color:var(--bright-magenta,#ff46ff);text-align:center;font-feature-settings:"dlig" on;font-size:inherit;font-style:normal;font-weight:300;line-height:110%;display:none;transition:.3s;top:200px;position:relative}.slider h1 .changes-cities span.active{display:inline;animation:moveUp .3s forwards;animation-delay:.3s;top:200px;transform:translateX(-50%)}@keyframes moveUp{0%{top:200px}to{top:0}}.slider h1 .changes-cities span.deactive{top:0;display:inline;animation:moveUpBig .3s forwards;left:50%;transform:translateX(-50%);position:absolute}@keyframes moveUpBig{0%{top:0}to{top:-200px;display:none}}.slider h2{color:var(--white-70,hsla(0,0%,100%,.7));text-align:center;font-feature-settings:"dlig" on;font-size:20px;font-style:normal;font-weight:400;line-height:110%}.slider .download-links{margin-top:72px}.slider .download-links a img{object-fit:contain;height:52px!important}.slider .badge{background-color:var(--bright-green);padding:35px;border-radius:50%;width:208px;height:208px;display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(-8deg);position:absolute;top:0;left:0}.slider .badge .title{color:var(--dark-green,#00322f);text-align:center;font-feature-settings:"dlig" on;font-size:22px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:12px}.slider .badge button{display:flex;height:44px;padding:var(--button-padding-top-medium,10px) var(--button-padding-sharp-end-medium,16px) var(--button-padding-bottom-medium,12px) var(--button-padding-round-end-medium,18px);justify-content:center;align-items:center;gap:8px;align-self:stretch;border-radius:22px 0 0 22px;background:var(--bright-magenta,#ff46ff);overflow:hidden;color:var(--black,#000);text-align:center;font-feature-settings:"dlig" on;text-overflow:ellipsis;font-size:20px;font-style:normal;font-weight:700;line-height:110%}.slider .top-slider{max-width:100%;margin-bottom:32px;border-radius:22px;background:var(--White-80,hsla(0,0%,100%,.8));overflow:hidden;backdrop-filter:blur(15px)}.slider .top-slider .swiper-notification{height:100%}.slider .top-slider .swiper-notification .swiper-slide{height:100%;display:flex;padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-sharp-end-small,12px);justify-content:center;align-items:center;gap:8px;color:var(--green-black,#00110f)}.slider .top-slider .swiper-notification .swiper-slide span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45vw}.slider .top-slider .swiper-notification .swiper-slide img{margin-right:8px}.cities-home{background-color:var(--white,#fff);color:#000;position:relative;z-index:9999999}.cities-home .swiper-pagination{display:none!important}.cities-home .city{position:sticky;top:0}.cities-home .city .swiper{height:100vh}.cities-home .city .item{position:absolute;width:100%;opacity:1}.cities-home .city .item.active{z-index:9;opacity:1}.cities-home .city .item.loading{z-index:999;height:100%;width:50%;display:none}.cities-home .city .item.loading.active{display:block}.cities-home .city .item.loading img{box-shadow:1px 1px 1px 1000px rgba(0,17,15,.4);z-index:99999;transform:rotate(90deg);border-radius:50%;transition:.3s}.cities-home .city .item .image{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:0 40px}.cities-home .city .item .image .loading-icon{box-shadow:1px 1px 1px 1000px rgba(0,17,15,.4);z-index:99999;transform:rotate(90deg);border-radius:50%;transition:.3s}.cities-home .city .item .image img{object-fit:cover}.cities-home .city .item .image .city-name{position:absolute;top:40px;left:40px;border-radius:16px;background:var(--white-07,hsla(0,0%,100%,.07));backdrop-filter:blur(15px);padding:10px 12px;color:var(--white,#fff);text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:110%;z-index:999999;width:120px}.cities-home .city .item .content{background-color:#fff;padding-left:104px;padding-right:116px}.cities-home .city .item .content h4{color:var(--bright-magenta,#ff46ff);font-feature-settings:"dlig" on;font-size:96px;font-style:normal;font-weight:700;line-height:110%;width:100%}.cities-home .city .item .content h3{color:var(--green-black,#00110f);font-size:48px;font-style:normal;font-weight:500;line-height:110%}.cities-home .city .item .content p{font-size:22px;font-weight:400;line-height:110%;font-style:normal}.app-info{position:relative;overflow:hidden}.app-info .swiper{width:100%}.app-info .bullets{position:absolute;z-index:9}.app-info .bullets .bullet{position:absolute;padding:12px;border-radius:12px;transition:.7s;transition-timing-function:ease-out;display:flex;gap:4px;border:3px solid var(--white-7,hsla(0,0%,100%,.07));background:var(--green-black)}.app-info .bullets .bullet.left{right:calc(100% + 10px);white-space:nowrap;padding-right:40px}.app-info .bullets .bullet.right{left:calc(100% + 10px);white-space:nowrap;padding-right:40px}.app-info .swiper-slide{background-position:50%;background-size:cover;width:38vw;opacity:.5;background:var(--white-07,hsla(0,0%,100%,.07));padding:0 20px;border-radius:48px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.app-info .swiper-slide .title{display:flex;align-items:center;padding:32px 0;gap:8px;justify-content:center;color:var(--bright-green,#00ff9f);font-feature-settings:"dlig" on;font-size:16px;font-style:normal;font-weight:400;line-height:110%}.app-info .swiper-slide.swiper-slide-active{opacity:1}.app-info .swiper-slide .app-info-cover{position:relative;height:532px;width:314px;border-radius:32px 32px 0 0;border:8px solid var(--green-black,#00110f);overflow:hidden;max-width:80%}.app-info .swiper-slide .app-info-cover .app-info-image,.app-info .swiper-slide .app-info-cover .app-info-video{position:absolute;width:100%;height:100%;object-fit:cover;object-position:top}.tutorials-home{padding:120px 0;border-radius:64px 0 0 64px;background:var(--White-7,hsla(0,0%,100%,.07));overflow:hidden}.tutorials-home .head{margin-bottom:64px}.tutorials-home .head .title h5{color:var(--white-50,hsla(0,0%,100%,.5));font-size:22px;font-style:normal;font-weight:400;line-height:110%}.tutorials-home .head .title h2{color:var(--white,#fff);font-size:48px;font-style:normal;font-weight:500;line-height:110%}.tutorials-home .head .title h2 strong{color:var(--bright-green,#00ff9f);font-size:48px;font-style:normal;font-weight:500;line-height:110%}.tutorials-home .tutorial-list{position:relative;height:auto}.tutorials-home .tutorial-list .item{border-radius:40px 0 0 40px;background:var(--white-07);height:100%;position:absolute;opacity:0;transition:.3s;padding:24px 120px 24px 64px;display:flex;justify-content:space-between;overflow:hidden;visibility:hidden}.tutorials-home .tutorial-list .item.active{animation-delay:.3s;opacity:1;display:flex;visibility:visible;position:relative}.tutorials-home .tutorial-list .item.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:var(--bright-green);animation:example 5s linear forwards}@keyframes example{0%{width:0}to{width:100%}}.tutorials-home .tutorial-list .item .description{position:relative}.tutorials-home .tutorial-list .item .description .index{border-radius:50%;background:var(--bright-green,#00ff9f);display:flex;justify-content:center;align-items:center;width:40px;height:40px;color:var(--dark-green,#00322f);text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:40px}.tutorials-home .tutorial-list .item .description h3{color:var(--white,#fff);font-feature-settings:"dlig" on;font-size:36px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:24px}.tutorials-home .tutorial-list .item .description p{color:var(--white-60,hsla(0,0%,100%,.6));font-feature-settings:"dlig" on;font-size:20px;font-style:normal;font-weight:400;line-height:110%;min-height:188px}.tutorials-home .tutorial-list .item .media{border-radius:40px 0 0 40px;overflow:hidden;padding-bottom:12px;display:flex;justify-content:flex-end;align-items:flex-end;position:relative;height:550px;width:340px}.tutorials-home .tutorial-list .item .media img{object-fit:contain;object-position:right}.info-text{color:var(--white-60,hsla(0,0%,100%,.6));font-size:36px;font-style:normal;font-weight:500;line-height:110%}.info-text span{color:var(--white,#fff)}.apps-home{padding:144px 0 0;color:var(--green-black,#00110f)}.apps-home .black-area{border-radius:40px;border:2px solid var(--White-7,hsla(0,0%,100%,.07));background:var(--green-black,#00110f);display:inline-flex;padding:var(--field-padding-top-compact,14px) var(--button-padding-sharp-end-small,12px) 16px var(--button-padding-sharp-end-small,12px);align-items:center;line-height:0;height:50px;margin-bottom:24px}.apps-home .black-area .text{color:var(--white)}.apps-home .black-area .text strong{color:var(--bright-magenta);font-weight:inherit}.apps-home .black-area .img{height:32px;margin-left:8px;position:relative}.apps-home .black-area .img img{height:32px;width:auto}.apps-home .title{margin-bottom:64px}.apps-home .title h2{color:var(--White-60,hsla(0,0%,100%,.6));font-feature-settings:"dlig" on;font-size:48px;font-style:normal;font-weight:500;line-height:110%}.apps-home .title h2 strong{color:var(--white,#fff)}.apps-home .title h3{color:var(--green-black,#00110f);font-size:22px;font-style:normal;font-weight:400;line-height:110%}.apps-home .app-list{display:flex;flex-direction:column;gap:40px}.apps-home .app-list .item{transition:.3s;overflow:hidden;border-radius:64px 0 0 64px;border:3px solid var(--White-7,hsla(0,0%,100%,.07));background:var(--green-black,#00110f)}.apps-home .app-list .item .description{padding:64px 80px 64px 64px}.apps-home .app-list .item .description .title{margin-bottom:24px}.apps-home .app-list .item .description .title h3{color:var(--white,#00110f);font-size:64px;font-style:normal;font-weight:500;line-height:110%}.apps-home .app-list .item .description p{color:var(--white,#00110f);font-size:20px;margin-bottom:96px;font-style:normal;font-weight:400;line-height:110%}.apps-home .app-list .item .description .btn-jourma{display:flex;width:50%;gap:8px;color:var(--dark-green,#00322f);text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:110%}.apps-home .app-list .item .external-link{display:flex;align-items:center;gap:8px;width:50%;border-radius:25px 0 0 25px;border:2px solid var(--bright-green);color:var(--bright-green);padding:var(--button-padding-top-large,13px) var(--button-padding-sharp-end-large,22px) var(--button-padding-bottom-large,15px) var(--button-padding-round-end-large,24px);font-size:20px;height:50px;justify-content:center}.apps-home .app-list .item .external-link img{height:22px;object-fit:contain}.apps-home .app-list .item:hover{border:3px solid var(--White-7,hsla(0,0%,100%,.07));background:var(--White-7,hsla(0,0%,100%,.07))}.apps-home .app-list .item:hover .description .title h3,.apps-home .app-list .item:hover .description p{color:var(--white,#fff)}.apps-home .app-list .item:hover .external-link{color:var(--bright-green);border-color:var(--bright-green)}.apps-home .app-list .item:hover .external-link .arrow-white{display:block}.apps-home .app-list .media{height:555px;overflow:hidden;padding-top:0;display:flex;justify-content:flex-end;align-items:flex-end;padding-right:64px;margin-bottom:-50px}.apps-home .app-list .media video{height:100%;object-fit:contain;padding:0;border-radius:32px 32px 0 0;position:relative;background:var(--green-black,#00110f);margin-bottom:-50px;background-repeat:no-repeat;background-size:contain;border:3px solid hsla(0,0%,100%,.07)}.bottom-text{color:var(--white);font-feature-settings:"dlig" on;font-size:48px;font-style:normal;font-weight:500;line-height:110%;margin:192px 0}.bottom-text strong{color:var(--bright-magenta);font-weight:inherit}.blogs-home{padding-top:64px;margin-bottom:120px;border-radius:64px 0 0 64px;background:var(--white-7,hsla(0,0%,100%,.07))}.blogs-home .title{margin-bottom:64px}.blogs-home .title .buttons .button{opacity:.1;transition:.3s}.blogs-home .title .buttons .button.prev{transform:rotate(180deg)}.blogs-home .title .buttons .button.next{margin-left:40px}.blogs-home .title .buttons .button.active{opacity:1}.blogs-home .title h2{color:var(--white,#fff)}.blogs-home .title h2,.blogs-home .title h2 strong{font-size:48px;font-style:normal;font-weight:500;line-height:110%}.blogs-home .title h2 strong{color:var(--bright-green,#00ff9f)}.blogs-home .blog-list .item{border-radius:24px 0 0 24px;overflow:hidden;width:480px;background:var(--white-07,hsla(0,0%,100%,.07))}.blogs-home .blog-list .item img{height:340px;object-fit:cover;border-radius:24px 0 0 24px}.blogs-home .blog-list .item .description{padding:24px 0 40px 24px}.blogs-home .blog-list .item .description h4{margin-bottom:16px;color:var(--white-60,hsla(0,0%,100%,.6));font-size:16px;font-style:normal;font-weight:400;line-height:110%;padding-right:24px}.blogs-home .blog-list .item .description h3{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:12px;padding-right:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px}.blogs-home .blog-list .item .description .keywords .keywords-scroll{display:flex;gap:8px;width:max-content}.blogs-home .blog-list .item .description .keywords span{display:inline-flex;padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-sharp-end-small,12px);justify-content:center;align-items:center;border-radius:22px;border:2px solid var(--White-30,hsla(0,0%,100%,.3));overflow:hidden;color:var(--white-80,hsla(0,0%,100%,.8));text-align:center;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:110%}.blogs-home .blog-list .item.see-all-articles{min-height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative;height:unset;padding:48px;background:var(--white-07,hsla(0,0%,100%,.07))}.blogs-home .blog-list .item.see-all-articles .count{color:var(--white,#fff);text-align:center;font-size:32px;font-style:normal;font-weight:500;line-height:110%}.blogs-home .blog-list .item.see-all-articles button{border-radius:25px 0 0 25px;background:var(--bright-green,#00ff9f);overflow:hidden;color:var(--dark-green,#00322f);text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:110%;width:100%;height:50px;vertical-align:bottom;margin-top:185px}.faq-page h3{color:var(--bright-green,#00ff9f);font-feature-settings:"dlig" on;font-size:48px;font-style:normal;font-weight:500;line-height:110%;min-width:411px;max-width:40%}.faq-page .faq-list{margin-left:64px;width:60%}.faq-page .faq-list li{padding:40px 0 24px;border-top:1px solid var(--white-07,hsla(0,0%,100%,.07))}.faq-page .faq-list li:first-child{padding-top:0;border-top:none}.faq-page .faq-list li button{margin-bottom:16px}.faq-page .faq-list li button h4{color:var(--white,#fff);font-size:20px;font-style:normal;font-weight:500;line-height:110%;text-align:left}.faq-page .faq-list li .collapsed-text{height:auto;transition:.3s;overflow:hidden;max-height:0}.faq-page .faq-list li .collapsed-text.active{max-height:1000px}.download-area{border-radius:32px 0 0 32px;background:var(--bright-magenta,#ff46ff);padding:80px 40px;max-width:1080px}.download-area .content{display:flex;align-items:center}.download-area .content h3{color:var(--green-black,#00110f);font-size:40px;font-style:normal;font-weight:700;line-height:110%}.download-area .medias .qr-image img{min-width:188px}.download-area .medias .download-links a{display:block;height:52px;width:158px;position:relative}.download-area .medias .download-links a img{height:52px}footer{background-color:var(--bright-green);border-radius:64px 0 0 0;position:relative;padding:72px 64px 64px}footer .top{align-items:flex-start}footer .logo-area .social-media{padding-top:72px}footer .logo-area .social-media h5{color:var(--dark-green,#00322f);font-size:18px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:16px}footer .logo-area .social-media .links{display:flex;gap:16px}footer .content .column .disabled-link,footer .content .column a{display:block;color:var(--white-60);cursor:pointer}footer .content .column .menu-title{color:var(--dark-green,#00322f);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:16px}footer .content .column .app-item a,footer .content .column .app-item button{color:var(--dark-green,#00322f);font-size:16px;font-style:normal;font-weight:400;line-height:110%}footer .move-to-top{position:absolute;bottom:40px;z-index:999999999999}footer .bottom{margin-top:120px;padding:40px 0 0;border-top:1px solid #122220}footer .bottom a{margin-right:48px}footer .bottom .all-rights,footer .bottom a{color:var(--dark-green,#00322f);font-size:16px;font-style:normal;font-weight:500;line-height:110%}footer .bottom .all-rights{position:relative;text-align:center}footer .bottom .all-rights span{vertical-align:top;font-size:20px;margin-right:5px;display:inline;margin-top:5px}.radio-button{border-radius:20px;border:2px solid var(--White-40,hsla(0,0%,100%,.4));display:flex;width:66px;padding:5px;align-items:center;transition:.2s}.radio-button .circle{width:28px;height:28px;flex-shrink:0;background-color:hsla(0,0%,100%,.7);border-radius:50%;transition:.2s;border:1px solid hsla(0,0%,100%,.7)}.radio-button.active{border-radius:20px;background:var(--bright-green,#00ff9f)}.radio-button.active .circle{transform:translate(100%);border-color:#00322f}.about-us-page{padding-bottom:80px}.about-us-page .title{margin-top:120px;margin-bottom:144px}.about-us-page .title h1{margin-bottom:24px;color:var(--white,#fff);font-size:36px;font-style:normal;font-weight:500;line-height:110%}.about-us-page .title h1 strong{color:var(--bright-green)}.about-us-page .title img{margin-bottom:24px}.about-us-page .title .description p{display:block;margin-bottom:8px;font-size:20px;font-style:normal;font-weight:400;line-height:110%}.about-us-page .title .description p strong{color:var(--bright-green,#00ff9f)}.about-us-page .cont{color:var(--green-black);margin-bottom:80px;width:100%;text-overflow:ellipsis}.about-us-page .cont .about-us{border-bottom:1px solid var(--white-07,hsla(0,0%,100%,.07))}.about-us-page .cont .about-us .about-us-item .text h3{color:var(--bright-green,#00ff9f);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:16px}.about-us-page .cont .about-us .about-us-item .text p{color:var(--white-80,hsla(0,0%,100%,.8));font-size:20px;font-style:normal;font-weight:400;line-height:150%}.about-us-page .cont .bottom-cont{padding-top:64px}.about-us-page .cont .bottom-cont h3{color:var(--white,#fff);margin-bottom:24px;font-size:32px;font-weight:500;display:flex;align-items:center;gap:8px;height:32px}.about-us-page .cont .bottom-cont .address{font-style:normal;font-weight:400;line-height:110%}.about-us-page .cont .bottom-cont .address p{text-decoration:underline;color:var(--white-100,#fff);font-size:18px;padding-left:40px;line-height:110%}.about-us-page .cont .bottom-cont .address strong{color:var(--white-100,#fff);text-decoration:none!important;font-size:24px;margin-bottom:8px;display:inline-block}.about-us-page .cont .bottom-cont .contact-information h4{color:var(--white,#fff);font-size:18px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:4px;padding-left:40px}.contact-page .cont{margin:120px 0 176px}.contact-page .cont h1{color:var(--White-100,#fff);font-size:64px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px}.contact-page .cont h1 strong{color:var(--bright-magenta,#ff46ff);font-weight:inherit}.contact-page .cont .contact-information .item{margin-bottom:24px}.contact-page .cont .contact-information .item .lbl{color:var(--white,#fff);font-size:20px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:8px}.contact-page .cont .contact-information .item p{color:var(--white-80,hsla(0,0%,100%,.8));font-size:18px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:16px}.contact-page .cont .contact-information .item p a{text-decoration:underline}.contact-page .cont .contact-form form .item{margin-bottom:40px;padding:0 12px;position:relative}.contact-page .cont .contact-form form .item .lbl{overflow:hidden;color:var(--white-60,hsla(0,0%,100%,.6));font-size:16px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:4px}.contact-page .cont .contact-form form .item input,.contact-page .cont .contact-form form .item textarea{border-radius:12px;background:var(--white-07,hsla(0,0%,100%,.07));backdrop-filter:blur(15px);display:flex;padding:13px 16px 15px;align-items:center;gap:8px;align-self:stretch;width:100%;resize:none;font-size:20px;border:1px solid transparent;transition:.3s}.contact-page .cont .contact-form form .item input:focus-visible,.contact-page .cont .contact-form form .item textarea:focus-visible{border:none;outline:none}.contact-page .cont .contact-form form .item input:focus,.contact-page .cont .contact-form form .item textarea:focus{background:var(--white-80,hsla(0,0%,100%,.8));color:var(--green-black);border:1px solid hsla(0,0%,100%,.07)}.contact-page .cont .contact-form form .item input.error,.contact-page .cont .contact-form form .item textarea.error{border:1px solid #ff3d48}.contact-page .cont .contact-form form .item textarea{min-height:175px}.contact-page .cont .contact-form form .item button{height:50px}.contact-page .cont .contact-form form .item .error-lbl{display:none}.contact-page .cont .contact-form .result{display:none;flex-direction:column;justify-content:center;align-items:center;border-radius:48px;background:var(--white-07,hsla(0,0%,100%,.07));width:100%;height:100%;z-index:2;top:0;min-height:375px}.contact-page .cont .contact-form .result.active{display:flex}.contact-page .cont .contact-form .result img{margin-bottom:32px}.contact-page .cont .contact-form .result h3{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:8px}.contact-page .cont .contact-form .result p{color:var(--white-60,hsla(0,0%,100%,.6));text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:110%}.main-slider-download-area{margin-top:48px;border-radius:32px 0 0 32px;background:var(--White-7,hsla(0,0%,100%,.07));padding:3.25em;text-align:center;margin-left:4em;margin-right:4em}.main-slider-download-area h3{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:32px}.main-slider-download-area a{min-width:50%;height:50px}.main-slider-download-area button{height:50px}.download-area-not-installed{border-radius:32px 0 0 32px;padding:80px 0}.download-area-not-installed .contact-information h4{color:var(--white,#fff);font-size:80px;font-weight:700;line-height:110%;margin-bottom:80px}.download-area-not-installed .contact-information h4 strong{color:var(--bright-magenta,#fff);font-weight:inherit;display:block}.download-area-not-installed .contact-information .item{margin-bottom:24px}.download-area-not-installed .contact-information .item .lbl{color:var(--white,#fff);font-size:20px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:8px}.download-area-not-installed .contact-information .item p{color:var(--white-80,hsla(0,0%,100%,.8));font-size:18px;font-style:normal;font-weight:400;line-height:110%}.download-area-not-installed .form-area{position:relative}.download-area-not-installed .form-area form .item{padding:0 12px;margin-bottom:40px}.download-area-not-installed .form-area form .item .error{border:2px solid transparent!important}.download-area-not-installed .form-area form .item .lbl{overflow:hidden;color:var(--white-60,hsla(0,0%,100%,.6));font-size:16px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:4px}.download-area-not-installed .form-area form .item input{border-radius:12px;background:var(--white-07,hsla(0,0%,100%,.07));backdrop-filter:blur(15px);display:flex;padding:13px 16px 15px;align-items:center;gap:8px;align-self:stretch;width:100%;resize:none;border:2px solid hsla(0,0%,100%,.01);transition:.3s;font-size:20px}.download-area-not-installed .form-area form .item input:focus-visible{border:none;outline:none}.download-area-not-installed .form-area form .item input:focus{background:var(--white-80,hsla(0,0%,100%,.8));color:var(--green-black);border:2px solid hsla(0,0%,100%,.07)}.download-area-not-installed .form-area form .item .error-lbl{display:none}.download-area-not-installed .form-area form .item .radio-item{border-radius:22px;border:2px solid var(--White-30,hsla(0,0%,100%,.3));position:relative;overflow:hidden;display:flex;min-width:210px;padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-sharp-end-small,12px);justify-content:center;align-items:center;color:var(--White-80,hsla(0,0%,100%,.8));text-align:center;font-size:18px;font-style:normal;font-weight:500;transition:.3s;line-height:100%}.download-area-not-installed .form-area form .item .radio-item.active{background-color:var(--white);color:#000}.download-area-not-installed .form-area form .item .radio-item input{position:absolute;width:100%;left:0;top:0;height:100%;z-index:3;opacity:0}.download-area-not-installed .form-area form .item .radio-item:has(>input[type=radio]:checked){background-color:var(--white-80);color:#000}.download-area-not-installed .form-area form .item button{margin-top:48px}.download-area-not-installed .form-area .result{display:none;flex-direction:column;justify-content:center;align-items:center;border-radius:32px 0 0 32px;background:var(--dark-black);position:absolute;width:100%;height:100%;z-index:2;top:0}.download-area-not-installed .form-area .result.active{display:flex}.download-area-not-installed .form-area .result img{margin-bottom:32px}.download-area-not-installed .form-area .result h3{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:8px}.download-area-not-installed .form-area .result p{color:var(--white-60,hsla(0,0%,100%,.6));text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:110%}.district-home .content{background-color:var(--white);padding:4em 5em 3em;color:var(--green-black);border-radius:24px 0 0 24px;height:622px}.district-home .content h3{font-size:36px;font-weight:700;line-height:110%}.district-home .content p{margin-top:1em;font-size:1.25em;font-weight:400;line-height:110%}.district-home .swiper{margin-top:3em;position:absolute;left:0;width:100vw;overflow:hidden}.district-home .swiper .swiper-wrapper{transition-timing-function:linear}.district-home .swiper .swiper-slide{width:300px;border-radius:24px 0 0 24px;background:linear-gradient(180deg,rgba(0,17,15,0) 70.12%,#00110f);height:380px;overflow:hidden}.district-home .swiper .swiper-slide .district-item.active .hover-item{bottom:0;opacity:1}.district-home .swiper .swiper-slide .city-info{position:absolute;bottom:16px;left:16px;color:var(--white,#fff);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:110%;border-radius:16px;background:var(--white-07,hsla(0,0%,100%,.07));backdrop-filter:blur(15px);z-index:999;padding:10px 12px}.district-home .swiper .swiper-slide .hover-item{background:rgba(0,17,15,.8);position:absolute;width:100%;height:100%;bottom:-100%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:0 24px;gap:32px;transition:.3s;opacity:1}.district-home .swiper .swiper-slide .hover-item .close-button{position:absolute;right:15px;top:15px}.district-home .swiper .swiper-slide .hover-item .item img{margin-bottom:8px}.district-home .swiper .swiper-slide .hover-item .item span{color:var(--white,#fff);font-size:32px;font-weight:500;line-height:110%}.blogs-page .keywords{width:100%;overflow-x:scroll}.blogs-page .keywords::-webkit-scrollbar{opacity:0;width:0;height:0;display:none}.blogs-page .keywords .keywords-scroll{display:flex;gap:8px;width:max-content}.blogs-page .keywords .keyword{padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-sharp-end-small,12px);gap:8px;border-radius:22px;border:2px solid var(--White-30,hsla(0,0%,100%,.3));color:var(--white-80,hsla(0,0%,100%,.8));text-align:center;font-size:16px;font-weight:500;line-height:110%}.blogs-page .banner,.blogs-page .keywords .keyword{display:flex;justify-content:center;align-items:center}.blogs-page .banner{gap:40px;padding-top:120px;padding-bottom:120px}.blogs-page .banner .image{width:60%;position:relative;height:500px;border-radius:24px 0 0 24px;overflow:hidden}.blogs-page .banner .content{width:40%}.blogs-page .banner .content h1{color:var(--white,#fff);font-size:48px;font-style:normal;line-height:110%;margin-bottom:48px;font-weight:700}.blogs-page .banner .content h6{color:var(--white-50,hsla(0,0%,100%,.5));font-size:16px;font-weight:400;line-height:110%;margin-bottom:12px}.blogs-page .banner .content .read-more-button{display:flex;width:300px;padding:var(--button-padding-top-large,13px) var(--button-padding-sharp-end-large,22px) var(--button-padding-bottom-large,15px) var(--button-padding-round-end-large,24px);justify-content:center;align-items:center;gap:8px;border-radius:25px 0 0 25px;background:var(--bright-green,#00ff9f);color:var(--dark-green,#00322f);text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:110%}.blogs-page .banner .content .keywords{margin-bottom:64px;display:flex;gap:8px;flex-wrap:wrap}.blogs-page h2{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:40px}.blogs-page .blog-list{display:grid;gap:40px;grid-template-columns:1fr 1fr 1fr;margin-bottom:176px}.blogs-page .blog-list .item{border-radius:24px 0 0 24px;overflow:hidden;background:var(--white-07,hsla(0,0%,100%,.07))}.blogs-page .blog-list .item .image{height:256px;position:relative}.blogs-page .blog-list .item .image img{object-fit:cover;border-radius:0 0 0 24px}.blogs-page .blog-list .item .content{padding:24px 24px 40px}.blogs-page .blog-list .item .content h3{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blogs-page .blog-list .item .content h5{color:var(--white-60,hsla(0,0%,100%,.6));font-size:14px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:16px}.blog-detail{margin-top:120px;margin-bottom:176px}.blog-detail .share-kit{margin-top:24px}.blog-detail .title{margin-bottom:40px}.blog-detail .title h1{color:var(--white,#fff);font-size:48px;font-style:normal;font-weight:700;line-height:110%;margin:12px 0 24px}.blog-detail .title .go-to-app{display:none}.blog-detail .title h5{color:var(--white-60,hsla(0,0%,100%,.6));font-size:16px;font-style:normal;font-weight:400;line-height:110%}.blog-detail h2{font-weight:600;font-size:1.2em;margin-bottom:10px}.blog-detail h4{font-size:32px}.blog-detail h5{margin-top:80px;font-size:32px;font-weight:700;margin-bottom:16px}.blog-detail .keywords{width:100%;overflow-x:scroll}.blog-detail .keywords::-webkit-scrollbar{opacity:0;width:0;height:0;display:none}.blog-detail .keywords .keywords-scroll{display:flex;gap:8px;width:max-content}.blog-detail .keywords .keyword{display:flex;padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-sharp-end-small,12px);justify-content:center;align-items:center;gap:8px;border-radius:22px;border:2px solid var(--White-30,hsla(0,0%,100%,.3));color:var(--white-80,hsla(0,0%,100%,.8));text-align:center;font-size:16px;font-weight:500;line-height:110%}.blog-detail .image{position:relative;height:400px;border-radius:24px 0 0 24px;overflow:hidden}.blog-detail .content{margin-top:40px;line-height:150%}.blog-detail .content h2{margin-top:120px;color:var(--white,#fff);font-size:32px;font-style:normal;font-weight:700;margin-bottom:16px}.blog-detail .content h2:first-child{margin-top:0}.blog-detail .content p{color:var(--white,#fff);font-size:18px;font-style:normal;font-weight:400;line-height:150%}.blog-detail .content p strong{color:var(--bright-magenta,#ff46ff);font-style:normal;font-weight:400}.blog-detail .content ul{margin-top:72px}.blog-detail .content ul li{margin-bottom:64px;gap:24px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto}.blog-detail .content ul li:nth-child(odd) p{grid-column:1}.blog-detail .content ul li:nth-child(odd) p:first-child{grid-column:2}.blog-detail .content ul li:nth-child(odd) h3{grid-column:1}.blog-detail .content ul li p{color:var(--white,#fff);font-size:18px;font-style:normal;font-weight:400;grid-column:2;justify-self:start;padding-bottom:0}.blog-detail .content ul li p:first-child{grid-column:1;grid-row:1/span 2;width:100%;height:100%;padding-bottom:0}.blog-detail .content ul li h3{color:var(--bright-green,#00ff9f);font-size:20px;font-style:normal;font-weight:500;line-height:150%;align-self:end;grid-column:2}.blog-detail .content ol li{list-style:disc;list-style-position:inside;font-size:18px;line-height:110%}.blog-detail .content ol li strong{font-weight:400}.blog-detail .share-buttons{margin-top:40px}.blog-detail .other-blogs{margin-bottom:160px}.blog-detail .other-blogs h3{color:var(--white,#fff);font-size:36px;font-style:normal;line-height:110%;margin:116px 0 40px}.blog-detail .other-blogs .other-blog-list{display:grid;gap:40px;grid-template-columns:1fr 1fr 1fr}.blog-detail .other-blogs .other-blog-list .item{border-radius:24px 0 0 24px;overflow:hidden;background:var(--white-07,hsla(0,0%,100%,.07))}.blog-detail .other-blogs .other-blog-list .item .image{height:287px;position:relative}.blog-detail .other-blogs .other-blog-list .item .image img{object-fit:cover}.blog-detail .other-blogs .other-blog-list .item .cont{padding:24px 24px 40px}.blog-detail .other-blogs .other-blog-list .item .cont h5{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:12px}.blog-detail .other-blogs .other-blog-list .item .cont h6{color:var(--white-60,hsla(0,0%,100%,.6));font-size:16px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:16px;text-transform:uppercase}.pages-detail{padding:92px 0 140px}.pages-detail .title{color:var(--white,#fff);font-size:48px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:64px}.pages-detail .content>ul{list-style:auto;list-style-position:inside}.pages-detail .content>ul>li{margin-bottom:48px}.pages-detail .content>ul>li::marker{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%}.pages-detail .content>ul>li h2{display:inline-block;color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:8px}.pages-detail .content>ul>li ul{list-style-type:none;counter-reset:list-counter}.pages-detail .content>ul>li ul>li{counter-increment:list-counter}.pages-detail .content>ul>li ul>li:before{content:"( " counter(list-counter) " ) ";font-size:20px}.pages-detail .content>ul>li ul li{margin-bottom:36px}.pages-detail .content>ul>li ul li p{display:contents;font-size:20px}.pages-detail .content p{font-size:20px;margin-bottom:24px}.pages-detail .content a{text-decoration:underline}.pages-detail .content h3{font-size:20px;font-weight:700}.prices-page .banner{justify-content:space-between}.prices-page .banner,.prices-page .banner .top{position:relative;display:flex;flex-direction:column}.prices-page .banner .top{height:100%;justify-content:center;padding-top:50px}.prices-page .banner .top .image{width:340px;height:100svh;padding-top:48px;position:absolute;top:0;right:0;z-index:2}.prices-page .banner .top .image img{object-fit:contain;object-position:bottom}.prices-page .banner .top .title{color:var(--white,#fff);font-size:64px;font-style:normal;font-weight:700;line-height:110%;width:60%;margin-bottom:24px}.prices-page .banner .top .title strong{color:var(--bright-magenta,#ff46ff);font-weight:inherit}.prices-page .banner .top .subtitle{color:var(--white-70,hsla(0,0%,100%,.7));font-size:20px;font-style:normal;font-weight:400;line-height:110%;width:60%}.prices-page .banner .foot{background:var(--bright-green,#00ff9f);color:var(--green-black,#00110f)}.prices-page .banner .foot .count-list{padding:64px 0;display:flex;justify-content:space-between;width:60%}.prices-page .banner .foot .count-list .item{text-align:center}.prices-page .banner .foot .count-list .item h3{color:var(--green-black,#00110f);font-size:48px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:8px}.prices-page .banner .foot .count-list .item h4{color:var(--green-black,#00110f);text-align:center;font-size:22px;font-style:normal;font-weight:500;line-height:110%}.prices-page .banner .foot .product-list-slider{padding-bottom:8px}.prices-page .banner .foot .product-list-slider .swiper-wrapper{transition-timing-function:linear}.prices-page .banner .foot .product-list-slider .item{display:flex;padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-round-end-small,15px);justify-content:center;align-items:center;gap:8px;border-radius:22px 0 0 22px;background:var(--green-black,#00110f);width:auto;color:var(--white-80,hsla(0,0%,100%,.8));text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:110%}.prices-page .how-it-works-cover{padding-bottom:180px}.prices-page .how-it-works-cover .title{padding-top:180px}.prices-page .how-it-works-cover .title h3{color:var(--white-50,hsla(0,0%,100%,.5));text-align:center;font-size:22px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:16px}.prices-page .how-it-works-cover .title h2{color:var(--white,#fff);text-align:center;font-size:48px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:64px}.prices-page .how-it-works-cover .how-it-works{display:flex;width:100%}.prices-page .how-it-works-cover .how-it-works .swiper-area{width:305px;margin-right:180px}.prices-page .how-it-works-cover .how-it-works .swiper-area .arrow{display:none}.prices-page .how-it-works-cover .how-it-works .swiper-area .swiper{min-width:305px}.prices-page .how-it-works-cover .how-it-works .swiper-area .swiper .swiper-wrapper{padding-bottom:50px}.prices-page .how-it-works-cover .how-it-works .swiper-area .swiper .swiper-pagination{align-items:center;display:flex;justify-content:center;gap:12px}.prices-page .how-it-works-cover .how-it-works .swiper-area .swiper .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;background-color:var(--white-60,hsla(0,0%,100%,.6));opacity:1;transition:.3s}.prices-page .how-it-works-cover .how-it-works .swiper-area .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:10px;height:10px;background-color:var(--white)}.prices-page .how-it-works-cover .how-it-works .swiper-area .swiper .swiper-slide img{margin:0 auto}.prices-page .how-it-works-cover .how-it-works .pagination .item{display:flex;position:relative;padding-left:32px}.prices-page .how-it-works-cover .how-it-works .pagination .item:before{content:"";width:3px;min-height:100%;background-color:var(--white-07,hsla(0,0%,100%,.07));display:block;position:absolute;left:0;transition:.3s}.prices-page .how-it-works-cover .how-it-works .pagination .item:first-child .content,.prices-page .how-it-works-cover .how-it-works .pagination .item:first-child .index{padding-top:24px}.prices-page .how-it-works-cover .how-it-works .pagination .item:last-child .content,.prices-page .how-it-works-cover .how-it-works .pagination .item:last-child .index{padding-bottom:24px}.prices-page .how-it-works-cover .how-it-works .pagination .item.active:before{border-radius:6px;background:var(--bright-green,#00ff9f)}.prices-page .how-it-works-cover .how-it-works .pagination .item.active .content h4,.prices-page .how-it-works-cover .how-it-works .pagination .item.active .content p,.prices-page .how-it-works-cover .how-it-works .pagination .item.active .index{color:var(--white)}.prices-page .how-it-works-cover .how-it-works .pagination .item .index{padding:40px 0;color:var(--white-50,hsla(0,0%,100%,.5));font-size:32px;font-style:normal;font-weight:700;line-height:110%;margin-right:16px}.prices-page .how-it-works-cover .how-it-works .pagination .item .content{padding:40px 0;text-align:left}.prices-page .how-it-works-cover .how-it-works .pagination .item .content .index-mobile{display:none}.prices-page .how-it-works-cover .how-it-works .pagination .item .content h4{color:var(--white-50,hsla(0,0%,100%,.5));font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:16px}.prices-page .how-it-works-cover .how-it-works .pagination .item .content p{color:var(--white-30,hsla(0,0%,100%,.3));font-size:16px;font-style:normal;font-weight:400;line-height:110%}.insider-page{padding-bottom:180px}.insider-page .banner{position:relative;display:flex;gap:80px;height:100svh;align-items:center;margin-bottom:-190px;z-index:2}.insider-page .banner .title h1{color:var(--white,#fff);font-size:64px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px}.insider-page .banner .title h1 strong{color:var(--bright-magenta,#ff46ff);font-weight:inherit}.insider-page .banner .title h3{color:var(--white-70,hsla(0,0%,100%,.7));font-size:20px;font-style:normal;font-weight:400;line-height:110%}.insider-page .banner .title h3 a{text-decoration:underline}.insider-page .banner .title h3 img{display:inline;width:24px;height:24px;vertical-align:bottom}.insider-page .banner .image{position:relative;min-width:353px;height:100%;margin-top:140px}.insider-page .banner .image img{object-fit:contain}.insider-page .map{width:100%;height:420px;position:relative}.insider-page .map img{object-fit:cover}.insider-page .map img:nth-child(2){display:none}.insider-page .insider-bottom{padding-top:180px}.insider-page .insider-bottom h4{color:var(--white-50,hsla(0,0%,100%,.5));text-align:center;font-size:22px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:16px}.insider-page .insider-bottom h3{color:var(--white,#fff);text-align:center;font-size:48px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:64px}.insider-page .insider-bottom .phone-list{display:flex;justify-content:space-between;gap:136px}.insider-page .insider-bottom .phone-list .item{width:100%}.insider-page .insider-bottom .phone-list .item .image{width:100%;height:615px;position:relative;margin-bottom:48px}.insider-page .insider-bottom .phone-list .item .image img{object-fit:contain}.insider-page .insider-bottom .phone-list .item h4{color:var(--white,#fff);font-size:32px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:16px}.insider-page .insider-bottom .phone-list .item h5{color:var(--white-60,hsla(0,0%,100%,.6));font-size:18px;font-style:normal;font-weight:400;line-height:110%;text-align:center}.not-found{display:flex;justify-content:center;align-items:center;height:50vh;min-height:500px}.not-found h2{color:var(--White-100,#fff);font-size:32px;font-weight:700;margin-top:24px;margin-bottom:16px}.not-found h2,.not-found p{text-align:center;font-style:normal;line-height:110%}.not-found p{color:var(--White-80,hsla(0,0%,100%,.8));font-size:18px;font-weight:400}.journey-master-page .banner{position:relative;display:flex;flex-direction:column;justify-content:center;gap:80px;height:75svh;align-items:center;z-index:9}.journey-master-page .banner .title{text-align:center;max-width:960px;margin-bottom:140px}.journey-master-page .banner .title h1{color:var(--white,#fff);font-size:64px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px}.journey-master-page .banner .title h1 strong{color:var(--bright-magenta,#ff46ff);font-weight:inherit}.journey-master-page .banner .title h3{color:var(--white-70,hsla(0,0%,100%,.7));font-size:20px;font-style:normal;font-weight:400;line-height:110%}.journey-master-page .banner .title h3 a{text-decoration:underline}.journey-master-page .banner .title h3 img{display:inline;width:24px;height:24px;vertical-align:bottom}.journey-master-page .flaying-cards{position:absolute;left:0;top:-200%;width:100vw;height:calc(90svh - 105px);animation:flight 1s ease-in-out;animation-delay:1.5s;animation-fill-mode:forwards}.journey-master-page .flaying-cards .card{border-radius:8px;border:2px solid var(--white-7,hsla(0,0%,100%,.07));background:#122220;padding:16px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;position:absolute}.journey-master-page .flaying-cards .card .head{display:flex;align-items:center;gap:4px;border-radius:var(--button-padding-sharp-end-large,22px);background:var(--bright-green,#00ff9f);backdrop-filter:blur(15px);padding:8px 12px 8px 8px}.journey-master-page .flaying-cards .card .head h4{overflow:hidden;color:var(--dark-green,#00322f);text-align:center;font-feature-settings:"dlig" on;font-size:14px;font-style:normal;font-weight:700;line-height:110%}.journey-master-page .flaying-cards .card .content h4{color:var(--white,#fff);font-feature-settings:"dlig" on;font-size:16px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:4px}.journey-master-page .flaying-cards .card .content p{color:var(--white-60,hsla(0,0%,100%,.6));font-feature-settings:"dlig" on;font-size:14px;font-style:normal;font-weight:400;line-height:110%}.journey-master-page .flaying-cards .card.flight{top:64px;left:64px;rotate:-15deg;height:206px;width:305px}.journey-master-page .flaying-cards .card.other{top:368px;right:175px;rotate:-15deg;height:146px;width:305px}.journey-master-page .flaying-cards .card.entertainment{bottom:0;left:50%;transform:translateX(-50%);rotate:-15deg;height:146px;width:305px}.journey-master-page .flaying-cards .card.transfer{top:64px;right:80px;rotate:9deg;height:103px;width:358px}.journey-master-page .flaying-cards .card.tour{top:414px;left:185px;rotate:8deg;height:126px;width:305px}.journey-master-page .control-trip{padding-top:116px;border-bottom:1px solid var(--white-07,hsla(0,0%,100%,.07))}.journey-master-page .control-trip .title{margin-bottom:80px}.journey-master-page .control-trip .title h2{color:var(--white,#fff);font-feature-settings:"dlig" on;font-size:48px;font-style:normal;font-weight:500;line-height:110%}.journey-master-page .control-trip .image .path{position:absolute;top:27vh;left:550px;z-index:-1;opacity:0;max-width:calc(100vw - 614px)}.journey-master-page .control-trip .image .path.animated{animation:pathOpacity 1s linear forwards;animation-delay:1s}.journey-master-page .control-trip .image .path-mobile{display:none;position:absolute;z-index:-1;bottom:0;opacity:0}.journey-master-page .control-trip .image .path-mobile.animated{animation:pathOpacity 1s linear forwards;animation-delay:1s}.journey-master-page .download-wrap{margin:160px auto 80px}.cookies-policy{position:fixed;width:475px;left:24px;bottom:20px;border:1px solid #ddd;display:inline-flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;z-index:99;border-radius:16px;border:2px solid var(--white-07,hsla(0,0%,100%,.07));background:var(--green-black,#00110f);box-shadow:0 2px 4px 0 hsla(0,0%,9%,.16)}.cookies-policy.footer-visible{position:absolute;bottom:20px}.cookies-policy p{width:90%;font-size:16px}.cookies-policy p a{text-decoration:underline}.cookies-policy .close{position:absolute;right:24px;top:24px}.cookies-policy .buttons{display:flex;gap:12px}.cookies-policy .buttons .btn{border-radius:22px 0 0 22px;border:2px solid var(--bright-green,#00ff9f);display:flex;width:160px;padding:var(--button-padding-top-medium,10px) var(--button-padding-sharp-end-medium,16px) var(--button-padding-bottom-medium,12px) var(--button-padding-round-end-medium,18px);justify-content:center;align-items:center;gap:8px;font-size:20px;font-style:normal;font-weight:500;line-height:100%}.cookies-policy .buttons .btn.settings{color:var(--bright-green,#00ff9f)}.cookies-policy .buttons .btn.accept{background:var(--bright-green,#00ff9f);color:var(--dark-green,#00322f)}.cookies-popup{background:var(--Black-60,rgba(0,0,0,.6));display:flex;justify-content:center;align-items:center;position:fixed;z-index:999999999;width:100vw;height:100vh;top:0;left:0}.cookies-popup .overlay{width:50vw;border-radius:16px;border:2px solid var(--white-07,hsla(0,0%,100%,.07));background:var(--green-black,#00110f);padding:40px}.cookies-popup .overlay .title{justify-content:space-between}.cookies-popup .overlay .title h3{color:var(--white,#fff);font-feature-settings:"dlig" on;font-size:24px;font-style:normal;font-weight:500;line-height:110%}.cookies-popup .overlay .cont .element{margin:40px 0}.cookies-popup .overlay .cont .element .head{justify-content:space-between;align-items:center}.cookies-popup .overlay .cont .element .head h4{color:var(--white,#fff);font-size:18px;font-style:normal;font-weight:500;line-height:110%}.cookies-popup .overlay .cont .element .text{margin-top:8px;width:80%;color:var(--white,#fff);font-size:16px;font-style:normal;font-weight:400;line-height:110%}.cookies-popup .overlay button.save-button{display:flex;width:160px;padding:var(--button-padding-top-medium,10px) var(--button-padding-sharp-end-medium,16px) var(--button-padding-bottom-medium,12px) var(--button-padding-round-end-medium,18px);justify-content:center;align-items:center;gap:8px;border-radius:22px 0 0 22px;background:var(--bright-green,#00ff9f);overflow:hidden;color:var(--dark-green,#00322f);text-align:center;text-overflow:ellipsis;font-size:20px;font-style:normal;font-weight:700;line-height:110%}.products-page .hero-area{margin-top:80px}.products-page .hero-area .title{margin-bottom:16px}.products-page .hero-area .title h3{color:var(--bright-green,#00ff9f);font-size:24px;font-style:normal;font-weight:500;line-height:110%}.products-page .hero-area h1{color:var(--white,#fff);font-size:48px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px}.products-page .hero-area h2{color:var(--white-70,hsla(0,0%,100%,.7));font-size:18px;font-style:normal;font-weight:400;line-height:110%}.products-page .app-features-area{margin-bottom:120px;margin-top:192px;border-radius:64px 0 0 64px;background:var(--white-07,hsla(0,0%,100%,.07))}.products-page .app-features-area .app-features-content{display:flex;gap:32px;padding:96px 0;position:relative}.products-page .app-features-area .app-features-content .app-features-items{display:flex;gap:32px;justify-content:flex-start}.products-page .app-features-area .app-features-content .app-features-items .app-features-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:176px;padding:0 16px}.products-page .app-features-area .app-features-content .app-features-items .app-features-item img{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.products-page .app-features-area .app-features-content .app-features-items .app-features-item h4{color:var(--bright-green,#00ff9f);text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:110%}.products-page .app-features-area .app-features-content .app-features-image{position:relative;object-fit:cover;border-radius:32px}.products-page .app-features-area .app-features-content .app-features-image .image{position:relative;width:20vw;height:110px}.products-page .app-features-area .app-features-content .app-features-image .image img{width:100%;height:75vh!important;max-height:650px;left:0;top:unset!important;bottom:0;object-fit:contain;object-position:bottom center}.products-page .app-features-area .app-features-content .app-features-image .bullet{position:absolute;display:flex;gap:4px;border:3px solid var(--white-07,hsla(0,0%,100%,.07));background:var(--green-black,#00110f);align-items:center;border-radius:12px;padding:6px 12px;z-index:999;min-width:175px}.products-page .app-features-area .app-features-content .app-features-image .bullet:first-child{bottom:30vh;left:-30px}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(2){bottom:40vh;left:75%}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(3){bottom:25vh;left:75%}.products-page .app-features-area .app-features-content .app-features-image .bullet img{width:32px;height:32px}.products-page .how-it-works-area{color:var(--black);padding-top:48px;padding-bottom:120px}.products-page .how-it-works-area .title{margin-bottom:64px}.products-page .how-it-works-area .title h2{color:var(--white,#fff);text-align:center;font-size:48px;font-style:normal;font-weight:500;line-height:110%}.products-page .how-it-works-area .swiper-area{width:305px;margin-right:180px}.products-page .how-it-works-area .swiper-area .arrow{display:none}.products-page .how-it-works-area .swiper-area .swiper{min-width:305px}.products-page .how-it-works-area .swiper-area .swiper .swiper-wrapper{padding-bottom:50px}.products-page .how-it-works-area .swiper-area .swiper .swiper-pagination{align-items:center;display:flex;justify-content:center;gap:12px}.products-page .how-it-works-area .swiper-area .swiper .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;background-color:var(--white-60,hsla(0,0%,100%,.6));opacity:1;transition:.3s}.products-page .how-it-works-area .swiper-area .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:10px;height:10px;background-color:var(--white)}.products-page .how-it-works-area .swiper-area .swiper .swiper-slide img{margin:0 auto}.products-page .how-it-works-area .pagination{display:flex;flex-direction:column;justify-content:center}.products-page .how-it-works-area .pagination .item{display:flex;position:relative;padding-left:32px;gap:16px}.products-page .how-it-works-area .pagination .item .index{color:var(--Black-50,rgba(0,0,0,.5));border-radius:20px;background:var(--white-20,hsla(0,0%,100%,.2));width:40px;display:flex;justify-content:center;align-items:center;padding:0;min-width:40px;height:40px;color:#000;font-size:24px;margin-top:32px}.products-page .how-it-works-area .pagination .item:before{content:"";width:3px;min-height:100%;background-color:var(--white-07,hsla(0,0%,100%,.07));display:block;position:absolute;left:0;transition:.3s}.products-page .how-it-works-area .pagination .item.active:before{border-radius:6px;background:var(--bright-green,#00ff9f)}.products-page .how-it-works-area .pagination .item.active .index{color:var(--white);border-radius:20px;background:var(--bright-green,#00ff9f);width:40px;display:flex;justify-content:center;align-items:center;padding:0;min-width:40px;height:40px;color:#000;font-size:24px}.products-page .how-it-works-area .pagination .item.active .content h4{color:var(--white)}.products-page .how-it-works-area .pagination .item.active .content p{color:var(--White-80,hsla(0,0%,100%,.8))}.products-page .how-it-works-area .pagination .item .content{padding:40px 0;text-align:left}.products-page .how-it-works-area .pagination .item .content .index-mobile{display:none}.products-page .how-it-works-area .pagination .item .content h4{color:var(--white-50,hsla(0,0%,100%,.5));font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:16px}.products-page .how-it-works-area .pagination .item .content p{color:var(--white-30,hsla(0,0%,100%,.3));font-size:16px;font-style:normal;font-weight:400;line-height:110%}.products-page .why-use-prices-area{border-radius:64px 0 0 64px;background:var(--White-7,hsla(0,0%,100%,.07));padding:120px 0;margin-bottom:144px}.products-page .why-use-prices-area .title{margin-bottom:64px}.products-page .why-use-prices-area .title h2{color:var(--bright-green,#00ff9f);text-align:center;font-feature-settings:"dlig" on;font-size:48px;font-style:normal;font-weight:500;line-height:110%}.products-page .why-use-prices-area .why-use-prices-content{display:grid;grid-template-columns:1fr 1fr;gap:16px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item{border-radius:40px;background:var(--white-07,hsla(0,0%,100%,.07));padding:40px 48px 0 40px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item .img{position:relative}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item .img img{object-fit:contain}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:first-child{grid-column:span 2;display:flex;flex-direction:row-reverse;justify-content:space-between}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:first-child .img{min-width:293px;height:100%;object-fit:cover;width:293px;height:293px;position:relative}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:first-child .wrapper{text-align:left}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:first-child .wrapper h2{color:var(--white,#fff);text-align:left;font-size:32px;font-style:normal;font-weight:500;line-height:110%;padding-right:144px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(2),.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(3){grid-column:span 1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:0 0 40px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(2) .img,.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(3) .img{width:100%;height:120px;margin-bottom:32px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(2) .wrapper,.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(3) .wrapper{padding-left:40px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(2) .wrapper h2,.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(3) .wrapper h2{text-align:left;color:var(--white,#fff);font-size:32px;font-style:normal;font-weight:500;line-height:110%;width:100%}.news-page,.products-page .faq-page{padding-bottom:176px}.news-page{padding-top:120px}.news-page h1{color:var(--white);font-size:48px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:96px}.news-page h1 strong{color:var(--bright-magenta);font-weight:700}.news-page .news-list .item{position:relative;padding:0 0 64px;border-bottom:1px solid var(--white-07,hsla(0,0%,100%,.07));margin-bottom:64px;display:flex;align-items:center;gap:64px}.news-page .news-list .item .image{min-width:256px;height:256px;position:relative}.news-page .news-list .item .image img{object-fit:cover;aspect-ratio:1/1;border-radius:24px}.news-page .news-list .item .content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.news-page .news-list .item .content h5{border-radius:22px;background:var(--White-80,hsla(0,0%,100%,.8));backdrop-filter:blur(15px);display:inline-flex;padding:5px var(--button-padding-sharp-end-small,12px) 6px var(--button-padding-sharp-end-small,12px);justify-content:center;align-items:center;gap:8px;overflow:hidden;color:var(--black,#000);text-align:center;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:12px}.news-page .news-list .item .content .text h3{color:var(--white);font-size:24px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:8px}.news-page .news-list .item .content .text p{color:var(--white-50,hsla(0,0%,100%,.5));font-size:18px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:64px}.news-page .news-list .item .content .read-more{display:flex;padding:var(--button-padding-top-medium,10px) var(--button-padding-sharp-end-medium,16px) var(--button-padding-bottom-medium,12px) var(--button-padding-round-end-medium,18px);justify-content:center;align-items:center;gap:8px;border-radius:22px 0 0 22px;background:var(--bright-magenta,#ff46ff);overflow:hidden;color:var(--black);text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:110%}.news-detail{padding-top:120px;padding-bottom:176px}.news-detail .banner{display:flex;align-items:center;margin-bottom:96px;gap:64px}.news-detail .banner .title{width:50%}.news-detail .banner .title h5{display:inline-flex;padding:5px var(--button-padding-sharp-end-small,12px) 6px var(--button-padding-sharp-end-small,12px);justify-content:center;align-items:center;gap:8px;border-radius:22px;background:var(--white-80,hsla(0,0%,100%,.8));backdrop-filter:blur(15px);overflow:hidden;color:var(--black,#000);text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px}.news-detail .banner .title h1{color:var(--white);font-size:48px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:8px}.news-detail .banner .title h2{color:var(--white-80);font-size:18px;font-style:normal;font-weight:400;line-height:110%}.news-detail .banner .image{position:relative;width:50%;height:320px}.news-detail .banner .image img{border-radius:24px}.news-detail .content{width:100%;font-size:20px}.news-detail .content p,.news-detail .content ul{margin-bottom:32px;line-height:150%}.news-detail .content blockquote{display:flex;justify-content:space-between;margin-top:96px;gap:16px;margin-bottom:96px;white-space:pre-wrap}.news-detail .content blockquote p{margin-bottom:0}.news-detail .content blockquote:before{content:"“";align-items:flex-start;line-height:30%}.news-detail .content blockquote:after,.news-detail .content blockquote:before{font-size:80px;font-weight:700;display:flex;justify-content:center;color:var(--bright-green,#00ff9f);width:64px}.news-detail .content blockquote:after{content:"”";align-items:flex-end;line-height:0}.news-detail h3{color:var(--bright-green,#00ff9f);font-feature-settings:"dlig" on;font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:16px}.news-detail .about-area{margin-top:24px}.news-detail .about-area p{color:var(--white,#fff);font-feature-settings:"dlig" on;font-size:20px;font-style:normal;font-weight:400}.news-detail .about-area .people{margin-top:64px;display:flex;align-items:flex-start;gap:24px;border-radius:16px;background:var(--white-07,hsla(0,0%,100%,.07));padding:40px;width:472px}.news-detail .about-area .people .description h4{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%}.news-detail .about-area .people .description h5{color:var(--white-80,hsla(0,0%,100%,.8));font-size:18px;font-style:normal;font-weight:400;line-height:110%}.news-detail .about-area .people .description hr{margin-top:24px;margin-bottom:16px;border-color:var(--white-7,hsla(0,0%,100%,.07))}.news-detail .about-area .people .description h6{color:var(--white,#fff);font-size:18px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:8px;align-items:center;display:flex;gap:12px}@keyframes pathOpacity{0%{opacity:0}to{opacity:1}}@keyframes flight{0%{top:-200%}to{top:var(--card-animation-top)}}.district-new{margin-top:3em;position:absolute;left:0;width:100vw;overflow:hidden}.district-new .carousel{overflow:hidden;width:100%}.district-new .carousel:hover .carousel-track{animation-play-state:paused}.district-new .carousel .carousel-track{display:flex;gap:var(--gap-width);animation:scroll 45s linear infinite}.district-new .carousel .carousel-track .district-item{background:linear-gradient(180deg,rgba(0,17,15,0) 70.12%,#00110f);flex:0 0 300px;height:380px;border-radius:24px 0 0 24px;position:relative;overflow:hidden}.district-new .carousel .carousel-track .district-item.active .hover-item{bottom:0;opacity:1}.district-new .carousel .carousel-track .district-item img{width:100%;height:100%;object-fit:cover;object-position:left}.district-new .carousel .carousel-track .district-item .city-info{position:absolute;bottom:16px;left:16px;color:var(--white,#fff);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:110%;border-radius:16px;background:var(--white-07,hsla(0,0%,100%,.07));backdrop-filter:blur(15px);z-index:999;padding:10px 12px}.district-new .carousel .carousel-track .district-item .hover-item{background:rgba(0,17,15,.8);position:absolute;width:100%;height:100%;bottom:-100%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:0 24px;gap:32px;transition:.3s;opacity:1;align-items:flex-start}.district-new .carousel .carousel-track .district-item .hover-item .close-button{position:absolute;right:15px;top:15px}.district-new .carousel .carousel-track .district-item .hover-item .item img{margin-bottom:8px;object-fit:contain;height:32px}.district-new .carousel .carousel-track .district-item .hover-item .item span{color:var(--white,#fff);font-size:32px;font-weight:500;line-height:110%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-6400px)}}@media(max-width:1368px){.products-page .app-features-area .app-features-content .app-features-items .app-features-item{width:13vw;padding:0 16px}.products-page .app-features-area .app-features-content .app-features-image .image{min-width:25vw;width:25vw;height:110px}.products-page .app-features-area .app-features-content .app-features-image .bullet:first-child{bottom:30vh;left:-30px}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(2){bottom:40vh;left:75%}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(3){bottom:25vh;left:75%}.products-page .app-features-area .app-features-content .app-features-image .bullet img{width:32px;height:32px}.products-page .faq-page .faq-list{width:50%}}@media(max-width:1200px){.products-page .app-features-area{margin-top:100px}.products-page .app-features-area .app-features-content .app-features-items .app-features-item{width:13vw;padding:0 16px}.products-page .app-features-area .app-features-content .app-features-image .image{min-width:25vw;width:25vw;height:110px}.products-page .app-features-area .app-features-content .app-features-image .bullet:first-child{bottom:30vh;left:-30px}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(2){bottom:40vh;left:75%}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(3){bottom:25vh;left:75%}.products-page .app-features-area .app-features-content .app-features-image .bullet img{width:32px;height:32px}.products-page .how-it-works-area .title{margin-bottom:64px}.products-page .how-it-works-area .title h2{color:var(--white,#fff);text-align:center;font-size:48px;font-style:normal;font-weight:500;line-height:110%}.products-page .how-it-works-area .swiper-area{width:305px;margin-right:180px}.products-page .how-it-works-area .swiper-area .arrow{display:none}.products-page .how-it-works-area .swiper-area .swiper{min-width:305px}.products-page .how-it-works-area .swiper-area .swiper .swiper-wrapper{padding-bottom:50px}.products-page .how-it-works-area .swiper-area .swiper .swiper-pagination{align-items:center;display:flex;justify-content:center;gap:12px}.products-page .how-it-works-area .swiper-area .swiper .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;background-color:var(--white-60,hsla(0,0%,100%,.6));opacity:1;transition:.3s}.products-page .how-it-works-area .swiper-area .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:10px;height:10px;background-color:var(--white)}.products-page .how-it-works-area .swiper-area .swiper .swiper-slide img{margin:0 auto}.products-page .why-use-prices-area{border-radius:64px 0 0 64px;background:var(--White-7,hsla(0,0%,100%,.07));padding:120px 0;margin-bottom:144px}.products-page .why-use-prices-area .title{margin-bottom:64px}.products-page .why-use-prices-area .title h2{color:var(--bright-green,#00ff9f);text-align:center;font-feature-settings:"dlig" on;font-size:48px;font-style:normal;font-weight:500;line-height:110%}.products-page .faq-page h3{margin-bottom:40px}.products-page .faq-page .faq-list{width:100%;margin:0 auto}.products-page .faq-page .faq-list li button h4{text-align:left;margin-right:24px}.products-page .faq-page .faq-list li .collapsed-text{font-size:16px;color:var(--white-60,hsla(0,0%,100%,.6));font-weight:400;line-height:110%}}@media(max-width:1080px){.products-page .app-features-area{margin-top:100px}.products-page .app-features-area .app-features-content{padding:48px 0;display:grid;grid-template-columns:repeat(5,1fr)}.products-page .app-features-area .app-features-content .app-features-items{display:grid;grid-template-columns:repeat(4,1fr);grid-area:1/1/2/3;row-gap:16px}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:first-child{grid-area:1/1/2/2;width:100%}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(2){grid-area:1/2/2/3;width:100%}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(3){grid-area:1/3/2/4;width:100%}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(4){grid-area:1/4/2/5;width:100%}.products-page .app-features-area .app-features-content .app-features-image{grid-area:1/4/2/6}.products-page .app-features-area .app-features-content .app-features-image .image{min-width:100%;width:100%;height:110px}.products-page .app-features-area .app-features-content .app-features-image .image img{max-height:65vh}.products-page .app-features-area .app-features-content .app-features-image .bullet:first-child{bottom:30vh;left:-30px}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(2){bottom:40vh;left:55%}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(3){bottom:25vh;left:55%}.products-page .app-features-area .app-features-content .app-features-image .bullet img{width:32px;height:32px}.products-page .why-use-prices-area .why-use-prices-content{display:grid;gap:16px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item .img{position:relative;max-width:100%!important;width:100%!important}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item .img img{object-fit:contain}}@media(max-width:992px){.products-page .hero-area h1{font-size:36px}.products-page .hero-area h2{font-size:16px}.products-page .app-features-area{margin-top:50px;margin-bottom:50px}.products-page .app-features-area .app-features-content{display:grid;grid-template-columns:repeat(5,1fr)}.products-page .app-features-area .app-features-content .app-features-items{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-area:1/1/2/4;row-gap:16px}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:first-child{grid-area:1/1/2/2;width:100%}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(2){grid-area:1/2/2/3;width:100%}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(3){grid-area:2/1/3/2;width:100%}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(4){grid-area:2/2/3/3;width:100%}.products-page .app-features-area .app-features-content .app-features-image{grid-area:1/4/2/6}.products-page .app-features-area .app-features-content .app-features-image .image{height:100%}.products-page .app-features-area .app-features-content .app-features-image .image img{max-height:65vh}.products-page .app-features-area .app-features-content .app-features-image .bullet:first-child{bottom:30vh;left:-30px}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(2){bottom:40vh;left:45%}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(3){bottom:25vh;left:45%}.products-page .app-features-area .app-features-content .app-features-image .bullet img{width:32px;height:32px}.blogs-page .blog-list{grid-template-columns:1fr 1fr;gap:16px}.blogs-page .blog-list .item .content{padding:16px 16px 32px}.blogs-page .blog-list .item .content h5{font-size:12px;margin-bottom:8px}.blogs-page .blog-list .item .content h3{font-size:22px;margin-bottom:16px}}@media(max-width:767px){body{font-size:12px}header{overflow:unset;position:relative;z-index:99999999;padding:0 16px}header.active{background:var(--green-black,#00110f);position:fixed}header .burger-menu{display:flex;margin-right:0}header .menu{position:absolute;top:100%;width:100%;height:0;left:0;background:var(--green-black,#00110f);overflow:hidden;display:flex;flex-direction:column;transition:.3s}header .menu.active{height:100vh;padding:calc(64px - 1.5rem) 24px}header .menu li{width:100%}header .menu li a{font-size:30px}header .menu .menu-item .title{width:100%}header .menu .menu-item .dropdown{position:relative;top:0;width:100%}header .menu .menu-item .dropdown ul{border:none;padding:0}header .menu .menu-item .dropdown ul button{margin:0 auto}header .menu .menu-item .dropdown ul button .alt-text{display:block;font-size:.8em}header .logo{height:44px}header .logo img{height:100%;width:auto}.slider{padding:64px 16px;justify-content:flex-start;height:auto}.slider .hero-title{font-size:4.2em;width:100%;padding:0}.slider .hero-title .changes-cities{display:block}.slider .hero-title .changes-cities span{width:100vw!important}.slider .hero-title .changes-cities span.active{top:0!important}.slider h2{font-size:16px;padding:0 16px;margin-top:16px}.slider .main-slider-download-area{margin:48px 24px 0;padding:2.5em}.slider .main-slider-download-area h3{font-size:18px;margin-bottom:24px}.slider .main-slider-download-area button{height:44px}.slider .download-links{margin-top:40px}.slider .top-slider{margin-bottom:40px}.slider .top-slider .swiper-slide{font-size:16px}.slider .top-slider .swiper-slide span{overflow:hidden;max-width:40vw!important}.slider .badge{width:116px;height:116px;padding:18px;top:35%;left:-2%!important}.slider .badge .title{font-size:14px;margin-bottom:4px}.slider .badge button{font-size:12px;padding:0}.app-info .bullets .bullet{border-radius:8px;padding:6px 8px 8px;gap:10px;max-width:120px;align-items:center;font-size:14px}.app-info .bullets .bullet.left{white-space:break-spaces;right:calc(70% + 10px)}.app-info .bullets .bullet.right{left:calc(70% + 10px);white-space:break-spaces;min-width:130px;padding-right:0}.app-info .swiper-slide{width:75vw;border-radius:24px}.app-info .swiper-slide .title{padding:24px 0}.app-info .swiper-slide .app-info-cover{width:calc(100% - 40px);min-height:300px;max-height:50vh}.info-text{font-size:24px;width:100%}.tutorials-home{padding:64px 0;border-radius:32px 0 0 32px}.tutorials-home .head{margin-bottom:0}.tutorials-home .head .title{margin-bottom:40px}.tutorials-home .head .title h2,.tutorials-home .head .title h2 strong{font-size:32px}.tutorials-home .head .title h5{font-size:16px}.tutorials-home .head .navigation{display:none;justify-content:flex-end}.tutorials-home .content{margin-top:0}.tutorials-home .content .tutorial-list{position:relative}.tutorials-home .content .tutorial-list .pagination{position:absolute;top:40px;left:0;z-index:9999999;width:100%;justify-content:center}.tutorials-home .content .tutorial-list .pagination li{cursor:pointer}.tutorials-home .content .tutorial-list .pagination li.icon{transition:.3s}.tutorials-home .content .tutorial-list .pagination li.icon button img{border-radius:50%}.tutorials-home .content .tutorial-list .pagination li.icon button:hover img{transition:.3s;background:hsla(0,0%,100%,.3)}.tutorials-home .content .tutorial-list .title h5{font-size:16px;margin-bottom:8px}.tutorials-home .content .tutorial-list .item{padding:40px 16px 16px;height:auto}.tutorials-home .content .tutorial-list .item .description{padding:0}.tutorials-home .content .tutorial-list .item .description .title{padding-bottom:8px}.tutorials-home .content .tutorial-list .item .description .title h3{font-size:24px;height:auto;margin:0}.tutorials-home .content .tutorial-list .item .description h4{font-size:22px;margin-bottom:16px;height:50px}.tutorials-home .content .tutorial-list .item .description p{font-size:16px;overflow:hidden;width:100%;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;min-height:auto}.tutorials-home .content .tutorial-list .item .description .index{margin-bottom:24px}.tutorials-home .content .tutorial-list .item .media{width:100%;margin-left:0;margin-top:24px;padding-bottom:0;margin-bottom:0;height:430px}.tutorials-home .content .tutorial-list .item .media img{object-position:center}.cities-home .city .item{height:100%}.cities-home .city .item.loading{width:100%;height:50vh}.cities-home .city .item .image .loading-icon,.cities-home .city .item.loading img{box-shadow:1px 1px 1px 500px rgba(0,17,15,.4)}.cities-home .city .item .image .city-name{font-size:1.4em;top:24px;left:16px;padding:.7em .9em;width:auto}.cities-home .city .item .content{padding:0 16px}.cities-home .city .item .content h4{margin:40px 0 24px;font-size:56px}.cities-home .city .item .content h3{font-size:32px}.cities-home .city .item .content p{font-size:16px}.apps-home{padding-top:72px;padding-bottom:32px}.apps-home .title{margin-bottom:24px}.apps-home .title h2{max-width:100%;font-size:32px}.apps-home .title h3{font-size:16px;margin-top:1em}.apps-home .app-list .item{border-radius:24px 0 0 24px;background:var(--green-black,#00110f);padding:32px 24px 0}.apps-home .app-list .item .black-area{padding:var(--button-padding-top-small,8px) var(--button-padding-sharp-end-small,12px) var(--button-padding-bottom-small,10px) var(--button-padding-sharp-end-small,12px);height:auto}.apps-home .app-list .item .black-area .text{word-wrap:break-word;display:flex;align-items:center}.apps-home .app-list .item .black-area .img{height:16px;width:auto}.apps-home .app-list .item .black-area .img img{height:100%}.apps-home .app-list .item .description{margin-bottom:40px;padding:0}.apps-home .app-list .item .description .black-area{margin-bottom:16px;background:var(--white-07,hsla(0,0%,100%,.07));border:none;font-size:14px}.apps-home .app-list .item .description .title{margin-bottom:8px}.apps-home .app-list .item .description .title h3{color:var(--white,#fff);margin:0;font-size:40px}.apps-home .app-list .item .description .title img{width:40px}.apps-home .app-list .item .description p{color:var(--white,#fff);font-size:14px;margin-bottom:40px}.apps-home .app-list .item .description .btn-jourma{width:100%;height:44px}.apps-home .app-list .item .media{text-align:center;width:100%;height:auto;padding:0;justify-content:center}.apps-home .app-list .item .media video{height:auto;width:230px;padding:10px;border-radius:35px;margin-bottom:-100px}.apps-home .app-list .item .external-link{width:100%;justify-content:center;font-size:20px;height:44px;font-weight:500}.apps-home .app-list .item .external-link .arrow-white{display:block}.apps-home .app-list .item .external-link .arrow-black{display:none}.apps-home .app-list .item .external-link img{height:22px;width:auto}.bottom-text{font-size:24px;width:100%;margin:96px 0}.faq-page h3{font-size:32px;min-width:unset;max-width:100%}.faq-page .faq-list{width:100%;margin-left:0;margin-top:40px}.faq-page .faq-list li{padding:24px 0}.faq-page .faq-list li button{margin-bottom:0}.faq-page .faq-list li button h4{text-align:left;margin-right:16px;font-size:16px}.faq-page .faq-list li button .plus{min-width:16px;height:16px}.faq-page .faq-list li button .plus img{width:100%;height:100%}.faq-page .faq-list li .collapsed-text{font-size:16px;color:var(--2hite-60,hsla(0,0%,100%,.6));font-weight:400;line-height:110%;max-height:0;overflow:hidden;transition:.3s}.faq-page .faq-list li .collapsed-text.active{margin-top:16px;transition:.5s}.blogs-home{padding-top:48px;padding-bottom:48px;margin-bottom:80px;border-radius:32px 0 0 32px}.blogs-home .title{margin-bottom:48px}.blogs-home .title .buttons .button{width:40px}.blogs-home .title .buttons .button.next{margin-left:24px}.blogs-home .title h2,.blogs-home .title h2 strong{font-size:32px}.blogs-home .blog-list{margin-bottom:0}.blogs-home .blog-list .swiper{padding:0 25px}.blogs-home .blog-list .swiper .item{width:350px}.blogs-home .blog-list .swiper .item.see-all-articles{padding:24px}.blogs-home .blog-list .swiper .item.see-all-articles a{width:100%}.blogs-home .blog-list .swiper .item.see-all-articles a .count{font-size:24px}.blogs-home .blog-list .swiper .item.see-all-articles a button{margin-top:125px}.blogs-home .blog-list .swiper .item img{height:240px}.blogs-home .blog-list .swiper .item .description{padding:16px 16px 3.2em}.blogs-home .blog-list .swiper .item .description h4{margin-bottom:8px;font-size:1.2em}.blogs-home .blog-list .swiper .item .description h3{font-size:2.2em}.blogs-home .blog-list .swiper .item .description .keywords{padding-top:0;width:500px;overflow-x:scroll}.blogs-home .blog-list .swiper .item .description .keywords::-webkit-scrollbar{opacity:0;width:0;height:0;display:none}.blogs-home .blog-list .swiper .item .description .keywords span{margin-right:16px}.download-area{border-radius:24px 0 0 24px;background:var(--bright-magenta,#ff46ff);padding:48px 16px;flex-wrap:wrap}.download-area .content{margin-bottom:32px}.download-area .content h3{font-size:32px}.download-area .medias .qr-image{display:none}.download-area .medias .download-links{display:flex;flex-wrap:wrap}.download-area .medias .download-links a{margin-right:12px;margin-bottom:12px;min-width:150px;width:auto}footer{font-size:1.8em;padding:48px 16px 0;border-radius:32px 0 0 0}footer .logo-area .social-media{padding-top:32px}footer .logo-area .social-media h5{margin-bottom:8px}footer .logo{margin-bottom:40px;height:40px}footer .logo img{height:100%;width:auto}footer .content{flex-wrap:wrap;width:100%;padding-right:0;margin-top:64px}footer .content .column{width:100%;display:flex;flex-wrap:wrap;column-gap:24px;margin-bottom:24px}footer .content .column .menu-title{width:100%;font-size:16px;font-weight:500}footer .content .column .app-item{margin:0 0 16px;width:100%;font-size:16px}footer .bottom{padding:32px 0 60px;flex-wrap:wrap;flex-direction:column;margin-top:0}footer .bottom a,footer .bottom span{margin-bottom:24px;display:block;margin-right:0}footer .bottom .all-rights{text-align:left}.about-us-page .title{margin-top:64px;margin-bottom:72px}.about-us-page .title h1{margin-bottom:16px;font-size:24px;font-weight:400}.about-us-page .title .description p{margin-bottom:4px;font-size:16px;font-weight:400}.about-us-page .cont .about-us .about-us-item{flex-wrap:wrap;margin-bottom:72px}.about-us-page .cont .about-us .about-us-item .text h3{font-size:20px;margin-bottom:8px}.about-us-page .cont .about-us .about-us-item .text p{font-size:16px}.about-us-page .cont .bottom-cont{padding-top:32px;flex-wrap:wrap}.about-us-page .cont .bottom-cont h3{color:var(--white,#fff);margin-bottom:16px;font-size:24px;font-weight:500;display:flex;align-items:center;gap:8px;height:32px}.about-us-page .cont .bottom-cont h3 img{width:24px;height:auto}.about-us-page .cont .bottom-cont .address{font-style:normal;font-weight:400;width:100%;margin-bottom:40px}.about-us-page .cont .bottom-cont .address a{display:block}.about-us-page .cont .bottom-cont .address p{text-decoration:underline;color:var(--white-100,#fff);font-size:16px;line-height:110%;padding-left:0}.about-us-page .cont .bottom-cont .address strong{color:var(--white-100,#fff);text-decoration:none!important;font-size:18px;margin-bottom:8px;display:block}.about-us-page .cont .bottom-cont .contact-information h4{color:var(--white,#fff);font-size:18px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:4px;padding-left:32px}.contact-page .cont{margin:64px 0 96px}.contact-page .cont h1{font-size:36px;margin-bottom:32px}.contact-page .cont .contact-information{margin-bottom:64px}.contact-page .cont .contact-information .item{margin-bottom:24px}.contact-page .cont .contact-information .item .lbl{font-size:18px}.contact-page .cont .contact-information .item p{font-size:16px}.contact-page .cont .contact-information .item button{width:100%}.contact-page .cont .contact-form{margin-bottom:30px}.contact-page .cont .contact-form form.active{display:none}.contact-page .cont .contact-form form .item{padding:0;margin-bottom:24px}.contact-page .cont .contact-form .result{border-radius:32px;padding:48px 24px;position:relative;min-height:235px}.contact-page .cont .contact-form .result img{width:72px}.download-area-not-installed{border-radius:32px 0 0 32px;padding:80px 0 56px}.download-area-not-installed .contact-information h4{color:var(--white,#fff);font-size:36px;margin-bottom:32px}.download-area-not-installed .contact-information .item{margin-bottom:16px}.download-area-not-installed .contact-information .item .lbl{font-size:18px}.download-area-not-installed .contact-information .item p{font-size:16px}.download-area-not-installed .form-area{position:relative}.download-area-not-installed .form-area form{padding-top:32px;width:100%}.download-area-not-installed .form-area form .item{padding:0;margin-bottom:24px}.download-area-not-installed .form-area form .item .lbl{font-size:16px}.download-area-not-installed .form-area form .item .error-lbl{display:none}.download-area-not-installed .form-area form .item .radio-item{width:50%;min-width:auto;height:38px}.download-area-not-installed .form-area form .item button{margin-top:32px;width:100%;height:50px}.download-area-not-installed .form-area .result{display:none;flex-direction:column;justify-content:center;align-items:center;border-radius:32px 0 0 32px;background:var(--dark-black);position:absolute;width:100%;height:100%;z-index:2;top:0}.download-area-not-installed .form-area .result.active{display:flex}.download-area-not-installed .form-area .result img{margin-bottom:32px}.download-area-not-installed .form-area .result h3{color:var(--white,#fff);font-size:24px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:8px}.download-area-not-installed .form-area .result p{color:var(--white-60,hsla(0,0%,100%,.6));text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:110%}.district-home .content{padding:32px 16px;height:500px}.district-home .content h3{font-size:24px}.district-home .content p{margin-top:8px;font-size:1.5em}.district-home .content .district-new .carousel .carousel-track .district-item .hover-item .item span{font-size:20px}.blogs-page .banner{flex-direction:column-reverse;gap:16px;padding:64px 0 96px}.blogs-page .banner .image{width:100%;height:250px;border-radius:24px 0 0 24px;overflow:hidden}.blogs-page .banner .image img{object-fit:cover!important}.blogs-page .banner .content{width:100%}.blogs-page .banner .content img{width:110px;height:40px;margin-bottom:8px}.blogs-page .banner .content h1{color:var(--white,#fff);font-size:24px;margin-bottom:24px}.blogs-page .banner .content h6{font-size:14px;line-height:110%;margin-bottom:16px}.blogs-page .banner .content .keywords{margin-bottom:0}.blogs-page .banner .content .read-more-button{width:100%;font-size:20px;padding:13px 0 16px;margin-top:32px}.blogs-page h2{margin:0 0 24px;font-size:20px}.blogs-page .blog-list{grid-template-columns:1fr;gap:16px}.blogs-page .blog-list .item{border-radius:16px 0 0 16px}.blogs-page .blog-list .item .image{height:196px}.blogs-page .blog-list .item .image img{border-radius:0 0 0 16px}.blogs-page .blog-list .item .content{padding:16px 16px 32px}.blogs-page .blog-list .item .content h5{font-size:12px;margin-bottom:8px}.blogs-page .blog-list .item .content h3{font-size:20px;margin-bottom:16px;-webkit-box-orient:vertical}.blog-detail{margin-top:64px;margin-bottom:96px}.blog-detail .title{margin-bottom:24px}.blog-detail .title h5{font-size:14px;margin-top:0}.blog-detail .title h1{color:var(--white,#fff);font-size:32px;margin-top:8px;margin-bottom:16px}.blog-detail .title .go-to-app{display:flex;width:100%;padding:var(--button-padding-top-medium,10px) var(--button-padding-sharp-end-medium,16px) var(--button-padding-bottom-medium,12px) var(--button-padding-round-end-medium,18px);justify-content:center;align-items:center;gap:8px;border-radius:22px 0 0 22px;background:var(--bright-green,#00ff9f);color:var(--dark-green,#00322f);text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:110%;height:46px}.blog-detail .title .go-to-app img{max-width:24px}.blog-detail .image{height:250px}.blog-detail .content{margin-top:40px}.blog-detail .content h2{margin-top:72px;color:var(--white,#fff);font-size:20px;font-style:normal;font-weight:700;line-height:110%}.blog-detail .content h2:first-child{margin-top:0}.blog-detail .content p{font-size:16px}.blog-detail .content ul{margin-top:48px}.blog-detail .content ul li{display:flex;align-items:flex-start;flex-wrap:wrap;padding-left:0;margin-bottom:40px;font-size:16px;gap:0}.blog-detail .content ul li h3{font-size:18px;margin-top:24px;margin-bottom:8px}.blog-detail .content ul li p{font-size:16px}.blog-detail .content ol{padding-left:30px}.blog-detail .content ol li{list-style-position:outside;font-size:16px}.blog-detail .share-buttons{margin-top:24px}.blog-detail .other-blogs h3{margin:80px 0 24px;font-size:24px;font-weight:500}.blog-detail .other-blogs .other-blog-list{grid-template-columns:1fr}.blog-detail .other-blogs .other-blog-list .item .cont{padding:16px 16px 32px}.blog-detail .other-blogs .other-blog-list .item .cont h6{font-size:12px;margin-bottom:8px}.blog-detail .other-blogs .other-blog-list .item .cont h5{font-size:22px;margin-bottom:16px}.pages-detail{padding:40px 0 62px}.pages-detail .title{font-size:32px}.pages-detail .content h2{font-size:20px}.pages-detail .content h6{font-size:20px;margin-bottom:4px}.pages-detail .content section{margin-bottom:32px}.pages-detail .content p{margin-bottom:8px;font-size:18px}.pages-detail .content ul li{margin-bottom:24px}.pages-detail .content ul li::marker{font-size:20px}.pages-detail .content ul li h2{max-width:80vw;vertical-align:top;font-size:20px}.pages-detail .content ul li a{word-wrap:break-word}.pages-detail .content ul li ul li{margin-bottom:0}.pages-detail .content ul li address{font-size:18px}.prices-page .banner{height:auto}.prices-page .banner .top .image{position:relative;width:100%;margin-bottom:-70%}.prices-page .banner .top .image img{padding-top:48px;margin-bottom:-50%}.prices-page .banner .top .title{width:100%;font-size:40px;margin-top:120px;margin-bottom:16px}.prices-page .banner .top .subtitle{font-size:16px;width:100%}.prices-page .banner .foot{padding-top:70%}.prices-page .banner .foot .count-list{width:100%;flex-wrap:wrap;justify-content:space-around;margin-bottom:8px;padding:16px 0 0}.prices-page .banner .foot .count-list .item{width:50%;margin-bottom:16px}.prices-page .banner .foot .count-list .item h3{font-size:32px}.prices-page .banner .foot .count-list .item h4{font-size:16px}.prices-page .how-it-works-cover{padding-bottom:0}.prices-page .how-it-works-cover .title{padding-top:80px;padding-bottom:32px}.prices-page .how-it-works-cover .title h3{text-align:left;margin-bottom:8px;color:var(--white-50,hsla(0,0%,100%,.5));font-size:16px;font-style:normal;font-weight:400;line-height:110%}.prices-page .how-it-works-cover .title h2{text-align:left;margin-bottom:0;color:var(--white,#fff);font-size:32px;font-style:normal;font-weight:500;line-height:110%}.prices-page .how-it-works-cover .how-it-works{flex-wrap:wrap}.prices-page .how-it-works-cover .how-it-works .swiper-area{width:100%;margin:0;display:flex;align-items:center;gap:12px}.prices-page .how-it-works-cover .how-it-works .swiper-area .arrow{display:block;min-width:48px;height:48px;margin-bottom:50px}.prices-page .how-it-works-cover .how-it-works .swiper-area .arrow.passive{opacity:.3}.prices-page .how-it-works-cover .how-it-works .swiper-area .arrow.arrow-left{transform:rotate(180deg)}.prices-page .how-it-works-cover .how-it-works .swiper-area .swiper{min-width:auto}.prices-page .how-it-works-cover .how-it-works .pagination .item{display:none;padding:40px 0 80px}.prices-page .how-it-works-cover .how-it-works .pagination .item:before{display:none}.prices-page .how-it-works-cover .how-it-works .pagination .item.active{display:flex;justify-content:center;padding:40px 16px 80px}.prices-page .how-it-works-cover .how-it-works .pagination .item .index{display:none}.prices-page .how-it-works-cover .how-it-works .pagination .item .content{text-align:center;padding:0!important}.prices-page .how-it-works-cover .how-it-works .pagination .item .content h4{font-size:22px;margin-bottom:8px}.prices-page .how-it-works-cover .how-it-works .pagination .item .content h4 .index-mobile{display:inline-block!important;color:var(--bright-green,#00ff9f);font-size:24px;margin-right:12px;vertical-align:bottom}.prices-page .how-it-works-cover .how-it-works .pagination .item .content p{font-size:16px}.insider-page{padding-bottom:0}.insider-page .banner{flex-wrap:wrap;margin-top:140px;height:auto;margin-bottom:unset;gap:0}.insider-page .banner .title{width:100%;margin-bottom:48px}.insider-page .banner .title h1{font-size:40px;margin-bottom:16px}.insider-page .banner .title h3{font-size:16px}.insider-page .banner .image{min-width:unset;width:100%;margin-top:0;height:80svh;margin-bottom:-170px}.insider-page .map img:first-child{display:none}.insider-page .map img:nth-child(2){display:block}.insider-page .insider-bottom{padding:80px 16px}.insider-page .insider-bottom h4{text-align:left;font-size:16px;margin-bottom:8px}.insider-page .insider-bottom h3{text-align:left;font-size:32px;margin-bottom:32px}.insider-page .insider-bottom .phone-list{flex-wrap:wrap;gap:80px}.insider-page .insider-bottom .phone-list .item .image{height:600px;margin-bottom:32px}.insider-page .insider-bottom .phone-list .item .image img{object-fit:contain}.insider-page .insider-bottom .phone-list .item h4{text-align:center;font-size:24px;margin-bottom:8px;padding:0 32px}.insider-page .insider-bottom .phone-list .item h5{text-align:center;font-size:16px;padding:0 32px}.products-page .hero-area .hero-area-content .title{margin-bottom:8px}.products-page .hero-area .hero-area-content .title img{width:24px;height:24px}.products-page .hero-area .hero-area-content .title h3{font-size:18px}.products-page .hero-area .hero-area-content h1{font-size:32px;margin-bottom:16px}.products-page .hero-area .hero-area-content h2{font-size:16px}.products-page .app-features-area{background-color:transparent;grid-template-columns:0fr 100% 0fr;margin-top:40px;margin-bottom:96px}.products-page .app-features-area .app-features-content{display:flex;flex-direction:column-reverse;padding:0;gap:48px}.products-page .app-features-area .app-features-content .app-features-items{background-color:var(--white-07,hsla(0,0%,100%,.07));border-radius:32px 0 0 32px;padding:150px 0 64px;margin-top:-160px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:100%;column-gap:16px;row-gap:48px}.products-page .app-features-area .app-features-content .app-features-items .app-features-item{gap:0}.products-page .app-features-area .app-features-content .app-features-items .app-features-item h4{font-size:18px;padding:0 16px}.products-page .app-features-area .app-features-content .app-features-items .app-features-item img{width:32px;height:32px;margin-bottom:8px}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:first-child{grid-area:1/1/2/2}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(2){grid-area:1/2/2/3}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(3){grid-area:2/1/4/2}.products-page .app-features-area .app-features-content .app-features-items .app-features-item:nth-child(4){grid-area:2/2/4/3}.products-page .app-features-area .app-features-content .app-features-image .image{height:auto;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.products-page .app-features-area .app-features-content .app-features-image .image img{max-height:unset;height:auto!important;position:relative!important;max-width:262px}.products-page .app-features-area .app-features-content .app-features-image .bullet{min-width:auto!important;border-radius:12px;padding:8px;font-size:14px}.products-page .app-features-area .app-features-content .app-features-image .bullet:first-child{left:16px}.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(2),.products-page .app-features-area .app-features-content .app-features-image .bullet:nth-child(3){right:16px;left:auto}.products-page .how-it-works-area{width:100%;padding-top:0;padding-bottom:0}.products-page .how-it-works-area .title{margin-bottom:32px}.products-page .how-it-works-area .title h2{font-size:32px}.products-page .how-it-works-area .swiper-area{width:100%;margin:0;display:flex;align-items:center;gap:12px}.products-page .how-it-works-area .swiper-area .arrow{display:block;min-width:48px;height:48px;margin-bottom:50px}.products-page .how-it-works-area .swiper-area .arrow.passive{opacity:.3}.products-page .how-it-works-area .swiper-area .arrow.arrow-left{transform:rotate(180deg)}.products-page .how-it-works-area .swiper-area .swiper{min-width:auto}.products-page .how-it-works-area .pagination .item{display:none;padding:40px 0 80px}.products-page .how-it-works-area .pagination .item:before{display:none}.products-page .how-it-works-area .pagination .item.active{display:flex;justify-content:center;padding:32px 16px 72px}.products-page .how-it-works-area .pagination .item.active .content p{color:var(--white-80,hsla(0,0%,100%,.8));padding-left:0}.products-page .how-it-works-area .pagination .item.active .index{margin-top:0}.products-page .how-it-works-area .pagination .item .index{display:none}.products-page .how-it-works-area .pagination .item .content{text-align:center;padding:0!important}.products-page .how-it-works-area .pagination .item .content h4{font-size:20px;margin-bottom:8px;text-align:left;display:flex;align-items:flex-start;gap:16px}.products-page .how-it-works-area .pagination .item .content h4 .index-mobile{font-size:24px;margin-top:-6px;vertical-align:bottom;border-radius:20px;background:var(--bright-green,#00ff9f);color:var(--dark-green,#003329);padding:0 8px;width:32px;min-width:32px;height:32px;justify-content:center;align-items:center;display:flex;display:none}.products-page .how-it-works-area .pagination .item .content p{font-size:16px;text-align:left;padding-left:48px}.products-page .why-use-prices-area{padding:64px 0;margin-bottom:96px;border-radius:32px 0 0 32px}.products-page .why-use-prices-area .title{margin-bottom:32px}.products-page .why-use-prices-area .title h2{font-size:32px}.products-page .why-use-prices-area .why-use-prices-content{display:flex;flex-direction:column;gap:16px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item{flex-wrap:wrap;padding:24px!important;border-radius:24px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item .img{position:relative;max-width:100%!important;width:100%!important}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item .img img{object-fit:contain;object-position:center}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:first-child{flex-direction:column-reverse}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:first-child .wrapper h2{width:100%;padding:0;font-size:20px;margin-bottom:24px}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(2) .img img,.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(3) .img img{object-fit:cover}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(2) .wrapper,.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(3) .wrapper{padding:0}.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(2) .wrapper h2,.products-page .why-use-prices-area .why-use-prices-content .why-use-prices-item:nth-child(3) .wrapper h2{width:100%;padding:0;font-size:20px}.news-page{padding-top:64px;padding-bottom:96px}.news-page h1{font-size:32px;margin-bottom:48px}.news-page .news-list .item{padding:0 0 48px;margin-bottom:48px;flex-wrap:wrap;gap:24px}.news-page .news-list .item .image{min-width:100%;height:176px;position:relative}.news-page .news-list .item .image img{object-fit:cover;object-position:center top;aspect-ratio:1/1;border-radius:24px}.news-page .news-list .item .content .text{height:auto}.news-page .news-list .item .content .text h3{font-size:20px;margin-bottom:8px}.news-page .news-list .item .content .text p{font-size:16px;margin-bottom:32px}.news-page .news-list .item .content .read-more{margin-left:auto;font-size:20px}.news-detail{padding-top:64px;padding-bottom:96px}.news-detail .banner{flex-wrap:wrap;gap:24px;margin-bottom:40px}.news-detail .banner .title{width:100%}.news-detail .banner .title h5{font-size:14px;margin-bottom:16px}.news-detail .banner .title h1{font-size:24px;margin-bottom:8px}.news-detail .banner .title h2{font-size:16px}.news-detail .banner .image{width:100%;height:176px}.news-detail .content{font-size:16px}.news-detail .content p,.news-detail .content ul{margin-bottom:16px}.news-detail .content blockquote{margin-top:40px;gap:8px;margin-bottom:0;white-space:pre-wrap}.news-detail .content blockquote:before{content:"“";align-items:flex-start;margin-right:0}.news-detail .content blockquote:after,.news-detail .content blockquote:before{font-size:40px;display:flex;justify-content:center;color:var(--bright-green,#00ff9f);width:32px}.news-detail .content blockquote:after{content:"”";font-weight:700;line-height:110%;align-items:flex-end;margin-left:0}.news-detail .about-area{margin-top:72px}.news-detail .about-area h3{font-size:20px;margin-bottom:8px}.news-detail .about-area p{font-size:16px}.news-detail .about-area .people{margin-top:32px;gap:16px;width:100%;padding:24px}.news-detail .about-area .people .icon{width:48px;height:48px}.news-detail .about-area .people .description h4{font-size:20px;margin-bottom:4px}.news-detail .about-area .people .description h5{font-size:16px}.news-detail .about-area .people .description hr{margin:16px 0 8px}.news-detail .about-area .people .description h6{font-size:16px;margin-bottom:4px}.district-new .carousel .carousel-track .district-item{flex:0 0 240px;height:320px}.journey-master-page .banner{justify-content:flex-start;padding-top:56px;height:90svh;width:100vw;overflow-x:hidden;margin-bottom:-30px}.journey-master-page .banner .top .title{padding:0 4px;text-align:left}.journey-master-page .banner .top .title h1{font-size:40px}.journey-master-page .banner .top .title h3{font-size:16px}.journey-master-page .banner .flaying-cards{height:calc(90svh - 135px)}.journey-master-page .banner .flaying-cards .card.flight{bottom:150px;left:50%;transform:translateX(-50%);top:auto;z-index:1}.journey-master-page .banner .flaying-cards .card.transfer{bottom:105px;left:33%;top:auto;z-index:2}.journey-master-page .banner .flaying-cards .card.tour{bottom:-25px;left:55%;top:auto;z-index:4}.journey-master-page .banner .flaying-cards .card.entertainment{left:50%;transform:translateX(-43%);bottom:-60px;top:auto;z-index:5}.journey-master-page .banner .flaying-cards .card.other{right:20%;top:auto;bottom:5px;z-index:3}.journey-master-page .control-trip{border:none}.journey-master-page .control-trip .image .path-mobile{display:block}.journey-master-page .control-trip .image .path{display:none}.cookies-policy{width:100%;left:0;bottom:0;border-radius:0}.cookies-policy.footer-visible{position:absolute;bottom:0}.cookies-popup .overlay{width:100vw;height:100svh;padding:20px;border-radius:0;display:flex;flex-direction:column;justify-content:space-between!important}.cookies-popup .overlay .title h3{font-size:20px;margin-bottom:40px;margin-top:48px}.cookies-popup .overlay .title button{position:absolute;right:16px;top:24px}.cookies-popup .overlay .cont{display:flex;flex-direction:column;gap:24px}.cookies-popup .overlay .cont .element{margin:0}.cookies-popup .overlay .cont .element .text{font-size:14px}.cookies-popup .overlay button.save-button{width:100%;margin-top:56px}.modal-view{z-index:99999999;align-items:flex-end}.modal-view .modal-view-content{padding:0 20px 40px;border-radius:48px 48px 0 0;animation:moveUp .3s ease-in-out forwards;bottom:-100%}.modal-view .modal-view-content .modal-view-title{margin-bottom:16px;align-items:center;justify-content:flex-start}.modal-view .modal-view-content .modal-view-title h2{font-size:24px}.modal-view .modal-view-content .modal-view-text{max-height:70vh}.modal-view .modal-view-content .modal-view-text .privacy-policy h2:first-child{margin-top:0}@keyframes moveUp{0%{bottom:-100%}to{bottom:0}}}@media(min-width:768px)and (max-width:1200px){body{font-size:14px}.slider h1{padding:0 .5em}footer .bottom a{margin-right:10px;font-size:14px}}@media(min-width:1700px){footer .content .column{width:170px}}@media(max-width:380px){.app-list .item .black-area .text{align-items:center;display:block;padding:7px 5px}.app-list .item .black-area .img{height:16px;width:auto;display:none}.app-list .item .black-area .img img{height:100%}}@media only screen and (max-width:576px)and (max-height:700px){body{font-size:10px}.slider h1{font-size:4.8em}header .menu .download-links{position:relative;flex-wrap:nowrap;bottom:0;margin-top:75px}}@media only screen and (max-width:576px)and (min-height:813px){body{font-size:10px}}@media only screen and (min-width:385px)and (max-width:768px)and (min-height:768px){.slider .hero-title{font-size:5.2em;padding:0 1rem}}.changeFont{position:fixed;left:0;width:auto;z-index:99999;bottom:250px}.changeFont,.changeFont:before{display:flex;align-items:center}.changeFont:before{content:"Change Font";justify-content:center;padding:0 30px 0 10px;max-width:40px;color:var(--dark-green);height:30px;background-color:var(--dark-green);margin-right:-20px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;animation:changeFont 3s ease;animation-delay:1.5s;transition:width .3s ease!important}.changeFont img{filter:blur(2px);transition:all .3s ease}.changeFont.readable img{filter:blur(0);transform:rotate(1turn)}@keyframes changeFont{0%{max-width:40px;color:var(--dark-green)}15%{max-width:125px;color:var(--white)}85%{max-width:125px;color:var(--white)}to{max-width:40px;color:var(--dark-green)}}