@font-face{font-family:MT Sans;src:url(/files/dev/MTSans-Regular.ttf) format("truetype")}#root{--main-color: rgba(0, 142, 140, 1);--main-text: rgba(0, 26, 52, 1);--secondary-text: rgba(0, 26, 52, .65);--orange-color: rgba(250, 100, 1, 1);min-height:100vh;display:flex;flex-direction:column;width:100%;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}body{display:flex;flex:1;max-width:100vw;margin:0;cursor:default;font-family:MT Sans,sans-serif}.bold{font-weight:700}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.space-between{justify-content:space-between}.cursor-pointer{cursor:pointer}.text-center{text-align:center;align-items:center;justify-content:center}.gap-10{gap:10px}.logotype{height:69px;width:60px;min-width:60px;background-image:url(/files/dev/logo.png)}.btn{cursor:pointer;color:var(--main-color);font-weight:400;letter-spacing:0%;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;background-color:#fff;box-sizing:border-box;border:1px solid var(--main-color);border-radius:16px}.btn a{all:unset}.btn.download{font-size:36px;font-weight:400;line-height:43px;letter-spacing:0%;max-height:88px;padding:20px}@media screen and (max-width:600px){.btn.download{line-height:unset;font-size:20px!important}}.btn.cookies{padding:10px 20px}:host{background:#fff}.header-text{display:flex;width:100%;height:100%;align-items:center;position:absolute;top:0}.bg-container{position:relative;background-color:#000;width:100%}.bg-container video{width:100%;height:inherit;min-height:700px;object-fit:fill}@media screen and (max-width:739px){.bg-container video{max-height:700px;width:100%}}.liquid-glass{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);filter:brightness(1.05) saturate(1.9);width:100%;color:#fff;padding:0 80px}@media screen and (max-width:739px){.liquid-glass{height:400px}}@media screen and (max-width:1000px){.liquid-glass{padding:0 20px}}.liquid-glass .text-150{font-size:150px;font-weight:450}@media screen and (min-width:1081px)and (max-width:1240px){.liquid-glass .text-150{font-size:120px}}@media screen and (min-width:740px)and (max-width:1080px){.liquid-glass .text-150{font-size:100px}}@media screen and (max-width:739px){.liquid-glass .text-150{font-size:70px}}@media screen and (max-width:600px){.liquid-glass .text-150{font-size:60px}}@media screen and (max-width:450px){.liquid-glass .text-150{font-size:50px}}@media screen and (max-width:380px){.liquid-glass .text-150{font-size:40px}}.liquid-glass .text-80{font-size:80px;padding-right:20px}@media screen and (max-width:919px){.liquid-glass .text-80{font-size:57px}}@media screen and (max-width:670px){.liquid-glass .text-80{font-size:50px}}@media screen and (max-width:600px){.liquid-glass .text-80{font-size:45px}}@media screen and (max-width:450px){.liquid-glass .text-80{font-size:35px}}@media screen and (max-width:380px){.liquid-glass .text-80{font-size:25px}}.slider-track{padding-top:15px;padding-bottom:20px;display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.slider-container{overflow:hidden;width:100%;-webkit-user-select:none;user-select:none;touch-action:pan-y}.slider-track{display:flex;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none}.slider-track::-webkit-scrollbar{display:none}.slider-item{width:fit-content;height:100%;flex-shrink:0;transition:transform .2s}.slider-item:hover{transform:scale(105%)}.slider-track img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.toast{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background:var(--main-color);color:#fff;padding:16px 32px;border-radius:8px;box-shadow:0 6px 20px #00000040;z-index:9999}.toast-auto{opacity:0;transform:translate(-50%,30px);transition:opacity .5s ease,transform .5s ease;animation:fadeIn .6s forwards,fadeOut .6s 3.4s forwards}@keyframes fadeIn{to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut{to{opacity:0;transform:translate(-50%,30px)}}.page-main{display:flex;padding:80px;gap:80px;flex-direction:column}@media screen and (max-width:600px){.page-main{padding:40px;gap:40px}}.header{padding:0 40px;color:var(--main-text);font-size:48px;font-weight:400;line-height:58px;letter-spacing:0px}@media screen and (max-width:600px){.header{line-height:unset!important;font-size:38px!important}}.subheader{color:var(--secondary-text);font-size:24px;font-weight:400;line-height:29px;letter-spacing:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}@media screen and (max-width:600px){.subheader{font-size:15px}}.about-info{display:flex;flex-direction:column;gap:20px}.about-item{width:100%;flex-wrap:wrap;word-break:break-all;border:2px solid rgba(136,163,188,1);border-radius:30px;display:flex}.about-item .title{color:var(--main-text);font-size:36px;font-weight:400;line-height:43px;letter-spacing:0px;margin-bottom:20px}@media screen and (max-width:600px){.about-item .title{font-size:26px}}.about-item .description{color:var(--secondary-text);font-size:24px;font-weight:400;line-height:29px;letter-spacing:0px;white-space:pre-wrap}@media screen and (max-width:600px){.about-item .description{font-size:20px}}.about-item .about-item-text{display:flex;flex-direction:column;justify-content:center;padding:40px;height:fit-content;flex:1}@media screen and (max-width:600px){.about-item .about-item-text{padding:20px;font-size:25px}}@media screen and (min-width:1050px)and (max-width:1400px){.about-item img{object-fit:contain}}@media screen and (max-width:1050px){.about-item{display:flex!important;flex-direction:column!important}.about-item img{max-width:60%;padding:0 0 40px 40px}}.hz-line{margin:20px 40px;border:1px solid;border-image:linear-gradient(to right,#88a3bc80,#bccee240) 1}.card{position:relative;border-radius:30px;overflow:hidden;padding:2px;margin:0 10px}.card.size-limit{width:410px}@media screen and (max-width:500px){.card.size-limit{width:310px}.card.size-limit img{height:310px}}@media screen and (max-width:350px){.card.size-limit{width:210px}.card.size-limit img{height:210px}}.card.size-limit img{background-color:#fff;height:410px;width:inherit;object-fit:cover}.card .text{display:flex;padding:20px 40px;background-color:#fff;flex-direction:column;gap:20px}@media screen and (max-width:600px){.card .text{padding:20px;gap:10px}}.card .text .title{color:var(--main-text);font-size:36px;font-weight:400;line-height:43px;letter-spacing:0px}@media screen and (max-width:600px){.card .text .title{font-size:20px}}.card .text .subtitle{padding-bottom:40px}.card:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#88a3bc,#bccee240);border-radius:30px;z-index:-1;pointer-events:none}.card>*{display:flex;position:relative;z-index:2;border-radius:27px;overflow:hidden}@media screen and (max-width:600px){.card>*{width:100%}}.fit-img{display:inline-block;width:fit-content;height:fit-content;background:url(/files/partners/3.png) center/contain no-repeat;background-color:#fff;border-radius:30px;overflow:hidden}.about-items-container{display:flex;flex-direction:column;gap:20px}.about-item:nth-child(odd){flex-direction:row}.about-item:nth-child(2n){flex-direction:row-reverse}.about-item-text:nth-child(odd){margin-right:auto;margin-left:0}.close-icon{position:absolute;top:0;right:0;padding:5px 10px}.popup-overlay{position:fixed;inset:0;background-color:#000000a6;display:flex;align-items:flex-end;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .25s ease forwards}.popup-content{background:#fff;max-width:90%;max-height:80%;border-radius:16px;box-shadow:0 -4px 20px #00000040;animation:slideUp .4s cubic-bezier(.25,.46,.45,.94) forwards;overflow:hidden}.popup-content video{max-height:inherit;object-fit:fill;max-width:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px}.popup-header h3{margin:0;font-size:18px;font-weight:600}.popup-close{background:none;border:none;font-size:26px;cursor:pointer;padding:4px 10px;color:#666;line-height:1}.popup-close:hover{color:#333}.popup-body{padding:0 20px 20px;max-height:calc(80vh - 100px);max-width:100%}.component-header{font-size:20px;font-weight:400;line-height:24px;letter-spacing:0px;color:#fff;position:absolute;width:-webkit-fill-available;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 80px;gap:20px;background:linear-gradient(to bottom right,#050e20 0%,#081836 25%,#04153dde 15%,rgb(0 0 0 / 36%) 100%,rgba(31,54,111,.08) 10%,transparent 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media screen and (max-width:800px){.component-header{padding:20px 40px}}@media screen and (max-width:600px){.component-header{padding:20px}.component-header img{height:50px}}@media screen and (max-width:700px){.component-header{font-size:15px!important}}.component-header .company-info{gap:40px}@media screen and (max-width:620px){.component-header .company-info{gap:20px}}@media screen and (max-width:400px){.component-header .company-info{gap:10px}}.vertical-line{border-left:1px solid white;height:50px}.phone-icon{width:48px;height:48px}@media screen and (max-width:700px){.phone-icon{width:38px;height:38px}}@media screen and (max-width:500px){.phone-icon{display:none}}.component-footer{background-color:#1f2c30;display:flex;justify-content:space-between}@media screen and (max-width:600px){.component-footer{flex-direction:column}}.component-footer .lft-section{display:flex;flex-direction:column;padding:50px 25px 0 50px;gap:20px}@media screen and (max-width:600px){.component-footer .lft-section{padding:25px}}.component-footer .lft-section .logo{display:flex;flex-direction:row;align-items:center;gap:20px}.component-footer .lft-section .logo .text{color:#fff;font-size:18px;font-weight:400;line-height:22px;letter-spacing:0px;white-space:pre-wrap}.component-footer .lft-section .copyright{display:flex;gap:20px;white-space:pre-wrap;align-items:center;color:#fff;font-size:18px;font-weight:400;line-height:22px;letter-spacing:0px}.component-footer .rght-section{color:#fff;text-align:right;padding:40px 80px 0 25px;font-size:18px;font-weight:400;line-height:22px;letter-spacing:0px;width:250px}@media screen and (max-width:600px){.component-footer .rght-section{padding:25px!important;width:auto!important}}.schedule{color:#fff;font-size:18px;font-weight:400;line-height:22px;letter-spacing:0px}.schedule .weekend{color:var(--orange-color)}.developer-info{display:flex;align-items:center;justify-content:center;background-color:#1f2c30;padding:40px 0}.developer-info a{color:#fff}.developer-info .container{padding:10px;font-size:14px;border-color:#d3d3d3;border-style:double;color:#fff}
