@charset "UTF-8";.header{position:fixed;top:0;left:0;width:100%;background:#0000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);transition:transform .3s ease-in-out;transform:translateY(0);z-index:50}.header.header-hidden{transform:translateY(-100%)}.header .header-desktop{display:flex;align-items:center;justify-content:space-between;padding:0 70px;height:90px;max-width:1440px;margin:0 auto}@media(max-width:1024px){.header .header-desktop{display:none}}.header .header-logo-link{display:flex;align-items:center;z-index:9999}.header .header-logo{height:52.891px;width:113.66px}.header .header-nav{display:flex;align-items:center;gap:27px}.header .header-nav-link{color:#f6f6f6;font-size:13px;text-transform:uppercase;transition:color .3s;text-decoration:none}.header .header-nav-link:hover:after,.header .header-nav-link.active:after{width:100%}.header .header-nav-link:after{content:"";display:block;height:2px;background:#f3432a;width:0;transition:all .2s ease-out}.header .header-nav-link:hover,.header .header-nav-link.active{color:#fff}.header .header-mobile{display:none}@media(max-width:1024px){.header .header-mobile{display:flex}}.header .header-mobile-container{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:80px}.header .header-mobile-logo{height:37.386px;width:80.341px}.header .menu-button{display:flex;flex-direction:column;gap:5px;width:22px;cursor:pointer;z-index:1001;position:relative;background:transparent;border:none;padding:0}.header .menu-button-line{height:2px;width:100%;background:#f6f6f6;transition:all .3s}.header .menu-button-line.active-top{transform:rotate(45deg) translateY(9px)}.header .menu-button-line.active-middle{opacity:0}.header .menu-button-line.active-bottom{transform:rotate(-45deg) translateY(-10px)}.header .menu-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000b3;height:100vh;padding-top:90px}.header .menu-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:80px}.header .menu-nav{display:flex;flex-direction:column;align-items:center;gap:47px}.header .menu-item{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;color:#f0f0f0;font-size:25px;line-height:30px;text-align:center;transition:color .3s;text-decoration:none}.header .menu-item:hover,.header .menu-item.active{color:#f3432a}.header .menu-fade-enter-active,.header .menu-fade-leave-active{transition:opacity .4s ease,backdrop-filter .4s ease}.header .menu-fade-enter-from,.header .menu-fade-leave-to{opacity:0}.contact-section .section-main-title{text-align:center}@media(max-width:1024px){.contact-section .section-main-title{text-align:left}}.contact-section .contact-form-wrapper{display:flex;flex-direction:column;gap:30px;align-items:center}.contact-section .contact-form-container{width:600px;position:relative;z-index:1}@media(max-width:1024px){.contact-section .contact-form-container{width:100%}}.contact-section .contact-form{background-color:#f6f6f6;border-radius:20px;padding:30px 20px;display:flex;flex-direction:column}.contact-section .form-field{display:flex;flex-direction:column;gap:10px;padding:10px 20px}.contact-section .message-field{flex:1}.contact-section .field-label{border-bottom:1px solid #0f0e0e;padding-bottom:2px}.contact-section .label-text{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:15px;line-height:23px;color:#f3432a}.contact-section .field-input,.contact-section .field-textarea{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#0f0e0e;background:transparent;border:none;outline:none;width:100%}.contact-section .field-input::placeholder,.contact-section .field-textarea::placeholder{color:#0f0e0e;opacity:.5}.contact-section .field-textarea{resize:vertical;min-height:144px}.contact-section .error-input{color:red}.contact-section .error-message{font-family:Inter,sans-serif;font-size:13px;color:red;margin-top:-5px}.contact-section .consent-field{display:flex;flex-direction:column;width:100%;padding:0 20px 20px}.contact-section .checkbox-wrapper{display:flex;align-items:center;justify-content:center}.contact-section .checkbox-container{display:flex;align-items:center;gap:20px;cursor:pointer}.contact-section .checkbox-input{position:absolute;opacity:0;width:0;height:0}.contact-section .checkbox-custom{position:relative;width:30px;height:30px;background-color:#d9d9d9;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.contact-section .checkbox-input:checked+.checkbox-custom{background-color:#d9d9d9}.contact-section .checkmark-icon{width:25px;height:15px;display:block}.contact-section .checkbox-label{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#0f0e0e;flex:1}.contact-section .privacy-link{color:#000!important;text-decoration:underline;transition:color .3s ease}.contact-section .privacy-link:hover{color:#f3432a;text-decoration:none}.contact-section .consent-error{text-align:center;margin-top:5px}.contact-section .submit-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 20px;border:1px solid #0f0e0e;border-radius:20px;background:transparent;cursor:pointer;align-self:center;transition:all .3s ease;font-family:Inter;font-weight:300;font-size:20px;line-height:normal;color:#0f0e0e;transition:all .15s ease}.contact-section .submit-button:hover{background-color:#f3432a;border-color:#f3432a;color:#fff}.contact-section .submit-button:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7470%) hue-rotate(180deg) brightness(112%) contrast(100%)}.contact-section .submit-arrow{width:11.5px;height:20px}.contact-section .success-message{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#0f0e0e;background-color:#d4edda;border:1px solid #28a745;border-radius:10px;padding:15px 20px;margin:20px;text-align:center}.contact-section .error-message-box{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:10px;padding:15px 20px;margin:20px;text-align:center}.contact-section .contact-alternative{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6;text-align:center}.contact-section .email-link{color:#f6f6f6;text-decoration:underline;transition:color .3s ease}.contact-section .email-link:hover{color:#f3432a}.contact-section .modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}@media(max-width:1024px){.contact-section .modal-backdrop{padding:20px;align-items:center}}.contact-section .modal-content{background:#fff;border-radius:30px;padding:40px;max-width:600px;width:100%;height:auto;display:flex;flex-direction:column;align-items:stretch}@media(max-width:1024px){.contact-section .modal-content{padding:30px 20px;border-radius:20px;max-width:none;height:auto}}.contact-section .modal-inner{display:flex;flex-direction:column;gap:35px;justify-content:center;min-height:320px}@media(max-width:1024px){.contact-section .modal-inner{min-height:auto;gap:25px}}.contact-section .modal-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:70px;line-height:70px;color:#0f0e0e;margin:0}@media(max-width:1024px){.contact-section .modal-title{font-size:45px;line-height:45px}}.contact-section .modal-message{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#0f0e0e;margin:0}.contact-section .modal-button-wrapper{display:flex;justify-content:flex-end;width:100%}.contact-section .modal-close-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 20px;border:2px solid #0f0e0e;border-radius:20px;background:transparent;cursor:pointer;transition:all .3s ease}.contact-section .modal-close-button:hover{background:#0f0e0e}.contact-section .modal-close-button:hover .modal-close-text{color:#fff}.contact-section .modal-close-button:hover .modal-close-arrow{filter:brightness(0) invert(1)}.contact-section .modal-close-arrow{width:14px;height:auto;transition:filter .3s ease}.tagline-section{width:100%;padding-top:40px}.tagline-section .tagline-container{display:flex;flex-direction:column;gap:20px}.tagline-section .tagline-row{display:flex;align-items:center;justify-end:end;padding:0 20px;justify-content:flex-end}@media(max-width:1024px){.tagline-section .tagline-row{padding:0}}.tagline-section .tagline-desktop-top{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:70px;line-height:70px;color:#f6f6f6;text-align:right}@media screen and (max-width:1160px){.tagline-section .tagline-desktop-top{font-size:5vw;line-height:5vw}}@media(max-width:1024px){.tagline-section .tagline-desktop-top{font-size:6vw;line-height:5vw}}.tagline-section .tagline-desktop-bottom{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px;color:#f3432a;text-align:right}@media screen and (max-width:1160px){.tagline-section .tagline-desktop-bottom{font-size:4.3vw;line-height:5vw}}@media(max-width:1024px){.tagline-section .tagline-desktop-bottom{font-size:5.2vw;line-height:5.5vw}}.footer-section{border-top:1px solid #282f32;background:#000;width:100%}.footer-desktop{display:flex;flex-direction:column;gap:30px;padding:30px 0}.footer-header{display:flex;align-items:center;justify-content:space-between;height:45px;margin-bottom:60px}@media(max-width:1024px){.footer-header{margin-bottom:30px}}.footer-logo-container{width:118px;height:100%}.footer-logo{width:92.839px;height:43.2px}.social-icons{display:flex;gap:20px;align-items:center}.social-icon{width:40.258px;height:40.258px;display:flex;align-items:center;justify-content:center}.social-icon:hover{filter:brightness(0) saturate(100%) invert(38%) sepia(48%) saturate(3502%) hue-rotate(342deg) brightness(94%) contrast(103%)}.social-icon-img{object-fit:contain;transition:filter .3s ease}.footer-section-block{display:flex;flex-direction:column;gap:30px;min-width:0}.footer-section-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:15px;line-height:23px;color:#fff;border-bottom:1px solid #303030;padding-bottom:5px}.footer-content-row{display:flex;gap:200px;width:100%}@media(max-width:1024px){.footer-content-row{display:block}}.footer-content-row .footer-section-block{flex:1 0 0;min-width:0;gap:10px;margin-bottom:40px}@media(max-width:1024px){.footer-content-row .footer-section-block{margin-bottom:30px;gap:30px}}.offices-list-desktop{display:flex;justify-content:space-between;align-items:center;flex:1 0 0}@media(max-width:1024px){.offices-list-desktop{justify-content:center;gap:30px}}.offices-list-desktop p{font-family:Inter,sans-serif;font-size:13px;line-height:2;letter-spacing:-.26px;color:#f6f6f6;text-align:center}.office-link{font-family:Inter,sans-serif;font-size:13px;line-height:2;letter-spacing:-.26px;color:#f6f6f6;text-decoration:none;transition:color .3s ease}.office-link:hover{color:#f3432a;text-decoration:underline}.partners-logos-desktop{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;flex:1 0 0;gap:30px}@media(max-width:1024px){.partners-logos-desktop{justify-content:center;padding-inline:0}}.partner-logo-desktop.adastra{width:194.725px;height:27.516px}.partner-logo-desktop.worldwide{width:178.497px;height:50.614px}.footer-bottom-row{display:flex;justify-content:space-between;align-items:center;width:100%;flex:1 0 0}@media(max-width:1024px){.footer-bottom-row{display:block}}.footer-legal-links{display:flex;gap:70px;align-items:center}@media(max-width:1024px){.footer-legal-links{justify-content:center;gap:50px;margin-bottom:30px}}.footer-legal-link{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.5;letter-spacing:-.26px;color:#959595;text-decoration:none;transition:opacity .3s ease;cursor:pointer}.footer-legal-link:hover{color:#fff}.footer-copyright-desktop{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.5;letter-spacing:-.26px;color:#959595;text-align:center;white-space:nowrap}#app{display:flex;flex-direction:column;min-height:100vh}#main-content{display:flex;flex-direction:column;flex:1;transition:filter .3s ease}#content-wrapper{flex:1;display:flex;flex-direction:column}#main-content.blur-content{filter:blur(10px);-webkit-filter:blur(10px);pointer-events:none}.homepage-hero-section{position:relative;overflow:hidden;padding-bottom:80px;padding-top:90px;opacity:0;margin-bottom:0;padding-inline:70px}@media(min-aspect-ratio:16/9){.homepage-hero-section{height:100vh;height:calc(var(--vh, 1vh) * 100)}}@media(max-width:1024px){.homepage-hero-section{padding-top:80px;padding-bottom:24px;height:auto;padding-inline:0}}@media screen and (max-width:767px){.homepage-hero-section{height:100vh;height:calc(var(--vh, 1vh) * 100)}}.homepage-hero-section .container{display:flex;align-items:center;margin-inline:auto;position:relative;aspect-ratio:16/9;max-width:100%}@media(min-aspect-ratio:16/9){.homepage-hero-section .container{height:100%;aspect-ratio:auto}}@media(max-width:1024px){.homepage-hero-section .container{display:block}}@media screen and (max-width:767px){.homepage-hero-section .container{display:flex;flex-direction:column;height:100%;aspect-ratio:auto}}.homepage-hero-section .bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.homepage-hero-section .bg-video.blur{filter:blur(20px);transform:scale(1.1)}.homepage-hero-section .bg-video.sharp{filter:none}.homepage-hero-section .video-window{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:30px;border:2px #fff solid;z-index:2}@media(max-width:1024px){.homepage-hero-section .video-window{position:relative;margin-bottom:10px}}.homepage-hero-section .video-window:before{content:"";display:block;background:#0003;width:100%;height:100%;position:absolute;z-index:3}.homepage-hero-section .content{position:relative;z-index:3;color:#fff;text-align:center}.homepage-hero-section .content-wrapper{display:flex;flex-direction:column;gap:25px;align-items:flex-start;max-width:900px}.homepage-hero-section .content h1{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:70px;line-height:70px;color:#f6f6f6;white-space:pre-wrap;max-width:900px;margin:0;text-align:left}@media(max-width:1024px){.homepage-hero-section .content h1{font-size:31px;line-height:35px}}.homepage-hero-section .orange-bar{width:0;height:32px;background-color:#f3432a;opacity:0}@media(max-width:1024px){.homepage-hero-section .orange-bar{height:14px}}.homepage-hero-section .trusted-by-section{display:flex;flex-direction:column;align-items:flex-end;width:100%;opacity:0;width:calc(100% + 140px);margin-left:-70px}.homepage-hero-section .trusted-by-header{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;margin-bottom:25px;margin-right:70px}@media(max-width:1024px){.homepage-hero-section .trusted-by-header{align-items:center;margin-inline:auto;margin-bottom:20px;margin-top:20px}}.homepage-hero-section .trusted-by-text{font-family:Neue Haas Grotesk Display Pro,sans-serif;font-weight:400;font-size:12px;line-height:1.6;letter-spacing:2.4px;color:#f6f6f6;text-align:center;margin:0;white-space:nowrap}.homepage-hero-section .trusted-by-line{width:200px;height:1px;background:#fff}.homepage-hero-section .trusted-by-line img{width:100%;height:100%;display:block}.homepage-hero-section .logos-scroll-container{width:100%;overflow:hidden;position:relative}.homepage-hero-section .logos-track{display:flex;width:fit-content;animation:scroll-logos 30s linear infinite}.homepage-hero-section .logos-wrapper{display:flex;gap:50px;align-items:center;height:54px}.homepage-hero-section .logos-wrapper:not(:last-child){margin-right:50px}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-25%)}}.homepage-hero-section .logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center}.homepage-hero-section .logo-image{height:100%;width:auto;max-width:none;object-fit:contain;display:block}.homepage-hero-section.active{animation:showHero 1s linear;animation-fill-mode:forwards}.homepage-hero-section.active .video-window{animation:showVideo .8s ease-out;animation-fill-mode:forwards}.homepage-hero-section.active h1 span{display:block;animation:showTitle .8s ease-out;animation-fill-mode:forwards;opacity:0}.homepage-hero-section.active .orange-bar{animation:growOrangeBarDesktop .5s ease-in-out;animation-fill-mode:forwards;animation-delay:.8s}@media(max-width:1024px){.homepage-hero-section.active .orange-bar{animation-name:growOrangeBarMobile}}.homepage-hero-section.active .trusted-by-section{animation:showHero 1s linear;animation-fill-mode:forwards;animation-delay:.6s}.homepage-hero-section.active h1 span:nth-child(1){animation-delay:.2s}.homepage-hero-section.active h1 span:nth-child(2){animation-delay:.4s}.homepage-hero-section.active h1 span:nth-child(3){animation-delay:.6s}@keyframes showTitle{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes showHero{0%{opacity:0}to{opacity:1}}@keyframes showVideo{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes growOrangeBarDesktop{0%{width:0;opacity:0}to{opacity:1;width:121px}}@keyframes growOrangeBarMobile{0%{width:0;opacity:0}to{opacity:1;width:121px}}.homepage-hero-section:before{content:"";display:block;background:#00000080;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}.homepage-hero-section .content{position:absolute;bottom:30px;width:100%;left:0;padding-inline:70px}@media(max-width:1024px){.homepage-hero-section .content{position:relative;bottom:0;padding-inline:0}}.intro-section{width:100%;padding:80px 0;text-align:left;margin-bottom:40px}@media(max-width:1024px){.intro-section{padding:70px 0;margin-bottom:20px}}.intro-section .btn-wrapper{display:flex}.intro-section .intro-text{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;text-align:left;margin-bottom:35px}.intro-section .intro-text p{font-size:50px;line-height:60px;margin-bottom:0;max-width:980px}@media screen and (max-width:1160px){.intro-section .intro-text p{font-size:40px;line-height:45px;max-width:800px}}@media(max-width:1024px){.intro-section .intro-text p{font-size:25px;line-height:30px}}.intro-section .intro-line{display:block}.intro-section .text-white{color:#f6f6f6}.intro-section .text-orange{color:#f3432a}.what-we-do-2-section{width:100%;position:relative;padding:0 0 50px;overflow-x:clip}.what-we-do-2-section .services-2{position:relative;padding-top:340px;margin-top:-90px}@media(max-width:1024px){.what-we-do-2-section .services-2{display:none}}@media(max-width:1439px){.what-we-do-2-section .services-2{padding-top:100px;margin-top:0;display:flex;flex-direction:column;align-items:center}}.what-we-do-2-section .services-2:before{content:"";position:absolute;width:1281px;height:1281px;background-image:url(/assets/koleso-bg-CIKKtv2d.png?v=7);background-size:100%;background-position:center;background-repeat:no-repeat;right:-699px;top:-85px;pointer-events:none;z-index:0}@media(max-width:1439px){.what-we-do-2-section .services-2:before{display:none}}.what-we-do-2-section .services-2 .services-2__item{width:320px;position:relative;margin-bottom:42px}@media(max-width:1439px){.what-we-do-2-section .services-2 .services-2__item{width:600px;max-width:calc(100vw - 40px);margin-bottom:10px}}.what-we-do-2-section .services-2 .services-2__item svg{position:absolute;top:-52px;left:calc(100% + 50px)}.what-we-do-2-section .services-2 .services-2__item svg .draw-line{clip-path:inset(0 0 0 100%);opacity:0}.what-we-do-2-section .services-2 .services-2__item svg path:not(.draw-line){opacity:0}.what-we-do-2-section .services-2 .services-2__item svg.line2{top:-120px}.what-we-do-2-section .services-2 .services-2__item svg.line3{top:-193px}.what-we-do-2-section .services-2 .services-2__item svg.line4{top:-262px}@media(max-width:1439px){.what-we-do-2-section .services-2 .services-2__item svg{display:none}}.what-we-do-2-section .services-2 .services-2__item.active .services-2__item-title{color:#f3432a}.what-we-do-2-section .services-2 .services-2__item.active .draw-line{animation:drawLineClip 1s ease-out forwards,drawLineOpacity 1s cubic-bezier(.48,0,.33,.99) forwards}.what-we-do-2-section .services-2 .services-2__item.text-shown .services-2__item-text{color:#fff;opacity:1}@media(max-width:1439px){.what-we-do-2-section .services-2 .services-2__item.text-shown .services-2__item-text:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;background:#f3432a}}@keyframes drawLineClip{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}@keyframes drawLineOpacity{0%{opacity:0}to{opacity:1}}.what-we-do-2-section .services-2 .services-2__item .services-2__item-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px;letter-spacing:0;color:#fff;transition:all .5s linear}@media(max-width:1439px){.what-we-do-2-section .services-2 .services-2__item .services-2__item-title{font-size:40px;line-height:50px;text-align:left}}.what-we-do-2-section .services-2 .services-2__item .services-2__item-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f8f8f800;text-align:left;transition:all .5s linear;transition-delay:.3s;opacity:0}@media(max-width:1439px){.what-we-do-2-section .services-2 .services-2__item .services-2__item-text{text-align:right;margin-top:10px;padding-left:30%;position:relative;padding-right:20px}}.what-we-do-2-section .services-2 .services-2__wheel{width:880px;height:880px;position:absolute;right:-490px;top:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1);overflow:visible}@media(max-width:1439px){.what-we-do-2-section .services-2 .services-2__wheel{display:none}}.what-we-do-2-section .services-2 .services-2__wheel:before{content:"";position:absolute;width:1451px;height:1451px;background-image:url(/assets/koleso-knob-lSHdjHKv.png?v=10);background-size:100%;background-position:center;background-repeat:no-repeat;left:-275px;top:-289px;pointer-events:none}.what-we-do-2-section .services-2 .services-2__wheel .services-2__wheel-text{display:flex;align-items:center;color:#f3432a;letter-spacing:7px;position:absolute;left:50px;top:50%;transform:translateY(-50%);font-size:35px}.what-we-do-2-section .services-2 .services-2__wheel .services-2__wheel-text:before{content:"";display:block;width:20px;height:20px;background:#f3432a;border-radius:100%;margin-right:15px}.what-we-do-2-section .services-2 .services-2__wheel .services-2__wheel-tracker{width:10px;height:10px;background:transparent;border-radius:100%;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:1000;opacity:0}.what-we-do-2-section .what-we-do-2-mobile-content{display:flex;flex-direction:column;gap:5px;align-items:flex-start;width:100%}.what-we-do-2-section .mobile-image-container{width:100%;height:320px;display:flex;align-items:center;justify-content:center;overflow:visible;position:relative}.what-we-do-2-section .mobile-image-rotated{width:320px;height:calc(100vw - 40px);transform:rotate(90deg)}.what-we-do-2-section .mobile-image-frame{width:100%;height:100%;border:2px solid white;border-right:0;border-radius:20px 0 0 20px;overflow:hidden}.what-we-do-2-section .mobile-image-frame img{width:100%;height:100%;object-fit:cover;transform:rotate(-90deg)}.what-we-do-2-section .what-we-do-2-desktop{display:flex;flex-direction:column;position:relative;z-index:1}@media(max-width:1024px){.what-we-do-2-section .what-we-do-2-desktop{display:block}}.what-we-do-2-section .what-we-do-2-title-wrapper{width:100%;display:flex;align-items:center}.what-we-do-2-section .what-we-do-2-content-row{display:flex;align-items:center;gap:50px;width:100%}@media(max-width:1024px){.what-we-do-2-section .what-we-do-2-content-row{display:block}}.what-we-do-2-section .what-we-do-2-image-frame{background:#fff;border:2px solid white;border-right:0;border-radius:30px 0 0 30px;overflow:hidden;width:50%;height:600px;flex-shrink:0;position:relative}@media(max-width:1024px){.what-we-do-2-section .what-we-do-2-image-frame{width:100%;border-radius:30px 30px 0 0;border-bottom:0;border-right:2px solid white;height:350px;margin-bottom:15px}}.what-we-do-2-section .what-we-do-2-image-frame img{width:100%;height:100%;object-fit:cover}.what-we-do-2-section .what-we-do-2-text-wrapper{flex:1;display:flex;align-items:center;justify-content:center}.what-we-do-2-section .what-we-do-2-text-content{display:flex;flex-direction:column;gap:30px}@media(max-width:1024px){.what-we-do-2-section .what-we-do-2-text-content{display:block;width:100%}}.what-we-do-2-section .what-we-do-2-title-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:45px;line-height:45px;color:#f6f6f6;width:300px}.what-we-do-2-section .what-we-do-2-title-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:180px;line-height:170px;color:#f6f6f6;width:950px}.what-we-do-2-section .what-we-do-2-description-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:25px;line-height:30px;color:#f6f6f6;text-align:right;width:300px}.what-we-do-2-section .what-we-do-2-description-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px;color:#f6f6f6;text-align:left}@media screen and (max-width:1160px){.what-we-do-2-section .what-we-do-2-description-desktop{font-size:40px;line-height:45px;max-width:800px}}@media(max-width:1024px){.what-we-do-2-section .what-we-do-2-description-desktop{font-size:25px;line-height:30px;width:100%;text-align:right;max-width:100%}}.what-we-do-2-section .text-orange{color:#f3432a}.what-we-do-2-section .services-2-section{position:relative;width:100%;display:none}@media(min-width:1440px){.what-we-do-2-section .services-2-section{display:block;padding-top:350px}}.what-we-do-2-section .services-2-container{position:relative;padding:0 70px}.what-we-do-2-section .services-2-list{display:flex;flex-direction:column;gap:12px;width:320px}.what-we-do-2-section .service-2-item{display:flex;flex-direction:column;gap:0}.what-we-do-2-section .service-2-item.active .service-2-title{color:#f3432a}.what-we-do-2-section .service-2-item.active .service-2-description{color:#f6f6f6}.what-we-do-2-section .service-2-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px;color:#f8f8f81a;text-align:right}.what-we-do-2-section .service-2-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f8f8f81a;text-align:right;height:76px;display:flex;align-items:center;justify-content:flex-end}.our-work-section{width:100%;padding:0 0 50px}@media(max-width:1024px){.our-work-section{padding-bottom:0}}.our-work-section .our-work-mobile-header{padding:0 20px}.our-work-section .work-title-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:45px;line-height:45px;color:#f6f6f6}.our-work-section .work-slider-mobile{margin-left:0;padding-left:0}.our-work-section .work-card-mobile{background:#f6f6f6;border-radius:20px;height:380px;display:flex;flex-direction:column;overflow:hidden;width:100%}.our-work-section .work-card-content{padding:16px 22px}.our-work-section .work-card-header,.our-work-section .work-info{display:flex;flex-direction:column;gap:10px}.our-work-section .work-client{font-family:Inter,sans-serif;font-weight:400;font-size:15px;color:#f3432a;text-transform:uppercase;letter-spacing:3px}.our-work-section .work-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:21px;line-height:23px;color:#0f0e0e}.our-work-section .work-arrow{display:flex;justify-content:flex-end;height:20px}.our-work-section .work-arrow-image{width:48px;height:48px}.our-work-section .work-card-image{flex:1;border:2px solid #f6f6f6;border-top:none;border-radius:0 0 16px 16px;overflow:hidden}.our-work-section .work-card-image img{width:100%;height:100%;object-fit:cover}.our-work-section .our-work-desktop{display:flex;flex-direction:column}.our-work-section .our-work-desktop-container{padding-bottom:50px;padding-left:70px}.our-work-section .our-work-desktop-title-wrapper{display:flex;align-items:center}.our-work-section .work-title-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:180px;line-height:170px;color:#f6f6f6}.our-work-section .work-slider-wrapper{position:relative}@media(min-width:1024px){.our-work-section .work-slider-wrapper{cursor:none}.our-work-section .work-slider-wrapper *{cursor:none!important}}.our-work-section .custom-drag-cursor{position:absolute;width:130px;height:130px;pointer-events:none;z-index:1000;will-change:transform;transform:translateZ(0);border-radius:50%;border:2px solid #f3432a;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);background:#ffffff4d;display:flex;align-items:center;justify-content:center}.our-work-section .work-slider-desktop{width:100%}.our-work-section .work-card-desktop{background:#f6f6f6;border-radius:30px;height:675px;display:flex;flex-direction:column;overflow:hidden;width:100%}@media(max-width:1024px){.our-work-section .work-card-desktop{height:400px}}.our-work-section .work-card-content-desktop{padding:40px 50px;height:345px;position:relative}@media(max-width:1024px){.our-work-section .work-card-content-desktop{padding:20px;height:180px}}.our-work-section .work-card-header-desktop,.our-work-section .work-info-desktop{display:flex;flex-direction:column;gap:30px}@media(max-width:1024px){.our-work-section .work-info-desktop{gap:12px}}.our-work-section .work-client-desktop{font-family:Inter,sans-serif;font-weight:400;font-size:30px;color:#f3432a;letter-spacing:6px}@media(max-width:1024px){.our-work-section .work-client-desktop{font-size:15px;line-height:20px}}.our-work-section .work-title-text-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:40px;line-height:50px;color:#0f0e0e}@media(max-width:1024px){.our-work-section .work-title-text-desktop{font-size:21px;line-height:23px}}.our-work-section .work-arrow-desktop{display:flex;justify-content:flex-end}.our-work-section .work-arrow-desktop-wrapper{position:absolute;right:70px;bottom:50px;padding:20px;margin:-20px;cursor:pointer!important}@media(max-width:1024px){.our-work-section .work-arrow-desktop-wrapper{bottom:15px;right:20px}}.our-work-section .work-arrow-desktop-image{width:47px;margin-top:10px;transition:all .1s linear;cursor:pointer!important}@media(max-width:1024px){.our-work-section .work-arrow-desktop-image{width:25px}}.our-work-section .work-card-image-desktop{flex:1;border:2px solid #f6f6f6;border-top:none;border-radius:0 0 30px 30px;overflow:hidden}.our-work-section .work-card-image-desktop img{width:100%;height:100%;object-fit:cover}.our-work-section .work-card-image-desktop img.image-align-left{object-position:left center}.our-work-section .work-card-image-desktop img.image-align-center{object-position:center center}.our-work-section .work-card-image-desktop img.image-align-right{object-position:right center}.our-work-section .view-all-button-wrapper{display:flex;justify-content:flex-end;padding-right:0;margin-top:40px}@media(max-width:1024px){.our-work-section .view-all-button-wrapper{justify-content:flex-start;margin-top:20px}}.our-work-section .view-all-button-wrapper.container{text-align:right}.our-work-section swiper-container{width:100%;height:100%;touch-action:pan-y;-webkit-user-select:none;user-select:none}.our-work-section swiper-slide{display:flex;align-items:center;touch-action:pan-y}.our-work-section swiper-container::part(container){touch-action:pan-y}.our-work-section .work-card-desktop{pointer-events:auto}.our-work-section .work-card-desktop:hover .work-arrow-desktop-image{filter:brightness(0) saturate(100%) invert(32%) sepia(81%) saturate(2350%) hue-rotate(346deg) brightness(97%) contrast(96%)}.our-work-section swiper-slide{width:550px;max-width:550px}@media(max-width:1024px){.our-work-section swiper-slide{width:240px}}.ai-powered-section{width:100%;padding:0 0 50px}@media(max-width:1024px){.ai-powered-section{padding:40px 0}}.ai-powered-section .ai-desktop-layout{display:flex;flex-direction:column}.ai-powered-section .ai-mobile-layout{display:none}@media(max-width:1024px){.ai-powered-section .ai-mobile-layout{display:flex;flex-direction:column;gap:40px}}.ai-powered-section .ai-title-wrapper{width:100%}.ai-powered-section .ai-content-row{display:flex;align-items:center;gap:50px;width:100%;margin-bottom:-50px}@media(max-width:1024px){.ai-powered-section .ai-content-row{display:block}}.ai-powered-section .ai-image-frame{background:#fff;border:2px solid white;border-right:0;border-radius:30px 0 0 30px;overflow:hidden;width:50%;height:600px;position:relative;flex-shrink:0}@media(max-width:1024px){.ai-powered-section .ai-image-frame{width:100%;border-bottom:0;border-right:2px solid white;border-radius:30px 30px 0 0;margin-bottom:25px;height:350px}}.ai-powered-section .ai-image-frame img,.ai-powered-section .ai-mobile-image-container img{width:100%;height:100%;object-fit:cover}.ai-powered-section .ai-text-content{width:50%;display:flex;flex-direction:column;gap:2px;flex:1;text-align:left}@media(max-width:1024px){.ai-powered-section .ai-text-content{width:100%;gap:0}}.ai-powered-section .ai-subtitle-wrapper{display:flex;flex-direction:column;gap:30px}.ai-powered-section .ai-subtitle-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px}@media screen and (max-width:1160px){.ai-powered-section .ai-subtitle-desktop{font-size:40px;line-height:45px;max-width:800px}}@media(max-width:1024px){.ai-powered-section .ai-subtitle-desktop{font-size:25px;line-height:30px;width:100%;text-align:left;max-width:100%;margin-bottom:15px}}.ai-powered-section .ai-subtitle-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:25px;line-height:30px;margin:0 0 20px}.ai-powered-section .ai-description-wrapper,.ai-powered-section .ai-mobile-content{display:flex;flex-direction:column;gap:20px}.ai-powered-section .ai-description-desktop{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#fff}.ai-powered-section .text-white{color:#f6f6f6}.ai-powered-section .text-orange{color:#f3432a}.linkedin-icon[data-v-13f6648b]{display:block;width:62px;height:60px;transition:all .3s ease}.linkedin-icon:hover .linkedin-icon-fill[data-v-13f6648b]{fill:#f3432a}.linkedin-icon:hover .linkedin-icon-stroke[data-v-13f6648b]{stroke:#f3432a}.core-team-section .team-title-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:45px;line-height:45px;color:#f6f6f6}.core-team-section .team-slider-mobile{margin-left:0;padding-left:0}.core-team-section .team-card-mobile{width:240px;height:614px;display:flex;flex-direction:column;gap:20px}.core-team-section .team-card-image-mobile{background:#f6f6f6;border:2px solid #f6f6f6;border-bottom:none;border-radius:20px 20px 0 0;height:380px;position:relative;overflow:hidden}.core-team-section .team-card-image-mobile img{width:100%;height:100%;object-fit:cover}.core-team-section .team-card-overlay-mobile{position:absolute;bottom:23px;left:28px;display:flex;gap:0}.core-team-section .team-name-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:68px;line-height:41px;color:#f6f6f6;writing-mode:vertical-rl;transform:rotate(180deg)}.core-team-section .team-role-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:20px;line-height:41px;color:#f3432a;writing-mode:vertical-rl;transform:rotate(180deg)}.core-team-section .team-card-description-mobile{padding:0 27px 20px}.core-team-section .team-card-description-mobile p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6}.core-team-section .team-title-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:180px;line-height:170px;color:#f6f6f6}.core-team-section .team-slider-desktop{width:100%}.core-team-section .team-card-desktop{width:100%;display:flex;flex-direction:column;gap:20px;pointer-events:auto}.core-team-section .team-card-image-desktop{background:#f6f6f6;border:2px solid #f6f6f6;border-bottom:none;border-radius:30px 30px 0 0;height:560px;position:relative;overflow:hidden}@media(max-width:1024px){.core-team-section .team-card-image-desktop{height:360px}}.core-team-section .team-card-image-desktop .linkedin-icon-wrapper{position:absolute;right:40px;bottom:30px;z-index:10;padding:20px;margin:-20px;cursor:pointer!important}.core-team-section .team-card-image-desktop .linkedin-icon-wrapper:hover .linkedin-icon-fill{fill:#f3432a}.core-team-section .team-card-image-desktop .linkedin-icon-wrapper:hover .linkedin-icon-stroke{stroke:#f3432a}.core-team-section .team-card-image-desktop .linkedin-icon-positioned{cursor:pointer!important}.core-team-section .team-card-image-desktop img{width:100%;height:100%;object-fit:cover}.core-team-section .team-card-overlay-desktop{position:absolute;bottom:23px;left:44px;display:flex;gap:0}@media(max-width:1024px){.core-team-section .team-card-overlay-desktop{left:10px;bottom:15px}}.core-team-section .team-name-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:100px;line-height:97px;color:#f6f6f6;writing-mode:vertical-rl;transform:rotate(180deg)}@media(max-width:1024px){.core-team-section .team-name-desktop{font-size:42px;line-height:50px}}.core-team-section .team-role-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:20px;line-height:41px;color:#f3432a;writing-mode:vertical-rl;transform:rotate(180deg);margin-bottom:6px}@media(max-width:1024px){.core-team-section .team-role-desktop{font-size:12px;line-height:18px;margin-bottom:2px}}.core-team-section .team-card-description-desktop{padding:20px 50px 0;flex:1}@media(max-width:1024px){.core-team-section .team-card-description-desktop{padding:0 20px}}.core-team-section .team-card-description-desktop p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6}.core-team-section swiper-container{width:100%;height:100%;touch-action:pan-y;-webkit-user-select:none;user-select:none}.core-team-section swiper-slide{display:flex;align-items:center;touch-action:pan-y}.core-team-section swiper-container::part(container){touch-action:pan-y}.core-team-section swiper-slide{width:550px;max-width:550px}@media(max-width:1024px){.core-team-section swiper-slide{width:240px}}.core-team-section .slider-wrapper{position:relative}@media(min-width:1024px){.core-team-section .slider-wrapper{cursor:none}.core-team-section .slider-wrapper *{cursor:none!important}.core-team-section .slider-wrapper .linkedin-icon-wrapper,.core-team-section .slider-wrapper .linkedin-icon-wrapper *{cursor:pointer!important}}.core-team-section .custom-drag-cursor{position:absolute;width:130px;height:130px;pointer-events:none;z-index:1000;will-change:transform;transform:translateZ(0);border-radius:50%;border:2px solid #f3432a;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);background:#ffffff4d;display:flex;align-items:center;justify-content:center}.core-team-section .custom-drag-cursor svg{width:69px;height:33px}.relative.z-10[data-v-eb8137ee]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.services-container[data-v-eb8137ee]{max-width:none;margin-left:auto;margin-right:0}.relative.z-10[data-v-eb8137ee]:last-of-type{margin-bottom:0}.work-portfolio-section{width:100%;padding:0}.work-portfolio-section .portfolio-desktop{display:none}@media(min-width:1024px){.work-portfolio-section .portfolio-desktop{display:flex;flex-direction:column;gap:35px}}.work-portfolio-section .portfolio-mobile{display:flex;flex-direction:column;gap:20px}@media(min-width:1024px){.work-portfolio-section .portfolio-mobile{display:none}}.work-portfolio-section .project-card-desktop{background:#f6f6f6;border-radius:30px;border:2px #fff solid;display:flex;align-items:stretch;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease;text-decoration:none}.work-portfolio-section .project-card-desktop:hover .card-arrow-desktop{filter:brightness(0) saturate(100%) invert(32%) sepia(81%) saturate(2350%) hue-rotate(346deg) brightness(97%) contrast(96%)}.work-portfolio-section .card-content-left,.work-portfolio-section .card-content-right{width:50%;display:flex;flex-direction:column;justify-content:space-between;padding:40px 50px}.work-portfolio-section .card-text-wrapper{display:flex;flex-direction:column;gap:30px;text-align:left}.work-portfolio-section .card-arrow-wrapper{display:flex;justify-content:flex-end}.work-portfolio-section .card-arrow-desktop{width:55px;transition:all .1s linear}.work-portfolio-section .card-image-left,.work-portfolio-section .card-image-right{width:50%;position:relative;overflow:hidden}.work-portfolio-section .card-image-desktop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.work-portfolio-section .project-card-mobile{background:#f6f6f6;border-radius:20px;display:flex;flex-direction:column-reverse;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease;text-decoration:none;border:2px #fff solid}.work-portfolio-section .project-card-mobile:hover{box-shadow:0 10px 30px #00000026}.work-portfolio-section .card-image-mobile-wrapper{position:relative;height:340px;overflow:hidden}.work-portfolio-section .card-image-mobile{width:100%;height:100%;object-fit:cover}.work-portfolio-section .card-content-mobile{display:flex;flex-direction:column;gap:14px;padding:20px}.work-portfolio-section .card-arrow-mobile{width:21px;height:26px}.work-portfolio-section .client-name{font-family:Inter!important;font-weight:400;font-size:30px;line-height:normal;letter-spacing:6px;color:#f3432a!important}.work-portfolio-section .project-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:40px;line-height:50px;color:#0f0e0e}.work-portfolio-section .project-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#0f0e0e}.work-portfolio-section .client-name-mobile{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;letter-spacing:4px;color:#f3432a}.work-portfolio-section .project-title-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:21px;line-height:28px;color:#0f0e0e}.work-portfolio-section .project-title-mobile br{display:none}.work-portfolio-section .project-description-mobile{display:none;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.28px;color:#0f0e0e}.relative.z-10[data-v-b7ae5216]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.hero-container[data-v-b7ae5216]{margin-bottom:0}.portfolio-container[data-v-b7ae5216]{margin-top:-100px}.relative.z-10[data-v-b7ae5216]:last-of-type{margin-bottom:0}.ai-hero-section{width:100%;margin-bottom:0;display:flex;flex-direction:column;position:relative}.ai-hero-section .ai-hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.ai-hero-section .ai-hero-background-image{width:100%;height:100%;object-fit:cover}.ai-hero-section .ai-hero-content{height:910px;display:flex;flex-direction:row;align-items:center;padding:120px 70px 0;width:100%;position:relative;z-index:10}@media(max-width:1024px){.ai-hero-section .ai-hero-content{height:455px;padding-inline:0}}.ai-hero-section .ai-hero-content-wrapper{display:flex;flex-direction:column;gap:25px;align-items:flex-start;justify-content:flex-end}@media(max-width:1024px){.ai-hero-section .ai-hero-content-wrapper{gap:10px}}.ai-hero-section .ai-hero-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:70px;line-height:70px;color:#f6f6f6;max-width:900px}@media(max-width:1024px){.ai-hero-section .ai-hero-title{font-size:31px;line-height:40px}}.ai-hero-section .ai-hero-orange-bar{width:121px;height:32px;background-color:#f3432a}@media(max-width:1024px){.ai-hero-section .ai-hero-orange-bar{width:52px;height:14px}}.partners-section{width:100%;background:#0f0e0e}@media(max-width:1024px){.partners-section{padding:20px 0;margin-bottom:100px}}.partners-section .partners-desktop-layout{display:flex;flex-direction:column;padding-bottom:50px}@media(max-width:1024px){.partners-section .partners-desktop-layout{padding-bottom:0}}.partners-section .partners-title-wrapper{display:flex;align-items:center}.partners-section .partners-articles{display:flex;flex-direction:column;gap:120px;margin-bottom:-50px}@media(max-width:1024px){.partners-section .partners-articles{display:block}}.partners-section .partner-row{display:flex;align-items:center;justify-content:space-between}@media(max-width:1024px){.partners-section .partner-row{display:block}}@media(max-width:1024px){.partners-section .partner-row.reverse{display:flex;flex-direction:column-reverse;margin-bottom:70px}}.partners-section .partner-content-left{flex:1;display:flex;align-items:center;width:50%}@media(max-width:1024px){.partners-section .partner-content-left{width:100%}}.partners-section .partner-content-left-inner{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-right:50px;text-align:left}@media(max-width:1024px){.partners-section .partner-content-left-inner{padding-inline:0}}.partners-section .partner-content-wrapper{display:flex;flex-direction:column;gap:30px}@media(max-width:1024px){.partners-section .partner-content-wrapper{gap:0}}.partners-section .partner-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px;color:#f6f6f6}@media screen and (max-width:1160px){.partners-section .partner-title{font-size:40px;line-height:45px;max-width:800px}}@media(max-width:1024px){.partners-section .partner-title{font-size:25px;line-height:30px;width:100%;text-align:left;max-width:100%;margin-bottom:15px}}.partners-section .partner-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6}.partners-section .partner-text a{text-decoration:underline}.partners-section .text-white{color:#f6f6f6}.partners-section .text-orange{color:#f3432a}.partners-section .partner-image-right-container{width:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:1024px){.partners-section .partner-image-right-container{width:100%;margin-bottom:25px}}.partners-section .partner-image-right-wrapper{width:100%;transform:rotate(180deg) scaleY(-1)}.partners-section .partner-image-right{background:#fff;border-bottom:2px solid white;border-left:2px solid white;border-top:2px solid white;height:600px;width:100%;border-radius:30px 0 0 30px;overflow:hidden;position:relative}@media(max-width:1024px){.partners-section .partner-image-right{height:350px;border-bottom:0;border-right:2px #fff solid;border-radius:30px 30px 0 0}}.partners-section .partner-image-right img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:rotate(180deg) scaleY(-1)}.partners-section .partner-image-left{width:50%;background:#fff;border-bottom:2px solid white;border-left:2px solid white;border-top:2px solid white;height:600px;border-radius:30px 0 0 30px;overflow:hidden;position:relative;flex-shrink:0}@media(max-width:1024px){.partners-section .partner-image-left{width:100%;border-radius:30px 30px 0 0;border-bottom:0;border-right:2px #fff solid;height:350px;margin-bottom:25px}}.partners-section .partner-image-left img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.partners-section .partner-content-right{flex:1;display:flex;align-items:center;width:50%}@media(max-width:1024px){.partners-section .partner-content-right{width:100%}}.partners-section .partner-content-right-inner{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:50px;text-align:left}@media(max-width:1024px){.partners-section .partner-content-right-inner{padding:0}}.partners-section-ai{margin-top:120px}@media(max-width:1024px){.partners-section-ai{margin-top:50px}}@media(max-width:1024px){.partners-section-ai .partner-row.reverse{flex-direction:column}}@media(max-width:1024px){.partners-section-ai .partner-row:not(.reverse){display:flex;flex-direction:column-reverse}}@media(max-width:1024px){.partners-section-ai .partner-image-left,.partners-section-ai .partner-image-right{border-top:0;border-radius:0 0 30px 30px;border-bottom:2px #fff solid;margin-top:25px}}.ai-video-section{width:100%;background-color:#0f0e0e;position:relative;margin-bottom:0}@media(max-width:1024px){.ai-video-section{padding-top:0}}.ai-video-section .ai-video-container{display:block;width:100%;height:680px;overflow:hidden}@media(max-width:1024px){.ai-video-section .ai-video-container{aspect-ratio:4/3;height:auto}}.ai-video-section .ai-video-player{width:100%;height:100%;object-fit:cover}.section-title{max-width:555px}.relative.z-10[data-v-b49d536a]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-b49d536a]:last-of-type{margin-bottom:0}.case-study-hero-section{width:100%;position:relative;margin-bottom:0}.case-study-hero-section:before{content:"";display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#0006;z-index:1}.case-study-hero-section .case-study-hero-desktop{display:none}@media(min-width:1024px){.case-study-hero-section .case-study-hero-desktop{display:flex;flex-direction:column;position:relative}}.case-study-hero-section .hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.case-study-hero-section .hero-background-image{width:100%;height:100%;object-fit:cover;position:absolute}.case-study-hero-section .case-study-hero-content{height:910px;display:flex;flex-direction:row;align-items:center;padding:120px 70px 0;width:100%;position:relative;z-index:10}@media(max-width:1024px){.case-study-hero-section .case-study-hero-content{padding-inline:0;height:450px}}.case-study-hero-section .hero-content-wrapper{display:flex;flex-direction:column;gap:25px;align-items:flex-start;justify-content:flex-end}@media(max-width:1024px){.case-study-hero-section .hero-content-wrapper{gap:10px}}.case-study-hero-section .hero-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:70px;line-height:70px;color:#f6f6f6;max-width:930px}@media(max-width:1024px){.case-study-hero-section .hero-title{font-size:31px;line-height:31px}}.case-study-hero-section .orange-bar{width:121px;height:32px;background-color:#f3432a}@media(max-width:1024px){.case-study-hero-section .orange-bar{width:52px;height:14px}}.case-study-hero-section .client-name{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:40px;line-height:50px;color:#fff}@media(max-width:1024px){.case-study-hero-section .client-name{font-size:21px;line-height:25px;margin-top:10px}}.case-study-body-section{width:100%;padding-top:120px}@media(max-width:1024px){.case-study-body-section{padding-top:70px}}.case-study-body-section .case-study-body-desktop{display:flex;flex-direction:column;gap:120px}@media(max-width:1024px){.case-study-body-section .case-study-body-desktop{display:block}}.case-study-body-section .case-study-body-row{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1000px){.case-study-body-section .case-study-body-row{display:block}}.case-study-body-section .case-study-body-col{flex:1;min-width:0}.case-study-body-section .case-study-body-col-right{padding-left:100px}@media(max-width:1024px){.case-study-body-section .case-study-body-col-right{padding-left:0}}.case-study-body-section .section-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px;color:#f6f6f6}@media screen and (max-width:1160px){.case-study-body-section .section-title{font-size:40px;line-height:45px;max-width:800px}}@media(max-width:1024px){.case-study-body-section .section-title{font-size:25px;line-height:30px;width:100%;text-align:left;max-width:100%;margin-bottom:15px}}.case-study-body-section .body-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6}.case-study-body-section .text-white{color:#fff;text-align:left}.case-study-body-section .text-red{color:#f3432a}.case-study-body-section .section-title-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:35px;line-height:35px;color:#f6f6f6}.case-study-body-section .body-text-mobile{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.28px;color:#f6f6f6}.case-study-body2-section{width:100%}.case-study-body2-desktop{display:none}@media(min-width:1024px){.case-study-body2-desktop{display:flex;flex-direction:column;gap:120px;padding-top:120px;padding-bottom:120px}}.case-study-body2-copy{display:flex;align-items:center;justify-content:space-between;padding-left:120px;padding-right:120px;height:150px}.case-study-body2-column{flex:1;min-width:0}.case-study-body2-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:50px;line-height:60px;color:#f6f6f6}.case-study-body2-highlight{color:#f3432a}.case-study-body2-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6}.case-study-about .row{display:flex;color:#fff;gap:100px}@media(max-width:1024px){.case-study-about .row{display:block}}.case-study-about .col{flex:1}@media(max-width:1024px){.case-study-about .col{margin-bottom:25px}}.case-study-detail-gallery{position:relative;width:100%;background-color:#0f0e0e;overflow:hidden}.case-study-detail-gallery.case-study-detail-gallery--ai{margin-bottom:0}.case-study-detail-gallery.case-study-detail-gallery--ai .gallery-desktop{padding-bottom:0}.case-study-detail-gallery .gallery-desktop{display:flex;flex-direction:column;align-items:center;gap:30px;padding-bottom:60px;margin:0 auto}@media(max-width:1024px){.case-study-detail-gallery .gallery-desktop{display:none}}.case-study-detail-gallery .gallery-row{width:100%}.case-study-detail-gallery .gallery-row.gallery-row-1{margin-left:-362px}.case-study-detail-gallery .gallery-row.gallery-row-2{margin-left:360px}.case-study-detail-gallery .gallery-grid{display:flex;justify-content:center;gap:30px}.case-study-detail-gallery .gallery-item{width:900px;height:430px;border-radius:30px;border:2px solid white;overflow:hidden;background-color:#d9d9d9;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.case-study-detail-gallery .gallery-image{width:100%;height:100%;object-fit:cover}@media screen and (max-width:720px){.case-study-detail-gallery .gallery-image.tphone1{object-position:90% center}}@media screen and (max-width:500px){.case-study-detail-gallery .gallery-image.tphone1{object-position:80% center}}@media screen and (max-width:440px){.case-study-detail-gallery .gallery-image.tphone1{object-position:67% center}}@media(max-width:1024px){.case-study-detail-gallery .gallery-image.gallery-image--ai1{object-position:80% center}}@media(max-width:1024px){.case-study-detail-gallery .gallery-image.gallery-image--ai2{object-position:20% center}}@media(max-width:1024px){.case-study-detail-gallery .gallery-image.image-align-left-top{object-position:left top}}.case-study-detail-gallery .gallery-mobile{display:none}@media(max-width:1024px){.case-study-detail-gallery .gallery-mobile{display:flex;flex-direction:column;gap:30px}}.case-study-detail-gallery .gallery-row-mobile{width:100%;position:relative}.case-study-detail-gallery .gallery-row-mobile swiper-container{width:100%;height:100%;touch-action:pan-y;-webkit-user-select:none;user-select:none;padding-bottom:40px}.case-study-detail-gallery .gallery-row-mobile swiper-slide{width:100%!important}.case-study-detail-gallery .gallery-row-mobile swiper-container::part(pagination){bottom:10px}.case-study-detail-gallery .gallery-row-mobile swiper-container::part(bullet){width:10px;height:10px;background-color:#ffffff80;opacity:1;transition:all .3s ease}.case-study-detail-gallery .gallery-row-mobile swiper-container::part(bullet-active){width:10px;height:10px;background-color:#f3432a}.case-study-detail-gallery .gallery-slide-mobile{width:100%}.case-study-detail-gallery .gallery-item-mobile{width:100%;height:430px;overflow:hidden;background-color:#d9d9d9;display:flex;align-items:center;justify-content:center;position:relative}.case-study-detail-gallery .gallery-gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,#0000,#0003);pointer-events:none}.see-more-section{width:100%;padding:0 0 50px}@media(max-width:1024px){.see-more-section{padding-bottom:0}}.see-more-section .see-more-mobile{display:flex;flex-direction:column;gap:10px}.see-more-section .see-more-mobile-header{padding:0 20px}.see-more-section .see-more-title-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:45px;line-height:45px;color:#f6f6f6}.see-more-section .see-more-slider-mobile{margin-left:0;padding-left:0}.see-more-section .see-more-card-mobile{background:#f6f6f6;border-radius:20px;height:380px;display:flex;flex-direction:column;overflow:hidden;width:100%;text-decoration:none}.see-more-section .see-more-card-content{padding:16px 22px}.see-more-section .see-more-card-header,.see-more-section .see-more-info{display:flex;flex-direction:column;gap:10px}.see-more-section .see-more-client{font-family:Inter,sans-serif;font-weight:400;font-size:15px;color:#f3432a;text-transform:uppercase;letter-spacing:3px}.see-more-section .see-more-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:21px;line-height:23px;color:#0f0e0e}.see-more-section .see-more-arrow{display:flex;justify-content:flex-end;height:20px}.see-more-section .see-more-arrow-image{width:48px;height:48px}.see-more-section .see-more-card-image{flex:1;border:2px solid #f6f6f6;border-top:none;border-radius:0 0 16px 16px;overflow:hidden}.see-more-section .see-more-card-image img{width:100%;height:100%;object-fit:cover}@media(min-width:1024px){.see-more-section .see-more-desktop{display:flex;flex-direction:column}}.see-more-section .see-more-desktop-container{padding-bottom:50px}.see-more-section .see-more-desktop-title-wrapper{height:170px;display:flex;align-items:center;margin-bottom:-50px}.see-more-section .see-more-title-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:180px;line-height:170px;color:#f6f6f6}.see-more-section .see-more-slider-wrapper{position:relative;margin-bottom:-50px}@media(min-width:1024px){.see-more-section .see-more-slider-wrapper{cursor:none}.see-more-section .see-more-slider-wrapper *{cursor:none!important}}.see-more-section .see-more-slider-desktop{width:100%}.see-more-section .see-more-card-desktop{background:#f6f6f6;border-radius:30px;height:834px;display:flex;flex-direction:column;overflow:hidden;width:100%;text-decoration:none}.see-more-section .see-more-card-desktop:hover .see-more-arrow-desktop-image{filter:brightness(0) saturate(100%) invert(32%) sepia(81%) saturate(2350%) hue-rotate(346deg) brightness(97%) contrast(96%)}@media(max-width:1024px){.see-more-section .see-more-card-desktop{height:400px}}.see-more-section .see-more-card-content-desktop{padding:40px 50px;height:345px;position:relative}@media(max-width:1024px){.see-more-section .see-more-card-content-desktop{padding:20px;height:180px}}.see-more-section .see-more-card-header-desktop,.see-more-section .see-more-info-desktop{display:flex;flex-direction:column;gap:30px}@media(max-width:1024px){.see-more-section .see-more-info-desktop{gap:12px}}.see-more-section .see-more-client-desktop{font-family:Inter,sans-serif;font-weight:400;font-size:30px;color:#f3432a;letter-spacing:6px}@media(max-width:1024px){.see-more-section .see-more-client-desktop{font-size:15px;line-height:20px}}.see-more-section .see-more-title-text-desktop{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:40px;line-height:50px;color:#0f0e0e}@media(max-width:1024px){.see-more-section .see-more-title-text-desktop{font-size:21px;line-height:23px}}.see-more-section .see-more-arrow-desktop{display:flex;justify-content:flex-end;height:52px}.see-more-section .see-more-arrow-desktop-image{width:47px;margin-top:10px;position:absolute;right:70px;bottom:50px;transition:all .1s linear;cursor:pointer!important}@media(max-width:1024px){.see-more-section .see-more-arrow-desktop-image{width:25px;bottom:15px;right:20px}}.see-more-section .custom-drag-cursor{position:absolute;width:130px;height:130px;pointer-events:none;z-index:1000;will-change:transform;transform:translateZ(0);border-radius:50%;border:2px solid #f3432a;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);background:#ffffff4d;display:flex;align-items:center;justify-content:center}.see-more-section .custom-drag-cursor svg{width:69px;height:33px}.see-more-section .see-more-card-image-desktop{flex:1;border:2px solid #f6f6f6;border-top:none;border-radius:0 0 30px 30px;overflow:hidden}.see-more-section .see-more-card-image-desktop img{width:100%;height:100%;object-fit:cover}.see-more-section swiper-container{width:100%;height:100%;touch-action:pan-y;-webkit-user-select:none;user-select:none}.see-more-section swiper-slide{display:flex;align-items:center;touch-action:pan-y}.see-more-section swiper-container::part(container){touch-action:pan-y}.see-more-section .see-more-card-desktop,.see-more-section .see-more-card-mobile{pointer-events:auto}.see-more-section .see-more-mobile swiper-slide{width:240px;max-width:240px}.see-more-section swiper-slide{width:550px;max-width:550px}@media(max-width:1024px){.see-more-section swiper-slide{width:240px}}.see-more-section .view-all-button-wrapper{display:flex;justify-content:flex-end;padding-right:0;margin-top:40px}.relative.z-10[data-v-79bf5601]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-79bf5601]:last-of-type{margin-bottom:0}.work-hero-section{width:100%;margin-bottom:110px;padding-top:190px}@media(max-width:1024px){.work-hero-section{padding-top:110px;margin-bottom:70px}}.work-hero-section .work-hero-desktop{display:flex;flex-direction:column}.work-hero-section .work-hero-content-container{display:flex;flex-direction:column;justify-content:flex-end;padding:0 70px;width:100%}@media(max-width:1024px){.work-hero-section .work-hero-content-container{padding-inline:0}}.work-hero-section .work-hero-content-wrapper{display:flex;flex-direction:column;gap:25px;align-items:flex-start;justify-content:flex-end}.work-hero-section .hero-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:70px;line-height:70px;color:#f6f6f6;text-align:left;max-width:750px}@media(max-width:1024px){.work-hero-section .hero-title{font-size:31px;line-height:31px}}.work-hero-section .orange-bar{width:121px;height:32px;background:#f3432a}@media(max-width:1024px){.work-hero-section .orange-bar{width:52px;height:14px}}.work-hero-section .hero-title-mobile{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:45px;line-height:45px;color:#f6f6f6}.work-hero-section .text-white{color:#f6f6f6}.privacy-content-section{width:100%;background-color:#0f0e0e}.privacy-content-section .privacy-content-container{display:flex;flex-direction:column;gap:70px}.privacy-content-section .privacy-section-block{display:flex;flex-direction:column;gap:30px;margin-bottom:50px}.privacy-content-section .privacy-h2{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:30px;line-height:35px;color:#f6f6f6;max-width:800px}@media(min-width:1024px){.privacy-content-section .privacy-h2{font-size:50px;line-height:60px}}.privacy-content-section .privacy-h4{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:20px;line-height:28px;color:#fff}@media(min-width:1024px){.privacy-content-section .privacy-h4{font-size:26px;line-height:40px}}.privacy-content-section .privacy-body{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6}@media(min-width:1024px){.privacy-content-section .privacy-body{font-size:16px}}.privacy-content-section .privacy-link{text-decoration:underline;color:#fff!important}.privacy-content-section .privacy-two-column{display:flex;flex-direction:column;gap:30px}@media(min-width:1024px){.privacy-content-section .privacy-two-column{flex-direction:row;gap:100px}}.privacy-content-section .privacy-column{flex:1}.privacy-content-section .privacy-bullet-list{display:flex;flex-direction:column;gap:10px}.privacy-content-section .privacy-bullet-item{display:flex;gap:10px;align-items:flex-start;position:relative;padding-left:18px}.privacy-content-section .privacy-bullet-item.align-center{align-items:center}.privacy-content-section .privacy-bullet-item:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;background:#f3432a;border-radius:50%;flex-shrink:0}.privacy-content-section .privacy-bullet-item.align-center:before{top:50%;transform:translateY(-50%)}.privacy-content-section .privacy-bullet-text{flex:1;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.32px;color:#f6f6f6}@media(min-width:1024px){.privacy-content-section .privacy-bullet-text{font-size:16px}}.privacy-content-section .privacy-company-id{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 400;font-size:20px;line-height:40px;color:#fff;MARGIN-TOP:20PX}@media(min-width:1024px){.privacy-content-section .privacy-company-id{font-size:26px}}.privacy-content-section .privacy-intro-block,.privacy-content-section .privacy-content-with-lists{display:flex;flex-direction:column;gap:30px}.error-page{width:100%;min-height:100%;background-color:#0f0e0e;display:flex;align-items:center;justify-content:center;flex:1}.error-page .error-page-content{display:flex;align-items:center;width:100%;height:100%;padding:230px 40px}@media(max-width:1024px){.error-page .error-page-content{padding:150px 0}}.error-page .error-page-text-wrapper{display:flex;flex-direction:column;gap:35px;width:100%}@media(max-width:1024px){.error-page .error-page-text-wrapper{text-align:center}}@media(max-width:1024px){.error-page .error-page-text-wrapper.error-page-text-wrapper--500{text-align:left}}.error-page .error-page-text-wrapper .error-page-text-group{display:flex;flex-direction:column;gap:25px}.error-page .error-page-text-wrapper .error-page-code{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:180px;line-height:170px;letter-spacing:0;color:#f3432a;margin:0}@media(max-width:1024px){.error-page .error-page-text-wrapper .error-page-code{font-size:100px;line-height:100px}}.error-page .error-page-text-wrapper .error-page-message-group{display:flex;flex-direction:column;gap:10px;color:#f6f6f6}.error-page .error-page-text-wrapper .error-page-title{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:70px;line-height:70px;letter-spacing:0;margin:0}@media(max-width:1024px){.error-page .error-page-text-wrapper .error-page-title{font-size:31px;line-height:35px}}.error-page .error-page-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.32px;margin:0}.error-page .btn-wrapper{display:flex}@media(max-width:1024px){.error-page .btn-wrapper{justify-content:center}}.component-test-page[data-v-b472cf99]{width:100%;background-color:#0f0e0e;min-height:100vh}.test-content[data-v-b472cf99]{padding:100px 0 50px}.test-content h1[data-v-b472cf99]{font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:60px;line-height:70px;color:#f6f6f6;margin-bottom:40px}.test-content .test-paragraph[data-v-b472cf99]{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.6;color:#f6f6f6;margin-bottom:30px;max-width:900px}.relative.z-10[data-v-37fa1ff8]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-37fa1ff8]:last-of-type{margin-bottom:0}.case-study-video{position:relative;overflow:hidden}.case-study-video .container,.container{text-align:center}.bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(20px)}.video-window{width:100%;position:relative;overflow:hidden}.video-window video{width:100%}.relative.z-10[data-v-412028e3]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-412028e3]:last-of-type{margin-bottom:0}.relative.z-10[data-v-d43a5d91]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-d43a5d91]:last-of-type{margin-bottom:0}.relative.z-10[data-v-a001aba3]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-a001aba3]:last-of-type{margin-bottom:0}.relative.z-10[data-v-865aa532]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-865aa532]:last-of-type{margin-bottom:0}.relative.z-10[data-v-67fea9e5]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-67fea9e5]:last-of-type{margin-bottom:0}.relative.z-10[data-v-b44bd05f]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-b44bd05f]:last-of-type{margin-bottom:0}.relative.z-10[data-v-cbda5969]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-cbda5969]:last-of-type{margin-bottom:0}.relative.z-10[data-v-6feb9664]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-6feb9664]:last-of-type{margin-bottom:0}.relative.z-10[data-v-19719861]{margin-bottom:120px;max-width:1440px;margin-left:auto;margin-right:auto}.relative.z-10[data-v-19719861]:last-of-type{margin-bottom:0}body{margin:0;padding:0;font-family:Inter,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0e0e;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"kern" 1,"liga" 1,"calt" 1;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}*{box-sizing:border-box}.container{max-width:1440px;width:100%;margin-inline:auto;padding-inline:70px;text-align:left}@media(max-width:1024px){.container{padding-inline:20px}}section{margin-bottom:120px}@media(max-width:1024px){section{margin-bottom:70px}}.btn-type1{font-family:Inter;border:2px #fff solid;border-radius:30px;font-size:24px;font-weight:300;color:#f6f6f6;padding:11px 35px;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .15s linear;cursor:pointer}.btn-type1:hover{background-color:#f3432a;border-color:#f3432a}.btn-type1:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7470%) hue-rotate(180deg) brightness(112%) contrast(100%)}.btn-type1.btn-type1--dark{color:#000;border-color:#000}.btn-type1.btn-type1--dark:hover{color:#fff;border-color:#f3432a}.btn-type1.btn-type1--small{padding:5px 15px;font-size:20px}.btn-type1.btn-type1--small img{width:14px}@media(max-width:1024px){.btn-type1{font-size:20px;padding:5px 15px}}.section-main-title{text-align:left;font-family:scale-variable,sans-serif;font-variation-settings:"wdth" 125,"wght" 500;font-size:180px;line-height:170px;margin-bottom:-50px;color:#f6f6f6}@media screen and (max-width:1440px){.section-main-title{font-size:11.4vw;line-height:11vw;margin-bottom:-3vw}}@media(max-width:1024px){.section-main-title{margin-bottom:15px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.CybotCookiebotScrollContainer:first-child{display:none!important}@media only screen and (max-width:1024px){#CybotCookiebotDialog{top:auto!important;bottom:15px!important;left:50%!important;transform:translate(-50%)!important}}@media only screen and (max-width:1024px){#CybotCookiebotDialogHeader{border-bottom:0!important}}@media only screen and (max-width:1024px){#CybotCookiebotScrollContainer,#CybotCookiebotDialogBodyLevelButtonsSelectPane,#CybotCookiebotDialogBodyContent{display:none!important}}@media only screen and (max-width:1024px){#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{padding:8px!important}}.fade-in-up,.fade-in-left,.fade-in-right{opacity:0}.animationReady .fade-in-up.active{opacity:1;transform:translateY(0)}.animationReady .fade-in-left.active,.animationReady .fade-in-right.active{opacity:1;transform:translate(0)}.animationReady .grow-right.active{animation:showBar .5s ease-in-out;animation-fill-mode:forwards}@keyframes showBar{0%{width:0;opacity:0}to{opacity:1;width:121px}}.fade-in-up{opacity:0;transform:translateY(30%);transition:opacity 1s cubic-bezier(.58,0,.19,.99),transform 1s cubic-bezier(.58,0,.19,.99)}.fade-in-up.fade-in-up_shl{transition:opacity .6s cubic-bezier(.58,0,.19,.99),transform .6s cubic-bezier(.58,0,.19,.99)}.fade-in-up.fade-in-up_shl.fade-in-up-delay-1{transition-delay:.1s}.fade-in-up.fade-in-up_shl.fade-in-up-delay-2{transition-delay:.3s}.fade-in-up.fade-in-up_shl.fade-in-up-delay-3{transition-delay:.5s}.fade-in-up.fade-in-up_shl.fade-in-up-delay-4{transition-delay:.7s}.grow-right{opacity:0;width:0}.grow-right.grow-right-delay-1{animation-delay:.3s!important}.fade-in-left{opacity:0;transform:translate(145px);transition:opacity .7s cubic-bezier(.58,0,.19,.99),transform 1s cubic-bezier(.58,0,.19,.99)}.fade-in-right{opacity:0;transform:translate(-145px);transition:opacity .7s cubic-bezier(.58,0,.19,.99),transform 1s cubic-bezier(.58,0,.19,.99)}.fade-in-up-delay-1,.fade-in-left-delay-1,.fade-in-right-delay-1,.grow-right-delay-1{transition-delay:.3s}.fade-in-up-delay-2,.fade-in-left-delay-2,.fade-in-right-delay-2{transition-delay:.6s}.fade-in-up-delay-3,.fade-in-left-delay-3,.fade-in-right-delay-3{transition-delay:.9s}.fade-in-up-delay-4,.fade-in-left-delay-4,.fade-in-right-delay-4{transition-delay:1.2s}.fade-in-up-delay-5,.fade-in-left-delay-5,.fade-in-right-delay-5{transition-delay:1.5s}@layer theme,base,components,utilities;@layer theme{@theme default{ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-red-50: oklch(97.1% .013 17.38); --color-red-100: oklch(93.6% .032 17.717); --color-red-200: oklch(88.5% .062 18.334); --color-red-300: oklch(80.8% .114 19.571); --color-red-400: oklch(70.4% .191 22.216); --color-red-500: oklch(63.7% .237 25.331); --color-red-600: oklch(57.7% .245 27.325); --color-red-700: oklch(50.5% .213 27.518); --color-red-800: oklch(44.4% .177 26.899); --color-red-900: oklch(39.6% .141 25.723); --color-red-950: oklch(25.8% .092 26.042); --color-orange-50: oklch(98% .016 73.684); --color-orange-100: oklch(95.4% .038 75.164); --color-orange-200: oklch(90.1% .076 70.697); --color-orange-300: oklch(83.7% .128 66.29); --color-orange-400: oklch(75% .183 55.934); --color-orange-500: oklch(70.5% .213 47.604); --color-orange-600: oklch(64.6% .222 41.116); --color-orange-700: oklch(55.3% .195 38.402); --color-orange-800: oklch(47% .157 37.304); --color-orange-900: oklch(40.8% .123 38.172); --color-orange-950: oklch(26.6% .079 36.259); --color-amber-50: oklch(98.7% .022 95.277); --color-amber-100: oklch(96.2% .059 95.617); --color-amber-200: oklch(92.4% .12 95.746); --color-amber-300: oklch(87.9% .169 91.605); --color-amber-400: oklch(82.8% .189 84.429); --color-amber-500: oklch(76.9% .188 70.08); --color-amber-600: oklch(66.6% .179 58.318); --color-amber-700: oklch(55.5% .163 48.998); --color-amber-800: oklch(47.3% .137 46.201); --color-amber-900: oklch(41.4% .112 45.904); --color-amber-950: oklch(27.9% .077 45.635); --color-yellow-50: oklch(98.7% .026 102.212); --color-yellow-100: oklch(97.3% .071 103.193); --color-yellow-200: oklch(94.5% .129 101.54); --color-yellow-300: oklch(90.5% .182 98.111); --color-yellow-400: oklch(85.2% .199 91.936); --color-yellow-500: oklch(79.5% .184 86.047); --color-yellow-600: oklch(68.1% .162 75.834); --color-yellow-700: oklch(55.4% .135 66.442); --color-yellow-800: oklch(47.6% .114 61.907); --color-yellow-900: oklch(42.1% .095 57.708); --color-yellow-950: oklch(28.6% .066 53.813); --color-lime-50: oklch(98.6% .031 120.757); --color-lime-100: oklch(96.7% .067 122.328); --color-lime-200: oklch(93.8% .127 124.321); --color-lime-300: oklch(89.7% .196 126.665); --color-lime-400: oklch(84.1% .238 128.85); --color-lime-500: oklch(76.8% .233 130.85); --color-lime-600: oklch(64.8% .2 131.684); --color-lime-700: oklch(53.2% .157 131.589); --color-lime-800: oklch(45.3% .124 130.933); --color-lime-900: oklch(40.5% .101 131.063); --color-lime-950: oklch(27.4% .072 132.109); --color-green-50: oklch(98.2% .018 155.826); --color-green-100: oklch(96.2% .044 156.743); --color-green-200: oklch(92.5% .084 155.995); --color-green-300: oklch(87.1% .15 154.449); --color-green-400: oklch(79.2% .209 151.711); --color-green-500: oklch(72.3% .219 149.579); --color-green-600: oklch(62.7% .194 149.214); --color-green-700: oklch(52.7% .154 150.069); --color-green-800: oklch(44.8% .119 151.328); --color-green-900: oklch(39.3% .095 152.535); --color-green-950: oklch(26.6% .065 152.934); --color-emerald-50: oklch(97.9% .021 166.113); --color-emerald-100: oklch(95% .052 163.051); --color-emerald-200: oklch(90.5% .093 164.15); --color-emerald-300: oklch(84.5% .143 164.978); --color-emerald-400: oklch(76.5% .177 163.223); --color-emerald-500: oklch(69.6% .17 162.48); --color-emerald-600: oklch(59.6% .145 163.225); --color-emerald-700: oklch(50.8% .118 165.612); --color-emerald-800: oklch(43.2% .095 166.913); --color-emerald-900: oklch(37.8% .077 168.94); --color-emerald-950: oklch(26.2% .051 172.552); --color-teal-50: oklch(98.4% .014 180.72); --color-teal-100: oklch(95.3% .051 180.801); --color-teal-200: oklch(91% .096 180.426); --color-teal-300: oklch(85.5% .138 181.071); --color-teal-400: oklch(77.7% .152 181.912); --color-teal-500: oklch(70.4% .14 182.503); --color-teal-600: oklch(60% .118 184.704); --color-teal-700: oklch(51.1% .096 186.391); --color-teal-800: oklch(43.7% .078 188.216); --color-teal-900: oklch(38.6% .063 188.416); --color-teal-950: oklch(27.7% .046 192.524); --color-cyan-50: oklch(98.4% .019 200.873); --color-cyan-100: oklch(95.6% .045 203.388); --color-cyan-200: oklch(91.7% .08 205.041); --color-cyan-300: oklch(86.5% .127 207.078); --color-cyan-400: oklch(78.9% .154 211.53); --color-cyan-500: oklch(71.5% .143 215.221); --color-cyan-600: oklch(60.9% .126 221.723); --color-cyan-700: oklch(52% .105 223.128); --color-cyan-800: oklch(45% .085 224.283); --color-cyan-900: oklch(39.8% .07 227.392); --color-cyan-950: oklch(30.2% .056 229.695); --color-sky-50: oklch(97.7% .013 236.62); --color-sky-100: oklch(95.1% .026 236.824); --color-sky-200: oklch(90.1% .058 230.902); --color-sky-300: oklch(82.8% .111 230.318); --color-sky-400: oklch(74.6% .16 232.661); --color-sky-500: oklch(68.5% .169 237.323); --color-sky-600: oklch(58.8% .158 241.966); --color-sky-700: oklch(50% .134 242.749); --color-sky-800: oklch(44.3% .11 240.79); --color-sky-900: oklch(39.1% .09 240.876); --color-sky-950: oklch(29.3% .066 243.157); --color-blue-50: oklch(97% .014 254.604); --color-blue-100: oklch(93.2% .032 255.585); --color-blue-200: oklch(88.2% .059 254.128); --color-blue-300: oklch(80.9% .105 251.813); --color-blue-400: oklch(70.7% .165 254.624); --color-blue-500: oklch(62.3% .214 259.815); --color-blue-600: oklch(54.6% .245 262.881); --color-blue-700: oklch(48.8% .243 264.376); --color-blue-800: oklch(42.4% .199 265.638); --color-blue-900: oklch(37.9% .146 265.522); --color-blue-950: oklch(28.2% .091 267.935); --color-indigo-50: oklch(96.2% .018 272.314); --color-indigo-100: oklch(93% .034 272.788); --color-indigo-200: oklch(87% .065 274.039); --color-indigo-300: oklch(78.5% .115 274.713); --color-indigo-400: oklch(67.3% .182 276.935); --color-indigo-500: oklch(58.5% .233 277.117); --color-indigo-600: oklch(51.1% .262 276.966); --color-indigo-700: oklch(45.7% .24 277.023); --color-indigo-800: oklch(39.8% .195 277.366); --color-indigo-900: oklch(35.9% .144 278.697); --color-indigo-950: oklch(25.7% .09 281.288); --color-violet-50: oklch(96.9% .016 293.756); --color-violet-100: oklch(94.3% .029 294.588); --color-violet-200: oklch(89.4% .057 293.283); --color-violet-300: oklch(81.1% .111 293.571); --color-violet-400: oklch(70.2% .183 293.541); --color-violet-500: oklch(60.6% .25 292.717); --color-violet-600: oklch(54.1% .281 293.009); --color-violet-700: oklch(49.1% .27 292.581); --color-violet-800: oklch(43.2% .232 292.759); --color-violet-900: oklch(38% .189 293.745); --color-violet-950: oklch(28.3% .141 291.089); --color-purple-50: oklch(97.7% .014 308.299); --color-purple-100: oklch(94.6% .033 307.174); --color-purple-200: oklch(90.2% .063 306.703); --color-purple-300: oklch(82.7% .119 306.383); --color-purple-400: oklch(71.4% .203 305.504); --color-purple-500: oklch(62.7% .265 303.9); --color-purple-600: oklch(55.8% .288 302.321); --color-purple-700: oklch(49.6% .265 301.924); --color-purple-800: oklch(43.8% .218 303.724); --color-purple-900: oklch(38.1% .176 304.987); --color-purple-950: oklch(29.1% .149 302.717); --color-fuchsia-50: oklch(97.7% .017 320.058); --color-fuchsia-100: oklch(95.2% .037 318.852); --color-fuchsia-200: oklch(90.3% .076 319.62); --color-fuchsia-300: oklch(83.3% .145 321.434); --color-fuchsia-400: oklch(74% .238 322.16); --color-fuchsia-500: oklch(66.7% .295 322.15); --color-fuchsia-600: oklch(59.1% .293 322.896); --color-fuchsia-700: oklch(51.8% .253 323.949); --color-fuchsia-800: oklch(45.2% .211 324.591); --color-fuchsia-900: oklch(40.1% .17 325.612); --color-fuchsia-950: oklch(29.3% .136 325.661); --color-pink-50: oklch(97.1% .014 343.198); --color-pink-100: oklch(94.8% .028 342.258); --color-pink-200: oklch(89.9% .061 343.231); --color-pink-300: oklch(82.3% .12 346.018); --color-pink-400: oklch(71.8% .202 349.761); --color-pink-500: oklch(65.6% .241 354.308); --color-pink-600: oklch(59.2% .249 .584); --color-pink-700: oklch(52.5% .223 3.958); --color-pink-800: oklch(45.9% .187 3.815); --color-pink-900: oklch(40.8% .153 2.432); --color-pink-950: oklch(28.4% .109 3.907); --color-rose-50: oklch(96.9% .015 12.422); --color-rose-100: oklch(94.1% .03 12.58); --color-rose-200: oklch(89.2% .058 10.001); --color-rose-300: oklch(81% .117 11.638); --color-rose-400: oklch(71.2% .194 13.428); --color-rose-500: oklch(64.5% .246 16.439); --color-rose-600: oklch(58.6% .253 17.585); --color-rose-700: oklch(51.4% .222 16.935); --color-rose-800: oklch(45.5% .188 13.697); --color-rose-900: oklch(41% .159 10.272); --color-rose-950: oklch(27.1% .105 12.094); --color-slate-50: oklch(98.4% .003 247.858); --color-slate-100: oklch(96.8% .007 247.896); --color-slate-200: oklch(92.9% .013 255.508); --color-slate-300: oklch(86.9% .022 252.894); --color-slate-400: oklch(70.4% .04 256.788); --color-slate-500: oklch(55.4% .046 257.417); --color-slate-600: oklch(44.6% .043 257.281); --color-slate-700: oklch(37.2% .044 257.287); --color-slate-800: oklch(27.9% .041 260.031); --color-slate-900: oklch(20.8% .042 265.755); --color-slate-950: oklch(12.9% .042 264.695); --color-gray-50: oklch(98.5% .002 247.839); --color-gray-100: oklch(96.7% .003 264.542); --color-gray-200: oklch(92.8% .006 264.531); --color-gray-300: oklch(87.2% .01 258.338); --color-gray-400: oklch(70.7% .022 261.325); --color-gray-500: oklch(55.1% .027 264.364); --color-gray-600: oklch(44.6% .03 256.802); --color-gray-700: oklch(37.3% .034 259.733); --color-gray-800: oklch(27.8% .033 256.848); --color-gray-900: oklch(21% .034 264.665); --color-gray-950: oklch(13% .028 261.692); --color-zinc-50: oklch(98.5% 0 0); --color-zinc-100: oklch(96.7% .001 286.375); --color-zinc-200: oklch(92% .004 286.32); --color-zinc-300: oklch(87.1% .006 286.286); --color-zinc-400: oklch(70.5% .015 286.067); --color-zinc-500: oklch(55.2% .016 285.938); --color-zinc-600: oklch(44.2% .017 285.786); --color-zinc-700: oklch(37% .013 285.805); --color-zinc-800: oklch(27.4% .006 286.033); --color-zinc-900: oklch(21% .006 285.885); --color-zinc-950: oklch(14.1% .005 285.823); --color-neutral-50: oklch(98.5% 0 0); --color-neutral-100: oklch(97% 0 0); --color-neutral-200: oklch(92.2% 0 0); --color-neutral-300: oklch(87% 0 0); --color-neutral-400: oklch(70.8% 0 0); --color-neutral-500: oklch(55.6% 0 0); --color-neutral-600: oklch(43.9% 0 0); --color-neutral-700: oklch(37.1% 0 0); --color-neutral-800: oklch(26.9% 0 0); --color-neutral-900: oklch(20.5% 0 0); --color-neutral-950: oklch(14.5% 0 0); --color-stone-50: oklch(98.5% .001 106.423); --color-stone-100: oklch(97% .001 106.424); --color-stone-200: oklch(92.3% .003 48.717); --color-stone-300: oklch(86.9% .005 56.366); --color-stone-400: oklch(70.9% .01 56.259); --color-stone-500: oklch(55.3% .013 58.071); --color-stone-600: oklch(44.4% .011 73.639); --color-stone-700: oklch(37.4% .01 67.558); --color-stone-800: oklch(26.8% .007 34.298); --color-stone-900: oklch(21.6% .006 56.043); --color-stone-950: oklch(14.7% .004 49.25); --color-black: #000; --color-white: #fff; --spacing: .25rem; --breakpoint-sm: 40rem; --breakpoint-md: 48rem; --breakpoint-lg: 64rem; --breakpoint-xl: 80rem; --breakpoint-2xl: 96rem; --container-3xs: 16rem; --container-2xs: 18rem; --container-xs: 20rem; --container-sm: 24rem; --container-md: 28rem; --container-lg: 32rem; --container-xl: 36rem; --container-2xl: 42rem; --container-3xl: 48rem; --container-4xl: 56rem; --container-5xl: 64rem; --container-6xl: 72rem; --container-7xl: 80rem; --text-xs: .75rem; --text-xs--line-height: calc(1 / .75); --text-sm: .875rem; --text-sm--line-height: calc(1.25 / .875); --text-base: 1rem; --text-base--line-height: 1.5 ; --text-lg: 1.125rem; --text-lg--line-height: calc(1.75 / 1.125); --text-xl: 1.25rem; --text-xl--line-height: calc(1.75 / 1.25); --text-2xl: 1.5rem; --text-2xl--line-height: calc(2 / 1.5); --text-3xl: 1.875rem; --text-3xl--line-height: 1.2 ; --text-4xl: 2.25rem; --text-4xl--line-height: calc(2.5 / 2.25); --text-5xl: 3rem; --text-5xl--line-height: 1; --text-6xl: 3.75rem; --text-6xl--line-height: 1; --text-7xl: 4.5rem; --text-7xl--line-height: 1; --text-8xl: 6rem; --text-8xl--line-height: 1; --text-9xl: 8rem; --text-9xl--line-height: 1; --font-weight-thin: 100; --font-weight-extralight: 200; --font-weight-light: 300; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --font-weight-black: 900; --tracking-tighter: -.05em; --tracking-tight: -.025em; --tracking-normal: 0em; --tracking-wide: .025em; --tracking-wider: .05em; --tracking-widest: .1em; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --leading-loose: 2; --radius-xs: .125rem; --radius-sm: .25rem; --radius-md: .375rem; --radius-lg: .5rem; --radius-xl: .75rem; --radius-2xl: 1rem; --radius-3xl: 1.5rem; --radius-4xl: 2rem; --shadow-2xs: 0 1px rgb(0 0 0 / .05); --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05); --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25); --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / .05); --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / .05); --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / .05); --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / .05); --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / .15); --drop-shadow-md: 0 3px 3px rgb(0 0 0 / .12); --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / .15); --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / .1); --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / .15); --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / .15); --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / .2); --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / .075), 0px 1px 1px rgb(0 0 0 / .075), 0px 2px 2px rgb(0 0 0 / .075); --text-shadow-md: 0px 1px 1px rgb(0 0 0 / .1), 0px 1px 2px rgb(0 0 0 / .1), 0px 2px 4px rgb(0 0 0 / .1); --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / .1), 0px 3px 2px rgb(0 0 0 / .1), 0px 4px 8px rgb(0 0 0 / .1); --ease-in: cubic-bezier(.4, 0, 1, 1); --ease-out: cubic-bezier(0, 0, .2, 1); --ease-in-out: cubic-bezier(.4, 0, .2, 1); --animate-spin: spin 1s linear infinite; --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite; --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite; --animate-bounce: bounce 1s infinite; @keyframes spin { to { transform: rotate(360deg); } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes pulse { 50% { opacity: .5; } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(.8, 0, 1, 1); } 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, .2, 1); } } --blur-xs: 4px; --blur-sm: 8px; --blur-md: 12px; --blur-lg: 16px; --blur-xl: 24px; --blur-2xl: 40px; --blur-3xl: 64px; --perspective-dramatic: 100px; --perspective-near: 300px; --perspective-normal: 500px; --perspective-midrange: 800px; --perspective-distant: 1200px; --aspect-video: 16 / 9; --default-transition-duration: .15s; --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1); --default-font-family: --theme(--font-sans, initial); --default-font-feature-settings: --theme( --font-sans--font-feature-settings, initial ); --default-font-variation-settings: --theme( --font-sans--font-variation-settings, initial ); --default-mono-font-family: --theme(--font-mono, initial); --default-mono-font-feature-settings: --theme( --font-mono--font-feature-settings, initial ); --default-mono-font-variation-settings: --theme( --font-mono--font-variation-settings, initial ); }@theme default inline reference{ --blur: 8px; --shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05); --drop-shadow: 0 1px 2px rgb(0 0 0 / .1), 0 1px 1px rgb(0 0 0 / .06); --radius: .25rem; --max-width-prose: 65ch; }}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:--theme(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:--theme(--default-font-feature-settings,normal);font-variation-settings:--theme(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:--theme(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:--theme(--default-mono-font-feature-settings,normal);font-variation-settings:--theme(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{@tailwind utilities;}
