﻿@keyframes float{0%,100%{transform:translateX(0px) translateY(0px)}33%{transform:translateX(10px) translateY(-20px)}66%{transform:translateX(-10px) translateY(10px)}}@keyframes slide-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--color-active: #05a7c7;--font-body: 'DM Sans', sans-serif;--font-display: 'Outfit', sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;font-family:var(--font-body, "DM Sans", sans-serif);font-size:14px;line-height:1.4285714286;margin:0}a{color:inherit;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:var(--color-active)}input,textarea,select,button{font-family:inherit;font-size:inherit;line-height:inherit}.container{margin:0 auto;max-width:1280px;padding:0 15px;width:100%}.page-main{padding-top:80px}.page-title{font-size:40px;font-family:var(--font-display);font-weight:700;line-height:1.2;margin:0 0 16px;text-align:center}@media(min-width: 992px){.page-title{font-size:48px}}.page-subtitle{color:#5c6f8a;font-size:18px;line-height:1.5;margin:0 auto;max-width:650px;text-align:center}@media(min-width: 992px){.page-subtitle{font-size:20px}}.gradient-text{background:linear-gradient(to right, rgb(5, 167, 199), rgb(128, 38, 217), rgb(244, 78, 37));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.page-header{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.5);border-bottom:1px solid rgba(205,215,229,.3019607843);left:0;position:fixed;right:0;top:0;z-index:50}.page-header .header-content{display:flex;flex-direction:column;justify-content:center;height:80px}@media(min-width: 992px){.page-header .header-content{align-items:center;justify-content:space-between;flex-direction:row}}.page-header .header-logo{display:block;justify-self:flex-start}.page-header .header-logo .header-logo-image{display:block}.page-header .header-nav{font-size:16px;display:flex;overflow:hidden;transition:max-height .3s ease}@media(max-width: 767px){.page-header .header-nav{opacity:0;pointer-events:none;flex-direction:column;background-color:#fff;padding:16px 24px;position:absolute;left:0;right:0;gap:8px;top:100%;z-index:100}}@media(min-width: 768px){.page-header .header-nav{align-items:center;gap:32px;max-height:none}}.page-header .header-nav-link{color:#6b7280;font-weight:500;position:relative;transition:color .3s ease}@media(max-width: 767px){.page-header .header-nav-link{padding:8px 16px}}.page-header .header-nav-link:hover{color:var(--color-active)}.page-header .header-actions{display:none}@media(min-width: 992px){.page-header .header-actions{display:flex}}.page-header .header-actions.open{background-color:#fff;border-top:1px solid rgba(205,215,229,.3019607843);display:flex;justify-content:center;left:0;padding:20px;position:absolute;right:0;top:160px;z-index:100}.page-header .header-mobile-menu{align-items:center;background-color:rgba(0,0,0,0);border:none;cursor:pointer;display:flex;justify-content:center;height:40px;width:40px;position:absolute;right:20px;top:20px}@media(min-width: 992px){.page-header .header-mobile-menu{display:none}}.page-header .header-mobile-menu-overlay{background-color:rgba(0,0,0,.75);pointer-events:none;position:fixed;opacity:0;top:80px;left:0;right:0;height:calc(100vh - 80px);bottom:0;transition:opacity .3s ease;z-index:99}.page-header .header-cta-button{align-items:center;background-color:#037a94;border-radius:16px;color:#fff;display:none;font-size:16px;font-weight:600;justify-content:center;line-height:1.5;padding:8px 16px;transition:all .3s ease-in-out}.page-header .header-cta-button:hover{background-color:#048ba8;box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(3,122,148,.25) 0px 10px 15px -3px,rgba(3,122,148,.25) 0px 4px 6px -4px}@media(min-width: 992px){.page-header .header-cta-button{display:inline-flex}}.page-header.open .header-nav,.page-header.open .header-mobile-menu-overlay{opacity:1;pointer-events:auto}.page-footer{background-color:#fff;border-top:1px solid rgba(205,215,229,.3019607843);color:#5c6f8a;padding-top:60px}.page-footer .footer-grid{display:grid;gap:30px;grid-template-columns:1fr}@media(min-width: 768px){.page-footer .footer-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.page-footer .footer-grid{gap:60px;grid-template-columns:repeat(4, 1fr)}}.page-footer .footer-brand .footer-logo{display:block;margin-bottom:20px}.page-footer .footer-brand .footer-logo-image{display:block}.page-footer .footer-brand .footer-tagline{font-size:14px;line-height:1.6}.page-footer .footer-heading{color:#0f1729;font-family:var(--font-display);font-size:16px;font-weight:600;margin:0 0 16px 0}.page-footer .footer-column .footer-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.page-footer .footer-column .footer-link{align-items:center;color:#5c6f8a;display:flex;gap:8px;line-height:1.4286;transition:color .3s}.page-footer .footer-column .footer-link:hover{color:var(--color-active)}.page-footer .footer-column .footer-link svg{flex-shrink:0;height:16px;width:16px}.page-footer .footer-social .footer-social-links{display:flex;gap:16px;margin-top:16px}.page-footer .footer-social .footer-social-link{align-items:center;background-color:#e6edf4;border-radius:8px;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.page-footer .footer-social .footer-social-link:hover{background-color:var(--color-active);color:#fff}.page-footer .footer-social .footer-social-link svg{display:block;height:20px;width:20px}.page-footer .footer-bottom{border-top:1px solid rgba(205,215,229,.3019607843);margin-top:30px;padding-block:20px}.page-footer .footer-bottom .footer-copyright{margin:0}.hero-section{align-items:center;display:flex;min-height:80vh;overflow:hidden;padding:50px 0;position:relative;text-align:center}.hero-section .hero-backgrounds{inset:0;overflow:hidden;pointer-events:none;position:absolute}.hero-section .hero-backgrounds .hero-blob{animation:float 20s ease-in-out infinite;aspect-ratio:1;border-radius:9999px;filter:blur(80px);position:absolute}.hero-section .hero-backgrounds .hero-blob.hero-blob-1{background-color:rgba(5,167,199,.1019607843);left:25%;top:25%;width:384px}.hero-section .hero-backgrounds .hero-blob.hero-blob-2{background-color:rgba(127,38,217,.1019607843);bottom:25%;right:25%;width:320px}.hero-section .hero-backgrounds .hero-blob.hero-blob-3{background-color:rgba(244,78,37,.1019607843);right:33%;top:50%;width:256px}.hero-section .hero-grid{background-image:linear-gradient(to right, rgba(205, 215, 229, 0.3) 1px, rgba(0, 0, 0, 0) 1px),linear-gradient(rgba(205, 215, 229, 0.3) 1px, rgba(0, 0, 0, 0) 1px);background-size:48px 48px;inset:0;mask-image:radial-gradient(ellipse at center, transparent 20%, black 70%);pointer-events:none;position:absolute;z-index:10}@media(min-width: 768px){.hero-section .hero-grid{background-size:64px 64px}}.hero-section .hero-content{margin:0 auto;max-width:1024px;position:relative;z-index:10}.hero-section .hero-badge{align-items:center;background-color:#fff;border:1px solid rgba(205,215,229,.5019607843);border-radius:9999px;box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.05) 0px 1px 2px 0px rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.05) 0px 1px 2px 0px;color:#6b7280;display:inline-flex;font-weight:500;gap:8px;margin-bottom:32px;padding:8px 16px}.hero-section .hero-badge svg{color:var(--color-active);height:16px;width:16px}.hero-section .hero-title{animation:slide-up .6s ease-out .1s;font-size:48px;font-weight:700;line-height:1.1;margin-bottom:24px}@media(min-width: 768px){.hero-section .hero-title{font-size:64px;font-weight:900}}.hero-section .hero-description{animation:slide-up .6s ease-out .2s;color:#6b7280;font-size:18px;font-weight:400;line-height:1.6;margin:0 auto 40px;max-width:750px}@media(min-width: 768px){.hero-section .hero-description{font-size:24px}}.hero-section .hero-buttons{animation:slide-up .6s ease-out .3s;display:flex;flex-direction:column;gap:16px;justify-content:center;margin-bottom:80px}@media(min-width: 768px){.hero-section .hero-buttons{flex-direction:row}}.hero-section .hero-stats{animation:slide-up .6s ease-out .4s;display:grid;gap:32px;grid-template-columns:repeat(3, 1fr)}.hero-section .hero-stats .hero-stat{display:flex;flex-direction:column;gap:8px}.hero-section .hero-stats .hero-stat-number{font-size:40px;font-weight:700;line-height:1.1}.hero-section .hero-stats .hero-stat-label{color:#6b7280;font-weight:400;line-height:1.5}.app-button{align-items:center;animation-duration:.3s;border-radius:12px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;outline:2px solid rgba(0,0,0,0);padding:8px 16px;transition:all .3s ease}.app-button:focus-visible{box-shadow:#f8fafc 0px 0px 0px 2px,#05a7c7 0px 0px 0px 4px,rgba(0,0,0,0) 0px 0px 0px 0px}.app-button.app-button-gradient{background-image:linear-gradient(to right, rgb(5, 167, 199), rgb(128, 38, 217), rgb(244, 78, 37));border:none;color:#fff}.app-button.app-button-gradient:hover{box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(5,167,199,.3) 0px 20px 25px -5px,rgba(5,167,199,.3) 0px 8px 10px -6px;transform:matrix(1.05, 0, 0, 1.05, 0, 0)}.app-button.app-button-primary{border:2px solid rgba(5,167,199,.5019607843);color:#0f1729}.app-button.app-button-primary:hover{background-color:rgba(5,167,199,.1);border-color:#05a7c7}.app-button.app-button-secondary{border:1px solid #cdd7e5;color:#0f1729}.app-button.app-button-secondary:hover{background-color:rgba(5,167,199,.1);border-color:#05a7c7}.app-button svg{flex-shrink:0;height:20px;width:20px}.app-button .app-button-action{display:inline-flex;padding-right:30px;position:relative}.app-button .app-button-action::after{background:url("/assets/icon-arrow-right-e3373c25.svg") center no-repeat;background-size:contain;content:"";height:20px;position:absolute;right:0;top:0;transition:transform .3s ease;width:20px}.app-button:hover .app-button-action::after{transform:translateX(4px)}.app-button.app-button-sm{font-size:14px;padding:6px 12px}.app-button.app-button-sm .app-button-action{padding-right:26px}.app-button.app-button-sm .app-button-action::after{height:18px;width:18px}.page-banner{align-items:center;display:flex;justify-content:center;overflow:hidden;padding-block:100px;position:relative;text-align:center}.page-banner::before,.page-banner::after{border-radius:50%;content:"";filter:blur(64px);pointer-events:none;position:absolute}.page-banner::before{background-color:rgba(5,167,199,.1019607843);height:288px;left:25%;top:33.333%;width:288px}.page-banner::after{background-color:rgba(127,38,217,.1019607843);height:256px;right:25%;top:33.333%;width:256px}.page-banner .page-banner-title{font-size:48px;font-weight:900;line-height:1;margin:0 0 24px}@media(min-width: 992px){.page-banner .page-banner-title{font-size:64px}}.page-banner .page-banner-description{color:#5c6f8a;font-size:20px;font-weight:400;line-height:1.5;margin:0 auto;max-width:750px}.projects-grid{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width: 768px){.projects-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.projects-grid{grid-template-columns:repeat(3, 1fr)}}.project-item{background-color:#fff;border:1px solid rgba(205,215,229,.5019607843);border-radius:16px;display:block;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.project-item .project-item-image-wrapper{aspect-ratio:16/9;overflow:hidden;position:relative}.project-item .project-item-image-wrapper::after{background:linear-gradient(to top, rgba(248, 250, 252, 0.9), rgba(248, 250, 252, 0.2), rgba(0, 0, 0, 0));content:"";inset:0;position:absolute}.project-item .project-item-image{height:100%;inset:0;object-fit:cover;position:absolute;transition:transform .3s ease;width:100%}.project-item .project-item-category{background-color:rgba(5,167,199,.2);border:1px solid rgba(5,167,199,.3019607843);border-radius:9999px;color:var(--color-active);font-weight:500;left:16px;padding:4px 12px;position:absolute;top:16px;z-index:2}.project-item .project-item-link-icon{align-items:center;background-color:var(--color-active);border-radius:9999px;box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.1) 0px 10px 15px -3px,rgba(0,0,0,.1) 0px 4px 6px -4px;color:#fff;display:flex;height:40px;justify-content:center;opacity:0;position:absolute;right:16px;top:16px;transform:translateY(8px);transition:all .3s ease;width:40px;z-index:2}.project-item .project-item-content{padding:24px}.project-item .project-item-content .project-item-title{color:#0f1729;font-size:20px;font-family:var(--font-display);font-weight:600;margin:0 0 12px;transition:color .3s ease}.project-item .project-item-content .project-item-description{color:#5c6f8a;display:-webkit-box;font-size:14px;line-clamp:2;line-height:1.625;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-item .project-item-tags{display:flex;flex-wrap:wrap;gap:6px}.project-item .project-item-tags .project-item-tag{background-color:#e6edf4;border-radius:4px;color:#5c6f8a;font-size:12px;line-height:1.33;padding:4px 8px}.project-item:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-8px)}.project-item:hover .project-item-image{transform:scale(1.1)}.project-item:hover .project-item-link-icon{opacity:1;transform:translateY(0)}.project-item:hover .project-item-content .project-item-title{color:var(--color-active)}.homepage-projects{padding:64px 0;position:relative}@media(min-width: 992px){.homepage-projects{padding:96px 0}}.homepage-projects::before{background:linear-gradient(to right, rgba(128, 38, 217, 0.05), rgba(0, 0, 0, 0));bottom:0;content:"";left:0;position:absolute;top:0;width:50%}.homepage-projects .page-subtitle{margin-bottom:32px}@media(min-width: 992px){.homepage-projects .page-subtitle{margin-bottom:64px}}.homepage-projects .homepage-projects-footer{margin-top:48px;text-align:center}.services-page{padding-block:32px}@media(min-width: 992px){.services-page{padding-block:64px}}.services-grid{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width: 992px){.services-grid{grid-template-columns:repeat(2, 1fr)}}.services-item{animation-delay:0s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:fade-in;backdrop-filter:blur(10px);background-color:#fff;border:1px solid rgba(205,215,229,.5019607843);border-radius:16px;display:flex;flex-direction:column;gap:16px;opacity:0;padding:32px;transition:all .3s ease}@media(min-width: 768px){.services-item{flex-direction:column;gap:24px}}.services-item:nth-child(1){animation-delay:0s}.services-item:nth-child(2){animation-delay:.1s}.services-item:nth-child(3){animation-delay:.2s}.services-item:nth-child(4){animation-delay:.3s}.services-item:nth-child(5){animation-delay:.4s}.services-item:nth-child(6){animation-delay:.5s}.services-item .services-item-icon-wrapper{align-items:center;background-color:rgba(5,167,199,.1019607843);border-radius:8px;display:flex;flex-shrink:0;height:64px;justify-content:center;transition:all .5s ease;width:64px}.services-item .services-item-icon-wrapper svg{color:var(--color-active);height:32px;transition:transform .3s ease;width:32px}.services-item:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-8px)}.services-item:hover .services-item-icon-wrapper{transform:rotate(3deg) scale(1.1)}.services-item:hover .services-item-icon-wrapper svg{transform:scale(1.1)}.services-item:nth-child(2) .services-item-icon-wrapper,.services-item:nth-child(5) .services-item-icon-wrapper{background-color:rgba(244,78,37,.1)}.services-item:nth-child(2) .services-item-icon-wrapper svg,.services-item:nth-child(5) .services-item-icon-wrapper svg{color:#f44e25}.services-item:nth-child(3) .services-item-icon-wrapper,.services-item:nth-child(6) .services-item-icon-wrapper{background-color:rgba(128,38,217,.1)}.services-item:nth-child(3) .services-item-icon-wrapper svg,.services-item:nth-child(6) .services-item-icon-wrapper svg{color:#8026d9}.services-item .services-item-content{flex:1}.services-item .services-item-content .services-item-title{color:#0f1729;font-size:24px;font-weight:700;margin:0 0 16px}.services-item .services-item-content .services-item-description{color:#5c6f8a;font-size:16px;font-weight:400;line-height:1.625;margin-bottom:24px}.services-item .services-item-content .services-item-features{display:grid;gap:12px;grid-template-columns:repeat(2, 1fr);list-style:none}.services-item .services-item-content .services-item-feature{background-size:20px;color:#5c6f8a;padding-left:32px;position:relative}.services-item .services-item-content .services-item-feature::before{background:url("/assets/icon-check-15c9e931.svg") left center no-repeat;background-size:20px;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.services-item:nth-child(2) .services-item-content .services-item-feature::before,.services-item:nth-child(5) .services-item-content .services-item-feature::before{filter:brightness(0) saturate(100%) invert(46%) sepia(34%) saturate(6828%) hue-rotate(346deg) brightness(96%) contrast(99%)}.services-item:nth-child(3) .services-item-content .services-item-feature::before,.services-item:nth-child(6) .services-item-content .services-item-feature::before{filter:brightness(0) saturate(100%) invert(20%) sepia(55%) saturate(6066%) hue-rotate(267deg) brightness(86%) contrast(97%)}.cta-banner{backdrop-filter:blur(24px);border:1px solid rgba(205,215,229,.5019607843);border-radius:16px;box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.05) 0px 1px 2px 0px;margin-block:32px;padding:40px;position:relative;text-align:center}@media(min-width: 768px){.cta-banner{margin-block:64px}}.cta-banner::before{background:linear-gradient(to right bottom, rgba(5, 167, 199, 0.05), rgba(0, 0, 0, 0), rgba(244, 78, 37, 0.05));content:"";inset:0;pointer-events:none;position:absolute}.cta-banner .page-subtitle{margin-bottom:32px}@media(min-width: 992px){.cta-banner .page-subtitle{margin-bottom:64px}}.cta-banner .cta-banner-buttons{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}.project-show{padding-top:16px;padding-bottom:32px}@media(min-width: 992px){.project-show{padding-bottom:64px}}.project-show .project-show-back{border-radius:8px;color:#0f1729;display:inline-block;font-weight:600;line-height:1.4285714286;margin:0 0 16px;padding:8px 16px 8px 32px;position:relative;outline:2px solid rgba(0,0,0,0);outline-offset:2px;transition:all .3s ease;white-space:nowrap}.project-show .project-show-back::before{background:url("/assets/icon-arrow-right-e3373c25.svg") center no-repeat;content:"";position:absolute;left:0;top:50%;height:24px;transform:scaleX(-1) translateY(-50%);transition:left .3s ease;width:24px}.project-show .project-show-back:hover{background-color:rgba(5,167,199,.1019607843);color:#05a7c7}.project-show .project-show-back:hover::before{left:6px;filter:brightness(0) saturate(100%) invert(68%) sepia(49%) saturate(6787%) hue-rotate(154deg) brightness(93%) contrast(96%)}.project-show .project-show-back:focus-visible{box-shadow:#f8fafc 0px 0px 0px 2px,#05a7c7 0px 0px 0px 4px,rgba(0,0,0,0) 0px 0px 0px 0px}.project-show .project-show-grid{display:grid;gap:48px;margin-bottom:48px}@media(min-width: 992px){.project-show .project-show-grid{grid-template-columns:repeat(2, 1fr)}}.project-show .project-show-image-wrapper{aspect-ratio:16/9;border-radius:16px;overflow:hidden}.project-show .project-show-image{display:block;height:100%;object-fit:cover;width:100%}.project-show .project-show-category{background-color:rgba(5,167,199,.1019607843);border:1px solid rgba(5,167,199,.2);border-radius:9999px;color:#05a7c7;display:inline-block;font-weight:500;padding:6px 16px;margin-bottom:16px}.project-show .project-show-title{font-size:24px;font-family:var(--font-display);font-weight:700;line-height:1;margin:0 0 24px}@media(min-width: 992px){.project-show .project-show-title{font-size:48px}}.project-show .project-show-description{color:#5c6f8a;font-size:16px;line-height:1.5;margin-bottom:32px}.project-show .project-show-details{display:grid;gap:16px;grid-template-columns:repeat(2, 1fr);margin-bottom:32px}.project-show .project-show-detail{align-items:center;display:flex;gap:12px}.project-show .project-show-detail .project-show-detail-icon{align-items:center;background-color:rgba(5,167,199,.1019607843);border-radius:10px;color:#05a7c7;display:flex;height:40px;justify-content:center;width:40px}.project-show .project-show-detail .project-show-detail-icon svg{height:20px;width:20px}.project-show .project-show-detail .project-show-detail-content{flex:1}.project-show .project-show-detail .project-show-detail-label{color:#5c6f8a}.project-show .project-show-detail .project-show-detail-value{font-size:16px;font-weight:500}.project-show .project-show-tags{background:url("/assets/icon-tag-932944c3.svg") center left no-repeat;background-size:20px 20px;display:flex;flex-wrap:wrap;gap:12px;padding-left:36px}.project-show .project-show-tag{background-color:#e6edf4;color:#5c6f8a;padding:4px 12px;border-radius:9999px}.project-show .project-about{margin-bottom:48px}.project-show .project-about-title{font-size:20px;font-family:var(--font-display);font-weight:700;line-height:1.2;margin:0 0 16px}@media(min-width: 992px){.project-show .project-about-title{font-size:24px}}.project-show .project-about-description{color:#5c6f8a;font-size:16px;line-height:1.5}.project-show .project-about-description p{margin-bottom:16px}.project-show .project-about-description ul,.project-show .project-about-description ol{margin-bottom:16px}.project-show .project-about-description li{margin-bottom:8px}.project-show .project-about-description strong{font-weight:600}.project-show .project-about-description a{color:#05a7c7;text-decoration:underline}.contact-page{padding:64px 0}.contact-page .contact-page-grid{display:grid;gap:32px;grid-template-columns:1fr}@media(min-width: 768px){.contact-page .contact-page-grid{gap:64px;grid-template-columns:2fr 3fr}}.contact-page .contact-page-heading{color:#0f1729;font-size:24px;font-weight:600;margin:0 0 24px}.contact-page .contact-info-list{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.contact-page .contact-info-item{display:flex;gap:16px}.contact-page .contact-info-item .contact-info-icon{align-items:center;background-color:rgba(5,167,199,.1019607843);border-radius:8px;color:#05a7c7;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.contact-page .contact-info-item .contact-info-content{display:flex;flex-direction:column;gap:4px}.contact-page .contact-info-item .contact-info-content .contact-info-label{color:#5c6f8a}.contact-page .contact-info-item .contact-info-content .contact-info-value{color:#0f1729;font-size:16px;font-weight:500}.contact-page .contact-info-item:hover .contact-info-icon{background-color:#05a7c7;color:#fff}.contact-page .contact-info-item:hover .contact-info-value{color:#05a7c7}.contact-page .contact-benefits{background-color:#fff;border:1px solid rgba(205,215,229,.5019607843);border-radius:12px;box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.05) 0px 1px 2px 0px;padding:24px}.contact-page .contact-benefits .contact-benefits-title{color:#0f1729;font-size:18px;font-weight:600;margin:0 0 16px}.contact-page .contact-benefits .contact-benefits-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.contact-page .contact-benefits .contact-benefits-item{background:url("/assets/icon-check-15c9e931.svg") left center no-repeat;background-size:16px;color:#5c6f8a;font-weight:400;line-height:1.5;padding-left:24px}.contact-page .contact-page-form{background-color:#fff;border:1px solid rgba(205,215,229,.5019607843);border-radius:12px;box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.05) 0px 1px 2px 0px;padding:24px}.contact-page .contact-form{display:flex;flex-direction:column;gap:16px}.contact-page .contact-form .contact-form-grid{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width: 768px){.contact-page .contact-form .contact-form-grid{grid-template-columns:repeat(2, 1fr)}}.contact-page .contact-form .form-group{display:flex;flex-direction:column;gap:8px}.contact-page .contact-form .form-control-label{color:#0f1729;font-weight:500}.contact-page .contact-form .form-control-label abbr{color:#ef4444;text-decoration:none}.contact-page .contact-form .form-control{background-color:rgba(230,237,244,.5019607843);border:1px solid #cdd7e5;border-radius:10px;line-height:1.4285714286;min-height:40px;padding:10px 15px;width:100%}.contact-page .contact-form .form-control:focus{border-color:#05a7c7;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.contact-page .contact-form .form-control:focus-visible{box-shadow:#f8fafc 0px 0px 0px 2px,#05a7c7 0px 0px 0px 4px,rgba(0,0,0,0) 0px 0px 0px 0px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.contact-page .contact-form .form-control.is-invalid{border-color:#ef4444}.contact-page .contact-form .invalid-feedback{color:#ef4444;font-size:14px;margin-top:4px}.contact-page .contact-form .form-group.checkbox .form-checkbox-wrapper{align-items:center;display:flex;gap:6px}.contact-page .contact-form .form-group.checkbox .form-control-label{align-items:center;display:flex;gap:6px}.contact-page .contact-form .form-group.checkbox .form-control-label a{color:#05a7c7;text-decoration:underline}.contact-page .contact-form .form-group.checkbox .form-control-label a:hover{text-decoration:none}.contact-page .contact-form .form-group.checkbox .form-check-input{appearance:none;background-color:#fff;border:1px solid #cdd7e5;border-radius:4px;height:16px;position:relative;transition:all .3s ease;width:16px}.contact-page .contact-form .form-group.checkbox .form-check-input:checked{background-color:#05a7c7;border-color:#05a7c7}.contact-page .contact-form .form-group.checkbox .form-check-input:checked::after{opacity:1}.contact-page .contact-form .form-group.checkbox .form-check-input::after{color:#fff;content:"✓";display:block;font-size:16px;inset:0;line-height:1;opacity:0;pointer-events:none;position:absolute;text-align:center;transition:opacity .2s}.contact-page .contact-form .form-group.checkbox .form-check-input:focus-visible{box-shadow:#f8fafc 0px 0px 0px 2px,#05a7c7 0px 0px 0px 4px,rgba(0,0,0,0) 0px 0px 0px 0px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.contact-form-notice,.contact-form-alert{border-radius:.5rem;font-size:.875rem;margin-bottom:1.5rem;padding:.75rem 1rem}.contact-form-notice{background-color:rgba(34,197,94,.1019607843);border:1px solid rgba(34,197,94,.5019607843);color:#22c55e}.contact-form-alert{background-color:rgba(239,68,68,.1019607843);border:1px solid rgba(239,68,68,.5019607843);color:#ef4444}.homepage-services{padding:64px 0}@media(min-width: 992px){.homepage-services{padding:96px 0}}.homepage-services .page-subtitle{margin-bottom:32px}@media(min-width: 992px){.homepage-services .page-subtitle{margin-bottom:64px}}.homepage-services .homepage-services-grid{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width: 768px){.homepage-services .homepage-services-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.homepage-services .homepage-services-grid{grid-template-columns:repeat(4, 1fr)}}.homepage-services .homepage-services-card{--services-card-icon-bg-color: #05a7c71a;--services-card-icon-bg-color-hover: #05a7c7;--services-card-icon-color: #05a7c7;animation-duration:.6s;animation-fill-mode:forwards;animation-name:fade-in-up;backdrop-filter:blur(10px);background-color:#fff;border:1px solid rgba(205,215,229,.5019607843);border-radius:16px;opacity:0;padding:24px;position:relative;transition:all .3s ease;top:0}.homepage-services .homepage-services-card:nth-child(1){animation-delay:0s}.homepage-services .homepage-services-card:nth-child(2){animation-delay:.1s}.homepage-services .homepage-services-card:nth-child(3){animation-delay:.2s}.homepage-services .homepage-services-card:nth-child(4){animation-delay:.3s}.homepage-services .homepage-services-card .homepage-services-card-icon{align-items:center;background-color:var(--services-card-icon-bg-color);border-radius:12px;color:var(--services-card-icon-color);display:flex;height:50px;justify-content:center;margin-bottom:16px;transition:background-color .3s ease;width:50px}@media(min-width: 992px){.homepage-services .homepage-services-card .homepage-services-card-icon{height:60px;margin-bottom:24px;width:60px}}.homepage-services .homepage-services-card .homepage-services-card-icon svg{height:24px;transition:fill .3s ease;width:24px}.homepage-services .homepage-services-card:hover{box-shadow:rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,0) 0px 0px 0px 0px,rgba(0,0,0,.1) 0px 20px 25px -5px,rgba(0,0,0,.1) 0px 8px 10px -6px;top:-8px}.homepage-services .homepage-services-card:hover .homepage-services-card-icon{background-color:var(--services-card-icon-bg-color-hover);color:#fff}.homepage-services .homepage-services-card:nth-child(3n+2){--services-card-icon-bg-color: #8026d91a;--services-card-icon-bg-color-hover: #8026d9;--services-card-icon-color: #8026d9}.homepage-services .homepage-services-card:nth-child(3n+3){--services-card-icon-bg-color: #f44e251a;--services-card-icon-bg-color-hover: #f44e25;--services-card-icon-color: #f44e25}.homepage-services .homepage-services-card .homepage-services-card-title{color:#0f1729;font-size:20px;font-family:var(--font-display);font-weight:600;line-height:1.2;margin-bottom:12px}.homepage-services .homepage-services-card .homepage-services-card-description{color:#5c6f8a;line-height:1.5}.homepage-services .homepage-services-actions{margin-top:3rem;text-align:center}.homepage-testimonials-section{overflow:hidden;padding:96px 0;position:relative}.homepage-testimonials-background{background:linear-gradient(to bottom, rgba(241, 245, 249, 0.3), #f8fafc);inset:0;position:absolute}.homepage-testimonials-header{margin-bottom:64px;position:relative;text-align:center;z-index:10}.homepage-testimonials-badge{background-color:rgba(5,167,199,.1);border-radius:9999px;color:#05a7c7;display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem}.homepage-testimonials-title{font-family:var(--font-display, "DM Sans", sans-serif);font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media(min-width: 992px){.homepage-testimonials-title{font-size:3rem}}.homepage-testimonials-description{color:#5c6f8a;font-size:1.25rem;line-height:1.75rem;margin:0 auto;max-width:42rem}.homepage-testimonials-carousel{margin:0 auto;max-width:80rem;position:relative;width:100%;z-index:10}.homepage-testimonials-carousel-wrapper{overflow:hidden}.homepage-testimonials-carousel-track{display:flex;margin-left:-1rem}.homepage-testimonials-card{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.8);border:1px solid rgba(230,237,244,.5);border-radius:1rem;flex:0 0 calc(100% - 1rem);height:100%;margin-left:1rem;padding:2rem;position:relative;transition:all .3s ease}@media(min-width: 768px){.homepage-testimonials-card{flex:0 0 calc(50% - 1rem)}}.homepage-testimonials-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-4px)}.homepage-testimonials-card-quote-icon{color:#05a7c7;height:3rem;opacity:.1;position:absolute;right:1.5rem;top:1.5rem;transition:opacity .3s ease;width:3rem}.homepage-testimonials-card:hover .homepage-testimonials-card-quote-icon{opacity:.2}.homepage-testimonials-card-quote-icon svg{height:100%;width:100%}.homepage-testimonials-card-stars{display:flex;gap:.25rem;margin-bottom:1rem}.homepage-testimonials-card-stars svg{fill:#fbbf24;height:1.25rem;width:1.25rem}.homepage-testimonials-card-text{color:rgba(15,23,41,.9);font-size:1.125rem;line-height:1.625;margin-bottom:1.5rem}.homepage-testimonials-card-author{align-items:center;display:flex;gap:1rem}.homepage-testimonials-card-avatar{align-items:center;background:linear-gradient(to bottom right, #05a7c7, #8026d9);border-radius:9999px;color:#fff;display:flex;flex-shrink:0;font-weight:600;height:3rem;justify-content:center;width:3rem}.homepage-testimonials-card-author-info{flex:1}.homepage-testimonials-card-author-name{color:#0f1729;font-weight:600;margin-bottom:.25rem}.homepage-testimonials-card-author-role{color:#5c6f8a;font-size:.875rem}.homepage-testimonials-nav{align-items:center;background-color:rgba(0,0,0,0);border:1px solid #e6edf4;border-radius:9999px;color:#0f1729;display:none;height:2rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:2rem;z-index:20}@media(min-width: 992px){.homepage-testimonials-nav{display:flex}}.homepage-testimonials-nav:hover{background-color:#f1f5f9;border-color:rgba(5,167,199,.5)}.homepage-testimonials-nav:focus-visible{box-shadow:0 0 0 2px rgba(5,167,199,.5);outline:2px solid rgba(0,0,0,0);outline-offset:2px}.homepage-testimonials-nav:disabled{opacity:.5;pointer-events:none}.homepage-testimonials-nav svg{flex-shrink:0;height:1rem;pointer-events:none;width:1rem}.homepage-testimonials-nav-prev{left:-3rem}.homepage-testimonials-nav-next{right:-3rem}.homepage-testimonials-stats{animation-delay:.6s;animation-duration:.6s;animation-fill-mode:forwards;animation-name:fade-in;display:grid;gap:2rem;grid-template-columns:repeat(2, 1fr);margin-top:4rem;opacity:0;position:relative;text-align:center;z-index:10}@media(min-width: 768px){.homepage-testimonials-stats{grid-template-columns:repeat(4, 1fr)}}.homepage-testimonials-stat{text-align:center}.homepage-testimonials-stat-number{font-family:var(--font-display, "DM Sans", sans-serif);font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media(min-width: 992px){.homepage-testimonials-stat-number{font-size:2.25rem}}.homepage-testimonials-stat-label{color:#5c6f8a;font-size:.875rem}
