body,html{max-width:100%;overflow-x:hidden}@import url("https://fonts.cdnfonts.com/css/sanger");@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");*,body,html{margin:0;padding:0}*{box-sizing:border-box}body{font-family:DM Sans,Helvetica Neue,Arial,sans-serif;background:#f6f6f6;color:#0f0f0f}@font-face{font-family:Sanger Regular;src:url(/Fonts/sanger-regular.ttf);font-weight:400;font-style:normal}.navbar{position:fixed;top:0;left:0;right:0;height:86px;background:#fff;display:flex;align-items:center;z-index:100;box-shadow:0 6px 20px rgba(0,0,0,.12);border-radius:0 0 18px 18px;transition:transform .3s ease-in-out;transform:translateY(0)}.navbar.navbar-hidden{transform:translateY(-100%)}.nav-inner{width:100%;max-width:1260px;margin:0 auto;padding:0 36px;justify-content:space-between}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:12px}.logo-mark{width:62px;height:62px;display:flex;align-items:center;justify-content:center;overflow:hidden}.logo-mark img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.logotext{margin-left:-10px}.logo-name-img{height:auto;width:auto;max-height:40px;display:block}.logo-text-top{color:#74bfea;font-family:Sanger Regular,Sanger,sans-serif}.logo-text-bottom,.logo-text-top{font-size:18px;font-weight:500;line-height:1.05}.logo-text-bottom{color:#f2cb51;font-family:DM Sans,Helvetica Neue,Arial,sans-serif}.logo-text-bottom .sanger-char{font-family:Sanger Regular,Sanger,sans-serif}.nav-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:101}.nav-toggle span{width:28px;height:3px;background:#111;border-radius:3px;transition:all .3s ease;transform-origin:center}.nav-toggle:hover span{background:#d1212c}@media (max-width:768px){.nav-toggle.active span:first-child{transform:rotate(45deg) translate(7px,7px)}.nav-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}.nav-links{display:flex;gap:48px;font-size:20px;letter-spacing:.08em;font-weight:500}.nav-links a{position:relative;text-decoration:none;color:#111;padding-bottom:8px;transition:color .2s ease}.nav-links a,.nav-links a .sanger-char{font-family:Sanger Regular,Sanger,cursive}.nav-links a:hover{color:#d1212c}.nav-links a.active{border-bottom:-8px solid #d1212c;padding-bottom:3px}.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:#d1212c}@media (max-width:768px){.navbar{top:0;left:0;right:0;height:70px;padding:0 16px;border-radius:0 0 0 0}.nav-inner{padding:0 12px;position:relative}.logo-mark{width:48px;height:48px}.logo-text-bottom,.logo-text-top{font-size:14px;line-height:1.1}.nav-toggle{display:flex}.nav-links{position:fixed;top:70px;left:0;right:0;width:100vw;height:25vh;background:#fff;display:none;flex-direction:column;align-items:flex-start;gap:20px;padding:16px 24px;box-shadow:0 8px 18px rgba(0,0,0,.12);z-index:90}.nav-links.open{display:flex}.nav-links a{font-size:18px;padding:4px 0;text-align:left}.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#d1212c;border-radius:999px}}.hero-cta{position:relative;min-height:100vh;display:flex;align-items:center;padding-bottom:40px;overflow:hidden;color:#fff}.hero-cta:before{content:"";position:absolute;inset:0;background:url(/images/home-page-bg.webp) 50%/cover no-repeat;z-index:-1}@media (max-width:768px){.hero-cta:before{background:url(/images/home-page-bg-mobile.png) 50%/cover no-repeat}}.hero-cta-inner{max-width:620px;margin-left:855px;padding:0 24px;display:flex end;text-align:right;position:relative;z-index:1}.hero-cta-title{font-size:46px;font-weight:500;line-height:1.1;margin-bottom:24px;font-family:DM Sans,sans-serif;color:#74bfea}.hero-cta-title span{font-family:Sanger Regular,cursive;font-size:48px;font-weight:500;letter-spacing:1px;color:#0086be}.hero-cta-text{font-size:16px;line-height:1.6;max-width:328px;margin-left:234px;color:#000;font-weight:400;font-family:DM Sans,sans-serif;text-align:right;margin-bottom:50px}.hero-cta-buttons{display:flex;justify-content:center;gap:0;margin-left:100px}.btn{padding:14px 34px;font-size:16px;font-weight:700;font-family:DM Sans,sans-serif;cursor:pointer;border-radius:8px;border:none;transition:.25s ease;width:350px;height:50px}.btn-primary{color:#000}.btn-primary,.btn-primary:hover{background:#fac725}.btn-secondary{background:transparent;color:#f2cb51;text-decoration:none;display:inline-block}.btn-secondary:hover{opacity:.8}@media (min-width:769px) and (max-width:1024px){.hero-cta{min-height:80vh;padding-top:80px}.hero-cta-inner{max-width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:end;text-align:end;width:100%;box-sizing:border-box}.hero-cta-title{font-size:36px;line-height:1.15;margin-bottom:20px}.hero-cta-title span{display:block;font-size:38px;margin-top:6px}.hero-cta-text{font-size:15px;line-height:1.6;max-width:90%;margin:0 0 30px;text-align:right}.hero-cta-buttons{width:100%;display:flex;flex-direction:column;gap:14px;justify-content:center;margin:0}.btn{width:100%;max-width:400px;padding:14px 28px;height:50px}}@media (min-width:1025px) and (max-width:1400px){.hero-cta-inner{max-width:600px;margin-left:auto;margin-right:100px;padding:0 30px}.hero-cta-title{font-size:42px}.hero-cta-title span{font-size:44px}.hero-cta-text{max-width:380px;margin-left:auto}.hero-cta-buttons{margin-left:50px}}@media (max-width:768px){.hero-cta{height:100vh;min-height:100vh;padding-top:0;padding-bottom:0;justify-content:center;align-items:center}.hero-cta:before{background-position:top;background-size:cover}.hero-cta-inner{max-width:100%;padding:0;display:flex;flex-direction:column;align-items:end;text-align:end;width:calc(100% - 40px);box-sizing:border-box;justify-content:center;margin:90px 20px 0}.hero-cta-title{font-size:28px;line-height:1.12;margin-top:0;margin-bottom:30px;font-weight:600}.hero-cta-title span{display:block;font-size:30px;font-weight:500;letter-spacing:.8px;color:#0086be;margin-top:4px}.hero-cta-text{font-size:16px;line-height:1.5;max-width:80%;margin:0 0 80px;color:#000;font-weight:400;text-align:center}.hero-cta-buttons{width:100%;display:flex;flex-direction:column;gap:12px;justify-content:center;align-items:center;margin:0}.btn{width:100%;max-width:260px;padding:12px 20px;height:48px;font-size:16px;border-radius:10px}.btn-primary{background:#fac725;color:#000}.btn-secondary{background:transparent;color:#f2cb51}.btn-primary:hover,.btn-secondary:hover{opacity:.95}}.why{position:relative;overflow:visible}.why-pink{height:761px;background:#ffe0e3;display:flex;align-items:center}.why-content{max-width:760px;margin:0 auto;padding:48px 32px;transform:translateY(-30px);box-sizing:border-box;text-align:left}.why-title{margin:0 0 8px;font-size:42px;line-height:1.05;display:flex;gap:12px;align-items:baseline;justify-content:flex-start}.why-title-why{color:#111;font-weight:700}.why-title-rest,.why-title-why{font-family:DM Sans,sans-serif;white-space:nowrap}.why-title-rest{color:#e5565f;font-weight:600}.why-subline{margin:6px 0 20px;font-size:48px;line-height:1.05;display:flex;gap:10px;justify-content:flex-start;align-items:baseline;font-weight:500}.why-subline .sip{color:#e5565f;font-family:Sanger Regular,sans-serif;white-space:nowrap}.why-subline .noskip{color:#111;font-family:Sanger Regular,Sanger,cursive;white-space:nowrap}.why-subtitle{margin:26px 0 18px;font-size:18px;font-weight:500;color:#333;text-align:left}.why-text{margin:0 0 18px;font-size:16px;line-height:1.6;color:#333;text-align:justify;text-justify:inter-word;hyphens:auto}.why-text:last-of-type{margin-bottom:0}@media (min-width:769px) and (max-width:1024px){.why{position:relative;overflow:visible;padding-bottom:0}.why-pink{height:auto;min-height:600px;padding:40px 30px 100px;display:flex;align-items:center;margin-bottom:0}.why-content{max-width:90%;margin:0 auto;padding:40px 24px;transform:translateY(0)}.why-title{font-size:36px}.why-subline{font-size:38px}.why-subtitle{font-size:17px}.why-text{font-size:15px}}@media (min-width:1025px) and (max-width:1400px){.why-pink{height:auto;min-height:700px}.why-content{max-width:85%;padding:44px 28px}.why-title{font-size:40px}.why-subline{font-size:44px}}@media (max-width:768px){.why{position:relative;overflow:visible;padding-bottom:0}.why,.why-pink{margin-bottom:0}.why-pink{height:auto;min-height:535px;padding:50px 7px;display:flex;align-items:flex-start}.why-content{max-width:100%;margin:0 auto;padding:20px 12px;transform:translateY(-12px);box-sizing:border-box;text-align:center}.why-title{margin:0 0 6px;font-size:24px;line-height:1.08;display:flex;gap:8px;align-items:baseline;justify-content:left;flex-wrap:nowrap;word-break:break-word}.why-title-rest,.why-title-why{white-space:nowrap}.why-title-why{font-size:24px}.why-title-rest{font-size:22px}.why-subline{margin:6px 0 16px;font-size:24px;line-height:1.06;display:flex;gap:8px;justify-content:flex-start;align-items:baseline;font-weight:600;flex-wrap:wrap}.why-subline .noskip,.why-subline .sip{white-space:normal;font-size:inherit}.why-subline .noskip{font-weight:400}.why-subtitle{margin:18px 0 12px;font-size:18px;font-weight:600}.why-subtitle,.why-text{color:#333;text-align:left}.why-text{margin:0 0 16px;font-size:16px;line-height:1.6;hyphens:none}.why-text:first-of-type{min-width:280px}.why-text:last-of-type{margin-bottom:0;min-width:260px}@media (max-width:360px){.why-title{font-size:24px}.why-subline{font-size:20px}.why-content{padding:20px 12px}}}.why-cup{position:absolute;top:520px;left:10%;height:700px;z-index:10;transform:rotate(0deg);width:auto}.why-blue{height:500px;background:#e4f6ff;display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box}.why-bottom-text{max-width:520px;width:100%;padding:60px 32px;margin-right:350px;margin-top:-20px;text-align:left;box-sizing:border-box;margin-bottom:0}.why-bottom-text h3{margin:0 0 12px;font-family:DM Sans,sans-serif;font-weight:700;font-size:32px;color:#0f0f0f;line-height:1.05}.why-bottom-text h3 span{display:block;margin-top:4px;font-family:Sanger Regular,Sanger,cursive;font-weight:500;font-size:48px;color:#0086be;white-space:nowrap}.why-bottom-text p{margin:0 0 16px;font-size:16px;color:#333;line-height:1.6;text-align:left;max-width:324px}.why-bottom-text p:last-of-type{margin-bottom:0}@media (min-width:769px) and (max-width:1024px){.why{padding-bottom:0}.why,.why-blue{position:relative;overflow:visible}.why-blue{height:auto;min-height:500px;padding:240px 40px 50px;display:flex;align-items:flex-start;justify-content:center}.why-bottom-text{max-width:85%;margin:0 auto;padding:0 20px;text-align:center;position:relative;z-index:1}.why-bottom-text h3{font-size:28px;text-align:center;margin-bottom:12px}.why-bottom-text h3 span{font-size:40px;white-space:normal}.why-bottom-text p{max-width:100%;text-align:center;margin-bottom:12px}.why-bottom-text p:last-of-type{margin-bottom:0}.why-cup{position:absolute;top:420px;left:50%;transform:translateX(-50%);height:350px;width:auto;max-width:300px;z-index:10}}@media (min-width:1025px) and (max-width:1400px){.why-blue{height:auto;min-height:480px;padding:60px 50px}.why-bottom-text{max-width:600px;margin-right:200px;padding:50px 35px}.why-bottom-text h3{font-size:30px}.why-bottom-text h3 span{font-size:44px}.why-cup{left:8%;height:480px}}@media (max-width:768px){.why{position:relative;overflow:visible;padding-bottom:0}.why-cup{position:absolute;left:50%;top:470px;transform:translateX(-50%);display:block;width:70vw;min-width:310px;height:auto;margin:0;z-index:12;-o-object-fit:contain;object-fit:contain;pointer-events:none}.why-blue{position:relative;height:auto;min-height:auto;margin-bottom:0;padding:280px 20px 60px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:visible}.why-bottom-text{max-width:100%;padding:0 10px;text-align:left;position:relative;z-index:1;margin:80px 0 0}.why-bottom-text h3{margin:0 0 8px;font-size:22px;line-height:1.08;font-weight:700}.why-bottom-text h3 span{display:block;margin-top:6px;font-size:34px;font-weight:500;white-space:normal;line-height:1.03;color:#0086be}.why-bottom-text p{margin:0 0 12px;font-size:16px;color:#333;line-height:1.6;text-align:left;max-width:100%}.why-bottom-text p:last-of-type{margin-bottom:0}}.compare{background:#fff8e6;padding:100px 0}.cc-compare-header{text-align:center;max-width:900px;margin:0 auto 80px}.cc-compare-question{font-size:32px;font-weight:700;color:#2aa7df;margin-bottom:12px}.compare .cc-compare-wrapper{max-width:1300px;margin:0 auto}.cc-compare-intro{text-align:center;margin-bottom:60px;padding:0 20px}.cc-compare-intro p{font-size:18px;color:#333;font-weight:500;margin:0;font-family:DM Sans,sans-serif}.cc-compare-grid{display:flex;align-items:stretch;justify-content:center;max-width:1200px;margin:0 auto 100px}.cc-compare-item{width:220px;text-align:center;padding:0 20px;flex-direction:column}.cc-compare-item,.cc-item-icon{display:flex;align-items:center}.cc-item-icon{height:70px;margin-bottom:20px;justify-content:center}.cc-compare-icon{max-height:100%;width:auto}.cc-item-head{font-size:18px;font-weight:600;margin-bottom:10px}.cc-item-description{font-size:14px;color:#666;line-height:1.5}.cc-item-description strong{font-weight:700;color:#333}.cc-slant-separator{width:1px;height:100%;min-height:300px;background:#d0d0d0;margin:0 10px 0 15px;transform:rotate(12deg);flex-shrink:0;align-self:stretch}.cc-slant-separator-main{width:80%;height:3px;background:#008ccf;margin:60px auto;max-width:1000px;transform:rotate(-2deg);position:relative}.cc-cup-campaigns{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;max-width:1200px;margin:0 auto;padding:60px 20px}.cc-cup-visual{display:flex;flex-direction:column;align-items:center;gap:20px;flex:0 0 auto}.cc-cup-icon-wrapper{position:relative;width:200px;height:auto}.cc-cup-icon{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.cc-cup-title{font-size:32px;font-weight:700;margin:0;font-family:DM Sans,sans-serif;text-align:center}.cc-cup-title-blue{color:#008ccf}.cc-cup-title-orange{color:#ff8c00}.cc-cup-benefits{flex:1}.cc-benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.cc-benefits-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:1.6;color:#333;font-family:DM Sans,sans-serif;font-weight:400}.cc-checkmark{color:#22c55e;font-size:20px;font-weight:700;flex-shrink:0;margin-top:2px}.cc-benefits-list li strong{font-weight:700;color:#333}@media (min-width:769px) and (max-width:1024px){.compare{padding:80px 30px 60px}.cc-compare-question{font-size:32px;font-family:Sanger Regular,Sanger,cursive}.cc-compare-intro p{font-size:16px}.cc-compare-grid{flex-direction:column;gap:0}.cc-slant-separator{width:80%;height:1px;min-height:1px;margin:20px auto;transform:rotate(-2deg)}.cc-cup-campaigns{flex-direction:column;align-items:center;gap:40px}.cc-cup-benefits{width:100%;max-width:600px}}@media (min-width:1025px) and (max-width:1200px){.compare{padding:90px 40px 70px}.cc-compare-question{font-size:32px}.cc-compare-grid{grid-template-columns:repeat(4,1fr);gap:20px}.cc-cup-campaigns{gap:40px}}@media (min-width:1201px) and (max-width:1400px){.cc-compare-grid{gap:22px}}@media (max-width:768px){.compare{padding:60px 20px 40px}.cc-compare-header{margin-bottom:30px}.cc-compare-question{font-size:24px;line-height:1.3;font-family:Sanger Regular,Sanger,cursive}.cc-slant-separator{margin:40px auto;transform:rotate(-1.5deg);width:70%;height:2px}.cc-compare-intro{margin-bottom:40px}.cc-compare-intro p{font-size:16px}.cc-compare-grid{flex-direction:column;gap:0;margin-bottom:50px}.cc-slant-separator{width:80%;height:1px;min-height:1px;margin:20px auto;transform:rotate(-2deg)}.cc-compare-item{min-height:auto;padding:100px 20px 25px}.cc-item-icon{max-width:180px;width:100%;height:200px}.cc-compare-icon{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.cc-item-head{margin-top:-30px;font-size:16px}.cc-item-description{font-size:14px}.cc-cup-campaigns{flex-direction:column;align-items:center;gap:30px;padding:40px 20px}.cc-cup-icon-wrapper{width:150px}.cc-cup-title{font-size:24px}.cc-cup-benefits{width:100%}.cc-benefits-list li{font-size:15px}.cc-checkmark{font-size:18px}}.startup-hero{background:url(/images/startupcuppagebg.png) 50%/cover no-repeat}.startup-heading-2{font-size:42px}@media (max-width:1024px){.startup-hero{height:100vh;min-height:680px;padding:60px 20px}.startup-hero-content{margin-top:-150px;padding:0 16px}}@media (max-width:768px){.startup-hero{padding:40px 20px 80px;background-position:65% -55px}.startup-hero-content{margin-top:-80px;max-width:100%;padding:0 8px}.startup-heading-1{font-size:21px!important;margin-bottom:10px;margin-top:20px;width:322px}.startup-heading-2{font-size:24px!important;line-height:1.1;margin-bottom:20px}.startup-description{font-size:16px;line-height:1.65;text-align:center;max-width:280px;margin:0 auto}}.startup-hero{position:relative;width:100%;height:100vh;background:url(/images/startupjpg.jpg) 50%/cover no-repeat;display:flex;align-items:center;justify-content:center;padding:80px 20px;text-align:center;color:#fff}.startup-hero-content{max-width:760px;margin-top:-250px}.startup-heading-1{font-size:28px;font-weight:700;font-family:DM Sans,sans-serif;margin-bottom:12px}.startup-heading-2{font-family:Sanger Regular,Sanger,cursive;font-size:40px;font-weight:500;color:#f2cb51;letter-spacing:1px;margin-bottom:28px}.startup-description{font-size:16px;line-height:1.7;font-family:DM Sans,sans-serif;color:#fff;max-width:683px;margin:0 auto;text-align:justify}.dual{background:#e7f4ff;padding:120px 0 140px}.dual-inner{max-width:1260px;margin:0 auto;padding:0 64px;text-align:center}.dual-title{font-family:Sanger Regular,Sanger,cursive;font-size:40px;font-weight:500;letter-spacing:.08em;color:#0086be;margin-bottom:8px}.dual-subtitle{font-size:22px;font-weight:500;margin-bottom:28px;color:#111}.dual-subtitle,.dual-text{font-family:DM Sans,sans-serif}.dual-text{font-size:16px;line-height:1.7;color:#222;max-width:940px;margin:0 auto 14px;text-align:justify}.dual-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.dual-card{background:#dfeaf5;border-radius:20px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.12)}.dual-card img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transform:scale(1.3) translateY(-8%);transform-origin:center}@media (max-width:1024px){.dual{padding:100px 0 120px}.dual-inner{padding:0 32px}.dual-title{font-size:40px}.dual-subtitle{font-size:20px}}@media (max-width:768px){.dual{padding:80px 0}.dual-inner{padding:0 24px}.dual-title{font-size:36px;letter-spacing:.06em}.dual-subtitle{font-size:19px;margin-bottom:24px}.dual-text{font-size:15px;text-align:center;max-width:100%}.dual-grid{grid-template-columns:1fr;gap:28px;margin-top:40px}.dual-card{max-width:380px;margin:0 auto;box-shadow:0 14px 30px rgba(0,0,0,.12)}}@media (max-width:480px){.dual{padding:70px 0 90px}.dual-title{font-size:28px}.dual-subtitle{font-size:18px}.dual-text{font-size:16px;line-height:1.75;text-align:justify}.dual-grid{gap:24px}.dual-card{border-radius:16px}}.proof{padding:80px 0 70px}.proof-inner{padding:0 32px;text-align:center}.proof-title{font-size:44px;letter-spacing:.08em}.proof-sub{font-size:20px;font-weight:500}.proof-inner{max-width:100%;padding:0;box-sizing:border-box}.proof-slider{cursor:grab;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.proof-slider::-webkit-scrollbar{display:none}.proof-track{gap:12px}.proof-img{flex:0 0 calc((100% - 4 * 12px) / 5);height:240px}.proof-dots{margin-top:14px}.proof-dot{width:6px;height:6px;padding:0}.proof{background:#fff7de;padding:60px 0 70px;text-align:center;position:relative}.proof-inner{max-width:1530px;margin:0 auto;padding:0 20px}.proof-title{font-family:Sanger Regular,Sanger,cursive;font-size:28px;letter-spacing:0;color:#e39559;margin-bottom:8px;font-weight:500;position:relative;display:inline-block}.proof-sub{font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;margin-bottom:32px;color:#333;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.proof-slider{overflow-x:auto;overflow-y:hidden;width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;margin-top:32px}.proof-track{display:flex;gap:10px;transition:transform .45s ease;will-change:transform}.proof-img{flex:0 0 calc((100% - 10px) / 2);height:160px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:0}.proof-dots{margin-top:20px;display:flex;justify-content:center;gap:8px}.proof-dot{width:8px;height:8px;border-radius:50%;background:#d5c9a5;cursor:pointer;border:none;pointer-events:auto;position:relative;z-index:10}.proof-dot.active{background:#333}@media (max-width:768px){.proof-slider{width:100vw}.proof-track{display:flex;gap:8px;transform:translateX(0)}.proof-img{flex:0 0 80vw;max-width:80vw;height:280px;-o-object-fit:cover;object-fit:cover}}@media (min-width:769px){.proof-img{flex:0 0 calc((100% - 20px) / 4);height:240px}.proof-track{gap:10px}}.clients{background:#fff7de;padding:162px 0 160px;text-align:center}.clients-inner{max-width:1260px;margin:0 auto;padding:0 48px}.clients-title{font-family:Sanger Regular,Sanger,cursive;font-size:40px;letter-spacing:0;color:#e39559;margin-bottom:50px;font-weight:500}.clients-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:40px 60px;align-items:center;justify-items:center}.clients-grid img{max-width:130px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.clients-more{margin-top:40px}.clients-more.is-open{display:grid}.clients-view-all{margin-top:40px;background:transparent;color:#d1212c;font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;cursor:pointer;border:none;border-bottom:2px solid #d1212c;padding:4px 0}@media (max-width:768px){.clients{padding:60px 0 100px;text-align:center}.clients-inner{padding:0 20px}.clients-title{font-size:28px;margin-bottom:30px}.clients-grid{grid-template-columns:repeat(3,1fr);gap:24px 20px}.clients-grid img{max-width:90px}.clients-more.is-open{grid-template-columns:repeat(3,1fr);gap:24px 20px}.clients-view-all{font-size:16px;margin-top:28px;padding:4px 0}}.contact{background-image:url(/images/contactbackground.png);padding:150px 460px 220px}.contact,.contact-inner{background-size:cover;background-position:50%;background-repeat:no-repeat}.contact-inner{max-width:1920px;display:flex;flex-direction:column;gap:24px;background-image:url(/images/whitegradient.png);padding-top:60px;padding-bottom:60px;border-radius:30px}.contact-inner,.contact-title{margin:0 auto;text-align:center}.contact-title{color:#0086be;font-size:40px;font-family:Sanger Regular,Sanger,cursive;font-weight:500;white-space:nowrap}.contact-sub{color:#4a4a4a;font-size:16px;margin:5 0 -28px}.contact-form{max-width:700px;background:#fff;padding:60px 50px;border:1px solid #e8e8e880;border-radius:16px;box-shadow:2px 2px 5px 0 #0000000d;backdrop-filter:blur(4px);gap:16px;margin:28px auto 0}.contact-form,.form-group{width:100%;display:flex;flex-direction:column}.form-group{align-items:flex-start;gap:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.form-group label{font-size:14px;color:#2b2b2b;font-weight:600}.required{color:#d65758}.contact input,.contact textarea{width:100%;padding:14px 12px;border:1px solid #e8e8e8;border-radius:6px;font-size:14px;font-family:DM Sans,Helvetica Neue,Arial,sans-serif;color:#111;background:#f9f9f9}.contact input:focus,.contact textarea:focus{outline:2px solid #0086be;background:#fff}.contact textarea{resize:vertical;min-height:140px}.contact-submit{margin-top:12px;align-self:center;padding:14px 60px;min-width:200px;background:#d65758;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.contact-submit:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.15)}.contact-submit:active{transform:translateY(0);box-shadow:none}.form-result{margin-top:16px;text-align:center;font-size:14px;font-weight:500;padding:12px;border-radius:6px;display:none;transition:all .3s ease;background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.form-result:not(:empty){display:block}.form-result.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-result.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (min-width:769px) and (max-width:1024px){.contact{padding:100px 40px 120px}.contact-inner{max-width:100%;padding:0}.contact-title{font-size:28px;white-space:normal;line-height:1.2;margin-top:10 px}.contact-title span{display:block}.contact-sub{font-size:16px;margin:10px 0}.contact-form{padding:40px 30px;max-width:100%;margin-top:30px}.form-row{grid-template-columns:1fr;gap:16px}}@media (min-width:1025px) and (max-width:1400px){.contact{padding:120px 100px 150px}.contact-title{font-size:38px;margin-left:auto;margin-right:auto}.contact-form{padding:50px 40px}}@media (min-width:1401px) and (max-width:1600px){.contact{padding:130px 200px 180px}.contact-title{margin-left:auto;margin-right:auto}}@media (max-width:768px){.contact{padding:60px 20px 80px}.contact-sub:first-of-type{margin-top:10px}.contact-sub:last-of-type{margin-bottom:10px}.contact-inner{margin:0;text-align:center;padding-left:20px;padding-right:20px}.contact-title{font-size:28px;white-space:normal;line-height:1.2;text-align:center;margin:0 auto}.contact-title span{display:block}.contact-sub{font-size:16px;margin:0}.contact-form{padding:30px 20px;gap:12px;margin-top:20px}.form-row{grid-template-columns:1fr;gap:12px}.form-group label{font-size:13px}.contact input,.contact textarea{font-size:14px;padding:12px 10px}.contact textarea{min-height:120px}.contact-submit{padding:18px 40px;min-width:218px;font-size:16px;margin-top:28px}}.footer{background:#0a0a0a;padding:80px 120px 40px}.footer-inner{max-width:1920px;margin:0 auto;display:grid;grid-template-columns:auto 0 360px;-moz-column-gap:80px;column-gap:80px;row-gap:24px;align-items:flex-start;color:#fff}.footer-left{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:32px}.footer-logo-wrap{display:flex;align-items:center;gap:20px}.footer-logo{width:100px;height:auto;-o-object-fit:contain;object-fit:contain}.footer-name{display:flex;flex-direction:column;gap:0;line-height:1;text-align:left;margin-left:-15px}.footer-logo-name-img{height:auto;width:auto;min-height:70px;max-width:190px;display:block}.footer-tagline{font-size:22px;letter-spacing:.08em;color:#fff;margin:0;font-family:Sanger Regular,Sanger,cursive;font-weight:400;max-width:500px}.footer-menu{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:8px}.footer-menu a{color:#f2cb51;text-decoration:none;font-size:24px;font-weight:300;letter-spacing:.02em;transition:opacity .2s ease;white-space:nowrap;padding-left:10px}.footer-menu a:hover{opacity:.8}.footer-menu a:first-child,.footer-menu a:nth-child(2),.footer-menu a:nth-child(3){color:#74bfea}.footer-right{grid-column:3;grid-row:1;justify-self:flex-end;display:flex;flex-direction:column;gap:32px;align-items:flex-end}.footer-reach{grid-column:-3/4;grid-row:2;display:flex;align-items:center;gap:16px;color:#fff;font-size:20px;margin-top:8px;margin-left:10px}.footer-reach-line{flex:1;height:1px;background:hsla(0,0%,100%,.4)}.footer-reach-icons{display:flex;gap:16px;align-items:center}.footer-reach-icons svg{width:24px;height:24px;color:#fff;transition:color .2s ease}.footer-reach-icons a:hover svg{color:#74bfea}.footer-contact-wrapper .footer-reach-icons{display:inline-flex;gap:16px;align-items:center}.footer-contact-wrapper .footer-reach-icons svg{width:24px;height:24px;color:#fff;transition:color .2s ease}.footer-contact-wrapper .footer-reach-icons a:hover svg{color:#74bfea}.footer-reach-icons-desktop{display:flex}.footer-contact-wrapper{display:inline-flex;align-items:center;gap:8px;margin-top:100px;justify-content:flex-end}.footer-contact-wrapper>a{margin-left:0;padding-left:0;color:#fff;text-decoration:none;font-size:20px;font-weight:300;letter-spacing:.02em;transition:opacity .2s ease}.footer-contact-wrapper>a:hover{opacity:.8}.footer-social{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.footer-social-title{font-size:20px;letter-spacing:.08em;color:#fff;font-family:Sanger Regular,Sanger,cursive;font-weight:400;margin-left:0;padding-left:0}.footer-social-find span{transform:translateX(0)}.footer-social-find{color:#fff;font-size:20px;font-weight:400;margin-right:0;margin-left:0;padding-left:0}.footer-social-find,.footer-social-list{display:flex;align-items:center;gap:16px}.footer-social-list a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.footer-social-list a:hover{opacity:1}.footer-social-list a:hover svg{color:#74bfea}.footer-social-list svg{width:24px;height:24px;transition:color .2s ease}.footer-bottom{width:100%;display:block;margin:40px auto 0;text-align:center;color:#fff;font-size:20px;border-top:1px solid hsla(0,0%,100%,.25);padding:20px 0 0;opacity:.9;font-weight:100}.santara-link{color:#fff;text-decoration:underline;font-weight:500}@media (max-width:768px){.footer{padding:40px 20px 24px}.footer-inner{grid-template-columns:1fr;-moz-column-gap:0;column-gap:0;row-gap:28px;text-align:left;align-items:flex-start}.footer-left{grid-column:1;grid-row:1;align-items:flex-start}.footer-logo-wrap{justify-content:flex-start}.footer-logo{width:70px}.footer-logo-name-img{max-height:35px}.footer-name{position:relative}.footer-name:after{content:"";display:block;width:190px;height:70px;background-image:url(/images/pagelogoname.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0}.footer-logo-name-img{opacity:0}.footer-tagline{font-size:16px;max-width:320px;margin-left:16px;text-align:left}.footer-menu{grid-column:1;grid-row:2;align-items:flex-start}.footer-menu a{font-size:18px;padding-left:0;margin-left:16px}.footer-menu a:first-child,.footer-menu a:nth-child(2),.footer-menu a:nth-child(3){color:#74bfea}.footer-contact-wrapper{display:inline-flex;align-items:center;gap:8px;margin-top:24px;margin-left:16px}.footer-contact-wrapper>a{margin-left:0;color:#fff!important}.footer-contact-wrapper .footer-reach-icons{display:inline-flex;gap:16px;align-items:center}.footer-contact-wrapper .footer-reach-icons svg{width:24px;height:24px}.footer-reach{grid-row:3!important}.footer-right{grid-row:4!important;grid-column:1;grid-row:3;justify-self:flex-start;gap:20px}.footer-right,.footer-social{align-items:flex-start}.footer-social-title{font-size:16px;letter-spacing:.06em;margin-left:16px}.footer-social-find{font-size:13px;margin-left:16px}.footer-social-find span{transform:translateX(0);font-size:16px}.footer-social-list{margin-left:16px;justify-content:flex-start}.footer-social-list svg{width:24px;height:24px}.footer-reach{grid-column:1;grid-row:4;flex-direction:row;align-items:center;text-align:left;margin-left:16px;margin-top:12px;font-size:16px;gap:8px}.footer-reach-icons-desktop,.footer-reach-line,.footer-reach>span{display:none}.footer-bottom{font-size:16px;margin-top:24px;padding-top:14px;text-align:left}}