@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{color:#d8dfe6;background-color:#000;width:100%;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;overflow-x:hidden}img{user-drag:none;-webkit-user-drag:none;-moz-user-select:none;max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#334155;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#5b6b7b}::selection{color:#fefefe;background:#44bccd4d}.header{z-index:1000;width:100%;padding:1rem 0;transition:all .3s ease-in-out;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(20px);background:#121f2d99;border:1px solid #fefefe14;padding:.5rem 0;box-shadow:0 4px 6px #0000004d}.header__inner{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;position:relative}.header__logo{align-items:center;text-decoration:none;display:inline-flex}.header__logo .logo-icon{object-fit:contain;filter:drop-shadow(0 0 16px #44bccd73);width:120px;height:70px;transition:transform .3s ease-in-out,filter .3s ease-in-out}.header__logo:hover .logo-icon{filter:drop-shadow(0 0 22px #44bccd99);transform:scale(1.06)}.header__nav{display:none}@media (width>=992px){.header__nav{align-items:center;gap:2rem;display:flex}}.header__link{color:#fefefe;font-size:.875rem;font-weight:500;transition:color .15s;position:relative}.header__link:after{content:"";background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);border-radius:9999px;width:0;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:-4px;left:0}.header__link:hover{color:#fefefe}.header__link:hover:after{width:100%}.header__cta{cursor:pointer;white-space:nowrap;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}@media (width<=767px){.header__cta{width:100%}}.header__cta{color:#fefefe;background:linear-gradient(135deg,#44bccd 0%,#296dac 100%) 0%/180% 180%;border-radius:.75rem;padding:.5rem 1.5rem;font-size:.875rem;transition:background-position .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;display:none;box-shadow:0 0 30px #44bccd4d}@media (width>=992px){.header__cta{display:inline-flex}}.header__cta:hover{background:linear-gradient(135deg,#296dac 0%,#1f4f85 100%) 100%/180% 180%;transform:translateY(-2px);box-shadow:0 12px 30px #296dac61}.header__mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:flex}@media (width>=992px){.header__mobile-toggle{display:none}}.header__mobile-toggle span{background:#fefefe;border-radius:9999px;width:24px;height:2px;transition:all .3s ease-in-out}.header__mobile-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__mobile-toggle.active span:nth-child(2){opacity:0}.header__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header__mobile-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;opacity:0;visibility:hidden;pointer-events:none;background:#000000fa;justify-content:center;align-items:center;width:100%;height:100dvh;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;display:flex;position:fixed;inset:0}.header__mobile-nav.active{opacity:1;visibility:visible;pointer-events:auto}@media (width>=992px){.header__mobile-nav{display:none!important}}.header__mobile-nav .mobile-nav-links{flex-direction:column;align-items:center;gap:3rem;display:flex}.header__mobile-nav .mobile-nav-links a{color:#d8dfe6;font-size:1.5rem;font-weight:600;transition:color .15s}.header__mobile-nav .mobile-nav-links a:hover{color:#fefefe}.hero{background:radial-gradient(circle at 50% 18%,#010a16eb 0%,#04162a40 36%,#04162a00 58%),radial-gradient(circle at 85% 22%,#030e1eb3 0%,#030e1e00 52%),radial-gradient(circle at 50% 100%,#000208 0%,#000208a6 62%,#00020800 80%),linear-gradient(145deg,#020a16 0%,#051422 46%,#081c34 100%);align-items:center;min-height:100vh;padding:120px 0 4rem;display:flex;position:relative;overflow:hidden}.hero__bg-canvas{z-index:0;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.hero:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#0000006b 36%,#000000c7 72%,#000 100%);height:clamp(200px,28vh,340px);position:absolute;bottom:0;left:0;right:0}@media (width>=992px){.hero{padding:0}}.hero__content{z-index:2;grid-template-columns:1fr;align-items:center;gap:3rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:grid;position:relative}@media (width>=992px){.hero__content{grid-template-columns:1.1fr .9fr;min-height:100vh}}.hero__text{flex-direction:column;gap:1.5rem;display:flex}.hero__badge{color:#fff;background:#00000073;border:1px solid #fefefe40;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem 1rem;font-size:.875rem;display:inline-flex}.hero__badge .badge-dot{background:#44bccd;border-radius:50%;width:8px;height:8px}.hero__title{color:#fff;max-width:18ch;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.1}@media (width>=768px){.hero__title{font-size:3rem}}@media (width>=992px){.hero__title{font-size:3.75rem}}.hero__title .highlight{background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__description{color:#fff;max-width:60ch;font-size:1.125rem;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.hero__stats{border-top:1px solid #fefefe1a;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;padding-top:2rem;display:grid}.hero__stat .stat-number{background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.hero__stat .stat-label{color:#b9c3cd;margin-top:.25rem;font-size:.875rem;display:block}.hero__brand{justify-content:center;display:none}@media (width>=992px){.hero__brand{display:flex}}.hero__brand-logo{width:min(100%,340px)}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}@media (width<=767px){.btn{width:100%}}.btn--primary{color:#fefefe;background:linear-gradient(135deg,#44bccd 0%,#296dac 100%) 0%/180% 180%;transition:background-position .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out}.btn--primary:hover{background:linear-gradient(135deg,#296dac 0%,#1f4f85 100%) 100%/180% 180%;transform:translateY(-2px);box-shadow:0 10px 24px #296dac59}.btn--outline{color:#e6ebf0;background:#fefefe05 0%/180% 180%;border:1px solid #fefefe40;transition:background .3s ease-in-out,background-position .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out,transform .3s ease-in-out}.btn--outline:hover{color:#fefefe;background:linear-gradient(135deg,#296dac 0%,#1f4f85 100%) 100%/180% 180%;border-color:#296dac99;transform:translateY(-2px)}.btn--lg{padding:1rem 3rem;font-size:1.125rem}.services{padding-top:3rem;padding-bottom:3rem}@media (width>=768px){.services{padding-top:6rem;padding-bottom:6rem}}@media (width>=992px){.services{padding-top:6rem;padding-bottom:6rem}}.services{background:linear-gradient(#000 0%,#0f1720 100%);scroll-margin-top:80px;position:relative}.services:before{content:"";pointer-events:none;background:radial-gradient(circle,#44bccd0d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.services__inner{z-index:1;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative}.services__header{text-align:center;margin-bottom:4rem}@media (width>=768px){.services__header{margin-bottom:6rem}}.services__label{text-transform:uppercase;letter-spacing:.1em;color:#72d3df;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-flex}.services__label:before,.services__label:after{content:"";background:#44bccd;width:20px;height:1px}.services__title{color:#fefefe;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.1}@media (width>=768px){.services__title{font-size:2.25rem}}@media (width>=992px){.services__title{font-size:3rem}}.services__title{margin-bottom:1rem}.services__title .highlight{background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.services__subtitle{color:#b9c3cd;max-width:600px;font-size:1.125rem;line-height:1.75}@media (width>=768px){.services__subtitle{font-size:1.25rem}}.services__subtitle{margin-left:auto;margin-right:auto}.services__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.services__grid{grid-template-columns:repeat(1,1fr)}}@media (width>=992px){.services__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.services__card{background:linear-gradient(145deg,#121f2d 0%,#0f1720 100%);border:1px solid #fefefe0f;border-radius:1rem;transition:all .3s ease-in-out}.services__card:hover{border-color:#44bccd4d;transform:translateY(-4px);box-shadow:0 10px 25px #0006}.services__card{flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.services__card{padding:3rem}}.services__card:before{content:"";opacity:0;background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);height:3px;transition:opacity .3s ease-in-out;position:absolute;top:0;left:0;right:0}.services__card:hover:before{opacity:1}.services__card-icon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.services__card-icon--blue{color:#72d3df;background:#44bccd26}.services__card-icon--green{color:#296dac;background:#296dac26}.services__card-icon--orange{color:#44bccd;background:#44bccd26}.services__card-icon--purple{color:#a855f7;background:#a855f726}.services__card-icon--cyan{color:#06b6d4;background:#06b6d426}.services__card-icon--pink{color:#ec4899;background:#ec489926}.services__card-title{color:#fefefe;font-size:1.25rem;font-weight:600;line-height:1.25}.services__card-description{color:#b9c3cd;flex-grow:1;font-size:1rem;line-height:1.75}.cases{padding-top:3rem;padding-bottom:3rem}@media (width>=768px){.cases{padding-top:6rem;padding-bottom:6rem}}@media (width>=992px){.cases{padding-top:6rem;padding-bottom:6rem}}.cases{background:linear-gradient(#0f1720 0%,#0b1a2a 100%);scroll-margin-top:80px;position:relative}.cases__inner{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.cases__header{text-align:center;margin-bottom:4rem}@media (width>=768px){.cases__header{margin-bottom:6rem}}.cases__label{text-transform:uppercase;letter-spacing:.1em;color:#296dac;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-flex}.cases__label:before,.cases__label:after{content:"";background:#296dac;width:20px;height:1px}.cases__title{color:#fefefe;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.1}@media (width>=768px){.cases__title{font-size:2.25rem}}@media (width>=992px){.cases__title{font-size:3rem}}.cases__title{margin-bottom:1rem}.cases__title .highlight{background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cases__subtitle{color:#b9c3cd;max-width:600px;font-size:1.125rem;line-height:1.75}@media (width>=768px){.cases__subtitle{font-size:1.25rem}}.cases__subtitle{margin-left:auto;margin-right:auto}.cases__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}.cases__card{background:linear-gradient(145deg,#121f2d 0%,#0f1720 100%);border:1px solid #fefefe0f;border-radius:1rem;transition:all .3s ease-in-out}.cases__card:hover{border-color:#44bccd4d;transform:translateY(-4px);box-shadow:0 10px 25px #0006}.cases__card{grid-template-columns:1fr;align-items:center;gap:2rem;padding:2rem;display:grid;overflow:hidden}@media (width>=768px){.cases__card{grid-template-columns:1fr 1fr;min-height:320px;overflow:visible}.cases__card--left .cases__card-body{order:2}.cases__card--left .cases__card-screen{order:1}.cases__card--left .cases__card-screen-frame{transform-origin:0;margin-left:-84px;transform:perspective(1100px)rotateY(15deg)rotateX(2deg)scale(1.06)}}.cases__card--right .cases__card-body{order:2}.cases__card--right .cases__card-screen{order:1}@media (width>=768px){.cases__card--right .cases__card-body{order:1}.cases__card--right .cases__card-screen{order:2}.cases__card--right .cases__card-screen-frame{transform-origin:100%;margin-right:-84px;transform:perspective(1100px)rotateY(-15deg)rotateX(2deg)scale(1.06)}}.cases__card-screen{perspective:1200px;justify-content:center;align-items:center;display:flex}.cases__card-screen-frame{background:linear-gradient(145deg,#000000f2,#121f2de6);border:1px solid #44bccd59;border-radius:.75rem;width:100%;max-width:760px;padding:10px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;transform:perspective(1100px)rotateY(0)rotateX(0)scale(1.02);box-shadow:0 18px 40px #0000008c,0 0 28px #44bccd33}.cases__card-screen-frame img{object-fit:contain;background:#0000008c;border-radius:calc(.5rem - 2px);width:100%;height:auto;display:block}@media (width<=767px){.cases__card-screen-frame img{border-radius:0;transform:scale(1.25)}}.cases__card-badge{color:#fefefe;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#44bccde6;border-radius:.375rem;align-items:center;width:fit-content;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.cases__card-body{flex-direction:column;gap:1rem;display:flex}.cases__card-title{color:#fefefe;font-size:1.125rem;font-weight:600;line-height:1.25}@media (width>=992px){.cases__card-title{font-size:3.75rem}}.cases__card-description{color:#b9c3cd;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;font-size:1rem;line-height:1.75;display:-webkit-box;overflow:hidden}.cases__card-metrics{border-top:1px solid #fefefe0f;gap:1.5rem;margin:0;padding-top:1rem;display:flex}.cases__card-metric{flex-direction:column;display:flex}.cases__card-metric .metric-value{background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;order:-1;margin:0;font-size:1.125rem;font-weight:700}.cases__card-metric .metric-label{color:#8a97a6;margin-top:2px;font-size:.75rem}.cases__testimonial{-webkit-backdrop-filter:blur(20px);text-align:center;background:#121f2d99;border:1px solid #fefefe14;border-radius:1rem;max-width:800px;margin-top:4rem;margin-left:auto;margin-right:auto;padding:3rem}@media (width>=768px){.cases__testimonial{padding:4rem}}.cases__testimonial blockquote{border:none;margin:0;padding:0}.cases__testimonial .testimonial-quote{color:#d8dfe6;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.75}@media (width>=768px){.cases__testimonial .testimonial-quote{font-size:1.25rem}}.cases__testimonial .testimonial-quote:before{content:"\"";background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);-webkit-text-fill-color:transparent;vertical-align:-.4em;-webkit-background-clip:text;background-clip:text;margin-right:.25rem;font-size:2.25rem;font-weight:700;line-height:0}.cases__testimonial .testimonial-author{flex-direction:column;align-items:center;gap:.25rem;display:flex}.cases__testimonial .testimonial-author cite{flex-direction:column;align-items:center;gap:.25rem;font-style:normal;display:flex}.cases__testimonial .testimonial-author strong{color:#fefefe;font-weight:600}.cases__testimonial .testimonial-author span{color:#8a97a6;font-size:.875rem}.footer{background:#0b1a2a;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000,#44bccd,#296dac,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer__cta{padding-top:3rem;padding-bottom:3rem}@media (width>=768px){.footer__cta{padding-top:6rem;padding-bottom:6rem}}@media (width>=992px){.footer__cta{padding-top:6rem;padding-bottom:6rem}}.footer__cta{text-align:center;position:relative}.footer__cta:after{content:"";background:#fefefe0f;height:1px;position:absolute;bottom:0;left:0;right:0}.footer__cta-inner{width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.footer__cta-title{color:#fefefe;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.1}@media (width>=768px){.footer__cta-title{font-size:2.25rem}}@media (width>=992px){.footer__cta-title{font-size:3rem}}.footer__cta-title{margin-bottom:1rem}.footer__cta-title .highlight{background:linear-gradient(135deg,#44bccd 0%,#296dac 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer__cta-description{color:#b9c3cd;max-width:600px;font-size:1.125rem;line-height:1.75}@media (width>=768px){.footer__cta-description{font-size:1.25rem}}.footer__cta-description{margin-bottom:2rem;margin-left:auto;margin-right:auto}.footer__cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer__main{padding:4rem 0}@media (width>=768px){.footer__main{padding:6rem 0}}.footer__grid{grid-template-columns:1fr;gap:3rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:grid}@media (width>=768px){.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem}}@media (width>=992px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand{flex-direction:column;gap:1.5rem;display:flex}.footer__logo{align-items:center;display:inline-flex}.footer__logo .logo-icon{object-fit:contain;filter:drop-shadow(0 0 22px #44bccd80);width:auto;height:140px;transition:transform .3s ease-in-out,filter .3s ease-in-out}.footer__logo:hover .logo-icon{filter:drop-shadow(0 0 24px #44bccd99);transform:scale(1.05)}.footer__description{color:#8a97a6;max-width:320px;font-size:1rem;line-height:1.75}.footer__socials{gap:1rem;display:flex}.footer__social-link{color:#b9c3cd;background:#fefefe0d;border:1px solid #fefefe14;border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;transition:all .3s ease-in-out;display:flex}.footer__social-link:hover{color:#72d3df;background:#44bccd26;border-color:#44bccd4d;transform:translateY(-2px)}.footer__social-link svg{fill:currentColor;width:18px;height:18px}.footer__column{flex-direction:column;gap:1.5rem;display:flex}.footer__column-title{color:#fefefe;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:600}.footer__links{flex-direction:column;gap:1rem;display:flex}.footer__link{color:#8a97a6;align-items:center;gap:.5rem;font-size:.875rem;transition:all .15s;display:inline-flex}.footer__link:hover{color:#72d3df;transform:translate(4px)}.footer__contact-item{color:#8a97a6;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.75;display:flex}.footer__contact-item .contact-icon{color:#72d3df;flex-shrink:0;margin-top:2px}.footer__bottom{border-top:1px solid #fefefe0f;padding:1.5rem 0}.footer__bottom-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex}@media (width>=768px){.footer__bottom-inner{text-align:left;flex-direction:row}}.footer__copyright{color:#5b6b7b;margin:0 auto;font-size:.875rem}[data-animate]{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}[data-animate].animate-in{opacity:1;transform:translateY(0)}.services__grid [data-animate]:first-child,.cases__grid [data-animate]:first-child{transition-delay:0s}.services__grid [data-animate]:nth-child(2),.cases__grid [data-animate]:nth-child(2){transition-delay:.1s}.services__grid [data-animate]:nth-child(3),.cases__grid [data-animate]:nth-child(3){transition-delay:.2s}.services__grid [data-animate]:nth-child(4),.cases__grid [data-animate]:nth-child(4){transition-delay:.3s}.services__grid [data-animate]:nth-child(5),.cases__grid [data-animate]:nth-child(5){transition-delay:.4s}.services__grid [data-animate]:nth-child(6),.cases__grid [data-animate]:nth-child(6){transition-delay:.5s}
